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

2021-05-29 Thread Sam James
commit: 63b023624bd5667bc508f0ed7aa34cfbf2f97e82
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:48:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:56:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b02362

dev-python/pydns: add Python 3.9

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

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

diff --git a/dev-python/pydns/pydns-3.2.1.ebuild 
b/dev-python/pydns/pydns-3.2.1.ebuild
index 1b8664d2390..769b3494af1 100644
--- a/dev-python/pydns/pydns-3.2.1.ebuild
+++ b/dev-python/pydns/pydns-3.2.1.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
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
 
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
 inherit distutils-r1
 
 MY_PN="${PN/py/py3}"



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/

2021-05-29 Thread Sam Jorna
commit: 2c09bd72e05b61c94cbaa31dc2586433c9ed8ec1
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun May 30 05:51:29 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun May 30 05:51:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c09bd72

net-irc/limnoria-plugins-chantracker: bump to p20210530

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-chantracker/Manifest  |  1 +
 ...mnoria-plugins-chantracker-1.5_p20210530.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest 
b/net-irc/limnoria-plugins-chantracker/Manifest
index c421b12e848..f1afaabf8c3 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1 +1,2 @@
 DIST limnoria-plugins-chantracker-1.5_p20210210.tar.gz 46836 BLAKE2B 
f97418160f6261a87ef6239def036b629ffe88d06e5f4980722ca1b6d05c1cd0c12d8c6d425150c8aa2a43a1b21e3f0070dfe55fc71a8aa0cf5bed20d57adcaa
 SHA512 
c6d25d2d84cda24a5e589952e75dd79569296d23e24f3872c553d1b78ebb782c2f6257248238a4bdd9d6a1efdad2836e4fad1546adb81581d7daedcc153a90b5
+DIST limnoria-plugins-chantracker-1.5_p20210530.tar.gz 47071 BLAKE2B 
b38cbe399d6cda9ee9d5e873a50d2f529d91b697c32ed4d74fb8812b8090a42103283878f8874f0a974cfdf1d117e2401935edef678d1d71af338760555a7a92
 SHA512 
7b5e459d17b28fd00b9306a7acd8c2a36eb668031c24eb05b9c51354e5cf270fb1b388949047c0531d9e8cd62291d8f7ec9bd339d3b3b6c1680dc184c44d3b21

diff --git 
a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210530.ebuild
 
b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210530.ebuild
new file mode 100644
index 000..03beadaac2c
--- /dev/null
+++ 
b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210530.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="7a60d9912171b3f6fb927b03c18710773d7f4227"
+
+DESCRIPTION="supybot ban management and channel flood/spam/repeat protections 
plugin"
+HOMEPAGE="https://github.com/ncoevoet/ChanTracker;
+SRC_URI="https://github.com/ncoevoet/ChanTracker/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT=0
+
+RDEPEND="net-irc/limnoria"
+
+DOCS="README.md"
+
+src_install() {
+   default
+   insinto /usr/share/limnoria-extra-plugins/ncoevoet/ChanTracker
+   doins -r *
+}
+
+pkg_postinst() {
+   elog "Before this plugin can be used, your bot will need to be told 
where to"
+   elog "load it from. To do this, add 
/usr/share/limnoria-extra-plugins/ncoevoet when"
+   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
+   elog "with the command"
+   elog
+   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/ncoevoet"
+}



[gentoo-commits] repo/gentoo:master commit in: games-board/pychess/

2021-05-29 Thread Sam James
commit: fa537aaa77eb9210ec8f2207f3dea8a849497c5e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:43:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:45:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa537aaa

games-board/pychess: drop 1.0.0

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

 games-board/pychess/Manifest |  1 -
 games-board/pychess/pychess-1.0.0.ebuild | 56 
 2 files changed, 57 deletions(-)

diff --git a/games-board/pychess/Manifest b/games-board/pychess/Manifest
index dc486365605..cfd7d89775a 100644
--- a/games-board/pychess/Manifest
+++ b/games-board/pychess/Manifest
@@ -1,3 +1,2 @@
-DIST pychess-1.0.0.tar.gz 12853354 BLAKE2B 
1e5f3c219bce10f3cd9e68b873634742d4b673e93adb00cfcc84fcbc6ca5c7ce0534feecca3f8ddce6cd848074b84957db81f8c45841ffd7c4e1007672082840
 SHA512 
331765d22e2360dba145be5e22677d8676e1c7fcc8486d0e52e379b41c85bab782a5d548b93fe2f19de99ce0ccc4904e02fc8130de679ca534a211b579f1679a
 DIST pychess-1.0.2.tar.gz 14571480 BLAKE2B 
01ca5d802f651a1f371b32dfbc97ac5c05f3b3fad3c6394209423cdb0fca995ea12254ad98fa94885e3b31a2deb72f63c2df5d0d97258a208c41ff3aab6a8dde
 SHA512 
434f511ead51f1e90381172c894ed8b34fc5fae63e3714395285f6c55aa77dfe2f763e97febd93a3abcbc105f0e7591a9a84276eaae70c80f065a24040bfb083
 DIST pychess-1.0.3.tar.gz 14898032 BLAKE2B 
0993bcf26d3284847815b37f570b7482c5359595f9649f9546ed090b6c090c3686d71478c9ecdaacde4bdf56f8f57da89623023d25809b46fe4e2800beeba91d
 SHA512 
ca69555b1d952274fc4850f20bc66569e2f08120109908489c584231c754345b16fc1b1e9fa5b44a10582590145cf472604e5f5bd22522037666414418f5fda5

diff --git a/games-board/pychess/pychess-1.0.0.ebuild 
b/games-board/pychess/pychess-1.0.0.ebuild
deleted file mode 100644
index ca376621f37..000
--- a/games-board/pychess/pychess-1.0.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_REQ_USE="sqlite"
-
-inherit xdg distutils-r1
-
-DESCRIPTION="A chess client for GNOME"
-HOMEPAGE="https://github.com/pychess/pychess;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gstreamer"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/sqlalchemy[${PYTHON_USEDEP},sqlite]
-   dev-python/websockets[${PYTHON_USEDEP}]
-   ')
-   gnome-base/librsvg:2
-   x11-libs/gtksourceview:3.0
-   x11-libs/pango
-   x11-themes/adwaita-icon-theme
-   gstreamer? (
-   $(python_gen_cond_dep '
-   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
-   ')
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
-"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-setup-no-display.patch
-   "${FILESDIR}"/${PN}-gtk-compat.patch
-)
-
-src_install() {
-   distutils-r1_src_install
-
-   mv -v "${ED}"/usr/share/{appdata,metainfo} || die
-   gunzip -v "${ED}"/usr/share/man/man1/${PN}.1.gz || die
-}



[gentoo-commits] repo/gentoo:master commit in: games-board/pychess/

2021-05-29 Thread Sam James
commit: c8114e2adbf291311975a9cbee28cf1cdfc4e4de
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:43:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:45:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8114e2a

games-board/pychess: add 1.0.3

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

 games-board/pychess/Manifest |  1 +
 games-board/pychess/pychess-1.0.3.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/games-board/pychess/Manifest b/games-board/pychess/Manifest
index 789b7af703b..dc486365605 100644
--- a/games-board/pychess/Manifest
+++ b/games-board/pychess/Manifest
@@ -1,2 +1,3 @@
 DIST pychess-1.0.0.tar.gz 12853354 BLAKE2B 
1e5f3c219bce10f3cd9e68b873634742d4b673e93adb00cfcc84fcbc6ca5c7ce0534feecca3f8ddce6cd848074b84957db81f8c45841ffd7c4e1007672082840
 SHA512 
331765d22e2360dba145be5e22677d8676e1c7fcc8486d0e52e379b41c85bab782a5d548b93fe2f19de99ce0ccc4904e02fc8130de679ca534a211b579f1679a
 DIST pychess-1.0.2.tar.gz 14571480 BLAKE2B 
01ca5d802f651a1f371b32dfbc97ac5c05f3b3fad3c6394209423cdb0fca995ea12254ad98fa94885e3b31a2deb72f63c2df5d0d97258a208c41ff3aab6a8dde
 SHA512 
434f511ead51f1e90381172c894ed8b34fc5fae63e3714395285f6c55aa77dfe2f763e97febd93a3abcbc105f0e7591a9a84276eaae70c80f065a24040bfb083
+DIST pychess-1.0.3.tar.gz 14898032 BLAKE2B 
0993bcf26d3284847815b37f570b7482c5359595f9649f9546ed090b6c090c3686d71478c9ecdaacde4bdf56f8f57da89623023d25809b46fe4e2800beeba91d
 SHA512 
ca69555b1d952274fc4850f20bc66569e2f08120109908489c584231c754345b16fc1b1e9fa5b44a10582590145cf472604e5f5bd22522037666414418f5fda5

diff --git a/games-board/pychess/pychess-1.0.3.ebuild 
b/games-board/pychess/pychess-1.0.3.ebuild
new file mode 100644
index 000..849abb618de
--- /dev/null
+++ b/games-board/pychess/pychess-1.0.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_REQ_USE="sqlite"
+
+inherit xdg distutils-r1
+
+DESCRIPTION="A chess client for GNOME"
+HOMEPAGE="https://github.com/pychess/pychess;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
+S="${WORKDIR}/PyChess-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gstreamer"
+
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/sqlalchemy[${PYTHON_USEDEP},sqlite]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   ')
+   gnome-base/librsvg:2
+   x11-libs/gtksourceview:3.0
+   x11-libs/pango
+   x11-themes/adwaita-icon-theme
+   gstreamer? (
+   $(python_gen_cond_dep '
+   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
+   ')
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   )
+"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+   distutils-r1_src_install
+
+   # https://github.com/pychess/pychess/pull/1825
+   gunzip -v "${ED}"/usr/share/man/man1/${PN}.1.gz || die
+}



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

2021-05-29 Thread Sam James
commit: 45af7a2dee10bed908bb3d187f0c3371f4584ac3
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:38:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:45:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45af7a2d

net-misc/ntpsec: propagate Python 3.9

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

 net-misc/ntpsec/ntpsec-1.1.9.ebuild | 2 +-
 net-misc/ntpsec/ntpsec-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/ntpsec/ntpsec-1.1.9.ebuild 
b/net-misc/ntpsec/ntpsec-1.1.9.ebuild
index 0cfaff72ab5..f92de0e4f1d 100644
--- a/net-misc/ntpsec/ntpsec-1.1.9.ebuild
+++ b/net-misc/ntpsec/ntpsec-1.1.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 PYTHON_REQ_USE='threads(+)'
 
 inherit flag-o-matic python-r1 waf-utils systemd

diff --git a/net-misc/ntpsec/ntpsec-.ebuild 
b/net-misc/ntpsec/ntpsec-.ebuild
index 361635d422b..7833fafd971 100644
--- a/net-misc/ntpsec/ntpsec-.ebuild
+++ b/net-misc/ntpsec/ntpsec-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 PYTHON_REQ_USE='threads(+)'
 
 inherit flag-o-matic python-r1 waf-utils systemd



[gentoo-commits] repo/gentoo:master commit in: games-board/pychess/

2021-05-29 Thread Sam James
commit: 9a4a35ac494c58194542e3a59e8f06adb434aa3e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:43:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:45:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4a35ac

games-board/pychess: add Python 3.9 to 1.0.2

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

 games-board/pychess/pychess-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/pychess/pychess-1.0.2.ebuild 
b/games-board/pychess/pychess-1.0.2.ebuild
index b082f71cc63..86d3dbd92d1 100644
--- a/games-board/pychess/pychess-1.0.2.ebuild
+++ b/games-board/pychess/pychess-1.0.2.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
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_REQ_USE="sqlite"



[gentoo-commits] repo/gentoo:master commit in: games-board/scid/

2021-05-29 Thread Sam James
commit: 3636b31e568d11f0ed0c4ec3e6d099b942c1a907
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:45:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:45:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3636b31e

games-board/scid: add Python 3.9

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

 games-board/scid/scid-4.6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/scid/scid-4.6.2-r1.ebuild 
b/games-board/scid/scid-4.6.2-r1.ebuild
index c82139d3203..a0b1c5a74bd 100644
--- a/games-board/scid/scid-4.6.2-r1.ebuild
+++ b/games-board/scid/scid-4.6.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 inherit desktop edos2unix toolchain-funcs gnome2-utils python-any-r1
 
 DESCRIPTION="a free chess database application"



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

2021-05-29 Thread Joonas Niilola
commit: 414cf32ed4876631aad90feb3fb4e00c4708151d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 30 05:39:14 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun May 30 05:42:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414cf32e

dev-vcs/mercurial: remove zsh-completion use on -

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-vcs/mercurial/mercurial-.ebuild | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-vcs/mercurial/mercurial-.ebuild 
b/dev-vcs/mercurial/mercurial-.ebuild
index bc9d4124ebe..516f17871e1 100644
--- a/dev-vcs/mercurial/mercurial-.ebuild
+++ b/dev-vcs/mercurial/mercurial-.ebuild
@@ -17,7 +17,7 @@ EHG_REPO_URI="https://www.mercurial-scm.org/repo/hg;
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS=""
-IUSE="+chg emacs gpg test tk rust zsh-completion"
+IUSE="+chg emacs gpg test tk rust"
 
 BDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
@@ -28,8 +28,7 @@ RDEPEND="
dev-python/zstandard[${PYTHON_USEDEP}]
gpg? ( app-crypt/gnupg )
tk? ( dev-lang/tk )
-   zsh-completion? ( app-shells/zsh )"
-
+"
 DEPEND="emacs? ( >=app-editors/emacs-23.1:* )
test? ( app-arch/unzip
dev-python/pygments[${PYTHON_USEDEP}] )"
@@ -106,10 +105,8 @@ python_install_all() {
 
newbashcomp contrib/bash_completion hg
 
-   if use zsh-completion ; then
-   insinto /usr/share/zsh/site-functions
-   newins contrib/zsh_completion _hg
-   fi
+   insinto /usr/share/zsh/site-functions
+   newins contrib/zsh_completion _hg
 
dobin hgeditor
if use tk; then



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

2021-05-29 Thread Sam James
commit: 4b6c9b1c685e95f52e8736b34bba15dbebc55ce3
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:34:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:34:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6c9b1c

dev-vcs/git: Stabilize 2.31.1 arm, #788760

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

 dev-vcs/git/git-2.31.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.31.1.ebuild b/dev-vcs/git/git-2.31.1.ebuild
index 93338820aa3..e54f7ea11d7 100644
--- a/dev-vcs/git/git-2.31.1.ebuild
+++ b/dev-vcs/git/git-2.31.1.ebuild
@@ -46,7 +46,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2021-05-29 Thread Sam James
commit: 16bbfcd01b1c0ef85604a83eaa44be24410abbb8
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:34:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:34:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bbfcd0

dev-vcs/git: Stabilize 2.31.1 ppc, #788760

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

 dev-vcs/git/git-2.31.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.31.1.ebuild b/dev-vcs/git/git-2.31.1.ebuild
index 55c83131fbc..72d3b6b0a59 100644
--- a/dev-vcs/git/git-2.31.1.ebuild
+++ b/dev-vcs/git/git-2.31.1.ebuild
@@ -46,7 +46,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2021-05-29 Thread Sam James
commit: 3d6246c8ce93535eaec25f34e4e4e92dbe6f3fca
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:35:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:35:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6246c8

dev-vcs/git: Stabilize 2.31.1 ppc64, #788760

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

 dev-vcs/git/git-2.31.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.31.1.ebuild b/dev-vcs/git/git-2.31.1.ebuild
index e54f7ea11d7..d7a440dddaf 100644
--- a/dev-vcs/git/git-2.31.1.ebuild
+++ b/dev-vcs/git/git-2.31.1.ebuild
@@ -46,7 +46,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2021-05-29 Thread Sam James
commit: 44320347664c34ba3c41927236d9b1c9f64a0249
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:34:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:34:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44320347

dev-vcs/git: Stabilize 2.31.1 arm64, #788760

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

 dev-vcs/git/git-2.31.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.31.1.ebuild b/dev-vcs/git/git-2.31.1.ebuild
index 72d3b6b0a59..93338820aa3 100644
--- a/dev-vcs/git/git-2.31.1.ebuild
+++ b/dev-vcs/git/git-2.31.1.ebuild
@@ -46,7 +46,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/siege/

2021-05-29 Thread Sam James
commit: 105cdd2f045c1621604e57438254f24796547386
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:23:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:23:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105cdd2f

app-benchmarks/siege: Stabilize 4.0.9 ppc, #792633

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

 app-benchmarks/siege/siege-4.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/siege/siege-4.0.9.ebuild 
b/app-benchmarks/siege/siege-4.0.9.ebuild
index bd3b88afedd..8cbaf519cea 100644
--- a/app-benchmarks/siege/siege-4.0.9.ebuild
+++ b/app-benchmarks/siege/siege-4.0.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.joedog.org/siege-home 
https://github.com/JoeDog/siege;
 SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~hppa ~mips ppc x86 ~x64-macos"
 SLOT="0"
 
 IUSE="ssl"



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

2021-05-29 Thread Joonas Niilola
commit: 1d3e31e9e555c815a1f731b2ffec78554b834f5e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun May 30 05:22:22 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun May 30 05:22:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3e31e9

sys-kernel/pf-sources: bump to 5.12-pf4

 - add missing
   1510_fs-enable-link-security-restrictions-by-default.patch for 5.12,
 - EAPI 7.

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

 sys-kernel/pf-sources/Manifest  |  2 +
 sys-kernel/pf-sources/pf-sources-5.12_p4.ebuild | 73 +
 2 files changed, 75 insertions(+)

diff --git a/sys-kernel/pf-sources/Manifest b/sys-kernel/pf-sources/Manifest
index 6572b075c2d..5b0c00d86a2 100644
--- a/sys-kernel/pf-sources/Manifest
+++ b/sys-kernel/pf-sources/Manifest
@@ -1,3 +1,4 @@
+DIST 1510_fs-enable-link-security-restrictions-by-default-5.12.patch 810 
BLAKE2B 
bb749b365f37988253206ddff130651e1042af49a6c773ba6f93642d5927af9a9926eab278979e048c13d2ca683e726a5d0cd509de9e6177d59c85197051e230
 SHA512 
c97a3799a2d5e4da9c9dfe129756da629fba8183479b02ca82f9b6d9993f17a165a96bd35ac50eb25fb293785b9b529a95165b1a2eb79c05134bee8ccf22a5d3
 DIST 5020_BMQ-and-PDS-io-scheduler-v5.11-r2.patch 259433 BLAKE2B 
e3cc85db32795721d39962dfd3b72ac923b89da8a9125ef0e12ba199b3606cec9a2d99392c0b0f195b1557a25be2370be1efe3bab9a9e0c2e89e2e92eb86eccb
 SHA512 
3e75edcb8c8a5ff64d751cff1c9102ea5eabadda3ba6ae1369b2a1478d5f001776f7ce1b13425f5c2f7acdb1a8a117864ccb9aca6755188efaa4110dcb43
 DIST 5020_BMQ-and-PDS-io-scheduler-v5.12-r0.patch 268250 BLAKE2B 
cc843d32e3cc36cc850fadab2cd6bbde7b04b29e103f81473b6e53f70f678d6f5c82f90f5107296aa6cb54e53545e15487c5a2796498a38c9cfa00c93929f894
 SHA512 
7d96b7e9e1caa6681f5c662e58777c26f0c579ffa49ae08f92b72a609c582dc7d2a3514c3d2d8e708af7fd9b1d387991ae065db798c85cac7d139291d86f7c21
 DIST 5021_BMQ-and-PDS-gentoo-defaults-v5.11-r2.patch 348 BLAKE2B 
e81fa7e5157ad317babd4c636facb34b577c8cb850a77c945e94d62547ec687d61dbef3766e3772ba880e2b657f400a2d9c86efdced2dada7a108b4c1593
 SHA512 
192431f1b1c19e91d4fcf16e3a275151043c8f065eb5a909f68ff640108537f9d5105be9175a8eea12b0bbfc871ab1595f3e051e64c39bb2a32f8c75a1137bb3
@@ -19,4 +20,5 @@ DIST pf-sources-5.11_p8.patch 5688583 BLAKE2B 
5d845677efd1d6ac95282d24223c7aa26d
 DIST pf-sources-5.12_p1.patch 2785321 BLAKE2B 
6010dcc736c6e068cb5aed9df790df6795f8b85f4169b9b6b66eb020f0e1821cd29630f421842c172f52fb41e4ac94f1671d506ec3f72f0bc883adbadd258302
 SHA512 
a861f3f96205de0c86a506bfd470116eeaabc8ec574e1940572abdfe166e16539f2fe874af5a0ea234741e5385e88491a49ba390a5493efc2fcc0c0283b43aa6
 DIST pf-sources-5.12_p2.patch 4252808 BLAKE2B 
2c23009ba31caa7f5e6268d854af2bb2f9db2831a67cb34ef535fe1914d913f057f514aa8ce7c1a8a63374498c56d9bcce0662ed4ec3a888e2e7518b339196c1
 SHA512 
e2da600deeea7e16667bd0c9e0be9349f47441a4d9c2f06f66fb4f2a78c1b2c596a502cc35c6d9aea3ffcdb26461299f3446b5bb5a9b88b059806eb4db80d2b2
 DIST pf-sources-5.12_p3.patch 4818489 BLAKE2B 
f2d729477ebe5016889de4d216e7ae824d1e4f8401129679d527c42fa1189b1e473711c77a8cb14de84bad9abbbdd2fc0ee3fa82dda64133c1af0ac42593a32a
 SHA512 
6663710d313585ea279a86370d0e6c12e892abc6cb0c2481e81b70abfe427b0ec247d672ffa31587365b474efb2041c53ac99e39737bdc1529e3f1d9688bfe21
+DIST pf-sources-5.12_p4.patch 5002181 BLAKE2B 
6e018a8c9f4eaec7b565fb3ad38cf371a59bce2620f2a95d6c1bac33205e717eb6ba312d573130d9316b744de6444714dd484a9d2906352a9bf9a953b3f5c2c2
 SHA512 
aeafa5a290fa3e3d942986ed6deff4f5ef60f0cb8307c1d77cbe34a5007d674e037c0cedc14ea9d090aa4f1ba4f69e80936af1d61391a656608a29528e4702cf
 DIST pf-sources-5.9_p7.patch 3027972 BLAKE2B 
9247ea63b30f9d42d79303b73a900d468a71e70932f7f15ae697cdba52c46358297023e037226c219fad5df912fb5d21e6f4b7190556ca799fa84924480e
 SHA512 
c69e14f59bf98944b3329c65b7e2c271d74a756bc8c890130bf3cc68b4b96d31f1c33c4edb128580fcaefeb6e42dd04b1eb3d7f071b2d58bc764d26322bda8cd

diff --git a/sys-kernel/pf-sources/pf-sources-5.12_p4.ebuild 
b/sys-kernel/pf-sources/pf-sources-5.12_p4.ebuild
new file mode 100644
index 000..32d3aa0a799
--- /dev/null
+++ b/sys-kernel/pf-sources/pf-sources-5.12_p4.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Define what default functions to run
+ETYPE="sources"
+
+# No 'experimental' USE flag provided, but we still want to use genpatches
+K_EXP_GENPATCHES_NOUSE="1"
+
+# Just get basic genpatches, -pf patch set already includes vanilla-linux 
updates
+K_GENPATCHES_VER="1"
+
+# -pf already sets EXTRAVERSION to kernel Makefile
+K_NOSETEXTRAVERSION="1"
+
+# Not supported by the Gentoo security team
+K_SECURITY_UNSUPPORTED="1"
+
+# We want the very basic patches from gentoo-sources, experimental patch is
+# already included in pf-sources
+K_WANT_GENPATCHES="base extras"
+
+SHPV="${PV/_p*/}"
+
+inherit kernel-2 optfeature
+detect_version
+
+DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and 
Gentoo's genpatches"

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

2021-05-29 Thread Sam James
commit: 9a71c7bbcf369f2d1c28b6db221110426925f175
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:14:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:14:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a71c7bb

dev-libs/libsigsegv: Stabilize 2.13 ppc, #787014

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

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

diff --git a/dev-libs/libsigsegv/libsigsegv-2.13.ebuild 
b/dev-libs/libsigsegv/libsigsegv-2.13.ebuild
index f6c4e78ead8..39ea9cb5d0b 100644
--- a/dev-libs/libsigsegv/libsigsegv-2.13.ebuild
+++ b/dev-libs/libsigsegv/libsigsegv-2.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 
 PATCHES=(
# Bug #363503



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

2021-05-29 Thread Sam James
commit: ec9a5863e0ebf91d847d6c42709e9800652f5a65
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:14:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:14:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9a5863

dev-python/websockets: Stabilize 9.1 arm, #792564

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

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

diff --git a/dev-python/websockets/websockets-9.1.ebuild 
b/dev-python/websockets/websockets-9.1.ebuild
index b3525e6674e..493b06dfa55 100644
--- a/dev-python/websockets/websockets-9.1.ebuild
+++ b/dev-python/websockets/websockets-9.1.ebuild
@@ -13,6 +13,6 @@ 
SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 distutils_enable_tests unittest



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

2021-05-29 Thread Sam James
commit: e511cd1a5e76ff3d65aaed76bfff9a2d4d9de8da
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:14:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:14:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e511cd1a

dev-libs/xmlsec: Stabilize 1.2.32 ppc, #788238

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

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

diff --git a/dev-libs/xmlsec/xmlsec-1.2.32.ebuild 
b/dev-libs/xmlsec/xmlsec-1.2.32.ebuild
index 63c63280cae..c4da32d257a 100644
--- a/dev-libs/xmlsec/xmlsec-1.2.32.ebuild
+++ b/dev-libs/xmlsec/xmlsec-1.2.32.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86"
 IUSE="doc gcrypt gnutls nss +openssl static-libs test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="|| ( gcrypt gnutls nss openssl )



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

2021-05-29 Thread Sam James
commit: d4e38ab005751799430e9e831c68fc838c0fc1cd
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:14:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:14:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e38ab0

media-video/mkvtoolnix: Stabilize 51.0.0 ppc, #777687

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

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

diff --git a/media-video/mkvtoolnix/mkvtoolnix-51.0.0.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-51.0.0.ebuild
index 1b3e8abc5a4..d19aae2ddc8 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-51.0.0.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-51.0.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://mkvtoolnix.download/sources/${P}.tar.xz;
-   KEYWORDS="amd64 ~ppc ppc64 x86"
+   KEYWORDS="amd64 ppc ppc64 x86"
 fi
 
 DESCRIPTION="Tools to create, alter, and inspect Matroska files"



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

2021-05-29 Thread Sam James
commit: 0a8d762fed797985bb306785b31c45822c2047bf
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 05:14:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 05:14:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8d762f

sci-mathematics/singular: Stabilize 4.2.0_p1 ppc, #712004

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

 sci-mathematics/singular/singular-4.2.0_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/singular/singular-4.2.0_p1.ebuild 
b/sci-mathematics/singular/singular-4.2.0_p1.ebuild
index 6dd751e0a4f..47a82d1c8fa 100644
--- a/sci-mathematics/singular/singular-4.2.0_p1.ebuild
+++ b/sci-mathematics/singular/singular-4.2.0_p1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="ftp://jim.mathematik.uni-kl.de/pub/Math/${MY_PN}/SOURCES/${MY_DIR}/${PN
 
 LICENSE="BSD GPL-2 GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~x86-linux"
 IUSE="emacs examples +readline static-libs"
 
 RDEPEND="dev-libs/gmp:0



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-jlu5/

2021-05-29 Thread Sam Jorna
commit: 597992a7972a14d4636bd68ad3cad278d96e6248
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun May 30 05:00:57 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun May 30 05:00:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597992a7

net-irc/limnoria-plugins-jlu5: bump to 20210530

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-jlu5/Manifest |  1 +
 ...limnoria-plugins-jlu5-20200105_p20210530.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/net-irc/limnoria-plugins-jlu5/Manifest 
b/net-irc/limnoria-plugins-jlu5/Manifest
index c4db5f09be2..5c680d29744 100644
--- a/net-irc/limnoria-plugins-jlu5/Manifest
+++ b/net-irc/limnoria-plugins-jlu5/Manifest
@@ -1 +1,2 @@
 DIST limnoria-plugins-jlu5-20200105_p20210305.tar.gz 95273 BLAKE2B 
cfdea4fadbfa050c56dd0f307cf43506391d0e35e31b46a649aaf70cfd4c8979e14192d66af408e33b4cc8c0e1917fdb5d2d2cf86029a9b6b204a56936c22b76
 SHA512 
b031cd9be28989499ed063e8bd2af8079415075710be4dcfd73051eb325e2e321a1589c6d7adc69a0e5ce8b4a0a96c4bb6b1108c4ee479bc074b70738727dd64
+DIST limnoria-plugins-jlu5-20200105_p20210530.tar.gz 99973 BLAKE2B 
a67e53a75a99ed406782cc74cc93c19ad4e7298a4e9b47781559609c7ed77fed157febb646147254f0fb8e73627f1fdfa23e80cd1893d394c779ee54f93357d9
 SHA512 
03f537b7100a747c408a754d368e679ceea313747cd27dea9ca26cc7d3cf9b4319faf37656b0c7b5134d8ca6a94a9bbf4c345aa8015bcab2a99648d38dddc272

diff --git 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210530.ebuild 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210530.ebuild
new file mode 100644
index 000..9d1174845df
--- /dev/null
+++ 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210530.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="7e695c00dfb665a16ff4f1d66ad3deb4598ea029"
+
+DESCRIPTION="A collection of plugins for the Limnoria IRC bot."
+HOMEPAGE="https://github.com/jlu5/SupyPlugins;
+SRC_URI="https://github.com/jlu5/SupyPlugins/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD GPL-2+"
+KEYWORDS="~amd64 ~x86"
+SLOT=0
+
+RDEPEND="
+   net-irc/limnoria
+   dev-python/beautifulsoup
+"
+
+DOCS=(
+   "README.md"
+   "requirements.txt"
+)
+
+src_install() {
+   default
+   insinto /usr/share/limnoria-extra-plugins/jlu5
+   doins -r *
+}
+
+pkg_postinst() {
+   elog "Before these plugins can be used, your bot will need to be told 
where to"
+   elog "load them from. To do this, add 
/usr/share/limnoria-extra-plugins/jlu5 when"
+   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
+   elog "with the command"
+   elog
+   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/jlu5"
+}



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

2021-05-29 Thread Petrus Zhao
commit: 480235cc51afadc41762c496a3b1780606c3aa67
Author: Petrus Zhao  gmail  com>
AuthorDate: Sun May 30 03:43:20 2021 +
Commit: Petrus Zhao  gmail  com>
CommitDate: Sun May 30 03:43:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=480235cc

x11-misc/betterlockscreen: version bump to 3.2.0

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

 x11-misc/betterlockscreen/Manifest |  1 +
 .../betterlockscreen/betterlockscreen-3.2.0.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/x11-misc/betterlockscreen/Manifest 
b/x11-misc/betterlockscreen/Manifest
index 453d8b9ec..1085af1dc 100644
--- a/x11-misc/betterlockscreen/Manifest
+++ b/x11-misc/betterlockscreen/Manifest
@@ -1 +1,2 @@
 DIST betterlockscreen-3.1.1.tar.gz 8913 BLAKE2B 
eb4eb1bb3e775490a6e6048236f8b3cb51e3ecf338b30c45c0e1e46e4164a03728d5cd3e72d6476ebdb50881a15f0fb66cecd97b1e2c4ee06798880e74dbcc5c
 SHA512 
a4facb9a66c6fdbff1ae83bbb94aa74ed00431d0b67fe4e34348cc85d385e73b01551a60fad0bdf9193799c0f4c808406d43d34ffb7be3256ee589ede93f78d7
+DIST betterlockscreen-3.2.0.tar.gz 9043 BLAKE2B 
c61a41e09e1842fece991e41b55dd6fbc457357157c8facaedd754cc01d8bf0e18623ce0fec43a452063f55c7da701853d6984bfdb0d4edf88f2182ffd864543
 SHA512 
3816e5f3214b4a956ac158193753786393c4e239d477a1cc9f2d3ec00b6cfac6e696325f7c75401667924ed6ad7256e4ea7f9e20a4604a88eb82c5d3bad34190

diff --git a/x11-misc/betterlockscreen/betterlockscreen-3.2.0.ebuild 
b/x11-misc/betterlockscreen/betterlockscreen-3.2.0.ebuild
new file mode 100644
index 0..8d82b264e
--- /dev/null
+++ b/x11-misc/betterlockscreen/betterlockscreen-3.2.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="sweet looking lockscreen for linux system"
+HOMEPAGE="https://github.com/pavanjadhaw/betterlockscreen;
+
+inherit systemd
+
+if [[ "${PV}" ==  ]];then
+   inherit git-r3
+   EGIT_REPO_URI="${HOMEPAGE}"
+else
+   
SRC_URI="https://github.com/pavanjadhaw/betterlockscreen/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="
+   media-gfx/feh
+   media-gfx/imagemagick
+   sys-devel/bc
+   x11-apps/xdpyinfo
+   x11-apps/xrandr
+   >=x11-misc/i3lock-color-2.11:=
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   dobin betterlockscreen
+
+   dodoc -r examples
+
+   systemd_dounit system/betterlockscreen@.service
+}
+
+pkg_postinst() {
+   elog 'Lockscreen when suspended(systemd service):'
+   elog 'systemctl enable betterlockscreen@$USER'
+   elog ''
+   elog 'How to use:'
+   elog '1. Updating image cache(required)'
+   elog 'betterlockscreen -u ~/Pictures'
+   elog '2. Lockscreen'
+   elog 'betterlockscreen -l dim '
+}



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

2021-05-29 Thread Petrus Zhao
commit: 0eff45502d6b9a8f42fb5f77800e1cb63f7ff70e
Author: Petrus Zhao  gmail  com>
AuthorDate: Sun May 30 03:41:32 2021 +
Commit: Petrus Zhao  gmail  com>
CommitDate: Sun May 30 03:41:32 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0eff4550

x11-misc/i3lock-color: version bump to 2.13.3, drop old

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

 x11-misc/i3lock-color/Manifest | 2 +-
 .../{i3lock-color-2.13.1.ebuild => i3lock-color-2.13.3.ebuild} | 7 ---
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 46d2ddd2e..92c2f5084 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1,2 +1,2 @@
-DIST i3lock-color-2.13.1.tar.gz 214618 BLAKE2B 
705daf180e89f92eab188f8f84aeba62d70fb0148d6ce931ec41ed8e07affb8400d179e2662bf55c4d0a1e94d8bd9b106594babd264d53ee9051d6c9310c3c75
 SHA512 
751ae81d2a8fee6598c2812f65e8b12a3b983f4b6a6df0ef04453e4c04607ef4b15dd4b2b3ab92c9e66788947e6b0267f35bd832aa6dbbcf440e9b4722b75baa
 DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 
83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691
 SHA512 
a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f
+DIST i3lock-color-2.13.3.tar.gz 214870 BLAKE2B 
ea9b408b4c2f07fff2299da6ff5035c5a81a2a9c813eb41711b884eb081072983c33e5ce4baa9c098626db7bda911ccc2320500452d82dc2a9b16e824ad1
 SHA512 
f1da0be33f2c08001f11d2dd3f60a99b1beb550cfb0a248d23bbde506e927ecec9e92060336ca31e260489985bf6e193bcdfff3dc2ba01491d20cab6b30513ac

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild
similarity index 85%
rename from x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
rename to x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild
index b1fb55f6b..f477fa936 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild
@@ -32,13 +32,6 @@ RDEPEND="
 "
 BDEPEND="virtual/pkgconfig"
 
-src_prepare() {
-   default
-   sed -e 's/^#auth include system-auth/auth include system-auth/' \
-   -e 's/^auth include login/#auth include login/' \
-   -i pam/i3lock || die
-}
-
 src_configure() {
autoreconf -fiv
default



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

2021-05-29 Thread Sam Jorna
commit: 3ca5dd348dab315a501c7386d306549c1f378091
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun May 30 04:34:47 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun May 30 04:35:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca5dd34

net-irc/limnoria: bump to 2021-05-27

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria/Manifest |  1 +
 net-irc/limnoria/limnoria-20210527.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/net-irc/limnoria/Manifest b/net-irc/limnoria/Manifest
index ea8536ba421..fbf47f600f3 100644
--- a/net-irc/limnoria/Manifest
+++ b/net-irc/limnoria/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-20210326.tar.gz 1046488 BLAKE2B 
fcbaab1ecebcd74438be4c2fce96c7e289aa01dcb67c324130d5c768727e159c87b5d96cc4ffefdf629287d59f02cc72ea17ba4a61e9157d7626ebceb9e072e8
 SHA512 
1d612a2ce42edec909255474f99b4785ff7eb7a7554ee5090e05db92cadb071821f6962659d8f1846f238a257d6b8d513881f27be44a7582d154bd0cf398f7db
 DIST limnoria-20210411.tar.gz 1084991 BLAKE2B 
6bca9a2583748ae2b1c26670a762d0ee1307478b6d587e32c816c880d4d1ac6495f79d07bd8d7068867b1a9dd1bff51233e5636c0d0371e2ee1c19617a9a7872
 SHA512 
2c53d6ecd2457fae77076ad5ee0c4fa61c42970f8d43891b6d9adbabae80176ccab2789fc6a7129db3545a76f1850cf86de50aa3814b335d42f1220a2818c36c
+DIST limnoria-20210527.tar.gz 1092017 BLAKE2B 
1c01ecbb47927d62e30e1768bb8e4574bad7422fea379ddd3d6700351a2f8dd006370a24aeeb7a5b10003e53f1010c8fb3998ecf1ef4f11a2ce48f9145605d30
 SHA512 
2e09415931cb3bdc358d4a243be3f1abccd569f2371d5d2b2c67e856492475affa473c8c32c77cb2c973b64202f9c6657397fa35b5b16086fbaf4e5b44706184

diff --git a/net-irc/limnoria/limnoria-20210527.ebuild 
b/net-irc/limnoria/limnoria-20210527.ebuild
new file mode 100644
index 000..03b9171f694
--- /dev/null
+++ b/net-irc/limnoria/limnoria-20210527.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=no
+inherit distutils-r1
+
+MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
+MY_PN="Limnoria"
+MY_P="${MY_PN}-${MY_PV}"
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git;
+   EGIT_BRANCH="testing"
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/ProgVal/${MY_PN}/archive/master-${MY_PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/${MY_PN}-master-${MY_PV}"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Python based extensible IRC infobot and channel bot"
+HOMEPAGE="https://docs.limnoria.net;
+LICENSE="BSD GPL-2 GPL-2+"
+SLOT="0"
+IUSE="crypt ssl test"
+RESTRICT=" !test? ( test )"
+
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/ecdsa[${PYTHON_USEDEP}]
+   dev-python/feedparser[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/PySocks[${PYTHON_USEDEP}]
+   dev-python/sqlalchemy[${PYTHON_USEDEP}]
+   crypt? ( dev-python/python-gnupg[${PYTHON_USEDEP}] )
+   ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
+   !net-irc/supybot
+   !net-irc/supybot-plugins"
+BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+python_prepare() {
+   einfo "Removing the RSS plugin because of clashes between libxml2's 
Python3"
+   einfo "bindings and feedparser."
+   rm -r "plugins/RSS" || die
+}
+
+python_test() {
+   pushd "${T}" > /dev/null || die
+   PLUGINS_DIR="${BUILD_DIR}"/lib/supybot/plugins
+   EXCLUDE_PLUGINS=()
+   # intermittent failure due to issues loading libsandbox.so from 
LD_PRELOAD
+   # runs successfully when running the tests on the installed system
+   EXCLUDE_PLUGINS+=( --exclude="${PLUGINS_DIR}/Unix" )
+   # Runs despite --no-network (GH #1392)
+   EXCLUDE_PLUGINS+=( --exclude="${PLUGINS_DIR}/Aka" )
+   "${EPYTHON}" "${BUILD_DIR}"/scripts/supybot-test "${BUILD_DIR}/../test" 
\
+   --plugins-dir="${PLUGINS_DIR}" --no-network \
+   --disable-multiprocessing "${EXCLUDE_PLUGINS[@]}" \
+   || die "Tests failed under ${EPYTHON}"
+   popd > /dev/null || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/*
+}
+
+pkg_postinst() {
+   elog "Complete user documentation is available at 
https://limnoria-doc.readthedocs.org/;
+   elog ""
+   elog "Use supybot-wizard to create a configuration file."
+   elog "Run supybot  to use the bot."
+}



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

2021-05-29 Thread Sam Jorna
commit: bd2b665760fdd859f9958891ee7a9e2b0ae89a46
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun May 30 04:35:24 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun May 30 04:35:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2b6657

net-irc/limnoria: drop old

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria/Manifest |  1 -
 net-irc/limnoria/limnoria-20210326.ebuild | 78 ---
 2 files changed, 79 deletions(-)

diff --git a/net-irc/limnoria/Manifest b/net-irc/limnoria/Manifest
index fbf47f600f3..ab0318c46eb 100644
--- a/net-irc/limnoria/Manifest
+++ b/net-irc/limnoria/Manifest
@@ -1,3 +1,2 @@
-DIST limnoria-20210326.tar.gz 1046488 BLAKE2B 
fcbaab1ecebcd74438be4c2fce96c7e289aa01dcb67c324130d5c768727e159c87b5d96cc4ffefdf629287d59f02cc72ea17ba4a61e9157d7626ebceb9e072e8
 SHA512 
1d612a2ce42edec909255474f99b4785ff7eb7a7554ee5090e05db92cadb071821f6962659d8f1846f238a257d6b8d513881f27be44a7582d154bd0cf398f7db
 DIST limnoria-20210411.tar.gz 1084991 BLAKE2B 
6bca9a2583748ae2b1c26670a762d0ee1307478b6d587e32c816c880d4d1ac6495f79d07bd8d7068867b1a9dd1bff51233e5636c0d0371e2ee1c19617a9a7872
 SHA512 
2c53d6ecd2457fae77076ad5ee0c4fa61c42970f8d43891b6d9adbabae80176ccab2789fc6a7129db3545a76f1850cf86de50aa3814b335d42f1220a2818c36c
 DIST limnoria-20210527.tar.gz 1092017 BLAKE2B 
1c01ecbb47927d62e30e1768bb8e4574bad7422fea379ddd3d6700351a2f8dd006370a24aeeb7a5b10003e53f1010c8fb3998ecf1ef4f11a2ce48f9145605d30
 SHA512 
2e09415931cb3bdc358d4a243be3f1abccd569f2371d5d2b2c67e856492475affa473c8c32c77cb2c973b64202f9c6657397fa35b5b16086fbaf4e5b44706184

diff --git a/net-irc/limnoria/limnoria-20210326.ebuild 
b/net-irc/limnoria/limnoria-20210326.ebuild
deleted file mode 100644
index 03b9171f694..000
--- a/net-irc/limnoria/limnoria-20210326.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1
-
-MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
-MY_PN="Limnoria"
-MY_P="${MY_PN}-${MY_PV}"
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git;
-   EGIT_BRANCH="testing"
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/ProgVal/${MY_PN}/archive/master-${MY_PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/${MY_PN}-master-${MY_PV}"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Python based extensible IRC infobot and channel bot"
-HOMEPAGE="https://docs.limnoria.net;
-LICENSE="BSD GPL-2 GPL-2+"
-SLOT="0"
-IUSE="crypt ssl test"
-RESTRICT=" !test? ( test )"
-
-RDEPEND="
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/ecdsa[${PYTHON_USEDEP}]
-   dev-python/feedparser[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/PySocks[${PYTHON_USEDEP}]
-   dev-python/sqlalchemy[${PYTHON_USEDEP}]
-   crypt? ( dev-python/python-gnupg[${PYTHON_USEDEP}] )
-   ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
-   !net-irc/supybot
-   !net-irc/supybot-plugins"
-BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-python_prepare() {
-   einfo "Removing the RSS plugin because of clashes between libxml2's 
Python3"
-   einfo "bindings and feedparser."
-   rm -r "plugins/RSS" || die
-}
-
-python_test() {
-   pushd "${T}" > /dev/null || die
-   PLUGINS_DIR="${BUILD_DIR}"/lib/supybot/plugins
-   EXCLUDE_PLUGINS=()
-   # intermittent failure due to issues loading libsandbox.so from 
LD_PRELOAD
-   # runs successfully when running the tests on the installed system
-   EXCLUDE_PLUGINS+=( --exclude="${PLUGINS_DIR}/Unix" )
-   # Runs despite --no-network (GH #1392)
-   EXCLUDE_PLUGINS+=( --exclude="${PLUGINS_DIR}/Aka" )
-   "${EPYTHON}" "${BUILD_DIR}"/scripts/supybot-test "${BUILD_DIR}/../test" 
\
-   --plugins-dir="${PLUGINS_DIR}" --no-network \
-   --disable-multiprocessing "${EXCLUDE_PLUGINS[@]}" \
-   || die "Tests failed under ${EPYTHON}"
-   popd > /dev/null || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/*
-}
-
-pkg_postinst() {
-   elog "Complete user documentation is available at 
https://limnoria-doc.readthedocs.org/;
-   elog ""
-   elog "Use supybot-wizard to create a configuration file."
-   elog "Run supybot  to use the bot."
-}



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

2021-05-29 Thread Davide Pesavento
commit: 568a48570a8f5cb20ccf37026b737bb4fb44ab23
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun May 30 04:04:23 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun May 30 04:04:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568a4857

dev-python/sip: add python3_10 support

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Davide Pesavento  gentoo.org>

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

diff --git a/dev-python/sip/sip-4.19.25.ebuild 
b/dev-python/sip/sip-4.19.25.ebuild
index 6b0f0302392..c75d9a8ffcf 100644
--- a/dev-python/sip/sip-4.19.25.ebuild
+++ b/dev-python/sip/sip-4.19.25.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit python-r1 toolchain-funcs
 
 DESCRIPTION="Python bindings generator for C/C++ libraries"



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

2021-05-29 Thread Georgy Yakovlev
commit: 86c72716765008922bb0c03cd56b5f1e0da1b37f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 30 01:41:25 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 30 01:41:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c72716

dev-python/grpcio-tools: add 1.38.0

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

 dev-python/grpcio-tools/Manifest   |  1 +
 dev-python/grpcio-tools/grpcio-tools-1.38.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/grpcio-tools/Manifest b/dev-python/grpcio-tools/Manifest
index 5ad453bdc74..a483d9fd991 100644
--- a/dev-python/grpcio-tools/Manifest
+++ b/dev-python/grpcio-tools/Manifest
@@ -1,2 +1,3 @@
 DIST grpcio-tools-1.32.0.tar.gz 2103777 BLAKE2B 
f33a54140a5356afb3930dd1ed7d48852744093621d7b252ba74ab9b615c90de36c637d1004689bd2dc3fc86757c9084795586f334a54c3ed45475f2565edf98
 SHA512 
aad072eb6de60d162d4ed6e353ced9d1b7d72e4ffd012237294fc5839c7d411dc640ea235746057007d289ee37235aa93c8ac23108299ab150c24f99cf050a4a
 DIST grpcio-tools-1.37.1.tar.gz 2120381 BLAKE2B 
a0a0249166c4f2b0167ea3608f962d0cafae8d7ca7d9085649dc3ef70fb32a93240739c311dbdb59e29c5f1e3319f76f28bc97eebedd37c06b298099750d6730
 SHA512 
7fa77a822fd242c94547e93aaa7120648a25ddfc0af16a0c1b721e6e2df1fb02a4e29c260e0cd3b35f1b25fa74dcfd42065d0dc34e71fa489e7abbdf2e4ddb4a
+DIST grpcio-tools-1.38.0.tar.gz 2128330 BLAKE2B 
e2d191289dd7cb1edf85ed3d63dc2c469ed03f75145fdbf8dc0c300427c629dbf27a9c4393bf37ac29545dc5b959dff20a7ac6cef679f34aa6b395c556e9c01d
 SHA512 
0aa5827d2f6e575874b9d1222f889a8d07e54c64d4a2e9fb76610cc5ca731789cf5e9eec2dd42462eda386d96ea519040e162e0ad8883c1fe9683289311cd8eb

diff --git a/dev-python/grpcio-tools/grpcio-tools-1.38.0.ebuild 
b/dev-python/grpcio-tools/grpcio-tools-1.38.0.ebuild
new file mode 100644
index 000..3cd4ae36bed
--- /dev/null
+++ b/dev-python/grpcio-tools/grpcio-tools-1.38.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1 multiprocessing prefix
+
+DESCRIPTION="Protobuf code generator for gRPC"
+HOMEPAGE="https://grpc.io;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   ~dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   hprefixify setup.py
+}
+
+python_configure_all() {
+   export GRPC_PYTHON_BUILD_WITH_CYTHON=1
+   export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS="$(makeopts_jobs)"
+}



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

2021-05-29 Thread Georgy Yakovlev
commit: b2fb2afb7f6400541daef81e986cb5eece23ea7b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 30 01:40:39 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 30 01:40:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2fb2afb

dev-python/grpcio: add 1.38.0

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

 dev-python/grpcio/Manifest |  1 +
 dev-python/grpcio/grpcio-1.38.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/grpcio/Manifest b/dev-python/grpcio/Manifest
index edb4c1b7aa5..f46500fde60 100644
--- a/dev-python/grpcio/Manifest
+++ b/dev-python/grpcio/Manifest
@@ -1,2 +1,3 @@
 DIST grpcio-1.32.0.tar.gz 20809917 BLAKE2B 
e28cb44d09fd775b9b6dc87dcd52bf7f144643b09912ff8b76bf39cb250743f90bc7e3769252d47f205f9532157ae68b6ac0a9202158cb14e7b9ad448d951656
 SHA512 
f802a7b83bd166502fdcbfaf162652adcda36da1b2e91b5073e3b3d97d38191fe989a6dcbec6c1bf27fff162633e54bdbdb20a92e74e14280fac4576baa92157
 DIST grpcio-1.37.1.tar.gz 21678919 BLAKE2B 
ea1c9a1ce1d888d0e9aca27a9e12ebcaca5c79b6f70a282e4e9a12a4aba982c2cef3f755cc2e789de2302071ce3abf12c91f329febd04159b3c8abded96818d5
 SHA512 
e7697a6d0da40b7d63be7f4f31223d2314bf16fcab8887a41bc4750c844a58ad55fd27fca0a9f1016fc725076a16c3b2db5a9eb040a86a2acb9f45083835d90e
+DIST grpcio-1.38.0.tar.gz 21391828 BLAKE2B 
efbbf42ad4e67a2c39369c47f345b2a823427341f3e535737d28ff4061941bc649bca179cab84ff5457bab2ccef49146fd2cf7daeb0cae7303e47f192f250feb
 SHA512 
7def460f1a96df65b99fae8aa149428286002aecd14242f62885622fda1568f2d44fc69c3bea28cd1568e3eaa46f03b0fbfda2a9cee23e1e5dfb44ac99ffe597

diff --git a/dev-python/grpcio/grpcio-1.38.0.ebuild 
b/dev-python/grpcio/grpcio-1.38.0.ebuild
new file mode 100644
index 000..9a037a3b070
--- /dev/null
+++ b/dev-python/grpcio/grpcio-1.38.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1 multiprocessing prefix
+
+DESCRIPTION="High-performance RPC framework (python libraries)"
+HOMEPAGE="https://grpc.io;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=dev-libs/openssl-1.0.2:0=[-bindist]
+   >=dev-libs/re2-0.2021.04.01:=
+   >=dev-python/cython-0.28.3[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   net-dns/c-ares:=
+   sys-libs/zlib:=
+"
+
+DEPEND="${RDEPEND}"
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   hprefixify setup.py
+}
+
+python_configure_all() {
+   # os.environ.get('GRPC_BUILD_WITH_BORING_SSL_ASM', True)
+   export GRPC_BUILD_WITH_BORING_SSL_ASM=
+   export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY=1
+   export GRPC_PYTHON_BUILD_SYSTEM_CARES=1
+   export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
+   export GRPC_PYTHON_BUILD_WITH_SYSTEM_RE2=1
+   export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1
+   export GRPC_PYTHON_BUILD_WITH_CYTHON=1
+   export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS="$(makeopts_jobs)"
+}



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

2021-05-29 Thread Georgy Yakovlev
commit: d74b8dfb26829632b392901ee9e2a6ab81fdab79
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 30 01:33:16 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 30 01:33:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74b8dfb

net-libs/grpc: add 1.38.0

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

 net-libs/grpc/Manifest   |   1 +
 net-libs/grpc/grpc-1.38.0.ebuild | 102 +++
 2 files changed, 103 insertions(+)

diff --git a/net-libs/grpc/Manifest b/net-libs/grpc/Manifest
index 553cc687b28..dc349d754d0 100644
--- a/net-libs/grpc/Manifest
+++ b/net-libs/grpc/Manifest
@@ -1,3 +1,4 @@
 DIST grpc-1.28.1.tar.gz 6888015 BLAKE2B 
92d6f4a655183d34979c668bb7f4187a6670aa8ff5609df7b19fc7cadb57756fdc2322e57ef328623b1d91e63d8891ec0154ccef827c0302c14d986c6d9d179f
 SHA512 
5cc4993470e2df21447d032ddeb65ab4175bb8acad5a06fdd22564068b80a5be255ef0e44d36732642d39dc3eaec02a93d2aaf6e369ad5dc43ff99b5023f357b
 DIST grpc-1.32.0.tar.gz 7174251 BLAKE2B 
4ea1b2d6a92f71e0d3703b350778fa4ae78eaeefe4f9052b649abb42e3d5e02e0220695ce2ef52eaf4ecec4194d024bf1ce7a33d52594557c7cceec5b5a3c069
 SHA512 
90136042327cea4e3680e19484f23cc00322914a7aae7987bf00b6e0901721d14c487555fdd94888192d6beb950172361ac57fbd02d43b40552f7ff5cac442ed
 DIST grpc-1.37.1.tar.gz 8212731 BLAKE2B 
c306fbe60f5191fe957efb35c75574e00b194895e7d116a1d0a47238b53e73055e7c173e69afcf97b77e593f55001141bbef8fb09b9787420203d935eb85
 SHA512 
fe02447f558116e9ed2de48142b9bd3b8908d496aea7816406eee2c6ad136714ee14c2104a82a32f56ab486c5050b4665c55bacb24c91ceabcf1b998a5fc86b7
+DIST grpc-1.38.0.tar.gz 8296425 BLAKE2B 
2a317dbb1ab79a508a301d84ac6aa858f62accf057453b1536900654376d1a1b19549bb1efa52c5f0916c08c3616e9d1cd2efb4f8143ea923633cfc4ed6e04fb
 SHA512 
6ce37b4b87f08c227995f8c8a9649a3d9a4d8622458772f5f32552ff5b00b920a6e57ba7208c2e8f67eb2ee4f503378320866905863598d08e21b226aa0cd1c5

diff --git a/net-libs/grpc/grpc-1.38.0.ebuild b/net-libs/grpc/grpc-1.38.0.ebuild
new file mode 100644
index 000..5a30754029f
--- /dev/null
+++ b/net-libs/grpc/grpc-1.38.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+MY_PV="${PV//_pre/-pre}"
+
+DESCRIPTION="Modern open source high performance RPC framework"
+HOMEPAGE="https://www.grpc.io;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+# format is 0/${CORE_SOVERSION//./}.${CPP_SOVERSION//./} , check top level 
CMakeLists.txt
+SLOT="0/16.138"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="doc examples test"
+
+# look for submodule versions in third_party dir
+RDEPEND="
+   =dev-cpp/abseil-cpp-20210324*:=
+   >=dev-libs/re2-0.2021.04.01:=
+   >=dev-libs/openssl-1.1.1:0=[-bindist]
+   >=dev-libs/protobuf-3.15.8:=
+   dev-libs/xxhash
+   >=net-dns/c-ares-1.15.0:=
+   sys-libs/zlib:=
+"
+
+DEPEND="${RDEPEND}
+   test? (
+   dev-cpp/benchmark
+   dev-cpp/gflags
+   )
+"
+
+BDEPEND="virtual/pkgconfig"
+
+# requires sources of many google tools
+RESTRICT="test"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+soversion_check() {
+   local core_sover cpp_sover
+   # extract quoted number. line we check looks like this: 
'set(gRPC_CPP_SOVERSION"1.37")'
+   core_sover="$(grep 'set(gRPC_CORE_SOVERSION ' CMakeLists.txt  | sed 
'/.*\"\(.*\)\".*/ s//\1/')"
+   cpp_sover="$(grep 'set(gRPC_CPP_SOVERSION ' CMakeLists.txt  | sed 
'/.*\"\(.*\)\".*/ s//\1/')"
+   # remove dots, e.g. 1.37 -> 137
+   core_sover="${core_sover//./}"
+   cpp_sover="${cpp_sover//./}"
+   [[ ${core_sover} -eq $(ver_cut 2 ${SLOT}) ]] || die "fix core sublot! 
should be ${core_sover}"
+   [[ ${cpp_sover} -eq $(ver_cut 3 ${SLOT}) ]] || die "fix cpp sublot! 
should be ${cpp_sover}"
+}
+
+src_prepare() {
+   cmake_src_prepare
+
+   # un-hardcode libdir
+   sed -i "s@lib/pkgconfig@$(get_libdir)/pkgconfig@" CMakeLists.txt || die
+   sed -i "s@/lib@/$(get_libdir)@" cmake/pkg-config-template.pc.in || die
+
+   soversion_check
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DgRPC_INSTALL=ON
+   -DgRPC_ABSL_PROVIDER=package
+   -DgRPC_BACKWARDS_COMPATIBILITY_MODE=OFF
+   -DgRPC_CARES_PROVIDER=package
+   -DgRPC_INSTALL_CMAKEDIR="$(get_libdir)/cmake/${PN}"
+   -DgRPC_INSTALL_LIBDIR="$(get_libdir)"
+   -DgRPC_PROTOBUF_PROVIDER=package
+   -DgRPC_RE2_PROVIDER=package
+   -DgRPC_SSL_PROVIDER=package
+   -DgRPC_ZLIB_PROVIDER=package
+   -DgRPC_BUILD_TESTS=$(usex test)
+   -DCMAKE_CXX_STANDARD=17
+   $(usex test '-DgRPC_GFLAGS_PROVIDER=package' '')
+   $(usex test '-DgRPC_BENCHMARK_PROVIDER=package' '')
+   )
+   cmake_src_configure
+}
+

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

2021-05-29 Thread Georgy Yakovlev
commit: 89befb89dbc40387e18f44a927793ac4d1e92a17
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 30 01:41:46 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 30 01:41:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89befb89

dev-python/grpcio-testing: add 1.38.0

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

 dev-python/grpcio-testing/Manifest |  1 +
 .../grpcio-testing/grpcio-testing-1.38.0.ebuild| 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/grpcio-testing/Manifest 
b/dev-python/grpcio-testing/Manifest
index d0762710105..2346b04ee79 100644
--- a/dev-python/grpcio-testing/Manifest
+++ b/dev-python/grpcio-testing/Manifest
@@ -1,2 +1,3 @@
 DIST grpcio-testing-1.32.0.tar.gz 16814 BLAKE2B 
70205dd8857256c9c4de8c7a5d115620b908deb4da35fc3cb77d9a93bd42ece34d6fcd2d32d587f8c3ede9bf49e61b9d37aac36ebc1fddbbd6e3ff2ce83809f1
 SHA512 
3ee10912a090287d3f039f350b11b8fc2ed656939e02a3e616911fd1af838e3f3570a7b3444c0ef54a25797a61edde87d545a9b9cabaf251a862b94100a45473
 DIST grpcio-testing-1.37.1.tar.gz 16930 BLAKE2B 
17f30c1c8266ab1fdb363aaafa80a51711be61a76048ff47b09954f0d5ab570d87a1fcff9b3531245c2dc7066e8f71034662ef524aee898af81d922646d3482b
 SHA512 
bb32067abd145dc2b45b29fe2f01ea9cd4c2a9fe76b94f4c5392c26557118aba2e3032b2566809575311e2773a0afd408a3ae656e31deb93e978fb35ad64c98a
+DIST grpcio-testing-1.38.0.tar.gz 16637 BLAKE2B 
e5d63653baa3ddd7c85b04a8979a748703037aacd1daa25e3e066a14efbcf6e9a36352cb4fd14422490246e72f7d3bff2e445f659eaf890db31cec0ddfdf7445
 SHA512 
5bcd2204475329bfe7ea194380152bddd440d82cb31a3a2510bf253cd4c165c06e02b607f19e93d5860eec18e08ef39bd6ac105c6dc016bb2d083c1dd74fbee4

diff --git a/dev-python/grpcio-testing/grpcio-testing-1.38.0.ebuild 
b/dev-python/grpcio-testing/grpcio-testing-1.38.0.ebuild
new file mode 100644
index 000..cc55c657252
--- /dev/null
+++ b/dev-python/grpcio-testing/grpcio-testing-1.38.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Testing utilities for gRPC Python"
+HOMEPAGE="https://grpc.io;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   ~dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/libressl: Branch deleted: dummy-openssl

2021-05-29 Thread Quentin Retornaz
commit: 
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sun May 30 01:15:04 2021 +

Branch deleted: dummy-openssl




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

2021-05-29 Thread Georgy Yakovlev
commit: 82e47f4d61119e126e4c7061662084a9369e8602
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 30 01:07:15 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 30 01:07:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e47f4d

sys-apps/opal-utils: add 6.8, drop 6.7-r2

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

 sys-apps/opal-utils/Manifest| 1 +
 sys-apps/opal-utils/{opal-utils-6.7-r2.ebuild => opal-utils-6.8.ebuild} | 0
 2 files changed, 1 insertion(+)

diff --git a/sys-apps/opal-utils/Manifest b/sys-apps/opal-utils/Manifest
index 640047cadc1..94472e0f1aa 100644
--- a/sys-apps/opal-utils/Manifest
+++ b/sys-apps/opal-utils/Manifest
@@ -1 +1,2 @@
 DIST opal-utils-6.7.tar.gz 5320182 BLAKE2B 
e2fa86a7d5d96afda8f8266875687fb3c2e61ca2932ea5585921b2e5cffe30cb3554d85d078448cda032cbc0438d188ea40b5aad6e7f4c923e77fa4e42e6f364
 SHA512 
1626d64554c608cd823dc27b58f35206cf6d011afde124746e06fd5f1e8c714c199d9f2b60417415daf01cfbc46208d08d49eef29538a515b539a551b8c5e5c3
+DIST opal-utils-6.8.tar.gz 5321377 BLAKE2B 
3be812618dcbd3d877576e1dec0b6a74ad9091b59760bd8f1f67ba9a8efbce79cba4130464dcb6f2b8e61dedca3a1a60103f36d04fcd234b5a4c577c6e07635b
 SHA512 
a799112c14abdcdb37e1a4c63e48e12bb7a67b6c90476d4e60597f06fd6050a58ffd25859cf6bb12c393522e4b4771ce3aa25a1277bac35855d599e9eb357814

diff --git a/sys-apps/opal-utils/opal-utils-6.7-r2.ebuild 
b/sys-apps/opal-utils/opal-utils-6.8.ebuild
similarity index 100%
rename from sys-apps/opal-utils/opal-utils-6.7-r2.ebuild
rename to sys-apps/opal-utils/opal-utils-6.8.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-rtsp-server/

2021-05-29 Thread Sam James
commit: e012bd4806d4a84de3d2e7d9b9d15891778a85b5
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:41:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:41:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e012bd48

media-libs/gst-rtsp-server: fix DeprecatedInsinto

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

 media-libs/gst-rtsp-server/gst-rtsp-server-1.16.3.ebuild | 4 ++--
 media-libs/gst-rtsp-server/gst-rtsp-server-1.18.4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.16.3.ebuild 
b/media-libs/gst-rtsp-server/gst-rtsp-server-1.16.3.ebuild
index 9eb60c01a7a..ff4af3a6f2c 100644
--- a/media-libs/gst-rtsp-server/gst-rtsp-server-1.16.3.ebuild
+++ b/media-libs/gst-rtsp-server/gst-rtsp-server-1.16.3.ebuild
@@ -63,7 +63,7 @@ multilib_src_install_all() {
find "${ED}" -name '*.la' -delete || die
 
if use examples ; then
-   insinto /usr/share/doc/${PF}/examples
-   doins "${S}"/examples/*.c
+   docinto examples
+   dodoc "${S}"/examples/*.c
fi
 }

diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.18.4.ebuild 
b/media-libs/gst-rtsp-server/gst-rtsp-server-1.18.4.ebuild
index cb28f7e53ce..faa449451a4 100644
--- a/media-libs/gst-rtsp-server/gst-rtsp-server-1.18.4.ebuild
+++ b/media-libs/gst-rtsp-server/gst-rtsp-server-1.18.4.ebuild
@@ -39,7 +39,7 @@ multilib_src_install_all() {
einstalldocs
 
if use examples ; then
-   insinto /usr/share/doc/${PF}/examples
-   doins "${S}"/examples/*.c
+   docinto examples
+   dodoc "${S}"/examples/*.c
fi
 }



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-zbar/

2021-05-29 Thread Sam James
commit: 8ab3de9d38fcda09b21d7359e4034fd24dc89eaf
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:45:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab3de9d

media-plugins/gst-plugins-zbar: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-zbar/Manifest|  1 +
 .../gst-plugins-zbar/gst-plugins-zbar-1.18.4.ebuild| 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-zbar/Manifest 
b/media-plugins/gst-plugins-zbar/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-zbar/Manifest
+++ b/media-plugins/gst-plugins-zbar/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git a/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.18.4.ebuild 
b/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.18.4.ebuild
new file mode 100644
index 000..8dd352ae0e2
--- /dev/null
+++ b/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.18.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="Bar codes detection in video streams for GStreamer"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=media-gfx/zbar-0.10_p20121015-r2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-amr/

2021-05-29 Thread Sam James
commit: 7ac4d4dd545bfaf49fe5020b21a53d4f08ae4936
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 18:03:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac4d4dd

media-plugins/gst-plugins-amr: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-amr/Manifest   |  1 +
 .../gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild| 20 
 2 files changed, 21 insertions(+)

diff --git a/media-plugins/gst-plugins-amr/Manifest 
b/media-plugins/gst-plugins-amr/Manifest
index a3ed5323fe2..d6be25e36be 100644
--- a/media-plugins/gst-plugins-amr/Manifest
+++ b/media-plugins/gst-plugins-amr/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-ugly-1.16.3.tar.xz 899124 BLAKE2B 
f848c7bbf36cdfca6e3dec4893b9b1bdc363feb697ee7cc89f4c664aa7aa700b76678873e5dae23f277ad99d6034c1e3617d760acc9cd075e0044fae3f4bb88d
 SHA512 
0223f4ceebd1482329cfc7c3faa094d9f3b1d3eaa51eab3ff42da781f0aede8e838221bdc8d1a3ffc43318fb424421447d5548ebaf9ecaf8a290975d178df9ca
+DIST gst-plugins-ugly-1.18.4.tar.xz 509920 BLAKE2B 
a7aec6ac6e5739205c9567072596a8fb6dfcabc2f56ee0800c430c9bfc9549bf7ac75cb65719dadeb84036130d5b58f9be574f2a6531992ee7a8f23e9fb32d16
 SHA512 
eac02000ac3e0a54a953fe1531cb29bc6bc9913a707d1508905bf64fe0a4ef92f7d01b196259fc217fac8a344f0b2d683dd6d32210ce6b8c0acab08cb3b1322a

diff --git a/media-plugins/gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild 
b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild
new file mode 100644
index 000..46be0b8aa66
--- /dev/null
+++ b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer-meson
+
+DESCRIPTION="AMRNB encoder/decoder and AMRWB decoder plugin for GStreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+GST_PLUGINS_ENABLED="amrnb amrwb"
+GST_PLUGINS_BUILD_DIR="amrnb amrwbdec"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dvdread/

2021-05-29 Thread Sam James
commit: 00779407608000cd92b90e7790942cb366ac2514
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 18:03:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00779407

media-plugins/gst-plugins-dvdread: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-dvdread/Manifest |  1 +
 .../gst-plugins-dvdread/gst-plugins-dvdread-1.18.4.ebuild  | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-dvdread/Manifest 
b/media-plugins/gst-plugins-dvdread/Manifest
index a3ed5323fe2..d6be25e36be 100644
--- a/media-plugins/gst-plugins-dvdread/Manifest
+++ b/media-plugins/gst-plugins-dvdread/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-ugly-1.16.3.tar.xz 899124 BLAKE2B 
f848c7bbf36cdfca6e3dec4893b9b1bdc363feb697ee7cc89f4c664aa7aa700b76678873e5dae23f277ad99d6034c1e3617d760acc9cd075e0044fae3f4bb88d
 SHA512 
0223f4ceebd1482329cfc7c3faa094d9f3b1d3eaa51eab3ff42da781f0aede8e838221bdc8d1a3ffc43318fb424421447d5548ebaf9ecaf8a290975d178df9ca
+DIST gst-plugins-ugly-1.18.4.tar.xz 509920 BLAKE2B 
a7aec6ac6e5739205c9567072596a8fb6dfcabc2f56ee0800c430c9bfc9549bf7ac75cb65719dadeb84036130d5b58f9be574f2a6531992ee7a8f23e9fb32d16
 SHA512 
eac02000ac3e0a54a953fe1531cb29bc6bc9913a707d1508905bf64fe0a4ef92f7d01b196259fc217fac8a344f0b2d683dd6d32210ce6b8c0acab08cb3b1322a

diff --git 
a/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.18.4.ebuild 
b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.18.4.ebuild
new file mode 100644
index 000..c908fc8e954
--- /dev/null
+++ b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.18.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer-meson
+
+DESCRIPTION="DVD read plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/libdvdread-4.2.0-r1:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-meta/

2021-05-29 Thread Sam James
commit: 690ac4dfa36626d38c91cfd2dd61f209b4904202
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 18:14:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690ac4df

media-plugins/gst-plugins-meta: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/19976
Signed-off-by: Sam James  gentoo.org>

 .../gst-plugins-meta-1.18.4.ebuild | 69 ++
 1 file changed, 69 insertions(+)

diff --git a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.18.4.ebuild 
b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.18.4.ebuild
new file mode 100644
index 000..b5f54851387
--- /dev/null
+++ b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.18.4.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build
+
+DESCRIPTION="Meta ebuild to pull in gst plugins for apps"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="metapackage"
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="aac a52 alsa cdda dts dv dvb dvd ffmpeg flac http jack lame libass 
libvisual mms mp3 modplug mpeg ogg opus oss pulseaudio taglib theora v4l vaapi 
vcd vorbis vpx wavpack X x264"
+REQUIRED_USE="opus? ( ogg ) theora? ( ogg ) vorbis? ( ogg )"
+
+RDEPEND="
+   >=media-libs/gstreamer-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-libs/gst-plugins-base-${PV}:1.0[alsa?,ogg?,theora?,vorbis?,X?,${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-good-${PV}:1.0[${MULTILIB_USEDEP}]
+   a52? ( >=media-plugins/gst-plugins-a52dec-${PV}:1.0[${MULTILIB_USEDEP}] 
)
+   aac? ( >=media-plugins/gst-plugins-faad-${PV}:1.0[${MULTILIB_USEDEP}] )
+   cdda? ( || (
+   
>=media-plugins/gst-plugins-cdparanoia-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-plugins/gst-plugins-cdio-${PV}:1.0[${MULTILIB_USEDEP}] 
) )
+   dts? ( >=media-plugins/gst-plugins-dts-${PV}:1.0[${MULTILIB_USEDEP}] )
+   dv? ( >=media-plugins/gst-plugins-dv-${PV}:1.0[${MULTILIB_USEDEP}] )
+   dvb? (
+   >=media-plugins/gst-plugins-dvb-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-bad-${PV}:1.0[${MULTILIB_USEDEP}] )
+   dvd? (
+   >=media-libs/gst-plugins-ugly-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-plugins/gst-plugins-a52dec-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-dvdread-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-resindvd-${PV}:1.0[${MULTILIB_USEDEP}] )
+   ffmpeg? ( 
>=media-plugins/gst-plugins-libav-${PV}:1.0[${MULTILIB_USEDEP}] )
+   flac? ( >=media-plugins/gst-plugins-flac-${PV}:1.0[${MULTILIB_USEDEP}] )
+   http? ( >=media-plugins/gst-plugins-soup-${PV}:1.0[${MULTILIB_USEDEP}] )
+   jack? ( >=media-plugins/gst-plugins-jack-${PV}:1.0[${MULTILIB_USEDEP}] )
+   lame? ( >=media-plugins/gst-plugins-lame-${PV}:1.0[${MULTILIB_USEDEP}] )
+   libass? ( 
>=media-plugins/gst-plugins-assrender-${PV}:1.0[${MULTILIB_USEDEP}] )
+   libvisual? ( 
>=media-plugins/gst-plugins-libvisual-${PV}:1.0[${MULTILIB_USEDEP}] )
+   mms? ( >=media-plugins/gst-plugins-libmms-${PV}:1.0[${MULTILIB_USEDEP}] 
)
+   modplug? ( 
>=media-plugins/gst-plugins-modplug-${PV}:1.0[${MULTILIB_USEDEP}] )
+   mp3? (
+   >=media-libs/gst-plugins-ugly-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mpg123-${PV}:1.0[${MULTILIB_USEDEP}] )
+   mpeg? ( 
>=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}] )
+   opus? ( >=media-plugins/gst-plugins-opus-${PV}:1.0[${MULTILIB_USEDEP}] )
+   oss? ( >=media-plugins/gst-plugins-oss-${PV}:1.0[${MULTILIB_USEDEP}] )
+   pulseaudio? ( 
>=media-plugins/gst-plugins-pulse-${PV}:1.0[${MULTILIB_USEDEP}] )
+   taglib? ( 
>=media-plugins/gst-plugins-taglib-${PV}:1.0[${MULTILIB_USEDEP}] )
+   v4l? ( >=media-plugins/gst-plugins-v4l2-${PV}:1.0[${MULTILIB_USEDEP}] )
+   vaapi? ( 
>=media-plugins/gst-plugins-vaapi-${PV}:1.0[${MULTILIB_USEDEP}] )
+   vcd? (
+   >=media-plugins/gst-plugins-mplex-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}] )
+   vpx? ( >=media-plugins/gst-plugins-vpx-${PV}:1.0[${MULTILIB_USEDEP}] )
+   wavpack? ( 
>=media-plugins/gst-plugins-wavpack-${PV}:1.0[${MULTILIB_USEDEP}] )
+   x264? ( >=media-plugins/gst-plugins-x264-${PV}:1.0[${MULTILIB_USEDEP}] )
+"
+
+# Usage note:
+# The idea is that apps depend on this for optional gstreamer plugins.  Then,
+# when USE flags change, no app gets rebuilt, and all apps that can make 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-x264/

2021-05-29 Thread Sam James
commit: ac95451d317bc1f24721dffde38641ff770234b3
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 18:04:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac95451d

media-plugins/gst-plugins-x264: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-x264/Manifest   |  1 +
 .../gst-plugins-x264/gst-plugins-x264-1.18.4.ebuild   | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/media-plugins/gst-plugins-x264/Manifest 
b/media-plugins/gst-plugins-x264/Manifest
index a3ed5323fe2..d6be25e36be 100644
--- a/media-plugins/gst-plugins-x264/Manifest
+++ b/media-plugins/gst-plugins-x264/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-ugly-1.16.3.tar.xz 899124 BLAKE2B 
f848c7bbf36cdfca6e3dec4893b9b1bdc363feb697ee7cc89f4c664aa7aa700b76678873e5dae23f277ad99d6034c1e3617d760acc9cd075e0044fae3f4bb88d
 SHA512 
0223f4ceebd1482329cfc7c3faa094d9f3b1d3eaa51eab3ff42da781f0aede8e838221bdc8d1a3ffc43318fb424421447d5548ebaf9ecaf8a290975d178df9ca
+DIST gst-plugins-ugly-1.18.4.tar.xz 509920 BLAKE2B 
a7aec6ac6e5739205c9567072596a8fb6dfcabc2f56ee0800c430c9bfc9549bf7ac75cb65719dadeb84036130d5b58f9be574f2a6531992ee7a8f23e9fb32d16
 SHA512 
eac02000ac3e0a54a953fe1531cb29bc6bc9913a707d1508905bf64fe0a4ef92f7d01b196259fc217fac8a344f0b2d683dd6d32210ce6b8c0acab08cb3b1322a

diff --git a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.18.4.ebuild 
b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.18.4.ebuild
new file mode 100644
index 000..6509d549ce3
--- /dev/null
+++ b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.18.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer-meson
+
+DESCRIPTION="H.264 encoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+# 20111220 ensures us X264_BUILD >= 120
+RDEPEND=">=media-libs/x264-0.0.20130506:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mpeg2dec/

2021-05-29 Thread Sam James
commit: a3a549c8389ae4be7124f70ff0aa07374ac1b150
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 18:04:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a549c8

media-plugins/gst-plugins-mpeg2dec: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-mpeg2dec/Manifest|  1 +
 .../gst-plugins-mpeg2dec-1.18.4.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-mpeg2dec/Manifest 
b/media-plugins/gst-plugins-mpeg2dec/Manifest
index a3ed5323fe2..d6be25e36be 100644
--- a/media-plugins/gst-plugins-mpeg2dec/Manifest
+++ b/media-plugins/gst-plugins-mpeg2dec/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-ugly-1.16.3.tar.xz 899124 BLAKE2B 
f848c7bbf36cdfca6e3dec4893b9b1bdc363feb697ee7cc89f4c664aa7aa700b76678873e5dae23f277ad99d6034c1e3617d760acc9cd075e0044fae3f4bb88d
 SHA512 
0223f4ceebd1482329cfc7c3faa094d9f3b1d3eaa51eab3ff42da781f0aede8e838221bdc8d1a3ffc43318fb424421447d5548ebaf9ecaf8a290975d178df9ca
+DIST gst-plugins-ugly-1.18.4.tar.xz 509920 BLAKE2B 
a7aec6ac6e5739205c9567072596a8fb6dfcabc2f56ee0800c430c9bfc9549bf7ac75cb65719dadeb84036130d5b58f9be574f2a6531992ee7a8f23e9fb32d16
 SHA512 
eac02000ac3e0a54a953fe1531cb29bc6bc9913a707d1508905bf64fe0a4ef92f7d01b196259fc217fac8a344f0b2d683dd6d32210ce6b8c0acab08cb3b1322a

diff --git 
a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.18.4.ebuild 
b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.18.4.ebuild
new file mode 100644
index 000..b1daca30c02
--- /dev/null
+++ b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.18.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer-meson
+
+DESCRIPTION="MPEG2 decoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=media-libs/libmpeg2-0.5.1-r2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2021-05-29 Thread Sam James
commit: 82965d45c4d1e6ed870b2ddc470ae49130b847cd
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:39:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:39:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82965d45

profiles: mask new GStreamer 1.18.x for testing

Bug: https://bugs.gentoo.org/756298
Bug: https://bugs.gentoo.org/690468
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 044e240f79a..3a6f9401cec 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,90 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2021-05-30)
+# GStreamer 1.18.x! Masked for testing.
+# This is a large suite of packages, so please
+# be patient and report bugs if you choose to
+# unmask.
+# bug #756298, bug #690468.
+=media-libs/gst-plugins-bad-1.18.4
+=media-libs/gst-plugins-base-1.18.4
+=media-libs/gst-plugins-good-1.18.4
+=media-libs/gst-plugins-ugly-1.18.4
+=media-libs/gstreamer-1.18.4
+=media-libs/gst-rtsp-server-1.18.4
+=media-plugins/gst-plugins-a52dec-1.18.4
+=media-plugins/gst-plugins-amr-1.18.4
+=media-plugins/gst-plugins-assrender-1.18.4
+=media-plugins/gst-plugins-bluez-1.18.4
+=media-plugins/gst-plugins-bs2b-1.18.4
+=media-plugins/gst-plugins-cairo-1.18.4
+=media-plugins/gst-plugins-cdio-1.18.4
+=media-plugins/gst-plugins-cdparanoia-1.18.4
+=media-plugins/gst-plugins-chromaprint-1.18.4
+=media-plugins/gst-plugins-colormanagement-1.18.4
+=media-plugins/gst-plugins-dash-1.18.4
+=media-plugins/gst-plugins-dtls-1.18.4
+=media-plugins/gst-plugins-dts-1.18.4
+=media-plugins/gst-plugins-dv-1.18.4
+=media-plugins/gst-plugins-dvb-1.18.4
+=media-plugins/gst-plugins-dvdread-1.18.4
+=media-plugins/gst-plugins-faac-1.18.4
+=media-plugins/gst-plugins-faad-1.18.4
+=media-plugins/gst-plugins-flac-1.18.4
+=media-plugins/gst-plugins-gdkpixbuf-1.18.4
+=media-plugins/gst-plugins-gtk-1.18.4
+=media-plugins/gst-plugins-hls-1.18.4
+=media-plugins/gst-plugins-jack-1.18.4
+=media-plugins/gst-plugins-jpeg-1.18.4
+=media-plugins/gst-plugins-kate-1.18.4
+=media-plugins/gst-plugins-ladspa-1.18.4
+=media-plugins/gst-plugins-lame-1.18.4
+=media-plugins/gst-plugins-libav-1.18.4
+=media-plugins/gst-plugins-libde265-1.18.4
+=media-plugins/gst-plugins-libmms-1.18.4
+=media-plugins/gst-plugins-libpng-1.18.4
+=media-plugins/gst-plugins-libvisual-1.18.4
+=media-plugins/gst-plugins-lv2-1.18.4
+=media-plugins/gst-plugins-meta-1.18.4
+=media-plugins/gst-plugins-modplug-1.18.4
+=media-plugins/gst-plugins-mpeg2dec-1.18.4
+=media-plugins/gst-plugins-mpeg2enc-1.18.4
+=media-plugins/gst-plugins-mpg123-1.18.4
+=media-plugins/gst-plugins-mplex-1.18.4
+=media-plugins/gst-plugins-neon-1.18.4
+=media-plugins/gst-plugins-ofa-1.18.4
+=media-plugins/gst-plugins-opencv-1.18.4
+=media-plugins/gst-plugins-openh264-1.18.4
+=media-plugins/gst-plugins-opus-1.18.4
+=media-plugins/gst-plugins-oss-1.18.4
+=media-plugins/gst-plugins-pulse-1.18.4
+=media-plugins/gst-plugins-raw1394-1.18.4
+=media-plugins/gst-plugins-resindvd-1.18.4
+=media-plugins/gst-plugins-rtmp-1.18.4
+=media-plugins/gst-plugins-shout2-1.18.4
+=media-plugins/gst-plugins-sidplay-1.18.4
+=media-plugins/gst-plugins-smoothstreaming-1.18.4
+=media-plugins/gst-plugins-soundtouch-1.18.4
+=media-plugins/gst-plugins-soup-1.18.4
+=media-plugins/gst-plugins-speex-1.18.4
+=media-plugins/gst-plugins-srt-1.18.4
+=media-plugins/gst-plugins-srtp-1.18.4
+=media-plugins/gst-plugins-taglib-1.18.4
+=media-plugins/gst-plugins-twolame-1.18.4
+=media-plugins/gst-plugins-uvch264-1.18.4
+=media-plugins/gst-plugins-v4l2-1.18.4
+=media-plugins/gst-plugins-vaapi-1.18.4
+=media-plugins/gst-plugins-voaacenc-1.18.4
+=media-plugins/gst-plugins-voamrwbenc-1.18.4
+=media-plugins/gst-plugins-vpx-1.18.4
+=media-plugins/gst-plugins-wavpack-1.18.4
+=media-plugins/gst-plugins-webrtc-1.18.4
+=media-plugins/gst-plugins-x264-1.18.4
+=media-plugins/gst-plugins-x265-1.18.4
+=media-plugins/gst-plugins-ximagesrc-1.18.4
+=media-plugins/gst-plugins-zbar-1.18.4
+
 # Alfredo Tupone  (2021-05-29)
 # Old version masked for removal on 2021-07-01
 # bug #788013



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-a52dec/

2021-05-29 Thread Sam James
commit: e299f7f853962142f359e82a2d9b351af0d40aa6
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 18:02:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e299f7f8

media-plugins/gst-plugins-a52dec: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-a52dec/Manifest   |  1 +
 .../gst-plugins-a52dec/gst-plugins-a52dec-1.18.4.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/media-plugins/gst-plugins-a52dec/Manifest 
b/media-plugins/gst-plugins-a52dec/Manifest
index a3ed5323fe2..d6be25e36be 100644
--- a/media-plugins/gst-plugins-a52dec/Manifest
+++ b/media-plugins/gst-plugins-a52dec/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-ugly-1.16.3.tar.xz 899124 BLAKE2B 
f848c7bbf36cdfca6e3dec4893b9b1bdc363feb697ee7cc89f4c664aa7aa700b76678873e5dae23f277ad99d6034c1e3617d760acc9cd075e0044fae3f4bb88d
 SHA512 
0223f4ceebd1482329cfc7c3faa094d9f3b1d3eaa51eab3ff42da781f0aede8e838221bdc8d1a3ffc43318fb424421447d5548ebaf9ecaf8a290975d178df9ca
+DIST gst-plugins-ugly-1.18.4.tar.xz 509920 BLAKE2B 
a7aec6ac6e5739205c9567072596a8fb6dfcabc2f56ee0800c430c9bfc9549bf7ac75cb65719dadeb84036130d5b58f9be574f2a6531992ee7a8f23e9fb32d16
 SHA512 
eac02000ac3e0a54a953fe1531cb29bc6bc9913a707d1508905bf64fe0a4ef92f7d01b196259fc217fac8a344f0b2d683dd6d32210ce6b8c0acab08cb3b1322a

diff --git a/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.18.4.ebuild 
b/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.18.4.ebuild
new file mode 100644
index 000..83ca12b55ee
--- /dev/null
+++ b/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.18.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer-meson
+
+DESCRIPTION="ATSC A/52 audio decoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+orc"
+
+RDEPEND="
+   >=media-libs/a52dec-0.7.4-r6[${MULTILIB_USEDEP}]
+   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-voamrwbenc/

2021-05-29 Thread Sam James
commit: 3de13e02a8e976006ad498939eac3dfe6210ac7d
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:44:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de13e02

media-plugins/gst-plugins-voamrwbenc: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-voamrwbenc/Manifest  |  1 +
 .../gst-plugins-voamrwbenc-1.18.4.ebuild   | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-voamrwbenc/Manifest 
b/media-plugins/gst-plugins-voamrwbenc/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-voamrwbenc/Manifest
+++ b/media-plugins/gst-plugins-voamrwbenc/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git 
a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.18.4.ebuild 
b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.18.4.ebuild
new file mode 100644
index 000..66e61ba19c9
--- /dev/null
+++ b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.18.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="AMR-WB audio encoder plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-sidplay/

2021-05-29 Thread Sam James
commit: a946bbb6e28499d42f7bfe404c588c279648775c
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 18:04:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a946bbb6

media-plugins/gst-plugins-sidplay: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-sidplay/Manifest |  1 +
 .../gst-plugins-sidplay/gst-plugins-sidplay-1.18.4.ebuild  | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-sidplay/Manifest 
b/media-plugins/gst-plugins-sidplay/Manifest
index a3ed5323fe2..d6be25e36be 100644
--- a/media-plugins/gst-plugins-sidplay/Manifest
+++ b/media-plugins/gst-plugins-sidplay/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-ugly-1.16.3.tar.xz 899124 BLAKE2B 
f848c7bbf36cdfca6e3dec4893b9b1bdc363feb697ee7cc89f4c664aa7aa700b76678873e5dae23f277ad99d6034c1e3617d760acc9cd075e0044fae3f4bb88d
 SHA512 
0223f4ceebd1482329cfc7c3faa094d9f3b1d3eaa51eab3ff42da781f0aede8e838221bdc8d1a3ffc43318fb424421447d5548ebaf9ecaf8a290975d178df9ca
+DIST gst-plugins-ugly-1.18.4.tar.xz 509920 BLAKE2B 
a7aec6ac6e5739205c9567072596a8fb6dfcabc2f56ee0800c430c9bfc9549bf7ac75cb65719dadeb84036130d5b58f9be574f2a6531992ee7a8f23e9fb32d16
 SHA512 
eac02000ac3e0a54a953fe1531cb29bc6bc9913a707d1508905bf64fe0a4ef92f7d01b196259fc217fac8a344f0b2d683dd6d32210ce6b8c0acab08cb3b1322a

diff --git 
a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.18.4.ebuild 
b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.18.4.ebuild
new file mode 100644
index 000..13838048ba0
--- /dev/null
+++ b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.18.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer-meson
+
+DESCRIPTION="Sid decoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-webrtc/

2021-05-29 Thread Sam James
commit: e7e9e934d19cf7932961d2cf470f6a9650810a01
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:44:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e9e934

media-plugins/gst-plugins-webrtc: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-webrtc/Manifest  |  1 +
 .../gst-plugins-webrtc-1.18.4.ebuild   | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/media-plugins/gst-plugins-webrtc/Manifest 
b/media-plugins/gst-plugins-webrtc/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-webrtc/Manifest
+++ b/media-plugins/gst-plugins-webrtc/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git a/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild 
b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild
new file mode 100644
index 000..47088545a75
--- /dev/null
+++ b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="WebRTC plugins for GStreamer"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/gst-plugins-base-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-bad-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-libs/webrtc-audio-processing-0.2[${MULTILIB_USEDEP}]
+   =net-libs/libnice-0.1.14[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+GST_PLUGINS_ENABLED="webrtc webrtcdsp"
+GST_PLUGINS_BUILD_DIR="webrtc webrtcdsp"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-uvch264/

2021-05-29 Thread Sam James
commit: b1a5721f4b5fef519359ba4d61338f1dd8fecc4d
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:43:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a5721f

media-plugins/gst-plugins-uvch264: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-uvch264/Manifest  |  1 +
 .../gst-plugins-uvch264-1.18.4.ebuild   | 17 +
 2 files changed, 18 insertions(+)

diff --git a/media-plugins/gst-plugins-uvch264/Manifest 
b/media-plugins/gst-plugins-uvch264/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-uvch264/Manifest
+++ b/media-plugins/gst-plugins-uvch264/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git 
a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.18.4.ebuild 
b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.18.4.ebuild
new file mode 100644
index 000..383b40b38ec
--- /dev/null
+++ b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.18.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="UVC compliant H264 encoding cameras plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/libgudev:=[${MULTILIB_USEDEP}]
+   virtual/libusb:1[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-smoothstreaming/

2021-05-29 Thread Sam James
commit: d3005869690f563f3915e1218f62a4c75d1b1c01
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:42:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3005869

media-plugins/gst-plugins-smoothstreaming: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-smoothstreaming/Manifest |  1 +
 .../gst-plugins-smoothstreaming-1.18.4.ebuild  | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-smoothstreaming/Manifest 
b/media-plugins/gst-plugins-smoothstreaming/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-smoothstreaming/Manifest
+++ b/media-plugins/gst-plugins-smoothstreaming/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git 
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.18.4.ebuild
 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.18.4.ebuild
new file mode 100644
index 000..f4a35c81afb
--- /dev/null
+++ 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.18.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="Smooth Streaming plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-soundtouch/

2021-05-29 Thread Sam James
commit: fac7e87ccd8bfdfddde8d073cef13c0ca8b433b8
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:42:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac7e87c

media-plugins/gst-plugins-soundtouch: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-soundtouch/Manifest  |  1 +
 .../gst-plugins-soundtouch-1.18.4.ebuild   | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-soundtouch/Manifest 
b/media-plugins/gst-plugins-soundtouch/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-soundtouch/Manifest
+++ b/media-plugins/gst-plugins-soundtouch/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git 
a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.18.4.ebuild 
b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.18.4.ebuild
new file mode 100644
index 000..1682076d82f
--- /dev/null
+++ b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.18.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="Beats-per-minute detection and pitch controlling plugin for 
GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/libsoundtouch-1.7.1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-cdio/

2021-05-29 Thread Sam James
commit: 9b39a5e4afc7ae6522f0d77312b7752c5b0136a0
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 18:03:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b39a5e4

media-plugins/gst-plugins-cdio: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-cdio/Manifest|  1 +
 .../gst-plugins-cdio/gst-plugins-cdio-1.18.4.ebuild| 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-cdio/Manifest 
b/media-plugins/gst-plugins-cdio/Manifest
index a3ed5323fe2..d6be25e36be 100644
--- a/media-plugins/gst-plugins-cdio/Manifest
+++ b/media-plugins/gst-plugins-cdio/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-ugly-1.16.3.tar.xz 899124 BLAKE2B 
f848c7bbf36cdfca6e3dec4893b9b1bdc363feb697ee7cc89f4c664aa7aa700b76678873e5dae23f277ad99d6034c1e3617d760acc9cd075e0044fae3f4bb88d
 SHA512 
0223f4ceebd1482329cfc7c3faa094d9f3b1d3eaa51eab3ff42da781f0aede8e838221bdc8d1a3ffc43318fb424421447d5548ebaf9ecaf8a290975d178df9ca
+DIST gst-plugins-ugly-1.18.4.tar.xz 509920 BLAKE2B 
a7aec6ac6e5739205c9567072596a8fb6dfcabc2f56ee0800c430c9bfc9549bf7ac75cb65719dadeb84036130d5b58f9be574f2a6531992ee7a8f23e9fb32d16
 SHA512 
eac02000ac3e0a54a953fe1531cb29bc6bc9913a707d1508905bf64fe0a4ef92f7d01b196259fc217fac8a344f0b2d683dd6d32210ce6b8c0acab08cb3b1322a

diff --git a/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.18.4.ebuild 
b/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.18.4.ebuild
new file mode 100644
index 000..953b48e6a91
--- /dev/null
+++ b/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.18.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer-meson
+
+DESCRIPTION="CD Audio Source (cdda) plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/libcdio-0.90-r1:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-x265/

2021-05-29 Thread Sam James
commit: 30d1939eded6fb2e31efe3cfdf54bfd7fdf12196
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:44:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d1939e

media-plugins/gst-plugins-x265: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-x265/Manifest  |  1 +
 .../gst-plugins-x265/gst-plugins-x265-1.18.4.ebuild  | 16 
 2 files changed, 17 insertions(+)

diff --git a/media-plugins/gst-plugins-x265/Manifest 
b/media-plugins/gst-plugins-x265/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-x265/Manifest
+++ b/media-plugins/gst-plugins-x265/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.18.4.ebuild 
b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.18.4.ebuild
new file mode 100644
index 000..c63afc9f04b
--- /dev/null
+++ b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.18.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE="gst-plugins-bad"
+
+inherit gstreamer-meson
+
+DESCRIPTION="H.265 encoder plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/x265:=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-opencv/

2021-05-29 Thread Sam James
commit: 4af765d7b1a4b6477372277aadcc29cefc796f4a
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:41:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af765d7

media-plugins/gst-plugins-opencv: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-opencv/Manifest  |  1 +
 .../gst-plugins-opencv-1.18.4.ebuild   | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/media-plugins/gst-plugins-opencv/Manifest 
b/media-plugins/gst-plugins-opencv/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-opencv/Manifest
+++ b/media-plugins/gst-plugins-opencv/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.18.4.ebuild 
b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.18.4.ebuild
new file mode 100644
index 000..fcda9c53d9c
--- /dev/null
+++ b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.18.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="OpenCV elements for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# >=opencv-4.1.2-r3 to help testing removal of older being fine
+RDEPEND="
+   >=media-libs/opencv-4.1.2-r3:=[contrib,${MULTILIB_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-resindvd/

2021-05-29 Thread Sam James
commit: a3cac667f6639568b0ae7c78c97c6ddee9d60bb4
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:42:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cac667

media-plugins/gst-plugins-resindvd: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-resindvd/Manifest |  1 +
 .../gst-plugins-resindvd-1.18.4.ebuild  | 17 +
 2 files changed, 18 insertions(+)

diff --git a/media-plugins/gst-plugins-resindvd/Manifest 
b/media-plugins/gst-plugins-resindvd/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-resindvd/Manifest
+++ b/media-plugins/gst-plugins-resindvd/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git 
a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.18.4.ebuild 
b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.18.4.ebuild
new file mode 100644
index 000..0e3ffaa7409
--- /dev/null
+++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.18.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="DVD playback support plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/libdvdnav-4.2.0-r1:=[${MULTILIB_USEDEP}]
+   >=media-libs/libdvdread-4.2.0-r1:=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-srt/

2021-05-29 Thread Sam James
commit: d7947c88cd533eff496e74c78a0d896644b0c7c4
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:43:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7947c88

media-plugins/gst-plugins-srt: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-srt/Manifest   |  1 +
 .../gst-plugins-srt/gst-plugins-srt-1.18.4.ebuild| 16 
 2 files changed, 17 insertions(+)

diff --git a/media-plugins/gst-plugins-srt/Manifest 
b/media-plugins/gst-plugins-srt/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-srt/Manifest
+++ b/media-plugins/gst-plugins-srt/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git a/media-plugins/gst-plugins-srt/gst-plugins-srt-1.18.4.ebuild 
b/media-plugins/gst-plugins-srt/gst-plugins-srt-1.18.4.ebuild
new file mode 100644
index 000..da1ad6fe376
--- /dev/null
+++ b/media-plugins/gst-plugins-srt/gst-plugins-srt-1.18.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="Secure reliable transport (SRT) transfer plugin for GStreamer"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   net-libs/srt[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-voaacenc/

2021-05-29 Thread Sam James
commit: 89eb2c057ae32db4fbb94ca09b47892148b6b7cf
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:43:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89eb2c05

media-plugins/gst-plugins-voaacenc: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-voaacenc/Manifest|  1 +
 .../gst-plugins-voaacenc-1.18.4.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-voaacenc/Manifest 
b/media-plugins/gst-plugins-voaacenc/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-voaacenc/Manifest
+++ b/media-plugins/gst-plugins-voaacenc/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git 
a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.18.4.ebuild 
b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.18.4.ebuild
new file mode 100644
index 000..8333ad707e6
--- /dev/null
+++ b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.18.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="AAC encoder plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-rtmp/

2021-05-29 Thread Sam James
commit: 08221c314edb17adfa062369eb0e822745740f18
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:42:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08221c31

media-plugins/gst-plugins-rtmp: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-rtmp/Manifest|  1 +
 .../gst-plugins-rtmp/gst-plugins-rtmp-1.18.4.ebuild| 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-rtmp/Manifest 
b/media-plugins/gst-plugins-rtmp/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-rtmp/Manifest
+++ b/media-plugins/gst-plugins-rtmp/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git a/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.18.4.ebuild 
b/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.18.4.ebuild
new file mode 100644
index 000..00b12b9c2c8
--- /dev/null
+++ b/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.18.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="RTMP source/sink plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-neon/

2021-05-29 Thread Sam James
commit: cb33055dc006ccc9ef95b1f12f2c0937ad995c9c
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:39:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb33055d

media-plugins/gst-plugins-neon: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-neon/Manifest  |  1 +
 .../gst-plugins-neon/gst-plugins-neon-1.18.4.ebuild  | 16 
 2 files changed, 17 insertions(+)

diff --git a/media-plugins/gst-plugins-neon/Manifest 
b/media-plugins/gst-plugins-neon/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-neon/Manifest
+++ b/media-plugins/gst-plugins-neon/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.18.4.ebuild 
b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.18.4.ebuild
new file mode 100644
index 000..cd878a68222
--- /dev/null
+++ b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.18.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="HTTP client source plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=net-libs/neon-0.30.0[${MULTILIB_USEDEP}]
+   <=net-libs/neon-0.31.99[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-ofa/

2021-05-29 Thread Sam James
commit: c635fce1723388be26ab1becf3a6ce2728f96e8e
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:39:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c635fce1

media-plugins/gst-plugins-ofa: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-ofa/Manifest |  1 +
 .../gst-plugins-ofa/gst-plugins-ofa-1.18.4.ebuild  | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-ofa/Manifest 
b/media-plugins/gst-plugins-ofa/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-ofa/Manifest
+++ b/media-plugins/gst-plugins-ofa/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git a/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.18.4.ebuild 
b/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.18.4.ebuild
new file mode 100644
index 000..7d511089e4d
--- /dev/null
+++ b/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.18.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="MusicIP audio fingerprinting plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=media-libs/libofa-0.9.3-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-openh264/

2021-05-29 Thread Sam James
commit: 41a56804b16fdae3b2f83fb0b49097d18ad97cf0
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:41:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a56804

media-plugins/gst-plugins-openh264: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-openh264/Manifest  |  1 +
 .../gst-plugins-openh264-1.18.4.ebuild   | 16 
 2 files changed, 17 insertions(+)

diff --git a/media-plugins/gst-plugins-openh264/Manifest 
b/media-plugins/gst-plugins-openh264/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-openh264/Manifest
+++ b/media-plugins/gst-plugins-openh264/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git 
a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.18.4.ebuild 
b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.18.4.ebuild
new file mode 100644
index 000..e9add44735d
--- /dev/null
+++ b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.18.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="H.264 encoder/decoder plugin for GStreamer."
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/openh264-1.3:=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mplex/

2021-05-29 Thread Sam James
commit: b5633adb1a24072e4faf435201e470f1f34b8b20
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun May  2 17:38:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:35:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5633adb

media-plugins/gst-plugins-mplex: Version bump, 1.18.4

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-mplex/Manifest   |  1 +
 .../gst-plugins-mplex/gst-plugins-mplex-1.18.4.ebuild  | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-mplex/Manifest 
b/media-plugins/gst-plugins-mplex/Manifest
index b8facca998f..410a851ca65 100644
--- a/media-plugins/gst-plugins-mplex/Manifest
+++ b/media-plugins/gst-plugins-mplex/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git a/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.18.4.ebuild 
b/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.18.4.ebuild
new file mode 100644
index 000..206b627df1e
--- /dev/null
+++ b/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.18.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="MPEG/DVD/SVCD/VCD video/audio multiplexing plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=media-video/mjpegtools-2.1.0-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2021-05-29 Thread Sam James
commit: d9053c91613321b5275783d5eb28a34d426d0457
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:15:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:15:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9053c91

sys-kernel/gentoo-kernel-bin: bump to 5.4.123 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.4.123-r1.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index b68099d7c2e..96148c43dc1 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -64,6 +64,7 @@ DIST gentoo-kernel-5.4.122-1.amd64.xpak 61399307 BLAKE2B 
2b92ac919e0cf3f55127906
 DIST gentoo-kernel-5.4.122-1.arm64.xpak 56363698 BLAKE2B 
ce3e2142ed6630cb0cdf274709bed8ca9177af9df78ed50a743bb2535a8a926f31b7fe173c2b303d1929e1232eaaffab08317881a37d640e5bb6355c0d796888
 SHA512 
877abb1511e96406a6befcaa20e893cd1ce38949f6d67962cbf76c5bf4839d8ba1f174997a6d62e69074637f187ff2177956f5269771c93936e65b18b0cf6f89
 DIST gentoo-kernel-5.4.122-1.x86.xpak 53177302 BLAKE2B 
b71a2918e7f4bbafd2e01bde3dcdc7c143f8604fb374b310f22ba54d41047b1273998a23bdce5547dbcfe273a049551bf812e8ac2412810e3bffb03c94fb2606
 SHA512 
73064f5b903de74b3466191175cb0100db0b347449f46c9ea899be2e69632c3eeda14eaee6b919e069071829a77039752af903603c969e0978f71e580b51d088
 DIST gentoo-kernel-5.4.123-1.amd64.xpak 61368911 BLAKE2B 
c3252e04180c56eb0edaadfc6ad8c1b3416f760b2fc613c43673829774b661bde3e3fc59474cfca455b8fc98f9ada42141421d537658a75943c079ea34a981f8
 SHA512 
7b647c9b1a7c0f5db8c41a791efe13a14abc5a34ce2fa3913111e6a64c8704b2b949c54c63f887e9ea934d163a8b504571c83c6eda1dd4a97ca8eac32edde587
+DIST gentoo-kernel-5.4.123-1.arm64.xpak 56055188 BLAKE2B 
e7cce2cc33010b30c0929de502e204b975b692bec366ced27b878cd5c8fd62b51396d93d8fb1a8a4a5b01ea1ec3e2674a20c52285a26c623d4dd6b2659f34082
 SHA512 
840139b1219abc0ffbfa184f3b9c33ab5342874c2bd0244a9326d91dd186e97a61f6699c7dd22349842e0a617cc1c8a8ccf6f8e64c26d5c06b9848c19628ce0e
 DIST gentoo-kernel-5.4.123-1.x86.xpak 53189077 BLAKE2B 
3bb6d0813c6574941c63aedaa0e12f9c7a332665c9c4a7ca4475b669c81bfe2cfcb73e603858eb4fd7d448deef5f801e3ebd374fb6c3fab90c393690f65f90ed
 SHA512 
72e15a705b3be1b51952a8b126b3db4ba1897938a5405b83cc0df2319ed4c3c4752fc73e6623b47c77b08dc58d4178c2f92ba8b06927cf4c6d062c3e9cc0ff5d
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.11.tar.xz 117619104 BLAKE2B 
81300c27bd5476387a83123aaeb4163c73eb61e9245806c23660cb5e6a4fa88ffc9def027031335fa0270fc4080506cd415990014364e3a98b9d2e8c58a29524
 SHA512 
a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.123-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.123-r1.ebuild
new file mode 100644
index 000..b63276300c5
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.123-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+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
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}
+
+src_configure() {
+   

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

2021-05-29 Thread Sam James
commit: bbb2ee478b606d8e6f76502bdee0ae602e791599
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:16:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:16:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb2ee47

sys-kernel/gentoo-kernel-bin: bump to 5.12.8 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.12.8-r1.ebuild | 115 +
 2 files changed, 116 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 4097c8ecfe2..53613b4c2e9 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -51,6 +51,7 @@ DIST gentoo-kernel-5.12.7-1.amd64.xpak 66367675 BLAKE2B 
bd18556dd73a9eaf2f737376
 DIST gentoo-kernel-5.12.7-1.arm64.xpak 60178910 BLAKE2B 
602a7ee863d43a0d9d40fac9a34f0a5506f154fca66e4749fae1abb380c8b841986af40cf120d6cd0f01804b6fe9f45954b3d4b884e4eedc15e60a2e8b9ad136
 SHA512 
c673db22709b7fbebb02aee347a71e534a1df97e324345dd9418fe687eeaca61a672740b84eda7e0531a5a3eb6d42310ff78681cb1670d9d6918b83cc82b43e6
 DIST gentoo-kernel-5.12.7-1.x86.xpak 58091403 BLAKE2B 
d4648d72e421aa8a2e85529e83394b8ac788a17eaef70d0e19f29c3f3d2272c3dbc914f4ab66c3137c9ff6c84b76b59711670eaec9f46cc93ca932335c8b6c23
 SHA512 
315bfe67d1aecbd16d91364eae039598f1d7886be4e42a1808fec3668372dcbfdfdbe3ed445c20035d0a799e83e03fc0f03e43f9855e1f87c79c8be0d41ba3d9
 DIST gentoo-kernel-5.12.8-1.amd64.xpak 66367297 BLAKE2B 
adadd41d205de9376e4f2c7c1354e692f04050940dc2d98d0b0381c8d45b2bb6b63a79c797dc31c9b9374f6d6d1533a5e2c30a3a9c2d0a389179ae75ed732ab8
 SHA512 
6b9bc14c4ebf757f14cbcba1c1190fb6329891af4558c5d9705a946aa36adc514bdcbd352f044c57c2026f4619def0720106dbb0e7aaec545e894cd1bc25697a
+DIST gentoo-kernel-5.12.8-1.arm64.xpak 59934047 BLAKE2B 
f2ecf71fe91aaad771ef380e029d419114dc13133a1021d378dd89c70ea3f31b88e445da2a110bff43d43c75446fbfce753aa13008977f2a9f795d1c767507e5
 SHA512 
cb0fe3d3937739dd2f218d895f6c9185f71606d3016a15020703e03e97d2903a0b3865a0751811f6771f9a367f68e0fc36a56b667cf21ae2e673e6e86d934114
 DIST gentoo-kernel-5.12.8-1.x86.xpak 58087343 BLAKE2B 
11d7693cf474bf9b736e2c347831da8208475c1ecc09a9a974fb4512f941c98108379bbca25011a2f2dfb7a229a69a39c69e5687947744edf20e3e6d7193b0c3
 SHA512 
409aeefe20ed363b7b7bf944707c884c963afb7054767ba6793ad889ac3edfc698234d8b8bef2e7ab708c529178905ce7aec877e3c35e3976545b4aa0e5ab838
 DIST gentoo-kernel-5.4.115-1.amd64.xpak 61381562 BLAKE2B 
e36468cb61a73daffd9709bc8e13eb1c11a0ec1e8f68df55c07eaa50e7538337534ca48342b019b308c99c121628f55c868a5577b2c1a5a4a67cdd72a6fea8ef
 SHA512 
5bb1836cfd7b746aa5d8e947d6fe63c368f86a0d439e56106a77b3f3c3999d3761f238bfd76b5785035ff68869da271a2c3a4dfb5f09fb16b343e0d296ad9d60
 DIST gentoo-kernel-5.4.115-1.arm64.xpak 56473345 BLAKE2B 
ba662f7d08629dc4fd8978de1db9f0f4400cde21802590a168f9737da03013e27c09a5ecbadcc99f482c935f20db61f9395bc006390b46bea45af305f1677620
 SHA512 
2ee5adf31d0a8c2bfa76cfadd5c56e818cf31cea3323c91517cd752ce4c87256c2a4f33583119977e37538669d5e2046f77fdd0b9c6adf15ccc498e7179a2088

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.12.8-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.12.8-r1.ebuild
new file mode 100644
index 000..9cc54d1c175
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.12.8-r1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 1 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+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
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}
+

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

2021-05-29 Thread Sam James
commit: 06fe3df2686b37aa8e41cdc880787c3a3a67f062
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:16:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:16:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06fe3df2

sys-kernel/gentoo-kernel-bin: bump to 5.10.41 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.10.41-r1.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 96148c43dc1..4097c8ecfe2 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -39,6 +39,7 @@ DIST gentoo-kernel-5.10.40-1.amd64.xpak 65506415 BLAKE2B 
91f5c3f13350c922d40740c
 DIST gentoo-kernel-5.10.40-1.arm64.xpak 59237288 BLAKE2B 
21e19596314712a4d535d188744a9b7e7f3b155f767ff4c85dd9aed3dd46867f52bc649b8ea4dd76355b5a462d297d4c20757707ed3a0bca136cb56dd1caa699
 SHA512 
b352c943d33430b5e04c63ff0d33e80aac2171d6e1048f8a1029730e0a8b08bd7ebaf40d0afe4174b8600cd8c47322304e49c2fb72ab5a19b53d3fdb34ffbcfd
 DIST gentoo-kernel-5.10.40-1.x86.xpak 57236415 BLAKE2B 
803f67facaaa6f162f34290c79bd0a33c6121221da09b9f09083df5cd6fbf3aee8517926fd80261352194ebb4b977c27d06b77a06ff01ef0fa7f17573260e186
 SHA512 
c78f1388bc34658a2c2e261085752a581110bd2650d06e6bef4ee3a4e62fd323c8e33ae74b6a795700ef2e205d872e914ee4358c0d1bfac43f7c209fd305c103
 DIST gentoo-kernel-5.10.41-1.amd64.xpak 65519229 BLAKE2B 
1e11591d6aff9976116eff850c9a776e3da59731b6326886c47a47a49e242206a1711c7acef2bf591f26088f1e48a0e5430b55080acf23e94a061da234aacad2
 SHA512 
a255ae0856d940d051d69eef998b83de172d821f497b9fa752e97775e9dc0836ba5f0dcdfb019038c9799ff4a460e6b2fc30aa48c0f77060446d7f6c75b97e71
+DIST gentoo-kernel-5.10.41-1.arm64.xpak 58996490 BLAKE2B 
c206bf22c57e3d13a9c61699e21c4beeb8c76df15f314eb18b9215016bebc34bf950bd52b272ace25c8156e81d4f4d74bf1fbc796b08f5d0eabff195fcd0
 SHA512 
3ce0edbd214192e7fa63c033191853776e797c42e945d5a2e6ded6ab70c0c67576571a73595cf67975a987af7c091d1c6ae542cb827ddc31ebf854ff04589b7e
 DIST gentoo-kernel-5.10.41-1.x86.xpak 57258381 BLAKE2B 
e66c7ae5e45d5e2a5258bbc297565c50978c8097e14ce34f8219d021b823bdb776b55f01aa3137fa44cb3016c8cd2459594dfbe8cb0e511f48ce6aa7b566610b
 SHA512 
22d74f1015898f9cb835e435a6b48b017ff3712deaa44c1b250c646ce0853aa71b00e7d027b84d5669113d5b7ca29348970255daa1bad3cd965a0a55ef127a5d
 DIST gentoo-kernel-5.11.22-1.amd64.xpak 65882786 BLAKE2B 
aa98de82c4f47a586474f6f888a12fa3fb4605bd3dae576a36a9edfd10b669cb586d975dd6dfd4fac0ca3906e56a14250effb44b54ea6646898b12ddeeb6ae28
 SHA512 
1cd5f40f7ae0500158d05e3da14788a407faef9c471001fa5cb403e6cbbd062130645166cab28f3ad79cb6318dd0fb5961a515952a91de35f34b44483931c5a2
 DIST gentoo-kernel-5.11.22-1.arm64.xpak 59725454 BLAKE2B 
bffe7733b1ab766ab7afae20c77696ab36bed989dae7fef60e6eba752da8f918240e0d28fdce01d5813775c4013df80ba495e6ed7163838bde2896ffce96fb06
 SHA512 
8b1e4b0f6ca7294a457574f23557df1cc99dc6be41f3a36f6a871cb8a21d52f0556279afe400301bbdf715d4e07134da845c37318a1e6df9e14e379cf4252f68

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.41-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.41-r1.ebuild
new file mode 100644
index 000..8198cf5ace0
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.41-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+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/~alicef/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}

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

2021-05-29 Thread Sam James
commit: e4126d14527c2e67480ef0f4ddb5487b772cf398
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:05:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:05:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4126d14

media-radio/xlog: Stabilize 2.0.22 x86, #792882

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

 media-radio/xlog/xlog-2.0.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/xlog/xlog-2.0.22.ebuild 
b/media-radio/xlog/xlog-2.0.22.ebuild
index b05f2deab79..7467c2953e5 100644
--- a/media-radio/xlog/xlog-2.0.22.ebuild
+++ b/media-radio/xlog/xlog-2.0.22.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="media-libs/hamlib:=



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

2021-05-29 Thread Sam James
commit: 1e157736d29ad6de4f794bb2d9d8da9fd709e985
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:05:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:05:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e157736

dev-libs/libzia: Stabilize 4.28 amd64, #792879

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

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

diff --git a/dev-libs/libzia/libzia-4.28.ebuild 
b/dev-libs/libzia/libzia-4.28.ebuild
index a3fecb46f78..ee416e6cd87 100644
--- a/dev-libs/libzia/libzia-4.28.ebuild
+++ b/dev-libs/libzia/libzia-4.28.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="ftdi"
 
 RDEPEND="dev-libs/glib:2



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

2021-05-29 Thread Sam James
commit: e727ddd22f753c1b443864dc36309db63a536a0b
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:05:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:05:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e727ddd2

media-radio/qsstv: Stabilize 9.5.3 amd64, #792885

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

 media-radio/qsstv/qsstv-9.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/qsstv/qsstv-9.5.3.ebuild 
b/media-radio/qsstv/qsstv-9.5.3.ebuild
index f5dd486e8d1..f547aee125e 100644
--- a/media-radio/qsstv/qsstv-9.5.3.ebuild
+++ b/media-radio/qsstv/qsstv-9.5.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://users.telenet.be/on4qz/qsstv/downloads/${MY_P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 CDEPEND="dev-qt/qtcore:5



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

2021-05-29 Thread Sam James
commit: 350a7e630ce0c1d28b0c3b1eb12e957cd2fc329d
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:06:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:06:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350a7e63

media-radio/qsstv: Stabilize 9.5.3 x86, #792885

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

 media-radio/qsstv/qsstv-9.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/qsstv/qsstv-9.5.3.ebuild 
b/media-radio/qsstv/qsstv-9.5.3.ebuild
index f547aee125e..00291f4897a 100644
--- a/media-radio/qsstv/qsstv-9.5.3.ebuild
+++ b/media-radio/qsstv/qsstv-9.5.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://users.telenet.be/on4qz/qsstv/downloads/${MY_P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 CDEPEND="dev-qt/qtcore:5



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

2021-05-29 Thread Sam James
commit: aa4e07c4c2a8b8a7d785ed11295abcf31e92fbf9
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:05:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:05:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4e07c4

media-radio/tucnak: Stabilize 4.28 x86, #792879

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

 media-radio/tucnak/tucnak-4.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tucnak/tucnak-4.28.ebuild 
b/media-radio/tucnak/tucnak-4.28.ebuild
index 489376d7f13..9d0aeaa30bb 100644
--- a/media-radio/tucnak/tucnak-4.28.ebuild
+++ b/media-radio/tucnak/tucnak-4.28.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="alsa fftw gpm hamlib suid"
 
 RDEPEND="dev-libs/glib:2



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

2021-05-29 Thread Sam James
commit: 971948b5fac3db6d36acdc66ba95ed3aed80b697
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:05:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:05:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971948b5

media-radio/tucnak: Stabilize 4.28 amd64, #792879

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

 media-radio/tucnak/tucnak-4.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tucnak/tucnak-4.28.ebuild 
b/media-radio/tucnak/tucnak-4.28.ebuild
index 74d1b35b9c8..489376d7f13 100644
--- a/media-radio/tucnak/tucnak-4.28.ebuild
+++ b/media-radio/tucnak/tucnak-4.28.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="alsa fftw gpm hamlib suid"
 
 RDEPEND="dev-libs/glib:2



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

2021-05-29 Thread Sam James
commit: 4e8656c5438091a3206c7084c855f93f9c449802
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:05:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:05:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8656c5

dev-libs/libzia: Stabilize 4.28 x86, #792879

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

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

diff --git a/dev-libs/libzia/libzia-4.28.ebuild 
b/dev-libs/libzia/libzia-4.28.ebuild
index ee416e6cd87..527e88508df 100644
--- a/dev-libs/libzia/libzia-4.28.ebuild
+++ b/dev-libs/libzia/libzia-4.28.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="ftdi"
 
 RDEPEND="dev-libs/glib:2



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

2021-05-29 Thread Sam James
commit: 3e5a2d57128d52570497cac0934dcbb814526e80
Author: Sam James  gentoo  org>
AuthorDate: Sun May 30 00:05:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 30 00:05:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5a2d57

media-radio/xlog: Stabilize 2.0.22 amd64, #792882

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

 media-radio/xlog/xlog-2.0.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/xlog/xlog-2.0.22.ebuild 
b/media-radio/xlog/xlog-2.0.22.ebuild
index b3ac50566f6..b05f2deab79 100644
--- a/media-radio/xlog/xlog-2.0.22.ebuild
+++ b/media-radio/xlog/xlog-2.0.22.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="media-libs/hamlib:=



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

2021-05-29 Thread Georgy Yakovlev
commit: 0b83df09452331c5fb73311b5ab51d103fcdae0d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat May 29 23:36:32 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat May 29 23:39:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b83df09

sys-apps/opal-utils: call python-single-r1_pkg_setup

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

 sys-apps/opal-utils/opal-utils-6.7-r2.ebuild | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/sys-apps/opal-utils/opal-utils-6.7-r2.ebuild 
b/sys-apps/opal-utils/opal-utils-6.7-r2.ebuild
index 4df7961ced0..ccb349721b3 100644
--- a/sys-apps/opal-utils/opal-utils-6.7-r2.ebuild
+++ b/sys-apps/opal-utils/opal-utils-6.7-r2.ebuild
@@ -37,15 +37,9 @@ PATCHES=(
"${FILESDIR}/flags.patch"
 )
 
-python_check_deps() {
-   use doc || return 0
-   has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" &&
-   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
 pkg_setup() {
linux-info_pkg_setup
-   python-any-r1_pkg_setup
+   python-single-r1_pkg_setup
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/

2021-05-29 Thread Andreas K. Hüttel
commit: d7832e8372946ac495d6d10436e5770f20f38468
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 29 23:35:52 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 29 23:36:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7832e83

app-office/libreoffice-bin-debug: Version bump 7.1.3.2

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-office/libreoffice-bin-debug/Manifest  |  9 +++
 .../libreoffice-bin-debug-7.1.3.2.ebuild   | 84 ++
 2 files changed, 93 insertions(+)

diff --git a/app-office/libreoffice-bin-debug/Manifest 
b/app-office/libreoffice-bin-debug/Manifest
index a3a5b09508e..460f93f81c5 100644
--- a/app-office/libreoffice-bin-debug/Manifest
+++ b/app-office/libreoffice-bin-debug/Manifest
@@ -1,12 +1,21 @@
 DIST amd64-debug-libreoffice-6.4.7.2_p3.tar.xz 1110393216 BLAKE2B 
58ad318a09d4759b73c986900e4303c55f62c493dac6a54dde770e96ff4c30a2e2108a648c0d3182c84b096d58ffc10eb240d3b498c3ea5ae4305fa84de1e00d
 SHA512 
7f76bba61fee7f8e5a3d30b7d7ec08a5c1ed25a7f4cb057689310d03b8c15006b742b01839f8d33c1ea8e51065f6fa2f4ec2641c338cedfd942dfc36423cf445
+DIST amd64-debug-libreoffice-7.1.3.2.tar.xz 1430819908 BLAKE2B 
da0ef021a72d20e84486e649ae90239185b692ed64f402c959550cf311479d9903e84349a474dfb72005c628b68f6905b7364545512fb99248fd8c4f43d1d59d
 SHA512 
fae7dca5b37aaa4f7f40c965edb02c23ac7c21a5b23553191d74fc50c0248bf7a6e273e3e2fa95180fe007d653b596be076773db745a36685ac6db8803d8eacb
 DIST amd64-debug-libreoffice-gnome-6.4.7.2_p3.xd3 1136174 BLAKE2B 
b4a90dbf3cb53d5c356e4bd7ff69eb75be18bf496e768277e95737da2ebeffc9b2d2cb465aba2c4dc3b4a376e45c857c64b4b240847b24e82e94529572df4ac2
 SHA512 
e8f58b3dc0b248e1bca704b84545665bd9a59f528f834074e4fbaf63c2e88759dbb0468892504dd056c887cf504ed349cb8032a001df63d5294f8434c73e1ee1
+DIST amd64-debug-libreoffice-gnome-7.1.3.2.xd3 1367611 BLAKE2B 
164e9981016143faa3d93489b3a9a0dbe236e46e3f86bf380b562ad824eec05e3e50f495bcd8a6db84d162251676144c5231701758e31480aff8cdb3e418b86b
 SHA512 
f612d68dcd73621fd6efc9e44ae0a4cfbf6e93cb2ced5212c834342b49e0d68b395688dade5a9f13835eaa2e4aaf0e3e4a3925d63f85b8c2941407fbbc731cd0
 DIST amd64-debug-libreoffice-gnome-java-6.4.7.2_p3.xd3 505625604 BLAKE2B 
6cce0da41ae7379a44a1bdf2c11fa8972567b62d34a8152337e9dc2ab1c3a354e8f862ee0774cc26c892fea65c538e8c6ab492040145c0264b5ac2e7b82c
 SHA512 
3a5512c2d8bd2553127c1b21cb0da69b53febe6874680927676e55c180cd76f1575eb3fa07d408090dfb831d44dc2739de7bd738f891d8a31b240f152d785494
+DIST amd64-debug-libreoffice-gnome-java-7.1.3.2.xd3 731501740 BLAKE2B 
aa7a0501b6e29890a121b079e527b09a437559f70e4ab4cd28c98ae22a556aede0ca778a8ec38ed32bc0b80b663b4066fdbef916af0ad01221c3e6e92ac50867
 SHA512 
295bee2fb3a1693be6f30bdabe22c14d5d6dc3f4cabb678f290344b818310c6150f41ac7288a52816622261e9f222d7406c1679d08b8fea53396323f25539789
 DIST amd64-debug-libreoffice-java-6.4.7.2_p3.xd3 504497844 BLAKE2B 
b3b51a0dcc5ca3cc67401762ad696d751f03cf9ef33c9d939aab46cf2d26e7a60b60480a3ffe343f1928ef7b5e4b3b16af1cff132af55b59e6ae8ed6cc2a8dce
 SHA512 
7153491a740c53f27430b62dbe5cead8a06c9520c535b913f76eb9fe09b043504c5a0d4d99dde728c13ee6be2656e7ed9298001bb7dcdebcc7871e0716400f57
+DIST amd64-debug-libreoffice-java-7.1.3.2.xd3 730129783 BLAKE2B 
3547e67e7cdfe541bb131ca75bd113b00951fe217c991d7054c62e0ad97de44151e55c57569870e448464f73477b05d43481fb6b51f67951aaf7adc6747f8b72
 SHA512 
c9c57743487ee525c796063c7b4a56f875212617e963a367b0ff257a6b5ebb35fbebf67ff73b4a6642899f2c988081911b7786bf683569c8e2032257dce7a263
 DIST amd64-debug-libreoffice-kde-6.4.7.2_p3.xd3 294352306 BLAKE2B 
e40cd9d1a2edffef0c9fc7de97eadb8f45eabd8bb3cefe323669945e564624ae508bba4a082ccc10284f09557e848f2eacc03c990b73eb17195f75881a5602e6
 SHA512 
e241964a062ebdf4ab869f72647496703b1083ced67d74eb6eb4f92d5812716c212c3f4bbdeb2f27542749c0e9340211719c1526a8d19d3820924574f477399b
+DIST amd64-debug-libreoffice-kde-7.1.3.2.xd3 473351754 BLAKE2B 
c317b5be920bf5a2d822bab77d2a1b1405232f1fb052a599019c5b4a6380756a99044f01493ac1056ffe2d454a180a1371ba2556227fb7d6da5a9e814fbb36cb
 SHA512 
de06c26f7c07a4c459c7f9222cb9d72b019fd2db3d17eeae8732d84cdf95dc827442228d161b653b11de74ae41895cc31bd767156a5f73784f720a039797ecba
 DIST amd64-debug-libreoffice-kde-java-6.4.7.2_p3.xd3 512913914 BLAKE2B 
e122e62051a328be51dc0b5e5e136b93eb01e1b1102a8ad440e7483d66984b5b69c8180b2867c2990c3560ab2739bbdafc58ee29a44ac2bff66b220dc165c461
 SHA512 
c643668a70f4d8c85869784de8ab77336e8b993a39bcc03ba43a8c5d06d1f1848af3b398b2d82e46af55f0a5073b3cb7df454c4e231c80ced1601cf32c3975f7
+DIST amd64-debug-libreoffice-kde-java-7.1.3.2.xd3 738307655 BLAKE2B 
b8f206d1554a7538dcb41c16eedddb0fb62664b9571036582e2e30d057d9dce316d21d16d4f102b60c2d1cda95c6713093bb02492264d8f6948a27aea60a06a8
 SHA512 
d8f130c9431cb204b9f26396cd113b09ea15f523c919fe9c46e5791f2916de5bdfd7fa3f48608fe0708f7905cd4aa2f3930771b207252c16718a3a1b0894dbe6
 DIST x86-debug-libreoffice-6.4.7.2_p3.tar.xz 1108731764 BLAKE2B 

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

2021-05-29 Thread Andreas K. Hüttel
commit: ea434553097a5b6e7cae2402f54bc31ce682ac02
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 29 23:25:45 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 29 23:36:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea434553

package.use.mask: Mask java useflag on x86 also for libreoffice-bin

Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 443c60a57d1..f33dedb8b8d 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -5,6 +5,8 @@
 # Depends on either unkeyworded dev-java/openjdk:11
 # or unavailable >=dev-java/icedtea-4, bug #785640
 >=app-office/libreoffice-7 base java
+>=app-office/libreoffice-bin-7 java
+>=app-office/libreoffice-bin-debug-7 java
 
 # Mike Gilbert  (2021-03-29)
 # Unmask TPM on supported archs.



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

2021-05-29 Thread Andreas K. Hüttel
commit: 10ed668132e21bcdf9553c427b5097d7df6311ad
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 29 23:33:48 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 29 23:36:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ed6681

app-office/libreoffice-bin: Version bump 7.1.3.2

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-office/libreoffice-bin/Manifest|   9 +
 .../libreoffice-bin/libreoffice-bin-7.1.3.2.ebuild | 253 +
 2 files changed, 262 insertions(+)

diff --git a/app-office/libreoffice-bin/Manifest 
b/app-office/libreoffice-bin/Manifest
index 4071f2d441c..bff9f7986b6 100644
--- a/app-office/libreoffice-bin/Manifest
+++ b/app-office/libreoffice-bin/Manifest
@@ -1,12 +1,21 @@
 DIST amd64-bin-libreoffice-6.4.7.2_p3.tar.xz 132926632 BLAKE2B 
c5d249988e973049779a99df2e6cdc51325fa27307b1fdacf6fbad6f193ae4e1edb91ddd9b57f716431f872e46229deef4a71d45c0b341c2545c2e8912369e66
 SHA512 
5a1a96370d5a7e23700c32fed0be9863da0be39df7a247b4a21b2e2f9f9ed92ba3c97c3514c511587247834dfa6957535c88d41d6187afb0a87d30ebd03b2873
+DIST amd64-bin-libreoffice-7.1.3.2.tar.xz 134793996 BLAKE2B 
1fcc252038f4a3421456c2f8d3b5899aaf580bade6311a2cee15b117bd66ea9e0d25327af412ab00794ca8fbce6d9c19f722fd8e42f5a758fb77ef9a9197124c
 SHA512 
2c5a4fa09ebadce9f756337f84670b6e0f35075a41ab94bee8d46a8c4fbab208c1eace1ddc0c85c117ee691f10bf89a49f9499f48d9179fd0d7b92fac75e4667
 DIST amd64-bin-libreoffice-gnome-6.4.7.2_p3.xd3 1929541 BLAKE2B 
542f8b1b5cca9d64b46e5115266c2e23764d6c7c3617f0385b050fc58e8463172501d49d7294b1e9005a22587b245b754e69b008f66d4fd0b6dc518fcd93c930
 SHA512 
aa8c649c10122801594b57270c34f7caed7a2014a8dbf9bf9a25b499763c7780f186857382facbafb5b736a665350f2a2154ba4311c88d8ea7171b639edad1db
+DIST amd64-bin-libreoffice-gnome-7.1.3.2.xd3 1454680 BLAKE2B 
0cc37af88f92e63611f9b5839abd5df17b691372cfe35647849a46d077fee602a9e666e2bac03e7b9947f366c66fe320f3210a3da20eff6892c8c2423ac90097
 SHA512 
0c60c2eb83850923943303eb20488d93bbf293c6537383d5c78d929db7293f7ea8646be1e5a4434cdbced7f76cbda848e8f8a0989d1a86d3e50bad77086b70c5
 DIST amd64-bin-libreoffice-gnome-java-6.4.7.2_p3.xd3 29599053 BLAKE2B 
bb8adba8d02edaf7fc4dcb95a4c79e41ec7c5e4645fbd4d901ed48492214ff8c03fd1115e8667726c124ba29f546da92b6605c8944c034ed5ee676deeef468bd
 SHA512 
90d9cfff0358ccd8d1bb3ee21a8597ce7e0897b5961c1f844d8bfbe2e2c220561701a2d631c3918f62b0eca7267c24997dd0ad063455c282d348517ca90de9a5
+DIST amd64-bin-libreoffice-gnome-java-7.1.3.2.xd3 30402804 BLAKE2B 
75dc39f40d891da3d75abda9ec9d7d00e8eb167af8df2967689610e7bb2a2744bf2628c9fbe165122b5899f2be3d604c385c904f4832d74c921a87cf97a476a2
 SHA512 
077948fadfe2e353550f41a42d6e1d8ca683553ec25e787831a082a005449d6f7adba732ec240df1237332561a702bf347e7e81e661b48174b433d65d444d303
 DIST amd64-bin-libreoffice-java-6.4.7.2_p3.xd3 29417968 BLAKE2B 
4b5ee3ef8d796485cc9db11de96f973ac958dffa4f91689dc0062db7bd0a0cc35fe5fe7eb19574af2b8251b1aef65da21d0858d213c2fcdfdbf16795b11e2734
 SHA512 
77ce6945d5b748a2485abd70ebc01c9d3dd42b85d9f5a88660db1c3bdaab95f76aab89cbc6881c3095eadfc8d08fde2b000365e434be6193553a64955e0c87d3
+DIST amd64-bin-libreoffice-java-7.1.3.2.xd3 30266030 BLAKE2B 
6386d2afeffadd2b917aa98895f46abb6a357660211f8e479aba3576f49d6c5d587061a2cc382ee8b64d922ccfad06ef14d94fe002494418c0d42d83fdf94305
 SHA512 
d8578955121e39aefa176a86b25f31f0aca2a7ad3d5463dda44c316be908d974abc1ea965807ae71d1290a1badfbb49d6067e9334e887d72b1e880493b0c81d2
 DIST amd64-bin-libreoffice-kde-6.4.7.2_p3.xd3 19726501 BLAKE2B 
52f1335998b47b9e586e408699d8dbfc7371e27967860c11d4141e8ef68ed13db32977999c739a3223f9b52a8491a3b3e532e232674ee499fb9f2fae4226ed93
 SHA512 
cfb1d9c1046eac6239322a3abce394e02ff1619710c87e2ccf6b8e2e5be3f1c943e165344a9134cad9876423a37e9148ab3b15217a41c7f0680867b7f0ad55d3
+DIST amd64-bin-libreoffice-kde-7.1.3.2.xd3 21322010 BLAKE2B 
9b9a90372114850470bad680b50af6d0c0e33f9d3918d8ce7b843bb54d839815b604797295b3fbcb04e7c7ca11c1c5713fa2ff9b83ab545b0a874badd2a32177
 SHA512 
d14c83d60ecc68e593f8526d09b0854d4a48524d5b81b1b548c5bd2d499be23ac3709ac1ba1b52f8967e1f095d3a479cd615d5137a64407ad90e928986d7e272
 DIST amd64-bin-libreoffice-kde-java-6.4.7.2_p3.xd3 30202629 BLAKE2B 
95ec8df939a656537b86d7d3054cc28213f11b276c5b74b20b6b63773c6ce0be59aee9d3370ce4c66219d55f48521ac1ca11622a1ec8082b59069645e94cfd80
 SHA512 
929885d21ea8d1e61e3353e2b26554711f6667d20fc34067fc5e7e11a2137539ce0853e9ffceda9498d556ef1e2c04e7518b6083b86d824f6980e0ce4701
+DIST amd64-bin-libreoffice-kde-java-7.1.3.2.xd3 30613052 BLAKE2B 
1bc769aff8965af40c3aeeef8390d44a9c57f920ae02e0ca4c9667071553c900c85268b4113493d6f3004edb9332b1719676077a30f4fa36575b483ccb1ecd79
 SHA512 
767b1d2c8be628fdb759440e5007c02d3110e288567cd67ffa18cb16da67cfefb8c2ada10c617f95900acccea41783fe6aa6834bbbc242d26a4929cedd09c4d9
 DIST x86-bin-libreoffice-6.4.7.2_p3.tar.xz 134564388 BLAKE2B 

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

2021-05-29 Thread Michał Górny
commit: 2d589821662794d2b55e13ec46c0a4579512f100
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 22:43:50 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 23:02:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d589821

dev-python/flufl-lock: Bump to 5.1

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

 dev-python/flufl-lock/Manifest  |  1 +
 dev-python/flufl-lock/flufl-lock-5.1.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/flufl-lock/Manifest b/dev-python/flufl-lock/Manifest
index a29d6943774..b8bf470792a 100644
--- a/dev-python/flufl-lock/Manifest
+++ b/dev-python/flufl-lock/Manifest
@@ -1,3 +1,4 @@
 DIST flufl-lock-5.0.1.tar.gz 27788 BLAKE2B 
2651898e881719f24bc61e14f697877ca39f2747fadf52de1a5fc917b26e23001df5f0a4ea2e48271da69198e1a1336e69cc0167a4f46fddd21f464b355fa4ca
 SHA512 
f937fb6c7f7bef2b85674225f83f3162f34db3fe2df3d9a896f772c4489c3e0611361e3d1d9efda7727112d780f31022d3045d3a3b8e78e9412aca2f2418ca24
 DIST flufl.lock-5.0.4.tar.gz 29486 BLAKE2B 
3fc6c3bfdac3c877c82f9f56e739342604be9f855a42a99bd06e5fb89fe8b3bc4cabd2e357e8e0992f7aa3f5ec7ea4a18e1f59a05bd7074a72440d3f6b9b
 SHA512 
c08d8115c836f7523887d86539e9f11a2007913936fd8a4a116a610b648adf289fb086e8904b2163a6af7449e92a6edf9fad09fb770a34473768ffc4d8eb146e
 DIST flufl.lock-5.0.5.tar.gz 29537 BLAKE2B 
978581adb55ce468ed2dd0f84978234a54293ee7cda4517dcdda2a2fc3507c965c419424f6a6bdc8cccbc15b14ebb739ff02e0c00d427f4f92afc31f913d0201
 SHA512 
11d0dde6addd34fd3812b346d851692addee49e7a65620acae87da791051f89638036a652645cb7fe34edd786afe3112bf5efb3fe4aa36760e2054622b0c1c8e
+DIST flufl.lock-5.1.tar.gz 29652 BLAKE2B 
c5b5bbfb284945d2232e8183084e4f9b24518962e2b8bf229bfd10d2e0629f0d248daf8cae544cbf50ec24c57ff2744c3cae4a4de756bdbd11fe51e810ac2eb6
 SHA512 
fbfc28e4e34e47b92a5b4e6d1771bf2b53ee052947d2f05d3392c3db156c5d14632ad63e0ac5b2934b8dc00176f6ff5b5fe1ff87358056ab9d71c2bb7f2c0498

diff --git a/dev-python/flufl-lock/flufl-lock-5.1.ebuild 
b/dev-python/flufl-lock/flufl-lock-5.1.ebuild
new file mode 100644
index 000..57e4a8b7e44
--- /dev/null
+++ b/dev-python/flufl-lock/flufl-lock-5.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="NFS-safe file locking with timeouts for POSIX systems"
+HOMEPAGE="https://gitlab.com/warsaw/flufl.lock;
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/atpublic[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' python3_7)"
+BDEPEND="
+   test? ( dev-python/sybil[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:--cov=flufl::' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${D}" -name '*.pth' -delete || die
+}



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

2021-05-29 Thread Michał Górny
commit: 968bbaaf3953ec168696af81717214532e10119c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 22:45:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 23:02:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968bbaaf

dev-python/sqlalchemy: Bump to 1.4.17

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

 dev-python/sqlalchemy/Manifest |  1 +
 dev-python/sqlalchemy/sqlalchemy-1.4.17.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/sqlalchemy/Manifest b/dev-python/sqlalchemy/Manifest
index ee6cc113e14..65e6a4db5e1 100644
--- a/dev-python/sqlalchemy/Manifest
+++ b/dev-python/sqlalchemy/Manifest
@@ -5,3 +5,4 @@ DIST SQLAlchemy-1.4.13.tar.gz 7589942 BLAKE2B 
08e9fb6112aa71738f27dc4ce86ebe2274
 DIST SQLAlchemy-1.4.14.tar.gz 7599698 BLAKE2B 
500a6257829244e1181b8ef5cb39fb87b62ae2d7ca054fedb580b7431b32d15c8f68600b881eb67eb97a73301660ab96793ab12094ae901782ce4eebdc8929db
 SHA512 
2f33ab034467344ffb19aa3934148faaa4a57e4ffa5f97008d814d54149da4e15cfca14d138b9fb656227e25932ca95cf7321209c31c2706405d3916dc2fb9c0
 DIST SQLAlchemy-1.4.15.tar.gz 7621840 BLAKE2B 
74299b92e8ae9d6017c961c44281cc43921f8505e9b141c75cc19899f693a2276b2849daef6dbe35f0d62179354740c76adc318b6b37d551679cc8ba3c47681f
 SHA512 
b9a640ccfb7caabb88c4891748699442073db2bea6d1e5a33eb508863616c94ddbf162b3ecd5e502daf20d798d20b8ef5b4b29ed679af9161e117a23862327c2
 DIST SQLAlchemy-1.4.16.tar.gz 7629704 BLAKE2B 
46626cb38e3ec2c5b5c203a03da1a613cb5b66f2906edc54c03843b87ce8f12fbacb6fcd8b2b36584c53516de24b8c1bae041489a376472e4d2e6e2a301b707b
 SHA512 
035c740b49356b1226ed79f188d022904d93190e5391edd350e44e63301333efcfc6c47477ce5119fdbebd49aa3e21b2764d3e4dcc6be5948428f1d8cf11c84c
+DIST SQLAlchemy-1.4.17.tar.gz 7630929 BLAKE2B 
88b75c930caf674aa6d927336573f0e40fc89ae72735c11479eaa15de56754807b5412409d383857104a3027fcae346e747cc605525fe88c0a0f9d4ff39fcc7a
 SHA512 
ff99a3a9c440fcdc10f6f43905672f72929fff430b3d9583b8e81693ff9d54ad5d9607b8041787074072cdf1ba03b31db9255cca1c50c8a43f275a0905e9f0bd

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.17.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.4.17.ebuild
new file mode 100644
index 000..45569f2d968
--- /dev/null
+++ b/dev-python/sqlalchemy/sqlalchemy-1.4.17.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
+PYTHON_REQ_USE="sqlite?"
+
+inherit distutils-r1 multiprocessing optfeature
+
+MY_PN="SQLAlchemy"
+MY_P="${MY_PN}-${PV/_beta/b}"
+
+DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
+HOMEPAGE="https://www.sqlalchemy.org/ https://pypi.org/project/SQLAlchemy/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="examples +sqlite test"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   ' python3_7 pypy3)
+"
+# Use pytest-xdist to speed up tests
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove optional/partial dep on greenlet, greenlet is not very portable
+   sed -i -e '/greenlet/d' setup.cfg || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # Disable tests hardcoding function call counts specific to Python 
versions.
+   epytest --ignore test/aaa_profiling \
+   -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "MySQL support" dev-python/mysqlclient dev-python/pymysql \
+   dev-python/mysql-connector-python
+   optfeature "mssql support" dev-python/pymssql
+   optfeature "postgresql support" dev-python/psycopg:2
+}



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

2021-05-29 Thread Michał Górny
commit: 1a51ec000c28ba4173c034f922f95520b530ebc6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 22:44:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 23:02:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a51ec00

dev-python/flufl-i18n: Bump to 3.2

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

 dev-python/flufl-i18n/Manifest  |  1 +
 dev-python/flufl-i18n/flufl-i18n-3.2.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/flufl-i18n/Manifest b/dev-python/flufl-i18n/Manifest
index 8a694121f5d..02925043d44 100644
--- a/dev-python/flufl-i18n/Manifest
+++ b/dev-python/flufl-i18n/Manifest
@@ -1,3 +1,4 @@
 DIST flufl-i18n-2.0.2.tar.gz 19106 BLAKE2B 
407f69708234e4c24403733c752ed79dfc0ff7d269a325c2d599ac00a0de077dfe63078fd050556f683008296885f397a59ea42b6d0692549856535166e63805
 SHA512 
05d9283bed456ee8d48704dc595f514e13b0c74096df177ed49bf178987baeee014ddc4331cc7d36edffbee1dcb58fcae152c2cb317b7ce73d9630864b98f1cd
 DIST flufl.i18n-3.1.4.tar.gz 24058 BLAKE2B 
1652ea9d0ff7b853298b3647da0fa4c692b9f227f42873194dcff00b119316f425012c534bbd5df87125517bf12cdd7a6d5eaa807f1bacf7c6c82967e8880adb
 SHA512 
02de410e1ca911e2c452b5dd48868c8c409817b867c58dbebdda6aff6dfe4d09b2f7ac4c293cbc1306eb5caa17c1f5a63e9d8c0ee59e8e41058ce0a4517257ea
 DIST flufl.i18n-3.1.5.tar.gz 24116 BLAKE2B 
6fef2f6d1cca30ccd21d71fa4f6209fb01f14e576951ba7137326ca18184983adb4825b721f046dd85a39803630c3090d5a29cbda68cf4687aee620cf3afbc63
 SHA512 
16222e243bdc7527f040bff8e7492fafa15a7c49ef20218d4563a70b885fb497d3b4b7a8a008079b7ca6185fa640105062c0d5e26dfbd11922d7fcccd5c3b786
+DIST flufl.i18n-3.2.tar.gz 24209 BLAKE2B 
dc827eb4099670c6e5c39ebc8702fcda146b20a3978fa56108ab98a05d2c8911e705b71dacd6b9fc7fae9923d009487f6f047baa0dcd06a5de2e4f4d5fafc465
 SHA512 
07f329d026f24db623045f3c9857bcaacc1f0982066d4409fc060c4f712716044f96321a4e4909cbc85932f36fc76f71b9d118662ba837fd85b22754ce2d25c7

diff --git a/dev-python/flufl-i18n/flufl-i18n-3.2.ebuild 
b/dev-python/flufl-i18n/flufl-i18n-3.2.ebuild
new file mode 100644
index 000..bc9300e4f4e
--- /dev/null
+++ b/dev-python/flufl-i18n/flufl-i18n-3.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="A high level API for Python internationalization"
+HOMEPAGE="https://gitlab.com/warsaw/flufl.i18n;
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/atpublic[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' python3_7)"
+BDEPEND="
+   test? ( dev-python/sybil[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:--cov=flufl::' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${D}" -name '*.pth' -delete || die
+}



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

2021-05-29 Thread Michał Górny
commit: fa6b16e19d44d53548b99c005efd8e73d9476245
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 22:39:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 23:02:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6b16e1

dev-python/idna: Bump to 3.2

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

 dev-python/idna/Manifest|  1 +
 dev-python/idna/idna-3.2.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/idna/Manifest b/dev-python/idna/Manifest
index f17c09e45ce..378dcfb5620 100644
--- a/dev-python/idna/Manifest
+++ b/dev-python/idna/Manifest
@@ -1,3 +1,4 @@
 DIST idna-2.10.tar.gz 175616 BLAKE2B 
2b109491a5751811e6e85244133a1c66b04b577441c250e600a9cb58511f4a0350f9dc386c64ce40464bf644c7434187c61e747c8e9a422443a740ebb766fe22
 SHA512 
83b412de2f79a4bc86fb4bdac7252521b9d84f0be54f4fb1bde1ee13a210bbfa4b1a98247affbc7921046fb117a591316c12694c1be72865767646554c5207ac
 DIST idna-3.0.tar.gz 180786 BLAKE2B 
f802465ccad978600af0f6b2aeacf4fa56957ccb73625ba374663bebc5a507986589c54b7a81c7303fcb97f8fac11695fa6e159236d61e6e29c110b8a8a66143
 SHA512 
2ed384e75fb3d873a19c6ee49915a48a757b3617227015f92f5e21b130cf30816ce3abf25d9ffd8931e080e645416fb0551b1be18a2d0233e02bce2e4b6556f3
 DIST idna-3.1.tar.gz 181601 BLAKE2B 
1cacc2ad93de4e7f3e4faff72496dd17162a042558c6771d4ed39c68c33087633d6bdd141df3d4f867befde16acdfa82aeb0d70c36b1b1c62bbd0b3b446aed63
 SHA512 
23c02520d00a99855d552a9b9def529f0baeec7d27e8036c544dd654ade15243fd5c9e5ad02e73b83a9ca3bb335ab2584233d17345a6a5e6d5ac089e8ac81e8a
+DIST idna-3.2.tar.gz 243962 BLAKE2B 
c1c53533fd70a705822abf7debcb98d1cdc474df63eea22f0502585f9f2d143c4a35e575081951a8b98325e45ae5af46bba6632b04d40cb7181306e293377884
 SHA512 
2bc8e37abdc0570e5e13c9064f51630605806c3246a8d292511dad6f971610288212a2d881f9356ecb383f871e1477ccd60c4a5d6d7fd05254ff740d36543f35

diff --git a/dev-python/idna/idna-3.2.ebuild b/dev-python/idna/idna-3.2.ebuild
new file mode 100644
index 000..aa34addbfa4
--- /dev/null
+++ b/dev-python/idna/idna-3.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Internationalized Domain Names in Applications (IDNA)"
+HOMEPAGE="https://github.com/kjd/idna https://pypi.org/project/idna/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+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 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+distutils_enable_tests setup.py



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

2021-05-29 Thread Alfredo Tupone
commit: 75392b7a17090e9cac67f5fc4c6ba2906a5aa64d
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat May 29 21:37:50 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat May 29 21:40:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75392b7a

package.mask: Last rite  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 78e82217700..044e240f79a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Alfredo Tupone  (2021-05-29)
+# Old version masked for removal on 2021-07-01
+# bug #788013
+ (2021-05-27)
 # remove some stuff to make redacted happy
 app-admin/glance



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

2021-05-29 Thread Michał Górny
commit: 86a5e99e86ec88402acd7b2094c4ad577b3bd03c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 21:23:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 21:34:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a5e99e

dev-python/soupsieve: Restrict lxml version due to test failures

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

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

diff --git a/dev-python/soupsieve/soupsieve-2.2.1.ebuild 
b/dev-python/soupsieve/soupsieve-2.2.1.ebuild
index 919d0817a5c..1ed284b8563 100644
--- a/dev-python/soupsieve/soupsieve-2.2.1.ebuild
+++ b/dev-python/soupsieve/soupsieve-2.2.1.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 
~s390 sparc x86 ~x64
 BDEPEND="
test? (
dev-python/beautifulsoup[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
+   

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

2021-05-29 Thread Michał Górny
commit: 0499d39299247288f90129cbcd06ac974f433616
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 21:24:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 21:34:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0499d392

dev-python/beautifulsoup: Enable py3.10

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

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
index f35d2db5d16..84b1144eddd 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.9.3.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
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 



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

2021-05-29 Thread Michał Górny
commit: 0f34a97c4b5d42ad53fc48b1bbeb002f511182bf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 21:24:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 21:34:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f34a97c

dev-python/soupsieve: Enable py3.10

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

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

diff --git a/dev-python/soupsieve/soupsieve-2.2.1.ebuild 
b/dev-python/soupsieve/soupsieve-2.2.1.ebuild
index 1ed284b8563..670fe35d297 100644
--- a/dev-python/soupsieve/soupsieve-2.2.1.ebuild
+++ b/dev-python/soupsieve/soupsieve-2.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 



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

2021-05-29 Thread Michał Górny
commit: 8be866c6f3f647647f0f4fb89421e3f99409dd21
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 20:48:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 21:34:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be866c6

dev-python/pastedeploy: Enable py3.10

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

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

diff --git a/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild 
b/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild
index dd594a81dba..a1f5d48ca81 100644
--- a/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild
+++ b/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/elogind/, sys-auth/elogind/files/

2021-05-29 Thread Andreas Sturmlechner
commit: 5f6b0a2e892790e3dfdb313fe5bb544753cb1133
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 20:15:39 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 21:16:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6b0a2e

sys-auth/elogind: Revert polkit automagic

Thanks-to: Lars Wendler  gentoo.org>
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-auth/elogind/elogind-246.10-r1.ebuild  | 149 +
 .../elogind-246.10-revert-polkit-automagic.patch   |  38 ++
 2 files changed, 187 insertions(+)

diff --git a/sys-auth/elogind/elogind-246.10-r1.ebuild 
b/sys-auth/elogind/elogind-246.10-r1.ebuild
new file mode 100644
index 000..0a496b26e71
--- /dev/null
+++ b/sys-auth/elogind/elogind-246.10-r1.ebuild
@@ -0,0 +1,149 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} = ** ]]; then
+   EGIT_BRANCH="v241-stable"
+   EGIT_REPO_URI="https://github.com/elogind/elogind.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+
+inherit linux-info meson pam udev xdg-utils
+
+DESCRIPTION="The systemd project's logind, extracted to a standalone package"
+HOMEPAGE="https://github.com/elogind/elogind;
+
+LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
+SLOT="0"
+IUSE="+acl audit debug doc +pam +policykit selinux"
+
+BDEPEND="
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xml-dtd:4.5
+   app-text/docbook-xsl-stylesheets
+   dev-util/gperf
+   dev-util/intltool
+   virtual/pkgconfig
+"
+DEPEND="
+   audit? ( sys-process/audit )
+   sys-apps/util-linux
+   sys-libs/libcap
+   virtual/libudev:=
+   acl? ( sys-apps/acl )
+   pam? ( sys-libs/pam )
+   selinux? ( sys-libs/libselinux )
+"
+RDEPEND="${DEPEND}
+   !sys-apps/systemd
+"
+PDEPEND="
+   sys-apps/dbus
+   policykit? ( sys-auth/polkit )
+"
+
+DOCS=( README.md src/libelogind/sd-bus/GVARIANT-SERIALIZATION )
+
+PATCHES=(
+   "${FILESDIR}/${PN}-243.7-nodocs.patch"
+   "${FILESDIR}/${PN}-241.4-broken-test.patch" # bug 699116
+   "${FILESDIR}/${P}-revert-polkit-automagic.patch"
+)
+
+pkg_setup() {
+   local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SIGNALFD ~TIMERFD"
+
+   use kernel_linux && linux-info_pkg_setup
+}
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+src_configure() {
+   local rccgroupmode="$(grep rc_cgroup_mode ${EPREFIX}/etc/rc.conf | cut 
-d '"' -f 2)"
+   local cgroupmode="legacy"
+
+   if [[ "xhybrid" = "x${rccgroupmode}" ]] ; then
+   cgroupmode="hybrid"
+   elif [[ "xunified" = "x${rccgroupmode}" ]] ; then
+   cgroupmode="unified"
+   fi
+
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -Dhtmldir="${EPREFIX}/usr/share/doc/${PF}/html"
+   -Dpamlibdir=$(getpam_mod_dir)
+   -Dudevrulesdir="${EPREFIX}$(get_udevdir)"/rules.d
+   --libdir="${EPREFIX}"/usr/$(get_libdir)
+   -Drootlibdir="${EPREFIX}"/$(get_libdir)
+   -Drootlibexecdir="${EPREFIX}"/$(get_libdir)/elogind
+   -Drootprefix="${EPREFIX}/"
+   
-Dbashcompletiondir="${EPREFIX}/usr/share/bash-completion/completions"
+   -Dman=auto
+   -Dsmack=true
+   -Dcgroup-controller=openrc
+   -Ddefault-hierarchy=${cgroupmode}
+   -Ddefault-kill-user-processes=false
+   -Dacl=$(usex acl true false)
+   -Daudit=$(usex audit true false)
+   --buildtype $(usex debug debug release)
+   -Dhtml=$(usex doc auto false)
+   -Dpam=$(usex pam true false)
+   -Dselinux=$(usex selinux true false)
+   -Dutmp=$(usex elibc_musl false true)
+   )
+
+   meson_src_configure
+}
+
+src_install() {
+   DOCS+=( src/libelogind/sd-bus/GVARIANT-SERIALIZATION )
+
+   meson_src_install
+
+   newinitd "${FILESDIR}"/${PN}.init-r1 ${PN}
+
+   sed -e "s/@libdir@/$(get_libdir)/" "${FILESDIR}"/${PN}.conf.in > 
${PN}.conf || die
+   newconfd ${PN}.conf ${PN}
+}
+
+pkg_postinst() {
+   if ! use pam; then
+   ewarn "${PN} will not be managing user logins/seats without 
USE=\"pam\"!"
+   ewarn "In other words, it will be useless for most 
applications."
+   ewarn
+   fi
+   if ! use policykit; then
+   ewarn "loginctl will not be able to perform privileged 
operations without"
+   ewarn "USE=\"policykit\"! That means e.g. no suspend or 
hibernate."
+   ewarn
+   fi
+   if [[ 

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

2021-05-29 Thread Andreas Sturmlechner
commit: 2c8abaf2473fd7424f6f7fee76861daf24d09570
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 20:16:08 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 21:16:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8abaf2

sys-auth/elogind: Drop 246.10 (r0)

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

 sys-auth/elogind/elogind-246.10.ebuild | 148 -
 1 file changed, 148 deletions(-)

diff --git a/sys-auth/elogind/elogind-246.10.ebuild 
b/sys-auth/elogind/elogind-246.10.ebuild
deleted file mode 100644
index 8f9df3e3daf..000
--- a/sys-auth/elogind/elogind-246.10.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} = ** ]]; then
-   EGIT_BRANCH="v241-stable"
-   EGIT_REPO_URI="https://github.com/elogind/elogind.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-fi
-
-inherit linux-info meson pam udev xdg-utils
-
-DESCRIPTION="The systemd project's logind, extracted to a standalone package"
-HOMEPAGE="https://github.com/elogind/elogind;
-
-LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
-SLOT="0"
-IUSE="+acl audit debug doc +pam +policykit selinux"
-
-BDEPEND="
-   app-text/docbook-xml-dtd:4.2
-   app-text/docbook-xml-dtd:4.5
-   app-text/docbook-xsl-stylesheets
-   dev-util/gperf
-   dev-util/intltool
-   virtual/pkgconfig
-"
-DEPEND="
-   audit? ( sys-process/audit )
-   sys-apps/util-linux
-   sys-libs/libcap
-   virtual/libudev:=
-   acl? ( sys-apps/acl )
-   pam? ( sys-libs/pam )
-   selinux? ( sys-libs/libselinux )
-"
-RDEPEND="${DEPEND}
-   !sys-apps/systemd
-"
-PDEPEND="
-   sys-apps/dbus
-   policykit? ( sys-auth/polkit )
-"
-
-DOCS=( README.md src/libelogind/sd-bus/GVARIANT-SERIALIZATION )
-
-PATCHES=(
-   "${FILESDIR}/${PN}-243.7-nodocs.patch"
-   "${FILESDIR}/${PN}-241.4-broken-test.patch" # bug 699116
-)
-
-pkg_setup() {
-   local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SIGNALFD ~TIMERFD"
-
-   use kernel_linux && linux-info_pkg_setup
-}
-
-src_prepare() {
-   default
-   xdg_environment_reset
-}
-
-src_configure() {
-   local rccgroupmode="$(grep rc_cgroup_mode ${EPREFIX}/etc/rc.conf | cut 
-d '"' -f 2)"
-   local cgroupmode="legacy"
-
-   if [[ "xhybrid" = "x${rccgroupmode}" ]] ; then
-   cgroupmode="hybrid"
-   elif [[ "xunified" = "x${rccgroupmode}" ]] ; then
-   cgroupmode="unified"
-   fi
-
-   local emesonargs=(
-   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
-   -Dhtmldir="${EPREFIX}/usr/share/doc/${PF}/html"
-   -Dpamlibdir=$(getpam_mod_dir)
-   -Dudevrulesdir="${EPREFIX}$(get_udevdir)"/rules.d
-   --libdir="${EPREFIX}"/usr/$(get_libdir)
-   -Drootlibdir="${EPREFIX}"/$(get_libdir)
-   -Drootlibexecdir="${EPREFIX}"/$(get_libdir)/elogind
-   -Drootprefix="${EPREFIX}/"
-   
-Dbashcompletiondir="${EPREFIX}/usr/share/bash-completion/completions"
-   -Dman=auto
-   -Dsmack=true
-   -Dcgroup-controller=openrc
-   -Ddefault-hierarchy=${cgroupmode}
-   -Ddefault-kill-user-processes=false
-   -Dacl=$(usex acl true false)
-   -Daudit=$(usex audit true false)
-   --buildtype $(usex debug debug release)
-   -Dhtml=$(usex doc auto false)
-   -Dpam=$(usex pam true false)
-   -Dselinux=$(usex selinux true false)
-   -Dutmp=$(usex elibc_musl false true)
-   )
-
-   meson_src_configure
-}
-
-src_install() {
-   DOCS+=( src/libelogind/sd-bus/GVARIANT-SERIALIZATION )
-
-   meson_src_install
-
-   newinitd "${FILESDIR}"/${PN}.init-r1 ${PN}
-
-   sed -e "s/@libdir@/$(get_libdir)/" "${FILESDIR}"/${PN}.conf.in > 
${PN}.conf || die
-   newconfd ${PN}.conf ${PN}
-}
-
-pkg_postinst() {
-   if ! use pam; then
-   ewarn "${PN} will not be managing user logins/seats without 
USE=\"pam\"!"
-   ewarn "In other words, it will be useless for most 
applications."
-   ewarn
-   fi
-   if ! use policykit; then
-   ewarn "loginctl will not be able to perform privileged 
operations without"
-   ewarn "USE=\"policykit\"! That means e.g. no suspend or 
hibernate."
-   ewarn
-   fi
-   if [[ "$(rc-config list boot | grep elogind)" != "" ]]; then
-   elog "elogind is currently started from boot runlevel."
-   elif [[ "$(rc-config list default | grep 

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

2021-05-29 Thread Andreas Sturmlechner
commit: 1a411a00178fe8cc700103aa860003d099acc14c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 20:49:39 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 21:16:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a411a00

kde-plasma/plasma-workspace: Rebase split-libkworkspace.patch

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

 ...asma-workspace-5.21.5-split-libkworkspace.patch | 33 ++
 .../plasma-workspace-5.21.5.ebuild |  2 +-
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-workspace/files/plasma-workspace-5.21.5-split-libkworkspace.patch
 
b/kde-plasma/plasma-workspace/files/plasma-workspace-5.21.5-split-libkworkspace.patch
new file mode 100644
index 000..c96c0ba623d
--- /dev/null
+++ 
b/kde-plasma/plasma-workspace/files/plasma-workspace-5.21.5-split-libkworkspace.patch
@@ -0,0 +1,33 @@
+From 4717089b68c386446be240f463f2f13e7024468b Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Mon, 22 Oct 2018 10:35:10 +0200
+Subject: [PATCH] libkworkspace: Allow standalone build
+
+---
+ CMakeLists.txt   |  6 +++-
+ 1 file changed, 5 insertions(+), 1 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 67f82cfb7..88a8c09b4 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -73,6 +73,7 @@ set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "File 
Searching"
+ 
+ find_package(KF5TextEditor)
+ find_package(KWinDBusInterface CONFIG REQUIRED)
++find_package(LibKWorkspace 5.21.5)
+ 
+ find_package(KF5Screen CONFIG REQUIRED)
+ find_package(KScreenLocker 5.13.80 REQUIRED)
+@@ -214,7 +215,10 @@ query_qmake(QtBinariesDir QT_INSTALL_BINS)
+ option(PLASMA_WAYLAND_DEFAULT_SESSION "Use Wayland session by default for 
Plasma" FALSE)
+ 
+ add_subdirectory(doc)
+-add_subdirectory(libkworkspace)
++if(NOT LibKWorkspace_FOUND)
++message(STATUS "System LibKWorkspace not found, using bundled.")
++add_subdirectory(libkworkspace)
++endif()
+ add_subdirectory(libdbusmenuqt)
+ add_subdirectory(appmenu)
+ 

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.21.5.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.21.5.ebuild
index 35b280c763a..6e92371027f 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.21.5.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.21.5.ebuild
@@ -144,7 +144,7 @@ PDEPEND="
 "
 
 PATCHES=(
-   "${FILESDIR}/${PN}-5.14.2-split-libkworkspace.patch"
+   "${FILESDIR}/${P}-split-libkworkspace.patch" # downstream patch
"${FILESDIR}/${P}-revert-activate-krunner.patch" # bug 767478
"${FILESDIR}/${P}-transparency.patch" # KDE-bug 434202
"${FILESDIR}/${P}-transparency-panelConfig.patch" # KDE-bug 434285



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

2021-05-29 Thread Andreas Sturmlechner
commit: 9d30d3a8da5497a576bde3da27c41c7247c98f4f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 20:13:16 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 21:16:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d30d3a8

kde-plasma/breeze: Drop 5.21.5 (r0)

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

 kde-plasma/breeze/breeze-5.21.5.ebuild | 51 --
 1 file changed, 51 deletions(-)

diff --git a/kde-plasma/breeze/breeze-5.21.5.ebuild 
b/kde-plasma/breeze/breeze-5.21.5.ebuild
deleted file mode 100644
index d1a274a975e..000
--- a/kde-plasma/breeze/breeze-5.21.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Breeze visual style for the Plasma desktop"
-HOMEPAGE="https://invent.kde.org/plasma/breeze;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="X"
-
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/frameworkintegration-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-plasma/kdecoration-${PVCUT}:5
-   X? ( x11-libs/libxcb )
-"
-DEPEND="${RDEPEND}
-   >=kde-frameworks/kpackage-${KFMIN}:5
-"
-PDEPEND="
-   >=kde-frameworks/breeze-icons-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package X XCB)
-   )
-   ecm_src_configure
-}



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

2021-05-29 Thread Andreas Sturmlechner
commit: 79ed50f28c3c915c71608be59d6b1fd7b326d814
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 20:12:57 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 21:16:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ed50f2

kde-plasma/breeze: Fix splitter proxy

Upstream commit f99b7ef621c9c69544158d245699fd8104db6753

See also:
https://mail.kde.org/pipermail/distributions/2021-May/001012.html

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=436473
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/breeze/breeze-5.21.5-r1.ebuild  | 53 ++
 .../files/breeze-5.21.5-fix-splitter-proxy.patch   | 50 
 2 files changed, 103 insertions(+)

diff --git a/kde-plasma/breeze/breeze-5.21.5-r1.ebuild 
b/kde-plasma/breeze/breeze-5.21.5-r1.ebuild
new file mode 100644
index 000..c87f6e948b9
--- /dev/null
+++ b/kde-plasma/breeze/breeze-5.21.5-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Breeze visual style for the Plasma desktop"
+HOMEPAGE="https://invent.kde.org/plasma/breeze;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+RDEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/frameworkintegration-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-plasma/kdecoration-${PVCUT}:5
+   X? ( x11-libs/libxcb )
+"
+DEPEND="${RDEPEND}
+   >=kde-frameworks/kpackage-${KFMIN}:5
+"
+PDEPEND="
+   >=kde-frameworks/breeze-icons-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+PATCHES=( "${FILESDIR}/${P}-fix-splitter-proxy.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package X XCB)
+   )
+   ecm_src_configure
+}

diff --git a/kde-plasma/breeze/files/breeze-5.21.5-fix-splitter-proxy.patch 
b/kde-plasma/breeze/files/breeze-5.21.5-fix-splitter-proxy.patch
new file mode 100644
index 000..52646721a4b
--- /dev/null
+++ b/kde-plasma/breeze/files/breeze-5.21.5-fix-splitter-proxy.patch
@@ -0,0 +1,50 @@
+From f99b7ef621c9c69544158d245699fd8104db6753 Mon Sep 17 00:00:00 2001
+From: Fabian Vogt 
+Date: Sat, 15 May 2021 17:45:54 +0200
+Subject: [PATCH] Fix informing the underlying widget when leaving
+ SplitterProxy
+
+While the SplitterProxy is active, it intercepts all relevant events, so that
+the underlying widget still thinks it's in the same "on splitter" state. When
+the SplitterProxy is left, the underlying widget is sent a HoverLeave/HoverMove
+event to make it aware of the new current cursor position. Without this, it
+doesn't know that it's not supposed to be in the "on splitter" state, and when
+it regains focus it just re-activates the SplitterProxy at the current cursor
+position.
+
+This was broken by accident in d201a1f187 ("Fix SplitterProxy not clearing
+when above another QSplitterHandle"), which moved the hide() call past the
+call to QCoreApplication::sendEvent. Previously that made isVisible() false,
+which also prevented the interception of the HoverLeave/HoverMove events.
+
+BUG: 436473
+---
+ kstyle/breezesplitterproxy.cpp | 11 +++
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+diff --git a/kstyle/breezesplitterproxy.cpp b/kstyle/breezesplitterproxy.cpp
+index 0cf5685f..d4db407b 100644
+--- a/kstyle/breezesplitterproxy.cpp
 b/kstyle/breezesplitterproxy.cpp
+@@ -341,11 +341,14 @@ namespace Breeze
+ // send hover event
+ if( _splitter )
+ {
+-QHoverEvent hoverEvent(
+-qobject_cast(_splitter.data()) ? 
QEvent::HoverLeave : QEvent::HoverMove,
+-_splitter.data()->mapFromGlobal(QCursor::pos()), _hook);
+-QCoreApplication::sendEvent( _splitter.data(),  );
++// SplitterProxy intercepts HoverLeave/HoverMove events to 
_splitter,
++// but this is meant to reach it directly. Unset _splitter to 
stop interception.
++auto splitter = _splitter;
+ _splitter.clear();
++QHoverEvent hoverEvent(
++qobject_cast(splitter.data()) ? 
QEvent::HoverLeave : QEvent::HoverMove,
++

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

2021-05-29 Thread Andreas Sturmlechner
commit: 5924775cc818fae224a6a3c817b83c341cec568f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 19:20:54 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 21:16:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5924775c

kde-plasma/libkworkspace: Drop 5.21.5 (r0)

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

 .../libkworkspace/libkworkspace-5.21.5.ebuild  | 58 --
 1 file changed, 58 deletions(-)

diff --git a/kde-plasma/libkworkspace/libkworkspace-5.21.5.ebuild 
b/kde-plasma/libkworkspace/libkworkspace-5.21.5.ebuild
deleted file mode 100644
index d5de9a8d1e7..000
--- a/kde-plasma/libkworkspace/libkworkspace-5.21.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Workspace library to interact with the Plasma session manager"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kinit-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-plasma/kscreenlocker-${PVCUT}:5
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-"
-DEPEND="${RDEPEND}
-   >=kde-plasma/kwin-${PVCUT}:5
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.19.80-standalone.patch" )
-
-src_prepare() {
-   # delete colliding libkworkspace translations, let ecm_src_prepare do 
its magic
-   if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   find ../po -type f -name "*po" -and -not -name "libkworkspace*" 
-delete || die
-   rm -rf po/*/docs || die
-   cp -a ../po ./ || die
-   fi
-   ecm_src_prepare
-   if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   cat >> CMakeLists.txt <<- _EOF_ || die
-   ki18n_install(po)
-   _EOF_
-   fi
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



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

2021-05-29 Thread Andreas Sturmlechner
commit: e574c22419c876fc9b3ed81e80f9c3b714886284
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 19:10:22 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 21:16:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e574c224

kde-plasma/libkworkspace: Rebase standalone.patch, update DEPENDs

- Add KF5Config
- Drop KF5Plasma
- Move KF5Init to DEPEND-only

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

 .../files/libkworkspace-5.21.5-standalone.patch| 108 +
 .../libkworkspace/libkworkspace-5.21.5-r1.ebuild   |  54 +++
 2 files changed, 162 insertions(+)

diff --git 
a/kde-plasma/libkworkspace/files/libkworkspace-5.21.5-standalone.patch 
b/kde-plasma/libkworkspace/files/libkworkspace-5.21.5-standalone.patch
new file mode 100644
index 000..8c4e88949c5
--- /dev/null
+++ b/kde-plasma/libkworkspace/files/libkworkspace-5.21.5-standalone.patch
@@ -0,0 +1,108 @@
+From 0a8473a131caf3b076e8dd8932964a07103d810a Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 2 Feb 2020 18:29:57 +0100
+Subject: [PATCH] libkworkspace: Allow standalone build
+
+---
+ libkworkspace/CMakeLists.txt | 67 +++-
+ 1 file changed, 66 insertions(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4babcb683..419158539 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1,3 +1,56 @@
++project(libkworkspace)
++
++if(${CMAKE_SOURCE_DIR} STREQUAL ${libkworkspace_SOURCE_DIR})
++set(PROJECT_VERSION "5.21.5")
++set(PROJECT_VERSION_MAJOR 5)
++
++cmake_minimum_required(VERSION 3.6)
++
++set(QT_MIN_VERSION "5.15.0")
++set(KF5_MIN_VERSION "5.78")
++find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus)
++find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
++set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
++
++include(KDEInstallDirs)
++include(KDECMakeSettings)
++include(KDECompilerSettings NO_POLICY_SCOPE)
++include(ECMMarkNonGuiExecutable)
++include(CMakePackageConfigHelpers)
++include(WriteBasicConfigVersionFile)
++include(CheckIncludeFiles)
++include(FeatureSummary)
++include(ECMQtDeclareLoggingCategory)
++include(KDEPackageAppTemplates)
++include(ECMMarkAsTest)
++include(GenerateExportHeader)
++
++find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Config CoreAddons 
I18n Init WindowSystem)
++
++find_package(KWinDBusInterface CONFIG REQUIRED)
++find_package(KScreenLocker 5.13.80 REQUIRED)
++find_package(ScreenSaverDBusInterface CONFIG REQUIRED)
++
++find_package(X11)
++set_package_properties(X11 PROPERTIES DESCRIPTION "X11 libraries"
++URL "http://www.x.org;
++TYPE OPTIONAL
++PURPOSE "Required for X11 support")
++
++if(X11_FOUND)
++find_package(Qt5X11Extras ${QT_MIN_VERSION} CONFIG REQUIRED)
++set(HAVE_X11 1)
++endif()
++
++if(BUILD_TESTING)
++find_package(Qt5Test ${QT_MIN_VERSION} CONFIG REQUIRED)
++endif()
++
++check_include_files(unistd.h HAVE_UNISTD_H)
++
++configure_file(../config-workspace.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-workspace.h)
++configure_file(../config-X11.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-X11.h)
++endif()
+ 
+ set(kworkspace_LIB_SRCS kdisplaymanager.cpp
+ kworkspace.cpp
+@@ -16,9 +69,17 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
+ qt5_add_dbus_interface(kworkspace_LIB_SRCS 
${KINIT_DBUS_INTERFACES_DIR}/kf5_org.kde.KLauncher.xml klauncher_interface)
+ qt5_add_dbus_interface(kworkspace_LIB_SRCS 
${KSCREENLOCKER_DBUS_INTERFACES_DIR}/kf5_org.freedesktop.ScreenSaver.xml 
screenlocker_interface )
+ qt5_add_dbus_interface(kworkspace_LIB_SRCS 
${KSCREENLOCKER_DBUS_INTERFACES_DIR}/org.kde.screensaver.xml 
kscreenlocker_interface )
++if(${CMAKE_SOURCE_DIR} STREQUAL ${libkworkspace_SOURCE_DIR})
++qt5_add_dbus_interface(kworkspace_LIB_SRCS 
../ksmserver/org.kde.LogoutPrompt.xml logoutprompt_interface)
++qt5_add_dbus_interface(kworkspace_LIB_SRCS 
../startkde/plasma-session/org.kde.Startup.xml startup_interface)
++qt5_add_dbus_interface(kworkspace_LIB_SRCS 
../startkde/plasma-shutdown/org.kde.Shutdown.xml shutdown_interface)
++set(ksmserver_xml ../ksmserver/org.kde.KSMServerInterface.xml)
++else()
+ qt5_add_dbus_interface(kworkspace_LIB_SRCS 
${plasma-workspace_SOURCE_DIR}/ksmserver/org.kde.LogoutPrompt.xml 
logoutprompt_interface)
+ qt5_add_dbus_interface(kworkspace_LIB_SRCS 
${plasma-workspace_SOURCE_DIR}/startkde/plasma-session/org.kde.Startup.xml 
startup_interface)
+ qt5_add_dbus_interface(kworkspace_LIB_SRCS 
${plasma-workspace_SOURCE_DIR}/startkde/plasma-shutdown/org.kde.Shutdown.xml 
shutdown_interface)
++set(ksmserver_xml 
${plasma-workspace_SOURCE_DIR}/ksmserver/org.kde.KSMServerInterface.xml)
++endif()
+ 

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kglobalaccel/files/, kde-frameworks/kglobalaccel/

2021-05-29 Thread Andreas Sturmlechner
commit: 8dec78355342ff4b5d729c8b7be3fe70a8c00ca3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 15:24:44 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 21:16:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dec7835

kde-frameworks/kglobalaccel: Backport 5.83 upstream revert

Upstream commit 9a48818abf50340e31d718cc675501dec6c51429

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=437034
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...5.82.0-revert-prevent-activate-w-o-plasma.patch | 242 +
 .../kglobalaccel/kglobalaccel-5.82.0-r1.ebuild |  39 
 2 files changed, 281 insertions(+)

diff --git 
a/kde-frameworks/kglobalaccel/files/kglobalaccel-5.82.0-revert-prevent-activate-w-o-plasma.patch
 
b/kde-frameworks/kglobalaccel/files/kglobalaccel-5.82.0-revert-prevent-activate-w-o-plasma.patch
new file mode 100644
index 000..1cea821ebe9
--- /dev/null
+++ 
b/kde-frameworks/kglobalaccel/files/kglobalaccel-5.82.0-revert-prevent-activate-w-o-plasma.patch
@@ -0,0 +1,242 @@
+From 9a48818abf50340e31d718cc675501dec6c51429 Mon Sep 17 00:00:00 2001
+From: Nate Graham 
+Date: Wed, 26 May 2021 13:14:13 -0600
+Subject: [PATCH] Revert "Prevent kglobalaccel5 getting activated on non-Plasma
+ systems"
+
+This reverts commit 48c3376927e5e9c13377bf3cfc8b0c411783e7f3.
+
+This change broke users of KGlobalAccel run outside of the Plasma
+Desktop. This sort of behavior change probably needs to be made during
+a major transition like KF6 so that developers have some notice and it
+doesn't randomly change and break stuff unexpectedly.
+
+CCBUG: 435420
+BUG: 437034
+FIXED-IN: 5.83
+---
+ src/kglobalaccel.cpp | 80 
+ 1 file changed, 80 deletions(-)
+
+diff --git a/src/kglobalaccel.cpp b/src/kglobalaccel.cpp
+index 8bb43e5..154caed 100644
+--- a/src/kglobalaccel.cpp
 b/src/kglobalaccel.cpp
+@@ -25,11 +25,6 @@
+ #include 
+ #endif
+ 
+-bool active()
+-{
+-return qgetenv("XDG_CURRENT_DESKTOP") == QByteArrayLiteral("KDE");
+-}
+-
+ org::kde::kglobalaccel::Component *KGlobalAccelPrivate::getComponent(const 
QString , bool remember = false)
+ {
+ // Check if we already have this component
+@@ -148,11 +143,6 @@ KGlobalAccel::~KGlobalAccel()
+ void KGlobalAccel::activateGlobalShortcutContext(const QString 
, const QString , const QString )
+ {
+ Q_UNUSED(contextFriendly);
+-
+-if (!active()) {
+-return;
+-}
+-
+ // TODO: provide contextFriendly
+ self()->d->iface()->activateGlobalShortcutContext(programName, 
contextUnique);
+ }
+@@ -160,10 +150,6 @@ void KGlobalAccel::activateGlobalShortcutContext(const 
QString , c
+ // static
+ bool KGlobalAccel::cleanComponent(const QString )
+ {
+-if (!active()) {
+-return false;
+-}
+-
+ org::kde::kglobalaccel::Component *component = 
self()->getComponent(componentUnique);
+ if (!component) {
+ return false;
+@@ -175,10 +161,6 @@ bool KGlobalAccel::cleanComponent(const QString 
)
+ // static
+ bool KGlobalAccel::isComponentActive(const QString )
+ {
+-if (!active()) {
+-return false;
+-}
+-
+ org::kde::kglobalaccel::Component *component = 
self()->getComponent(componentUnique);
+ if (!component) {
+ return false;
+@@ -196,10 +178,6 @@ bool KGlobalAccel::isEnabled() const
+ 
+ org::kde::kglobalaccel::Component *KGlobalAccel::getComponent(const QString 
)
+ {
+-if (!active()) {
+-return nullptr;
+-}
+-
+ return d->getComponent(componentUnique);
+ }
+ 
+@@ -526,10 +504,6 @@ void KGlobalAccelPrivate::reRegisterAll()
+ #if KGLOBALACCEL_BUILD_DEPRECATED_SINCE(4, 2)
+ QList KGlobalAccel::allMainComponents()
+ {
+-if (!active()) {
+-return {};
+-}
+-
+ return d->iface()->allMainComponents();
+ }
+ #endif
+@@ -537,9 +511,6 @@ QList KGlobalAccel::allMainComponents()
+ #if KGLOBALACCEL_BUILD_DEPRECATED_SINCE(4, 2)
+ QList KGlobalAccel::allActionsForComponent(const QStringList 
)
+ {
+-if (!active()) {
+-return {};
+-}
+ return d->iface()->allActionsForComponent(actionId);
+ }
+ #endif
+@@ -548,29 +519,17 @@ QList 
KGlobalAccel::allActionsForComponent(const QStringList 
+ #if KGLOBALACCEL_BUILD_DEPRECATED_SINCE(4, 2)
+ QStringList KGlobalAccel::findActionNameSystemwide(const QKeySequence )
+ {
+-if (!active()) {
+-return {};
+-}
+-
+ return self()->d->iface()->action(seq[0]);
+ }
+ #endif
+ 
+ QList KGlobalAccel::getGlobalShortcutsByKey(const 
QKeySequence )
+ {
+-if (!active()) {
+-return {};
+-}
+-
+ return self()->d->iface()->getGlobalShortcutsByKey(seq[0]);
+ }
+ 
+ bool KGlobalAccel::isGlobalShortcutAvailable(const QKeySequence , const 
QString )
+ {
+-if (!active()) {
+-return false;
+-}
+-
+ return self()->d->iface()->isGlobalShortcutAvailable(seq[0], comp);
+ }
+ 
+@@ -578,10 

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kglobalaccel/

2021-05-29 Thread Andreas Sturmlechner
commit: 31d6742eeb4d3645c1b7003b34e9c98284f5d66d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 15:25:13 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 21:16:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d6742e

kde-frameworks/kglobalaccel: Drop 5.82.0 (r0)

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

 .../kglobalaccel/kglobalaccel-5.82.0.ebuild| 35 --
 1 file changed, 35 deletions(-)

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.82.0.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-5.82.0.ebuild
deleted file mode 100644
index c07636e53c5..000
--- a/kde-frameworks/kglobalaccel/kglobalaccel-5.82.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle global shortcuts"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="nls"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X]
-   x11-libs/libxcb
-   x11-libs/xcb-util-keysyms
-"
-RDEPEND="${DEPEND}"
-BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
-
-src_test() {
-   XDG_CURRENT_DESKTOP="KDE" ecm_src_test # bug 789342
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/, kde-plasma/plasma-workspace/files/

2021-05-29 Thread Andreas Sturmlechner
commit: 2e45a010d69af7cd6d7d686f60db7c1cedc1bb41
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 20:49:11 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 20:49:11 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2e45a010

kde-plasma/plasma-workspace: Rebase split-libkworkspace.patch

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

 ...h => plasma-workspace-5.21.5-split-libkworkspace.patch} | 14 ++
 .../plasma-workspace/plasma-workspace-5.21.90.ebuild   |  2 +-
 .../plasma-workspace/plasma-workspace-5.22.49..ebuild  |  2 +-
 kde-plasma/plasma-workspace/plasma-workspace-.ebuild   |  2 +-
 4 files changed, 9 insertions(+), 11 deletions(-)

diff --git 
a/kde-plasma/plasma-workspace/files/plasma-workspace-5.14.2-split-libkworkspace.patch
 
b/kde-plasma/plasma-workspace/files/plasma-workspace-5.21.5-split-libkworkspace.patch
similarity index 71%
rename from 
kde-plasma/plasma-workspace/files/plasma-workspace-5.14.2-split-libkworkspace.patch
rename to 
kde-plasma/plasma-workspace/files/plasma-workspace-5.21.5-split-libkworkspace.patch
index f12d9f4daf..c96c0ba623 100644
--- 
a/kde-plasma/plasma-workspace/files/plasma-workspace-5.14.2-split-libkworkspace.patch
+++ 
b/kde-plasma/plasma-workspace/files/plasma-workspace-5.21.5-split-libkworkspace.patch
@@ -8,19 +8,19 @@ Subject: [PATCH] libkworkspace: Allow standalone build
  1 file changed, 5 insertions(+), 1 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e587a386..d1a63527 100644
+index 67f82cfb7..88a8c09b4 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -46,6 +46,7 @@ set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "File 
Searching"
+@@ -73,6 +73,7 @@ set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "File 
Searching"
  
  find_package(KF5TextEditor)
  find_package(KWinDBusInterface CONFIG REQUIRED)
-+find_package(LibKWorkspace 5.14.1)
++find_package(LibKWorkspace 5.21.5)
  
+ find_package(KF5Screen CONFIG REQUIRED)
  find_package(KScreenLocker 5.13.80 REQUIRED)
- find_package(ScreenSaverDBusInterface CONFIG REQUIRED)
-@@ -135,7 +136,10 @@ endif()
- add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
+@@ -214,7 +215,10 @@ query_qmake(QtBinariesDir QT_INSTALL_BINS)
+ option(PLASMA_WAYLAND_DEFAULT_SESSION "Use Wayland session by default for 
Plasma" FALSE)
  
  add_subdirectory(doc)
 -add_subdirectory(libkworkspace)
@@ -31,5 +31,3 @@ index e587a386..d1a63527 100644
  add_subdirectory(libdbusmenuqt)
  add_subdirectory(appmenu)
  
--- 
-2.19.1

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.21.90.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.21.90.ebuild
index 56a8a45e5f..f3b2afd529 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.21.90.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.21.90.ebuild
@@ -148,7 +148,7 @@ PDEPEND="
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
 
-PATCHES=( "${FILESDIR}/${PN}-5.14.2-split-libkworkspace.patch" )
+PATCHES=( "${FILESDIR}/${PN}-5.21.5-split-libkworkspace.patch" ) # downstream
 
 src_prepare() {
ecm_src_prepare

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.22.49..ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.22.49..ebuild
index 8f18aa1c0b..470072dbc5 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.22.49..ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.22.49..ebuild
@@ -148,7 +148,7 @@ PDEPEND="
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
 
-PATCHES=( "${FILESDIR}/${PN}-5.14.2-split-libkworkspace.patch" )
+PATCHES=( "${FILESDIR}/${PN}-5.21.5-split-libkworkspace.patch" ) # downstream
 
 src_prepare() {
ecm_src_prepare

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
index 7114aa97f8..d7e27260c8 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
@@ -148,7 +148,7 @@ PDEPEND="
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
 
-PATCHES=( "${FILESDIR}/${PN}-5.14.2-split-libkworkspace.patch" )
+PATCHES=( "${FILESDIR}/${PN}-5.21.5-split-libkworkspace.patch" ) # downstream
 
 src_prepare() {
ecm_src_prepare



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

2021-05-29 Thread Andreas Sturmlechner
commit: 8b824d9e8408bc4b6b2f9d125d4405571f4ee70c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 16:03:39 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 16:03:39 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b824d9e

kde-plasma/plymouth-kcm: Drop bogus BOGUS var

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

 kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild  | 1 -
 kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49..ebuild | 1 -
 kde-plasma/plymouth-kcm/plymouth-kcm-.ebuild | 1 -
 3 files changed, 3 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
index 1202f14b6d..5d62f9cdd9 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-BOGUS=1
 KFMIN=5.82.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.2

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49..ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49..ebuild
index 63ea93ef65..67ace10bf0 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49..ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49..ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-BOGUS=1
 KFMIN=5.82.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.2

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-.ebuild
index 37607dea87..d3477a6c6b 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-BOGUS=1
 KFMIN=
 PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.2



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

2021-05-29 Thread Andreas Sturmlechner
commit: aeca1e9974cf8e5ba5fe4d2f9692cc195e347fea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 15:56:45 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 15:56:45 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=aeca1e99

kde-plasma/plymouth-kcm: Drop nonexistent CONTRIBUTORS from DOCS

Upstream commit 8bdaaf7db59034dc8ab9e29345afc6b6b10ac561

Closes: https://bugs.gentoo.org/792816
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild  | 2 --
 kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49..ebuild | 2 --
 kde-plasma/plymouth-kcm/plymouth-kcm-.ebuild | 2 --
 3 files changed, 6 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
index bf306e6bc9..1202f14b6d 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
@@ -36,5 +36,3 @@ DEPEND="
 RDEPEND="${DEPEND}
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
-
-DOCS=( CONTRIBUTORS )

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49..ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49..ebuild
index eb09e2dcb1..63ea93ef65 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49..ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49..ebuild
@@ -36,5 +36,3 @@ DEPEND="
 RDEPEND="${DEPEND}
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
-
-DOCS=( CONTRIBUTORS )

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-.ebuild
index b3ccbfaa1d..37607dea87 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-.ebuild
@@ -36,5 +36,3 @@ DEPEND="
 RDEPEND="${DEPEND}
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
-
-DOCS=( CONTRIBUTORS )



[gentoo-commits] proj/kde:master commit in: kde-plasma/libkworkspace/files/, kde-plasma/libkworkspace/

2021-05-29 Thread Andreas Sturmlechner
commit: 60afee16cb4f582903ad90e43c5a956588fbc9c6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 29 20:06:12 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 29 20:06:12 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=60afee16

kde-plasma/libkworkspace: Rebase standalone.patch, update DEPENDs

- Add KF5Config
- Drop KF5Plasma
- Move KF5Init to DEPEND-only

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

 ...patch => libkworkspace-5.21.90-standalone.patch} | 20 ++--
 .../libkworkspace/libkworkspace-5.21.90.ebuild  | 21 +
 .../libkworkspace/libkworkspace-5.22.49..ebuild | 21 +
 kde-plasma/libkworkspace/libkworkspace-.ebuild  | 21 +
 4 files changed, 37 insertions(+), 46 deletions(-)

diff --git 
a/kde-plasma/libkworkspace/files/libkworkspace-5.19.80-standalone.patch 
b/kde-plasma/libkworkspace/files/libkworkspace-5.21.90-standalone.patch
similarity index 90%
rename from 
kde-plasma/libkworkspace/files/libkworkspace-5.19.80-standalone.patch
rename to kde-plasma/libkworkspace/files/libkworkspace-5.21.90-standalone.patch
index 8c8213d002..430b98aadc 100644
--- a/kde-plasma/libkworkspace/files/libkworkspace-5.19.80-standalone.patch
+++ b/kde-plasma/libkworkspace/files/libkworkspace-5.21.90-standalone.patch
@@ -1,4 +1,4 @@
-From 30d75ef4b3e75155e78924aa82aa9f368bb86f4f Mon Sep 17 00:00:00 2001
+From 2360505a8f6475b6988efa60c3ba746bfbe4c4d0 Mon Sep 17 00:00:00 2001
 From: Andreas Sturmlechner 
 Date: Sun, 2 Feb 2020 18:29:57 +0100
 Subject: [PATCH] libkworkspace: Allow standalone build
@@ -8,7 +8,7 @@ Subject: [PATCH] libkworkspace: Allow standalone build
  1 file changed, 66 insertions(+), 1 deletion(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7ba097a6e..66f70c0b6 100644
+index 015c5181f..0aa635e11 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -1,3 +1,56 @@
@@ -18,10 +18,10 @@ index 7ba097a6e..66f70c0b6 100644
 +set(PROJECT_VERSION "GENTOO_PV")
 +set(PROJECT_VERSION_MAJOR 5)
 +
-+cmake_minimum_required(VERSION 3.0)
++cmake_minimum_required(VERSION 3.16)
 +
-+set(QT_MIN_VERSION "5.14.0")
-+set(KF5_MIN_VERSION "5.71.0")
++set(QT_MIN_VERSION "5.15.0")
++set(KF5_MIN_VERSION "5.82.0")
 +find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus)
 +find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
 +set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
@@ -39,7 +39,7 @@ index 7ba097a6e..66f70c0b6 100644
 +include(ECMMarkAsTest)
 +include(GenerateExportHeader)
 +
-+find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS CoreAddons I18n 
Init Plasma WindowSystem)
++find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Config CoreAddons 
I18n Init WindowSystem)
 +
 +find_package(KWinDBusInterface CONFIG REQUIRED)
 +find_package(KScreenLocker 5.13.80 REQUIRED)
@@ -68,7 +68,7 @@ index 7ba097a6e..66f70c0b6 100644
  
  set(kworkspace_LIB_SRCS kdisplaymanager.cpp
  kworkspace.cpp
-@@ -16,9 +69,17 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
+@@ -12,9 +65,17 @@ add_definitions(-DTRANSLATION_DOMAIN=\"libkworkspace\")
  qt5_add_dbus_interface(kworkspace_LIB_SRCS 
${KINIT_DBUS_INTERFACES_DIR}/kf5_org.kde.KLauncher.xml klauncher_interface)
  qt5_add_dbus_interface(kworkspace_LIB_SRCS 
${KSCREENLOCKER_DBUS_INTERFACES_DIR}/kf5_org.freedesktop.ScreenSaver.xml 
screenlocker_interface )
  qt5_add_dbus_interface(kworkspace_LIB_SRCS 
${KSCREENLOCKER_DBUS_INTERFACES_DIR}/org.kde.screensaver.xml 
kscreenlocker_interface )
@@ -86,7 +86,7 @@ index 7ba097a6e..66f70c0b6 100644
  
  
set_source_files_properties("${CMAKE_CURRENT_SOURCE_DIR}/org.freedesktop.login1.Manager.xml"
  
"${CMAKE_SOURCE_DIR}/data/interfaces/org.freedesktop.login1.Seat.xml"
-@@ -34,7 +95,6 @@ list(APPEND kworkspace_LIB_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/login1_manager_inte
+@@ -30,7 +91,6 @@ list(APPEND kworkspace_LIB_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/login1_manager_inte
  qt5_add_dbus_interface(kworkspace_LIB_SRCS "org.freedesktop.UPower.xml" 
upower_interface)
  qt5_add_dbus_interface(kworkspace_LIB_SRCS 
"org.freedesktop.ConsoleKit.Manager.xml" consolekit_manager_interface)
  
@@ -94,7 +94,7 @@ index 7ba097a6e..66f70c0b6 100644
  qt5_add_dbus_interface( kworkspace_LIB_SRCS ${ksmserver_xml} 
ksmserver_interface )
  
  add_library(kworkspace ${kworkspace_LIB_SRCS})
-@@ -100,3 +160,8 @@ if(BUILD_TESTING)
+@@ -98,3 +158,8 @@ if(BUILD_TESTING)
  add_subdirectory(autotests)
  add_subdirectory(tests)
  endif()
@@ -104,5 +104,5 @@ index 7ba097a6e..66f70c0b6 100644
 +feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 +endif()
 -- 
-2.27.0
+2.31.1
 

diff --git a/kde-plasma/libkworkspace/libkworkspace-5.21.90.ebuild 

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

2021-05-29 Thread Stephan Hartmann
commit: 69142bb614007a07137ede0723b09fd96e36ffba
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Sat May 29 20:54:42 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Sat May 29 20:55:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69142bb6

www-client/chromium: dev channel bump to 92.0.4515.20

Closes: https://bugs.gentoo.org/792288
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/chromium/Manifest|  4 ++--
 ...0.4512.4.ebuild => chromium-92.0.4515.20.ebuild} | 21 ++---
 2 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index f54703ccc84..89c9d71356c 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -2,8 +2,8 @@ DIST chromium-90-patchset-7.tar.xz 3892 BLAKE2B 
3ba169baaaf74b548749be3f845f5052
 DIST chromium-90.0.4430.212.tar.xz 917430448 BLAKE2B 
dbea5515a62c3f3a12596da6d77cad106d377ddda8956da81b8fe8c0c1e3bfa90ba82bca8c1c4fd95282ee0c00a5f3f5206a05728043eb967395a8cf8bda960d
 SHA512 
7cd300d22725e3457b9e3347fb34d6f5728c91aa178d6960d4243bc80122c446890c2276334a01f9c81a43479339e9e266c3bbb040081a22c521b3c4250850f5
 DIST chromium-91-patchset-6.tar.xz 4280 BLAKE2B 
18887953453133589cfc5df58d24725047235fac3652cc7af7bd117fbc94aa9a2e1b1dd3147f772f84d8fa3e7b5b77159abc1e408d7b24b065bb1f12cebbfb2f
 SHA512 
49b4aaedfbb1fa5629dbb453bb74f5735c05b14407ea3d2bb1eaee9686e03661a3c471357d085ab839dff16df92d71dae3a6f17486c017a79a836c1d8780a250
 DIST chromium-91.0.4472.77.tar.xz 949848268 BLAKE2B 
6d32b7334399325046f4b6c8d2a766b2f42ff7cc74adf68da880113ebede13dbbeb52c2f7ffcdea8c8934ec16f2161300a0b727cec112463def5eb6e772fafec
 SHA512 
06113c3627c1ccd390f078a52e0eaaf9c1d7178d568d6d2e37c96e1eb09fc0e872ac2b2d7ebe55e4da87eebee4965816bbba2f6ea53047f86cd5d0ad1d260a25
-DIST chromium-92-patchset-5.tar.xz 2776 BLAKE2B 
d5504f4bd6bc771b93a89d6ac492bd1b7f64e227040bbba66dff847357d26a0fa4331cd3784b018b4e7a9be5713dc109d99ba88ed2ec8b9310c304e4ea08a681
 SHA512 
8e4808f7698295b9c76d6ff150291b1756e5de1971a639e1c4e8dcabdb1e40d46b9ddeaddafb53955c2aedfc7dfc01ee09d27f6c04df613e82518b6ddc70992c
-DIST chromium-92.0.4512.4.tar.xz 961899172 BLAKE2B 
8525a5059c9350e36a232b49847f7bf4f561f9c1542a0761d31a06a2bd08a579e98c1cfe15fcd55af9ccc6aad701add35ba71f3ef7f942a0788d3d41057aaf99
 SHA512 
ac5a2c4b28c1518e848677dadc7ec53214484f9e53e057b4d8c8148d53b7cda97c0fd5397c2cf2cc5569c900b49139ba8cdd2795b706d79d53bccdfb55dc827c
+DIST chromium-92-patchset-6.tar.xz 3764 BLAKE2B 
a7149940b1371e4bd295e6038b87cc13f4edf8d8ed286d9d8d0e63144c2546de39564fc203a4b2e185267e46398efd0414c1f695ee31c78d33a6cd8d7b434016
 SHA512 
2f104901271d42762ea27f7c8a017307bde7348ec6b84d0c85875a07bf3783ba43bdb886fb3c6376753b6a14102b495a28bdc7adc611992440d2c1345aea035b
+DIST chromium-92.0.4515.20.tar.xz 962353324 BLAKE2B 
3b56948a34c5938649af3dbc0d9036ed1a0b8f067cb1b2fcee6d0ccc55a503efb373f26eedabc1c2a6e789a16eb0e83055c85ab1bb55f4d9f8dafe267a894ae5
 SHA512 
46cfbffa58ca049a336311940c81292354ccf4fc6032ce0ecb6822b6ecfe3b3d17fa2092ef688f11b82eface85c2084e046264ca847e7d110a4980c1c2b132f3
 DIST chromium-ppc64le-3f575325dcc3bdfc419824518bac6d4c38241859.tar.xz 28880 
BLAKE2B 
60390c938cbe329867a721f061750cd49a1ed0b48808181f4a85fd0f369f6061619f4f5a3023f9890a11a21ce5d60f87f74374eb1250a2a7100bf7c7eff15df7
 SHA512 
594bd170c2da4dc2b6bfd3a8aed31ca6acd67a5fb4ee7c4fa8a63439feb46df003aba79118bfd54a4e01ba18f1d329e760894e169915c266118414ad62b7c3ae
 DIST highway-0.12.1.tar.gz 1480579 BLAKE2B 
2889f96e33ae4411b14dae2229d86b0581f2044f50d6bb829a83417f0d67f0c9a8c03d552d09a985231ea11e88497fa405efcb85d158b5734b477bec5764a1eb
 SHA512 
d14aeffc80739a5993177fb190ac03998d495004e9c54126c0e0b174c28be52a3f3fe581d8a08db67c34bd00045223d1850e7b384a2e7fe37a8150d7908004cb
 DIST setuptools-44.1.0.zip 858569 BLAKE2B 
f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68
 SHA512 
4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf

diff --git a/www-client/chromium/chromium-92.0.4512.4.ebuild 
b/www-client/chromium/chromium-92.0.4515.20.ebuild
similarity index 97%
rename from www-client/chromium/chromium-92.0.4512.4.ebuild
rename to www-client/chromium/chromium-92.0.4515.20.ebuild
index ca9749ca680..744bf4df8d5 100644
--- a/www-client/chromium/chromium-92.0.4512.4.ebuild
+++ b/www-client/chromium/chromium-92.0.4515.20.ebuild
@@ -13,11 +13,12 @@ inherit check-reqs chromium-2 desktop flag-o-matic multilib 
ninja-utils pax-util
 
 DESCRIPTION="Open-source version of Google Chrome web browser"
 HOMEPAGE="https://chromium.org/;
-PATCHSET="5"
+PATCHSET="6"
 PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}"
 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz


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

2021-05-29 Thread Michał Górny
commit: 9b464b677f521fff2564dd713a413064d35714d6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 20:41:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 20:45:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b464b67

dev-python/distlib: Add missing patch

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

 .../files/distlib-0.3.2-system-pypiserver.py   | 24 ++
 1 file changed, 24 insertions(+)

diff --git a/dev-python/distlib/files/distlib-0.3.2-system-pypiserver.py 
b/dev-python/distlib/files/distlib-0.3.2-system-pypiserver.py
new file mode 100644
index 000..386ad05da57
--- /dev/null
+++ b/dev-python/distlib/files/distlib-0.3.2-system-pypiserver.py
@@ -0,0 +1,24 @@
+diff -dupr a/tests/test_index.py b/tests/test_index.py
+--- a/tests/test_index.py  2021-05-29 17:42:08.015558305 +0200
 b/tests/test_index.py  2021-05-29 17:42:56.949966576 +0200
+@@ -57,11 +57,6 @@ class PackageIndexTestCase(DistlibTestCa
+ def setUpClass(cls):
+ if cls.run_test_server:
+ cls.server = None
+-server_script = os.path.join(HERE, 'pypi-server-standalone.py')
+-if not os.path.exists(server_script):
+-logger.debug('test server not available - some tests '
+- 'will be skipped.')
+-return
+ pwdfn = os.path.join(HERE, 'passwords')
+ if not os.path.exists(pwdfn):   # pragma: no cover
+ with open(pwdfn, 'w') as f:
+@@ -72,7 +67,7 @@ class PackageIndexTestCase(DistlibTestCa
+ fd, cls.sinkfile = tempfile.mkstemp(suffix='.log', 
prefix='distlib-pypi-')
+ os.close(fd)
+ cls.sink = sink = open(cls.sinkfile, 'w')
+-cmd = [sys.executable, 'pypi-server-standalone.py',
++cmd = ['pypi-server',
+'--interface', '127.0.0.1', '--port', TEST_SERVER_PORT,
+'-P', 'passwords', 'packages']
+ cls.server = subprocess.Popen(cmd, stdout=sink, stderr=sink,



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

2021-05-29 Thread Michał Górny
commit: b2c5aa195cc826dffc688a413431dc713193e618
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 20:44:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 20:45:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c5aa19

dev-python/distlib: Enable py3.10

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

 dev-python/distlib/distlib-0.3.2.ebuild|  4 ++-
 dev-python/distlib/files/distlib-0.3.2-py310.patch | 29 ++
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/dev-python/distlib/distlib-0.3.2.ebuild 
b/dev-python/distlib/distlib-0.3.2.ebuild
index f63f8868e8e..43cd8fc4d2e 100644
--- a/dev-python/distlib/distlib-0.3.2.ebuild
+++ b/dev-python/distlib/distlib-0.3.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1 vcs-snapshot
 
@@ -38,6 +38,8 @@ src_prepare() {
 
# use system pypiserver instead of broken bundled one
eapply "${FILESDIR}"/distlib-0.3.2-system-pypiserver.py || die
+   # fix tests for py310
+   eapply "${FILESDIR}"/${P}-py310.patch
 
# doesn't work with our patched pip
sed -e '/PIP_AVAIL/s:True:False:' \

diff --git a/dev-python/distlib/files/distlib-0.3.2-py310.patch 
b/dev-python/distlib/files/distlib-0.3.2-py310.patch
new file mode 100644
index 000..23c3dbbe027
--- /dev/null
+++ b/dev-python/distlib/files/distlib-0.3.2-py310.patch
@@ -0,0 +1,29 @@
+From 5a9540cf58fc020b0c6a1d5c23b9b93d1abd2eb0 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Sat, 29 May 2021 22:08:57 +0200
+Subject: [PATCH] Fix test_is_compatible to fix Python 3.10 support
+
+On Python 3.10, PYVER is py310 which wrongly matches the original
+'py27' <= PYVER < 'py32' condition.  Replace it with explicit match
+against known Python versions in this range.  This is probably
+the simplest and the most future-proof solution to the problem at hand.
+---
+ tests/test_wheel.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/test_wheel.py b/tests/test_wheel.py
+index 849e7c1..7c8f5ee 100644
+--- a/tests/test_wheel.py
 b/tests/test_wheel.py
+@@ -206,7 +206,7 @@ class WheelTestCase(DistlibTestCase):
+ 
+ def test_is_compatible(self):
+ fn = os.path.join(HERE, 'dummy-0.1-py27-none-any.whl')
+-if 'py27' <= PYVER < 'py32':
++if PYVER in ('py27', 'py30', 'py31'):
+ self.assertTrue(is_compatible(fn))
+ self.assertTrue(Wheel(fn).is_compatible())
+ # use actual wheel names from PyPI.
+-- 
+2.31.1
+



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

2021-05-29 Thread Georgy Yakovlev
commit: 62044185ef1c655b99c16826b46083f42a25861a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat May 29 19:52:10 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat May 29 19:53:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62044185

sys-apps/opal-utils: revbump again, fix python deps

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

 .../{opal-utils-6.7-r1.ebuild => opal-utils-6.7-r2.ebuild}   | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-apps/opal-utils/opal-utils-6.7-r1.ebuild 
b/sys-apps/opal-utils/opal-utils-6.7-r2.ebuild
similarity index 91%
rename from sys-apps/opal-utils/opal-utils-6.7-r1.ebuild
rename to sys-apps/opal-utils/opal-utils-6.7-r2.ebuild
index 21d40bc40a1..4df7961ced0 100644
--- a/sys-apps/opal-utils/opal-utils-6.7-r1.ebuild
+++ b/sys-apps/opal-utils/opal-utils-6.7-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-inherit linux-info python-any-r1 systemd toolchain-funcs
+inherit linux-info python-single-r1 systemd toolchain-funcs
 
 DESCRIPTION="OPAL firmware utilities"
 HOMEPAGE="https://github.com/open-power/skiboot;
@@ -16,14 +16,14 @@ SLOT="0"
 KEYWORDS="~ppc64"
 IUSE="doc"
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 DEPEND=""
 RDEPEND="${DEPEND} ${PYTHON_DEPS}"
 
-BDEPEND="doc? (
-   $(python_gen_any_dep '
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/recommonmark[${PYTHON_USEDEP}]
-   ')
+BDEPEND="doc? ( $(python_gen_cond_dep '
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/recommonmark[${PYTHON_USEDEP}]')
 )"
 
 CONFIG_CHECK="~MTD_POWERNV_FLASH ~OPAL_PRD ~PPC_DT_CPU_FTRS ~SCOM_DEBUGFS"



[gentoo-commits] repo/proj/guru:dev commit in: sci-biology/cmdock/, sci-biology/cmdock/files/

2021-05-29 Thread Anna Vyalkova
commit: aba20d3142c80878bbc1a3b045f14c849a63cb63
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat May 29 13:37:10 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat May 29 15:48:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aba20d31

sci-biology/cmdock: add 0.1.3

* revise deps
* fix symlinks
* replace slotting with subslotting

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 sci-biology/cmdock/Manifest|  1 +
 sci-biology/cmdock/cmdock-0.1.2.ebuild | 29 +++
 .../{cmdock-0.1.2.ebuild => cmdock-0.1.3.ebuild}   | 35 
 .../files/{app_info.xml => app_info_0.1.2.xml} |  2 +-
 sci-biology/cmdock/files/app_info_0.1.3.xml| 95 ++
 .../cmdock/files/cmdock-boinc-zcp_job_0.1.3.xml| 15 
 .../cmdock/files/cmdock-boinc-zip_job_0.1.2.xml|  3 +-
 .../cmdock/files/cmdock-boinc_job_0.1.3.xml| 10 +++
 8 files changed, 155 insertions(+), 35 deletions(-)

diff --git a/sci-biology/cmdock/Manifest b/sci-biology/cmdock/Manifest
index 25663d438..c20f5e305 100644
--- a/sci-biology/cmdock/Manifest
+++ b/sci-biology/cmdock/Manifest
@@ -1 +1,2 @@
 DIST cmdock-v0.1.2.tar.gz 13394195 BLAKE2B 
bd377b6a953d1e38b527da4eda36aee7a634e9f0c400487d4092ae1939589890038fc90052d8bddb25457dd027fa929acd50e836d65bd5994af89116f4c770a7
 SHA512 
90d4114a10dde99d34cd7ea4b28399da744cc295adebb10f1f9771b59841cd13e07cae5218643c90dd2847cdb014867ab795649a3d1883396a3609c3344b8226
+DIST cmdock-v0.1.3.tar.gz 13416412 BLAKE2B 
abd6382943fb2ca2459fa493f8025e335821b96a95b88267dd493c28cd3280481b41ec6480fd3514cff126ab1077e89f075e5311393b1cd366403419e9c47454
 SHA512 
d941b672d14bad4fda4eaeb7aa313da1ade213241a1aee392747943a03afb6c66b3e93b8fd7eb9b1d8095b0632bd48cb062879cf445e3b54ce07069ad3087b22

diff --git a/sci-biology/cmdock/cmdock-0.1.2.ebuild 
b/sci-biology/cmdock/cmdock-0.1.2.ebuild
index aa5a4546b..00934f81c 100644
--- a/sci-biology/cmdock/cmdock-0.1.2.ebuild
+++ b/sci-biology/cmdock/cmdock-0.1.2.ebuild
@@ -3,34 +3,31 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 DOCS_BUILDER="sphinx"
 DOCS_AUTODOC=0
-inherit python-r1 docs meson
+DOCS_DIR="docs"
+inherit python-any-r1 docs meson
 
 DESCRIPTION="Program for docking ligands to proteins and nucleic acids"
 HOMEPAGE="https://gitlab.com/Jukic/cmdock;
 SRC_URI="https://gitlab.com/Jukic/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz;
 S="${WORKDIR}/${PN}-v${PV}"
-DOCS_DIR="${S}/docs"
 
 LICENSE="LGPL-3"
-SLOT="${PV}"
+SLOT="0/${PV}"
 KEYWORDS="~amd64"
-
 IUSE="boinc"
-REQUIRED_USE="doc? ( ${PYTHON_REQUIRED_USE} )"
 
-DEPEND="
-   dev-cpp/eigen
-   dev-libs/cxxopts
+RDEPEND="
+   dev-lang/perl
boinc? ( sci-misc/boinc-wrapper )
-   doc? ( ${PYTHON_DEPS} )
 "
-RDEPEND="${DEPEND}
-   dev-lang/perl
+BDEPEND="
+   dev-cpp/eigen:3
+   dev-cpp/pcg-cpp
+   dev-libs/cxxopts
 "
-BDEPEND="dev-cpp/pcg-cpp"
 
 src_prepare() {
default
@@ -55,12 +52,12 @@ src_install() {
 
if use boinc ; then
insinto /var/lib/boinc/projects/www.sidock.si_sidock
-   doins "${FILESDIR}/app_info.xml"
+   newins "${FILESDIR}/app_info_${PV}.xml" app_info.xml
doins "${FILESDIR}/cmdock-boinc_job_${PV}.xml"
doins "${FILESDIR}/cmdock-boinc-zip_job_${PV}.xml"
 
-   dosym "${EPREFIX}"/usr/bin/boinc-wrapper 
"/var/lib/boinc/projects/www.sidock.si_sidock/cmdock-wrapper_${PV}"
-   dosym "${EPREFIX}"/usr/bin/boinc-wrapper 
"/var/lib/boinc/projects/www.sidock.si_sidock/cmdock-boinc-zip_wrapper_${PV}"
+   dosym ../../../../../usr/bin/boinc-wrapper 
/var/lib/boinc/projects/www.sidock.si_sidock/cmdock-wrapper_${PV}
+   dosym ../../../../../usr/bin/boinc-wrapper 
/var/lib/boinc/projects/www.sidock.si_sidock/cmdock-boinc-zip_wrapper_${PV}
fi
 }
 

diff --git a/sci-biology/cmdock/cmdock-0.1.2.ebuild 
b/sci-biology/cmdock/cmdock-0.1.3.ebuild
similarity index 64%
copy from sci-biology/cmdock/cmdock-0.1.2.ebuild
copy to sci-biology/cmdock/cmdock-0.1.3.ebuild
index aa5a4546b..c4a2da7b4 100644
--- a/sci-biology/cmdock/cmdock-0.1.2.ebuild
+++ b/sci-biology/cmdock/cmdock-0.1.3.ebuild
@@ -3,37 +3,36 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 DOCS_BUILDER="sphinx"
 DOCS_AUTODOC=0
-inherit python-r1 docs meson
+DOCS_DIR="docs"
+inherit python-any-r1 docs meson
 
 DESCRIPTION="Program for docking ligands to proteins and nucleic acids"
 HOMEPAGE="https://gitlab.com/Jukic/cmdock;
 SRC_URI="https://gitlab.com/Jukic/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz;
 S="${WORKDIR}/${PN}-v${PV}"
-DOCS_DIR="${S}/docs"
 
 LICENSE="LGPL-3"
-SLOT="${PV}"
+SLOT="0/${PV}"
 KEYWORDS="~amd64"
-
 IUSE="boinc"
-REQUIRED_USE="doc? ( ${PYTHON_REQUIRED_USE} )"
 
-DEPEND="
-   dev-cpp/eigen
-   dev-libs/cxxopts
+RDEPEND="
+   dev-lang/perl

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

2021-05-29 Thread Anna Vyalkova
commit: 5d12c34512e0721178652f51a5288f729a996e58
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri May 28 17:38:21 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat May 29 15:04:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d12c345

dev-cpp/indicators: initial import

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-cpp/indicators/Manifest  |  1 +
 dev-cpp/indicators/indicators-2.2.ebuild | 23 +++
 dev-cpp/indicators/metadata.xml  | 12 
 3 files changed, 36 insertions(+)

diff --git a/dev-cpp/indicators/Manifest b/dev-cpp/indicators/Manifest
new file mode 100644
index 0..0982bfae1
--- /dev/null
+++ b/dev-cpp/indicators/Manifest
@@ -0,0 +1 @@
+DIST indicators-2.2.tar.gz 8974714 BLAKE2B 
538e9d77c7d4f19cc81d4476288ce7f78198a61252885a78e166f39137e8653082d02861cbf2469b08cc3af5f6ed4e76c343ca1d95aec67d35f2dbcde4ba72c2
 SHA512 
7ced2d3c320d51c7e0569104744730c8e2f952350bcae214a9781eb43ef4002c8314937db78461351741fc4c3aee7a1364582b1274991e95eb30006a5f2a7ef9

diff --git a/dev-cpp/indicators/indicators-2.2.ebuild 
b/dev-cpp/indicators/indicators-2.2.ebuild
new file mode 100644
index 0..5d23e2b88
--- /dev/null
+++ b/dev-cpp/indicators/indicators-2.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Activity indicators for modern C++"
+HOMEPAGE="https://github.com/p-ranav/indicators;
+SRC_URI="https://github.com/p-ranav/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+src_install() {
+   cmake_src_install
+   rm -r "${ED}"/usr/share/licenses || die
+
+   docompress -x /usr/share/doc/${PF}/samples
+   use examples && dodoc -r demo samples
+}

diff --git a/dev-cpp/indicators/metadata.xml b/dev-cpp/indicators/metadata.xml
new file mode 100644
index 0..e4abb6a2f
--- /dev/null
+++ b/dev-cpp/indicators/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   p-ranav/indicators
+   https://github.com/p-ranav/indicators/issues
+   
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+



  1   2   3   4   5   >