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

2021-09-02 Thread Joonas Niilola
commit: 343928e5a290c05950fa4ad1b45a7ed65b3eb5a3
Author: Jaco Kroon  uls  co  za>
AuthorDate: Mon Aug 30 07:04:38 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Sep  3 05:33:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343928e5

x11-wm/evilwm: version 1.3.1.

This fixes the problems I've had with 1.1.1 and 1.2.* (the reasons I
didn't want to stable them, nor even submitted 1.2.*).

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Jaco Kroon  uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/22155
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-wm/evilwm/Manifest|  1 +
 x11-wm/evilwm/evilwm-1.3.1.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/x11-wm/evilwm/Manifest b/x11-wm/evilwm/Manifest
index 7d111378df2..f4c6e7c669c 100644
--- a/x11-wm/evilwm/Manifest
+++ b/x11-wm/evilwm/Manifest
@@ -1,2 +1,3 @@
 DIST evilwm-1.0.1.tar.gz 31468 BLAKE2B 
64ee8c0e429c4eefd908a700e727845f2de1e7531cdfb51133014c05cb350eb0bed02476f8a81155b5f70b6b164279ce220aa82d2e9ec8d017b54076a7158f6e
 SHA512 
f9a5abe13ce7ae9fa9a72962316dd7a847419f29a6ab7270315da5a71058c51bde620d34fa690f9de29838490e1da68efe72c6ef33745d69e3e026de98ed3938
 DIST evilwm-1.1.1.tar.gz 40150 BLAKE2B 
b595e9267fb7421bdcf1ce1c6f37559ab62e58beb11aa755bd21a141ad66387a7e95106231277caff84579bfd61183a554427319c7d85ec20716c69fc3cd0968
 SHA512 
a11af475f057bf18adef339f4772ff1291a25a19c86b7f18a4ce7821e70b039c256151232da6cca616ceea7d9242a60b055d654ce26e85384c6ba687ede7898d
+DIST evilwm-1.3.1.tar.gz 64824 BLAKE2B 
1145662c1907d27c39e55a4eddbc37c51a7b8d92dfa39b98c98eefdf419ebbee1bfc8889725ac38158f2b15e78e0d1a5a202584bc248cb93797c2ba05fbae5c2
 SHA512 
551ed96884792a6e607b0abb582bed68e583e7790773960a9f5ef6d974a7695752b4f2286d1549c2ca2d8f99b6401deb4e6da11e56bf6ce1fcf828370b072d75

diff --git a/x11-wm/evilwm/evilwm-1.3.1.ebuild 
b/x11-wm/evilwm/evilwm-1.3.1.ebuild
new file mode 100644
index 000..849578958ea
--- /dev/null
+++ b/x11-wm/evilwm/evilwm-1.3.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit desktop toolchain-funcs
+
+DESCRIPTION="A minimalist, no frills window manager for X"
+HOMEPAGE="http://www.6809.org.uk/evilwm/;
+SRC_URI="http://www.6809.org.uk/evilwm/${P}.tar.gz;
+
+LICENSE="MIT 9wm"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc64-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libXext
+   x11-libs/libXrandr
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_prepare() {
+   default
+   sed -e 's/^#define DEF_FONT.*/#define DEF_FONT "fixed"/' \
+   -i evilwm.h || die "sed font failed"
+   sed -e '/Encoding/d' -i ${PN}.desktop || die
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" INSTALL_STRIP="" install
+
+   einstalldocs
+
+   echo -e "#!${EPREFIX}/bin/sh\nexec \"${EPREFIX}/usr/bin/${PN}\"" > 
"${T}/${PN}" || die
+   exeinto /etc/X11/Sessions
+   doexe "${T}/${PN}"
+
+   insinto /usr/share/xsessions
+   doins "${FILESDIR}/${PN}.desktop"
+   domenu "${FILESDIR}"/evilwm.desktop
+}



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

2021-09-02 Thread Joonas Niilola
commit: 80808951eac6910f1e4ae5e8dcbaf5502d604807
Author: Hans Fredrik Nordhaug  gmail  com>
AuthorDate: Wed Sep  1 07:14:10 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Sep  3 05:10:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80808951

app-editors/featherpad: Bump to 1.0.0

This is really a minor / patch update. From changelog:

Bumped the version to 1.0.0 (some users may have mistaken
"0.X.Y" for "unstable").

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans Fredrik Nordhaug  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22175
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/featherpad/Manifest|  1 +
 app-editors/featherpad/featherpad-1.0.0.ebuild | 37 ++
 app-editors/featherpad/metadata.xml|  6 +
 3 files changed, 44 insertions(+)

diff --git a/app-editors/featherpad/Manifest b/app-editors/featherpad/Manifest
index 78475bb25f5..4c762231909 100644
--- a/app-editors/featherpad/Manifest
+++ b/app-editors/featherpad/Manifest
@@ -1 +1,2 @@
 DIST featherpad-0.18.0.tar.gz 967643 BLAKE2B 
a8a84fa71232bdd9448ec4a9c921f8f452212dfb52ec518c3f340e9b600858a9cfca2d7729a0f58c9d1465b77bd28c836de78026c58ff94297de704e7bf670d8
 SHA512 
3e0d008792dd55bc5e57654f9b032f0a66a60c682499c684cfc3b182fdc57a654bb5fb195b458af66ddd8db929b31e7bfa789bd9bdf33d32454fbbcb090bcd91
+DIST featherpad-1.0.0.tar.gz 1010200 BLAKE2B 
22a11a0655ed57f7a7d53949e59c3b989a304b7c3db1f7308af0a52cc00a151cee505b02c19ece286da1be37e76c8874cee4102db3d881ef2c4ad48ecbb2f20a
 SHA512 
9f7e24fa5e89e269693bc0a37f79d987e4914dde2d2b46bd0385886383dab8b35556fbc0f5c5b7b9a2c3a41694174ffa8532c48def87d2972fbc73c1e9c38bf3

diff --git a/app-editors/featherpad/featherpad-1.0.0.ebuild 
b/app-editors/featherpad/featherpad-1.0.0.ebuild
new file mode 100644
index 000..dc209562867
--- /dev/null
+++ b/app-editors/featherpad/featherpad-1.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg cmake
+
+DESCRIPTION="Lightweight Qt5 Plain-Text Editor for Linux"
+HOMEPAGE="https://github.com/tsujan/FeatherPad;
+SRC_URI="https://github.com/tsujan/FeatherPad/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/FeatherPad-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+X"
+
+RDEPEND="app-text/hunspell:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   X? (
+   dev-qt/qtx11extras:5
+   x11-libs/libX11
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITHOUT_X11=$(usex !X)
+   )
+   cmake_src_configure
+}

diff --git a/app-editors/featherpad/metadata.xml 
b/app-editors/featherpad/metadata.xml
index 3fd6253bfc0..d4dadaaf9ad 100644
--- a/app-editors/featherpad/metadata.xml
+++ b/app-editors/featherpad/metadata.xml
@@ -14,6 +14,12 @@
plain-text editor for Linux. It is independent of any desktop
environment.

+   
+   
+   Link application against X11 libraries which adds
+   support for virtual desktop awareness and tab DND.
+   
+   

tsujan/FeatherPad




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

2021-09-02 Thread Joonas Niilola
commit: 7482a9a71c0ae105c26ace67c2f22be5c50cb0fa
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Sep  3 04:57:38 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Sep  3 04:57:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7482a9a7

app-editors/kakoune: remove empty RDEPEND="${DEPEND}"

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

 app-editors/kakoune/kakoune-2021.08.28.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-editors/kakoune/kakoune-2021.08.28.ebuild 
b/app-editors/kakoune/kakoune-2021.08.28.ebuild
index 9e9e650aa32..f44978e9973 100644
--- a/app-editors/kakoune/kakoune-2021.08.28.ebuild
+++ b/app-editors/kakoune/kakoune-2021.08.28.ebuild
@@ -13,8 +13,6 @@ LICENSE="Unlicense"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 PATCHES=(



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

2021-09-02 Thread Joonas Niilola
commit: a65151c85de2a90be215dd2e02aba7211dcd3f60
Author: Ian Hixson  sdf  org>
AuthorDate: Thu Sep  2 21:12:56 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Sep  3 04:57:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65151c8

app-editors/kakoune: Drop old version

Signed-off-by: Ian Hixson  sdf.org>
Closes: https://github.com/gentoo/gentoo/pull/22198
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/kakoune/Manifest   |  1 -
 ...2020.09.01-enable-ebuild-syntax-highlight.patch | 10 -
 .../kakoune/files/kakoune-2020.09.01-gcc-11.patch  | 11 -
 app-editors/kakoune/kakoune-2020.09.01.ebuild  | 47 --
 4 files changed, 69 deletions(-)

diff --git a/app-editors/kakoune/Manifest b/app-editors/kakoune/Manifest
index e8101de9fa3..0e6d7aafad9 100644
--- a/app-editors/kakoune/Manifest
+++ b/app-editors/kakoune/Manifest
@@ -1,2 +1 @@
-DIST kakoune-2020.09.01.tar.gz 612970 BLAKE2B 
64084c2a4ff1ccf348caad8db04df9425828378bda28d163ffa6d198b3bd80d6d078ac0095dfc5adbae505e4d4259cd86185718a8012740417056db531ea72ec
 SHA512 
acd9edd6b2a68219a4b5f68aaf4d785aa8c430abfdf5ccc994764f5ece8acb655adf64334027525115d3cbe819591de8496c3e54e2d806ce40c494443789e126
 DIST kakoune-2021.08.28.tar.gz 654429 BLAKE2B 
8cf769d2dea74fd8bab8261e4d79276af089d73753052fdd3776bff0adc72bc20c43f840350076e675c633de2175ad83960fa2ccf85fc852c7c81bd4888ced2b
 SHA512 
1f4f0648959e94e45eb00f2398aa6897595457ef3ee4d1c6e18d494f3e68f8d3a0c4d0dbed88b6588fda61137a060c648ff635972731c0f29faef4cdc03c829f

diff --git 
a/app-editors/kakoune/files/kakoune-2020.09.01-enable-ebuild-syntax-highlight.patch
 
b/app-editors/kakoune/files/kakoune-2020.09.01-enable-ebuild-syntax-highlight.patch
deleted file mode 100644
index d7b9083a428..000
--- 
a/app-editors/kakoune/files/kakoune-2020.09.01-enable-ebuild-syntax-highlight.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/rc/filetype/gentoo-linux.kak b/rc/filetype/gentoo-linux.kak
-new file mode 100644
-index ..251dad16
 /dev/null
-+++ b/rc/filetype/gentoo-linux.kak
-@@ -0,0 +1,4 @@
-+# portage ebuild file
-+hook global BufCreate .*\.ebuild %{
-+set-option buffer filetype sh
-+}

diff --git a/app-editors/kakoune/files/kakoune-2020.09.01-gcc-11.patch 
b/app-editors/kakoune/files/kakoune-2020.09.01-gcc-11.patch
deleted file mode 100644
index d558c49347c..000
--- a/app-editors/kakoune/files/kakoune-2020.09.01-gcc-11.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-https://bugs.gentoo.org/787029
 a/src/regex_impl.cc
-+++ b/src/regex_impl.cc
-@@ -12,6 +12,7 @@
- 
- #include 
- #include 
-+#include 
- 
- namespace Kakoune
- {

diff --git a/app-editors/kakoune/kakoune-2020.09.01.ebuild 
b/app-editors/kakoune/kakoune-2020.09.01.ebuild
deleted file mode 100644
index bf078a51afe..000
--- a/app-editors/kakoune/kakoune-2020.09.01.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Modal editor inspired by vim"
-HOMEPAGE="http://kakoune.org/ https://github.com/mawww/kakoune;
-SRC_URI="https://github.com/mawww/kakoune/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-DEPEND="sys-libs/ncurses:=[unicode(+)]"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2020.09.01-enable-ebuild-syntax-highlight.patch
-   "${FILESDIR}"/${PN}-2020.09.01-gcc-11.patch
-)
-
-src_prepare() {
-   sed -i '/CXXFLAGS += -O3/d' src/Makefile || die
-   default
-}
-
-src_configure() {
-   tc-export CXX
-}
-
-src_compile() {
-   emake -C src all
-}
-
-src_test() {
-   emake -C src test
-}
-
-src_install() {
-   emake PREFIX="${D}"/usr docdir="${ED}/usr/share/doc/${PF}" install
-
-   rm "${ED}/usr/share/man/man1/kak.1.gz" || die
-   doman doc/kak.1
-}



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

2021-09-02 Thread Joonas Niilola
commit: e70905c2d470f35868250ef3644d01c6fe6279c8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Sep  3 05:11:04 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Sep  3 05:11:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70905c2

app-editors/featherpad: drop . from USE flag description

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

 app-editors/featherpad/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/featherpad/metadata.xml 
b/app-editors/featherpad/metadata.xml
index d4dadaaf9ad..864931c6240 100644
--- a/app-editors/featherpad/metadata.xml
+++ b/app-editors/featherpad/metadata.xml
@@ -17,7 +17,7 @@


Link application against X11 libraries which adds
-   support for virtual desktop awareness and tab DND.
+   support for virtual desktop awareness and tab DND






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

2021-09-02 Thread Joonas Niilola
commit: 47eb2099bed4b561f99c668736717bf06d396472
Author: Ian Hixson  sdf  org>
AuthorDate: Thu Sep  2 21:10:52 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Sep  3 04:57:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47eb2099

app-editors/kakoune: Bump to 2021.08.28

Signed-off-by: Ian Hixson  sdf.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/kakoune/Manifest   |  1 +
 .../kakoune-2021.08.28-php-filetype-fix.patch  | 13 ++
 app-editors/kakoune/kakoune-2021.08.28.ebuild  | 46 ++
 3 files changed, 60 insertions(+)

diff --git a/app-editors/kakoune/Manifest b/app-editors/kakoune/Manifest
index fae8bafcada..e8101de9fa3 100644
--- a/app-editors/kakoune/Manifest
+++ b/app-editors/kakoune/Manifest
@@ -1 +1,2 @@
 DIST kakoune-2020.09.01.tar.gz 612970 BLAKE2B 
64084c2a4ff1ccf348caad8db04df9425828378bda28d163ffa6d198b3bd80d6d078ac0095dfc5adbae505e4d4259cd86185718a8012740417056db531ea72ec
 SHA512 
acd9edd6b2a68219a4b5f68aaf4d785aa8c430abfdf5ccc994764f5ece8acb655adf64334027525115d3cbe819591de8496c3e54e2d806ce40c494443789e126
+DIST kakoune-2021.08.28.tar.gz 654429 BLAKE2B 
8cf769d2dea74fd8bab8261e4d79276af089d73753052fdd3776bff0adc72bc20c43f840350076e675c633de2175ad83960fa2ccf85fc852c7c81bd4888ced2b
 SHA512 
1f4f0648959e94e45eb00f2398aa6897595457ef3ee4d1c6e18d494f3e68f8d3a0c4d0dbed88b6588fda61137a060c648ff635972731c0f29faef4cdc03c829f

diff --git 
a/app-editors/kakoune/files/kakoune-2021.08.28-php-filetype-fix.patch 
b/app-editors/kakoune/files/kakoune-2021.08.28-php-filetype-fix.patch
new file mode 100644
index 000..b4a7cc439f3
--- /dev/null
+++ b/app-editors/kakoune/files/kakoune-2021.08.28-php-filetype-fix.patch
@@ -0,0 +1,13 @@
+diff --git a/rc/filetype/php.kak b/rc/filetype/php.kak
+index be03de9e..97bdbfe3 100644
+--- a/rc/filetype/php.kak
 b/rc/filetype/php.kak
+@@ -85,7 +85,7 @@ define-command -hidden php-indent-on-char %<
+ define-command -hidden php-insert-on-new-line %<
+ evaluate-commands -draft -itersel %<
+ # copy // comments or docblock * prefix and following white spaces
+-try %{ execute-keys -draft s [^/]  k  s 
^\h*\K(?://|[*][^/])\h*  y gh j P
++try %{ execute-keys -draft s [^/]  k  s 
^\h*\K(?://|[*][^/])\h*  y gh j P }
+ # append " * " on lines starting a multiline /** or /* comment
+ try %{ execute-keys -draft k  s ^\h*/[*][* ]?  j gi i 
* }
+ >

diff --git a/app-editors/kakoune/kakoune-2021.08.28.ebuild 
b/app-editors/kakoune/kakoune-2021.08.28.ebuild
new file mode 100644
index 000..9e9e650aa32
--- /dev/null
+++ b/app-editors/kakoune/kakoune-2021.08.28.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Modal editor inspired by vim"
+HOMEPAGE="http://kakoune.org/ https://github.com/mawww/kakoune;
+SRC_URI="https://github.com/mawww/kakoune/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-php-filetype-fix.patch
+)
+
+src_prepare() {
+   sed -i '/CXXFLAGS += -O3/d' src/Makefile || die
+   default
+}
+
+src_configure() {
+   tc-export CXX
+}
+
+src_compile() {
+   emake -C src all
+}
+
+src_test() {
+   emake -C src test
+}
+
+src_install() {
+   emake PREFIX="${D}"/usr docdir="${ED}/usr/share/doc/${PF}" install
+
+   rm "${ED}/usr/share/man/man1/kak.1.gz" || die
+   doman doc/kak.1
+}



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

2021-09-02 Thread Joonas Niilola
commit: 818711665675eea9aef60e29898c34c88f5d05d8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Sep  3 04:50:31 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Sep  3 04:51:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81871166

sys-kernel/pf-sources: add 5.14-pf1

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

 sys-kernel/pf-sources/Manifest  |  5 ++
 sys-kernel/pf-sources/pf-sources-5.14_p1.ebuild | 71 +
 2 files changed, 76 insertions(+)

diff --git a/sys-kernel/pf-sources/Manifest b/sys-kernel/pf-sources/Manifest
index 2a52a9c1399..c2a383e6759 100644
--- a/sys-kernel/pf-sources/Manifest
+++ b/sys-kernel/pf-sources/Manifest
@@ -10,9 +10,12 @@ DIST genpatches-5.12-1.base.tar.xz 3440 BLAKE2B 
642d0cf2382de42feb6b5942f6449000
 DIST genpatches-5.12-1.extras.tar.xz 1772 BLAKE2B 
3de99462690e77f87a30d211f7fc14937b41123739c28b1aeea2935383766685a5befa631cfc19afe583db9ca0aafa2ce4140a327707161e73ab14135e837432
 SHA512 
67c1d650540e50079264e66ce072e546f9001f776188760f794514f6edf78b85e115710b031573bd6cdd53aa599fa9afb743272dac19817a83df5f97354fef3c
 DIST genpatches-5.13-1.base.tar.xz 3840 BLAKE2B 
5843b75d53225fb5f3ad278a69884c70d3eda165faeec7895dac661d035324c69fb32ec4ca729a025bc8e73b81a17f085f60294b621a646dcdf8bb389fc37e41
 SHA512 
62f49080e44895da1ecf0dd4d88dbcf3fc1f6b227c09aebf7b4acd407655e0a7627cfaf870b26ec5ab508ab2e9ce36e86ca92bceb19566c8e4a2c509a7c459af
 DIST genpatches-5.13-1.extras.tar.xz 3412 BLAKE2B 
a93dc7964a3b26817e6a561b314e93958d887a08a519a8a8b1bf2e4bb78790ed03a217a54cb6d9b2af6f7a2f4e78f8a0fbebe2aac0c34c1c9b0ed884db37
 SHA512 
f4470e1f4d72ef0d54b6b0bd6c427f722ffac8de9e8b0a29b69e032ce71d9c18ae447fa855bf4e9e45cd2084f0b7837d0514aebfd18f6a04a7a88a191e966435
+DIST genpatches-5.14-1.base.tar.xz 3920 BLAKE2B 
2311aecf34c5c7854822b75517933c4572f67ae1d139d3f67ed7c9d15afecbfa34f1ade1ca53ab89deaf12bb852eb3162ff653236c777b5b5a5cc85110c1652f
 SHA512 
cad0a1e132185feb2635bd953a2517959490d326e945cf2c80e31ef320e4dd38c2455c1c0a999181b258672e103dbbef808ad1f59df2ffb2b9005c25f9dd29b6
+DIST genpatches-5.14-1.extras.tar.xz 3852 BLAKE2B 
87ebdc80e85c112fa8e7cc16d8ab3738f08faf558aa691f5429845910fd7cedba1d49976d6ba4652d328ea74aa7da9618a8bf6532ab2947477e27d5c1a6a6b33
 SHA512 
2d72f170d444ce1098f1f8e7522de8c34ce7d89997fce4590d553ca2be90663c9abaf0e353d99bd704a53e9edc82c69309458c458e1b07cf83805c69ec8918ad
 DIST linux-5.11.tar.xz 117619104 BLAKE2B 
81300c27bd5476387a83123aaeb4163c73eb61e9245806c23660cb5e6a4fa88ffc9def027031335fa0270fc4080506cd415990014364e3a98b9d2e8c58a29524
 SHA512 
a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330
 DIST linux-5.12.tar.xz 118112412 BLAKE2B 
842d921b9a73d2aaade763dbd2ec67bdfe0275baa6d628b775f5c87574ad7dc86f0419afcd48c10c1235f4bffa16084243f2cf4556e6afcd391e975fe8ba530b
 SHA512 
be03b6fee1d1ea8087b09874d27c0a602c0b04fd90ad38b975bd2c8455a07e83c29b56814aaf1389e82305fae0e4c2d1701075a7f0a7295dd28149f967ec5b3d
 DIST linux-5.13.tar.xz 119297284 BLAKE2B 
9c4c12e2394dec064adff51f7ccdf389192eb27ba7906db5eda543afe3d04afca6b9ea0848a057571bf2534eeb98e1e3a67734deff82c0d3731be205ad995668
 SHA512 
a8edf97e9d38a49f1be2bde1e29ad96274bb2c6f7e8a2bebaa1161dd4df9cabcbaec4ff644c45bee94f86ae47725087d6deed0cd954209cec717621d137db85e
+DIST linux-5.14.tar.xz 120669872 BLAKE2B 
0047f5aaa3940dff97f4055ef544faafbbb5282128e6afe21d2f47d8dc8c395806a17016febfa050117d16f59e74b882cb8b9c5011d68f119c230d0a4d120524
 SHA512 
8e4f3ec3d36f774280f75dc7b004a43e09417af58f12e9c9f8348976659d4cfda7ad905f306f43fed66a27922e5c45db22e46bbfa7a0b9f365012380de3b6f64
 DIST pf-sources-5.11_p8.patch 5688583 BLAKE2B 
5d845677efd1d6ac95282d24223c7aa26d33ea74670b37184fda20dded42b5de1c4b4fd06f29afb12c8fd3372feb208b7d655c1dba3b60cfd1f4dc5cecfe5116
 SHA512 
62105aa308543ae5bb2e79be77dd77f3d4d3430669423c6e9e528acb114edf3b3a3cdcc2371ea566a6a51dbc16ebfba64187dabf485a96dea7c0127162173675
 DIST pf-sources-5.12_p6.patch 5790826 BLAKE2B 
286f6311197cb12613e9a082896c08107153998dfc667f813212750e52c2cd5278e7e456b8658810442cb08c8559366b8d230a75a9db293f72f8a0db27285afd
 SHA512 
ad8caafef8e9566ff9bf919dd7c4d8396f7ec8ea61e27b03451b24c2c007cf888de5f9dec9b9a4f3021c956d4cf4827af32db6a187c57248e6098e5574d48b5c
 DIST pf-sources-5.13_p2.patch 2756507 BLAKE2B 
8602f98e8fc857621418513956ed9103404d4e690420f3631c9c63ce4939a4cbdd4c05ddcc0c43c9db82369337e220c9bded31055b567f138249bf3e089eea95
 SHA512 
2b18e4b7d408b1cdb0c857e2bab71fbc9b20cc7616608f6056940ecb1318192539abfaf1147e663b7285085fee4d7c9117fe5a33e0db7ce0ef6e76ee27757169
@@ -20,6 +23,8 @@ DIST pf-sources-5.13_p3.patch 5055786 BLAKE2B 
c19d0d447bdd6c8204a0c61a84592ee0d6
 DIST pf-sources-5.13_p4.patch 5640578 BLAKE2B 
fb3cbecbe1d6498e5fc6bab28ff7b7588733d377228dbff496bb31a3efe5063cce9410cf6077a7672986d747cc05c807078718420a200416bbb6bb0f0609251f
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: games-util/xpadneo/

2021-09-02 Thread Ionen Wolkens
commit: eba59040332daba0702ac4912caa8d817a614e00
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Sep  3 04:34:18 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Sep  3 04:39:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba59040

games-util/xpadneo: drop linux-info, note about toolchain-funcs

If new @PROVIDES makes InheritsCheck more widespread/default,
toolchain-funcs will likely have (more) people confused and think
it needs to be removed, so adding a short note.

BUILD_PARAMS is evaluated and as much as possible want to avoid
expanding variables pre-eval, this confuses pkgcheck into thinking
$(tc-getLD) is not in the ebuild with single quotes. May eventually
change approach to fix LD issues, but for now.

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-util/xpadneo/xpadneo-0.9.1.ebuild | 3 ++-
 games-util/xpadneo/xpadneo-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-util/xpadneo/xpadneo-0.9.1.ebuild 
b/games-util/xpadneo/xpadneo-0.9.1.ebuild
index f97c7ef760e..828d24913b9 100644
--- a/games-util/xpadneo/xpadneo-0.9.1.ebuild
+++ b/games-util/xpadneo/xpadneo-0.9.1.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-inherit linux-info linux-mod toolchain-funcs udev
+# pkgcheck note: toolchain-funcs is not unused
+inherit linux-mod toolchain-funcs udev
 
 if [[ ${PV} ==  ]]; then
inherit git-r3

diff --git a/games-util/xpadneo/xpadneo-.ebuild 
b/games-util/xpadneo/xpadneo-.ebuild
index 3e4b4f05d40..5927d40b027 100644
--- a/games-util/xpadneo/xpadneo-.ebuild
+++ b/games-util/xpadneo/xpadneo-.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-inherit linux-info linux-mod toolchain-funcs udev
+# pkgcheck note: toolchain-funcs is not unused
+inherit linux-mod toolchain-funcs udev
 
 if [[ ${PV} ==  ]]; then
inherit git-r3



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

2021-09-02 Thread William Hubbs
commit: 3248793477073c375fcfa817f399381e27e2c708
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Sep  3 04:28:30 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep  3 04:28:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32487934

app-admin/cronlocker: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 app-admin/cronlocker/Manifest  |  1 -
 .../cronlocker/cronlocker-0.4.0_p20180710.ebuild   | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-admin/cronlocker/Manifest b/app-admin/cronlocker/Manifest
index 5329a4e3e80..f46e8c52767 100644
--- a/app-admin/cronlocker/Manifest
+++ b/app-admin/cronlocker/Manifest
@@ -1,2 +1 @@
-DIST cronlocker-0.4.0_p20180710.tar.gz 60256 BLAKE2B 
62adf6a935e13d97de9776f40a9349f7b3f1758c9d90c11f66759b87d3d8d9dc20a78ecfe0aa7849319be3c8c557dae3d9cc04c87bc6226af5842c72efac0611
 SHA512 
fc73b572da4fe485f9ba13340b946db40d7e0224643b5fe0b8f56b24560ce4bc32d0a42e3e0e33b979d3aec2910e96ff847249181e7b69776174e2f28d67797c
 DIST cronlocker-0.5.0.tar.gz 937557 BLAKE2B 
ef34fd58e6df60cf2f216ea03dd40b139a60e36ae5a0ee6184e4eb8c1134c6afbbf8c83a8547c5d5b1387597df241c2579b047c720146dd259bb9eda80e1deab
 SHA512 
821c26fd2972bbb8d850a39348872e18b24ec9d68a90d0b3cce0848bd85d3542253260a4bb5bae3a89fe269b3c35151b829dbda5cacf9c7ab44a14a3c0a9

diff --git a/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild 
b/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild
deleted file mode 100644
index 0c226b78bbd..000
--- a/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-EGO_PN=github.com/Barzahlen/cronlocker
-HASH=c0ac605
-inherit golang-vcs-snapshot
-
-DESCRIPTION="synchronize a cron job across multiple hosts using the consul 
lock feature"
-HOMEPAGE="https://github.com/Barzahlen/cronlocker;
-SRC_URI="https://github.com/Barzahlen/${PN}/archive/${HASH}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
-   pushd src/${EGO_PN} || die
-   GOPATH="${S}" emake cronlocker
-}
-
-src_install() {
-   pushd src/${EGO_PN}
-   dobin cronlocker
-   dodoc *.md package/changelog
-}



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

2021-09-02 Thread William Hubbs
commit: 34f0deb97c4daa072f0e58345598874c729d3285
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Sep  3 04:28:29 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep  3 04:28:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f0deb9

app-admin/cronlocker: 0.5.0 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 app-admin/cronlocker/Manifest|  1 +
 app-admin/cronlocker/cronlocker-0.5.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-admin/cronlocker/Manifest b/app-admin/cronlocker/Manifest
index 89950da9936..5329a4e3e80 100644
--- a/app-admin/cronlocker/Manifest
+++ b/app-admin/cronlocker/Manifest
@@ -1 +1,2 @@
 DIST cronlocker-0.4.0_p20180710.tar.gz 60256 BLAKE2B 
62adf6a935e13d97de9776f40a9349f7b3f1758c9d90c11f66759b87d3d8d9dc20a78ecfe0aa7849319be3c8c557dae3d9cc04c87bc6226af5842c72efac0611
 SHA512 
fc73b572da4fe485f9ba13340b946db40d7e0224643b5fe0b8f56b24560ce4bc32d0a42e3e0e33b979d3aec2910e96ff847249181e7b69776174e2f28d67797c
+DIST cronlocker-0.5.0.tar.gz 937557 BLAKE2B 
ef34fd58e6df60cf2f216ea03dd40b139a60e36ae5a0ee6184e4eb8c1134c6afbbf8c83a8547c5d5b1387597df241c2579b047c720146dd259bb9eda80e1deab
 SHA512 
821c26fd2972bbb8d850a39348872e18b24ec9d68a90d0b3cce0848bd85d3542253260a4bb5bae3a89fe269b3c35151b829dbda5cacf9c7ab44a14a3c0a9

diff --git a/app-admin/cronlocker/cronlocker-0.5.0.ebuild 
b/app-admin/cronlocker/cronlocker-0.5.0.ebuild
new file mode 100644
index 000..711bc7413ca
--- /dev/null
+++ b/app-admin/cronlocker/cronlocker-0.5.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="synchronize a cron job across multiple hosts using the consul 
lock feature"
+HOMEPAGE="https://github.com/Barzahlen/cronlocker;
+SRC_URI="https://github.com/Barzahlen/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+   go build -o cronlocker . || die
+}
+
+src_install() {
+   dobin cronlocker
+   dodoc *.md package/changelog
+}



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

2021-09-02 Thread Davide Pesavento
commit: e07d2b85cc03372aa875167cc3b4c2aeb09d02a6
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Sep  3 04:02:44 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Sep  3 04:02:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07d2b85

dev-python/PyQt5: drop 5.15.2

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

 dev-python/PyQt5/Manifest|   1 -
 dev-python/PyQt5/PyQt5-5.15.2.ebuild | 190 ---
 dev-python/PyQt5/metadata.xml|   2 -
 3 files changed, 193 deletions(-)

diff --git a/dev-python/PyQt5/Manifest b/dev-python/PyQt5/Manifest
index 8137bd13116..82a985d16fd 100644
--- a/dev-python/PyQt5/Manifest
+++ b/dev-python/PyQt5/Manifest
@@ -1,3 +1,2 @@
-DIST PyQt5-5.15.2.tar.gz 3265445 BLAKE2B 
7712d68aa54cf9e6836863d7aa645151254d79621e115ed314ba63c371d5e24577a0392311b31a73e45af45baa29eca1d7e9a03874beac1fbf043fa703af69f9
 SHA512 
6d48d2ed907b436131d46b0513d82e1069c76e873d395e4a6c0832ae3a20621b92d3abece046c5fcd14cb818d50ffb369153fca1ce9341f0db1b8c479b94e621
 DIST PyQt5-5.15.4.tar.gz 3258085 BLAKE2B 
96bda4da1321e499707d29d9870693815170ccc32e2e0d7bb3c6977ea2933f9684557124deb92abbf92b923e0071cf47ee4822f6cb5d06fdc61b498efc44db4c
 SHA512 
6d19f549a71eb8df8ba8407398ccd6e3d339436f4f2e7c5dca6885849d6ce510c4f4dea3c97257685aa462bb09a2ead33d80234ccb934f9b1a40285dbec631c7
 DIST PyQt5-5.15.5.dev2107091435.tar.gz 3264477 BLAKE2B 
8289bcce9ebef9b8c289992d508ee1d365c86a127b03e175bb14382ad72150aea396d8358d560ce62b9ff33f3b54f3ebb0bbad8ab26a23edc73217c8325d9853
 SHA512 
5baf434f57c72a0e01753c69f8b40bc37321441efb652e002e3fff330edb8b7b318af3803fc8702897545763a952f99b68a0043a08e364e6fc1feb1e5d8520f5

diff --git a/dev-python/PyQt5/PyQt5-5.15.2.ebuild 
b/dev-python/PyQt5/PyQt5-5.15.2.ebuild
deleted file mode 100644
index 69434bfb614..000
--- a/dev-python/PyQt5/PyQt5-5.15.2.ebuild
+++ /dev/null
@@ -1,190 +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} )
-inherit multibuild python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for the Qt framework"
-HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro;
-
-MY_P=${PN}-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
-
-# TODO: QtNfc, QtQuick3D, QtRemoteObjects, QtTextToSpeech
-IUSE="bluetooth dbus debug declarative designer examples gles2-only gui help 
location
-   multimedia network networkauth opengl positioning printsupport sensors 
serialport
-   sql +ssl svg testlib webchannel webkit websockets widgets x11extras 
xmlpatterns"
-
-# The requirements below were extracted from configure.py
-# and from the output of 'grep -r "%Import " "${S}"/sip'
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   bluetooth? ( gui )
-   declarative? ( gui network )
-   designer? ( widgets )
-   help? ( gui widgets )
-   location? ( positioning )
-   multimedia? ( gui network )
-   networkauth? ( network )
-   opengl? ( gui widgets )
-   positioning? ( gui )
-   printsupport? ( gui widgets )
-   sensors? ( gui )
-   serialport? ( gui )
-   sql? ( widgets )
-   svg? ( gui widgets )
-   testlib? ( widgets )
-   webchannel? ( network )
-   webkit? ( gui network printsupport widgets )
-   websockets? ( network )
-   widgets? ( gui )
-   xmlpatterns? ( network )
-"
-
-# Minimal supported version of Qt.
-QT_PV="5.15:5"
-
-RDEPEND="${PYTHON_DEPS}
-   >=dev-python/PyQt5-sip-4.19.23:=[${PYTHON_USEDEP}]
-   >=dev-qt/qtcore-${QT_PV}
-   >=dev-qt/qtxml-${QT_PV}
-   bluetooth? ( >=dev-qt/qtbluetooth-${QT_PV} )
-   dbus? (
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-qt/qtdbus-${QT_PV}
-   )
-   declarative? ( >=dev-qt/qtdeclarative-${QT_PV}[widgets?] )
-   designer? ( >=dev-qt/designer-${QT_PV} )
-   gui? ( >=dev-qt/qtgui-${QT_PV}[gles2-only=] )
-   help? ( >=dev-qt/qthelp-${QT_PV} )
-   location? ( >=dev-qt/qtlocation-${QT_PV} )
-   multimedia? ( >=dev-qt/qtmultimedia-${QT_PV}[widgets?] )
-   network? ( >=dev-qt/qtnetwork-${QT_PV}[ssl=] )
-   networkauth? ( >=dev-qt/qtnetworkauth-${QT_PV} )
-   opengl? ( >=dev-qt/qtopengl-${QT_PV} )
-   positioning? ( >=dev-qt/qtpositioning-${QT_PV} )
-   printsupport? ( >=dev-qt/qtprintsupport-${QT_PV} )
-   sensors? ( >=dev-qt/qtsensors-${QT_PV} )
-   serialport? ( >=dev-qt/qtserialport-${QT_PV} )
-   sql? ( >=dev-qt/qtsql-${QT_PV} )
-   svg? ( >=dev-qt/qtsvg-${QT_PV} )
-   testlib? ( >=dev-qt/qttest-${QT_PV} )
-   webchannel? ( >=dev-qt/qtwebchannel-${QT_PV} )
-   

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

2021-09-02 Thread Davide Pesavento
commit: c50cdf2a630c7a3415aa2056cdc3d09b3b50bd70
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Sep  3 03:49:53 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Sep  3 03:49:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50cdf2a

dev-python/PyQt5-sip: drop 4.19.25

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

 dev-python/PyQt5-sip/Manifest |  1 -
 dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild | 90 ---
 2 files changed, 91 deletions(-)

diff --git a/dev-python/PyQt5-sip/Manifest b/dev-python/PyQt5-sip/Manifest
index d73189a9f51..ac479caad27 100644
--- a/dev-python/PyQt5-sip/Manifest
+++ b/dev-python/PyQt5-sip/Manifest
@@ -1,2 +1 @@
 DIST PyQt5_sip-12.9.0.tar.gz 103007 BLAKE2B 
461973ce3563c27ce5a6e3a537cf9a8e53adc8ddde36ec1d2eb7abb986908151ece99ff8756f752d2c6e331a3e9b7b70813d35f8701cedd7f09e6edbcc435121
 SHA512 
ca6f3b18b64391fded88732a8109a04d85727bbddecdf126679b187c7f0487c3c1f69ada3e8c54051281a43c6f2de70390ac5ff18a1bed79994070ddde730c5f
-DIST sip-4.19.25.tar.gz 1056384 BLAKE2B 
f92e105e6b30e871aea2883dc9cd459e4032fb139a9eaff153a3412a66b39df4d7ac985711a2693aee83195ff3850ae648bee4102f7fc3cc30d09885799f2b98
 SHA512 
60fb4133c68869bf0993144978b4847d94a0f9c7b477f64a346ea133cfe35bc11820204ab327dcf9a929b6f65a26d16cc7efbce65e49967c3347b39376e57001

diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild 
b/dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild
deleted file mode 100644
index b939f27a34f..000
--- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-inherit python-r1 toolchain-funcs
-
-DESCRIPTION="sip extension module for PyQt5"
-HOMEPAGE="https://www.riverbankcomputing.com/software/sip/;
-
-MY_PN=sip
-MY_P=${MY_PN}-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-
-# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
-SLOT="0/12"
-LICENSE="|| ( GPL-2 GPL-3 SIP )"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   !

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

2021-09-02 Thread Davide Pesavento
commit: 423fac57385dabfaf7ceacf780de479e463293a1
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Sep  3 03:52:54 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Sep  3 03:52:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423fac57

dev-python/PyQtWebEngine: drop 5.15.2

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

 dev-python/PyQtWebEngine/Manifest  |  1 -
 .../PyQtWebEngine/PyQtWebEngine-5.15.2.ebuild  | 75 --
 2 files changed, 76 deletions(-)

diff --git a/dev-python/PyQtWebEngine/Manifest 
b/dev-python/PyQtWebEngine/Manifest
index 3c7ba7fdf37..788d8a3d02e 100644
--- a/dev-python/PyQtWebEngine/Manifest
+++ b/dev-python/PyQtWebEngine/Manifest
@@ -1,3 +1,2 @@
-DIST PyQtWebEngine-5.15.2.tar.gz 48608 BLAKE2B 
a03f77b0cde0d1031e8f1c4c6b5d13a342c28cf814ebaaf4a2cdb4608ce40cdd8163783932abc76cda583c0fed7191653b537598a9ab65f6509ef88008538e31
 SHA512 
7e6d95833b1a9e5bb5275eff01e1923419da35d13862fc4cbb231cbf950ed45e628bc7e161b0b6b66c718ee439a1a8e66dd754cee9adcdf69ab1b8ffab58901e
 DIST PyQtWebEngine-5.15.4.tar.gz 49022 BLAKE2B 
0ac0b3424f22aabbfd733f2a876e502f133c81f639fbd87a4c7509865635b29d4bd3596ccc151b0919a28eff0015913c4fae1a831dbe774fe2d2aeee732e469b
 SHA512 
25cf8578ffae8adbc1dd8d914921b4edf91f19fcf983c9c83c9c8934b4e918ba27bd34a6b9c8252773ec32e6f1f13a06f22cf7d7326a5aceaa91530ea4ee047e
 DIST PyQtWebEngine-5.15.5.dev2108100905.tar.gz 49043 BLAKE2B 
01b75db0d9fa973ccd0a85f9336e16b7c1fb2a303a0d004d247f91744dc642edb836597877fce6c4f038afa6f87ba066eeaca1e3d467bc15689dbe82e8a9809e
 SHA512 
1ea407832f062dc9b9a6c6312feb4c8f3553b55972e5a32c70c9d1c278918d32934791d60c022a56ab507b6215d5f78e1b4244b9fffa3256aad1f5f4afebd47a

diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.2.ebuild 
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.2.ebuild
deleted file mode 100644
index 3e2edbd1147..000
--- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.2.ebuild
+++ /dev/null
@@ -1,75 +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} )
-inherit python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QtWebEngine"
-HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/intro;
-
-MY_P=${PN}-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-IUSE="debug"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   
>=dev-python/PyQt5-5.14[gui,network,printsupport,ssl,webchannel,widgets,${PYTHON_USEDEP}]
-   >=dev-python/PyQt5-sip-4.19.22:=[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtwebengine:5[widgets]
-"
-DEPEND="${RDEPEND}
-   >=dev-python/sip-4.19.22[${PYTHON_USEDEP}]
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}"
-   "${S}"/configure.py
-   --qmake="$(qt5_get_bindir)"/qmake
-   $(usex debug '--debug --trace' '')
-   --verbose
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Fix parallel install failure
-   sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets install_pep484_stubs install_api' \
-   ${PN}.pro || die
-
-   # Run eqmake to respect toolchain and build flags
-   eqmake5 -recursive ${PN}.pro
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-
-   einstalldocs
-}



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

2021-09-02 Thread Sam James
commit: 2d5ab21c8e86e49a2efb1f9bc1c79dbc08020fc4
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5ab21c

dev-python/pyside2-tools: Stabilize 5.15.2 arm64, #799632

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

 dev-python/pyside2-tools/pyside2-tools-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyside2-tools/pyside2-tools-5.15.2.ebuild 
b/dev-python/pyside2-tools/pyside2-tools-5.15.2.ebuild
index 26e9befee28..3724a729dde 100644
--- a/dev-python/pyside2-tools/pyside2-tools-5.15.2.ebuild
+++ b/dev-python/pyside2-tools/pyside2-tools-5.15.2.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}/sources/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}



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

2021-09-02 Thread Sam James
commit: ca18e674062c5115666f7cba2fe46518247866c1
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca18e674

dev-python/QtPy: Stabilize 1.9.0-r5 arm64, #799632

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

 dev-python/QtPy/QtPy-1.9.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/QtPy/QtPy-1.9.0-r5.ebuild 
b/dev-python/QtPy/QtPy-1.9.0-r5.ebuild
index c4c03bc5f4c..7f17cc4ccec 100644
--- a/dev-python/QtPy/QtPy-1.9.0-r5.ebuild
+++ b/dev-python/QtPy/QtPy-1.9.0-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 _IUSE_QT_MODULES="
declarative designer gui help location multimedia network opengl



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

2021-09-02 Thread Sam James
commit: a20ee657e91e9177f32672f3089470eb0f9285bb
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20ee657

x11-misc/xvfb-run: Stabilize 1.20.10.3 arm64, #799632

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

 x11-misc/xvfb-run/xvfb-run-1.20.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xvfb-run/xvfb-run-1.20.10.3.ebuild 
b/x11-misc/xvfb-run/xvfb-run-1.20.10.3.ebuild
index d69d1d8e509..9685b09a4ae 100644
--- a/x11-misc/xvfb-run/xvfb-run-1.20.10.3.ebuild
+++ b/x11-misc/xvfb-run/xvfb-run-1.20.10.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}.diff.
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="dev-util/patchutils"



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

2021-09-02 Thread Sam James
commit: 08f2fb2975c6526aefc9cc7801fc60f3ff097b3f
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f2fb29

dev-python/shiboken2: Stabilize 5.15.2-r1 arm64, #799632

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

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

diff --git a/dev-python/shiboken2/shiboken2-5.15.2-r1.ebuild 
b/dev-python/shiboken2/shiboken2-5.15.2-r1.ebuild
index 18e1815df1d..662f2d9a55a 100644
--- a/dev-python/shiboken2/shiboken2-5.15.2-r1.ebuild
+++ b/dev-python/shiboken2/shiboken2-5.15.2-r1.ebuild
@@ -31,7 +31,7 @@ S="${WORKDIR}/${MY_P}/sources/shiboken2"
 # arbitrarily relicensed. (TODO)
 LICENSE="|| ( GPL-2 GPL-3+ LGPL-3 ) GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+docstrings numpy test vulkan"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2021-09-02 Thread Sam James
commit: aa563d7d878388fd25e36eb1c39a7d6362136eb1
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa563d7d

dev-python/pyside2: Stabilize 5.15.2-r1 arm64, #799632

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

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

diff --git a/dev-python/pyside2/pyside2-5.15.2-r1.ebuild 
b/dev-python/pyside2/pyside2-5.15.2-r1.ebuild
index b8d6dd28496..c314d5378af 100644
--- a/dev-python/pyside2/pyside2-5.15.2-r1.ebuild
+++ b/dev-python/pyside2/pyside2-5.15.2-r1.ebuild
@@ -34,7 +34,7 @@ S="${WORKDIR}/${MY_P}/sources/pyside2"
 # See "sources/pyside2/PySide2/licensecomment.txt" for licensing details.
 LICENSE="|| ( GPL-2 GPL-3+ LGPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="
3d charts concurrent datavis designer gles2-only +gui help location
multimedia +network positioning printsupport qml quick script 
scripttools



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

2021-09-02 Thread Sam James
commit: 5054e7157f7c5565883162941c7343f3adb39a38
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5054e715

dev-python/PyQtWebEngine: Stabilize 5.15.4 arm64, #799632

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

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

diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.4.ebuild 
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.4.ebuild
index fad00a88922..91ec0ba948d 100644
--- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.4.ebuild
+++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.4.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE="debug"
 
 REQUIRED_USE="



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

2021-09-02 Thread Sam James
commit: 903af3f4f5ac45e80dff33f8647281855e0ac1e0
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  2 21:14:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  2 23:52:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903af3f4

sys-process/criu: [QA] fix UnusedInherits

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

 sys-process/criu/criu-3.14-r2.ebuild | 4 ++--
 sys-process/criu/criu-3.15.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-process/criu/criu-3.14-r2.ebuild 
b/sys-process/criu/criu-3.14-r2.ebuild
index f37d6d72104..82a145ca725 100644
--- a/sys-process/criu/criu-3.14-r2.ebuild
+++ b/sys-process/criu/criu-3.14-r2.ebuild
@@ -1,11 +1,11 @@
-# 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} )
 
-inherit toolchain-funcs linux-info flag-o-matic python-r1
+inherit toolchain-funcs linux-info python-r1
 
 DESCRIPTION="utility to checkpoint/restore a process tree"
 HOMEPAGE="https://criu.org/;

diff --git a/sys-process/criu/criu-3.15.ebuild 
b/sys-process/criu/criu-3.15.ebuild
index 204e5a4facc..79c927987e0 100644
--- a/sys-process/criu/criu-3.15.ebuild
+++ b/sys-process/criu/criu-3.15.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit toolchain-funcs linux-info flag-o-matic python-r1
+inherit toolchain-funcs linux-info python-r1
 
 DESCRIPTION="utility to checkpoint/restore a process tree"
 HOMEPAGE="https://criu.org/;



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

2021-09-02 Thread Sam James
commit: b0303890e9b763dc28080a5560de09b00448520f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  2 21:16:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  2 23:52:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0303890

sys-power/apcupsd: [QA] fix UnusedInherits

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

 sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild 
b/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild
index 091aa54ab76..1f98fb5a8f7 100644
--- a/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit linux-info flag-o-matic systemd udev tmpfiles
+inherit linux-info systemd udev tmpfiles
 
 DESCRIPTION="APC UPS daemon with integrated tcp/ip remote shutdown"
 HOMEPAGE="http://www.apcupsd.org/;



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

2021-09-02 Thread Sam James
commit: 545f373eb046200afc4a44b1c9b89f3d3da2067c
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  2 21:10:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  2 23:52:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545f373e

sys-libs/readline: [QA] fix IndirectInherits

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

 sys-libs/readline/readline-8.1_p1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/readline/readline-8.1_p1-r1.ebuild 
b/sys-libs/readline/readline-8.1_p1-r1.ebuild
index 6d42ede604a..89f31e17eb1 100644
--- a/sys-libs/readline/readline-8.1_p1-r1.ebuild
+++ b/sys-libs/readline/readline-8.1_p1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic multilib-minimal preserve-libs toolchain-funcs 
usr-ldscript
+inherit flag-o-matic multilib multilib-minimal preserve-libs toolchain-funcs 
usr-ldscript
 
 # Official patches
 # See ftp://ftp.cwru.edu/pub/bash/readline-7.0-patches/



[gentoo-commits] repo/gentoo:master commit in: app-text/editorconfig-core-c/

2021-09-02 Thread Sam James
commit: 8356208aeb70ff7cb0a5437a611e419b9f5af887
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8356208a

app-text/editorconfig-core-c: Stabilize 0.12.4 x86, #809035

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

 app-text/editorconfig-core-c/editorconfig-core-c-0.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.4.ebuild 
b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.4.ebuild
index c34e4fbdc5f..a8383634d10 100644
--- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.4.ebuild
+++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="cli doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



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

2021-09-02 Thread Sam James
commit: 5d10864086c851c778251647203ab93aa1d1611f
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d108640

dev-python/PyQt5: Stabilize 5.15.4-r1 arm64, #799632

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

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

diff --git a/dev-python/PyQt5/PyQt5-5.15.4-r1.ebuild 
b/dev-python/PyQt5/PyQt5-5.15.4-r1.ebuild
index 1e016c72565..0543f12fff0 100644
--- a/dev-python/PyQt5/PyQt5-5.15.4-r1.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.15.4-r1.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 
 # TODO: QtNfc, QtQuick3D, QtRemoteObjects
 IUSE="bluetooth dbus debug declarative designer examples gles2-only gui help 
location



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

2021-09-02 Thread Sam James
commit: 274ebd7f37f962e4e605ac0b041c8842e2900e87
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  2 21:15:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  2 23:52:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274ebd7f

sys-process/at: [QA] fix UnusedInherits

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

 sys-process/at/at-3.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/at/at-3.2.2-r2.ebuild 
b/sys-process/at/at-3.2.2-r2.ebuild
index d2bd7c31d8a..3f39f76a02a 100644
--- a/sys-process/at/at-3.2.2-r2.ebuild
+++ b/sys-process/at/at-3.2.2-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools flag-o-matic pam systemd
+inherit autotools pam systemd
 
 MY_P="${PN}_${PV}"
 



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

2021-09-02 Thread Sam James
commit: 527fa48cf8c56394de299ac6b8642bd3ef839ba3
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527fa48c

dev-ruby/rake-compiler: Stabilize 1.1.1 arm, #805353

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

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

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
index e8d2e24d7f4..9494aec965d 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2021-09-02 Thread Sam James
commit: 9311335941fb491219c880b1f95fb98fbad36238
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93113359

dev-python/PyQt5-sip: Stabilize 12.9.0 arm64, #799632

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

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

diff --git a/dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild 
b/dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild
index 69c3af01bed..d7d2a0f12e2 100644
--- a/dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild
+++ b/dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild
@@ -19,4 +19,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"



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

2021-09-02 Thread Sam James
commit: edbe2736d6784ad3b1c45cb83fde578ea3416f09
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  2 21:23:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  2 23:52:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbe2736

sys-fs/zfs: [QA] fix UnusedInherits

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

 sys-fs/zfs/zfs-0.8.6.ebuild | 2 +-
 sys-fs/zfs/zfs-2.0.5.ebuild | 2 +-
 sys-fs/zfs/zfs-2.1.0.ebuild | 2 +-
 sys-fs/zfs/zfs-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-fs/zfs/zfs-0.8.6.ebuild b/sys-fs/zfs/zfs-0.8.6.ebuild
index 54845ae7556..b3237b14330 100644
--- a/sys-fs/zfs/zfs-0.8.6.ebuild
+++ b/sys-fs/zfs/zfs-0.8.6.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=1
 DISTUTILS_USE_SETUPTOOLS=manual
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 
flag-o-matic linux-info systemd toolchain-funcs udev usr-ldscript
+inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 
flag-o-matic linux-info systemd udev usr-ldscript
 
 DESCRIPTION="Userland utilities for ZFS Linux kernel module"
 HOMEPAGE="https://github.com/openzfs/zfs;

diff --git a/sys-fs/zfs/zfs-2.0.5.ebuild b/sys-fs/zfs/zfs-2.0.5.ebuild
index 7a80202ba47..67d297759f1 100644
--- a/sys-fs/zfs/zfs-2.0.5.ebuild
+++ b/sys-fs/zfs/zfs-2.0.5.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=1
 DISTUTILS_USE_SETUPTOOLS=manual
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 
flag-o-matic linux-info pam systemd toolchain-funcs udev usr-ldscript
+inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 
flag-o-matic linux-info pam systemd udev usr-ldscript
 
 DESCRIPTION="Userland utilities for ZFS Linux kernel module"
 HOMEPAGE="https://github.com/openzfs/zfs;

diff --git a/sys-fs/zfs/zfs-2.1.0.ebuild b/sys-fs/zfs/zfs-2.1.0.ebuild
index 5f76d5686bf..81159a7d8e2 100644
--- a/sys-fs/zfs/zfs-2.1.0.ebuild
+++ b/sys-fs/zfs/zfs-2.1.0.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=1
 DISTUTILS_USE_SETUPTOOLS=manual
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 
flag-o-matic linux-info pam systemd toolchain-funcs udev usr-ldscript
+inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 
flag-o-matic linux-info pam systemd udev usr-ldscript
 
 DESCRIPTION="Userland utilities for ZFS Linux kernel module"
 HOMEPAGE="https://github.com/openzfs/zfs;

diff --git a/sys-fs/zfs/zfs-.ebuild b/sys-fs/zfs/zfs-.ebuild
index 6d147415a2c..22e4286a865 100644
--- a/sys-fs/zfs/zfs-.ebuild
+++ b/sys-fs/zfs/zfs-.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=1
 DISTUTILS_USE_SETUPTOOLS=manual
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 
flag-o-matic linux-info pam systemd toolchain-funcs udev usr-ldscript
+inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 
flag-o-matic linux-info pam systemd udev usr-ldscript
 
 DESCRIPTION="Userland utilities for ZFS Linux kernel module"
 HOMEPAGE="https://github.com/openzfs/zfs;



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

2021-09-02 Thread Sam James
commit: 4e49f413b0c964612c19bea14d80f75f45f8a7d3
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  2 21:09:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  2 23:52:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e49f413

sys-libs/libxcrypt: [QA] fix IndirectInherits

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

 sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild | 2 +-
 sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild 
b/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild
index 01358ced262..f75a2a57824 100644
--- a/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..9} )
 # NEED_BOOTSTRAP is for developers to quickly generate a tarball
 # for publishing to the tree.
 NEED_BOOTSTRAP="no"
-inherit multibuild python-any-r1 multilib-minimal
+inherit multibuild multilib python-any-r1 multilib-minimal
 
 DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others"
 HOMEPAGE="https://github.com/besser82/libxcrypt;

diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild 
b/sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild
index 98714fc323b..0124869d552 100644
--- a/sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 # NEED_BOOTSTRAP is for developers to quickly generate a tarball
 # for publishing to the tree.
 NEED_BOOTSTRAP="no"
-inherit multibuild python-any-r1 multilib-minimal
+inherit multibuild multilib python-any-r1 multilib-minimal
 
 DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others"
 HOMEPAGE="https://github.com/besser82/libxcrypt;



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

2021-09-02 Thread Sam James
commit: 27c6a694c23b6aacc0339fe8f7a13479d01485ab
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  2 21:15:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  2 23:52:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c6a694

sys-power/sispmctl: [QA] fix UnusedInherits

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

 sys-power/sispmctl/sispmctl-4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/sispmctl/sispmctl-4.1-r1.ebuild 
b/sys-power/sispmctl/sispmctl-4.1-r1.ebuild
index 19a1e29df15..6c641bf59e3 100644
--- a/sys-power/sispmctl/sispmctl-4.1-r1.ebuild
+++ b/sys-power/sispmctl/sispmctl-4.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit bash-completion-r1 systemd udev
+inherit systemd udev
 
 DESCRIPTION="GEMBIRD SiS-PM control utility"
 HOMEPAGE="http://sispmctl.sourceforge.net/;



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

2021-09-02 Thread Sam James
commit: c95cdd8e9c86aac596a8e717fb58eaff0fcaf74e
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95cdd8e

media-gfx/exiv2: Stabilize 0.27.4-r1 arm, #785646

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

 media-gfx/exiv2/exiv2-0.27.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild 
b/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
index ac212b9825c..e4df850c1bb 100644
--- a/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
+++ b/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://exiv2.org/builds/${P}-Source.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
S="${WORKDIR}/${P}-Source"
 fi
 



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

2021-09-02 Thread Sam James
commit: 596c294cec5d05a69d36db665d494ad146638d74
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596c294c

media-gfx/exiv2: Stabilize 0.27.4-r1 arm64, #785646

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

 media-gfx/exiv2/exiv2-0.27.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild 
b/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
index e4df850c1bb..ac06fcf53aa 100644
--- a/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
+++ b/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://exiv2.org/builds/${P}-Source.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
S="${WORKDIR}/${P}-Source"
 fi
 



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

2021-09-02 Thread Sam James
commit: c18b20f402a9523894a65ab1a143e30b0511eac2
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  2 21:10:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  2 23:52:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18b20f4

sys-apps/razercfg: [QA] fix IndirectInherits

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

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

diff --git a/sys-apps/razercfg/razercfg-0.42.ebuild 
b/sys-apps/razercfg/razercfg-0.42.ebuild
index 251955d1640..7a759a878d9 100644
--- a/sys-apps/razercfg/razercfg-0.42.ebuild
+++ b/sys-apps/razercfg/razercfg-0.42.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit cmake python-single-r1 systemd tmpfiles udev
+inherit cmake python-single-r1 systemd tmpfiles udev xdg-utils
 
 DESCRIPTION="Utility for advanced configuration of Razer mice"
 HOMEPAGE="https://bues.ch/cms/hacking/razercfg.html 
https://github.com/mbuesch/razer;



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

2021-09-02 Thread Sam James
commit: efd8b67187a1a3e193973a7cbce4cb81dba16d2a
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  2 19:53:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  2 23:52:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd8b671

sys-cluster/glusterfs: [QA] fix IndirectInherits

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

 sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild | 2 +-
 sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild | 2 +-
 sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild | 2 +-
 sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild 
b/sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild
index 8fe9cb9d3d7..9fe0f1f7df8 100644
--- a/sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit autotools elisp-common python-single-r1 systemd
+inherit autotools elisp-common python-single-r1 tmpfiles
 
 SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 
1)/${PV}/${P}.tar.gz"
 KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"

diff --git a/sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild 
b/sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild
index 79808b9e3ff..e951ef2e84c 100644
--- a/sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit autotools elisp-common python-single-r1 systemd
+inherit autotools elisp-common python-single-r1 tmpfiles
 
 SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 
1)/${PV}/${P}.tar.gz"
 KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"

diff --git a/sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild 
b/sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild
index 79808b9e3ff..e951ef2e84c 100644
--- a/sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit autotools elisp-common python-single-r1 systemd
+inherit autotools elisp-common python-single-r1 tmpfiles
 
 SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 
1)/${PV}/${P}.tar.gz"
 KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"

diff --git a/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild 
b/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild
index 4b3b440fa71..481163386a9 100644
--- a/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit autotools elisp-common python-single-r1 systemd
+inherit autotools elisp-common python-single-r1 tmpfiles
 
 SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 
1)/${PV}/${P}.tar.gz"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"



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

2021-09-02 Thread Sam James
commit: c3b7366902e75119c0c8a84764c082b579d1b16f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  2 21:19:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  2 23:52:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b73669

sys-fs/cryptmount: [QA] fix UnusedInherits

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

 sys-fs/cryptmount/cryptmount-5.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/cryptmount/cryptmount-5.3.3.ebuild 
b/sys-fs/cryptmount/cryptmount-5.3.3.ebuild
index f93c199dc0f..51ac0e120a8 100644
--- a/sys-fs/cryptmount/cryptmount-5.3.3.ebuild
+++ b/sys-fs/cryptmount/cryptmount-5.3.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit linux-info systemd
+inherit linux-info
 
 DESCRIPTION="A utility for management and user-mode mounting of encrypted 
filesystems"
 HOMEPAGE="http://cryptmount.sourceforge.net/;



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

2021-09-02 Thread Sam James
commit: 2b363ca6e13e662bf4b8a822a439dde3ff05ef02
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  2 21:22:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  2 23:52:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b363ca6

sys-kernel/raspberrypi-sources: [QA] fix IndirectInherits

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

 .../raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild| 2 +-
 .../raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201-r1.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild 
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild
index 1da726507e4..70ca1139e85 100644
--- 
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild
+++ 
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild
@@ -7,7 +7,7 @@ ETYPE=sources
 K_DEFCONFIG="bcmrpi_defconfig"
 K_SECURITY_UNSUPPORTED=1
 
-inherit kernel-2 eapi7-ver
+inherit kernel-2 eapi7-ver linux-info
 detect_version
 
 MY_P=$(ver_cut 4-)

diff --git 
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201-r1.ebuild 
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201-r1.ebuild
index 9ce67ae0b2a..638b62a9b79 100644
--- 
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201-r1.ebuild
+++ 
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201-r1.ebuild
@@ -7,7 +7,7 @@ ETYPE=sources
 K_DEFCONFIG="bcmrpi_defconfig"
 K_SECURITY_UNSUPPORTED=1
 
-inherit kernel-2 eapi7-ver
+inherit kernel-2 eapi7-ver linux-info
 detect_version
 
 MY_P=$(ver_cut 4-)



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

2021-09-02 Thread Sam James
commit: 69a9553ffe7fc202f3176d2479598fd8ecfff140
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  2 23:40:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  2 23:52:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a9553f

sys-block/buffer: [QA] fix UnusedInherits

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

 sys-block/buffer/buffer-1.19-r4.ebuild | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/sys-block/buffer/buffer-1.19-r4.ebuild 
b/sys-block/buffer/buffer-1.19-r4.ebuild
index b933ee375e5..ed04e96ac0a 100644
--- a/sys-block/buffer/buffer-1.19-r4.ebuild
+++ b/sys-block/buffer/buffer-1.19-r4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit eutils flag-o-matic toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
-DESCRIPTION="a tapedrive tool for speeding up reading from and writing to tape"
+DESCRIPTION="A tapedrive tool for speeding up reading from and writing to tape"
 HOMEPAGE="http://www.microwerks.net/~hugo/;
 
 DEBIAN_PR=12
@@ -22,16 +22,17 @@ SRC_URI="
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
-IUSE=""
 
 src_prepare() {
+   local f
for f in $(<"${WORKDIR}"/debian/patches/series) ; do
p="${WORKDIR}"/debian/patches/${f}.patch
ln -sf "${f}" "${p}" || die
-   einfo $p
+   einfo ${p}
eapply -p1 "${p}" || die
done
-   cd "${S}"
+
+   cd "${S}" || die
emake clean
eapply_user
 }



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

2021-09-02 Thread Sam James
commit: 0eb87950a6e3a9191443729c6f7ff816afefe21d
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb87950

dev-python/werkzeug: Stabilize 2.0.1-r1 arm64, #796119

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

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

diff --git a/dev-python/werkzeug/werkzeug-2.0.1-r1.ebuild 
b/dev-python/werkzeug/werkzeug-2.0.1-r1.ebuild
index 9658e73d405..83594d52279 100644
--- a/dev-python/werkzeug/werkzeug-2.0.1-r1.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.0.1-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="
test? (



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

2021-09-02 Thread Marek Szuba
commit: ca519d4b08c05f1c5a040c20ed1a5bcce5c89a9e
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 21:01:09 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 22:57:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca519d4b

dev-python/loky: keyword 2.9.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/loky/loky-2.9.0.ebuild 
b/dev-python/loky/loky-2.9.0.ebuild
index 25edf84e76a..d1db85d53e5 100644
--- a/dev-python/loky/loky-2.9.0.ebuild
+++ b/dev-python/loky/loky-2.9.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]



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

2021-09-02 Thread Marek Szuba
commit: c31f31e2305ed95a5d05625340cdb64e97411032
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 21:42:58 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 22:57:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31f31e2

dev-python/joblib: keyword 1.0.1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/joblib/joblib-1.0.1.ebuild 
b/dev-python/joblib/joblib-1.0.1.ebuild
index 44167c48f02..1087a620abc 100644
--- a/dev-python/joblib/joblib-1.0.1.ebuild
+++ b/dev-python/joblib/joblib-1.0.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]



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

2021-09-02 Thread Marek Szuba
commit: 489dfa8de93f1e97c0c0f6244496b2ea4293c590
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 17:47:42 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 22:57:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489dfa8d

dev-python/objgraph: keyword 3.5.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/objgraph/objgraph-3.5.0.ebuild 
b/dev-python/objgraph/objgraph-3.5.0.ebuild
index b01ff5139ba..14cb70486ce 100644
--- a/dev-python/objgraph/objgraph-3.5.0.ebuild
+++ b/dev-python/objgraph/objgraph-3.5.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://mg.pov.lt/objgraph/;
 SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE="doc"
 



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

2021-09-02 Thread Marek Szuba
commit: c5c619b036a2ebf12b3472f307500f070ccc4465
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 17:47:51 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 22:57:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c619b0

dev-python/zc-lockfile: keyword 2.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/zc-lockfile/zc-lockfile-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild 
b/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild
index 29784b2e318..ba8a0dc845d 100644
--- a/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild
+++ b/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
 
 BDEPEND="test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/scikit-learn/, profiles/arch/riscv/

2021-09-02 Thread Marek Szuba
commit: c38b9c0e0da02487fc1f246f300915ec37a7d685
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 22:08:36 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 22:57:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38b9c0e

sci-libs/scikit-learn: keyword 0.24.2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 profiles/arch/riscv/package.use.mask | 5 -
 sci-libs/scikit-learn/scikit-learn-0.24.2.ebuild | 4 ++--
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 21a1c92a2d1..51f7f1a861a 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -6,11 +6,6 @@
 # That said, with pebble-4.6.3 installed manually
 # (and without testing) all nbconvert-6.0.7 tests passed.
 dev-python/nbconvert test
-# ceph-mgr indirectly depends on dev-python/loky, which fails tests
-# on this arch. Note that since modern versions of Ceph require ceph-mgr
-# for normal operations, masking this flag means one cannot presently
-# have a riscv-only Gentoo-based Ceph cluster.
-sys-cluster/ceph mgr
 
 # Yixun Lan  (2021-08-29)
 #  sys-apps/fwupd not tested, USE=spi,uefi,dell

diff --git a/sci-libs/scikit-learn/scikit-learn-0.24.2.ebuild 
b/sci-libs/scikit-learn/scikit-learn-0.24.2.ebuild
index c8cd5f26802..f362753c369 100644
--- a/sci-libs/scikit-learn/scikit-learn-0.24.2.ebuild
+++ b/sci-libs/scikit-learn/scikit-learn-0.24.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 DISTUTILS_IN_SOURCE_BUILD=1
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/scikit-learn/scikit-learn/archive/${PV}.tar.gz -> ${
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="examples"
 
 DEPEND="



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

2021-09-02 Thread Yixun Lan
commit: bc399ec4fce385e9300a29021c1db04e0b90c00a
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 14:25:29 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 22:30:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc399ec4

media-libs/libsidplay: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 media-libs/libsidplay/libsidplay-1.36.59-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libsidplay/libsidplay-1.36.59-r2.ebuild 
b/media-libs/libsidplay/libsidplay-1.36.59-r2.ebuild
index 6182ef65844..6142907388d 100644
--- a/media-libs/libsidplay/libsidplay-1.36.59-r2.ebuild
+++ b/media-libs/libsidplay/libsidplay-1.36.59-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://critical.ch/distfiles/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="static-libs"
 DEPEND=""
 RDEPEND=""



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

2021-09-02 Thread Yixun Lan
commit: 93e093788645a1c0867465549bc39e2fdc4caf57
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 14:28:00 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 22:30:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e09378

media-sound/mp3blaster: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-sound/mp3blaster/mp3blaster-3.2.6.ebuild 
b/media-sound/mp3blaster/mp3blaster-3.2.6.ebuild
index 391c1d5fb9c..396b5720266 100644
--- a/media-sound/mp3blaster/mp3blaster-3.2.6.ebuild
+++ b/media-sound/mp3blaster/mp3blaster-3.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ppc ppc64 ~riscv sparc x86"
 IUSE="lirc oss +sdl sid vorbis"
 
 RDEPEND="



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

2021-09-02 Thread Andreas K. Hüttel
commit: 087b1951049e8708d76794ab9f1b172fad15e6eb
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep  2 21:50:40 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep  2 21:50:40 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=087b1951

Add m68k to copy_buildsync arch list

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

 scripts/copy_buildsync.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
index f9637770..886d3819 100755
--- a/scripts/copy_buildsync.sh
+++ b/scripts/copy_buildsync.sh
@@ -15,6 +15,7 @@ ARCHES=(
hppa
ia64
#mips
+   m68k
ppc
riscv
s390



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

2021-09-02 Thread Michał Górny
commit: a498777f95ccc84248fcce0ae202ac7dd2ca0fb0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:47:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 21:00:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a498777f

dev-python/transitions: Bump to 0.8.9

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

 dev-python/transitions/Manifest |  1 +
 dev-python/transitions/transitions-0.8.9.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-python/transitions/Manifest b/dev-python/transitions/Manifest
index c68d8764b8b..28a195ca490 100644
--- a/dev-python/transitions/Manifest
+++ b/dev-python/transitions/Manifest
@@ -1 +1,2 @@
 DIST transitions-0.8.8.tar.gz 1100609 BLAKE2B 
18ebbb1d45e33e7933208b043b56dca40e8dcda936ffc2af4c38ad9325f3e19c0d3c9a35e4d728be05b97feb47eb922fd48317018761bc5c3243887d2f077e33
 SHA512 
ff6c039ed5ce9fe484c3469d2aee791010a99af7a9bc8777842f1514d7eca3fd7714694240cb57839754367c58228d59b41a88f12c2b7d75353f75e63768160d
+DIST transitions-0.8.9.tar.gz 1103063 BLAKE2B 
2f640ee9882817e1e8fbadcbdc726eff7bfd67f9aafd8afd5aecf2b7ee88e8fe7ae57345515235b74787a9ccff2f19062c90b9a5a70d0bf58dec4b9838ad0e0b
 SHA512 
139a84658d422468fcd0c3ed501b608edeef12c15f2b6969eabb75f02d146c9f4a6857ebb0fc333cb9b51a985666cfd4879ccc89d9fb25e0f1f756c92094c941

diff --git a/dev-python/transitions/transitions-0.8.9.ebuild 
b/dev-python/transitions/transitions-0.8.9.ebuild
new file mode 100644
index 000..b0e276abfbf
--- /dev/null
+++ b/dev-python/transitions/transitions-0.8.9.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A lightweight, object-oriented state machine implementation in 
Python"
+HOMEPAGE="https://github.com/pytransitions/transitions;
+SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+   || (
+   dev-python/pygraphviz[${PYTHON_USEDEP}]
+   dev-python/graphviz[${PYTHON_USEDEP}]
+   )
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/dill[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pycodestyle[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_install() {
+   distutils-r1_src_install
+   use examples && dodoc examples/*.ipynb
+}



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

2021-09-02 Thread Michał Górny
commit: 5e809ac87e5201130d6f8d17e85285e126b5ab82
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:57:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 21:00:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e809ac8

app-admin/awscli: Remove old

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

 app-admin/awscli/Manifest  | 10 --
 app-admin/awscli/awscli-1.20.24.ebuild | 58 --
 app-admin/awscli/awscli-1.20.25.ebuild | 58 --
 app-admin/awscli/awscli-1.20.26.ebuild | 58 --
 app-admin/awscli/awscli-1.20.27.ebuild | 58 --
 app-admin/awscli/awscli-1.20.29.ebuild | 58 --
 app-admin/awscli/awscli-1.20.30.ebuild | 58 --
 app-admin/awscli/awscli-1.20.31.ebuild | 58 --
 app-admin/awscli/awscli-1.20.32.ebuild | 58 --
 app-admin/awscli/awscli-1.20.33.ebuild | 58 --
 app-admin/awscli/awscli-1.20.34.ebuild | 58 --
 11 files changed, 590 deletions(-)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index ec5659d4a51..acfff950275 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,15 +1,5 @@
 DIST awscli-1.20.15.tar.gz 2048948 BLAKE2B 
e7d378c9cb1752f4b7e014578d07fdc5f7bd9c14dc5fa33328a29c8fb9c9fab27f404dbfeea5952c243aeb35b0800c7840303d5f1339512d74cee2e4a5d590a1
 SHA512 
34c482067c3534737956520e5f6f0b3d30296f6de06969fe3ab43146a3190e36b432ea3642917c91e82659d5e79337add973f3f79216214f6b03b5cd15b363f2
 DIST awscli-1.20.21.tar.gz 2055227 BLAKE2B 
6448527363ca25f039fa9e461bf5f6451e2ecb308a29b3b62c2303d756476c45f60b5356bf32894d780deb8d9e459d83e2520ce09f5ea5f3b1e9435f8180d4ce
 SHA512 
58b9323b8bdb07bd48814cf11fc03f9c4ffda01d1d0c85d4a77425ca37848a2cb3a6222b12c31e5897b348ef265cc94d842d9fd6b4a66bb3cfc8b37b038361cf
-DIST awscli-1.20.24.tar.gz 2056924 BLAKE2B 
d76475f3ac63ebf5c8e46154cc884b52c59b897c709ed9c143dbb4f0a7169ecdf4eb01b423e352a32e740649c7a609a7dadc950a61eb20b553d4acdcdc2e
 SHA512 
143d932707c42dffe1089671ec527f2c4e72410692122bbb22633bfb46a2b277b6aa9e43b2a532ab62aa95b9ebc460885ba1a8f987b0aa37f0f40f7850af102e
-DIST awscli-1.20.25.tar.gz 2057639 BLAKE2B 
83a899405c1b6837f79041a66ed060e6a9a6bc140e8ec0fbe40a2aa7423dd5911102245cf2236703199e380e25ccc421220d18c03c145295eb3f95830b4b48c0
 SHA512 
b2eb5d448153b5017806355d2c8a5f60fd847fb757b34b48482713fcbb30713733ce83c22fdb84f71a1d50506a2478cd62d7f6b259912c580930cc058fe9f20c
-DIST awscli-1.20.26.tar.gz 2057909 BLAKE2B 
92ed26ae13b4c6626dcf7cacda761cd8ab93ac3de18de133b33bfe9120f23cd65a08da4e5beaabd498ce6e93f05b439420595145cb692c3ebf32848c8a9c31c6
 SHA512 
512201626fc2abfaced61e5e8bd2ba649e6c3895f5e6de7f1bdfe1f6ca7676306fa14ef0e58a50865a083cfb8e4199a90afd09f004bfdda8706982f4ee1e0e1f
-DIST awscli-1.20.27.tar.gz 2058499 BLAKE2B 
b8de3aaad76bf957b1aa4dec114fcc13650f0b19af747eae9c166f105101f78a499cf9e0827636896a0aad8f32fc7786ee0319310dbec674aceeb93127539a3f
 SHA512 
e4564b2feb35857a3afea2876aab1257a211e8b5ab6282ab23b30bc2499f14ef4554043dab515b2df7b4e004432762b86d87d57d8438508d51133c916b56da08
 DIST awscli-1.20.28.tar.gz 2058578 BLAKE2B 
3f6993a41f46ad9d8d45cebc0d5ea95a954e15c73d236426590c389aba6de6a99b6a5000f065f932733151c14f3112bacc25c670a05d2a991a976669ce54554e
 SHA512 
b75974450cea3744ed15cf00ca82a35aa377c55e0ef67bb5536ed136e768d5030e6707f12e2e7de8bfce48296295ff4ed4c9f9b15c642104ea34c7492291135b
-DIST awscli-1.20.29.tar.gz 2058922 BLAKE2B 
e0455b2d5475a1d070d0b97f5e321f884ad7d9f9627e36c2ac7eb61b69d0aeed35845906f03acf4c2c5202f6bd3c019693e4bcd02454a454282862949e4eceeb
 SHA512 
67412b3a7445effde508548ec0030f304f0374b7a1dcc851a2205c01321e8e30d939b09cac85f10a51f2e9b47caca30303bd2916c4e10fc494eb599bc3ff783d
-DIST awscli-1.20.30.tar.gz 2066899 BLAKE2B 
47a111849b14e9cdc24a8fb117711195bee5a7ea73eff2778dcb0f1e0600e04b86f78e1424082f22f655b0c85a3382c2587f495013795126830ace0a4e6a6a72
 SHA512 
00965738a2dd1faf0331b8b1473969a9e8a4a4ad68e6bb1d0383077494da38a9244a732ae9093eee853b6b6246ff611b6a4f1809d7d2ebda31931eb1fec79148
-DIST awscli-1.20.31.tar.gz 2067614 BLAKE2B 
28c268f89f733dcf3db18f83abaa312ab25b082f8a2a628889c113d60b54c054d500a5e202724af58801e02cbff74041b0409c3f9d86dda7eea446ec763a69d9
 SHA512 
5530250de3c0b744bd0df1d2cabc7affa75bc8504dd0b92c0854bc02a96cc8222ef710f3fa2b5ee586da04f4cd4abffd58e5e663a002acc31d106ae479fb0c38
-DIST awscli-1.20.32.tar.gz 2068048 BLAKE2B 
396aee12287bad95e825159a4352e3ac259a9e572b593384244fdaa7a9e632cac9fe2115584dcc23cd6feefc6c4f7e6ae5eb1a2a9e7c18c7ac0c750f725204ac
 SHA512 
e46c3e5fc9572ee9d3b4dc186f98801a207b2d9d8d8edfa44676710bf8b175044a7900ef95779cdaf439fc0b492ac933948dd0cc9b0def316468412b50996bc3
-DIST awscli-1.20.33.tar.gz 2067909 BLAKE2B 

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

2021-09-02 Thread Michał Górny
commit: 34688d242d61b9541da840809a79e52999fadb19
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:58:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 21:00:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34688d24

dev-python/boto3: Remove old

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

 dev-python/boto3/Manifest | 10 --
 dev-python/boto3/boto3-1.18.24.ebuild | 57 ---
 dev-python/boto3/boto3-1.18.25.ebuild | 57 ---
 dev-python/boto3/boto3-1.18.26.ebuild | 57 ---
 dev-python/boto3/boto3-1.18.27.ebuild | 57 ---
 dev-python/boto3/boto3-1.18.29.ebuild | 57 ---
 dev-python/boto3/boto3-1.18.30.ebuild | 57 ---
 dev-python/boto3/boto3-1.18.31.ebuild | 57 ---
 dev-python/boto3/boto3-1.18.32.ebuild | 57 ---
 dev-python/boto3/boto3-1.18.33.ebuild | 57 ---
 dev-python/boto3/boto3-1.18.34.ebuild | 57 ---
 11 files changed, 580 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 9e7b960ebd4..fb66028baf1 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,15 +1,5 @@
 DIST boto3-1.18.15.tar.gz 400374 BLAKE2B 
2170319480578b9ac7b6c0da9e9a2f256ce907b8e53bc626bf26fd65f3336ec1974d6dd1917f601fe139e859f144fafd198b2578ffb9097508f09dd40cf82313
 SHA512 
f330d8249c9f5749770ba5809f3a4fb524f23fc0545b24182023a3b74f815608bdb9986b434d972a017aa7786b1319705e8702b041174275f84a0266bdb7b857
 DIST boto3-1.18.21.tar.gz 402611 BLAKE2B 
39974c66ed5ad0697be6df04dbb141ce28e9a09863349f7adfcf75d58ed02232453a9d86d46e62380c0b7f197a52b6869469309dff0c532e50a6bfc88403
 SHA512 
9920891b7be9d98c3a3d2f3065183532624e78fd2ff7a94d26594d2499cd5d17db0ac4ba6adf27f0e0f67fa836020dfac648babc144e4339a3dd717a1bd56ef7
-DIST boto3-1.18.24.tar.gz 404333 BLAKE2B 
fd0857a3462485a8cb633888ad6cae1578f32f7ef80ca5195e4b4953d2a4767baa41ce824eda5cb71211675529eb54b7d8d3ad42f1ec79a0b2cef847b13cdaee
 SHA512 
c3e67c62bdf24d177c27d187eacb1118a7f221cb0143c72c6307af489bf9fe5358e2bde9f7d5f03ef9782a50faa17f31e57832ebc2f5dc73d1278c3eefc6cc3b
-DIST boto3-1.18.25.tar.gz 404826 BLAKE2B 
629a7c76ec4125c93a57f5e103d0b6e5fe360038bfc73a87369a035b321b6b143cc61fb2092f70f2dc6b07f6444180e64cafeb2e31a8f1e73b195abe06979c52
 SHA512 
a8f2c1a6248a75f67848bf75970535c71c098bb326ab9e344d7ab53e02562383be7acb0b41a18bc031459e0751e62bf29c3db17242ea4ebf0d7f88636251872a
-DIST boto3-1.18.26.tar.gz 405107 BLAKE2B 
b851a4358fb2b7cc6a6468f09690ebf91e0348e7bbc878fbe403d8eadf023601673673aa62841a94045e55fac353bc632e419afd2483e124798477e0325a86a6
 SHA512 
941f41639c551b9ea140a003d215c87e209e0933031cdef717bba406a6957266447e8532aef00069c3e5e482b999c094eb89c9f2df084ad7154724b6d3ab3158
-DIST boto3-1.18.27.tar.gz 405813 BLAKE2B 
d3da4db8133c9ad7b979a6a765f0f6d7d72e558b31753b4cef376123dcbc3964a315303fe7205d382abd6ce42bb3afb10e867908e9567c36703c94ec0c44c027
 SHA512 
5e29a58e898b5d6a3b0e20669c4a18bef788b8856041d0c8e8fcaa603de167c7301db1eabcc11d326f0d33fd7b7ab8b408b804cf763667d6313df1e71d0210e4
 DIST boto3-1.18.28.tar.gz 406268 BLAKE2B 
1379f65f46f287a541b098b3ae183bc7d0a6c40a58f6241d97ce39ffdde4f0655e755fe56890fda767b57c6cf7bd565d95745dbbeb80f42f729f561f6e8d9a82
 SHA512 
98c0d94dd4971f833677947dbfbdcd495a26fda60592130842cf2f22b8929c6f72f971294d9ddc4923372706bf7f37d3d4cb0ede32afc6955d8253c19ddab63f
-DIST boto3-1.18.29.tar.gz 406872 BLAKE2B 
c1535f65d03766cd1ffc0ff3b34e3c2df2ed912d3d4e6fc81ac682f006a2610844b5bfe182ab976668e8febd4ea0e5a71e67194bd5766ef8400942fa1d1077cc
 SHA512 
ab2176be91a4cb84e2481b79e9567b67b276ac5acdb6ca0087e6684c16ab764de57805d4bc311352968e54d79c348b793ed5c75b18a18815b8f9cdf25a82b34e
-DIST boto3-1.18.30.tar.gz 407362 BLAKE2B 
14cbd75f3a4441d0b0aa3cb9cd1001053be59086cd0d09ce0231b9e6d00ef1c15e138b1ddb2099d6e167782e9693160e377b71d6eaf83101ec6b490424832661
 SHA512 
582d677c481e0a2f7586d0735a9f4101a5abfc7c03891f67b034a5a6ac9b41703fdfb62e66c0509882b3b54791ec16e09988a99421c75b3d66cf068bccb4eb3f
-DIST boto3-1.18.31.tar.gz 407465 BLAKE2B 
816833b83f8a9da0ce97ebd5a2636f8d7a9f9170c690c2be57be53f959f191976d2e661057a64b233705dfeb740c599520bf99cc74d385c867192e442cbb1076
 SHA512 
4dbe54b0beda32f3decbfe378cffc6c20899d4800196c4bf1390365ea0c84836b526f4a23cd2779a3cc365cc863612ade972c96284be7bbfbe8f652b1312c9c4
-DIST boto3-1.18.32.tar.gz 407959 BLAKE2B 
6e186599707ab606ab45b05347bfcc512e16c6c4d9793d002aa239eb0d1a0c0ee9e50a05013c7bd0e5b30c05e791646f692faf997e3ee6b35f278bfe888f16f1
 SHA512 
7b9862a9ca0d9e13e14d45d1cd989abc5e12e45e9f5cff1e52805c0bd39cbd8f27d5c24df5438e27c0a7e3115bb572570656ca09d5a58d93244802464864b38c
-DIST boto3-1.18.33.tar.gz 408557 BLAKE2B 

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

2021-09-02 Thread Michał Górny
commit: 3b92a9b23463f4c9a473869134bac49e06ab3fd1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:59:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 21:00:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b92a9b2

dev-python/botocore: Remove old

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

 dev-python/botocore/Manifest| 10 -
 dev-python/botocore/botocore-1.21.24.ebuild | 59 -
 dev-python/botocore/botocore-1.21.25.ebuild | 59 -
 dev-python/botocore/botocore-1.21.26.ebuild | 59 -
 dev-python/botocore/botocore-1.21.27.ebuild | 59 -
 dev-python/botocore/botocore-1.21.29.ebuild | 59 -
 dev-python/botocore/botocore-1.21.30.ebuild | 59 -
 dev-python/botocore/botocore-1.21.31.ebuild | 59 -
 dev-python/botocore/botocore-1.21.32.ebuild | 59 -
 dev-python/botocore/botocore-1.21.33.ebuild | 59 -
 dev-python/botocore/botocore-1.21.34.ebuild | 59 -
 11 files changed, 600 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index ff346d23ee5..c749c0e2645 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,15 +1,5 @@
 DIST botocore-1.21.15.tar.gz 8012673 BLAKE2B 
cdd2b4128e67c85879e85f61265b10c1e5765eebf65333059af56a6a5b1d650a7612c4b569afde2396704015294e74b717c35d49c3e08396b2c603b7d47c632b
 SHA512 
a5916ffa64568b2040d6f76571d9d716d50339fdaaed61f4ff7be92a5dac2c3f967280330fcbd3d6c2e1c1faf7bd6012ce75dd66ff26fde9d830d334a9d7c45a
 DIST botocore-1.21.21.tar.gz 8042971 BLAKE2B 
888abb929e1d66c293bff9d3d25682590e0fce3173ca6e121b969d1ef92dd4bb3fd010f72ab4bed664ed6e2df94fd61a9211a3aad72742eb1d4ee2b192cb4f7d
 SHA512 
f8f47c2a2ed07f90263fd5eefe593bf14e8bb2a8df599660f2c84c504a16eb1c370ff8edea0b809be34f1fe9c7e8a3d604b74689b9e16c0686e6ff7c640534a4
-DIST botocore-1.21.24.tar.gz 8048949 BLAKE2B 
2948da75d445114d5489d3f7cef1d8bef9324da8699f69092eeb4c65a9be0fd82aae4ee97498f09d7cac05e33bc53fbd6720849a309c5edad96eba5450b45cd0
 SHA512 
6c205a0c27f9602580de7fbacee476b2855599bdd017f3c010f07b8f48a2ffd6acbce48f661d22ef0ebe30baba9db1ae65b1bea6afa3ae1a1c3add92abbd1478
-DIST botocore-1.21.25.tar.gz 8063998 BLAKE2B 
b3e4563cd36825468b6c7755fa101d13260519240b856fa26166d5bb034352431a29e816dc9e7d60f4c10e9d3b5fd152342749cc19a75a9c35ba228023da3f48
 SHA512 
cf91fc16047d0168d743db5bd95003a2ae06dc72ca586c622690e8c7be546bca050ba81eaf49fd860eb42e3a0046ef99e3927772b6893ddfdaf57a1071489714
-DIST botocore-1.21.26.tar.gz 8065456 BLAKE2B 
d6cd96e35ae31e6c440abad2a76f23d2ce6e2e0d5ecbe275fc0404cebaaf0a14245735adc39cc6d7fe5feb9530120cfa403f061af3c188623f6ba1ad01cd8d12
 SHA512 
3b57a6bcbdb018f0bc20afec8844f07f7135658b29329d0ed4d5579db1a8cc05e5725335560f5786b77c2f7590879ed7dcf6c043e0efd3f16960689c64f1b061
-DIST botocore-1.21.27.tar.gz 8076120 BLAKE2B 
e7928438ec4b100ef00d202899fae47c7bba4a351206172598718fa042c61c3d84a7559e45fe41ef4e736639faa538220b22d74c8652d980b4c339489129d793
 SHA512 
32f03f274329741096f3c82181dfbf6c337189e04db0890baf834364a6aedc09b33c1a0936fe53c6e51197d0f2385269dc2f3f8f75e62f260a11dba970ee6d0d
 DIST botocore-1.21.28.tar.gz 8079306 BLAKE2B 
26dce445746a9da1b0cf62b622597396f9b4e735701f9260fd9863410b28b884e70e41b446b8349df39c81696b64632450f4ebb3e3f7865175e538f1b465898c
 SHA512 
29534e51465bc7ac7b6f2e2c48472768c26caa5089f4c7f4a23cc2411fd55fde473388ad181a0b5a36650a6c1252ecb3e2b65e30510adc40f6edd6ce0c89f484
-DIST botocore-1.21.29.tar.gz 8079625 BLAKE2B 
c396b453893782f94e503cb581efe5beb2a5766beb46b5c0840db3cea3d14b637a49c0cbf8971dc3fc4aa6899cdbaffac882cf3f889e78c25f0b5195de947925
 SHA512 
0b791b14e81158dbaaac0f39c0f1eba3f67b4a75ef97bbeff2a9eecf9b5c436268ae4a2ff0834bb00628497e06539148c22621a61ba6df9d44b988e17a67b329
-DIST botocore-1.21.30.tar.gz 8081027 BLAKE2B 
6566d74873c08ce84f6bd0e6a802e62c6cf21956136f2e3991e1b498c3ac4f6a11b17a3d8b44595f4d4b5ef5e9b2a6bd71802e5f0270b8cc1473e8fc94e0db5c
 SHA512 
fdc4991ac8fccb71c82542b05c25edba1607381289e384786079bd3b9efda527e0aecccd29fc372ff5b8d265a204fc570bbf7191683a36d9cb9e43a2153fe685
-DIST botocore-1.21.31.tar.gz 8081621 BLAKE2B 
78bd0ad2d1371582e97c8b9a0b9f41fd75d701ba2ad49fab0e6f3d4602eb6a06bb51f23f674ef71d8c0bcec39ab545071ec8ef252df1c9d9133d8223a746
 SHA512 
bdaa85ad59936334e8d0e57a0e6631bb1c4408a0b9a50eb883b9b9dc5df4845da2df0fc64af755c5bb2ce5ee667c449a751263e25c9912bcb335eaa41cbba95e
-DIST botocore-1.21.32.tar.gz 8083411 BLAKE2B 
f43cffb2b8dba99e9d893dc6842593525a5545878b52680f8418f86f01f1804dfd1439087092a71d1d9933b63e09615c781e52be8eb5176fb18d1808f0125d18
 SHA512 
a6d8ca645c3b00b04579be86febd232eac8929f1b58582948208d5b1cc82686c76327302c7459123be8e7a44bece1249ece58fe47619082916e383c0ee6c11a9
-DIST botocore-1.21.33.tar.gz 8091142 BLAKE2B 

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

2021-09-02 Thread Michał Górny
commit: 7713ca307d29f58fcd2525dd64453e348f22d6a0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:45:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 21:00:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7713ca30

dev-libs/libgit2: Bump to 1.2.0

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

 dev-libs/libgit2/Manifest |  1 +
 dev-libs/libgit2/libgit2-1.2.0.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest
index bee1acd27a7..2682232869b 100644
--- a/dev-libs/libgit2/Manifest
+++ b/dev-libs/libgit2/Manifest
@@ -1,2 +1,3 @@
 DIST libgit2-1.1.0.tar.gz 5426975 BLAKE2B 
2a1c1f71d2a2e06448c78eb46028fdcfd59682dccf2365851c4bd059cdd78842320f9a5ba7345e761611a5b4eba634faf2e26cc669097da0ba2e1c832c23059f
 SHA512 
347bb68900181b44fa58a0417506c91383adb965607fce049a5b4c57ac9cc286e0a140d164c339b50fb6cd6951f47757c2917a2df44ba004bfaa4fb643946bb8
 DIST libgit2-1.1.1.tar.gz 5451203 BLAKE2B 
46842ea270fc457d0960c1a825928eb2747b236e689ff785e9fc2bce919744d1da95a89e6fcf928bbe6a4981e2ff6a02989df92026ba181f2743e949982a18df
 SHA512 
287255c81e5baa04d8fbce95efca8174cb34da8025cab979445d41e8361955f1d8c582d7705666ae9fc03c5215fc4f4f57e51d73d14ca9b063ed94077f88e6bc
+DIST libgit2-1.2.0.tar.gz 5589147 BLAKE2B 
b612e3a30b4675431879792132adee22cce57986b4f307507b896d823329f7e37514d9008e008075c395a4eca26aaf6ed6eb3943cf97370a0b04086240a5e1fc
 SHA512 
428188de153fdf8ff5bf78949f4a3a89fba57b87a8b641f92fed501df6a8cfdb72e0ffe0bf61a98adf210a2867134eb4421ea4b8d8219331aabc3daddd92f5fc

diff --git a/dev-libs/libgit2/libgit2-1.2.0.ebuild 
b/dev-libs/libgit2/libgit2-1.2.0.ebuild
new file mode 100644
index 000..f2c774a8b63
--- /dev/null
+++ b/dev-libs/libgit2/libgit2-1.2.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit cmake python-any-r1
+
+DESCRIPTION="A linkable library for Git"
+HOMEPAGE="https://libgit2.org;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/${P/_/-}
+
+LICENSE="GPL-2-with-linking-exception"
+SLOT="0/1.2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~ppc-macos"
+IUSE="examples gssapi +ssh test +threads trace"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/libpcre:=
+   net-libs/http-parser:=
+   sys-libs/zlib
+   dev-libs/openssl:0=
+   gssapi? ( virtual/krb5 )
+   ssh? ( net-libs/libssh2 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   cmake_src_prepare
+   # relying on forked http-parser to support some obscure URI form
+   sed -i -e '/empty_port/s:test:_&:' tests/network/url/parse.c || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_CLAR=$(usex test)
+   -DENABLE_TRACE=$(usex trace ON OFF)
+   -DUSE_GSSAPI=$(usex gssapi ON OFF)
+   -DUSE_SSH=$(usex ssh)
+   -DTHREADSAFE=$(usex threads)
+   -DUSE_HTTP_PARSER=system
+   )
+   cmake_src_configure
+}
+
+src_test() {
+   if [[ ${EUID} -eq 0 ]] ; then
+   # repo::iterator::fs_preserves_error fails if run as root
+   # since root can still access dirs with  perms
+   ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
+   else
+   local TEST_VERBOSE=1
+   cmake_src_test -R offline
+   fi
+}
+
+src_install() {
+   cmake_src_install
+   dodoc docs/*.{md,txt}
+
+   if use examples ; then
+   find examples -name '.gitignore' -delete || die
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2021-09-02 Thread Michał Górny
commit: c292b4a11c551419e9cdd7986db23bb2a4bbf73a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:49:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 21:00:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c292b4a1

dev-python/google-api-python-client: Bump to 2.19.1

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

 dev-python/google-api-python-client/Manifest   |  1 +
 .../google-api-python-client-2.19.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index 0e43c0463f9..26ad4863f20 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,2 +1,3 @@
 DIST google-api-python-client-2.14.1.tar.gz 25415625 BLAKE2B 
2b843a6ec6345e51c5a92c0285c2b8ae195928bec61b73033fbc64d8e55c34ae39d8d542534d89edac36d6ddc6c12b6acf11a25dbcbc06f72776799a70606659
 SHA512 
e22600b9b87d646775780d0f45043753e4dea24e898faf16ae49f2c91677282700b45de993d085923c006f2948747a6afa2e58b38f42f934f1602401faa30d22
 DIST google-api-python-client-2.18.0.tar.gz 26442309 BLAKE2B 
84f0cadeed015e9e0cafa209f6256b6262822f7161728aa5eba88f0def718b11c555bd0d87867c1e1ebb02e93046cec068e4ac0f855c55b7abf34a8d51d42fdc
 SHA512 
19b06a252c440d5bb8454fc79487f4009ff73a7bd4882b2d33a354d4c4f287a6ea09f30cff94df4c1d1e898ca237d8e118a7fd5e6302218d944dcec1243c
+DIST google-api-python-client-2.19.1.tar.gz 26659303 BLAKE2B 
b1b5064c39b7e0d31e7ee01a7556a9ea6feaac1782d6714e50a32f0dfafedcab59628a1ff32774c426136d7ab796a1a6baf1f9ce7fbd1d233149c3a62648f280
 SHA512 
85272cd0741caed6ff76b930a69a67f1683886df82681b49f3069243dd40ef3f12febc7c1004ecf230d96bae005a8725d502032a9c85eb1bf9e4ee37af7018b9

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.19.1.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.19.1.ebuild
new file mode 100644
index 000..2bf8009bdc6
--- /dev/null
+++ b/dev-python/google-api-python-client/google-api-python-client-2.19.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Google API Client for Python"
+HOMEPAGE="https://github.com/googleapis/google-api-python-client;
+SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
+   =dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
+   >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
+   

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

2021-09-02 Thread Michał Górny
commit: 98a1f60e49ce9d5a85301da41f4e2e5e62c58cd2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:43:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 21:00:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a1f60e

dev-python/dogpile-cache: Bump to 1.1.4

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

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.1.4.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 80cc1b4384a..c761e7531d3 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1 +1,2 @@
 DIST dogpile.cache-1.1.3.tar.gz 387490 BLAKE2B 
580be4f524196fb56e651d793045bf2e3419d3c98e65be0ba2cfaaed97f9c9cc08efe67191f77b273e97ffe907e8f5e050a7a36d2d8287522a21e7c4290d1354
 SHA512 
fd735b0bb9b7eb3bb559c030c15ac547aeb3f4718c64d7edb0f26f0f8a71b9b067434e984460c40cfbca57696d2b9579266f0c9d48bad4cb3c5bbc07030a4fb4
+DIST dogpile.cache-1.1.4.tar.gz 390117 BLAKE2B 
88c38473c3f177a42c2e336f7913940cde5f793245ddbb2ce3e7569c0853a1f93138a4987dc7781490132f84beb17c568ec9fc9a955201123842ccdbdfff2fc4
 SHA512 
d70f0ad1097f7de5bc887cfd0835f02a10bd6096433d39e6fe2fad5ed294f019ee043ced670c08bacb8ad1f6cf32ada36a62149a9b6db6205e72f49fa68bf4c4

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild
new file mode 100644
index 000..d6e33ac5f61
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
+HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-09-02 Thread Michał Górny
commit: 5e323c626dd4eda0aab3bc5149391fc6df5012bb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:37:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 20:59:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e323c62

app-admin/awscli: Bump to 1.20.35

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.20.35.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index a6191eae902..ec5659d4a51 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -11,4 +11,5 @@ DIST awscli-1.20.31.tar.gz 2067614 BLAKE2B 
28c268f89f733dcf3db18f83abaa312ab25b0
 DIST awscli-1.20.32.tar.gz 2068048 BLAKE2B 
396aee12287bad95e825159a4352e3ac259a9e572b593384244fdaa7a9e632cac9fe2115584dcc23cd6feefc6c4f7e6ae5eb1a2a9e7c18c7ac0c750f725204ac
 SHA512 
e46c3e5fc9572ee9d3b4dc186f98801a207b2d9d8d8edfa44676710bf8b175044a7900ef95779cdaf439fc0b492ac933948dd0cc9b0def316468412b50996bc3
 DIST awscli-1.20.33.tar.gz 2067909 BLAKE2B 
cabdca002d42220286cd3352e8c1b4f21aa28a7898676f7e9403da894c7e2756865d47f4b541ba44acbfc926823671748dbabc0c776ae4767b4ff8d73918ff82
 SHA512 
3a8b3474eb2056be33aff65bfa3f421f4ff3fbc0ea74f6dec53d7eb961d5f1938b92f7a403b3fe6afa52e403a174bab44b8f5ba71632fd7609f9ba2e1084b4fd
 DIST awscli-1.20.34.tar.gz 2068450 BLAKE2B 
93cf9aa129b5d9b30b0fb82aa8508f997ef2d9477498626c98e4a3b2718b0a0f96ca3b5d666cdcfdadbc4bfee28b508cca78e3909da9ad9fd2cb6c2e36844989
 SHA512 
f7754021133aca4cdefac3a6eba2e2441942530fc9440115a97fab6bde62cdcac0e4529599630cae020764a086c4ea951d4ec8045547084fa4cc8ea3e3b9afc8
+DIST awscli-1.20.35.tar.gz 2069361 BLAKE2B 
e19666a42ae7b39297d62532d5028beb099ba195e80233f43f28697184be10c3abb859db5271980e45cade0c6d580988b63d0c2b5e3adc66aee97e76c7883144
 SHA512 
7fecf089e72a520004aef0d002b2ec07c524b8f927c27e4a497cedfcbcd38e0db57c3ce7e67d4e7f4a4fd78a0ec3e950ef6d7f6d2f7918e0d03a5fb3b2ff8ddf
 DIST awscli-1.20.7.tar.gz 2045304 BLAKE2B 
d8f086d8d2eb36645e77fa3d9ae7c196ed3a3fddcc2a0218696f92bd69e10b453be1340b965a8d8e6697bbd3c45013d72de3ed0d31b5823515a5a0092a812858
 SHA512 
a41bd3ebc34a65add66ef95d5194ba07907a08f7368b0fcd6551af2070c46c4a509af47d30aeadabddce19d1a61200a58faf40a7e2f759e64915cfb282ab

diff --git a/app-admin/awscli/awscli-1.20.35.ebuild 
b/app-admin/awscli/awscli-1.20.35.ebuild
new file mode 100644
index 000..ff429f8d3a3
--- /dev/null
+++ b/app-admin/awscli/awscli-1.20.35.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/;
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/aws-cli-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+1).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install nose
+
+PATCHES=(
+   "${FILESDIR}"/awscli-1.19.47-py39.patch
+)
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   nosetests -v tests/{functional,unit} ||
+   die "Tests failed for ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2021-09-02 Thread Michał Górny
commit: 2617993c011274b06b75ee6a4bd886f88af227f7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:37:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 20:59:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2617993c

dev-python/boto3: Bump to 1.18.35

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index d62e2ed534b..9e7b960ebd4 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -11,4 +11,5 @@ DIST boto3-1.18.31.tar.gz 407465 BLAKE2B 
816833b83f8a9da0ce97ebd5a2636f8d7a9f917
 DIST boto3-1.18.32.tar.gz 407959 BLAKE2B 
6e186599707ab606ab45b05347bfcc512e16c6c4d9793d002aa239eb0d1a0c0ee9e50a05013c7bd0e5b30c05e791646f692faf997e3ee6b35f278bfe888f16f1
 SHA512 
7b9862a9ca0d9e13e14d45d1cd989abc5e12e45e9f5cff1e52805c0bd39cbd8f27d5c24df5438e27c0a7e3115bb572570656ca09d5a58d93244802464864b38c
 DIST boto3-1.18.33.tar.gz 408557 BLAKE2B 
3912205ec8f8ac2687e23c5a3a973d97489baf2df18aea4b1e8dcf8a14ee4157a249583bf487416ba93bd1b52c595f6661ea00a8a6bc861103dc72edd0f1a5d4
 SHA512 
0ca253a138e6539c95bacb23f39ebd06dedaff3793a04bb92fe70b460a16e0e420cd3d9a35c7d3800af11ab1efe4bd369caecec26e81d2557bc5b0932b095d28
 DIST boto3-1.18.34.tar.gz 408795 BLAKE2B 
d3960f1479796a0b47dc4d5137efead974f1e9cd658ccc62391673b50809e45007e26a9f6fcded9e1ec79d3b26668e6aeadfbbfed38f63ecb98ec75cf2f0182d
 SHA512 
4537b404c20b76922a407513a1ddbc594f8e948635e73d74ee4e7324f6c7f8855b0931f1fd8f7d9ce68c794cd44544876d1e23bc5cac78289eac53c675c2d4c7
+DIST boto3-1.18.35.tar.gz 410165 BLAKE2B 
1d32525175ee490b1b4029fc9c682afd789f850cff2fae4f3a46789b45c0cb3aa696e3b8f1c218e4efa1215c2945e21b9b00ea4cb0414addbecc593a858ada2d
 SHA512 
d2ee1fa7465833696bb528119cce1629aba891e9cf85afd5a4757d2b900b8ed90d8fbc4fdb6aa69ee4d62cef8e7f13c2a078ad4135a5835739d455fef8ffcac0
 DIST boto3-1.18.7.tar.gz 395640 BLAKE2B 
6a9fa1dd55644806fe93271805f35fbe0c4cb65d1de08dded2d2f57fcefa96e32c4ebe7b60743c52c0898222bc06d33dbd03d304bbef327b88022450a7943e2c
 SHA512 
20e7fedab7d061ab02f391e9baf36cb554e7f194f38d24d5a75f76715b2acf1b51b6adce5d8cf5a2a0d29df73566db00b8813a219d45a194d9a8eb93d0dab570

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



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

2021-09-02 Thread Michał Górny
commit: d2b6505c7b356363e5aa0b8c3121d88f44b55979
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:42:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 21:00:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b6505c

dev-python/pillow: Bump to 8.3.2

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

 dev-python/pillow/Manifest|  1 +
 dev-python/pillow/pillow-8.3.2.ebuild | 98 +++
 2 files changed, 99 insertions(+)

diff --git a/dev-python/pillow/Manifest b/dev-python/pillow/Manifest
index 45381c8172e..db526aeefee 100644
--- a/dev-python/pillow/Manifest
+++ b/dev-python/pillow/Manifest
@@ -1,3 +1,4 @@
 DIST pillow-8.2.0.tar.gz 47898485 BLAKE2B 
bd8421a101e0be080f2fab238c3c26a4e1e722738e1036bfbb533f420881ea638016ac56e9e66ec74a93c6dafc6e4f8807ec3d504400bb675488da00c9c3cb1c
 SHA512 
40e97a54689ca04349d17b69b0e95bb3ef4fde0b60c6c55a2ec76034a5c2a9ebee0b310f68de1636db08786d9b2ad444bf10ac3b42a31404847cc165aa8392ac
 DIST pillow-8.3.0.tar.gz 48543291 BLAKE2B 
f74f2576e3f906db3c96f0854dcc3d7d5d0248b1e35d32da5f88e41751068012e64fed134f34263e2b244263f655fb2602d00d8d191c04573a93164a2fcc7c22
 SHA512 
ad0f9c50d1dbaaef56fdc43d6b4fa0960453bb0bf60bcafcc33bdbd8e5b4d698e4690baf1ec6be56651153fdbf5af520e9bbd8367a75fe36a995baac47069b4d
 DIST pillow-8.3.1.tar.gz 48722889 BLAKE2B 
4483c3cebda33e57f665a7a73b5898b4f0fb5be895ec05feeb266a99f33c78fd1b550d82225c201ea015d267206f5b47909b4963da9f17d51d0e5bd897332a77
 SHA512 
22a85a5510c8ec13928af571ec7f329f4728c46ebaadfe338d837f6d3718eedb57b7548fd9a3260a3bb0c0f97b3f3c911e730af01f90ca70c967d44b1e5d3606
+DIST pillow-8.3.2.tar.gz 48783084 BLAKE2B 
c63930df3af0270bb092841b3c39a1ea75343ee743f9e4b083a2f6f621ad1e58c7c04c5d6cf4b648fbef2d79d7b5258e27d220cd32dbfff592b5ca70d1f28d64
 SHA512 
668e97abcd36e42dafa433e8814a0106fe742ab093b12748c13dd9f3f872d18f8b9d44c1a8d4115aa87969a98b53c36ae4783cc3804e2d9a1249eef300555c88

diff --git a/dev-python/pillow/pillow-8.3.2.ebuild 
b/dev-python/pillow/pillow-8.3.2.ebuild
new file mode 100644
index 000..2dfcbf90d07
--- /dev/null
+++ b/dev-python/pillow/pillow-8.3.2.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE='tk?,threads(+)'
+
+inherit distutils-r1 toolchain-funcs virtualx
+
+MY_PN=Pillow
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Python Imaging Library (fork)"
+HOMEPAGE="https://python-pillow.org/;
+SRC_URI="https://github.com/python-pillow/Pillow/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="examples imagequant +jpeg jpeg2k lcms test tiff tk truetype webp xcb 
zlib"
+REQUIRED_USE="test? ( jpeg jpeg2k tiff )"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   imagequant? ( media-gfx/libimagequant:0 )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( media-libs/openjpeg:2= )
+   lcms? ( media-libs/lcms:2= )
+   tiff? ( media-libs/tiff:0=[jpeg,zlib] )
+   truetype? ( media-libs/freetype:2= )
+   webp? ( media-libs/libwebp:0= )
+   xcb? ( x11-libs/libxcb )
+   zlib? ( sys-libs/zlib:0= )"
+RDEPEND="${DEPEND}
+   dev-python/olefile[${PYTHON_USEDEP}]"
+BDEPEND="
+   virtual/pkgconfig
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   || (
+   media-gfx/imagemagick[png]
+   media-gfx/graphicsmagick[png]
+   )
+   )
+"
+
+python_configure_all() {
+   # It's important that these flags are also passed during the install 
phase
+   # as well. Make sure of that if you change the lines below. See bug 
661308.
+   DISTUTILS_ARGS=(
+   build_ext
+   --disable-platform-guessing
+   $(use_enable truetype freetype)
+   $(use_enable jpeg)
+   $(use_enable jpeg2k jpeg2000)
+   $(use_enable lcms)
+   $(use_enable tiff)
+   $(use_enable imagequant)
+   $(use_enable webp)
+   $(use_enable webp webpmux)
+   $(use_enable xcb)
+   $(use_enable zlib)
+   )
+
+   # setup.py sucks at adding the right toolchain paths but it does
+   # accept additional ones from INCLUDE and LIB so set these. You
+   # wouldn't normally need these at all as the toolchain should look
+   # here anyway but this setup.py does stupid things.
+   export \
+   INCLUDE=${ESYSROOT}/usr/include \
+   LIB=${ESYSROOT}/usr/$(get_libdir)
+
+   # We have patched in this env var.
+   tc-export PKG_CONFIG
+}
+
+python_test() {
+   "${EPYTHON}" selftest.py --installed || die "selftest failed with 
${EPYTHON}"
+   # no:relaxed: pytest-relaxed plugin make 

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

2021-09-02 Thread Michał Górny
commit: c8aa8673d9c0c8a5d3f8c4cfe4b829e7dee02c02
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:37:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 20:59:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8aa8673

dev-python/botocore: Bump to 1.21.35

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 723a34a1f76..ff346d23ee5 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -11,4 +11,5 @@ DIST botocore-1.21.31.tar.gz 8081621 BLAKE2B 
78bd0ad2d1371582e97c8b9a0b9f41f
 DIST botocore-1.21.32.tar.gz 8083411 BLAKE2B 
f43cffb2b8dba99e9d893dc6842593525a5545878b52680f8418f86f01f1804dfd1439087092a71d1d9933b63e09615c781e52be8eb5176fb18d1808f0125d18
 SHA512 
a6d8ca645c3b00b04579be86febd232eac8929f1b58582948208d5b1cc82686c76327302c7459123be8e7a44bece1249ece58fe47619082916e383c0ee6c11a9
 DIST botocore-1.21.33.tar.gz 8091142 BLAKE2B 
832df8535696227ccd0cfbe16d6084048b5d409f117a1142d97296107466371782ff20d8bd3fbf3bd8a90fe5c23e3b746e55a99014c7203dd5c7c1c1b17fbbb8
 SHA512 
6618f6b53664a62d10b5edd1845880655e88ff8ef7ed2b35ac0a9b18f0135302d148c12cdc6e588f25a328ac8da5e88174873a021078e8be3dc542da7e1579a8
 DIST botocore-1.21.34.tar.gz 8092134 BLAKE2B 
ab1ee884adf9dd69883482fe774aeea9f9485cdebcb8d45539b3f1909662f1b4c2eb6041594155acc29e3a90fb4b32cf13eb2f528cb19f27ea3b970e50d2492e
 SHA512 
eece9a9aa9286bea196c576136d7191e712aa500081401d65d5dc6e293c95b8ba8ffb73d1708d62c551a936f5816e1bba0084d8bb5d99e18d4a27ee77392d5ed
+DIST botocore-1.21.35.tar.gz 8122175 BLAKE2B 
976ceaeb93a838337403b334e4ff4747e725cb473859031b86bcd6f87313a2c8e799a11f65f7e5efe5f4c063010fd55f4c012866be92db6e974c2293bf499a64
 SHA512 
7d94e35b027c01329eaf1b7d0f14f860359fdcebca0d0b842b87aeb5af61ee1fa5438f6d316b5d5b9a3f262fe8d24da5d0c6546679f3789ce09da17205aae162
 DIST botocore-1.21.7.tar.gz 7977343 BLAKE2B 
19c5bf5de40ab131585e30bb85486fcffc3428808811b312b33578174ce31a691f4f4d955462120f05d2aad2cd5e5772789704eee641760fb67099aa3cddc9b5
 SHA512 
db1bb36faa6857a1cc717e5d591954415bb948178ee2be90ab9c32c11b1fb45c5b5aff87dfacd907c2f11bc7cdd2cd4de2ee9c847fa8cda4e5f0814a828b1019

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



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

2021-09-02 Thread Michał Górny
commit: ae968b68b4e1d5d71a6acc32f582eeccbf59539c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 20:37:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 20:59:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae968b68

dev-python/PySDL2: Bump to 0.9.9

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

 dev-python/PySDL2/Manifest|  1 +
 dev-python/PySDL2/PySDL2-0.9.9.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/PySDL2/Manifest b/dev-python/PySDL2/Manifest
index c12a1859fdd..5dbc4f6a789 100644
--- a/dev-python/PySDL2/Manifest
+++ b/dev-python/PySDL2/Manifest
@@ -1,2 +1,3 @@
 DIST PySDL2-0.9.7.tar.gz 1079253 BLAKE2B 
986a21d8c2f4f45df683d85a8369be7b39f102e59a1b3fd37e2941065a1174d5cd6dd056f78fbc3e2cf50228ee40abf67352e5ae75176a9c000fb6f672fb
 SHA512 
10d40063762272eaaae1cb6290e007481887806938ba0ba17d28974a3a3c8b36570054587001d00eb9ab4aa2375c616c43a81c7e7308fbb9b61b55b3eb7da5ac
 DIST PySDL2-0.9.8.tar.gz 742279 BLAKE2B 
403fba93f446f6eeb8c3b365f02207e5447c4fc16a08835ef81a1846491a4a3745ea1b7694f3b5ec3e7058975f33c20885065a4521f50aaf5c290728dbac9dd0
 SHA512 
674af175b1c5bd9b4100f94738c41b9b5517d2d536a7d6f7a356aafa81b67bce8349c74c166ae9289b8f746a9a16c785f88595bc48399d834d62af5355c59344
+DIST PySDL2-0.9.9.tar.gz 743302 BLAKE2B 
1e9e0eeea48b838227d3fe6ea93311d445b1d3a15588f4b83d075d18306b419ba3512826e44c5e4ecc2aec59ad44da73372ec740ebf6106271fd0b77175b88d7
 SHA512 
52b469735b1229392ea2f73b2dfcf1e75cedf7582a488461be9b06bc072f82a5c8c559d345a0c3668829c0f8bb2996005d538465ed7d2a45fb8480001fd0ccce

diff --git a/dev-python/PySDL2/PySDL2-0.9.9.ebuild 
b/dev-python/PySDL2/PySDL2-0.9.9.ebuild
new file mode 100644
index 000..e3b42a45db2
--- /dev/null
+++ b/dev-python/PySDL2/PySDL2-0.9.9.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python (ctypes) bindings for SDL2 libraries"
+HOMEPAGE="https://github.com/marcusva/py-sdl2 https://pypi.org/project/PySDL2/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( public-domain CC0-1.0 ZLIB )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Optional deps:
+# - dev-python/numpy,
+# - dev-python/pillow,
+# - media-libs/sdl2-* (loaded dynamically via ctypes).
+#
+# If a reverse dependency needs the specific module, it should
+# explicitly depend on the optional module in question. You also
+# probably need to explicitly require some media-libs/libsdl2 flags.
+RDEPEND="media-libs/libsdl2"
+
+# Require all of SDL2 libraries and at least the most common subsystems
+# for better test coverage.
+DEPEND="
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   media-libs/libsdl2[joystick,sound,video]
+   media-libs/sdl2-gfx
+   media-libs/sdl2-image[gif,jpeg,png,tiff,webp]
+   || (
+   media-libs/sdl2-mixer[flac]
+   media-libs/sdl2-mixer[midi]
+   media-libs/sdl2-mixer[mod]
+   media-libs/sdl2-mixer[mp3]
+   media-libs/sdl2-mixer[opus]
+   )
+   media-libs/sdl2-ttf
+   )"
+
+distutils_enable_tests pytest
+
+src_test() {
+   # from .travis.yml
+   local -x SDL_VIDEODRIVER=dummy
+   local -x SDL_AUDIODRIVER=dummy
+   local -x SDL_RENDER_DRIVER=software
+
+   distutils-r1_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/stargazer/files/patches/, net-misc/stargazer/files/mans/, ...

2021-09-02 Thread Jakov Smolić
commit: c1a5727e16c09889a4d3fe78ad5c8cd8d0c6190f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep  2 20:30:19 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep  2 20:35:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a5727e

net-misc/stargazer: Remove last-rited package

Closes: https://bugs.gentoo.org/712832
Closes: https://bugs.gentoo.org/694674
Closes: https://bugs.gentoo.org/725166
Closes: https://bugs.gentoo.org/788637
Closes: https://bugs.gentoo.org/692806
Closes: https://bugs.gentoo.org/798042
Closes: https://bugs.gentoo.org/740792
Signed-off-by: Jakov Smolić  gentoo.org>

 net-misc/stargazer/Manifest|   1 -
 net-misc/stargazer/files/logrotate |   9 -
 net-misc/stargazer/files/mans/rscriptd.8   |  51 --
 net-misc/stargazer/files/mans/sgauth.8 |  54 --
 net-misc/stargazer/files/mans/sgconf.1 | 160 --
 net-misc/stargazer/files/mans/sgconf_xml.1 |  79 ---
 net-misc/stargazer/files/mans/sgconv.1 |  42 --
 net-misc/stargazer/files/mans/stargazer.8  |  64 ---
 .../files/patches/stg-2.408-build-upstream.patch   | 214 
 .../stargazer/files/patches/stg-2.408-build.patch  | 179 ---
 .../files/patches/stg-2.408-correct-paths.patch| 186 ---
 .../patches/stg-2.408-fix-crash-on-stop.patch  | 190 
 .../stg-2.408-makefile-build-upstream.patch| 386 ---
 .../stg-2.408-makefile-firebird-upstream.patch |  13 -
 .../files/patches/stg-2.408-makefile.patch | 203 
 .../files/patches/stg-2.408-on-upstream.patch  | 151 --
 .../files/patches/stg-2.408-radius-upstream.patch  |  31 --
 .../patches/stg-2.408-rscriptd-upstream.patch  |  26 -
 .../patches/stg-2.408-rscriptd.conf-upstream.patch |  80 ---
 .../patches/stg-2.408-sgauth.conf-upstream.patch   | 112 -
 .../files/patches/stg-2.408-sgconv-upstream.patch  |  40 --
 .../files/patches/stg-2.408-static-libs.patch  |  10 -
 net-misc/stargazer/files/rscriptd  |  23 -
 net-misc/stargazer/files/sgauth|  27 -
 net-misc/stargazer/metadata.xml|  50 --
 net-misc/stargazer/stargazer-2.408-r2.ebuild   | 542 -
 profiles/package.mask  |   7 -
 27 files changed, 2930 deletions(-)

diff --git a/net-misc/stargazer/Manifest b/net-misc/stargazer/Manifest
deleted file mode 100644
index 6c0b4e25b4f..000
--- a/net-misc/stargazer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST stg-2.408.tar.gz 5100291 BLAKE2B 
c5e50d5607f7c5253dcbb9d48fffdd55bf44829bfc3dba1e45227fa819d2592212366baff6b19dce70ef7a565f8b03e8f580204225441b12653de6271a030554
 SHA512 
200e08cfd629dbacda31ffd3134c2908a1ad58604421cc288ad0ec1bdcd60fe021d51fed50fdc2517bb7c2b61ef23b0b9c71a606babd09bc7804cb899e0b7f75

diff --git a/net-misc/stargazer/files/logrotate 
b/net-misc/stargazer/files/logrotate
deleted file mode 100644
index ffa9c23f301..000
--- a/net-misc/stargazer/files/logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/stargazer/*.log {
-daily
-rotate 31
-compress
-missingok
-notifempty
-copytruncate
-sharedscripts
-}

diff --git a/net-misc/stargazer/files/mans/rscriptd.8 
b/net-misc/stargazer/files/mans/rscriptd.8
deleted file mode 100644
index 440f7b0267b..000
--- a/net-misc/stargazer/files/mans/rscriptd.8
+++ /dev/null
@@ -1,51 +0,0 @@
-.TH rscriptd 8 "December 31, 2012" "" "rscriptd"
-
-.SH NAME
-rscriptd \- a remote script execute daemon for Stargazer
-
-.SH SYNOPSIS
-.B rscriptd
-.RI [ config-file ]
-.br
-
-.SH DESCRIPTION
-The
-.B rscriptd
-daemon typically runs on a last-wire router before users and
-manages firewall rules to allow/disallow users get their services.
-.B rscriptd
-communicates with
-.B Stargazer
-main daemon by UDP protocol.
-
-.SH OPTIONS
-.TP
-.I config-file
-Path to rscriptd configuration file. Default is 
-.B
-/etc/rscriptd/rscriptd.conf
-
-.SH FILES
-.B
-/usr/sbin/rsriptd
-.br
-.B
-/etc/stargazer/rscriptd.conf
-.br
-.B
-/var/log/stargazer/rscriptd.log
-
-.SH SEE ALSO
-.BR sgconf (1),
-.BR sgconf_xml (1),
-.BR sgconv (1),
-.BR sgauth (8),
-.BR stargazer (8).
-
-.SH AUTHOR
-rscriptd was originally written by Boris Mikhailenko  
and 
-Maxim Mamontov .
-.PP
-This manual page was written by Alexey Osipov ,
-for the Debian project (and may be used by others), and was modified by
-Vladimir Pavljuchenkov  for Gentoo Linux
\ No newline at end of file

diff --git a/net-misc/stargazer/files/mans/sgauth.8 
b/net-misc/stargazer/files/mans/sgauth.8
deleted file mode 100644
index 24c872761f7..000
--- a/net-misc/stargazer/files/mans/sgauth.8
+++ /dev/null
@@ -1,54 +0,0 @@
-.TH sgauth 1 "December 31, 2012" "" "sgauth"
-
-.SH NAME
-sgauth \- a command-line utility for authorization in Stargazer
-
-.SH SYNOPSIS
-.B sgauth
-.RI [ config-file ]
-.br
-
-.SH DESCRIPTION
-.B sgauth
-allow user to become 

[gentoo-commits] repo/gentoo:master commit in: profiles/, media-libs/memphis/, media-libs/memphis/files/

2021-09-02 Thread Jakov Smolić
commit: 5c6a3418265732fa655763d64ce77e55e17c5abd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep  2 19:51:31 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep  2 20:35:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6a3418

media-libs/memphis: Remove last-rited package

Closes: https://bugs.gentoo.org/586586
Signed-off-by: Jakov Smolić  gentoo.org>

 media-libs/memphis/Manifest|  1 -
 .../memphis/files/memphis-0.2.3-link_gobject.patch | 11 -
 media-libs/memphis/memphis-0.2.3.ebuild| 53 --
 media-libs/memphis/metadata.xml|  8 
 profiles/package.mask  |  6 ---
 5 files changed, 79 deletions(-)

diff --git a/media-libs/memphis/Manifest b/media-libs/memphis/Manifest
deleted file mode 100644
index 230616d812f..000
--- a/media-libs/memphis/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST memphis-0.2.3.tar.gz 459423 BLAKE2B 
a2f9f1a86feb058e911051b0c0c4cc1b6a47dced6a24096e91e27e869099d1ae86e13b5e55c4639c70bc9536a266d60d07023e863675d0a9e716e2f539a331ce
 SHA512 
effac6efbf6e8fb8c3c436013447a27f4bcbea661268e2e6b5ec69cd93b117cee6c56f78a557223c7dd45020a27e51807a4e2682d6d311b319c783e714064b01

diff --git a/media-libs/memphis/files/memphis-0.2.3-link_gobject.patch 
b/media-libs/memphis/files/memphis-0.2.3-link_gobject.patch
deleted file mode 100644
index 231c834b82c..000
--- a/media-libs/memphis/files/memphis-0.2.3-link_gobject.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -89,7 +89,7 @@
- exit 0;
-   fi
-   VALA_EXAMPLE_PACKAGES="--pkg cairo --pkg memphis-0.2"
--  PKG_CHECK_MODULES(VALA_EXAMPLE, [glib-2.0, cairo])
-+  PKG_CHECK_MODULES(VALA_EXAMPLE, [glib-2.0 gobject-2.0 cairo])
-   AC_SUBST(VALA_EXAMPLE_CFLAGS)
-   AC_SUBST(VALA_EXAMPLE_LIBS)
-   AC_SUBST(VALA_EXAMPLE_PACKAGES)

diff --git a/media-libs/memphis/memphis-0.2.3.ebuild 
b/media-libs/memphis/memphis-0.2.3.ebuild
deleted file mode 100644
index 2acaf64d495..000
--- a/media-libs/memphis/memphis-0.2.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WANT_AUTOMAKE=1.11
-
-inherit autotools vala
-
-DESCRIPTION="A map-rendering application and a library for OpenStreetMap"
-HOMEPAGE="http://trac.openstreetmap.ch/trac/memphis/;
-SRC_URI="http://wenner.ch/files/public/mirror/${PN}/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0.2"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86"
-IUSE="debug doc +introspection vala"
-
-RDEPEND="
-   dev-libs/expat:=
-   dev-libs/glib:2
-   x11-libs/cairo:=
-   introspection? ( dev-libs/gobject-introspection )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   doc? ( dev-util/gtk-doc )
-   vala? ( $(vala_depend) )"
-
-PATCHES=( "${FILESDIR}"/${P}-link_gobject.patch )
-
-src_prepare() {
-   default
-   eautoreconf
-
-   unset VALAC
-   use vala && vala_src_prepare
-}
-
-src_configure() {
-   econf \
-   --disable-static \
-   $(use_enable debug) \
-   $(use_enable doc gtk-doc) \
-   $(use_enable introspection) \
-   $(use_enable vala)
-}
-
-src_install() {
-   default
-
-   # no static archives
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/media-libs/memphis/metadata.xml b/media-libs/memphis/metadata.xml
deleted file mode 100644
index d78f8098182..000
--- a/media-libs/memphis/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-sci-geoscien...@gentoo.org
-Gentoo Geosciences Project
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 28980a02dbc..f60e9b74435 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -215,12 +215,6 @@ sci-physics/sassena
 # Bug #245228, #632124, #691268, #767853, removal in 30 days.
 dev-util/pkgconfig
 
-# David Seifert  (2021-08-04)
-# Last release 11 years ago, XDG env issue, no revdeps, blocks
-# WANT_AUTOMAKE=1.11 removal, last major distro to package this.
-# Bug #586586, removal in 30 days.
-media-libs/memphis
-
 # Andreas Sturmlechner  (2021-08-02)
 # Two years after the tracker was opened it is time to mask dev-qt/qtwebkit
 # for good. No commits to upstream repository for >9 months, latest available



[gentoo-commits] repo/gentoo:master commit in: net-libs/openmq-cclient/, net-libs/openmq-cclient/files/, profiles/

2021-09-02 Thread Jakov Smolić
commit: d8022a3e44f0f3ee819577c0ca6054c4bd6d8b7b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep  2 20:32:18 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep  2 20:35:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8022a3e

net-libs/openmq-cclient: Remove last-rited package

Closes: https://bugs.gentoo.org/787905
Closes: https://bugs.gentoo.org/731254
Signed-off-by: Jakov Smolić  gentoo.org>

 net-libs/openmq-cclient/Manifest   |  1 -
 net-libs/openmq-cclient/files/Makefile.in-4| 69 -
 .../files/openmq-cclient-4.4.1-aix-gcc.patch   | 13 
 net-libs/openmq-cclient/metadata.xml   | 15 
 .../openmq-cclient/openmq-cclient-4.4.1.ebuild | 89 --
 profiles/package.mask  |  5 --
 6 files changed, 192 deletions(-)

diff --git a/net-libs/openmq-cclient/Manifest b/net-libs/openmq-cclient/Manifest
deleted file mode 100644
index 7573648ea11..000
--- a/net-libs/openmq-cclient/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST openmq4.4u1b7-final-source.zip 6892740 BLAKE2B 
0101648b1688411579b5d1133714b79af24788a548643546de80a708028a1c08af92e2534767eb0bd9f9eddbb16e77a1884880a5d4f9cbe4f0166dbce0b2045e
 SHA512 
4bc51a3bc0a82ae41998ae3d60912d807ff069d6165ea9cfdc1c6eefc9e57b00ad91d6ed2efa032e76be744db3328511bb02023d14a64bd3b64c8667982fbe8c

diff --git a/net-libs/openmq-cclient/files/Makefile.in-4 
b/net-libs/openmq-cclient/files/Makefile.in-4
deleted file mode 100644
index 188f5ed472d..000
--- a/net-libs/openmq-cclient/files/Makefile.in-4
+++ /dev/null
@@ -1,69 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-top_srcdir=@top_srcdir@
-top_builddir=@top_builddir@
-
-CC = @CC@
-CXX = @CXX@
-LIBTOOL = @LIBTOOL@
-
-CFLAGS = @CFLAGS@
-CXXFLAGS = @CXXFLAGS@
-LDFLAGS = @LDFLAGS@
-
-LTCC = $(LIBTOOL) --mode=compile --tag=CC $(CC)
-LTCXX = $(LIBTOOL) --mode=compile --tag=CXX $(CXX)
-LTLD = $(LIBTOOL) --mode=link --tag=CXX $(CXX)
-
-NS_S_PR_CFLAGS = $(shell ${PKG_CONFIG} --cflags nss nspr)
-NS_S_PR_LIBS = $(shell ${PKG_CONFIG} --libs nss nspr)
-
-SRCS = $(shell find "$(top_srcdir)" -name examples -prune -o -type f '(' -name 
'*.cpp' -o -name '*.c' -not -name '*Test*' ')')
-LTOBJS = $(subst .c,.lo,$(subst .cpp,.lo,$(SRCS)))
-
-HDRS = $(top_srcdir)/cshim/mq/xa.h $(shell find "$(top_srcdir)"/cshim -type f 
-name 'mq*.h')
-INSTHDRS = $(subst $(top_srcdir)/cshim,$(DESTDIR)$(includedir),$(HDRS))
-
-LTLIBRARY = libmqcrt.la
-INSTLTLIBRARY = $(DESTDIR)$(libdir)/$(LTLIBRARY)
-
-.SUFFIXES:
-.SUFFIXES: .cpp .c .lo
-
-default: all
-
-all: $(LTLIBRARY)
-
-Makefile: Makefile.in
-   $(top_builddir)/config.status $@
-
-.cpp.lo:
-   $(LTCXX) -o $@ $(NS_S_PR_CFLAGS) $(CXXFLAGS) -c $<
-
-.c.lo:
-   $(LTCC) -o $@ $(NS_S_PR_CFLAGS) $(CFLAGS) -c $<
-
-VERSIONNUMBER = $(shell { echo '#include "cshim/mqversion.h"'; echo 
'-version-number MQ_VMAJOR:MQ_VMINOR:MQ_VMICRO'; } | ${CC} -E - | grep 
version-number)
-
-$(LTLIBRARY): $(LTOBJS)
-   version=` \
-{ echo '#include "cshim/mqversion.h"' \
-; echo '-version-number MQ_VMAJOR:MQ_VMINOR:MQ_VMICRO' \
-; } \
-| ${CC} -E - \
-| grep version-number \
-   ` \
-   && $(LTLD) -o $@ --no-undefined $${version} $(CXXFLAGS) $(NS_S_PR_LIBS) 
$(LDFLAGS) -rpath $(libdir) $?
-
-$(INSTLTLIBRARY): $(LTLIBRARY)
-   $(top_srcdir)/install-sh -d "$(dir $@)"
-   $(LIBTOOL) --mode=install cp $(LTLIBRARY) $@
-
-$(DESTDIR)$(includedir)/%: $(top_srcdir)/cshim/%
-   $(top_srcdir)/install-sh -d "$(dir $@)"
-   cp -f "$<" "$@"
-
-install: $(INSTLTLIBRARY) $(INSTHDRS)

diff --git a/net-libs/openmq-cclient/files/openmq-cclient-4.4.1-aix-gcc.patch 
b/net-libs/openmq-cclient/files/openmq-cclient-4.4.1-aix-gcc.patch
deleted file mode 100644
index e9a9d728173..000
--- a/net-libs/openmq-cclient/files/openmq-cclient-4.4.1-aix-gcc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Seems they've never seen gcc on AIX.
-
 cshim/mqbasictypes.h.orig  2010-03-01 18:00:38 +0100
-+++ cshim/mqbasictypes.h   2010-03-01 18:00:58 +0100
-@@ -64,7 +64,7 @@
- #endif
- #endif
- 
--#if (defined(__IBMC__) || defined (__IBMCPP__)) && defined(__unix__)
-+#if ((defined(__IBMC__) || defined (__IBMCPP__)) && defined(__unix__)) || 
defined(_AIX)
- #ifndef AIX 
- #define AIX 
- #endif

diff --git a/net-libs/openmq-cclient/metadata.xml 
b/net-libs/openmq-cclient/metadata.xml
deleted file mode 100644
index 48f45063424..000
--- a/net-libs/openmq-cclient/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   Open message queue is an enterprise quality, production ready, 
scalable
-   messaging server. It provides a complete Java Message Service 
(JMS)
-   implementation for message oriented system integration. In 
addition,
-   Open MQ provides the 

[gentoo-commits] repo/gentoo:master commit in: app-backup/zbackup/files/, profiles/, app-backup/zbackup/

2021-09-02 Thread Jakov Smolić
commit: 8fede6a0673091ee3f6d7d4dbdf065a347f13d45
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep  2 20:31:40 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep  2 20:35:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fede6a0

app-backup/zbackup: Remove last-rited package

Closes: https://bugs.gentoo.org/786648
Closes: https://bugs.gentoo.org/729106
Signed-off-by: Jakov Smolić  gentoo.org>

 app-backup/zbackup/Manifest|  1 -
 .../zbackup/files/zbackup-1.4.4-tartool.patch  | 11 ---
 .../zbackup/files/zbackup--tartool.patch   | 11 ---
 app-backup/zbackup/metadata.xml| 26 
 app-backup/zbackup/zbackup-1.4.4-r2.ebuild | 33 
 app-backup/zbackup/zbackup-.ebuild | 35 --
 profiles/package.mask  |  5 
 7 files changed, 122 deletions(-)

diff --git a/app-backup/zbackup/Manifest b/app-backup/zbackup/Manifest
deleted file mode 100644
index ba4f197aed2..000
--- a/app-backup/zbackup/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zbackup-1.4.4.tar.gz 87118 BLAKE2B 
b51727dfdd756109498acbfe19c9bbe541856a5424f86e664a124cd4042f81a42cd48f14542fbf278444666ce20539fdb6571cce8aeacfcafac9a44c3ee6e789
 SHA512 
96f0984be71e521b2a188448bb2801996701be6e96b1dac4672cabc9f6bcb6631fdb8d03f5dde4bbdbb0050d9bd1409d468fcba15f93730d69e6c55271aba575

diff --git a/app-backup/zbackup/files/zbackup-1.4.4-tartool.patch 
b/app-backup/zbackup/files/zbackup-1.4.4-tartool.patch
deleted file mode 100644
index 8f9f839a66f..000
--- a/app-backup/zbackup/files/zbackup-1.4.4-tartool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/CMakeLists.txt   2017-02-24 09:22:39.360392521 +0200
-+++ b/CMakeLists.txt   2017-02-24 09:23:13.642390978 +0200
-@@ -51,4 +51,8 @@
-   ${LIBLZO_LIBRARIES}
- )
- 
-+if (BUILD_TARTOOL)
-+  add_subdirectory(tartool)
-+endif (BUILD_TARTOOL)
-+
- install( TARGETS zbackup DESTINATION bin )

diff --git a/app-backup/zbackup/files/zbackup--tartool.patch 
b/app-backup/zbackup/files/zbackup--tartool.patch
deleted file mode 100644
index 26052f97a48..000
--- a/app-backup/zbackup/files/zbackup--tartool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/CMakeLists.txt   2017-02-24 09:22:39.360392521 +0200
-+++ b/CMakeLists.txt   2017-02-24 09:23:13.642390978 +0200
-@@ -51,4 +51,8 @@
-   ${LIBLZO_LIBRARIES}
- )
- 
-+if (BUILD_TARTOOL)
-+  add_subdirectory(tools/tartool)
-+endif (BUILD_TARTOOL)
-+
- install( TARGETS zbackup DESTINATION bin )

diff --git a/app-backup/zbackup/metadata.xml b/app-backup/zbackup/metadata.xml
deleted file mode 100644
index 42d77886939..000
--- a/app-backup/zbackup/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   spid...@spiderx.dp.ua
-   Vladimir Pavljuchenkov
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-   
-   zbackup is a globally-deduplicating backup tool.
-   The program has the following features:
-   Parallel LZMA or LZO compression of the stored data
-   Built-in AES encryption of the stored data
-   Possibility to delete old backup data
-   Use of a 64-bit rolling hash, keeping the amount of soft collisions to 
zero
-   
-   
-   Install tartool utility
-   
-   
-   zbackup/zbackup
-   
-

diff --git a/app-backup/zbackup/zbackup-1.4.4-r2.ebuild 
b/app-backup/zbackup/zbackup-1.4.4-r2.ebuild
deleted file mode 100644
index 6067533065b..000
--- a/app-backup/zbackup/zbackup-1.4.4-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A versatile deduplicating backup tool"
-HOMEPAGE="https://github.com/zbackup/zbackup;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="tartool"
-
-DEPEND="app-arch/lzma
-   dev-libs/lzo:2
-   dev-libs/protobuf:0=
-   sys-libs/zlib
-   dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-# Add tartool build
-PATCHES=( "${FILESDIR}/${P}-tartool.patch" )
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_TARTOOL="$(usex tartool)"
-   )
-
-   cmake_src_configure
-}

diff --git a/app-backup/zbackup/zbackup-.ebuild 
b/app-backup/zbackup/zbackup-.ebuild
deleted file mode 100644
index 063a9cdec68..000
--- a/app-backup/zbackup/zbackup-.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
-
-inherit cmake git-r3
-
-DESCRIPTION="A versatile deduplicating backup tool"
-HOMEPAGE="https://github.com/zbackup/zbackup;

[gentoo-commits] repo/gentoo:master commit in: sci-physics/sassena/files/, sci-physics/sassena/, profiles/

2021-09-02 Thread Jakov Smolić
commit: ba86737974866cf5bb36e28a66b9daabfb8d6cde
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep  2 20:28:45 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep  2 20:35:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba867379

sci-physics/sassena: Remove last-rited package

Closes: https://bugs.gentoo.org/741646
Closes: https://bugs.gentoo.org/792993
Signed-off-by: Jakov Smolić  gentoo.org>

 profiles/package.mask  |  5 --
 sci-physics/sassena/Manifest   |  1 -
 .../files/sassena-1.4.2_cmake-remove-missing.patch | 33 
 .../files/sassena-1.4.2_link_boost_thread.patch| 92 --
 .../sassena/files/sassena-1.4.2_uint32_t.patch | 11 ---
 sci-physics/sassena/metadata.xml   | 11 ---
 sci-physics/sassena/sassena-1.4.2.ebuild   | 32 
 7 files changed, 185 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f60e9b74435..116fdca2715 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -200,11 +200,6 @@ app-backup/zbackup
 # Removal on 2021-09-04.
 net-misc/stargazer
 
-# Sam James  (2021-08-04)
-# Fails to build with GCC 11 and has Boost incompatibility issues.
-# bug #741646, bug #792993. Removal on 2021-09-04.
-sci-physics/sassena
-
 # David Seifert  (2021-08-04)
 # Last release over 4 years ago, upstream pretty much dead, the
 # ecosystem has switched to dev-util/pkgconf, which is alive. Testing

diff --git a/sci-physics/sassena/Manifest b/sci-physics/sassena/Manifest
deleted file mode 100644
index f414a33d4ca..000
--- a/sci-physics/sassena/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sassena-1.4.2.tar.gz 783708 BLAKE2B 
eef37655c50831f50bfd7f9d66b98d30820661682c78d9fc0f24bf4cc924dfff3a2ce3d116a8fe1161522907825a1bbaaef5d61bf8edb20094bc37606cf87c88
 SHA512 
07dbd44494a50de29b6f3b3542d862328726d132bda097352ac2f6ad24479b93b2d77c5ea2ef812b2956d0ac950ad69b93da0996f14ff1ce9f0e310b27728942

diff --git a/sci-physics/sassena/files/sassena-1.4.2_cmake-remove-missing.patch 
b/sci-physics/sassena/files/sassena-1.4.2_cmake-remove-missing.patch
deleted file mode 100644
index 7131d351452..000
--- a/sci-physics/sassena/files/sassena-1.4.2_cmake-remove-missing.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -ru sassena-1.4.2_org/cmake/CMakeLists.txt.executables 
sassena-1.4.2/cmake/CMakeLists.txt.executables
 sassena-1.4.2_org/cmake/CMakeLists.txt.executables 2014-07-29 
11:02:12.652053749 +0200
-+++ sassena-1.4.2/cmake/CMakeLists.txt.executables 2014-07-29 
11:04:57.831042602 +0200
-@@ -18,18 +18,12 @@
- tests/unit_broadcast.cpp
- )
- 
--ADD_EXECUTABLE(unit_parameters 
--  src/common.cpp
--tests/unit_parameters.cpp
--)
--
- 
- IF(STATIC)
- SET_TARGET_PROPERTIES(sassena PROPERTIES LINK_SEARCH_END_STATIC 1)
- SET_TARGET_PROPERTIES(s_stage PROPERTIES LINK_SEARCH_END_STATIC 1)
- SET_TARGET_PROPERTIES(s_maketnx PROPERTIES LINK_SEARCH_END_STATIC 1)
- SET_TARGET_PROPERTIES(unit_broadcast PROPERTIES LINK_SEARCH_END_STATIC 1)
--SET_TARGET_PROPERTIES(unit_parameters PROPERTIES LINK_SEARCH_END_STATIC 1)
- ENDIF(STATIC)
- 
- TARGET_LINK_LIBRARIES (s_stage 
-@@ -89,10 +83,4 @@
-   ${BOOST_LIBRARIES}
- )
- 
--TARGET_LINK_LIBRARIES (unit_parameters 
--  sass_log
--  sass_controlio
--  ${BOOST_LIBRARIES}
--)
--
- INSTALL(TARGETS unit_broadcast RUNTIME DESTINATION bin)

diff --git a/sci-physics/sassena/files/sassena-1.4.2_link_boost_thread.patch 
b/sci-physics/sassena/files/sassena-1.4.2_link_boost_thread.patch
deleted file mode 100644
index 424ca381a51..000
--- a/sci-physics/sassena/files/sassena-1.4.2_link_boost_thread.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-diff -ru sassena-1.4.2_org/src/main/sassena.cpp 
sassena-1.4.2/src/main/sassena.cpp
 sassena-1.4.2_org/src/main/sassena.cpp 2014-07-29 11:02:12.650053749 
+0200
-+++ sassena-1.4.2/src/main/sassena.cpp 2014-07-29 12:52:56.978605357 +0200
-@@ -62,6 +62,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- // other headers
- #include "exceptions/exceptions.hpp"
-Nur in sassena-1.4.2/src/main: .sassena.cpp.swp.
-diff -ru sassena-1.4.2_org/src/main/s_stage.cpp 
sassena-1.4.2/src/main/s_stage.cpp
 sassena-1.4.2_org/src/main/s_stage.cpp 2014-07-29 11:02:12.650053749 
+0200
-+++ sassena-1.4.2/src/main/s_stage.cpp 2014-07-29 12:51:22.257611749 +0200
-@@ -33,6 +33,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- // other headers
- #include "exceptions/exceptions.hpp"
-diff -ru sassena-1.4.2_org/src/scatter_devices/abstract_scatter_device.cpp 
sassena-1.4.2/src/scatter_devices/abstract_scatter_device.cpp
 sassena-1.4.2_org/src/scatter_devices/abstract_scatter_device.cpp  
2014-07-29 11:02:12.650053749 +0200
-+++ sassena-1.4.2/src/scatter_devices/abstract_scatter_device.cpp  
2014-07-29 13:02:20.824567306 +0200
-@@ -18,6 +18,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- // other headers
- 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/xcin/files/, app-i18n/xcin/, profiles/

2021-09-02 Thread Jakov Smolić
commit: e9029894834a786cf09ae2e36b14e82838725dda
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep  2 19:45:53 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep  2 20:33:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9029894

app-i18n/xcin: Remove last-rited package

Closes: https://bugs.gentoo.org/742941
Closes: https://bugs.gentoo.org/742938
Closes: https://bugs.gentoo.org/722376
Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/xcin/Manifest |   2 -
 .../xcin/files/xcin-2.5.3_pre3-glibc-2.10.patch| 110 ---
 app-i18n/xcin/files/xcin-2.5.3_pre3-ldflags.patch  |  96 -
 app-i18n/xcin/files/xcin-2.5.3_pre3-make.patch | 118 -
 app-i18n/xcin/files/xcin-2.5.3_pre3-slibtool.patch |  37 ---
 app-i18n/xcin/metadata.xml |   8 --
 app-i18n/xcin/xcin-2.5.3_pre3-r3.ebuild|  87 ---
 profiles/package.mask  |   1 -
 8 files changed, 459 deletions(-)

diff --git a/app-i18n/xcin/Manifest b/app-i18n/xcin/Manifest
deleted file mode 100644
index 3ac538ec8ac..000
--- a/app-i18n/xcin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST xcin_2.5.2.99.pre2+cvs20030224-1.4.diff.gz 1321937 BLAKE2B 
4213f585d62d37215495354890203272fda0d7068bd6ceb8c0d75a2d1cd8c6626997607ab5b821887248f2e4207733eb3a26d021873893488b8dee83fddd3e52
 SHA512 
d1c6a667a8dcf996e02d694a0ff73eca409f542ce11b0e4d8563ed04c62e12c1d8feb6307153c5cfe982e66848b414dd65fc23d022ccc54cf2a0e3978b8c33e5
-DIST xcin_2.5.2.99.pre2+cvs20030224.orig.tar.gz 1530591 BLAKE2B 
1c68d8bd4f11c458c2fefe974fc5f565a59deee23129f1c53e5714655d5be543e7a97f72eab2dc56aa098b78b53bfa77a4c0fbcb56cb93b936cc8b4ee5435135
 SHA512 
1068a9cf7f3b7ff3c2ff7e0443e487e660f3ec8c7f0114f1ad614fb1c7a73d15613ce0c198514816f00afaaa22434660ed11d329413bf010aa52b27513a5ac14

diff --git a/app-i18n/xcin/files/xcin-2.5.3_pre3-glibc-2.10.patch 
b/app-i18n/xcin/files/xcin-2.5.3_pre3-glibc-2.10.patch
deleted file mode 100644
index 3d472f95b0f..000
--- a/app-i18n/xcin/files/xcin-2.5.3_pre3-glibc-2.10.patch
+++ /dev/null
@@ -1,110 +0,0 @@
-diff -ur xcin-2.5.2.99.pre2+cvs20030224.orig/doc/En/internal/module.En 
xcin-2.5.2.99.pre2+cvs20030224/doc/En/internal/module.En
 xcin-2.5.2.99.pre2+cvs20030224.orig/doc/En/internal/module.En  
2000-12-13 18:55:41.0 +0200
-+++ xcin-2.5.2.99.pre2+cvs20030224/doc/En/internal/module.En   2009-12-29 
18:09:20.0 +0200
-@@ -481,13 +481,13 @@
- char *lc_ctype; /* LC_CTYPE locale category name */
- char *lc_messages;  /* LC_MESSAGES locale category name */
- char *encoding; /* encoding name */
--} locale_t;
-+} xcin_locale_t;
- 
- typedef struct {
- char *rcfile;   /* rcfile name. */
- char *default_dir;  /* Default module directory. */
- char *user_dir; /* User data directory. */
--locale_t locale;/* Locale name. */
-+xcin_locale_t locale;/* Locale name. */
- } xcin_rc_t;
- 
-   The return value of this function is True when excuting successfully,
-diff -ur xcin-2.5.2.99.pre2+cvs20030224.orig/doc/internal/module 
xcin-2.5.2.99.pre2+cvs20030224/doc/internal/module
 xcin-2.5.2.99.pre2+cvs20030224.orig/doc/internal/module2002-10-29 
13:53:42.0 +0200
-+++ xcin-2.5.2.99.pre2+cvs20030224/doc/internal/module 2009-12-29 
18:09:24.0 +0200
-@@ -423,13 +423,13 @@
-   char *lc_ctype; /* LC_CTYPE locale category name */
-   char *lc_messages;  /* LC_MESSAGES locale category name */
-   char *encoding; /* encoding name */
--  } locale_t;
-+  } xcin_locale_t;
- 
-   typedef struct {
-   char *rcfile;   /* rcfile name. */
-   char *default_dir;  /* Default module directory. */
-   char *user_dir; /* User data directory. */
--  locale_t locale;/* Locale name. */
-+  xcin_locale_t locale;/* Locale name. */
-   } xcin_rc_t;
- 
-   ���禡�Y���\�Ǧ^ True, ���ѶǦ^ False�C
-diff -ur xcin-2.5.2.99.pre2+cvs20030224.orig/src/include/xcintool.h 
xcin-2.5.2.99.pre2+cvs20030224/src/include/xcintool.h
 xcin-2.5.2.99.pre2+cvs20030224.orig/src/include/xcintool.h 2002-10-29 
13:53:42.0 +0200
-+++ xcin-2.5.2.99.pre2+cvs20030224/src/include/xcintool.h  2009-12-29 
18:09:01.0 +0200
-@@ -202,12 +202,12 @@
- char *lc_messages;
- char *encoding;
- int encid, locid;
--} locale_t;
-+} xcin_locale_t;
- 
- typedef struct {
- int argc; /* Command line arguement list */
- char **argv;
--locale_t locale;/* Locale name. */
-+xcin_locale_t locale;/* Locale name. */
- char *usrhome;   

[gentoo-commits] repo/gentoo:master commit in: dev-libs/replicant/, profiles/

2021-09-02 Thread Jakov Smolić
commit: 21ddfd046fb1f262cefa74f11449d64350fa69b2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep  2 19:43:26 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep  2 20:33:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ddfd04

dev-libs/replicant: Remove last-rited package

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/replicant/Manifest   |  1 -
 dev-libs/replicant/metadata.xml   |  8 
 dev-libs/replicant/replicant-0.8.1.ebuild | 22 --
 profiles/package.mask |  1 -
 4 files changed, 32 deletions(-)

diff --git a/dev-libs/replicant/Manifest b/dev-libs/replicant/Manifest
deleted file mode 100644
index ab3f59468e3..000
--- a/dev-libs/replicant/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST replicant-0.8.1.tar.gz 444074 BLAKE2B 
0e4c87437268a86d67b0452e77bca4b4787d44deac29daa4535e851e007c5f6641f2c2cc7f650493ff89e69fa65ee8075658aa70ea0212253334d1af7a6155ae
 SHA512 
a968b92717156656d8f3d8302cedf3405fe1efdf2be79905900f3e3ef26002ec83d4337dceb60ea493bb1607a0b0f9bcba92d766bb11463818483d64ecaaef38

diff --git a/dev-libs/replicant/metadata.xml b/dev-libs/replicant/metadata.xml
deleted file mode 100644
index 40aa45df2b0..000
--- a/dev-libs/replicant/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   patr...@gentoo.org
-   Patrick Lauer
-   
-

diff --git a/dev-libs/replicant/replicant-0.8.1.ebuild 
b/dev-libs/replicant/replicant-0.8.1.ebuild
deleted file mode 100644
index 1f24b21f9eb..000
--- a/dev-libs/replicant/replicant-0.8.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Hyperdex replicant support library"
-HOMEPAGE="http://hyperdex.org;
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND=">=dev-libs/libpo6-0.8
-   >=dev-libs/libe-0.11
-   >=dev-libs/busybee-0.7
-   dev-libs/hyperleveldb
-   dev-cpp/glog
-   dev-cpp/sparsehash"
-RDEPEND="${DEPEND}"

diff --git a/profiles/package.mask b/profiles/package.mask
index 80c947d30e6..fa13047df83 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -233,7 +233,6 @@ app-i18n/xcin
 # last distro that still packages this.
 # Bug #629610, #646690, removal in 30 days.
 dev-libs/hyperleveldb
-dev-libs/replicant
 
 # Andreas Sturmlechner  (2021-08-02)
 # Two years after the tracker was opened it is time to mask dev-qt/qtwebkit



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

2021-09-02 Thread Jakov Smolić
commit: fb7c71ea0713902fa35c76b53ee29ea3b432bd8b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep  2 20:29:54 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep  2 20:35:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7c71ea

profiles/base: Remove app-i18n/xcin p.u.mask entry

Signed-off-by: Jakov Smolić  gentoo.org>

 profiles/base/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1eb0c06c312..e27643adf12 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -312,10 +312,6 @@ dev-python/statsmodels doc
 sys-block/open-iscsi slp
 sys-block/open-isns slp
 
-# Michał Górny  (2019-09-28)
-# media-fonts/hkscs-ming is slated for removal.
-app-i18n/xcin unicode
-
 # Craig Andrews  (2019-09-12)
 # OpenSSL (as of version 1.1.1) doesn't have APIs for QUIC support
 # see https://github.com/openssl/openssl/pull/8797



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

2021-09-02 Thread Jakov Smolić
commit: 3d9b840d83f646205812a0b6a4394ed52b9da979
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep  2 19:44:16 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep  2 20:33:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9b840d

dev-libs/hyperleveldb: Remove last-rited package

Closes: https://bugs.gentoo.org/646690
Closes: https://bugs.gentoo.org/629610
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/hyperleveldb/Manifest |  1 -
 dev-libs/hyperleveldb/files/snappy.patch   | 31 ---
 dev-libs/hyperleveldb/hyperleveldb-1.2.2-r1.ebuild | 35 --
 dev-libs/hyperleveldb/metadata.xml |  8 -
 profiles/package.mask  |  6 
 5 files changed, 81 deletions(-)

diff --git a/dev-libs/hyperleveldb/Manifest b/dev-libs/hyperleveldb/Manifest
deleted file mode 100644
index 959e39fc4b8..000
--- a/dev-libs/hyperleveldb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hyperleveldb-1.2.2.tar.gz 584955 BLAKE2B 
de578b83ae3ea4e3802bee9936d5917af421baf2513da9e4575b8965a8bcc53565fd56105eea70a0c0c62ddefc3c5c11bb3511b52c6c09e68c5a416d6aa06ac0
 SHA512 
6fb7a84ec237a5a1a3f5f7c90965a0b0661a6143722a159a189c4c54231d8c5746dcbb76713fbe9b8b2529467f287365d30dd7115fb5c1ef54f864686a709eb2

diff --git a/dev-libs/hyperleveldb/files/snappy.patch 
b/dev-libs/hyperleveldb/files/snappy.patch
deleted file mode 100644
index db3d2e3885a..000
--- a/dev-libs/hyperleveldb/files/snappy.patch
+++ /dev/null
@@ -1,31 +0,0 @@
 a/Makefile.am
-+++ b/Makefile.am
-@@ -196,7 +196,7 @@
- TESTS = $(check_PROGRAMS)
- 
- benchmark_SOURCES = benchmark.cc
--benchmark_LDADD = libhyperleveldb.la -lpthread -le -lpopt -lygor
-+benchmark_LDADD = libhyperleveldb.la -lpthread -le -lpopt -lygor -lsnappy
- benchmark_LDFLAGS = -no-install
- 
- db_bench_SOURCES = db/db_bench.cc $(TESTUTIL)
-
-@@ -200,7 +200,7 @@
- benchmark_LDFLAGS = -no-install
- 
- db_bench_SOURCES = db/db_bench.cc $(TESTUTIL)
--db_bench_LDADD = libhyperleveldb.la -lpthread
-+db_bench_LDADD = libhyperleveldb.la -lpthread -lsnappy
- 
- db_bench_sqlite3_SOURCES = doc/bench/db_bench_sqlite3.cc $(TESTUTIL)
- db_bench_sqlite3_LDADD = -lsqlite3
-@@ -215,7 +215,7 @@
- leveldb_dump_all_LDADD = libhyperleveldb.la -lpthread
- 
- leveldb_verify_SOURCES = leveldb-verify.cc
--leveldb_verify_LDADD = libhyperleveldb.la -lpthread
-+leveldb_verify_LDADD = libhyperleveldb.la -lpthread -lsnappy
- 
- autocompact_test_SOURCES = db/autocompact_test.cc $(TESTHARNESS)
- autocompact_test_LDADD = libhyperleveldb.la -lpthread
-

diff --git a/dev-libs/hyperleveldb/hyperleveldb-1.2.2-r1.ebuild 
b/dev-libs/hyperleveldb/hyperleveldb-1.2.2-r1.ebuild
deleted file mode 100644
index 1a42b9d33f7..000
--- a/dev-libs/hyperleveldb/hyperleveldb-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WANT_AUTOMAKE="1.11"
-
-inherit autotools
-
-DESCRIPTION="Hyperdex fork/extension of leveldb"
-HOMEPAGE="http://hyperdex.org/;
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-libs/leveldb:=[snappy]"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/snappy.patch )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf --disable-static
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/hyperleveldb/metadata.xml 
b/dev-libs/hyperleveldb/metadata.xml
deleted file mode 100644
index 40aa45df2b0..000
--- a/dev-libs/hyperleveldb/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   patr...@gentoo.org
-   Patrick Lauer
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index fa13047df83..7e8aeebb0b6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -228,12 +228,6 @@ media-libs/memphis
 app-i18n/libtabe
 app-i18n/xcin
 
-# David Seifert  (2021-08-04)
-# Last release 7 years ago, multiple test failures, unmaintained,
-# last distro that still packages this.
-# Bug #629610, #646690, removal in 30 days.
-dev-libs/hyperleveldb
-
 # Andreas Sturmlechner  (2021-08-02)
 # Two years after the tracker was opened it is time to mask dev-qt/qtwebkit
 # for good. No commits to upstream repository for >9 months, latest available



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-i18n/libtabe/, app-i18n/libtabe/files/

2021-09-02 Thread Jakov Smolić
commit: a4463a826f283632855e83cecbe7de8c17a8f022
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep  2 19:48:21 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep  2 20:35:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4463a82

app-i18n/libtabe: Remove last-rited package

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/libtabe/Manifest  |  2 -
 app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch| 24 
 app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch | 57 -
 app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild  | 71 --
 app-i18n/libtabe/metadata.xml  |  8 ---
 profiles/package.mask  |  6 --
 6 files changed, 168 deletions(-)

diff --git a/app-i18n/libtabe/Manifest b/app-i18n/libtabe/Manifest
deleted file mode 100644
index ef4285baf21..000
--- a/app-i18n/libtabe/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libtabe_0.2.6-1.2.diff.gz 74362 BLAKE2B 
d09e91bad9e9e3240cdc261140012977f318436af420564692152a8b7a99cd7c427433a6180c1f9490995b43cd95200318ffb5dab68fc18561d7ced58fd00bd6
 SHA512 
011a76f3c8a1c13a6cfd0e96eb41557a8bfbf1aca8cb79daee0f0941b920d25614df5e0479368bf7075cb511851cab4c9113b30656d55b4d29128eb7312d0ef1
-DIST libtabe_0.2.6.orig.tar.gz 1792199 BLAKE2B 
fec2259678a57b144eccf49ba459d2930f89f871873b3547040fd570a0f8510bc84e27609b1ca2d82596d5a025f0bd7251870655f4a83758be806f75db5abb48
 SHA512 
88f1cb279ccf487de5d0f8a1e9eede8d5ca16e4507b59db0b66241d0cdae609ed0b04093a82eabe0569f885aa397c1d5fa3f0ae3c3270a348ce045d73e01fbc7

diff --git a/app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch 
b/app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch
deleted file mode 100644
index 79964602e75..000
--- a/app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch
+++ /dev/null
@@ -1,24 +0,0 @@
- * QA Notice: Package has poor programming practices which may compile
- *fine but exhibit random runtime failures.
- * tabe_tsi.c:385: warning: incompatible implicit declaration of built-in 
function ‘fabs’
- * tabe_tsi.c:437: warning: incompatible implicit declaration of built-in 
function ‘fabs’
- * tabe_tsi.c:496: warning: incompatible implicit declaration of built-in 
function ‘fabs’
- * Please do not file a Gentoo bug and instead report the above QA
- * issues directly to the upstream developers of this software.
- * Homepage: https://packages.qa.debian.org/libt/libtabe.html
-
-diff -NrU5 libtabe-0.2.6.orig.really/src/tabe_tsi.c 
libtabe-0.2.6.orig/src/tabe_tsi.c
 libtabe-0.2.6.orig.really/src/tabe_tsi.c   2008-04-20 01:35:56.0 
+0200
-+++ libtabe-0.2.6.orig/src/tabe_tsi.c  2008-04-20 01:36:46.0 +0200
-@@ -12,10 +12,11 @@
- #endif
- 
- #include 
- #include 
- #include 
-+#include 
- 
- #include "tabe.h"
- 
- struct TsiInfo *
- tabeTsiInfoNew(char *str)

diff --git a/app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch 
b/app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch
deleted file mode 100644
index 0f51b19b71f..000
--- a/app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff --git a/src/Makefile.in b/src/Makefile.in
-index ada3dca..6acd71c 100644
 a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -10,7 +10,7 @@ CPPFLAGS= @CPPFLAGS@
- DEFS= @DEFS@
- RANLIB  = @RANLIB@
- LN_S= @LN_S@
--LDFLAGS   = @with_db_lib@
-+LDFLAGS   = @with_db_lib@ @LDFLAGS@
- INC   = @with_db_inc@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-@@ -55,7 +55,7 @@ all: $(LIBNAME) @build_supports@
- 
- $(LIBNAME): $(LIBOBJS)
-   $(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
--  -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
-+  -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) 
$(LDFLAGS)
- 
- bims:
-   (cd supports/bims; $(MAKE))
-diff --git a/src/supports/bims/Makefile.in b/src/supports/bims/Makefile.in
-index dc2534d..0e3041b 100644
 a/src/supports/bims/Makefile.in
-+++ b/src/supports/bims/Makefile.in
-@@ -10,7 +10,7 @@ CPPFLAGS= @CPPFLAGS@
- DEFS= @DEFS@
- RANLIB  = @RANLIB@
- LN_S= @LN_S@
--LDFLAGS = @with_db_lib@
-+LDFLAGS = @with_db_lib@ @LDFLAGS@
- INC = -I../..
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-@@ -45,7 +45,7 @@ all: $(LIBNAME)
- 
- $(LIBNAME): $(LIBOBJS)
-   $(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
--  -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
-+  -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) 
$(LDFLAGS)
- 
- bims.lo: bims.c bims.h
-   $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(DEFS) $(INC) -o $@ bims.c
-diff --git a/util/Makefile.in b/util/Makefile.in
-index cb82736..16425d1 100644
 a/util/Makefile.in
-+++ b/util/Makefile.in
-@@ -10,7 

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

2021-09-02 Thread Arthur Zamarin
commit: 98df46a8756c33918b7d25c8ada8c13326d8ae1e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 19:55:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 19:57:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98df46a8

dev-python/imageio: add 2.9.0, enable py3.10, enable tests

Closes: https://bugs.gentoo.org/798075
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/imageio/Manifest |  1 +
 dev-python/imageio/imageio-2.9.0.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/dev-python/imageio/Manifest b/dev-python/imageio/Manifest
index 5a177910cec..3f94abe61c1 100644
--- a/dev-python/imageio/Manifest
+++ b/dev-python/imageio/Manifest
@@ -1 +1,2 @@
 DIST imageio-2.6.1.tar.gz 302911 BLAKE2B 
b0ed781b9edcbb93af664ea4e815cf90e56ab2b31abdda88dcd142558efa1c43afb89886f6b3a372fddcd200df802e45c7278fe13067bfeebf119471f573e668
 SHA512 
e4a4510a9fd0823914a9f511011cb9c191bea1cd78b2c2bba5d559fcdc89c55cd1dbb03a81eaf82c460ebb86cde518f44ff02766a9935d4f463e81a52007fe25
+DIST imageio-2.9.0.gh.tar.gz 298291 BLAKE2B 
b36b0a5bf74938177353ffce103d7479a2b15442623d400261dac485b5cc7e8743b18e92d938fcfe2b68dfdef1d1417308e5441112ff851481cc768b76ab56d0
 SHA512 
a325ad4f0913219b87418d4f57fddc3f1e4c1be4102e933aa0c236317044d2a5ded623bbe86b92d3f2004bb9386ccb3f0cc03b7b118f9faa6f320dd147157ed6

diff --git a/dev-python/imageio/imageio-2.9.0.ebuild 
b/dev-python/imageio/imageio-2.9.0.ebuild
new file mode 100644
index 000..a90dd332538
--- /dev/null
+++ b/dev-python/imageio/imageio-2.9.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python library for reading and writing image data"
+HOMEPAGE="https://imageio.github.io/;
+SRC_URI="
+   https://github.com/imageio/imageio/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   media-libs/freeimage
+"
+BDEPEND="
+   test? (
+   dev-python/psutil[${PYTHON_USEDEP}]
+   )
+"
+
+PROPERTIES="test_network"
+RESTRICT="test"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # Fails because of system installed freeimage
+   tests/test_core.py::test_findlib2
+   # Needs unpackaged imageio_ffmpeg
+   tests/test_ffmpeg.py
+   tests/test_ffmpeg_info.py
+)



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

2021-09-02 Thread Arthur Zamarin
commit: 83ef1b452aa6ff8e509f4f1bc93c3493d3b4508d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 19:56:32 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 19:57:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ef1b45

dev-python/imageio: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/imageio/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/imageio/metadata.xml b/dev-python/imageio/metadata.xml
index 1629892fca0..2ba2196054f 100644
--- a/dev-python/imageio/metadata.xml
+++ b/dev-python/imageio/metadata.xml
@@ -15,6 +15,7 @@
video, volumetric data, and scientific formats. It is 
cross-platform,
runs on Python 2.x and 3.x, and is easy to install.

+   

imageio/imageio
imageio



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

2021-09-02 Thread Thomas Raschbacher
commit: f9c15ae36a1e8801195143a2e8193f2a90d5cd39
Author: Thomas Raschbacher  gentoo  org>
AuthorDate: Thu Sep  2 19:47:55 2021 +
Commit: Thomas Raschbacher  gentoo  org>
CommitDate: Thu Sep  2 19:47:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c15ae3

media-libs/libvpx: remove svc USE flag

Use of svc cannot be switched off anymore.
Closes: https://bugs.gentoo.org/678730
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Raschbacher  gentoo.org>

 media-libs/libvpx/libvpx-1.10.0.ebuild | 3 +--
 media-libs/libvpx/libvpx-1.9.0.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-libs/libvpx/libvpx-1.10.0.ebuild 
b/media-libs/libvpx/libvpx-1.10.0.ebuild
index 46a5c2db8ec..e049dd9007b 100644
--- a/media-libs/libvpx/libvpx-1.10.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.10.0.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 LICENSE="BSD"
 SLOT="0/6"
 KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
-IUSE="doc +highbitdepth postproc static-libs svc test +threads"
+IUSE="doc +highbitdepth postproc static-libs test +threads"
 
 REQUIRED_USE="test? ( threads )"
 
@@ -69,7 +69,6 @@ multilib_src_configure() {
--enable-shared
--extra-cflags="${CFLAGS}"
$(use_enable postproc)
-   $(use_enable svc experimental)
$(use_enable static-libs static)
$(use_enable test unit-tests)
$(use_enable threads multithread)

diff --git a/media-libs/libvpx/libvpx-1.9.0.ebuild 
b/media-libs/libvpx/libvpx-1.9.0.ebuild
index 797205efb16..a445bd2935a 100644
--- a/media-libs/libvpx/libvpx-1.9.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.9.0.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 LICENSE="BSD"
 SLOT="0/6"
 KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="doc +highbitdepth postproc static-libs svc test +threads"
+IUSE="doc +highbitdepth postproc static-libs test +threads"
 
 REQUIRED_USE="test? ( threads )"
 
@@ -69,7 +69,6 @@ multilib_src_configure() {
--enable-shared
--extra-cflags="${CFLAGS}"
$(use_enable postproc)
-   $(use_enable svc experimental)
$(use_enable static-libs static)
$(use_enable test unit-tests)
$(use_enable threads multithread)



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

2021-09-02 Thread Arthur Zamarin
commit: 50c132d50b684365e4406466821cb2f715e613da
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 19:02:18 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 19:05:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c132d5

dev-python/authheaders: add github upstream metadata

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/authheaders/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/authheaders/metadata.xml 
b/dev-python/authheaders/metadata.xml
index acf4ae8def2..ab260e5d6fc 100644
--- a/dev-python/authheaders/metadata.xml
+++ b/dev-python/authheaders/metadata.xml
@@ -12,5 +12,6 @@


authheaders
+   ValiMail/authentication-headers

 



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

2021-09-02 Thread Arthur Zamarin
commit: 8f639b214fa524fead41a53cd26285d319f0c987
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 19:01:42 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 19:05:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f639b21

dev-python/authheaders: enable py3.10, enable tests

Closes: https://bugs.gentoo.org/797778
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/authheaders/authheaders-0.13.0.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-python/authheaders/authheaders-0.13.0.ebuild 
b/dev-python/authheaders/authheaders-0.13.0.ebuild
index 90a48e48679..a16e7617ac8 100644
--- a/dev-python/authheaders/authheaders-0.13.0.ebuild
+++ b/dev-python/authheaders/authheaders-0.13.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="A library wrapping email authentication header verification and 
generation."
@@ -13,12 +13,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   dev-python/dkimpy[${PYTHON_USEDEP}]
+RDEPEND="
>=dev-python/authres-1.0.1[${PYTHON_USEDEP}]
+   dev-python/dkimpy[${PYTHON_USEDEP}]
+   dev-python/dnspython[${PYTHON_USEDEP}]
>=dev-python/publicsuffix-2.20190205[${PYTHON_USEDEP}]
-   dev-python/dnspython[${PYTHON_USEDEP}]"
-BDEPEND=""
+"
+
+distutils_enable_tests pytest



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

2021-09-02 Thread Arthur Zamarin
commit: df9bad88486462996919aea65d0b171adfa5f8b9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 18:57:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 19:05:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9bad88

dev-python/publicsuffix: add github upstream metadata

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/publicsuffix/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/publicsuffix/metadata.xml 
b/dev-python/publicsuffix/metadata.xml
index c604e58d98f..9083738bd3b 100644
--- a/dev-python/publicsuffix/metadata.xml
+++ b/dev-python/publicsuffix/metadata.xml
@@ -13,5 +13,6 @@


publicsuffix
+   nexB/python-publicsuffix2

 



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

2021-09-02 Thread Arthur Zamarin
commit: 4cb26b1f244e0a6d3881d6d04ef2cf25c268
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 18:21:33 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 19:05:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb26b1f

dev-python/dkimpy: enable py3.10, small cleanup

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/dkimpy/dkimpy-1.0.5.ebuild | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-python/dkimpy/dkimpy-1.0.5.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.5.ebuild
index 818fd1ed220..761285956f7 100644
--- a/dev-python/dkimpy/dkimpy-1.0.5.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.0.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 optfeature
@@ -16,19 +16,16 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 arm64 x86"
 
-RDEPEND="
-   dev-python/dnspython[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-BDEPEND+="
+RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]"
+BDEPEND="
test? (
dev-python/authres[${PYTHON_USEDEP}]
dev-python/pynacl[${PYTHON_USEDEP}]
)
 "
 
+distutils_enable_tests unittest
+
 pkg_postinst() {
optfeature "ARC support" dev-python/authres
optfeature "ed25519 capability" dev-python/pynacl



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

2021-09-02 Thread Arthur Zamarin
commit: 5e5f3c08a6fb4d0619c0cdf140f068f53f4fa365
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 18:57:53 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 19:05:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5f3c08

dev-python/publicsuffix: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/publicsuffix/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/publicsuffix/metadata.xml 
b/dev-python/publicsuffix/metadata.xml
index 9083738bd3b..0ed83041516 100644
--- a/dev-python/publicsuffix/metadata.xml
+++ b/dev-python/publicsuffix/metadata.xml
@@ -11,6 +11,7 @@

This module allows you to get the public suffix of a 
domain name using the Public Suffix List from http://publicsuffix.org

+   

publicsuffix
nexB/python-publicsuffix2



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

2021-09-02 Thread Arthur Zamarin
commit: b6c2d8831b8d3e810e829a42c5139703aaa030f6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 18:56:13 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 19:05:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c2d883

dev-python/publicsuffix: enable py3.10, enable tests

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/publicsuffix/Manifest   |  1 +
 .../publicsuffix/publicsuffix-2.20191221-r1.ebuild | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/publicsuffix/Manifest b/dev-python/publicsuffix/Manifest
index 9eeb3b3d194..ced5546f504 100644
--- a/dev-python/publicsuffix/Manifest
+++ b/dev-python/publicsuffix/Manifest
@@ -1 +1,2 @@
+DIST publicsuffix-2.20191221.gh.tar.gz 98142 BLAKE2B 
21b0dabb253175ecf427a51bcc7df2de7fa3fc9fe7d9032cc378160c4c53e75efa4c0e657efc93d48bb58f786160d89cb2fd7301e3c270f73802a926c31ea378
 SHA512 
983bdb17b76d10eb73cf69f0ba7590806bf6786ae0c30526593ce1ab97f3b22c967f9acae83b880dd56be41a29eae9cca5726926667eb74013d0d1078433bf05
 DIST publicsuffix2-2.20191221.tar.gz 99592 BLAKE2B 
3e96f2b1d23a70827758eb4440892719deabdb9a67a2144fefd2d4b23e26dec0d19f6d9fd4de504d5d52c0250719ef85e929b4a2b92b7ba8896ed4055480d0d8
 SHA512 
d863f0937b340958ef7c8bd07d62054aead993ba31b0c2753631f2e75e48f7cea412c6501d8a94d98bf6a97a13eb0716c24a89e336787d5570e9af0386c58320

diff --git a/dev-python/publicsuffix/publicsuffix-2.20191221-r1.ebuild 
b/dev-python/publicsuffix/publicsuffix-2.20191221-r1.ebuild
new file mode 100644
index 000..b42bc58bf1a
--- /dev/null
+++ b/dev-python/publicsuffix/publicsuffix-2.20191221-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PV=release-2.2019-12-21
+
+DESCRIPTION="Get a public suffix for a domain name using the Public Suffix 
List."
+HOMEPAGE="https://github.com/nexB/python-publicsuffix2;
+SRC_URI="
+   https://github.com/nexB/python-publicsuffix2/archive/${MY_PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/python-${PN}2-${MY_PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND=">=dev-python/requests-2.7.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: games-util/legendary/, games-util/legendary/files/

2021-09-02 Thread Ronny Gutbrod
commit: 19a7a53dadad5634ab48e1a777185e034a69c2b2
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Sep  2 18:46:30 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Sep  2 18:48:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19a7a53d

games-util/legendary: Repalce 0.20.7 with 0.20.8.

0.20.7 was not pushed to master, so I just rename it.

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

 games-util/legendary/Manifest   |  2 +-
 .../legendary-0.20.7_Fix-missing-package.patch  | 21 -
 ...endary-0.20.7.ebuild => legendary-0.20.8.ebuild} |  2 --
 3 files changed, 1 insertion(+), 24 deletions(-)

diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
index c5eeefe77..7c75b188f 100644
--- a/games-util/legendary/Manifest
+++ b/games-util/legendary/Manifest
@@ -1,2 +1,2 @@
 DIST legendary-0.20.6.tar.gz 81331 BLAKE2B 
eda64a90c3882ed45e36efbb15170777d20902938c3c7dc0688f2ad3808ed3fdc583a809021a6bc4ac39f67fd00da7160377f418cf071974106a5faedfc352d9
 SHA512 
4caf5fe52d087559ef529040ee60034a03b53e0427dcb054cc840713737a6d0f235c779d5019aab9467264b9507042a24f57e1a90231d71c0037064714a745ce
-DIST legendary-0.20.7.tar.gz 84938 BLAKE2B 
f1b830049b2c44c97e5019fbe47b67d34a119b258633e6dcc82fb80add30b1e013709b7f254880f8d30897d53520c8a5b46da8a5ff3bc198ab1dcc4b1f2467a5
 SHA512 
0a06008053e8fd731e6c7ea29d56910670cd6508acf6993666309a1d59bd479a8fdb5ad3a050a974d6bba2e8e84da54050e7cd4db38f5836205d90421d495563
+DIST legendary-0.20.8.tar.gz 86125 BLAKE2B 
a98571c2c8717eb0a35dc36341c3fc772bd73529144995689987c79d034bef9fa51b587096e164ab33383f7d77063bd90cf9a5e98e86d1efa4a2c6d8257625d2
 SHA512 
3d0bda20c4d7513163b98bc592ab0146704691de1c67ff15a23c96718f7f15f3b9abc3ffa77cabbc3a12155f1e43c62f0acb74c6e6bf757e2a0c399d03c7f5cd

diff --git 
a/games-util/legendary/files/legendary-0.20.7_Fix-missing-package.patch 
b/games-util/legendary/files/legendary-0.20.7_Fix-missing-package.patch
deleted file mode 100644
index 6c07f4f09..0
--- a/games-util/legendary/files/legendary-0.20.7_Fix-missing-package.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From ea05ea255932f1b80a498093d547356bd0520dd7 Mon Sep 17 00:00:00 2001
-From: derrod 
-Date: Wed, 1 Sep 2021 19:12:14 +0200
-Subject: [PATCH] Fix missing package in setup.py
-

- setup.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/setup.py b/setup.py
-index be343fd..38b315b 100644
 a/setup.py
-+++ b/setup.py
-@@ -26,6 +26,7 @@
- 'legendary',
- 'legendary.api',
- 'legendary.downloader',
-+'legendary.downloader.mp',
- 'legendary.lfs',
- 'legendary.models',
- 'legendary.utils',

diff --git a/games-util/legendary/legendary-0.20.7.ebuild 
b/games-util/legendary/legendary-0.20.8.ebuild
similarity index 89%
rename from games-util/legendary/legendary-0.20.7.ebuild
rename to games-util/legendary/legendary-0.20.8.ebuild
index 50da03057..558558dd4 100644
--- a/games-util/legendary/legendary-0.20.7.ebuild
+++ b/games-util/legendary/legendary-0.20.8.ebuild
@@ -17,8 +17,6 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
 
-PATCHES=( "${FILESDIR}/legendary-0.20.7_Fix-missing-package.patch" )
-
 RDEPEND="
$(python_gen_cond_dep '


[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/, dev-qt/qtwebengine/files/

2021-09-02 Thread Andreas Sturmlechner
commit: 5cb1eb3cca7137dea7140befea7ead10f144b233
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 28 10:13:58 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 18:38:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb1eb3c

dev-qt/qtwebengine: Support EXTRA_GN env var

Thanks-to: Jannik Glückert  gmail.com>
Closes: https://bugs.gentoo.org/774186
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch | 12 
 dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild |  1 +
 2 files changed, 13 insertions(+)

diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch 
b/dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch
new file mode 100644
index 000..0488122ce92
--- /dev/null
+++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch
@@ -0,0 +1,12 @@
+diff --git a/src/core/gn_run.pro b/src/core/gn_run.pro
+index 3d6fda80e..3d0bc86fe 100644
+--- a/src/core/gn_run.pro
 b/src/core/gn_run.pro
+@@ -38,5 +38,6 @@ build_pass|!debug_and_release {
+ }
+ 
++gn_args += $$(EXTRA_GN)
+ gn_args = $$system_quote($$gn_args)
+ gn_src_root = 
$$system_quote($$system_path($$QTWEBENGINE_ROOT/$$getChromiumSrcDir()))
+ gn_build_root = $$system_quote($$system_path($$OUT_PWD/$$getConfigDir()))
+ gn_python = "--script-executable=$$pythonPathForSystem()"

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild
index 1a87eb9defb..abc242e938b 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild
@@ -100,6 +100,7 @@ BDEPEND="${PYTHON_DEPS}
 
 PATCHES=(
"${FILESDIR}/${PN}-5.15.0-disable-fatal-warnings.patch" # bug 695446
+   "${FILESDIR}/${PN}-5.15.2-extra_gn.patch" # downstream, bug 774186
"${FILESDIR}/${PN}-5.15.2_p20210224-chromium-87-v8-icu68.patch" # 
downstream, bug 757606
"${FILESDIR}/${PN}-5.15.2_p20210224-disable-git.patch" # downstream 
snapshot fix
"${FILESDIR}/${PN}-5.15.2_p20210406-glibc-2.33.patch" # by Fedora, bug 
769989



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/, dev-qt/qtwebengine/files/

2021-09-02 Thread Andreas Sturmlechner
commit: 93fcae1fceea4e266fc330a358ead8f005fac8fb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 28 10:16:32 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 18:38:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93fcae1f

dev-qt/qtwebengine: Rebase disable-fatal-warnings.patch

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

 .../files/qtwebengine-5.15.2-disable-fatal-warnings.patch| 12 
 dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild   |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git 
a/dev-qt/qtwebengine/files/qtwebengine-5.15.2-disable-fatal-warnings.patch 
b/dev-qt/qtwebengine/files/qtwebengine-5.15.2-disable-fatal-warnings.patch
new file mode 100644
index 000..b0f5f3d30e0
--- /dev/null
+++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.2-disable-fatal-warnings.patch
@@ -0,0 +1,12 @@
+diff --git a/src/buildtools/config/common.pri 
b/src/buildtools/config/common.pri
+index cf990c79..910a88ca 100644
+--- a/src/buildtools/config/common.pri
 b/src/buildtools/config/common.pri
+@@ -26,6 +26,7 @@ gn_args += \
+ skia_use_dawn=false \
+ toolkit_views=false \
+ treat_warnings_as_errors=false \
++fatal_linker_warnings=false \
+ use_allocator_shim=false \
+ use_allocator=\"none\" \
+ use_custom_libcxx=false \

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild
index abc242e938b..223cd21ff67 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild
@@ -99,7 +99,7 @@ BDEPEND="${PYTHON_DEPS}
 "
 
 PATCHES=(
-   "${FILESDIR}/${PN}-5.15.0-disable-fatal-warnings.patch" # bug 695446
+   "${FILESDIR}/${PN}-5.15.2-disable-fatal-warnings.patch" # downstream, 
bug 695446
"${FILESDIR}/${PN}-5.15.2-extra_gn.patch" # downstream, bug 774186
"${FILESDIR}/${PN}-5.15.2_p20210224-chromium-87-v8-icu68.patch" # 
downstream, bug 757606
"${FILESDIR}/${PN}-5.15.2_p20210224-disable-git.patch" # downstream 
snapshot fix



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

2021-09-02 Thread Andreas Sturmlechner
commit: 65d22cb153e059dfec7e973a92c2dd95aad1730e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 28 10:07:17 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 18:38:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d22cb1

dev-qt/qtwebengine: 5.15.2_p20210824 snapshot bump, EAPI-8 bump

Snapshotted at:
Branch: 5.15.6
Commit: 2acbba86362ac3a1c2d8c20390dc263875f8f09c

Additional cherry-pick from branch 5.15:
Fix crash when clicking on a link in PDF
Commit: 7f4a6ff45743cecbfe0dd14ef29afd0874a2ed39

Submodule qtwebengine-chromium.git:
Branch: 87-based
Commit: 9f71911e38c041cedc5291c5e772b7d03ce8b8c

Bug: https://bugs.gentoo.org/810781
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtwebengine/Manifest|   1 +
 .../qtwebengine-5.15.2_p20210824.ebuild| 224 +
 2 files changed, 225 insertions(+)

diff --git a/dev-qt/qtwebengine/Manifest b/dev-qt/qtwebengine/Manifest
index 562f5ae1546..c4c1b9d408f 100644
--- a/dev-qt/qtwebengine/Manifest
+++ b/dev-qt/qtwebengine/Manifest
@@ -1,2 +1,3 @@
 DIST qtwebengine-5.15.2-chromium87-ppc64le.tar.xz 28536 BLAKE2B 
98f8e01e7026d9df1d30ae453d4394d3c4ad04c0620a2496235d45f5f1080c2280e040826cde7f72d9771bfc80d0c3df56c9dcbe4f763cec432ad56de37d64c5
 SHA512 
c90a76f44a9d720624016fd082ab3036f12e13b9789e869ebaf5e4774afca7d4187faf187f365f696d1a7eda05ca75516556ee9d291cdb3408d57cc4b23e2654
 DIST qtwebengine-5.15.2_p20210625.tar.xz 320144708 BLAKE2B 
cd11e69a34ff0fa07d26262906a12304c39a12575024d61db18bc696284e9c5700090e5bfed217c89d2c8eac49b0ccb7d7ee0ba716ec3a81878de1301566884d
 SHA512 
517a8cdaff684894456db8cfb5cfca412b8764e7035623d8190d9a06f6995742097a53eb67329d12bf8dc0a56372f7d09a54532ba804a5bff245ca8ef042a4e1
+DIST qtwebengine-5.15.2_p20210824.tar.xz 320214264 BLAKE2B 
fe611805107822f495e0921de4fc9a8737bd3238a332e03d27421a3fd14dc1417c1d69e9ec5e9f6bf922f98045cbdf9ee2c76621db988c8b1e6e0e90b2c6dc7e
 SHA512 
3a5f9ef45ba488aee601e092d1c4a5f707a854d5b9f0a5e62cb88dcdf280163182abc98b0a55b28591e81e18b5147142d404dcdc92feb61414ce2d4ce0d2dca6

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild
new file mode 100644
index 000..1a87eb9defb
--- /dev/null
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild
@@ -0,0 +1,224 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python2_7 )
+QTVER=$(ver_cut 1-3)
+inherit estack flag-o-matic multiprocessing python-any-r1 qt5-build
+
+DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML 
applications"
+HOMEPAGE="https://www.qt.io/;
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   if [[ ${PV} == ${QTVER}_p* ]]; then
+   SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz;
+   S="${WORKDIR}/${P}"
+   QT5_BUILD_DIR="${S}_build"
+   fi
+else
+   EGIT_BRANCH="5.15"
+   EGIT_REPO_URI=(
+   "https://code.qt.io/qt/${QT5_MODULE}.git;
+   "https://github.com/qt/${QT5_MODULE}.git;
+   )
+   inherit git-r3
+fi
+
+# patchset based on https://github.com/chromium-ppc64le releases
+SRC_URI+=" ppc64? ( 
https://dev.gentoo.org/~gyakovlev/distfiles/${PN}-5.15.2-chromium87-ppc64le.tar.xz
 )"
+
+IUSE="alsa bindist designer geolocation +jumbo-build kerberos pulseaudio 
+system-ffmpeg +system-icu widgets"
+REQUIRED_USE="designer? ( widgets )"
+
+RDEPEND="
+   app-arch/snappy:=
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   dev-libs/expat
+   dev-libs/libevent:=
+   dev-libs/libxml2[icu]
+   dev-libs/libxslt
+   dev-libs/re2:=
+   ~dev-qt/qtcore-${QTVER}
+   ~dev-qt/qtdeclarative-${QTVER}
+   ~dev-qt/qtgui-${QTVER}
+   ~dev-qt/qtnetwork-${QTVER}
+   ~dev-qt/qtprintsupport-${QTVER}
+   ~dev-qt/qtwebchannel-${QTVER}[qml]
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/harfbuzz:=
+   media-libs/lcms:2
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:0=
+   >=media-libs/libvpx-1.5:=[svc(+)]
+   media-libs/libwebp:=
+   media-libs/mesa[egl,X(+)]
+   media-libs/opus
+   sys-apps/dbus
+   sys-apps/pciutils
+   sys-libs/zlib[minizip]
+   virtual/libudev
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libxkbfile
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   alsa? ( media-libs/alsa-lib )
+   designer? ( ~dev-qt/designer-${QTVER} )
+   geolocation? ( 

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

2021-09-02 Thread Andreas Sturmlechner
commit: 610f33f8baee8c02c46df6eb1674f5534eabb5c8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 18:13:22 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 18:13:22 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=610f33f8

cmake.eclass: Sync with Gentoo ebuild repository

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

 eclass/cmake.eclass | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 3021a3a2b1..02683634af 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -10,6 +10,7 @@
 # (undisclosed contributors)
 # Original author: Zephyrus (zephy...@mirach.it)
 # @SUPPORTED_EAPIS: 7 8
+# @PROVIDES: ninja-utils
 # @BLURB: common ebuild functions for cmake-based packages
 # @DESCRIPTION:
 # The cmake eclass makes creating ebuilds for cmake-based packages much easier.
@@ -19,14 +20,14 @@
 
 case ${EAPI} in
7|8) ;;
-   *) die "EAPI=${EAPI:-0} is not supported" ;;
+   *) die "${ECLASS}: EAPI=${EAPI:-0} is not supported" ;;
 esac
 
-EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install
-
 if [[ -z ${_CMAKE_ECLASS} ]]; then
 _CMAKE_ECLASS=1
 
+inherit flag-o-matic multiprocessing ninja-utils toolchain-funcs xdg-utils
+
 # @ECLASS-VARIABLE: BUILD_DIR
 # @DEFAULT_UNSET
 # @DESCRIPTION:
@@ -123,11 +124,9 @@ fi
 # read-only. This is a user flag and should under _no circumstances_ be set in
 # the ebuild. Helps in improving QA of build systems that write to source tree.
 
-inherit toolchain-funcs ninja-utils flag-o-matic multiprocessing xdg-utils
-
 [[ ${CMAKE_MIN_VERSION} ]] && die "CMAKE_MIN_VERSION is banned; if necessary, 
set BDEPEND=\">=dev-util/cmake-${CMAKE_MIN_VERSION}\" directly"
 [[ ${CMAKE_BUILD_DIR} ]] && die "The ebuild must be migrated to BUILD_DIR"
-[[ ${CMAKE_REMOVE_MODULES} ]] && die "CMAKE_REMOVE_MODULES is banned, set 
CMAKE_REMOVE_MODULES_LIST=\"\" instead"
+[[ ${CMAKE_REMOVE_MODULES} ]] && die "CMAKE_REMOVE_MODULES is banned, set 
CMAKE_REMOVE_MODULES_LIST array instead"
 [[ ${CMAKE_UTILS_QA_SRC_DIR_READONLY} ]] && die "Use CMAKE_QA_SRC_DIR_READONLY 
instead"
 [[ ${WANT_CMAKE} ]] && die "WANT_CMAKE has been removed and is a no-op"
 [[ ${PREFIX} ]] && die "PREFIX has been removed and is a no-op"
@@ -146,7 +145,7 @@ case ${CMAKE_MAKEFILE_GENERATOR} in
 esac
 
 if [[ ${PN} != cmake ]]; then
-   BDEPEND+=" >=dev-util/cmake-3.20"
+   BDEPEND+=" >=dev-util/cmake-3.20.5"
 fi
 
 # @FUNCTION: cmake_run_in
@@ -714,3 +713,5 @@ cmake_src_install() {
 }
 
 fi
+
+EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install



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

2021-09-02 Thread Andreas Sturmlechner
commit: a2efb902352fffc48ff27bef73b8ff24b7b05b39
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 18:14:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 18:14:27 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a2efb902

ecm.eclass: Sync with Gentoo ebuild repository

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

 eclass/ecm.eclass | 26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
index 1f62d7f7af..a2c8ed1c95 100644
--- a/eclass/ecm.eclass
+++ b/eclass/ecm.eclass
@@ -5,6 +5,7 @@
 # @MAINTAINER:
 # k...@gentoo.org
 # @SUPPORTED_EAPIS: 7 8
+# @PROVIDES: cmake
 # @BLURB: Support eclass for packages that use KDE Frameworks with ECM.
 # @DESCRIPTION:
 # This eclass is intended to streamline the creation of ebuilds for packages
@@ -22,16 +23,9 @@
 
 case ${EAPI} in
7|8) ;;
-   *) die "EAPI=${EAPI:-0} is not supported" ;;
+   *) die "${ECLASS}: EAPI=${EAPI:-0} is not supported" ;;
 esac
 
-if [[ -v KDE_GCC_MINIMAL ]]; then
-   EXPORT_FUNCTIONS pkg_pretend
-fi
-
-EXPORT_FUNCTIONS pkg_setup src_prepare src_configure src_test pkg_preinst 
pkg_postinst pkg_postrm
-[[ ${EAPI} != 7 ]] && EXPORT_FUNCTIONS src_install
-
 if [[ -z ${_ECM_ECLASS} ]]; then
 _ECM_ECLASS=1
 
@@ -42,6 +36,8 @@ _ECM_ECLASS=1
 # for tests you should proceed with setting VIRTUALX_REQUIRED=test.
 : ${VIRTUALX_REQUIRED:=manual}
 
+inherit cmake flag-o-matic toolchain-funcs virtualx
+
 # @ECLASS-VARIABLE: ECM_NONGUI
 # @DEFAULT_UNSET
 # @DESCRIPTION:
@@ -54,8 +50,6 @@ if [[ ${CATEGORY} = kde-frameworks ]] ; then
 fi
 : ${ECM_NONGUI:=false}
 
-inherit cmake flag-o-matic toolchain-funcs virtualx
-
 if [[ ${ECM_NONGUI} = false ]] ; then
inherit xdg
 fi
@@ -272,7 +266,7 @@ unset COMMONDEPEND
 # @DESCRIPTION:
 # Determine if the current GCC version is acceptable, otherwise die.
 _ecm_check_gcc_version() {
-   if [[ ${MERGE_TYPE} != binary && -v KDE_GCC_MINIMAL ]] && tc-is-gcc; 
then
+   if [[ ${MERGE_TYPE} != binary && -v ${KDE_GCC_MINIMAL} ]] && tc-is-gcc; 
then
 
local version=$(gcc-version)
 
@@ -601,3 +595,13 @@ ecm_pkg_postrm() {
 }
 
 fi
+
+if [[ -v ${KDE_GCC_MINIMAL} ]]; then
+   EXPORT_FUNCTIONS pkg_pretend
+fi
+
+EXPORT_FUNCTIONS pkg_setup src_prepare src_configure src_test pkg_preinst 
pkg_postinst pkg_postrm
+
+if [[ ${EAPI} != 7 ]]; then
+   EXPORT_FUNCTIONS src_install
+fi



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

2021-09-02 Thread Georgy Yakovlev
commit: 255c6d278fa321dbd5be0bd1edf1ca2e776a4b8d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep  2 17:55:30 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep  2 18:09:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255c6d27

dev-libs/nss: add ppc cpu flags

Closes: https://bugs.gentoo.org/764191
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-libs/nss/nss-3.63.1-r1.ebuild | 11 ++-
 dev-libs/nss/nss-3.68.ebuild  | 11 ++-
 dev-libs/nss/nss-3.69.1.ebuild| 11 ++-
 dev-libs/nss/nss-3.69.ebuild  | 11 ++-
 4 files changed, 40 insertions(+), 4 deletions(-)

diff --git a/dev-libs/nss/nss-3.63.1-r1.ebuild 
b/dev-libs/nss/nss-3.63.1-r1.ebuild
index ab23dc3b558..35a01a196be 100644
--- a/dev-libs/nss/nss-3.63.1-r1.ebuild
+++ b/dev-libs/nss/nss-3.63.1-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/$
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="cacert utils"
+IUSE="cacert utils cpu_flags_ppc_altivec cpu_flags_ppc_vsx"
 # pkg-config called by nss-config -> virtual/pkgconfig in RDEPEND
 RDEPEND="
>=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
@@ -168,6 +168,15 @@ multilib_src_compile() {
export CC_IS_CLANG=1
fi
 
+   # explicitly disable altivec/vsx if not requested
+   # https://bugs.gentoo.org/789114
+   case ${ARCH} in
+   ppc*)
+   use cpu_flags_ppc_altivec || export 
NSS_DISABLE_ALTIVEC=1
+   use cpu_flags_ppc_vsx || export NSS_DISABLE_CRYPTO_VSX=1
+   ;;
+   esac
+
local d
 
# Build the host tools first.

diff --git a/dev-libs/nss/nss-3.68.ebuild b/dev-libs/nss/nss-3.68.ebuild
index 6f5630e8928..a4a9893d778 100644
--- a/dev-libs/nss/nss-3.68.ebuild
+++ b/dev-libs/nss/nss-3.68.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/$
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="cacert utils"
+IUSE="cacert utils cpu_flags_ppc_altivec cpu_flags_ppc_vsx"
 # pkg-config called by nss-config -> virtual/pkgconfig in RDEPEND
 RDEPEND="
>=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
@@ -168,6 +168,15 @@ multilib_src_compile() {
export CC_IS_CLANG=1
fi
 
+   # explicitly disable altivec/vsx if not requested
+   # https://bugs.gentoo.org/789114
+   case ${ARCH} in
+   ppc*)
+   use cpu_flags_ppc_altivec || export 
NSS_DISABLE_ALTIVEC=1
+   use cpu_flags_ppc_vsx || export NSS_DISABLE_CRYPTO_VSX=1
+   ;;
+   esac
+
local d
 
# Build the host tools first.

diff --git a/dev-libs/nss/nss-3.69.1.ebuild b/dev-libs/nss/nss-3.69.1.ebuild
index 2b0b9c2e628..973f651b763 100644
--- a/dev-libs/nss/nss-3.69.1.ebuild
+++ b/dev-libs/nss/nss-3.69.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/$
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="cacert utils"
+IUSE="cacert utils cpu_flags_ppc_altivec cpu_flags_ppc_vsx"
 # pkg-config called by nss-config -> virtual/pkgconfig in RDEPEND
 RDEPEND="
>=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
@@ -168,6 +168,15 @@ multilib_src_compile() {
export CC_IS_CLANG=1
fi
 
+   # explicitly disable altivec/vsx if not requested
+   # https://bugs.gentoo.org/789114
+   case ${ARCH} in
+   ppc*)
+   use cpu_flags_ppc_altivec || export 
NSS_DISABLE_ALTIVEC=1
+   use cpu_flags_ppc_vsx || export NSS_DISABLE_CRYPTO_VSX=1
+   ;;
+   esac
+
local d
 
# Build the host tools first.

diff --git a/dev-libs/nss/nss-3.69.ebuild b/dev-libs/nss/nss-3.69.ebuild
index 2b0b9c2e628..973f651b763 100644
--- a/dev-libs/nss/nss-3.69.ebuild
+++ b/dev-libs/nss/nss-3.69.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/$
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="cacert utils"
+IUSE="cacert utils cpu_flags_ppc_altivec cpu_flags_ppc_vsx"
 # pkg-config called by nss-config -> virtual/pkgconfig in RDEPEND
 RDEPEND="
>=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
@@ 

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

2021-09-02 Thread Michał Górny
commit: 76843876d228f9f8cd9254016a1e80d9387e364d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:20:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 18:08:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76843876

ruby-single.eclass: Set @PROVIDES

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

 eclass/ruby-single.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/ruby-single.eclass b/eclass/ruby-single.eclass
index e19597b99a0..ed230f4a84e 100644
--- a/eclass/ruby-single.eclass
+++ b/eclass/ruby-single.eclass
@@ -8,6 +8,7 @@
 # Author: Hans de Graaff 
 # Based on python-single-r1 by: Michał Górny 
 # @SUPPORTED_EAPIS: 4 5 6 7 8
+# @PROVIDES: ruby-utils
 # @BLURB: An eclass for Ruby packages not installed for multiple 
implementations.
 # @DESCRIPTION:
 # An eclass for packages which don't support being installed for



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

2021-09-02 Thread Michał Górny
commit: e1cdabf71a17cb3d419966a6a663d3bdade34497
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:19:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 18:08:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1cdabf7

gstreamer.eclass: Set @PROVIDES

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

 eclass/gstreamer.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass
index 301d0874106..399fe137732 100644
--- a/eclass/gstreamer.eclass
+++ b/eclass/gstreamer.eclass
@@ -11,6 +11,7 @@
 # foser 
 # zaheerm 
 # @SUPPORTED_EAPIS: 5 6
+# @PROVIDES: multilib-minimal
 # @BLURB: Helps building core & split gstreamer plugins.
 # @DESCRIPTION:
 # Eclass to make external gst-plugins emergable on a per-plugin basis



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

2021-09-02 Thread Michał Górny
commit: db088e08082ef539a64eba4715c68e9ee4dd4a8b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:20:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 18:08:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db088e08

ruby-fakegem.eclass: Set @PROVIDES

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

 eclass/ruby-fakegem.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
index 76a80f6b9be..d999ace3428 100644
--- a/eclass/ruby-fakegem.eclass
+++ b/eclass/ruby-fakegem.eclass
@@ -9,6 +9,7 @@
 # Author: Alex Legler 
 # Author: Hans de Graaff 
 # @SUPPORTED_EAPIS: 4 5 6 7 8
+# @PROVIDES: ruby-ng
 # @BLURB: An eclass for installing Ruby packages to behave like RubyGems.
 # @DESCRIPTION:
 # This eclass allows to install arbitrary Ruby libraries (including Gems),



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

2021-09-02 Thread Michał Górny
commit: 5ab802dd4f48f6275de1d260ca9eb4d9276536ad
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:20:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 18:08:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab802dd

perl-module.eclass: Set @PROVIDES

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

 eclass/perl-module.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 3c1b4c3c5ac..cff6f203ab8 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -8,6 +8,7 @@
 # Seemant Kulleen 
 # Andreas K. Hüttel 
 # @SUPPORTED_EAPIS: 5 6 7 8
+# @PROVIDES: perl-functions
 # @BLURB: eclass for installing Perl module distributions
 # @DESCRIPTION:
 # The perl-module eclass is designed to allow easier installation of Perl



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

2021-09-02 Thread Michał Górny
commit: e418032d0fc82cdb62e0eead193e6033b562a51e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:20:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 18:08:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e418032d

ruby-ng-gnome2.eclass: Set @PROVIDES

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

 eclass/ruby-ng-gnome2.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass
index 3b18faf95aa..cc475b36b73 100644
--- a/eclass/ruby-ng-gnome2.eclass
+++ b/eclass/ruby-ng-gnome2.eclass
@@ -7,6 +7,7 @@
 # @AUTHOR:
 # Author: Hans de Graaff 
 # @SUPPORTED_EAPIS: 6 7
+# @PROVIDES: ruby-ng
 # @BLURB: An eclass to simplify handling of various ruby-gnome2 parts.
 # @DESCRIPTION:
 # This eclass simplifies installation of the various pieces of



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

2021-09-02 Thread Michał Górny
commit: cdda918dcdc63772493222113f2891aa8baa5ff0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:19:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 18:08:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdda918d

linux-mod.eclass: Set @PROVIDES

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

 eclass/linux-mod.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index eda5e9aee01..4b61d2a8a62 100644
--- a/eclass/linux-mod.eclass
+++ b/eclass/linux-mod.eclass
@@ -8,6 +8,7 @@
 # John Mylchreest ,
 # Stefan Schweizer 
 # @SUPPORTED_EAPIS: 5 6 7
+# @PROVIDES: linux-info
 # @BLURB: It provides the functionality required to install external modules 
against a kernel source tree.
 # @DESCRIPTION:
 # This eclass is used to interface with linux-info.eclass in such a way



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

2021-09-02 Thread Michał Górny
commit: 0f014c97162ec8ee23f1355f00bf488c9178e6b9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:19:23 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 18:08:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f014c97

gstreamer-meson.eclass: Set @PROVIDES

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

 eclass/gstreamer-meson.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass
index 2a45df008c2..152a52b984f 100644
--- a/eclass/gstreamer-meson.eclass
+++ b/eclass/gstreamer-meson.eclass
@@ -14,6 +14,7 @@
 # Steven Newbury
 # @SUPPORTED_EAPIS: 7
 # @BLURB: Helps building core & split gstreamer plugins
+# @PROVIDES: meson multilib-minimal
 # @DESCRIPTION:
 # Eclass to make external gst-plugins emergable on a per-plugin basis
 # and to solve the problem with gst-plugins generating far too much



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

2021-09-02 Thread Georgy Yakovlev
commit: 67c6052c01638f8230e191404fc17129acebd7ba
Author: Yuan Liao  gmail  com>
AuthorDate: Thu Sep  2 16:17:05 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep  2 17:49:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c6052c

net-irc/weechat: Fix LIBDIR path on Prefix

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yuan Liao  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22194
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-irc/weechat/weechat-3.1.ebuild  | 2 +-
 net-irc/weechat/weechat-3.2.ebuild  | 2 +-
 net-irc/weechat/weechat-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-irc/weechat/weechat-3.1.ebuild 
b/net-irc/weechat/weechat-3.1.ebuild
index 6d32016aec5..a5a2514719d 100644
--- a/net-irc/weechat/weechat-3.1.ebuild
+++ b/net-irc/weechat/weechat-3.1.ebuild
@@ -116,7 +116,7 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   -DLIBDIR=/usr/$(get_libdir)
+   -DLIBDIR="${EPREFIX}/usr/$(get_libdir)"
-DENABLE_JAVASCRIPT=OFF
-DENABLE_LARGEFILE=ON
-DENABLE_NCURSES=ON

diff --git a/net-irc/weechat/weechat-3.2.ebuild 
b/net-irc/weechat/weechat-3.2.ebuild
index 86f3f2d17ba..f9ced9e04dd 100644
--- a/net-irc/weechat/weechat-3.2.ebuild
+++ b/net-irc/weechat/weechat-3.2.ebuild
@@ -116,7 +116,7 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   -DLIBDIR=/usr/$(get_libdir)
+   -DLIBDIR="${EPREFIX}/usr/$(get_libdir)"
-DENABLE_JAVASCRIPT=OFF
-DENABLE_LARGEFILE=ON
-DENABLE_NCURSES=ON

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-.ebuild
index 86f3f2d17ba..f9ced9e04dd 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-.ebuild
@@ -116,7 +116,7 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   -DLIBDIR=/usr/$(get_libdir)
+   -DLIBDIR="${EPREFIX}/usr/$(get_libdir)"
-DENABLE_JAVASCRIPT=OFF
-DENABLE_LARGEFILE=ON
-DENABLE_NCURSES=ON



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

2021-09-02 Thread David Roman
commit: 1ca59d087252e6c3b4fdbe93e9069486d0efad16
Author: David Roman  gmail  com>
AuthorDate: Thu Sep  2 17:41:31 2021 +
Commit: David Roman  gmail  com>
CommitDate: Thu Sep  2 17:41:31 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ca59d08

media-sound/mopidy: fix wrong dependency

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: David Roman  gmail.com>

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

diff --git a/media-sound/mopidy/mopidy-3.2.0.ebuild 
b/media-sound/mopidy/mopidy-3.2.0.ebuild
index 274354690..8765cd26b 100644
--- a/media-sound/mopidy/mopidy-3.2.0.ebuild
+++ b/media-sound/mopidy/mopidy-3.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit distutils-r1
 
@@ -17,7 +17,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 
 RDEPEND="
-   dev-python/gst-python
+   dev-python/gst-python[${PYTHON_USEDEP}]
media-plugins/gst-plugins-meta[mp3,ogg,flac]
dev-python/pykka[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]



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

2021-09-02 Thread Arthur Zamarin
commit: 0bea2fa250a3f88909d77946a8d9dfd798b61772
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 17:32:16 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 17:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bea2fa2

dev-python/flufl-bounce: add gitlab upstream metadata

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/flufl-bounce/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/flufl-bounce/metadata.xml 
b/dev-python/flufl-bounce/metadata.xml
index dc01cb742b0..3b99adc7faf 100644
--- a/dev-python/flufl-bounce/metadata.xml
+++ b/dev-python/flufl-bounce/metadata.xml
@@ -10,5 +10,6 @@


flufl.bounce
+   warsaw/flufl.bounce

 



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

2021-09-02 Thread Arthur Zamarin
commit: 7e70e93dea9da9132ad5c130a74e00d54e8478ca
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 17:31:39 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 17:40:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e70e93d

dev-python/flufl-bounce: add 4.0, enable py3.10, enable tests

Closes: https://bugs.gentoo.org/797922
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/flufl-bounce/Manifest|  1 +
 dev-python/flufl-bounce/flufl-bounce-4.0.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/dev-python/flufl-bounce/Manifest b/dev-python/flufl-bounce/Manifest
index 4f526da0246..2771fff8fa0 100644
--- a/dev-python/flufl-bounce/Manifest
+++ b/dev-python/flufl-bounce/Manifest
@@ -1 +1,2 @@
 DIST flufl-bounce-3.0.1.tar.gz 100217 BLAKE2B 
d5620d73513a7e5bbfffb212f13bba34ce199a129a217873a8237d8456a7a1854d78cb9b06e4ee763d4dcfdcfdc185e0d67eb3be82ad829c054baced8acfc25c
 SHA512 
9a8d0dec98f8699fd3dff62f5dd831ab5754f11d246b750cfed8ae7ebb771c3c7c1abd4fcceb0f8aa052653802c6e6e5a7bd4711e63b9095ede238817a3cd146
+DIST flufl.bounce-4.0.tar.gz 108623 BLAKE2B 
00c9d69d0aab3a4ca6f781dbd32bcc00d33de59371a163589f8be1747144f6cb9f51da57152235cfbc08ded63894402669c0ba4745eeb3c7b60c95cccf6206c7
 SHA512 
c6dd8cf2f4f0ea7c8698054042dfc9da3bd1a2d9cae082e01a0be9c39018fefba07154e2c9c15b1a00c896e58bb0a6d2063a3c067bec6b464d201bb7b3220e9e

diff --git a/dev-python/flufl-bounce/flufl-bounce-4.0.ebuild 
b/dev-python/flufl-bounce/flufl-bounce-4.0.ebuild
new file mode 100644
index 000..fb2312fbbe7
--- /dev/null
+++ b/dev-python/flufl-bounce/flufl-bounce-4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Email bounce detectors."
+HOMEPAGE="https://gitlab.com/warsaw/flufl.bounce;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/atpublic[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${D}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/

2021-09-02 Thread Arthur Zamarin
commit: 26458647d0f6d513a9233f60e37511a7ac3d06fe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 17:21:09 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 17:40:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26458647

dev-python/repoze-sphinx-autointerface: enable py3.10, small cleanup

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../repoze-sphinx-autointerface-0.8.ebuild| 11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
index a8135be13ff..519d2a62939 100644
--- 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
+++ 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
-
 inherit distutils-r1
 
 MY_PN=${PN//-/.}
@@ -14,6 +13,7 @@ MY_P=${MY_PN}-${PV}
 DESCRIPTION="Sphinx extension: auto-generates API docs from Zope interfaces"
 HOMEPAGE="https://pypi.org/project/repoze.sphinx.autointerface/;
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="repoze"
 SLOT="0"
@@ -24,11 +24,6 @@ RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
 "
-DEPEND="
-   ${RDEPEND}
-"
-
-S=${WORKDIR}/${MY_P}
 
 python_install() {
distutils-r1_python_install



[gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-sphinx-autointerface/

2021-09-02 Thread Arthur Zamarin
commit: eb956f10988fa68426f9182c060082296f8d0918
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 17:22:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 17:40:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb956f10

dev-python/repoze-sphinx-autointerface: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/repoze-sphinx-autointerface/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/repoze-sphinx-autointerface/metadata.xml 
b/dev-python/repoze-sphinx-autointerface/metadata.xml
index b517394095b..c1b6514bacd 100644
--- a/dev-python/repoze-sphinx-autointerface/metadata.xml
+++ b/dev-python/repoze-sphinx-autointerface/metadata.xml
@@ -5,6 +5,7 @@
dol...@gentoo.org
Brian Dolbec

+   

repoze.sphinx.autointerface




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

2021-09-02 Thread Arthur Zamarin
commit: f7b1217eaf25ceec9d3d9c7127db92e61e88f4e4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 17:32:52 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 17:40:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b1217e

dev-python/flufl-bounce: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/flufl-bounce/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/flufl-bounce/metadata.xml 
b/dev-python/flufl-bounce/metadata.xml
index 3b99adc7faf..ace3341bb63 100644
--- a/dev-python/flufl-bounce/metadata.xml
+++ b/dev-python/flufl-bounce/metadata.xml
@@ -8,6 +8,7 @@
prometheanf...@gentoo.org
Matthew Thode

+   

flufl.bounce
warsaw/flufl.bounce



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

2021-09-02 Thread Andreas Sturmlechner
commit: 7bada9cb31e2be3075cabd07a9988c6cfed688c8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 17:07:01 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 17:15:03 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7bada9cb

kde-plasma/plasma-workspace: drop 5.22.5*

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

 .../plasma-workspace-5.22.5.ebuild | 204 -
 1 file changed, 204 deletions(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.22.5.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.22.5.ebuild
deleted file mode 100644
index 22c7fe6af2..00
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.22.5.ebuild
+++ /dev/null
@@ -1,204 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma workspace"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="appstream +calculator +calendar +fontconfig geolocation gps screencast
-+semantic-desktop systemd telemetry"
-
-REQUIRED_USE="gps? ( geolocation )"
-RESTRICT="test"
-
-COMMON_DEPEND="
-   >=dev-libs/wayland-1.15
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5=[jpeg,libinput]
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kactivities-stats-${KFMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kbookmarks-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kded-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kidletime-${KFMIN}:5
-   >=kde-frameworks/kinit-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kpeople-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kunitconversion-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/prison-${KFMIN}:5[qml]
-   >=kde-frameworks/solid-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   >=kde-plasma/kscreenlocker-${PVCUT}:5
-   >=kde-plasma/kwin-${PVCUT}:5
-   >=kde-plasma/layer-shell-qt-${PVCUT}:5
-   >=kde-plasma/libkscreen-${PVCUT}:5
-   >=kde-plasma/libksysguard-${PVCUT}:5
-   >=kde-plasma/libkworkspace-${PVCUT}:5
-   >=media-libs/phonon-4.11.0
-   sys-libs/zlib
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libxcb
-   x11-libs/libXcursor
-   x11-libs/libXfixes
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   appstream? ( dev-libs/appstream[qt5] )
-   calculator? ( sci-libs/libqalculate:= )
-   calendar? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
-   fontconfig? (
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   media-libs/fontconfig
-   x11-libs/libXft
-   x11-libs/xcb-util-image
-   )
-   geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 )
-   gps? ( sci-geosciences/gpsd )
-   screencast? (
-   >=dev-qt/qtgui-${QTMIN}:5=[egl]
-   media-libs/libglvnd
-   >=media-video/pipewire-0.3:=
-   

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

2021-09-02 Thread Andreas Sturmlechner
commit: ddba0bbe075ac26a2d18ed1964056ba7a76210a8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 17:07:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 17:15:04 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ddba0bbe

kde-plasma/polkit-kde-agent: drop 5.22.5*

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

 .../polkit-kde-agent-5.22.5.ebuild | 33 --
 1 file changed, 33 deletions(-)

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.5.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.5.ebuild
deleted file mode 100644
index acf6505b8c..00
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="${PN}-1"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="PolKit agent module for KDE Plasma"
-HOMEPAGE="https://kde.org/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=sys-auth/polkit-qt-0.113.0
-"
-RDEPEND="${DEPEND}"



  1   2   3   >