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

2022-08-30 Thread Conrad Kostecki
commit: f20e21dedafc3bc9f9f436231562643392f1124f
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Aug 23 17:25:03 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Aug 30 22:57:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20e21de

sys-devel/gcc: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.14
Closes: https://github.com/gentoo/gentoo/pull/26987
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/gcc-11.2.0-cross-compile-include.patch   | 26 --
 1 file changed, 26 deletions(-)

diff --git a/sys-devel/gcc/files/gcc-11.2.0-cross-compile-include.patch 
b/sys-devel/gcc/files/gcc-11.2.0-cross-compile-include.patch
deleted file mode 100644
index d06410650bb0..
--- a/sys-devel/gcc/files/gcc-11.2.0-cross-compile-include.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-https://bugs.gentoo.org/803371
-https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196
-https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100017
 a/configure
-+++ b/configure
-@@ -17044,7 +17044,7 @@ else
- fi
-
-
--RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
-+RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET -nostdinc++"
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target 
ar" >&5
- $as_echo_n "checking where to find the target ar... " >&6; }
 a/configure.ac
-+++ b/configure.ac
-@@ -3529,7 +3529,7 @@ ACX_CHECK_INSTALLED_TARGET_TOOL(STRIP_FOR_TARGET, strip)
- ACX_CHECK_INSTALLED_TARGET_TOOL(WINDRES_FOR_TARGET, windres)
- ACX_CHECK_INSTALLED_TARGET_TOOL(WINDMC_FOR_TARGET, windmc)
-
--RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
-+RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET -nostdinc++"
-
- GCC_TARGET_TOOL(ar, AR_FOR_TARGET, AR, [binutils/ar])
- GCC_TARGET_TOOL(as, AS_FOR_TARGET, AS, [gas/as-new])
-



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-worker/files/

2022-08-30 Thread Conrad Kostecki
commit: f06c4aceb52c6f744390ac8ec31dd61e7c4d60c2
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Aug 30 17:02:34 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Aug 30 22:57:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06c4ace

dev-util/buildbot-worker: remove unused file

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Portage 3.0.30 / pkgdev 0.2.1 / pkgcheck 0.10.11
Closes: https://github.com/gentoo/gentoo/pull/27073
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-util/buildbot-worker/files/buildbot_worker.service | 12 
 1 file changed, 12 deletions(-)

diff --git a/dev-util/buildbot-worker/files/buildbot_worker.service 
b/dev-util/buildbot-worker/files/buildbot_worker.service
deleted file mode 100644
index e75a2d51e4f3..
--- a/dev-util/buildbot-worker/files/buildbot_worker.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=buildbot worker (slave) instances
-After=local-fs.target network.target
-
-[Service]
-Type=forking
-User=buildbot
-ExecStart=/usr/bin/buildbot_worker start /var/lib/buildbot_worker
-ExecStop=/usr/bin/buildbot_worker stop /var/lib/buildbot_worker
-
-[Install]
-WantedBy=multi-user.target



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

2022-08-30 Thread Conrad Kostecki
commit: 6c01aed88eb04a5766c445cec08ff40b1e6088fa
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Aug 23 17:21:44 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Aug 30 22:57:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c01aed8

dev-lang/ghc: remove unused patches

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.14
Closes: https://github.com/gentoo/gentoo/pull/26984
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lang/ghc/files/ghc-8.10.3-C99-typo-ac270.patch | 12 ---
 dev-lang/ghc/files/ghc-9.0.2-modorigin.patch   | 24 --
 .../ghc/files/ghc-9.0.2-verbose-modunusable.patch  | 12 ---
 3 files changed, 48 deletions(-)

diff --git a/dev-lang/ghc/files/ghc-8.10.3-C99-typo-ac270.patch 
b/dev-lang/ghc/files/ghc-8.10.3-C99-typo-ac270.patch
deleted file mode 100644
index 762622a07e00..
--- a/dev-lang/ghc/files/ghc-8.10.3-C99-typo-ac270.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-autoconf-2.70 does not allow macros with underscores.
 a/aclocal.m4
-+++ b/aclocal.m4
-@@ -673,7 +673,7 @@ AC_DEFUN([FP_SET_CFLAGS_C99],
- CPPFLAGS="$$3"
- unset ac_cv_prog_cc_c99
- dnl perform detection
--_AC_PROG_CC_C99
-+AC_PROG_CC_C99
- fp_cc_c99="$ac_cv_prog_cc_c99"
- case "x$ac_cv_prog_cc_c99" in
-   x)   ;; # noop

diff --git a/dev-lang/ghc/files/ghc-9.0.2-modorigin.patch 
b/dev-lang/ghc/files/ghc-9.0.2-modorigin.patch
deleted file mode 100644
index 3c7053778e98..
--- a/dev-lang/ghc/files/ghc-9.0.2-modorigin.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/compiler/GHC/Unit/State.hs b/compiler/GHC/Unit/State.hs
-index 
cefa5e5058bf68e68aaafadad0c7874189bf8225..92b38443c8378eb69db19a40d23abca47d6acee8
 100644
 a/compiler/GHC/Unit/State.hs
-+++ b/compiler/GHC/Unit/State.hs
-@@ -224,14 +224,16 @@ fromFlag :: ModuleOrigin
- fromFlag = ModOrigin Nothing [] [] True
- 
- instance Semigroup ModuleOrigin where
--ModOrigin e res rhs f <> ModOrigin e' res' rhs' f' =
-+x@(ModOrigin e res rhs f) <> y@(ModOrigin e' res' rhs' f') =
- ModOrigin (g e e') (res ++ res') (rhs ++ rhs') (f || f')
-   where g (Just b) (Just b')
- | b == b'   = Just b
--| otherwise = panic "ModOrigin: package both exposed/hidden"
-+| otherwise = pprPanic "ModOrigin: package both 
exposed/hidden" $
-+text "x: " <> ppr x $$ text "y: " <> ppr y
- g Nothing x = x
- g x Nothing = x
--_x <> _y = panic "ModOrigin: hidden module redefined"
-+x <> y = pprPanic "ModOrigin: hidden module redefined" $
-+ text "x: " <> ppr x $$ text "y: " <> ppr y
- 
- instance Monoid ModuleOrigin where
- mempty = ModOrigin Nothing [] [] False

diff --git a/dev-lang/ghc/files/ghc-9.0.2-verbose-modunusable.patch 
b/dev-lang/ghc/files/ghc-9.0.2-verbose-modunusable.patch
deleted file mode 100644
index 13d12efdc0ec..
--- a/dev-lang/ghc/files/ghc-9.0.2-verbose-modunusable.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN ghc-9.0.2/compiler/GHC/Unit/State.hs 
ghc-9.0.2-r1/compiler/GHC/Unit/State.hs
 ghc-9.0.2/compiler/GHC/Unit/State.hs   2021-10-19 05:20:00.0 
-0600
-+++ ghc-9.0.2-r1/compiler/GHC/Unit/State.hs2022-02-17 01:04:05.117930250 
-0700
-@@ -194,7 +194,7 @@
- 
- instance Outputable ModuleOrigin where
- ppr ModHidden = text "hidden module"
--ppr (ModUnusable _) = text "unusable module"
-+ppr (ModUnusable reason) = text "unusable module" $$ ppr reason
- ppr (ModOrigin e res rhs f) = sep (punctuate comma (
- (case e of
- Nothing -> []



[gentoo-commits] repo/gentoo:master commit in: media-fonts/stix-fonts/files/

2022-08-30 Thread Conrad Kostecki
commit: bc580cf5545deb6ca60a5011bec747d5a5936957
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Aug 19 18:26:59 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Aug 30 22:57:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc580cf5

media-fonts/stix-fonts: remove unused file

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.12
Closes: https://github.com/gentoo/gentoo/pull/26927
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-fonts/stix-fonts/files/61-stix.conf | 88 ---
 1 file changed, 88 deletions(-)

diff --git a/media-fonts/stix-fonts/files/61-stix.conf 
b/media-fonts/stix-fonts/files/61-stix.conf
deleted file mode 100644
index 2962606b92fb..
--- a/media-fonts/stix-fonts/files/61-stix.conf
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-  
-STIXGeneral
-
-  serif
-
-  
-  
-serif
-
-  STIXGeneral
-
-  
-  
-STIXIntegralsD
-
-  STIXGeneral
-
-  
-  
-STIXIntegralsSm
-
-  STIXGeneral
-
-  
-  
-STIXIntegralsUp
-
-  STIXGeneral
-
-  
-  
-STIXIntegralsUpD
-
-  STIXGeneral
-
-  
-  
-STIXIntegralsUpSm
-
-  STIXGeneral
-
-  
-  
-STIXNonUnicode
-
-  STIXGeneral
-
-  
-  
-STIXSizeOneSym
-
-  STIXGeneral
-
-  
-  
-STIXSizeTwoSym
-
-  STIXGeneral
-
-  
-  
-STIXSizeThreeSym
-
-  STIXGeneral
-
-  
-  
-STIXSizeFourSym
-
-  STIXGeneral
-
-  
-  
-STIXSizeFiveSym
-
-  STIXGeneral
-
-  
-  
-STIXVariants
-
-  STIXGeneral
-
-  
-



[gentoo-commits] repo/gentoo:master commit in: media-libs/libjpeg-turbo/files/

2022-08-30 Thread Conrad Kostecki
commit: c336c58d13a4607538a26f3a2630bf5e063489d0
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Aug 23 17:22:38 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Aug 30 22:57:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c336c58d

media-libs/libjpeg-turbo: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.14
Closes: https://github.com/gentoo/gentoo/pull/26983
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/libjpeg-turbo-2.1.1-arm64-relro.patch  | 20 
 1 file changed, 20 deletions(-)

diff --git 
a/media-libs/libjpeg-turbo/files/libjpeg-turbo-2.1.1-arm64-relro.patch 
b/media-libs/libjpeg-turbo/files/libjpeg-turbo-2.1.1-arm64-relro.patch
deleted file mode 100644
index 7784ae513d16..
--- a/media-libs/libjpeg-turbo/files/libjpeg-turbo-2.1.1-arm64-relro.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://github.com/libjpeg-turbo/libjpeg-turbo/commit/129f0cb76346ceede8f4d8d87dea8acb0809056c
-
-From: DRC 
-Date: Wed, 25 Aug 2021 12:07:58 -0500
-Subject: [PATCH] Neon/AArch64: Don't put GAS functions in .rodata
-
-Regression introduced by 240ba417aa4b3174850d05ea0d22dbe5f80553c1
-
-Closes #546
 a/simd/arm/aarch64/jsimd_neon.S
-+++ b/simd/arm/aarch64/jsimd_neon.S
-@@ -182,6 +182,8 @@ Ljsimd_huff_encode_one_block_neon_consts:
- .byte4,   5,   6,   7, 255, 255, 255, 255, \
-255, 255, 255, 255, 255, 255, 255, 255  /* L7 : 1 line OK */
- 
-+.text
-+
- 
- 
/*/
- 



[gentoo-commits] repo/gentoo:master commit in: app-containers/docker/files/

2022-08-30 Thread Conrad Kostecki
commit: 81acaf85d760c7ac7449b3f5b77465e0c02720e9
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Aug 23 17:20:07 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Aug 30 22:57:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81acaf85

app-containers/docker: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.14
Closes: https://github.com/gentoo/gentoo/pull/26985
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../docker/files/etcd-F_OFD_GETLK-fix.patch| 28 --
 1 file changed, 28 deletions(-)

diff --git a/app-containers/docker/files/etcd-F_OFD_GETLK-fix.patch 
b/app-containers/docker/files/etcd-F_OFD_GETLK-fix.patch
deleted file mode 100644
index bd574e26f040..
--- a/app-containers/docker/files/etcd-F_OFD_GETLK-fix.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From ec81adb21605acd56b122bc35c53644b13d3ab7e Mon Sep 17 00:00:00 2001
-From: Moritz Both 
-Date: Sun, 1 Nov 2020 23:20:12 +0100
-Subject: [PATCH] pkg/fileutil: fix constant for linux locking
-
-The constant F_OFD_GETLK is 36, not 37, according to
-/usr/include/bits/fcntl-linux.h
-Credits go to joakim-tjernlund who digged deep enough
-to find this.
-
-Fixes #31182

- pkg/fileutil/lock_linux.go | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pkg/fileutil/lock_linux.go b/pkg/fileutil/lock_linux.go
-index 939fea62381..004d35fa23b 100644
 a/vendor/github.com/coreos/etcd/pkg/fileutil/lock_linux.go
-+++ b/vendor/github.com/coreos/etcd/pkg/fileutil/lock_linux.go
-@@ -29,7 +29,7 @@ import (
- //
- // constants from /usr/include/bits/fcntl-linux.h
- const (
--  F_OFD_GETLK  = 37
-+  F_OFD_GETLK  = 36
-   F_OFD_SETLK  = 37
-   F_OFD_SETLKW = 38
- )



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

2022-08-30 Thread Sam James
commit: d7886ec42de10b9f65d6ad51265401ef62a7a444
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:55:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:55:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7886ec4

sys-libs/nss_wrapper: Stabilize 1.1.12 arm64, #867580

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

 sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild 
b/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
index eff2bd8c09ce..8b2b26fc96c3 100644
--- a/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
+++ b/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Sam James
commit: 095ff03578fc8b4e509612fd1dca02b881aed648
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:55:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:55:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095ff035

sys-libs/uid_wrapper: Stabilize 1.2.9 arm, #867583

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

 sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild 
b/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild
index fa735ca8d9fa..294839bd9d62 100644
--- a/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild
+++ b/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.samba.org/ftp/pub/cwrap/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Sam James
commit: 80cd1d9db77a3e580edd1059199078315a240e2d
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:55:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:55:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80cd1d9d

net-libs/socket_wrapper: Stabilize 1.3.4 arm64, #867577

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

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

diff --git a/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild 
b/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild
index 8e9e3c6e8bbc..9b617df6bf00 100644
--- a/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild
+++ b/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2022-08-30 Thread Sam James
commit: ef8274dbf49c7b16c6948218700d3c5bcd91f3a3
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:53:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:53:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8274db

app-emacs/company-ebuild: keyword ~x64-macos

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

 app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild | 2 +-
 app-emacs/company-ebuild/company-ebuild-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
index 34dbec0f495e..678f43ec2830 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"

diff --git a/app-emacs/company-ebuild/company-ebuild-.ebuild 
b/app-emacs/company-ebuild/company-ebuild-.ebuild
index 34dbec0f495e..678f43ec2830 100644
--- a/app-emacs/company-ebuild/company-ebuild-.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-mode/

2022-08-30 Thread Sam James
commit: 406de605e6f6ac2dd39b7ee5d2a6a071db482be3
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:54:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:54:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406de605

app-emacs/company-mode: keyword ~x64-macos

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

 app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
index a4fa43142ed0..c98be895bfb4 100644
--- a/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${H}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

2022-08-30 Thread Sam James
commit: 073f6dab0f48981781aa0b6c1db28f6aa77025fb
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:51:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:51:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073f6dab

sys-libs/uid_wrapper: Stabilize 1.2.9 sparc, #867583

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

 sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild 
b/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild
index 396467d0c701..fa735ca8d9fa 100644
--- a/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild
+++ b/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.samba.org/ftp/pub/cwrap/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Sam James
commit: 8e7e08791226410fda999d3e692ca44d468c1831
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:51:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:51:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7e0879

sys-apps/netplug: Stabilize 1.2.9.2-r3 sparc, #867556

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

 sys-apps/netplug/netplug-1.2.9.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild 
b/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild
index c5acb32cf4b7..e6a195e5f6ab 100644
--- a/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild
+++ b/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.red-bean.com/~bos/netplug/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="debug doc"
 
 DEPEND="doc? ( app-text/ghostscript-gpl



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

2022-08-30 Thread Sam James
commit: 25dd7338ee8280979748f3fa272de775394b5379
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:51:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:51:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25dd7338

net-libs/socket_wrapper: Stabilize 1.3.4 sparc, #867577

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

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

diff --git a/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild 
b/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild
index 8e3cc624cbf4..8e9e3c6e8bbc 100644
--- a/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild
+++ b/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Sam James
commit: 224bc22fb18a04a6a63e5d0e72b73d12273039ff
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:51:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:51:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224bc22f

sys-libs/nss_wrapper: Stabilize 1.1.12 sparc, #867580

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

 sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild 
b/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
index 6a685380791b..eff2bd8c09ce 100644
--- a/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
+++ b/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Sam James
commit: c841cd8a44fce5beb999327cfc9dd750e32dbdf6
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:51:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:51:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c841cd8a

sys-apps/sparc-utils: Stabilize 1.9-r7 sparc, #867559

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

 sys-apps/sparc-utils/sparc-utils-1.9-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/sparc-utils/sparc-utils-1.9-r7.ebuild 
b/sys-apps/sparc-utils/sparc-utils-1.9-r7.ebuild
index 585dd2e6facb..616cb65f473b 100644
--- a/sys-apps/sparc-utils/sparc-utils-1.9-r7.ebuild
+++ b/sys-apps/sparc-utils/sparc-utils-1.9-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~sparc"
+KEYWORDS="-* sparc"
 IUSE=""
 
 DEPEND="virtual/os-headers"



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

2022-08-30 Thread Sam James
commit: 881b8394284be6275083be11b0352c3ae502d37d
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:50:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:50:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881b8394

sys-libs/uid_wrapper: Stabilize 1.2.9 x86, #867583

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

 sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild 
b/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild
index 5d507f5c62f8..396467d0c701 100644
--- a/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild
+++ b/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.samba.org/ftp/pub/cwrap/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Sam James
commit: 48c757ffe1c94675dd095b8f1b474f793f903d61
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:50:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:50:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c757ff

sys-libs/pam: Stabilize 1.5.2-r1 x86, #867589

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

 sys-libs/pam/pam-1.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/pam/pam-1.5.2-r1.ebuild b/sys-libs/pam/pam-1.5.2-r1.ebuild
index d82690205137..7d668d8345a4 100644
--- a/sys-libs/pam/pam-1.5.2-r1.ebuild
+++ b/sys-libs/pam/pam-1.5.2-r1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/linux-pam/linux-pam/releases/download/v${PV}/${MY_P}
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="audit berkdb debug nis selinux"
 
 BDEPEND="



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

2022-08-30 Thread Sam James
commit: 1bcbd48b6c067098943cbd24cde1181578da034d
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:50:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:50:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcbd48b

sys-apps/netplug: Stabilize 1.2.9.2-r3 x86, #867556

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

 sys-apps/netplug/netplug-1.2.9.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild 
b/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild
index 72ad80a5881e..c5acb32cf4b7 100644
--- a/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild
+++ b/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.red-bean.com/~bos/netplug/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="debug doc"
 
 DEPEND="doc? ( app-text/ghostscript-gpl



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

2022-08-30 Thread Sam James
commit: f82704c1fabbc09b2154399309f340da0b9da5a3
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:50:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:50:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82704c1

sys-libs/uid_wrapper: Stabilize 1.2.9 amd64, #867583

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

 sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild 
b/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild
index 73a19f22dc8d..5d507f5c62f8 100644
--- a/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild
+++ b/sys-libs/uid_wrapper/uid_wrapper-1.2.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.samba.org/ftp/pub/cwrap/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Sam James
commit: 77822bed43a53209188cb15d9ef38f5ddee73217
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:50:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:50:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77822bed

net-libs/socket_wrapper: Stabilize 1.3.4 x86, #867577

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

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

diff --git a/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild 
b/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild
index 504761bc3c4f..8e3cc624cbf4 100644
--- a/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild
+++ b/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Sam James
commit: fc3ca4947f464de10dba9198e365039871693c0c
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:50:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:50:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3ca494

sys-apps/netplug: Stabilize 1.2.9.2-r3 amd64, #867556

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

 sys-apps/netplug/netplug-1.2.9.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild 
b/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild
index e226a88eeb91..72ad80a5881e 100644
--- a/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild
+++ b/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.red-bean.com/~bos/netplug/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="debug doc"
 
 DEPEND="doc? ( app-text/ghostscript-gpl



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

2022-08-30 Thread Sam James
commit: 4473aa3c8d5932b6e96a7b68994b4104482c1cd9
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:50:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:50:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4473aa3c

sys-libs/pam: Stabilize 1.5.2-r1 amd64, #867589

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

 sys-libs/pam/pam-1.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/pam/pam-1.5.2-r1.ebuild b/sys-libs/pam/pam-1.5.2-r1.ebuild
index b32eb9cbf1fc..d82690205137 100644
--- a/sys-libs/pam/pam-1.5.2-r1.ebuild
+++ b/sys-libs/pam/pam-1.5.2-r1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/linux-pam/linux-pam/releases/download/v${PV}/${MY_P}
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="audit berkdb debug nis selinux"
 
 BDEPEND="



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

2022-08-30 Thread Sam James
commit: 6e2637f664487a5e0749c338dca95894d5e6036a
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:50:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:50:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2637f6

sys-libs/nss_wrapper: Stabilize 1.1.12 amd64, #867580

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

 sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild 
b/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
index c6714d8e2163..33907c53d32a 100644
--- a/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
+++ b/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Sam James
commit: 7a8b3d8ad66e90e6886da5a0bf48f40d7d400cd1
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:50:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:50:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8b3d8a

sys-libs/nss_wrapper: Stabilize 1.1.12 x86, #867580

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

 sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild 
b/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
index 33907c53d32a..6a685380791b 100644
--- a/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
+++ b/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Sam James
commit: f68dfb6c97939b5dd97dc58951eba38bd6f91ca4
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:50:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:50:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68dfb6c

net-libs/socket_wrapper: Stabilize 1.3.4 amd64, #867577

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

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

diff --git a/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild 
b/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild
index 52c36e4a8cc9..504761bc3c4f 100644
--- a/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild
+++ b/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2022-08-30 Thread Maciej Barć
commit: 2cec6652d1dc7fa1676f1ac59c74173e172aba13
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Aug 30 22:23:17 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Aug 30 22:24:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cec6652

app-emacs/company-ebuild: bump to 0.1.2

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/company-ebuild/Manifest  |  1 +
 .../company-ebuild/company-ebuild-0.1.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emacs/company-ebuild/Manifest 
b/app-emacs/company-ebuild/Manifest
index d9bd3d97052d..10b5ea0e6787 100644
--- a/app-emacs/company-ebuild/Manifest
+++ b/app-emacs/company-ebuild/Manifest
@@ -1,2 +1,3 @@
 DIST company-ebuild-0.1.0.tar.gz 10938 BLAKE2B 
e89e389b49b32057a6acd72cf7a0eb68b10d005824287c112528e3136e7d969e3b678450fc997800d83b3c8f226030b0e2724c63b3ae82d78ad16af49bc10984
 SHA512 
bc7fec05fbc3600ce6b5111b4e1817bfe04f7185a6a33bf5b83291feb795f47b91f827960b29f844f2627e885a05cc156b755a468e5eb0c314345c869678ea17
 DIST company-ebuild-0.1.1.tar.gz 11059 BLAKE2B 
5eba661f1956a019a133d3e61f997dcf2d9340c4a5f6d05920cba07e06e493e4358fabab6e16a48d1c081fc2c71f548e06511adf46b55a2fb30cef4ba2df71f5
 SHA512 
09bed101dcef18b07c2b51aa916b358f6e2ea526bd80dc997b280516ee074a62e006f3a0d748d77848f5e43412d4971841771cf40abe5b80a95477a21ad9d847
+DIST company-ebuild-0.1.2.tar.gz 11697 BLAKE2B 
e376626d13aa32a4df09ecdae2245b9c961a6e2cd615febfaaa626ac48ccd420b462a6195d9f769d64c37629c34929ba87e3ea6543e2344b62b217a51695870a
 SHA512 
2a67c6ea6e53f78a6c41b2251b928cf7e97bb3f71c7c03057c540c699bd275898bdf8840d723cf5d8846dbbe82cc531f1cc2707181825fe05c4433ea80039011

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
new file mode 100644
index ..34dbec0f495e
--- /dev/null
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.2
+
+inherit elisp
+
+DESCRIPTION="Company backend for editing Ebuild files"
+HOMEPAGE="https://gitweb.gentoo.org/proj/company-ebuild.git;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
+else
+   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   app-emacs/company-mode
+   app-emacs/ebuild-mode
+"
+BDEPEND="${RDEPEND}"



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

2022-08-30 Thread Sam James
commit: 4ab7884d4cb2e86a16045291c56ec3435e94b453
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:22:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:22:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab7884d

dev-util/diffoscope: drop 214, 220

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

 dev-util/diffoscope/Manifest  |   2 -
 dev-util/diffoscope/diffoscope-214.ebuild | 108 -
 dev-util/diffoscope/diffoscope-220.ebuild | 109 --
 3 files changed, 219 deletions(-)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 11c8d12cff19..85a6b8c52131 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,4 +1,2 @@
-DIST diffoscope-214.tar.gz 2710707 BLAKE2B 
6acd7fa9c69ad831c6d362b805c2094b2f55d57fa87f69e9e153a99a71c90a67884796696df0d24d6b3c94c0b9a41736292d44208f4d8de4262eaa5f2eec6c90
 SHA512 
67a9b68ce5f7934747e30e41506d7e30f018673314b777ab86af89e3dd56212c442abe6e246741f7b842b5c58f14006442167cf9089823ba4ef1ba07e78eaaa7
 DIST diffoscope-219.tar.gz 2711533 BLAKE2B 
1b244a36ca2622244fb1f11f8fc895680bd1d77b544421e5e2c3662294fdf8e7efe3b67e370a83089c180f3c8563562847cc8b09bec85426e1b05f340575b724
 SHA512 
615b82cbd2b1a8bcdfae4274c051e4be52fb8ea90c5e56b041dd1d8c520c759d09cd4c080b31154257828316f7b4c0ac79cf0b1e09d762271ce01ffde353ee7a
-DIST diffoscope-220.tar.gz 3145338 BLAKE2B 
ecc679184e7138180c354b6ad9b4ec33cc27f818228da7587f4be3f5704ed788426175692f56e52fc5889690b1b8ee75690ddbf14113ad7c5336b0ceee6f9ac2
 SHA512 
fd7a30f30b7f67ae92650afb42684f71de3bc9e34c93534830445a608f772290865e0d494492563641dc4721433705be3f642c0085846dfaced3fe4dce9c534b
 DIST diffoscope-221.tar.gz 3145331 BLAKE2B 
76369a7719f9a256ca61cc097bc439c5ef267370b78b5e25c466f351fc262b6a9a18f2f82d88ae86fd382a11900c4350ff79c6217c53df42ad56706ee58fa42b
 SHA512 
145390374378f699f7689af0e35897bc9d75cd805722f0db66e689135186eb43def17ec5aac4adf8f7e0045cbddec8a31dc5c8b68eb4e7b0d3bd1f0661f26416

diff --git a/dev-util/diffoscope/diffoscope-214.ebuild 
b/dev-util/diffoscope/diffoscope-214.ebuild
deleted file mode 100644
index 924c2702c182..
--- a/dev-util/diffoscope/diffoscope-214.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="ncurses"
-inherit distutils-r1
-
-DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
-HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
-find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
-mono opendocument pascal pdf postscript R rpm sqlite squashfs
-ssh tar test tcpdump zip zlib zstd"
-
-RESTRICT="!test? ( test )"
-
-# pull in optional tools for tests:
-# img2txt: bug #797688
-# docx2txt: bug #797688
-BDEPEND="test? (
-   app-text/docx2txt
-   media-libs/libcaca
-   virtual/imagemagick-tools[jpeg]
-   )"
-RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/libarchive-c[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-   acl? ( sys-apps/acl )
-   binutils? ( sys-devel/binutils )
-   bzip2? ( app-arch/bzip2 )
-   libcaca? ( media-libs/libcaca )
-   colord? ( x11-misc/colord )
-   cpio? ( app-arch/cpio )
-   diff? ( sys-apps/diffutils )
-   docx? ( app-text/docx2txt )
-   dtc? ( sys-apps/dtc )
-   e2fsprogs? ( sys-fs/e2fsprogs )
-   file? ( sys-apps/file )
-   find? ( sys-apps/findutils )
-   gettext? ( sys-devel/gettext )
-   gif? ( media-libs/giflib )
-   gpg? ( app-crypt/gnupg )
-   haskell? ( dev-lang/ghc )
-   hdf5? ( sci-libs/hdf5 )
-   hex? ( app-editors/vim-core )
-   imagemagick? ( media-gfx/imagemagick )
-   iso? ( app-cdr/cdrtools )
-   java? ( virtual/jdk )
-   llvm? ( sys-devel/llvm )
-   lzma? ( app-arch/xz-utils )
-   mono? ( dev-lang/mono )
-   opendocument? ( app-text/odt2txt )
-   pascal? ( dev-lang/fpc )
-   pdf? (
-   app-text/pdftk
-   app-text/poppler
-   dev-python/PyPDF2[${PYTHON_USEDEP}]
-   )
-   postscript? ( app-text/ghostscript-gpl )
-   R? ( dev-lang/R )
-   rpm? ( app-arch/rpm )
-   sqlite? ( dev-db/sqlite:3 )
-   squashfs? ( sys-fs/squashfs-tools )
-   ssh? ( net-misc/openssh )
-   tar? ( app-arch/tar )
-   tcpdump? ( net-analyzer/tcpdump )
-   zip? ( app-arch/unzip )
-   zlib? ( app-arch/gzip )
-   zstd? ( app-arch/zstd )
-"
-# Presence if filemagic's magic.py breaks imports
-# of 

[gentoo-commits] proj/company-ebuild: New tag: 0.1.2

2022-08-30 Thread Maciej Barć
commit: 
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Aug 30 22:22:36 2022 +

New tag: 0.1.2




[gentoo-commits] proj/company-ebuild:master commit in: /

2022-08-30 Thread Maciej Barć
commit: 726011aeeecdc46be3098ae0899023bd63ab0fc4
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Aug 30 22:22:04 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Aug 30 22:22:04 2022 +
URL:
https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=726011ae

company-ebuild.el: bump to 0.1.2

Signed-off-by: Maciej Barć  gentoo.org>

 company-ebuild.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/company-ebuild.el b/company-ebuild.el
index bcee8f5..555350a 100644
--- a/company-ebuild.el
+++ b/company-ebuild.el
@@ -21,7 +21,7 @@
 
 ;; Authors: Maciej Barć 
 ;; Created: 16 Aug 2022
-;; Version: 0.1.1
+;; Version: 0.1.2
 ;; Keywords: languages
 ;; Homepage: https://gitweb.gentoo.org/proj/company-ebuild.git
 ;; Package-Requires: ((emacs "26.2"))
@@ -48,7 +48,7 @@
 (require 'company-ebuild-keywords)
 
 
-(defconst company-ebuild-version "0.1.1"
+(defconst company-ebuild-version "0.1.2"
   "Company-Ebuild version.")
 
 



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

2022-08-30 Thread Sam James
commit: f79e9cb2f9c4758aeb5dc96a44eb1c815cf8655b
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:22:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:22:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79e9cb2

dev-libs/tlsh: Keyword 4.8.2 ppc64, #850544

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

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

diff --git a/dev-libs/tlsh/tlsh-4.8.2.ebuild b/dev-libs/tlsh/tlsh-4.8.2.ebuild
index 4959d64e815f..6b964ea89a55 100644
--- a/dev-libs/tlsh/tlsh-4.8.2.ebuild
+++ b/dev-libs/tlsh/tlsh-4.8.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/trendmicro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 PATCHES=(
"${FILESDIR}"/${P}-gnuinstalldirs.patch



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

2022-08-30 Thread Sam James
commit: cda60b4c8929c81392317869c25c9722da0460f7
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:22:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:22:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda60b4c

dev-util/diffoscope: Keyword 221 ppc64, #850544

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

 dev-util/diffoscope/diffoscope-221.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/diffoscope/diffoscope-221.ebuild 
b/dev-util/diffoscope/diffoscope-221.ebuild
index 177ba73b1c19..bd5c0dd544f8 100644
--- a/dev-util/diffoscope/diffoscope-221.ebuild
+++ b/dev-util/diffoscope/diffoscope-221.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
 find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
 mono opendocument pascal pdf postscript R rpm sqlite squashfs



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

2022-08-30 Thread Sam James
commit: 8fcd14750c490003dd0db0db2a3907c1433bd1e4
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:22:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:22:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fcd1475

dev-python/tlsh: Keyword 4.8.2 ppc64, #850544

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

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

diff --git a/dev-python/tlsh/tlsh-4.8.2.ebuild 
b/dev-python/tlsh/tlsh-4.8.2.ebuild
index 7471c4cbb5d7..0c04d759bb83 100644
--- a/dev-python/tlsh/tlsh-4.8.2.ebuild
+++ b/dev-python/tlsh/tlsh-4.8.2.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${P}/py_ext
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 DEPEND="dev-libs/tlsh"
 RDEPEND="${DEPEND}"



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

2022-08-30 Thread Sam James
commit: affef91256afa552b56874c4c373023c0889e60e
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 21:48:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:21:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=affef912

dev-util/ninja: add 1.11.1

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

 dev-util/ninja/Manifest|  1 +
 .../{ninja-.ebuild => ninja-1.11.1.ebuild} | 38 +-
 dev-util/ninja/ninja-.ebuild   | 38 +-
 3 files changed, 31 insertions(+), 46 deletions(-)

diff --git a/dev-util/ninja/Manifest b/dev-util/ninja/Manifest
index 2ab6fa9d9107..b62f6953ec4d 100644
--- a/dev-util/ninja/Manifest
+++ b/dev-util/ninja/Manifest
@@ -1 +1,2 @@
 DIST ninja-1.11.0.tar.gz 229475 BLAKE2B 
71c8b6cf9524bdc11cf73f7e761f0d7deef2498a970c1439c10cc7d361e31fed1e3b54bcb185f3c7ed041f15704851a96e42560058af61b8a5df6e918d52ebf3
 SHA512 
9b9c8dae2251f9ddba50680911271b8504c292994fd90a0da94902f64c69a9edc72212217df5c651ddfc2f79c2ae03e84c99b805497dcd7497c53a1617de83e7
+DIST ninja-1.11.1.tar.gz 229479 BLAKE2B 
c96cf7c319b7abd65f644465688d256f8b3a576c4616d0c63852e25dd0dc5f63c66708d429d8dddb6228502eb147211a86a5dd369b80ec2228902b370d2343e5
 SHA512 
1bca38877c70ee6613f347ffccef5adc02ba0a3947c62ae004ea97f918442b5a3de92378e4f820ae2a7676bc7609d25fbc7d41f6cfb3a61e5e4b26ec3639e403

diff --git a/dev-util/ninja/ninja-.ebuild 
b/dev-util/ninja/ninja-1.11.1.ebuild
similarity index 79%
copy from dev-util/ninja/ninja-.ebuild
copy to dev-util/ninja/ninja-1.11.1.ebuild
index 81d813fea607..bedb66f577c5 100644
--- a/dev-util/ninja/ninja-.ebuild
+++ b/dev-util/ninja/ninja-1.11.1.ebuild
@@ -1,15 +1,15 @@
 # Copyright 2012-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs
+inherit edo bash-completion-r1 elisp-common python-any-r1 toolchain-funcs
 
 if [[ ${PV} ==  ]]; then
-   inherit git-r3
EGIT_REPO_URI="https://github.com/ninja-build/ninja.git;
+   inherit git-r3
 else
SRC_URI="https://github.com/ninja-build/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
@@ -21,7 +21,7 @@ HOMEPAGE="https://ninja-build.org/;
 LICENSE="Apache-2.0"
 SLOT="0"
 
-IUSE="doc emacs test vim-syntax"
+IUSE="doc emacs test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
@@ -35,15 +35,7 @@ BDEPEND="
)
test? ( dev-cpp/gtest )
 "
-RDEPEND="
-   emacs? ( >=app-editors/emacs-23.1:* )
-   vim-syntax? (
-   || (
-   app-editors/vim
-   app-editors/gvim
-   )
-   )
-"
+RDEPEND="emacs? ( >=app-editors/emacs-23.1:* )"
 
 PATCHES=(
"${FILESDIR}"/ninja-cflags.patch
@@ -90,30 +82,30 @@ src_test() {
if ! tc-is-cross-compiler; then
# Bug 485772
ulimit -n 2048
-   ./ninja -v ninja_test || die
-   ./ninja_test || die
+   edo ./ninja -v ninja_test
+   edo ./ninja_test
fi
 }
 
 src_install() {
dodoc README.md CONTRIBUTING.md
+
if use doc; then
docinto html
dodoc -r doc/doxygen/html/.
dodoc doc/manual.html
fi
+
dobin ninja
 
-   newbashcomp misc/bash-completion "${PN}"
+   newbashcomp misc/bash-completion ${PN}
 
-   if use vim-syntax; then
-   insinto /usr/share/vim/vimfiles/syntax/
-   doins misc/ninja.vim
+   insinto /usr/share/vim/vimfiles/syntax/
+   doins misc/ninja.vim
 
-   echo 'au BufNewFile,BufRead *.ninja set ft=ninja' > 
"${T}/ninja.vim"
-   insinto /usr/share/vim/vimfiles/ftdetect
-   doins "${T}/ninja.vim"
-   fi
+   echo 'au BufNewFile,BufRead *.ninja set ft=ninja' > "${T}"/ninja.vim || 
die
+   insinto /usr/share/vim/vimfiles/ftdetect
+   doins "${T}"/ninja.vim
 
insinto /usr/share/zsh/site-functions
newins misc/zsh-completion _ninja

diff --git a/dev-util/ninja/ninja-.ebuild b/dev-util/ninja/ninja-.ebuild
index 81d813fea607..bedb66f577c5 100644
--- a/dev-util/ninja/ninja-.ebuild
+++ b/dev-util/ninja/ninja-.ebuild
@@ -1,15 +1,15 @@
 # Copyright 2012-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs
+inherit edo bash-completion-r1 elisp-common python-any-r1 toolchain-funcs
 
 if [[ ${PV} ==  ]]; then
-   inherit git-r3

[gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/, net-libs/libssh/files/

2022-08-30 Thread Sam James
commit: ebc896b71d4c22a1ed82a068845d682fdc55a3ed
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:21:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:21:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc896b7

net-libs/libssh: drop 0.10.0-r1

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

 net-libs/libssh/Manifest   |   1 -
 .../files/libssh-0.10.0-fix-musl-gnu-source.patch  |  58 --
 net-libs/libssh/libssh-0.10.0-r1.ebuild| 126 -
 3 files changed, 185 deletions(-)

diff --git a/net-libs/libssh/Manifest b/net-libs/libssh/Manifest
index f4d48d1a6473..4a35ffc7b747 100644
--- a/net-libs/libssh/Manifest
+++ b/net-libs/libssh/Manifest
@@ -1,3 +1,2 @@
-DIST libssh-0.10.0.tar.xz 553384 BLAKE2B 
4a57e2095a4f56d06b2be591e02c9b9ded5e1fa28ed2774389a2902a8277f6e6b99014f8868f0740ca2900409d33b968f65c9eaa312e259926436afb49fc108c
 SHA512 
d97235f78b94a980aabc844ee7614108944967441219f0c2417b207734d5200eb26efd5fd6de0da97a34fb612b843dc0a3b32a3364c1d8333e4c49680212
 DIST libssh-0.10.1.tar.xz 553808 BLAKE2B 
1e0a648153122619e473481484af70b9c388e75a6586a7b5ea605fede4a592f2f1ae2978c19762ac396d3dff2a3dd03451ee293c9fbd4f861a1bb5668e2489b7
 SHA512 
d56b2809527d4f3c1d1b8f7a7cd49321df8abe4fde011dfe7323e7552641b36a607f3b1b37c26703adae01d0176fc3d71c6c207598aaae5ebdf10237742e
 DIST libssh-0.9.6.tar.xz 1053056 BLAKE2B 
e8565279a430786b8877386a26700a39386e908546a209815b135a2bf4ef42c37b9890dc29cda9ce6c8bfe3f3bae4942097dc794302aec767d106a45c44b811d
 SHA512 
4040ec4af937e95be2e41313ef6d4db60b46b8d4dea10c09402398127c1d1ca8843392d207088aeee3c7ef631c6ae7b66861327dcebf78ed3af0723777619fd1

diff --git a/net-libs/libssh/files/libssh-0.10.0-fix-musl-gnu-source.patch 
b/net-libs/libssh/files/libssh-0.10.0-fix-musl-gnu-source.patch
deleted file mode 100644
index be234bab53c9..
--- a/net-libs/libssh/files/libssh-0.10.0-fix-musl-gnu-source.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-https://gitlab.com/libssh/libssh-mirror/-/commit/8cf9c8162fc317761f19c35f60fc0cae7337ceea
-https://gitlab.com/libssh/libssh-mirror/-/issues/141
-
-From: Jakub Jelen 
-Date: Mon, 29 Aug 2022 12:48:34 +0200
-Subject: [PATCH] Do not force GNU_SOURCE during build to fix #141
-
-Signed-off-by: Jakub Jelen 
-Reviewed-by: Andreas Schneider 
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -348,10 +348,6 @@ endif (WITH_SYMBOL_VERSIONING AND HAVE_LD_VERSION_SCRIPT 
AND ABIMAP_FOUND)
- # This gets built as a static library, if -DBUILD_SHARED_LIBS=OFF is passed to
- # cmake.
- add_library(ssh ${libssh_SRCS})
--target_compile_options(ssh
--   PRIVATE
--   ${DEFAULT_C_COMPILE_FLAGS}
--   -D_GNU_SOURCE)
- target_include_directories(ssh
-PUBLIC
-$
-@@ -408,10 +404,6 @@ install(EXPORT libssh-config
- 
- if (BUILD_STATIC_LIB)
-   add_library(ssh-static STATIC ${libssh_SRCS})
--  target_compile_options(ssh-static
-- PRIVATE
--${DEFAULT_C_COMPILE_FLAGS}
---D_GNU_SOURCE)
- 
-   target_include_directories(ssh-static
-  PUBLIC
 a/src/misc.c
-+++ b/src/misc.c
-@@ -1956,7 +1956,7 @@ char *ssh_strerror(int err_num, char *buf, size_t buflen)
- #if defined(_WIN32)
- strerror_s(buf, buflen, err_num);
- return buf;
--#elif defined(__linux__) && defined(_GNU_SOURCE)
-+#elif defined(__linux__) && defined(__GLIBC__) && defined(_GNU_SOURCE)
- /* GNU extension on Linux */
- return strerror_r(err_num, buf, buflen);
- #else
 a/tests/torture.h
-+++ b/tests/torture.h
-@@ -24,10 +24,6 @@
- #ifndef _TORTURE_H
- #define _TORTURE_H
- 
--#ifndef _GNU_SOURCE
--#define _GNU_SOURCE
--#endif
--
- #include 
- #include 
- #include 
-GitLab

diff --git a/net-libs/libssh/libssh-0.10.0-r1.ebuild 
b/net-libs/libssh/libssh-0.10.0-r1.ebuild
deleted file mode 100644
index 0a5989b9a16b..
--- a/net-libs/libssh/libssh-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-DESCRIPTION="Access a working SSH implementation by means of a library"
-HOMEPAGE="https://www.libssh.org/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git;
-else
-   SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0/4" # subslot = soname major version
-IUSE="debug doc examples gcrypt gssapi mbedtls pcap server +sftp static-libs 
test zlib"
-# Maintainer: check IUSE-defaults at DefineOptions.cmake
-
-REQUIRED_USE="?? ( gcrypt mbedtls )"

[gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/files/, net-libs/libssh/

2022-08-30 Thread Sam James
commit: 68be73afc06c27f724acbaa6ff5b20dacc3f
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:20:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:21:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68be73af

net-libs/libssh: add 0.10.1

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

 net-libs/libssh/Manifest   |  1 +
 .../files/libssh-0.10.1-disable-broken-test.patch  | 28 +++
 .../{libssh-.ebuild => libssh-0.10.1.ebuild}   | 31 +-
 net-libs/libssh/libssh-.ebuild | 31 +-
 4 files changed, 65 insertions(+), 26 deletions(-)

diff --git a/net-libs/libssh/Manifest b/net-libs/libssh/Manifest
index e353f0232c89..f4d48d1a6473 100644
--- a/net-libs/libssh/Manifest
+++ b/net-libs/libssh/Manifest
@@ -1,2 +1,3 @@
 DIST libssh-0.10.0.tar.xz 553384 BLAKE2B 
4a57e2095a4f56d06b2be591e02c9b9ded5e1fa28ed2774389a2902a8277f6e6b99014f8868f0740ca2900409d33b968f65c9eaa312e259926436afb49fc108c
 SHA512 
d97235f78b94a980aabc844ee7614108944967441219f0c2417b207734d5200eb26efd5fd6de0da97a34fb612b843dc0a3b32a3364c1d8333e4c49680212
+DIST libssh-0.10.1.tar.xz 553808 BLAKE2B 
1e0a648153122619e473481484af70b9c388e75a6586a7b5ea605fede4a592f2f1ae2978c19762ac396d3dff2a3dd03451ee293c9fbd4f861a1bb5668e2489b7
 SHA512 
d56b2809527d4f3c1d1b8f7a7cd49321df8abe4fde011dfe7323e7552641b36a607f3b1b37c26703adae01d0176fc3d71c6c207598aaae5ebdf10237742e
 DIST libssh-0.9.6.tar.xz 1053056 BLAKE2B 
e8565279a430786b8877386a26700a39386e908546a209815b135a2bf4ef42c37b9890dc29cda9ce6c8bfe3f3bae4942097dc794302aec767d106a45c44b811d
 SHA512 
4040ec4af937e95be2e41313ef6d4db60b46b8d4dea10c09402398127c1d1ca8843392d207088aeee3c7ef631c6ae7b66861327dcebf78ed3af0723777619fd1

diff --git a/net-libs/libssh/files/libssh-0.10.1-disable-broken-test.patch 
b/net-libs/libssh/files/libssh-0.10.1-disable-broken-test.patch
new file mode 100644
index ..0e91bedaef6e
--- /dev/null
+++ b/net-libs/libssh/files/libssh-0.10.1-disable-broken-test.patch
@@ -0,0 +1,28 @@
+https://sources.debian.org/patches/libssh/0.9.6-2/2003-disable-expand_tilde_unix-test.patch/
+
+Description: Disable torture_path_expand_tilde_unix, its not working well on 
buildd
+ On buildd, the HOME is set to a non-existing directory, this makes
+ torture_path_expand_tilde_unix fail
+Author: Laurent Bigonville 
+Forwarded: not-needed
+
+--- a/tests/unittests/torture_misc.c
 b/tests/unittests/torture_misc.c
+@@ -662,11 +662,11 @@ int torture_run_tests(void) {
+ cmocka_unit_test(torture_basename),
+ cmocka_unit_test(torture_dirname),
+ cmocka_unit_test(torture_ntohll),
+-#ifdef _WIN32
+-cmocka_unit_test(torture_path_expand_tilde_win),
+-#else
+-cmocka_unit_test(torture_path_expand_tilde_unix),
+-#endif
++//#ifdef _WIN32
++//cmocka_unit_test(torture_path_expand_tilde_win),
++//#else
++//cmocka_unit_test(torture_path_expand_tilde_unix),
++//#endif
+ cmocka_unit_test_setup_teardown(torture_path_expand_escape, setup, 
teardown),
+ cmocka_unit_test_setup_teardown(torture_path_expand_known_hosts, 
setup, teardown),
+ cmocka_unit_test_setup_teardown(torture_path_expand_percent, setup, 
teardown),
+

diff --git a/net-libs/libssh/libssh-.ebuild 
b/net-libs/libssh/libssh-0.10.1.ebuild
similarity index 85%
copy from net-libs/libssh/libssh-.ebuild
copy to net-libs/libssh/libssh-0.10.1.ebuild
index 9b897cf8885e..25b41a81f804 100644
--- a/net-libs/libssh/libssh-.ebuild
+++ b/net-libs/libssh/libssh-0.10.1.ebuild
@@ -45,7 +45,9 @@ BDEPEND="doc? ( app-doc/doxygen[dot] )"
 
 DOCS=( AUTHORS CHANGELOG README )
 
-PATCHES=( "${FILESDIR}/${PN}-0.8.0-tests.patch" )
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.10.1-disable-broken-test.patch
+)
 
 src_prepare() {
cmake_src_prepare
@@ -53,22 +55,24 @@ src_prepare() {
# just install the examples, do not compile them
cmake_comment_add_subdirectory examples
 
-   # keyfile torture test is currently broken
-   sed -e "/torture_keyfiles/d" \
-   -i tests/unittests/CMakeLists.txt || die
+   sed -e "/^check_include_file.*HAVE_VALGRIND_VALGRIND_H/s/^/#DONT /" \
+   -i ConfigureChecks.cmake || die
 
-   # disable tests that take too long (bug #677006)
-   if use sparc; then
-   sed -e "/torture_threads_pki_rsa/d" -e "/torture_pki_dsa/d" \
+   if use test; then
+   # keyfile torture test is currently broken
+   sed -e "/torture_keyfiles/d" \
-i tests/unittests/CMakeLists.txt || die
-   fi
 
-   sed -e "/^check_include_file.*HAVE_VALGRIND_VALGRIND_H/s/^/#DONT /" \
-   -i ConfigureChecks.cmake || die
+   # disable tests that take too long (bug #677006)
+   if use sparc; then
+   sed -e "/torture_threads_pki_rsa/d" -e 
"/torture_pki_dsa/d" 

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

2022-08-30 Thread Andreas Sturmlechner
commit: c36025e619509e943bbfc33e6489f0daaee4bd82
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 30 21:33:08 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 30 21:59:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36025e6

sci-mathematics/jags: drop 4.2.0, EAPI-6--

Closes: https://bugs.gentoo.org/867538
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-mathematics/jags/Manifest  |  1 -
 sci-mathematics/jags/jags-4.2.0.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/sci-mathematics/jags/Manifest b/sci-mathematics/jags/Manifest
index b4a2fcb4f2d0..e30aaf0e29f9 100644
--- a/sci-mathematics/jags/Manifest
+++ b/sci-mathematics/jags/Manifest
@@ -1,2 +1 @@
-DIST JAGS-4.2.0.tar.gz 1875538 BLAKE2B 
039cefdb546ec28b905f22a4ec3dfe6d85c64064701283fe38be59f53da971b523d8bb5b7c5efe3e9da81a255b064cb8b66cac2fd4e844883b7fcf89cdabdbb1
 SHA512 
316483cd1a879c70c9b8ad6f23665196b95b9745da3924a47e14f4b0fd7c1abf9237575561cb31044623594360b6e991de68e1d9746baedeb285c65b77baada8
 DIST JAGS-4.3.0.tar.gz 2057409 BLAKE2B 
5820c66dd10cc90343d53b901b7dbc1acf85dca0f5f80280864190882f0af865edad877eb2cfd421ec2035d3ae843373da1facee8a10b6735e2fc0387d452949
 SHA512 
d0564c73ff45484afad532ed788353f9c0945cd9667030eed5be674492bf97524d05903b22d4995c1de8a331dba7b04425d009e114d98a38b4bfce5214518b36

diff --git a/sci-mathematics/jags/jags-4.2.0.ebuild 
b/sci-mathematics/jags/jags-4.2.0.ebuild
deleted file mode 100644
index 0ed77c62577f..
--- a/sci-mathematics/jags/jags-4.2.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-MYP="JAGS-${PV}"
-
-DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation"
-HOMEPAGE="http://mcmc-jags.sourceforge.net/;
-SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/4.x/Source/${MYP}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-RDEPEND="
-   virtual/blas
-   virtual/lapack"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? (
-   virtual/latex-base
-   dev-texlive/texlive-latexextra
-   )"
-
-S="${WORKDIR}/${MYP}"
-
-src_configure() {
-   econf \
-   --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
-   --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
-}
-
-src_compile() {
-   emake all $(usex doc docs "")
-}
-
-src_install() {
-   default
-   use doc && dodoc doc/manual/*.pdf
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libdap/, sci-libs/libdap/files/

2022-08-30 Thread Andreas Sturmlechner
commit: 05d0651d59f71f5ee7074cf97090152bc0ace178
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 30 21:35:21 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 30 21:58:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d0651d

sci-libs/libdap: drop 3.18.1, EAPI-6--

Closes: https://bugs.gentoo.org/867529
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/libdap/Manifest   |   1 -
 .../files/libdap-3.18.1-disable-broken-tests.patch |  18 
 .../files/libdap-3.18.1-disable-cache-test.patch   |  22 -
 .../files/libdap-3.18.1-disable-dmr-tests.patch|  31 ---
 .../files/libdap-3.18.1-disable-net-tests.patch|  33 ---
 .../files/libdap-3.18.1-fix-buildsystem.patch  |  20 -
 .../libdap/files/libdap-3.18.1-fix-c++14.patch | 100 -
 sci-libs/libdap/libdap-3.18.1.ebuild   |  55 
 8 files changed, 280 deletions(-)

diff --git a/sci-libs/libdap/Manifest b/sci-libs/libdap/Manifest
index 166567f036a9..eee8bdbe052b 100644
--- a/sci-libs/libdap/Manifest
+++ b/sci-libs/libdap/Manifest
@@ -1,2 +1 @@
-DIST libdap-3.18.1.tar.gz 2209343 BLAKE2B 
0b71f5a557315a1481f45b465a73d62e8bf44c78c7b0d257f56c758a63137eca3777a1e2e9ef1e7dc3e2c434709f238fc7ed40e56f61eb89f8d5b47af7504efa
 SHA512 
a1d06bbbad654718bbf9980dc0943935089c09772678f6457d4de8a9d37f1ce33c0e1cab4c5eefec6f9e159028b194d6e3a6021597276b233eda52603ae8dd38
 DIST libdap-3.20.9.tar.gz 2838651 BLAKE2B 
84186a73455d8756d0dccaf11554861d48f55a358cc3f70d899d7f24b0b676b0bacdfff47b63c956619717c7fb7f7e3678669599724a2170221a4bc74d8388c2
 SHA512 
2e360148e5ca3b5c12552ff429b161d8be6905594ae2df98c5b005cd286cb803913b8336371cd07361082749122f7aa5cbc93ff1812ed598908afd0e83df927c

diff --git a/sci-libs/libdap/files/libdap-3.18.1-disable-broken-tests.patch 
b/sci-libs/libdap/files/libdap-3.18.1-disable-broken-tests.patch
deleted file mode 100644
index 09c33e6f381a..
--- a/sci-libs/libdap/files/libdap-3.18.1-disable-broken-tests.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: D4FilterClauseTest breaks on arm*, powerpc, s390x.
-Author: Alastair McKinstry 
-Last-Updated: 2016-08-31
-Forwarded: no
-
-Index: libdap-3.18.0/unit-tests/Makefile.am
-===
 libdap-3.18.0.orig/unit-tests/Makefile.am
-+++ libdap-3.18.0/unit-tests/Makefile.am
-@@ -74,7 +74,7 @@ UNIT_TESTS = marshT arrayT attrTableT st
- if DAP4_DEFINED
- UNIT_TESTS += D4MarshallerTest D4UnMarshallerTest D4DimensionsTest \
-   D4EnumDefsTest D4GroupTest D4ParserSax2Test D4AttributesTest D4EnumTest 
\
--  chunked_iostream_test D4AsyncDocTest DMRTest D4FilterClauseTest \
-+  chunked_iostream_test D4AsyncDocTest DMRTest  \
-   D4SequenceTest
- endif
- 

diff --git a/sci-libs/libdap/files/libdap-3.18.1-disable-cache-test.patch 
b/sci-libs/libdap/files/libdap-3.18.1-disable-cache-test.patch
deleted file mode 100644
index 6ce7ae0c4f6d..
--- a/sci-libs/libdap/files/libdap-3.18.1-disable-cache-test.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Author: Alastair McKinstry 
-Description: Disable test as website appears to be down
-Forwarded: no
-Last-Updated: 2015-10-20
-
-Index: libdap-3.18.0/unit-tests/Makefile.am
-===
 libdap-3.18.0.orig/unit-tests/Makefile.am
-+++ libdap-3.18.0/unit-tests/Makefile.am
-@@ -67,9 +67,9 @@ D4-xml.tar.gz: D4-xml/DMR_*[0-9].xml
- if CPPUNIT
- UNIT_TESTS = marshT arrayT attrTableT structT sequenceT ddsT dasT \
-   RegexTest ArrayTest AttrTableTest ByteTest MIMEUtilTest ancT DASTest \
--  DDSTest DDXParserTest  generalUtilTest HTTPConnectTest parserUtilTest \
--  RCReaderTest SequenceTest SignalHandlerTest  MarshallerTest \
--  HTTPCacheTest ServerFunctionsListUnitTest
-+  DDSTest DDXParserTest  generalUtilTest  parserUtilTest \
-+  SequenceTest SignalHandlerTest  MarshallerTest \
-+  ServerFunctionsListUnitTest
- 
- if DAP4_DEFINED
- UNIT_TESTS += D4MarshallerTest D4UnMarshallerTest D4DimensionsTest \

diff --git a/sci-libs/libdap/files/libdap-3.18.1-disable-dmr-tests.patch 
b/sci-libs/libdap/files/libdap-3.18.1-disable-dmr-tests.patch
deleted file mode 100644
index d4691f59518f..
--- a/sci-libs/libdap/files/libdap-3.18.1-disable-dmr-tests.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Author: Alastair McKinstry 
-Description: Disable DMR tests which break on big-endian archs at the moment
-Last-Updated: 2015-11-08
-Forwarded: no
-
-Index: libdap-3.18.0/tests/Makefile.am
-===
 libdap-3.18.0.orig/tests/Makefile.am
-+++ libdap-3.18.0/tests/Makefile.am
-@@ -31,7 +31,7 @@ endif
- # TESTS = DASTest DDSTest EXPRTest DMRTest getdapTest
- 
- check_SCRIPTS = $(DASTESTSUITE) $(DDSTESTSUITE) $(EXPRTESTSUITE) \
--  $(DMRTESTSUITE) $(GETDAPTESTSUITE)
-+  $(GETDAPTESTSUITE)
- 

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

2022-08-30 Thread Andreas Sturmlechner
commit: 2e64c9571332b9cea039766db02066a753d1b48e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 30 21:34:28 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 30 21:59:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e64c957

sci-mathematics/calc: drop 2.12.5.4, EAPI-6--

Closes: https://bugs.gentoo.org/867544
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-mathematics/calc/Manifest  |   1 -
 sci-mathematics/calc/calc-2.12.5.4.ebuild  |  58 
 .../calc/files/calc-2.12.5.4-as-needed.patch   | 161 -
 3 files changed, 220 deletions(-)

diff --git a/sci-mathematics/calc/Manifest b/sci-mathematics/calc/Manifest
index dce8694b801d..c169f4401520 100644
--- a/sci-mathematics/calc/Manifest
+++ b/sci-mathematics/calc/Manifest
@@ -1,2 +1 @@
-DIST calc-2.12.5.4.tar.bz2 956258 BLAKE2B 
47c2ab46c47baf0d1f1d202a36e0d42cf0b25f7eecf61815814081b2f76aa65dc8cc4e970078a5176266ce1332751169424d1c6d2c16ff148a1b014986b56d47
 SHA512 
07c89059d4718b29e649a5198e0bb6c6a6d9c6705a0050ad744146f1649c65d0fb1277a68eb45daca907b08ef9336de2002808a5f9b2312e413eb3afb74d491f
 DIST calc-2.13.0.1.tar.bz2 987542 BLAKE2B 
bbd93aa296211dde8f7d00a86e222bf4ccc0065da021c1666c333610c6837a1984995c74995571af025e68ec64519ed2d158731448037ee0a4f2eafccfc1a625
 SHA512 
7d7e07072779c97aaeb966f9282a6e4127c839ecadd0b7269d37d587949c47075d301c3420735f903ba179ae2bbbd309fd29e459fbf12b450e528aadc66537c4

diff --git a/sci-mathematics/calc/calc-2.12.5.4.ebuild 
b/sci-mathematics/calc/calc-2.12.5.4.ebuild
deleted file mode 100644
index d1dc4ec7f9e1..
--- a/sci-mathematics/calc/calc-2.12.5.4.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Arbitrary precision C-like arithmetic system"
-HOMEPAGE="http://www.isthe.com/chongo/tech/comp/calc/;
-SRC_URI="http://www.isthe.com/chongo/src/calc/${P}.tar.bz2;
-
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   sys-libs/ncurses:0=
-   sys-libs/readline:0="
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/${P}-as-needed.patch"
-)
-
-src_prepare() {
-   default
-   ln -sf libcustcalc.so.${PV} custom/libcustcalc.so || die
-   sed -i -e "/DIR/s:/usr:${EPREFIX}/usr:g" Makefile || die
-}
-
-src_compile() {
-   # parallel compilation hard to fix. better to leave upstream.
-   emake -j1 \
-   CC="$(tc-getCC)" \
-   DEBUG="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}" \
-   CALCPAGER="${PAGER}" \
-   USE_READLINE="-DUSE_READLINE" \
-   READLINE_LIB="-lreadline -lhistory $($(tc-getPKG_CONFIG) --libs 
ncurses) -L\"${S}\"/custom -lcustcalc" \
-   all
-}
-
-src_test() {
-   if echo "${LD_PRELOAD}" | grep -q "sandbox"; then
-   ewarn "Can't run check when running in sandbox - see bug #59676"
-   else
-   emake chk
-   fi
-}
-
-src_install() {
-   emake \
-   T="${D}" \
-   LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
-   install
-   dodoc BUGS CHANGES LIBRARY README
-}

diff --git a/sci-mathematics/calc/files/calc-2.12.5.4-as-needed.patch 
b/sci-mathematics/calc/files/calc-2.12.5.4-as-needed.patch
deleted file mode 100644
index 3dbb2cd1bf47..
--- a/sci-mathematics/calc/files/calc-2.12.5.4-as-needed.patch
+++ /dev/null
@@ -1,161 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -1136,14 +1136,14 @@
- BLD_TYPE= calc-dynamic-only
- #
- CC_SHARE= -fPIC
--DEFAULT_LIB_INSTALL_PATH= ${PWD}:/lib:/usr/lib:${LIBDIR}:/usr/local/lib
--LD_SHARE= "-Wl,-rpath,${DEFAULT_LIB_INSTALL_PATH}" \
--"-Wl,-rpath-link,${DEFAULT_LIB_INSTALL_PATH}"
--LIBCALC_SHLIB= -shared "-Wl,-soname,libcalc${LIB_EXT_VERSION}"
-+LD_SHARE=
-+LIBCUSTCALC_SHLIB= -shared ${LDFLAGS} "-Wl,-soname,libcalc${LIB_EXT_VERSION}"
- ifdef ALLOW_CUSTOM
--LIBCUSTCALC_SHLIB= -shared "-Wl,-soname,libcustcalc${LIB_EXT_VERSION}"
-+LIBCUSTCALC_SHLIB= -shared ${LDFLAGS} 
"-Wl,-soname,libcustcalc${LIB_EXT_VERSION}"
-+LIBCALC_SHLIB= -shared ${LDFLAGS} "-Wl,-soname,libcalc${LIB_EXT_VERSION}"
- else
--LIBCUSTCALC_SHLIB=
-+LIBCUSTCALC_SHLIB= -shared ${LDFLAGS} 
"-Wl,-soname,libcustcalc${LIB_EXT_VERSION}"
-+LIBCALC_SHLIB= -shared ${LDFLAGS} "-Wl,-soname,libcalc${LIB_EXT_VERSION}"
- endif
- #
- CC_STATIC=
-@@ -1173,7 +1173,6 @@
- BLD_TYPE= calc-dynamic-only
- #
- CC_SHARE= -fPIC
--DEFAULT_LIB_INSTALL_PATH= ${PWD}:${LIBDIR}:/usr/local/lib
- LD_SHARE= ${DARWIN_ARCH}
- #SET_INSTALL_NAME= no
- SET_INSTALL_NAME= yes
-@@ -1249,14 +1248,14 @@
- BLD_TYPE= calc-dynamic-only
- #
- CC_SHARE= -fPIC
--DEFAULT_LIB_INSTALL_PATH= ${PWD}:/lib:/usr/lib:${LIBDIR}:/usr/local/lib
--LD_SHARE= "-Wl,-rpath,${DEFAULT_LIB_INSTALL_PATH}" \
--

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

2022-08-30 Thread Ionen Wolkens
commit: 88d90946b566fdd539ceecaf978b5b8998dcf67a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Aug 30 19:45:16 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Aug 30 21:48:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d90946

dev-games/godot: add 4.0_alpha15, unkeyworded

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

 dev-games/godot/Manifest |   1 +
 dev-games/godot/godot-4.0_alpha15.ebuild | 256 +++
 2 files changed, 257 insertions(+)

diff --git a/dev-games/godot/Manifest b/dev-games/godot/Manifest
index 9d7912698ebb..e9361cee93fb 100644
--- a/dev-games/godot/Manifest
+++ b/dev-games/godot/Manifest
@@ -1,2 +1,3 @@
 DIST godot-3.5-stable.tar.xz 24044340 BLAKE2B 
9d77ecdfa6bd90065fff26c2334f13c32bbbc4b26aad111b5aab2563d1e4782457ea6cf2115f1a809e0d8aac3d3ee9a138ad224998068983ad36e54a577d89c3
 SHA512 
23785e39ccc7e1406c97ee33b5e90f7f397aa907d79d72ed08ea3f4b7e68788030a1bcdd07c9f782a21ee3a84636a2cea47a57dcfc94c24e327fa210ae0515b0
 DIST godot-4.0-alpha14.tar.xz 30970116 BLAKE2B 
213616f3a80f97c09580324bf9296d12b6213a2941b3070353b45e160dc7d7bfd32fcae3fc2b64a91fa7d935c23d97fd02a015bc3501441d67261ee6e45e85e1
 SHA512 
511cb5d3f48c747232350bee25765c17032b99179fd70877f906bcd1a09449260a928c3df9f84c6f3afb47f564b8f4bf75d0a07d37f5a22dd5f5a96d1b1f4df5
+DIST godot-4.0-alpha15.tar.xz 30959600 BLAKE2B 
0631519d81147d64a01b543111b8317c436d4070f27cf54801a68a66b8d380e5ce33b85a78f09547ffc1b2573f9ac0c7860712808380849c26a0336c89d1c7f4
 SHA512 
47c750062e4e8262ee95e5b0337744e86b0092789a62c3847d27ab929281c414e5ca1d666a1f03f0a180203ee0f78f53e311976b52d54ee9f8a7b266afa3beb0

diff --git a/dev-games/godot/godot-4.0_alpha15.ebuild 
b/dev-games/godot/godot-4.0_alpha15.ebuild
new file mode 100644
index ..02df805c8f56
--- /dev/null
+++ b/dev-games/godot/godot-4.0_alpha15.ebuild
@@ -0,0 +1,256 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs 
xdg
+
+MY_P="${PN}-$(ver_rs 2 -)"
+
+DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor"
+HOMEPAGE="https://godotengine.org/;
+SRC_URI="https://downloads.tuxfamily.org/godotengine/$(ver_rs 2 
/)/${MY_P}.tar.xz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="
+   MIT
+   Apache-2.0 BSD Boost-1.0 CC0-1.0 Unlicense ZLIB
+   gui? ( CC-BY-4.0 ) tools? ( OFL-1.1 )"
+SLOT="4"
+#KEYWORDS="~amd64" # leaving 4 unkeyworded until at least first _beta
+# Enable roughly same as upstream by default so it works as expected,
+# except raycast (tools-only heavy dependency), and deprecated.
+IUSE="
+   +dbus debug deprecated +fontconfig +gui pulseaudio raycast
+   +runner speech test +theora +tools +udev +upnp +webp"
+RESTRICT="!test? ( test ) !tools? ( test ) !webp? ( test )"
+
+# dlopen: alsa-lib,dbus,fontconfig,pulseaudio,speech-dispatcher,udev
+RDEPEND="
+   app-arch/zstd:=
+   dev-games/recastnavigation:=
+   dev-libs/icu:=
+   dev-libs/libpcre2:=[pcre32]
+   media-libs/freetype[brotli,harfbuzz]
+   media-libs/harfbuzz:=[icu]
+   media-libs/libogg
+   media-libs/libpng:=
+   media-libs/libvorbis
+   

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

2022-08-30 Thread Ionen Wolkens
commit: 6af24133782dc5b5455cc0a419002d85c0cdb22b
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Aug 30 19:32:44 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Aug 30 21:48:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af24133

dev-games/godot: give postinst elog about migration to 4

Not super important given imagine devs would know this well, and need
to launch as "godot4" so won't be a surprise. But still won't hurt for
when this gets keyworded.

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

 dev-games/godot/godot-4.0_alpha14.ebuild | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/dev-games/godot/godot-4.0_alpha14.ebuild 
b/dev-games/godot/godot-4.0_alpha14.ebuild
index 9844ed38787e..2e22a6f9fe5a 100644
--- a/dev-games/godot/godot-4.0_alpha14.ebuild
+++ b/dev-games/godot/godot-4.0_alpha14.ebuild
@@ -244,3 +244,13 @@ src_install() {
newins misc/dist/shell/_godot.zsh-completion _${s}
dosym _${s} /usr/share/zsh/site-functions/_${s}-runner
 }
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   if [[ ! ${REPLACING_VERSIONS} ]] && has_version ${CATEGORY}/${PN}:3; 
then
+   elog
+   elog "Remember to make backups before opening any Godot <=3.x 
projects in Godot 4."
+   elog "Automated migration is only partial, and it would be 
difficult to revert."
+   fi
+}



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

2022-08-30 Thread Patrick McLean
commit: 16bc6a374edd1cc3b893a85e159723679ebe69b7
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Aug 30 21:24:03 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug 30 21:24:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bc6a37

dev-util/cargo-tarpaulin: add 0.21.0

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/cargo-tarpaulin/Manifest  |  45 +
 .../cargo-tarpaulin/cargo-tarpaulin-0.21.0.ebuild  | 181 +
 2 files changed, 226 insertions(+)

diff --git a/dev-util/cargo-tarpaulin/Manifest 
b/dev-util/cargo-tarpaulin/Manifest
index 5bcb88bb87ba..058d328b18c0 100644
--- a/dev-util/cargo-tarpaulin/Manifest
+++ b/dev-util/cargo-tarpaulin/Manifest
@@ -1,59 +1,81 @@
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
+DIST android_system_properties-0.1.4.crate 4637 BLAKE2B 
a8d1768a924fc04ea27f4606b21cc3ee657b2ced18a267974b2eacfa73c895719ed56fc508beaa20997fe1848c23d40b5438400d6390a15950fafe57fb96d3f3
 SHA512 
6580064f046352d2ecc205f78fbac64f36e85a10d15c2c046cd7037ab2505d0d95ad785a4b1e276708116088a0d0ff5e7f89a0d26f498f0dfa038c8cf8d0dd2a
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
+DIST bumpalo-3.10.0.crate 78915 BLAKE2B 
94515190837765b47feaf94946c7e4da5b84e6faf7975bd5452bd9388d34e51c84315b80bc15b37c7f4ea8b4aaa0112707cdfc82d0651eeb8b63d2e7bd247660
 SHA512 
60c686534588524250ea7cb43510dba69d24999769b719127ee07f6015530ac2c5778d9b93477ab075bfc15c13e3ef9adc29ac24059067ac32e109347cd509f8
 DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f38567ddb788549ee31cae2719a8bc0b7d1f1705abb3cff033aa57af004987d90748f5a31765273b3223a011c0d
 SHA512 
8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa
 DIST camino-1.0.5.crate 29642 BLAKE2B 
c345be490622b50f3a744f9c42392d12e02e286d75e09f4eaa8a1c6f86cc849c5a752aa7cb5fb1f697ed8beb741c7d9cea951f4f5ce7049dcaf6de5ec69a60d7
 SHA512 
1131997ca090426a25daf3be2fcd6e559d980078dd71fbf3f16b4d593531a24c0f030aa6c9652080fdc02b5420da98991b9c93115ce1c0cad8c0fad4437b1d59
+DIST camino-1.0.9.crate 29357 BLAKE2B 
7d855e08bed677242235197765a9f1f82e2743a0c439fa7ce4febc3b4595a5f9f66b23469d6cd610f4caf4a7bd1dbb1db4a7b6211ce43f08b4fb85a131e69d6d
 SHA512 
5aca5f7a0639c97f5d5898fbbff9fa7ace9603047596941c62c611abb125525cbe5a4672057f4bbaecd7e34d907191ec5800415fba6aa0e6de9f52faee6f5363
 DIST cargo-platform-0.1.2.crate 11645 BLAKE2B 
7770acb90e299f71c60bbadceaf894a3100916b7f7458f9c949b683b39157d3e1ec17d850f16dfb04017b01d7734d41872d48cf9f4e1ea7414439cd7031c2330
 SHA512 
c716bf3a4e0942160dbf7be114d1621e1fccc23511e7b0a2b99852b99a851910bfcf8640c2d0d0a03d5a324e1a59fb5d4264ca81bca24e3f1a1ca653bdf2956f
 DIST cargo-tarpaulin-0.20.1.gh.tar.gz 193533 BLAKE2B 
2146a5241609b309c12c20568e0e4d44ca73b65cf2200a8100292626963c0c2ce52a33e0e0b62ea823aca4ab16f806c47ec1292db2714ccd58432a9a4f3d9bc6

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

2022-08-30 Thread Patrick McLean
commit: cc1b2fbb03cf42f6cef95828a3d692bc4daa5058
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Aug 30 21:08:57 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug 30 21:09:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1b2fbb

licenses: Add Unicode-DFS-2016

Signed-off-by: Patrick McLean  gentoo.org>

 licenses/Unicode-DFS-2016 | 56 +++
 1 file changed, 56 insertions(+)

diff --git a/licenses/Unicode-DFS-2016 b/licenses/Unicode-DFS-2016
new file mode 100644
index ..eca277f05e0e
--- /dev/null
+++ b/licenses/Unicode-DFS-2016
@@ -0,0 +1,56 @@
+UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
+
+See Terms of Use for definitions of Unicode Inc.'s Data Files and Software.
+
+Unicode Data Files include all data files under the directories
+http://www.unicode.org/Public/, http://www.unicode.org/reports/,
+http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/,
+http://www.unicode.org/ivd/data/, and
+http://www.unicode.org/utility/trac/browser/.
+
+Unicode Data Files do not include PDF online code charts under the directory
+http://www.unicode.org/Public/.
+
+Software includes any source code published in the Unicode Standard or under
+the directories http://www.unicode.org/Public/,
+http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/,
+http://source.icu-project.org/repos/icu/, and
+http://www.unicode.org/utility/trac/browser/.
+
+NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
+INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA
+FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO
+BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT
+AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR
+SOFTWARE.
+
+COPYRIGHT AND PERMISSION NOTICE
+
+Copyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under the
+Terms of Use in http://www.unicode.org/copyright.html.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of the Unicode data files and any associated documentation (the "Data Files")
+or Unicode software and any associated documentation (the "Software") to deal
+in the Data Files or Software without restriction, including without
+limitation the rights to use, copy, modify, merge, publish, distribute, and/or
+sell copies of the Data Files or Software, and to permit persons to whom the
+Data Files or Software are furnished to do so, provided that either
+
+  * (a) this copyright and permission notice appear with all copies of the 
Data Files or Software, or 
+  * (b) this copyright and permission notice appear in associated 
Documentation. 
+
+THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
+PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
+THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE
+DATA FILES OR SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder shall not
+be used in advertising or otherwise to promote the sale, use or other dealings
+in these Data Files or Software without prior written authorization of the
+copyright holder.



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

2022-08-30 Thread Patrick McLean
commit: 32851720b5349bdec802cd73e65d6a5c4014c2ce
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Aug 30 21:09:22 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug 30 21:09:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32851720

app-misc/jaq: new package, add 0.8.0

Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/jaq/Manifest | 60 ++
 app-misc/jaq/jaq-0.8.0.ebuild | 98 +++
 app-misc/jaq/metadata.xml |  8 
 3 files changed, 166 insertions(+)

diff --git a/app-misc/jaq/Manifest b/app-misc/jaq/Manifest
new file mode 100644
index ..00e4d541a3a5
--- /dev/null
+++ b/app-misc/jaq/Manifest
@@ -0,0 +1,60 @@
+DIST ahash-0.3.8.crate 28650 BLAKE2B 
93dcd622dc4497d0ce436461349119e96266c25278a7252a8cd295ced922b430895041ec767b6cbfdef57ada69e9b7bc67cce5155a6bdac9fe3c87c25e3a9e74
 SHA512 
dfd49903b0950a4fd3bf7432108f687322fd3771bce59126e2aee2a6ed5c2d8b31199090e96f31d549092b957f2cf470f201f2d65b1b838f7a182aee8a750a25
+DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
+DIST ariadne-0.1.5.crate 15971 BLAKE2B 
40d6991a8d55418b65618fb17644825887f27974c05839920704d4dc436b760f710e2a3a8f4c44bd8549816f9bae6a17742177459e2bd76ce2f8faa2162be927
 SHA512 
0e91a24dda3142ebbcd5ba84146a02701538425b86acebe264fa2113a31a32ff7af0dd909fd203c58f11189f4862455df610b8536048eac91d1af037759989d2
+DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
+DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
+DIST bincode-1.3.3.crate 28958 BLAKE2B 
ea01d2efd8149ecba5e240ed989268b683d542a5f369902d316a4fd1ae4b8edd94e2d4a8cbff0e96646eb29facb04a84b249d74f0781dc3d29c8797ac975aa9f
 SHA512 
49e39d71214dbb623a18e3852f6f2f2a5c3f951b64107d66c8adaa95a442a3283fba978bca41b126c9879b12833b945f478d2c77d35482b3577fc1a894e8e5f3
+DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
+DIST cc-1.0.73.crate 57880 BLAKE2B 
be8d7a25a54afdd759844e76aec61526fc2bd5ca09480e6cdd3bdcf27e5f9d3a88dc16cbcbf54cd021470a7cc521e1ad468116c112bbd30752bac0d5486939ac
 SHA512 
980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985
+DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
+DIST chumsky-0.8.0.crate 65390 BLAKE2B 
ae1c4112361b89c40b595b3cff83cd6b7c8d2ffb9d223b17e133d7e785d13dc1f870400b1c7d0166216a73ff09358f6e3839215a4a663dca5175dc7a374fd3e2
 SHA512 
92fc3e8151edb4aa06f16a46c8a8df0222e60bc9b4392433306d0f7bb623cd36c3c56b7b3ca5637cc72f99df8365395232236ea048fb09c46a96a9f409a7543d
+DIST clap-3.2.17.crate 213699 BLAKE2B 
d18204da5583f67b29646ee40f2784eb51e216eb750e24dbb4cf52421668a42e655443cf3e02cb18030422718aca73c6c0d577ca05a2c8ff1693bf5dfe85affc
 SHA512 
e1b19b1c5f862883e2e1cdab14d7ed74c2d0a6b91aafa5b227426a004ef91a8b6c4749e023554ef64c0636f02cff1530d321f934b708168ecf5e7dbad68d08c5
+DIST clap_derive-3.2.17.crate 28217 BLAKE2B 
dd98874a39aeda5bef134043547295e370478511539ada89830077f3457a853305f48c75a9eaec24e81f5bbc4e5f9f9881beb355508f961673cb1cfced7cfb4b
 SHA512 
c51682d2b5837502211388efb3e45cad67400314d43e0492b4d52f72acae5ed0b86bce870aafef52e97c0c84c6174318d759cb21ab32caecdeac6c1dd0c2a356
+DIST clap_lex-0.2.4.crate 9652 BLAKE2B 
5120b508dedf52507068c0c369a45ddfbe0369e5c05b65bc5a78c422b2a4bf488f9ef1e0bed4e335450f2c08b80148eb5f7efed678039b5a94b5bd666385939f
 SHA512 
6c05e5fd850befd45be9005af7252385f2304aa28a107413bbe329d97aea835f7acfd0bd169c99f69f466ab93d6e1c35d73a4e48343457a06fe2d6be5bedde0f
+DIST colored_json-2.1.0.crate 12336 BLAKE2B 
3e1530874bb1d9c2589c769797838932c034183842ef47cea9c5f342328c9578dce260ad06a26012dea94420ec448bbc406222324108dad5d298cc00048e87d7
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-salt-factories/, dev-python/pytest-salt-factories/files/

2022-08-30 Thread Patrick McLean
commit: bea1470eaa12f2a025729b3790b6f1604efd8972
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Aug 30 20:32:25 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug 30 21:09:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea1470e

dev-python/pytest-salt-factories: add 1.0.0_rc20

Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/pytest-salt-factories/Manifest  |   1 +
 .../pytest-salt-factories-1.0.0_rc20-tests.patch   | 423 +
 .../pytest-salt-factories-1.0.0_rc20.ebuild|  72 
 3 files changed, 496 insertions(+)

diff --git a/dev-python/pytest-salt-factories/Manifest 
b/dev-python/pytest-salt-factories/Manifest
index 403aada1ee3e..a18552b8f1fb 100644
--- a/dev-python/pytest-salt-factories/Manifest
+++ b/dev-python/pytest-salt-factories/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-salt-factories-0.121.1.tar.gz 102121 BLAKE2B 
92cd5953b11377f1646f01b86a677a50216d16bcb944235a3f04176aecbb005974c415adcbf23cc391aab41b1ee9596984516ab61ecdd8c944d4ce707c39ab00
 SHA512 
32252695c6e8b17ef17d3330c4b0b38bdce89201d5573b4efa3531a72e826ee1fb26fea3ad0408401dec867cee405f21031804c32eb8fe6ceaa00925b17725a1
 DIST pytest-salt-factories-1.0.0_rc13.tar.gz 148418 BLAKE2B 
3688f05d137df23266ebc7e999bc3b3a8ec198173b38dc98bd4a1e2655b982a37485278691e970da0be700cee6f609c57933b041a6d8403e75fb197f5d23d5d4
 SHA512 
f3713410704540ee48b7263973d3a9bf3159fb63e53e5ef5002201aea3fdcf0b4eaf00e1dd1e67d869b42242985d8117a117568d63abf5ad366e247fb3e1d83f
+DIST pytest-salt-factories-1.0.0_rc20.tar.gz 160140 BLAKE2B 
7ecd9af695626c465e5776ed218bd92f30a556394cf4af0c2b6fb87c182f8aaf2d8f998358a7eef95fae53c85a6be2d4ed5a6ff191496fcac62a97e25cf19063
 SHA512 
5677c6638b5dc7f90c01f2c2204e1910c2bf6ea2c10b714173d3443d4c682b5f515ad7881e2ceee66f6eaf619e399d6fa10052604fdc9c5157c58348b63c8f2b

diff --git 
a/dev-python/pytest-salt-factories/files/pytest-salt-factories-1.0.0_rc20-tests.patch
 
b/dev-python/pytest-salt-factories/files/pytest-salt-factories-1.0.0_rc20-tests.patch
new file mode 100644
index ..cd201af5b9f3
--- /dev/null
+++ 
b/dev-python/pytest-salt-factories/files/pytest-salt-factories-1.0.0_rc20-tests.patch
@@ -0,0 +1,423 @@
+diff --git a/src/saltfactories/plugins/__init__.py 
b/src/saltfactories/plugins/__init__.py
+index efb8911..14af8fe 100644
+--- a/src/saltfactories/plugins/__init__.py
 b/src/saltfactories/plugins/__init__.py
+@@ -28,7 +28,7 @@ def pytest_tempdir_temproot():
+ tempdir = "/tmp"
+ else:
+ tempdir = os.environ.get("TMPDIR") or tempfile.gettempdir()
+-return os.path.abspath(os.path.realpath(tempdir))
++return tempdir
+ 
+ 
+ def pytest_tempdir_basename():
+diff --git a/tests/functional/factories/base/test_salt_daemon_factory.py 
b/tests/functional/factories/base/test_salt_daemon_factory.py
+index 70d8d62..260e40c 100644
+--- a/tests/functional/factories/base/test_salt_daemon_factory.py
 b/tests/functional/factories/base/test_salt_daemon_factory.py
+@@ -36,7 +36,7 @@ def test_extra_cli_arguments_after_first_failure(
+ This test asserts that after the first start failure, the 
extra_cli_arguments_after_first_start_failure
+ arguments are added
+ """
+-output_file = tmp_path.joinpath("output.txt").resolve()
++output_file = tmp_path.joinpath("output.txt")
+ config = {"conf_file": config_file, "id": master_id}
+ script = tempfiles.makepyfile(
+ r"""
+diff --git a/tests/functional/factories/daemons/test_container_factory.py 
b/tests/functional/factories/daemons/test_container_factory.py
+index d060214..3837074 100644
+--- a/tests/functional/factories/daemons/test_container_factory.py
 b/tests/functional/factories/daemons/test_container_factory.py
+@@ -18,6 +18,7 @@ def _connectable_docker_client():
+ pytest.skip("Failed to instantiate a docker client: {}".format(exc))
+ 
+ 
++@pytest.mark.skip("Needs network access")
+ @pytest.mark.parametrize("skip_on_pull_failure", [True, False])
+ def test_skip_on_pull_failure(pytester, skip_on_pull_failure):
+ pytester.makepyfile(
+diff --git a/tests/functional/markers/test_requires_salt_modules.py 
b/tests/functional/markers/test_requires_salt_modules.py
+index 97ed1ec..53ff0dd 100644
+--- a/tests/functional/markers/test_requires_salt_modules.py
 b/tests/functional/markers/test_requires_salt_modules.py
+@@ -1,9 +1,11 @@
+ """
+ Test the ``@pytest.mark.requires_salt_modules`` marker.
+ """
++import sys
+ import pytest
+ 
+ 
++@pytest.mark.skipif(sys.version_info >= (3, 10), reason="test broken on 
python 3.10")
+ @pytest.mark.parametrize(
+ "modules",
+ [
+@@ -29,6 +31,7 @@ def test_has_required_salt_module(pytester, modules):
+ res.stdout.no_fnmatch_line("*PytestUnknownMarkWarning*")
+ 
+ 
++@pytest.mark.skipif(sys.version_info >= (3, 10), reason="test broken on 
python 3.10")
+ @pytest.mark.parametrize(
+ "modules",
+ [
+@@ -54,6 +57,7 @@ def 

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

2022-08-30 Thread Sam James
commit: 498e9d93ab5b819e4bc6929ca12af7e1aa45d684
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 20:50:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 20:50:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498e9d93

dev-python/pykerberos: fix Python 3.10 compatibility

Closes: https://bugs.gentoo.org/867421
Signed-off-by: Sam James  gentoo.org>

 .../files/pykerberos-1.3.1-python3.10.patch| 33 +++
 dev-python/pykerberos/pykerberos-1.3.1-r1.ebuild   | 48 ++
 2 files changed, 81 insertions(+)

diff --git a/dev-python/pykerberos/files/pykerberos-1.3.1-python3.10.patch 
b/dev-python/pykerberos/files/pykerberos-1.3.1-python3.10.patch
new file mode 100644
index ..7e760187de56
--- /dev/null
+++ b/dev-python/pykerberos/files/pykerberos-1.3.1-python3.10.patch
@@ -0,0 +1,33 @@
+https://bugs.gentoo.org/867421
+https://github.com/apple/ccs-pykerberos/pull/89
+
+From 1e1666af51bb11ea5c6dd442415ce765073737c3 Mon Sep 17 00:00:00 2001
+From: stevenpackardblp <77253966+stevenpackard...@users.noreply.github.com>
+Date: Sun, 24 Oct 2021 23:03:41 -0400
+Subject: [PATCH] Use Py_ssize_t type
+
+Python 3.10 requires that the `Py_ssize_t` type is used for string lengths 
instead of `int`.
+--- a/src/kerberos.c
 b/src/kerberos.c
+@@ -14,6 +14,7 @@
+  * limitations under the License.
+  **/
+ 
++#define PY_SSIZE_T_CLEAN
+ #include 
+ 
+ #include "kerberosbasic.h"
+@@ -244,9 +245,9 @@ static PyObject *channelBindings(PyObject *self, PyObject 
*args, PyObject* keywd
+ char *initiator_address = NULL;
+ char *acceptor_address = NULL;
+ char *application_data = NULL;
+-int initiator_length = 0;
+-int acceptor_length = 0;
+-int application_length = 0;
++Py_ssize_t initiator_length = 0;
++Py_ssize_t acceptor_length = 0;
++Py_ssize_t application_length = 0;
+ 
+ PyObject *pychan_bindings = NULL;
+ struct gss_channel_bindings_struct *input_chan_bindings;
+

diff --git a/dev-python/pykerberos/pykerberos-1.3.1-r1.ebuild 
b/dev-python/pykerberos/pykerberos-1.3.1-r1.ebuild
new file mode 100644
index ..cc46bbefeab8
--- /dev/null
+++ b/dev-python/pykerberos/pykerberos-1.3.1-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_P=PyKerberos-${PV}
+DESCRIPTION="A high-level Python wrapper for Kerberos/GSSAPI operations"
+HOMEPAGE="
+   https://www.calendarserver.org/PyKerberos.html
+   https://github.com/apple/ccs-pykerberos/
+   https://pypi.org/project/kerberos/;
+SRC_URI="
+   https://github.com/apple/ccs-pykerberos/archive/${MY_P}.tar.gz;
+S=${WORKDIR}/ccs-pykerberos-${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86"
+# test environment is non-trivial to set up, so just use docker
+# (see python_test below)
+# also for alpha/beta Python releases support:
+# 
https://github.com/apple/ccs-pykerberos/pull/83/commits/5f1130a1305b5f6e7d7d8b41067c4713f0c8950f
+RESTRICT="test"
+
+RDEPEND="app-crypt/mit-krb5"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.3.1-python3.10.patch
+)
+
+python_test() {
+   set -- docker run \
+   -v "${PWD}:/app" \
+   -w /app \
+   -e PYENV=$("${EPYTHON}" -c 'import sys; 
print(sys.version.split()[0])') \
+   -e KERBEROS_USERNAME=administrator \
+   -e KERBEROS_PASSWORD=Password01 \
+   -e KERBEROS_REALM=example.com \
+   -e KERBEROS_PORT=80 \
+   ubuntu:16.04 \
+   /bin/bash .travis.sh
+   echo "${@}" >&2
+   "${@}" || die "Tests failed with ${EPYTHON}"
+}



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

2022-08-30 Thread Sam James
commit: e80531c6cbe88931f2205ea9a0d5b22e911bf51c
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 20:40:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 20:40:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80531c6

net-fs/autofs: add git repo to HOMEPAGE

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

 net-fs/autofs/autofs-5.1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/autofs/autofs-5.1.8-r1.ebuild 
b/net-fs/autofs/autofs-5.1.8-r1.ebuild
index 908f5077ea02..b896f7862d5f 100644
--- a/net-fs/autofs/autofs-5.1.8-r1.ebuild
+++ b/net-fs/autofs/autofs-5.1.8-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit linux-info systemd toolchain-funcs
 
 DESCRIPTION="Kernel based automounter"
-HOMEPAGE="https://web.archive.org/web/*/http://www.linux-consulting.com/Amd_AutoFS/autofs.html;
+HOMEPAGE="https://web.archive.org/web/*/http://www.linux-consulting.com/Amd_AutoFS/autofs.html
 https://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git;
 SRC_URI="https://www.kernel.org/pub/linux/daemons/${PN}/v5/${P}.tar.xz

https://dev.gentoo.org/~dlan/distfiles/${CATEGORY}/${PN}/${P}-patches-0.tar.xz;
 



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

2022-08-30 Thread Sam James
commit: d04db97dc8652b9cf106404b5126ccc5c6d10c91
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 20:36:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 20:36:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04db97d

dev-python/werkzeug: Stabilize 2.2.2 arm, #867433

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

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

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
index 18eff5ffe94d..5d9b899de3ef 100644
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



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

2022-08-30 Thread Sam James
commit: d1d53a4b674d5987b90b42a51db099cb1b58ba44
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 20:35:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 20:35:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d53a4b

dev-python/werkzeug: Stabilize 2.2.2 arm64, #867433

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

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

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
index 3ca9c5d2e93e..18eff5ffe94d 100644
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



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

2022-08-30 Thread Sam James
commit: 02d4b0cc5e0c1031602aaed0c7ec8444edd2715c
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 20:34:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 20:34:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d4b0cc

dev-python/cython: Stabilize 0.29.32 x86, #867505

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

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

diff --git a/dev-python/cython/cython-0.29.32.ebuild 
b/dev-python/cython/cython-0.29.32.ebuild
index 09f3d5c14be9..f0cd5c37bb92 100644
--- a/dev-python/cython/cython-0.29.32.ebuild
+++ b/dev-python/cython/cython-0.29.32.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris ~x86-solaris"
 IUSE="emacs test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Sam James
commit: 13bf24e42e252dde22b93b2635230c83a0f70a5d
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 20:27:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 20:27:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bf24e4

net-libs/libssh: add gitlab upstream metadata

Interestingly, even https://www.libssh.org/development/report-a-bug/
says to report bugs there.

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

 net-libs/libssh/metadata.xml | 27 +++
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/net-libs/libssh/metadata.xml b/net-libs/libssh/metadata.xml
index 2f3dde22b5cf..150ff493cf1a 100644
--- a/net-libs/libssh/metadata.xml
+++ b/net-libs/libssh/metadata.xml
@@ -1,16 +1,19 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   k...@gentoo.org
-   Gentoo KDE Project
-
-
-   Use dev-libs/libgcrypt as TLS 
provider
-   Enable gssapi support
-   Use net-libs/mbedtls as TLS 
provider
-   Build with PCAP output support
-   Build with SSH server support
-   Build with SFTP support
-
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+   
+   Use dev-libs/libgcrypt as TLS 
provider
+   Enable gssapi support
+   Use net-libs/mbedtls as TLS 
provider
+   Build with PCAP output support
+   Build with SSH server support
+   Build with SFTP support
+   
+   
+   libssh/libssh-mirror
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/, net-libs/libssh/files/

2022-08-30 Thread Sam James
commit: 53106843b6fec1b6a390bf6f3953ae49452407dc
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 20:30:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 20:30:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53106843

net-libs/libssh: fix build with musl

Revbump as GNU_SOURCE can change runtime behaviour
(and indeed that was partly the issue in contention here,
although a build failure prevented it getting that far
usually.)

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

 .../files/libssh-0.10.0-fix-musl-gnu-source.patch  | 58 ++
 ...ibssh-0.10.0.ebuild => libssh-0.10.0-r1.ebuild} |  4 ++
 2 files changed, 62 insertions(+)

diff --git a/net-libs/libssh/files/libssh-0.10.0-fix-musl-gnu-source.patch 
b/net-libs/libssh/files/libssh-0.10.0-fix-musl-gnu-source.patch
new file mode 100644
index ..be234bab53c9
--- /dev/null
+++ b/net-libs/libssh/files/libssh-0.10.0-fix-musl-gnu-source.patch
@@ -0,0 +1,58 @@
+https://gitlab.com/libssh/libssh-mirror/-/commit/8cf9c8162fc317761f19c35f60fc0cae7337ceea
+https://gitlab.com/libssh/libssh-mirror/-/issues/141
+
+From: Jakub Jelen 
+Date: Mon, 29 Aug 2022 12:48:34 +0200
+Subject: [PATCH] Do not force GNU_SOURCE during build to fix #141
+
+Signed-off-by: Jakub Jelen 
+Reviewed-by: Andreas Schneider 
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -348,10 +348,6 @@ endif (WITH_SYMBOL_VERSIONING AND HAVE_LD_VERSION_SCRIPT 
AND ABIMAP_FOUND)
+ # This gets built as a static library, if -DBUILD_SHARED_LIBS=OFF is passed to
+ # cmake.
+ add_library(ssh ${libssh_SRCS})
+-target_compile_options(ssh
+-   PRIVATE
+-   ${DEFAULT_C_COMPILE_FLAGS}
+-   -D_GNU_SOURCE)
+ target_include_directories(ssh
+PUBLIC
+$
+@@ -408,10 +404,6 @@ install(EXPORT libssh-config
+ 
+ if (BUILD_STATIC_LIB)
+   add_library(ssh-static STATIC ${libssh_SRCS})
+-  target_compile_options(ssh-static
+- PRIVATE
+-${DEFAULT_C_COMPILE_FLAGS}
+--D_GNU_SOURCE)
+ 
+   target_include_directories(ssh-static
+  PUBLIC
+--- a/src/misc.c
 b/src/misc.c
+@@ -1956,7 +1956,7 @@ char *ssh_strerror(int err_num, char *buf, size_t buflen)
+ #if defined(_WIN32)
+ strerror_s(buf, buflen, err_num);
+ return buf;
+-#elif defined(__linux__) && defined(_GNU_SOURCE)
++#elif defined(__linux__) && defined(__GLIBC__) && defined(_GNU_SOURCE)
+ /* GNU extension on Linux */
+ return strerror_r(err_num, buf, buflen);
+ #else
+--- a/tests/torture.h
 b/tests/torture.h
+@@ -24,10 +24,6 @@
+ #ifndef _TORTURE_H
+ #define _TORTURE_H
+ 
+-#ifndef _GNU_SOURCE
+-#define _GNU_SOURCE
+-#endif
+-
+ #include 
+ #include 
+ #include 
+GitLab

diff --git a/net-libs/libssh/libssh-0.10.0.ebuild 
b/net-libs/libssh/libssh-0.10.0-r1.ebuild
similarity index 98%
rename from net-libs/libssh/libssh-0.10.0.ebuild
rename to net-libs/libssh/libssh-0.10.0-r1.ebuild
index 9b897cf8885e..0a5989b9a16b 100644
--- a/net-libs/libssh/libssh-0.10.0.ebuild
+++ b/net-libs/libssh/libssh-0.10.0-r1.ebuild
@@ -47,6 +47,10 @@ DOCS=( AUTHORS CHANGELOG README )
 
 PATCHES=( "${FILESDIR}/${PN}-0.8.0-tests.patch" )
 
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-musl-gnu-source.patch
+)
+
 src_prepare() {
cmake_src_prepare
 



[gentoo-commits] proj/elt-patches: New tag: 20220830

2022-08-30 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 20:11:42 2022 +

New tag: 20220830




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

2022-08-30 Thread Sam James
commit: 7a3f280cd2bfc1255c3db04071ecdd09fb9ab29e
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 20:10:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 20:10:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3f280c

app-portage/elt-patches: add 20220830

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

 app-portage/elt-patches/Manifest   |  1 +
 .../elt-patches/elt-patches-20220830.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/app-portage/elt-patches/Manifest b/app-portage/elt-patches/Manifest
index bd86dfca25ed..7261fb3b9411 100644
--- a/app-portage/elt-patches/Manifest
+++ b/app-portage/elt-patches/Manifest
@@ -1 +1,2 @@
 DIST elt-patches-20211104.tar.xz 41608 BLAKE2B 
971ec0f6753267d49a64ab65645ac547322fa4cfe64b3102bbaa4419c0ed0973c0ee44e40c15b2d34e94979cbe9c64b027f4bb7c5adf3d3acee07f3f98bd7704
 SHA512 
c583bfa45eb16835f83a881eb587c81f0fb2cfd3eff5239e794efb83c046f5cecc3f5387585b9d7f68efe5f439344d2cdfc83c9fad5b207e82dff3d8cc67
+DIST elt-patches-20220830.tar.xz 41676 BLAKE2B 
6f43e27d711c1f1dc50448faaabf5cd3503d798385a1bb645530d15096213b4ce229b99e96427533a3ae013f4e054d805fd0f7872ee5a0792fb3c97be7056ebf
 SHA512 
32db0888b5f4e7fd660de2e3b561f729209f79c5df2e5daa00b6d1cbd9055f8504fe3bfa9ed8be4e49a621c57c1f3ea49307311c429e33bc5c3d7676b2b486af

diff --git a/app-portage/elt-patches/elt-patches-20220830.ebuild 
b/app-portage/elt-patches/elt-patches-20220830.ebuild
new file mode 100644
index ..e9ea9fdac84e
--- /dev/null
+++ b/app-portage/elt-patches/elt-patches-20220830.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Collection of patches for libtool.eclass"
+HOMEPAGE="https://gitweb.gentoo.org/proj/elt-patches.git/;
+SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz
+   https://dev.gentoo.org/~vapier/dist/${P}.tar.xz
+   https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~arm64-linux ~ppc64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+
+RDEPEND="sys-apps/gentoo-functions"
+BDEPEND="app-arch/xz-utils"
+
+src_compile() {
+   emake rootprefix="${EPREFIX}" libdirname="$(get_libdir)"
+}
+
+src_install() {
+   emake DESTDIR="${D}" rootprefix="${EPREFIX}" install
+}



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

2022-08-30 Thread Sam James
commit: bad102e3d96843065075309a11fca1a60654013f
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 19:37:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:37:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad102e3

sys-apps/merge-usr: add github upstream metadata

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

 sys-apps/merge-usr/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/merge-usr/metadata.xml b/sys-apps/merge-usr/metadata.xml
index 077cdb6aa203..64def215f310 100644
--- a/sys-apps/merge-usr/metadata.xml
+++ b/sys-apps/merge-usr/metadata.xml
@@ -5,4 +5,7 @@
flop...@gentoo.org
Mike Gilbert

+   
+   floppym/merge-usr
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/

2022-08-30 Thread Sam James
commit: babc38ca5adb0a2c142631bc42297b291e9916f1
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 19:36:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:36:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=babc38ca

net-p2p/qbittorrent: add 4.4.5

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

 net-p2p/qbittorrent/Manifest |   1 +
 net-p2p/qbittorrent/qbittorrent-4.4.5.ebuild | 108 +++
 2 files changed, 109 insertions(+)

diff --git a/net-p2p/qbittorrent/Manifest b/net-p2p/qbittorrent/Manifest
index 410142c615b4..d80dea94b35b 100644
--- a/net-p2p/qbittorrent/Manifest
+++ b/net-p2p/qbittorrent/Manifest
@@ -1,3 +1,4 @@
 DIST qbittorrent-4.3.9.tar.gz 8510414 BLAKE2B 
de98aff6d81f43c3ad87f6c5f800a4488e18173fb96713d0a2420cf4d4708c9b1f2f54c8d0aa566e7738b4f94d192aad9f0196a05d43724582ef81833901727f
 SHA512 
ec33f67895fbf47acc2f79d9c9e16db8b96c756cf493b76eb24b90e13a790a709104ea9aa378ee111d8c38b605bed5192b366d1917bbf160b21aa2ae3aacd2d1
 DIST qbittorrent-4.4.3.1.tar.gz 7736308 BLAKE2B 
9177f0c629418a5f9e7f117b7d1f990181ef910193fed9763f2137cbc91c9de07ad96884d57e96782b5a2f6089fe73d3fab0a2f2f54f72dd8c2cec00dd179e5f
 SHA512 
e3d63c4090e27387f4a5524d0daab26eab70f70ef81ad607e9661e128bf33f2d240cd219bbb1fb138d6e78493ce73055d5128bf888e0ad3949922774efba
 DIST qbittorrent-4.4.4.tar.gz 7738480 BLAKE2B 
2a3157a732fda6eaff809d3ea717ebcc2cb7f4364cc3209bd1836196541e83cf8c7430b32037a6a6c4f517d17edb576dd80c834185d7cb764567bd5ce699bd52
 SHA512 
3bd26021f45287ff5b6c9a1629ff470204121c4056d452a5c00bc94b69a198093127916d33797b357eaacdb9ffd01d0de13daecb7503088cde440d5e4895ec3e
+DIST qbittorrent-4.4.5.tar.gz 7739170 BLAKE2B 
b40a3ca63c787e0b9b9aac00a6fef452b461ba36b1ef030bc3cdd5fbefcca42d58ff6c3bd382e49f7937161afc6a37bc2c29de4f804db10c7031b9f1ad5f4e2b
 SHA512 
a2b6ecd9a6f087a7ecaad2774d395ee4b2164cb8540b9f32574640f485fa3fc8688046d30e0179863a0aff1524d69b83c00bc232c7feb9ad737c79a05734ad95

diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.5.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.4.5.ebuild
new file mode 100644
index ..15b1ff95a991
--- /dev/null
+++ b/net-p2p/qbittorrent/qbittorrent-4.4.5.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake multibuild systemd xdg
+
+DESCRIPTION="BitTorrent client in C++ and Qt"
+HOMEPAGE="https://www.qbittorrent.org;
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/qbittorrent/qBittorrent.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   S="${WORKDIR}"/qBittorrent-release-${PV}
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+dbus +gui webui"
+REQUIRED_USE="dbus? ( gui )
+   || ( gui webui )"
+
+RDEPEND="
+   >=dev-libs/boost-1.65.0-r1:=
+   >=dev-libs/openssl-1.1.1:=
+   dev-qt/qtcore:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-qt/qtxml:5
+   >=net-libs/libtorrent-rasterbar-1.2.14:=
+   >=sys-libs/zlib-1.2.11
+   dbus? ( dev-qt/qtdbus:5 )
+   gui? (
+   dev-libs/geoip
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
+
+src_prepare() {
+   MULTIBUILD_VARIANTS=( base )
+   use webui && MULTIBUILD_VARIANTS+=( webui )
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   multibuild_src_configure() {
+   local mycmakeargs=(
+   -DDBUS=$(usex dbus)
+
+   # musl lacks execinfo.h
+   -DSTACKTRACE=$(usex !elibc_musl)
+
+   # We always want to install unit files
+   -DSYSTEMD=ON
+   
-DSYSTEMD_SERVICES_INSTALL_DIR=$(systemd_get_systemunitdir)
+
+   # More verbose build logs are preferable for bug reports
+   -DVERBOSE_CONFIGURE=ON
+
+   # Not yet in ::gentoo
+   -DQT6=OFF
+
+   # We do these in multibuild, see bug #839531 for why.
+   # Fedora has to do the same thing.
+   -DGUI=$(usex gui)
+   )
+
+   if [[ ${MULTIBUILD_VARIANT} == webui ]] ; then
+   mycmakeargs+=(
+   # Need to specify GUI here to allow webui 
settings
+   # to appear in the GUI. bug #864731.
+   -DGUI=$(usex gui)
+   -DWEBUI=ON
+   )
+   else
+   mycmakeargs+=( -DWEBUI=OFF )
+   fi
+
+   

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

2022-08-30 Thread Sam James
commit: 2c5b1e758ac04af2697edcad8d4532cb61d26f58
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 19:33:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:34:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5b1e75

dev-vcs/git: add 2.37.3

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

 dev-vcs/git/Manifest  |   3 +
 dev-vcs/git/git-2.37.3.ebuild | 648 ++
 2 files changed, 651 insertions(+)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 17a2eeb7b230..621d0673fa49 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -9,6 +9,7 @@ DIST git-2.36.1.tar.xz 7004044 BLAKE2B 
99f54efb4ea1d8db0e3afd3dc9780cb37fc853e47
 DIST git-2.37.0.tar.xz 6978796 BLAKE2B 
204a06a6d35f4f1960d031c09eeef43273982e95c5825ab813899de3d30018c9e8d88425a51ce9447d4ae6183de1270017c6e0ecc9d601df897281e107def145
 SHA512 
2ae3c845c9d0e0f5245e47f95c958c86a4aa2c47dfe31bff6fc81b2434d2e9402b7eced18700c04ba7158ed6a72807a81c4cde6a26dd30c969b4267b8fce4d0a
 DIST git-2.37.1.tar.xz 6980388 BLAKE2B 
b5423e4628f8c727aa74b3f7c7da12d46814eb45adfe84bf57e87a33e85a0a793ff690f4c1f7d2da4824bc8dd7d1df1c06cbe96adae857177d3fb204941b53ef
 SHA512 
3c9cad6b4757f425ee53996d8d80db2226b246513cbcec9011022e02e4235d7ec38c7c1aada73bb3c9279a91d1aaf8664633356ce1dce847e0d371f702a5b766
 DIST git-2.37.2.tar.xz 6985408 BLAKE2B 
dcc25fe1691b43e439e11a270d35d17cd5dbf255e11579ef1ebbfcfb46fac65ca9faca6db5713a4d239a02df4e50902dea8eb94720ce0bd83b461f318812af44
 SHA512 
a26d83f4eeb71d49c427ced9509861f7677e13e806da729f369ca39b795f8417b789a0adec859f44716f7fbc1190f7d1e6e518e774ad95c89e88442ac125b9c2
+DIST git-2.37.3.tar.xz 6987464 BLAKE2B 
b672ed0a99532b2e2e69babbea9155e39f05590a76f55791ffed6ce4ef8b68d8e306a0a23819af26f34fcf3d16211c3a10ec58d86d81262f7a1261d0e51b1305
 SHA512 
9120050b01d8ac8d9f9e85f19cb84dc90c28f3beadc3ea94da94845f2eb5e35aa83eee8447a7ecef5190b8eb5d01be621be2e82bb3020e51e05037cd1fa9b58f
 DIST git-htmldocs-2.32.0.tar.xz 1381664 BLAKE2B 
d1b47aa99d32a252fd20df26eff44a558044f3a389379b161bb43621eb28375eb0621969849a31938ba7fc9fc58b140d27d703559ea5735d0a0ffd2e93cd9692
 SHA512 
12b84e342f0d19afe385ab8a685ae625e86c3295d1555992e0c427b361aa2cdfc89a679e7dbc468d3568a325dafbf699468aadcdb02f93e372eff3dd96a7cf7f
 DIST git-htmldocs-2.33.1.tar.xz 1396744 BLAKE2B 
cbd65cf08fc7ea466fcd72820ba3e2135ade37f69c436a4ee7276dc71fb62f6270b71e2f46d981f5681a0fd3c30613d61680c2ef2460d0d7d292f7455e114128
 SHA512 
5b856b919067e1f644539d43a85aab6f602537ea0970b6248b471e3fa6756a8494f0525a69d22ad3795fcf9e106ff8439e0f6716ba0b8c895d7aad8c59e5bd74
 DIST git-htmldocs-2.34.1.tar.xz 1406464 BLAKE2B 
6ee2f58df3c1622d96ac4b1a70d4dc3d0c973635774dd6bb89fea3e502dd82d99d676e2f9cb33c14c429c3d4680cd6020213154099b3f7fe71ad67602ca9bc6c
 SHA512 
cf9fa952d43e477528deece9f22d1bb63fa50b3a831fae20812c6af31c1dbaf193abe2fed48ac9966bcf1787442ceed19f00c00e524a1911f0ea31952a52fc8f
@@ -20,6 +21,7 @@ DIST git-htmldocs-2.36.1.tar.xz 1426284 BLAKE2B 
2213f870b7fe35cc76ce8654ed8c50c0
 DIST git-htmldocs-2.37.0.tar.xz 1444540 BLAKE2B 
9249de4b49d0812cf5f3ceb0a062b396ca4f9482232c69c75177201d19c4094ca79acb61d47c9a80f9db8749ac634bb2cc3bb2fa96bd6b4a34798cf1da2dd74c
 SHA512 
8f9ff2bfdb55db41805f4366c6eb6f116e37774b7dbbac193c4a817357c47c44664eb69eb1b55acfaabc513dbbd2393d7a93295b4443630f65bd6791fc742a87
 DIST git-htmldocs-2.37.1.tar.xz 1445040 BLAKE2B 
a2f748787f8008d67ae065b3efb34b04df76d2d96ec933f4e7af8d4d2580bf9d163c52a6bfe81c030af59a61ac8e02edfca30a988f1e24b1044271869e9426df
 SHA512 
0aba312ff889875873f91e86689b7e02f4a9953e2f9339f84a94a41ba185503dbe265547c8b4bb7f128519ae8f9f0a288903e0490af23387a5bf81e7cf3b4ddd
 DIST git-htmldocs-2.37.2.tar.xz 1447008 BLAKE2B 
fc9df5e4af5ca0ec0a085cc0e2d520763eafe7a18fcfcbe9b1b254fc1eb0ee1974145872b2914ccaab67a607c0fc68fe6551d2f0baec9de2ed9cb3e69a394cdf
 SHA512 
d54573a66153db448f1d776f8d855e2471d60733f8ed2ebf84b428a81b4e37417d53e05ca74730e2ab4119cd08844fd4a4e4e5361b5cd8fddb33f45c3f633d59
+DIST git-htmldocs-2.37.3.tar.xz 1447620 BLAKE2B 
4efb86fb5431fd96ec4bcad7ecd9d5ae1d3f81f57f17dab4d8343948758f66b549b2442330b20cdb4ecd96f2029f4e7a376de5561fd9eda70acc46d2cffd7090
 SHA512 
ecc483a1fecf8c056a57e14a59950dc8a00f7940453dd5e2ccfd8dab966a9fee47178a7bbf8988e2c9a67ea6d84ffc33be790c49f812fb0ba661b57b7ff7b6ef
 DIST git-manpages-2.32.0.tar.xz 491868 BLAKE2B 
7598a864246aed771371924604ee13d3f51b839b10b254bb1159dd47266513f5cd6484aab200a7b4ed427edc76538a98e39a040a17201483965175f5e1c5f484
 SHA512 
5c9950bd5d6904972cddf4afad534197d843c0dee8198d14ec5a3448873cab37dac88295b2a4df3658749f048bda4800b54fdc850517be7208906c911832c66e
 DIST git-manpages-2.33.1.tar.xz 494288 BLAKE2B 
1f8bd4f23de31a285d3f4327e562dddafdf9f28e8b36334e54f5e280c81fc8170e8b153ca42baa642d02d8e6fdfcac9a8fdd3cee1e32c29bcd53f689d1a6c463
 SHA512 
d465a7b491046b7a5da6ad1fc6c62b351c69905932e0672263de5a1d3abe1113660cff9fe30c7be1d1695c6170ceca5a11b3f65e9b2d1545f35cc653e4c6ad62
 DIST git-manpages-2.34.1.tar.xz 497280 BLAKE2B 

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

2022-08-30 Thread Stephan Hartmann
commit: 24ca0e215754dde53cb4ea5f372dec68b94ffdaa
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Aug 30 19:08:55 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Aug 30 19:08:55 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24ca0e21

dev-python/hidapi: treeclean, moved to ::gentoo

Signed-off-by: Stephan Hartmann  gentoo.org>

 dev-python/hidapi/Manifest   |  2 --
 dev-python/hidapi/hidapi-0.11.0.2.ebuild | 34 
 dev-python/hidapi/hidapi-0.12.0.2.ebuild | 34 
 dev-python/hidapi/metadata.xml   |  8 
 4 files changed, 78 deletions(-)

diff --git a/dev-python/hidapi/Manifest b/dev-python/hidapi/Manifest
deleted file mode 100644
index 9bf6df8a3..0
--- a/dev-python/hidapi/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST hidapi-0.11.0.post2.tar.gz 136467 BLAKE2B 
9469817cf5a87d9367d9b1d57e9b3832fc83756fbe7ba314e266fc17a17a7f82efadbb73e8e4808a0eaef8ad6478675222b99488b1ffac7b9426eb951ee3e77b
 SHA512 
5365299ef8488561a82d2a2c911523c5d34e260f8068b4d4d26e912b6e348b328229498f0ee38d1eb9c81a969e9f91ffc7a0b9a60359f4e9d0511f8937e5ff21
-DIST hidapi-0.12.0.post2.tar.gz 125008 BLAKE2B 
6792d8a4bbd80da19b3dd1fde47061e3a0f00678059e36598da4a34142cbfe1e732854c2a372a869891be79e1131a7cef138913556159574f10b8b08439bfefe
 SHA512 
dee9f1f07e4f297b935c8e3fbe798471f449f6a101d68131db23d24ccfb5ce445cc3b0e7305606d3630443a817aa75a27093109078735168a59d21614606f0a0

diff --git a/dev-python/hidapi/hidapi-0.11.0.2.ebuild 
b/dev-python/hidapi/hidapi-0.11.0.2.ebuild
deleted file mode 100644
index 54515d41b..0
--- a/dev-python/hidapi/hidapi-0.11.0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-inherit distutils-r1
-
-MY_PV=$(ver_rs 3 .post)
-DESCRIPTION="A Cython interface to the hidapi"
-HOMEPAGE="https://github.com/trezor/cython-hidapi;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="|| ( BSD GPL-3 )"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-SLOT="0"
-
-DEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-libs/hidapi
-"
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests pytest
-
-python_configure_all() {
-   DISTUTILS_ARGS=( --with-system-hidapi )
-}
-
-python_test() {
-   epytest tests.py
-}

diff --git a/dev-python/hidapi/hidapi-0.12.0.2.ebuild 
b/dev-python/hidapi/hidapi-0.12.0.2.ebuild
deleted file mode 100644
index 800ba1896..0
--- a/dev-python/hidapi/hidapi-0.12.0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-MY_PV=$(ver_rs 3 .post)
-
-DESCRIPTION="A Cython interface to the hidapi"
-HOMEPAGE="https://github.com/trezor/cython-hidapi;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="|| ( BSD GPL-3 )"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-SLOT="0"
-
-DEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-libs/hidapi
-"
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests pytest
-
-python_configure_all() {
-   DISTUTILS_ARGS=( --with-system-hidapi )
-}
-
-python_test() {
-   epytest tests.py
-}

diff --git a/dev-python/hidapi/metadata.xml b/dev-python/hidapi/metadata.xml
deleted file mode 100644
index 7f7f32772..0
--- a/dev-python/hidapi/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-
-tel...@posteo.de
-James Beddek
-
-



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

2022-08-30 Thread Stephan Hartmann
commit: a6354cbe41521eb6a27353883c29fe668856d69b
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Aug 30 19:08:24 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Aug 30 19:08:24 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6354cbe

app-misc/liquidctl: treeclean, moved to ::gentoo

Signed-off-by: Stephan Hartmann  gentoo.org>

 app-misc/liquidctl/Manifest  |  1 -
 app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild | 36 
 app-misc/liquidctl/metadata.xml  | 11 -
 3 files changed, 48 deletions(-)

diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
deleted file mode 100644
index 102eb0c79..0
--- a/app-misc/liquidctl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST liquidctl-1.7.2.tar.gz 2064552 BLAKE2B 
4afd404043313e8cf544859a5655bf855d093396a9c07660f355f9febae25f9067bec80de40f29b6b9378e04582dcaf118ddf7964a66c918b3d0f0c0b7e877ae
 SHA512 
c34c5026255516014419b2c71f15585b7b61537279d3f1e61146cb00b9890b8178863d66d6da858c5560f8c97668e04f41b2af73dafabcd757d480ce6784e3d0

diff --git a/app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild 
b/app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild
deleted file mode 100644
index dd7ad5708..0
--- a/app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1 udev
-
-DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other 
devices"
-HOMEPAGE="https://github.com/liquidctl/liquidctl;
-SRC_URI="https://github.com/liquidctl/liquidctl/releases/download/v${PV}/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/colorlog[${PYTHON_USEDEP}]
-   dev-python/docopt[${PYTHON_USEDEP}]
-   dev-python/hidapi[${PYTHON_USEDEP}]
-   dev-python/pyusb[${PYTHON_USEDEP}]
-   sys-apps/i2c-tools[${PYTHON_USEDEP},python]
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   # Without this variable, it attempts to write to /var/run and fails
-   XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   dodoc docs/*.md || die
-   dodoc -r docs/linux/
-   udev_dorules extra/linux/71-liquidctl.rules
-}

diff --git a/app-misc/liquidctl/metadata.xml b/app-misc/liquidctl/metadata.xml
deleted file mode 100644
index abd809ae8..0
--- a/app-misc/liquidctl/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   alexey+gen...@asokolov.org
-   Alexey Sokolov
-   
-   
-   liquidctl/liquidctl
-   
-



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

2022-08-30 Thread Michał Górny
commit: 791e1123864c1e4bef5158e34957f01a45d9c278
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 19:02:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 19:09:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791e1123

dev-python/aiodns: Remove old

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

 dev-python/aiodns/aiodns-3.0.0.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/dev-python/aiodns/aiodns-3.0.0.ebuild 
b/dev-python/aiodns/aiodns-3.0.0.ebuild
deleted file mode 100644
index c693ea13d3be..
--- a/dev-python/aiodns/aiodns-3.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple DNS resolver for asyncio"
-HOMEPAGE="https://github.com/saghul/aiodns/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
-IUSE=""
-# Tests fail with network-sandbox, since they try to resolve google.com
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   # 
https://github.com/saghul/aiodns/commit/146286601fe80eb4ede8126769e79b5d5e63f64e
-   "${FILESDIR}/${P}-py3.10-tests.patch"
-)
-
-python_test() {
-   "${EPYTHON}" tests.py -v || die
-}



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

2022-08-30 Thread Michał Górny
commit: c63c4b2932f89849caf34df93808c36cec7e1224
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 19:02:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 19:09:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63c4b29

dev-python/cfn-lint: Remove old

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

 dev-python/cfn-lint/Manifest   |  2 --
 dev-python/cfn-lint/cfn-lint-0.61.3.ebuild | 54 --
 dev-python/cfn-lint/cfn-lint-0.61.4.ebuild | 54 --
 3 files changed, 110 deletions(-)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index 69cf8571e5b6..cafd2ea824fe 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -1,5 +1,3 @@
-DIST cfn-lint-0.61.3.gh.tar.gz 9528542 BLAKE2B 
27f5c82c09a7c1dde520189647480032faf808089083ca45a9a2a24e4c158cb8e62ee6ae2f906d6c68021cc34b654ff46c9402876e09dd3330115dead5db44a8
 SHA512 
db5369a12d88754f6241b4ef529b53d142a80bfcb0c58ac7ec03217e7e4cb7e53f3fde1dde45dfdac82ab3fde4b885bb40dae3076b85edf34ca68cc73dc5aeb1
-DIST cfn-lint-0.61.4.gh.tar.gz 9556069 BLAKE2B 
71572546d7e523c11214e32130a7d52461580e487b514846137e6592cb7a1786414556e4bea191aa2e4dddaf338c24e8ea9001e617221ea74b03bd0ea900a5a9
 SHA512 
fd85af770b5b519c9de4df0acbbaa66a8a7f61efd210a793c2e28ad9e6d6ed2d8b3042ca41d7743b2bc4dc0446b42ea2929cba454fdbf097a482a7c268e04000
 DIST cfn-lint-0.61.5.gh.tar.gz 9580886 BLAKE2B 
0e83a604bc8761cd6007039cc28d90e471ef3cd3c542e7ce977d290638bcbff2b196c5d3c5f23b8d6db064b867ab594360dedb86494aba955c065c7cbad8b519
 SHA512 
14a1c282f1d87ce5ddd231f92e01a4edd85a62802f2335ba95470acaa0d8deb0306433124f3d1bea6c965ebfe5b30145431087a71cb1e8b953bf94b5d691bcbf
 DIST cfn-lint-0.62.0.gh.tar.gz 9610430 BLAKE2B 
fdeed685abab1bb701698b02ba961d0460c2fbf631ee6c8c51d17e8087bdbd2a26d366afd6916ff118e047bc1e45e0ac4124cf5140b7dede5cb116e5e49bec3e
 SHA512 
830f3929330cbb6d3ae74c9d172c4540272def94bae4f5a0d181fd41688479bf9e9a82ccb9ccea20b823b8580743722a8cb551d790cab92322c7e472e679d28a
 DIST cfn-lint-0.63.0.gh.tar.gz 9613588 BLAKE2B 
96f36310b9201e39a03fb9ca4e102feed68bd71c6af10f48875055d8e5ce42dff61772d5ba702b3f390a49c5e10077a70eb86206145c132d03f6998ea3f26f4a
 SHA512 
daa8412254234d36b3e65a27fc93dc6af2283830afa6de58c979759b7dc02ec220ebf18b1d116f38356a368223efec787135b36aaac4d2a6444ec6820a0303fb

diff --git a/dev-python/cfn-lint/cfn-lint-0.61.3.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.61.3.ebuild
deleted file mode 100644
index efe7cae9474b..
--- a/dev-python/cfn-lint/cfn-lint-0.61.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="CloudFormation Linter"
-HOMEPAGE="
-   https://github.com/aws-cloudformation/cfn-lint/
-   https://pypi.org/project/cfn-lint/
-"
-SRC_URI="
-   https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/aws-sam-translator-1.47.0[${PYTHON_USEDEP}]
-   dev-python/jsonpatch[${PYTHON_USEDEP}]
-   >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
-   dev-python/junit-xml[${PYTHON_USEDEP}]
-   dev-python/networkx[${PYTHON_USEDEP}]
-   >dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
-   >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # TODO
-   test/unit/module/test_template.py::TestTemplate::test_build_graph
-   # requires git repo
-   
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
-   # Internet
-   
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
-   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_2
-   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
-)
-
-src_prepare() {
-   # unpin the deps
-   sed -e 's:~=[0-9.]*::' -i setup.py || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/cfn-lint/cfn-lint-0.61.4.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.61.4.ebuild
deleted file mode 100644
index 57fd1d8c6029..
--- a/dev-python/cfn-lint/cfn-lint-0.61.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="CloudFormation Linter"
-HOMEPAGE="
-   

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

2022-08-30 Thread Michał Górny
commit: f3a55fcfab46777d0d4b825c4d2412814028ae29
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 19:02:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 19:09:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a55fcf

dev-python/setproctitle: Remove old

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

 dev-python/setproctitle/Manifest  |  1 -
 dev-python/setproctitle/setproctitle-1.2.3.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/setproctitle/Manifest b/dev-python/setproctitle/Manifest
index 1c25a1c6347e..f3f12130b0a1 100644
--- a/dev-python/setproctitle/Manifest
+++ b/dev-python/setproctitle/Manifest
@@ -1,2 +1 @@
-DIST setproctitle-1.2.3.tar.gz 23618 BLAKE2B 
58bafb30a9b0da9cd552c7ed1ccd197a2ee7a3c70ae02773e6a857e4f16069126d2507f30206c83a24d84d030a1fc9306d024f4e5b988f73d95df049fa9c055f
 SHA512 
ae94e3f5e1dd10e80488f81250e979a6a15c7c3ae399bf557612b9b1edbdcb8aec4e68a7f44ff7375a399ab53d6319dfb5c5c4a1e3a0bb824c40f6921c9d9c6b
 DIST setproctitle-1.3.2.tar.gz 27173 BLAKE2B 
252ca0a4f71e1413e2474d6c4e9cebacb1642f8c7883709d03341ce1468441509dc54eb9d4191f2aefb65c9e76e130f76a51303a272bd34a6db781d3b2a86e92
 SHA512 
9c6d1748685e8b62f9542f73481a587dbe7b6ca157fdcecdd8d2f66bbb71169bf31e47da51867aa0ec9b620c39677ab9a936a7537769714bdc99ef0355c743e0

diff --git a/dev-python/setproctitle/setproctitle-1.2.3.ebuild 
b/dev-python/setproctitle/setproctitle-1.2.3.ebuild
deleted file mode 100644
index a66f942b8d4f..
--- a/dev-python/setproctitle/setproctitle-1.2.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Allow customization of the process title"
-HOMEPAGE="
-   https://github.com/dvarrazzo/py-setproctitle/
-   https://pypi.org/project/setproctitle/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-distutils_enable_tests pytest



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

2022-08-30 Thread Sam James
commit: db6d363b3a1cff1ded3d1d5f788c401d9f2ddc08
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:42:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6d363b

media-libs/opus: limit multilib features (drop doc)

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

 media-libs/opus/opus-1.3.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/opus/opus-1.3.1-r3.ebuild 
b/media-libs/opus/opus-1.3.1-r3.ebuild
index 5f98ec195ab6..591e14778028 100644
--- a/media-libs/opus/opus-1.3.1-r3.ebuild
+++ b/media-libs/opus/opus-1.3.1-r3.ebuild
@@ -29,7 +29,7 @@ PATCHES=(
 multilib_src_configure() {
local myeconfargs=(
$(use_enable custom-modes)
-   $(use_enable doc)
+   $(multilib_native_use_enable doc)
$(use_enable static-libs static)
)
 



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

2022-08-30 Thread Sam James
commit: a5b46748b4a6ad51b3b7cd6e1fee6853657cd888
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:41:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b46748

media-libs/libtiger: limit multilib features (drop doc)

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

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

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 9213baccbdea..df9ce1ce5d1d 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -40,7 +40,7 @@ multilib_src_configure() {
local ECONF_SOURCE="${S}"
econf \
--disable-static \
-   $(use_enable doc)
+   $(multilib_native_use_enable doc)
 }
 
 multilib_src_install_all() {



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

2022-08-30 Thread Sam James
commit: 5d6c3bf857a17477bc4fde0dc3755b7403c292fe
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:43:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6c3bf8

sys-apps/pcsc-lite: limit multilib features (drop doc)

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

 sys-apps/pcsc-lite/pcsc-lite-1.9.7.ebuild | 2 +-
 sys-apps/pcsc-lite/pcsc-lite-1.9.8.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.9.7.ebuild 
b/sys-apps/pcsc-lite/pcsc-lite-1.9.7.ebuild
index f81a4eec7c4e..c23c97ef458b 100644
--- a/sys-apps/pcsc-lite/pcsc-lite-1.9.7.ebuild
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.9.7.ebuild
@@ -54,7 +54,7 @@ multilib_src_configure() {
--enable-usbdropdir="${EPREFIX}/usr/$(get_libdir)/readers/usb" \
--enable-ipcdir=/run/pcscd \
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
-   $(use_enable doc documentation) \
+   $(multilib_native_use_enable doc documentation) \
$(multilib_native_use_enable embedded) \
$(multilib_native_use_enable systemd libsystemd) \
$(multilib_native_use_enable udev libudev) \

diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.9.8.ebuild 
b/sys-apps/pcsc-lite/pcsc-lite-1.9.8.ebuild
index d5a422386bb8..95d5695bbf69 100644
--- a/sys-apps/pcsc-lite/pcsc-lite-1.9.8.ebuild
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.9.8.ebuild
@@ -54,7 +54,7 @@ multilib_src_configure() {
--enable-usbdropdir="${EPREFIX}/usr/$(get_libdir)/readers/usb" \
--enable-ipcdir=/run/pcscd \
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
-   $(use_enable doc documentation) \
+   $(multilib_native_use_enable doc documentation) \
$(multilib_native_use_enable embedded) \
$(multilib_native_use_enable systemd libsystemd) \
$(multilib_native_use_enable udev libudev) \



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

2022-08-30 Thread Sam James
commit: 2f2b62c9f95e3242763b6e7d20e6f1eb07faf96e
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:36:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2b62c9

dev-libs/log4cpp: limit multilib features (drop doc)

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

 dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild 
b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
index 6c98c3b76d2a..286862cfccee 100644
--- a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
+++ b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild
@@ -51,7 +51,7 @@ multilib_src_configure() {
# anyway).
CONFIG_SHELL="${BROOT}"/bin/bash ECONF_SOURCE="${S}" econf \
--without-idsa \
-   $(use_enable doc doxygen) \
+   $(multilib_native_use_enable doc doxygen) \
$(use_enable static-libs static)
 }
 



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

2022-08-30 Thread Sam James
commit: 72ee1a3c1d1b52296921b6d2d70d47d397802539
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:42:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ee1a3c

media-video/dirac: simplify multilib support

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

 media-video/dirac/dirac-1.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/dirac/dirac-1.0.2-r1.ebuild 
b/media-video/dirac/dirac-1.0.2-r1.ebuild
index 5dd58acb05b3..69cb74aeca22 100644
--- a/media-video/dirac/dirac-1.0.2-r1.ebuild
+++ b/media-video/dirac/dirac-1.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -38,7 +38,7 @@ multilib_src_configure() {
$(use_enable static-libs static) \
$(use_enable cpu_flags_x86_mmx mmx) \
$(use_enable debug) \
-   $(multilib_is_native_abi && echo $(use_enable doc))
+   $(multilib_native_enable doc)
if ! multilib_is_native_abi ; then
sed -i -e 's/ encoder decoder util//' Makefile || die
fi



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

2022-08-30 Thread Sam James
commit: d77578046b0ce2cb849ac712265fd67200849a49
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:35:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7757804

dev-cpp/libxmlpp: limit multilib features (drop doc)

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

 dev-cpp/libxmlpp/libxmlpp-2.40.1-r2.ebuild | 2 +-
 dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/libxmlpp/libxmlpp-2.40.1-r2.ebuild 
b/dev-cpp/libxmlpp/libxmlpp-2.40.1-r2.ebuild
index 787ddd47f5cb..e8b4036ccf3a 100644
--- a/dev-cpp/libxmlpp/libxmlpp-2.40.1-r2.ebuild
+++ b/dev-cpp/libxmlpp/libxmlpp-2.40.1-r2.ebuild
@@ -28,7 +28,7 @@ multilib_src_prepare() {
 
 multilib_src_configure() {
ECONF_SOURCE="${S}" gnome2_src_configure \
-   $(use_enable doc documentation)
+   $(multilib_native_use_enable doc documentation)
 }
 
 multilib_src_install() {

diff --git a/dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild 
b/dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild
index 2c3656a4295e..9a5f860e89a3 100644
--- a/dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild
+++ b/dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,7 +28,7 @@ multilib_src_prepare() {
 
 multilib_src_configure() {
ECONF_SOURCE="${S}" gnome2_src_configure \
-   $(use_enable doc documentation)
+   $(multilib_native_use_enable doc documentation)
 }
 
 multilib_src_install() {



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

2022-08-30 Thread Sam James
commit: c452c063961a13ef4d07f28a8889be52956b62f3
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:26:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c452c063

media-libs/libraw: limit multilib features (drop doc)

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

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

diff --git a/media-libs/libraw/libraw-0.20.2.ebuild 
b/media-libs/libraw/libraw-0.20.2.ebuild
index e63eb555f37f..087d6fe30077 100644
--- a/media-libs/libraw/libraw-0.20.2.ebuild
+++ b/media-libs/libraw/libraw-0.20.2.ebuild
@@ -46,7 +46,7 @@ multilib_src_configure() {
local myeconfargs=(
--disable-static
--disable-jasper
-   $(use_enable examples)
+   $(multilib_native_use_enable examples)
$(use_enable jpeg)
$(use_enable lcms)
$(use_enable openmp)



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

2022-08-30 Thread Sam James
commit: 4a99c943493d89325c6ae7b75cf8dae9a1e10221
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:40:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a99c943

media-libs/libdc1394: limit multilib features (drop doc)

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

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

diff --git a/media-libs/libdc1394/libdc1394-2.2.6.ebuild 
b/media-libs/libdc1394/libdc1394-2.2.6.ebuild
index dceac3705bf8..aa404b4dad07 100644
--- a/media-libs/libdc1394/libdc1394-2.2.6.ebuild
+++ b/media-libs/libdc1394/libdc1394-2.2.6.ebuild
@@ -31,7 +31,7 @@ src_prepare() {
 
 multilib_src_configure() {
local myeconfargs=(
-   $(use_enable doc doxygen-html)
+   $(multilib_native_use_enable doc doxygen-html)
$(use_enable static-libs static)
--disable-examples
--program-suffix=2



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

2022-08-30 Thread Sam James
commit: 0b4f665d65ee6f42f35ba25ae7cafb33e5a61c25
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:35:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4f665d

app-crypt/tpm2-tss: limit multilib features (drop doc)

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

 app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild | 2 +-
 app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild
index 0eeb09b94203..4de62a88379e 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild
@@ -61,7 +61,7 @@ src_prepare() {
 multilib_src_configure() {
ECONF_SOURCE=${S} econf \
--localstatedir=/var \
-   $(use_enable doc doxygen-doc) \
+   $(multilib_native_use_enable doc doxygen-doc) \
$(use_enable fapi) \
$(use_enable static-libs static) \
$(multilib_native_use_enable test unit) \

diff --git a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild
index 13c2fa0f69da..ff68e249a0e9 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild
@@ -62,7 +62,7 @@ src_prepare() {
 multilib_src_configure() {
ECONF_SOURCE=${S} econf \
--localstatedir=/var \
-   $(use_enable doc doxygen-doc) \
+   $(multilib_native_use_enable doc doxygen-doc) \
$(use_enable fapi) \
$(use_enable static-libs static) \
$(multilib_native_use_enable test unit) \



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

2022-08-30 Thread Sam James
commit: cfbb4859e41178a986c196a64a551018b2609e24
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:41:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbb4859

media-libs/libexif: limit multilib features (drop doc)

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

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

diff --git a/media-libs/libexif/libexif-0.6.24.ebuild 
b/media-libs/libexif/libexif-0.6.24.ebuild
index a98c6f719d53..290ffa5d97b9 100644
--- a/media-libs/libexif/libexif-0.6.24.ebuild
+++ b/media-libs/libexif/libexif-0.6.24.ebuild
@@ -37,7 +37,7 @@ src_prepare() {
 
 multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
-   $(use_enable doc docs) \
+   $(multilib_native_use_enable doc docs) \
$(use_enable nls) \
--with-doc-dir="${EPREFIX}"/usr/share/doc/${PF}
 }



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

2022-08-30 Thread Sam James
commit: 2d2ec49c8475f6dd43e9965b8976dc5e44def716
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:31:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2ec49c

sys-libs/libunwind: limit multilib features (drop doc)

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

 sys-libs/libunwind/libunwind-1.6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild 
b/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild
index d513147411bd..229f8e058a3b 100644
--- a/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild
@@ -84,7 +84,7 @@ multilib_src_configure() {
--enable-ptrace
--enable-setjmp
$(use_enable debug-frame)
-   $(use_enable doc documentation)
+   $(multilib_native_use_enable doc documentation)
$(use_enable lzma minidebuginfo)
$(use_enable static-libs static)
$(use_enable zlib zlibdebuginfo)



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

2022-08-30 Thread Sam James
commit: 6b62b1d13e6a38f218666e5145d0896b9becfaea
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:29:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b62b1d1

media-libs/vo-amrwbenc: limit multilib features (drop doc)

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

 media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild | 4 ++--
 media-libs/vo-amrwbenc/vo-amrwbenc-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild 
b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
index ca88689655a2..1a89226c873e 100644
--- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
+++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,7 @@ src_prepare() {
 
 multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
-   $(use_enable examples example) \
+   $(multilib_native_use_enable examples example) \
$(use_enable static-libs static)
 }
 

diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-.ebuild 
b/media-libs/vo-amrwbenc/vo-amrwbenc-.ebuild
index df26e3f268ee..b6e61b7d5807 100644
--- a/media-libs/vo-amrwbenc/vo-amrwbenc-.ebuild
+++ b/media-libs/vo-amrwbenc/vo-amrwbenc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,7 @@ src_prepare() {
 
 multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
-   $(use_enable examples example) \
+   $(multilib_native_use_enable examples example) \
$(use_enable static-libs static)
 }
 



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

2022-08-30 Thread Sam James
commit: 4bd15b43a94a36344204afb52c3105ce1a9e55a0
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:39:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd15b43

media-libs/fontconfig: limit multilib features

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

 media-libs/fontconfig/fontconfig-2.13.93.ebuild   | 4 ++--
 media-libs/fontconfig/fontconfig-2.14.0-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/fontconfig/fontconfig-2.13.93.ebuild 
b/media-libs/fontconfig/fontconfig-2.13.93.ebuild
index deaa7fcd009a..1c12de903df3 100644
--- a/media-libs/fontconfig/fontconfig-2.13.93.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.13.93.ebuild
@@ -98,9 +98,9 @@ multilib_src_configure() {
esac
 
local myeconfargs=(
-   $(use_enable doc docbook)
+   $(multilib_native_use_enable doc docbook)
$(use_enable static-libs static)
-   --enable-docs
+   $(multilib_native_enable docs)
--localstatedir="${EPREFIX}"/var
--with-default-fonts="${EPREFIX}"/usr/share/fonts
--with-add-fonts="${EPREFIX}/usr/local/share/fonts${addfonts}"

diff --git a/media-libs/fontconfig/fontconfig-2.14.0-r1.ebuild 
b/media-libs/fontconfig/fontconfig-2.14.0-r1.ebuild
index 49b2629b5331..96da5cf7b37c 100644
--- a/media-libs/fontconfig/fontconfig-2.14.0-r1.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.14.0-r1.ebuild
@@ -104,11 +104,11 @@ multilib_src_configure() {
esac
 
local myeconfargs=(
-   $(use_enable doc docbook)
+   $(multilib_native_use_enable doc docbook)
$(use_enable static-libs static)
 
# man pages. We split out the docbook parts into its own flag.
-   --enable-docs
+   $(multilib_native_enable docs)
# We handle this ourselves.
--disable-cache-build
# See comment above *DEPEND. We use Expat instead.



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

2022-08-30 Thread Sam James
commit: 8d4c8ae655af2ed2a02ef267c317105995060414
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:37:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4c8ae6

dev-libs/nettle: limit multilib features (drop doc)

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

 dev-libs/nettle/nettle-3.7.3.ebuild | 2 +-
 dev-libs/nettle/nettle-3.8.1.ebuild | 2 +-
 dev-libs/nettle/nettle-3.8.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/nettle/nettle-3.7.3.ebuild 
b/dev-libs/nettle/nettle-3.7.3.ebuild
index aefc0ce29b94..755887dee959 100644
--- a/dev-libs/nettle/nettle-3.7.3.ebuild
+++ b/dev-libs/nettle/nettle-3.7.3.ebuild
@@ -54,7 +54,7 @@ multilib_src_configure() {
$(use_enable cpu_flags_x86_aes x86-aesni)
$(use_enable cpu_flags_x86_sha x86-sha-ni)
$(use_enable asm assembler)
-   $(use_enable doc documentation)
+   $(multilib_native_use_enable doc documentation)
$(use_enable gmp public-key)
$(use_enable cpu_flags_arm_neon arm-neon)
$(use_enable static-libs static)

diff --git a/dev-libs/nettle/nettle-3.8.1.ebuild 
b/dev-libs/nettle/nettle-3.8.1.ebuild
index a032f465d13b..3112c0dba761 100644
--- a/dev-libs/nettle/nettle-3.8.1.ebuild
+++ b/dev-libs/nettle/nettle-3.8.1.ebuild
@@ -71,7 +71,7 @@ multilib_src_configure() {
--disable-s390x-msa
 
$(use_enable asm assembler)
-   $(use_enable doc documentation)
+   $(multilib_native_use_enable doc documentation)
$(use_enable gmp public-key)
$(use_enable static-libs static)
--disable-fat

diff --git a/dev-libs/nettle/nettle-3.8.ebuild 
b/dev-libs/nettle/nettle-3.8.ebuild
index b5d3adf935d1..95a23319516d 100644
--- a/dev-libs/nettle/nettle-3.8.ebuild
+++ b/dev-libs/nettle/nettle-3.8.ebuild
@@ -68,7 +68,7 @@ multilib_src_configure() {
--disable-s390x-msa
 
$(use_enable asm assembler)
-   $(use_enable doc documentation)
+   $(multilib_native_use_enable doc documentation)
$(use_enable gmp public-key)
$(use_enable static-libs static)
--disable-fat



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

2022-08-30 Thread Sam James
commit: f7f0dc3aea8e956f0a806e54794f8570b5b48c6b
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:28:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f0dc3a

media-libs/libtheora: limit multilib features (drop doc)

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

 media-libs/libtheora/libtheora-1.1.1-r2.ebuild | 35 +++---
 1 file changed, 15 insertions(+), 20 deletions(-)

diff --git a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild 
b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
index de4b8f692f7f..ff35ecea75a0 100644
--- a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
+++ b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
@@ -56,19 +56,13 @@ multilib_src_configure() {
use doc || export ac_cv_prog_HAVE_DOXYGEN=false
 
local myconf=(
+   # --disable-spec because LaTeX documentation has been prebuilt
--disable-spec
$(use_enable encode)
+   $(multilib_native_use_enable examples)
$(use_enable static-libs static)
)
 
-   if [[ "${ABI}" = "${DEFAULT_ABI}" ]] ; then
-   myconf+=( $(use_enable examples) )
-   else
-   # those will be overwritten anyway
-   myconf+=( --disable-examples )
-   fi
-
-   # --disable-spec because LaTeX documentation has been prebuilt
ECONF_SOURCE="${S}" econf "${myconf[@]}"
 }
 
@@ -77,23 +71,24 @@ multilib_src_install() {
DESTDIR="${D}" \
docdir="${EPREFIX}"/usr/share/doc/${PF} \
install
+}
+
+multilib_src_install_all() {
+   find "${ED}" -name '*.la' -delete || die
+
+   einstalldocs
 
-   if use examples && [[ "${ABI}" = "${DEFAULT_ABI}" ]]; then
+   if use examples ; then
dobin examples/.libs/png2theora
for bin in dump_{psnr,video} {encoder,player}_example; do
newbin examples/.libs/${bin} theora_${bin}
done
-   fi
-}
-
-multilib_src_install_all() {
-   find "${D}" -name '*.la' -delete || die
-   einstalldocs
 
-   if use examples && use doc; then
-   docinto examples
-   dodoc examples/*.[ch]
-   docompress -x /usr/share/doc/${PF}/examples
-   docinto .
+   if use doc ; then
+   docinto examples
+   dodoc examples/*.[ch]
+   docompress -x /usr/share/doc/${PF}/examples
+   docinto .
+   fi
fi
 }



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

2022-08-30 Thread Sam James
commit: 988c367c5a26f386182e13d54efa956b4fae966a
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:26:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988c367c

media-libs/fdk-aac: limit multilib features (drop doc)

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

 media-libs/fdk-aac/fdk-aac-2.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild 
b/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
index d0bf89ecaab6..26e8b5978db6 100644
--- a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
+++ b/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -36,7 +36,7 @@ src_prepare() {
 multilib_src_configure() {
local myeconfargs=(
--disable-static
-   $(use_enable examples example)
+   $(multilib_native_use_enable examples example)
)
ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
 }



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

2022-08-30 Thread Sam James
commit: 264e71e45caf5290f670a145cb241c949e44bcf8
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:29:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264e71e4

media-libs/vo-aacenc: limit multilib features (drop doc)

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

 media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild | 2 +-
 media-libs/vo-aacenc/vo-aacenc-.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild 
b/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild
index b69bfc681de0..3b62d10b771f 100644
--- a/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild
+++ b/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild
@@ -33,7 +33,7 @@ multilib_src_configure() {
 
ECONF_SOURCE="${S}" econf \
$(use_enable cpu_flags_arm_neon armv7neon) \
-   $(use_enable examples example) \
+   $(multilib_native_use_enable examples example) \
$(use_enable static-libs static)
 }
 

diff --git a/media-libs/vo-aacenc/vo-aacenc-.ebuild 
b/media-libs/vo-aacenc/vo-aacenc-.ebuild
index 55096b3dbc2f..c8206d59dead 100644
--- a/media-libs/vo-aacenc/vo-aacenc-.ebuild
+++ b/media-libs/vo-aacenc/vo-aacenc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -33,7 +33,7 @@ multilib_src_configure() {
 
ECONF_SOURCE="${S}" econf \
$(use_enable cpu_flags_arm_neon armv7neon) \
-   $(use_enable examples example) \
+   $(multilib_native_use_enable examples example) \
$(use_enable static-libs static)
 }
 



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

2022-08-30 Thread Stephan Hartmann
commit: 14e698a2c04107c1df4a1be8b6657b1327bfb44f
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Aug 30 19:04:48 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Aug 30 19:05:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e698a2

app-misc/liquidctl: new package, add 1.10.0, moved from ::guru

Signed-off-by: Stephan Hartmann  gentoo.org>

 app-misc/liquidctl/Manifest|  1 +
 app-misc/liquidctl/liquidctl-1.10.0.ebuild | 51 ++
 app-misc/liquidctl/metadata.xml| 12 +++
 3 files changed, 64 insertions(+)

diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
new file mode 100644
index ..98e326679412
--- /dev/null
+++ b/app-misc/liquidctl/Manifest
@@ -0,0 +1 @@
+DIST liquidctl-1.10.0.tar.gz 1807672 BLAKE2B 
e7f06ed51c82f0f1fcf5e3adfca1f84040373b1010246eca9f74a170019e53acecc588772708753585fc9c8491e00fd0fa5a1ecd991bef6507e5042431519199
 SHA512 
3e86078d8d9f985f60a52a13778b14712dc56a7574a885bb4238bdce7ebb1bcc80c29e560c47e4d0523b621e9d3c7faf2e28631e20e45c083e365024327ba5a2

diff --git a/app-misc/liquidctl/liquidctl-1.10.0.ebuild 
b/app-misc/liquidctl/liquidctl-1.10.0.ebuild
new file mode 100644
index ..8526e69b1a71
--- /dev/null
+++ b/app-misc/liquidctl/liquidctl-1.10.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 udev
+
+DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other 
devices"
+HOMEPAGE="https://github.com/liquidctl/liquidctl;
+SRC_URI="https://github.com/liquidctl/liquidctl/releases/download/v${PV}/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/colorlog[${PYTHON_USEDEP}]
+   dev-python/docopt[${PYTHON_USEDEP}]
+   dev-python/hidapi[${PYTHON_USEDEP}]
+   dev-python/pyusb[${PYTHON_USEDEP}]
+   sys-apps/i2c-tools[${PYTHON_USEDEP},python]
+"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   # Without this variable, it attempts to write to /var/run and fails
+   XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   dodoc docs/*.md
+   dodoc -r docs/linux/
+
+   udev_dorules extra/linux/71-liquidctl.rules
+}
+
+pkg_postinst() {
+   udev_reload
+}
+
+pkg_postrm() {
+   udev_reload
+}

diff --git a/app-misc/liquidctl/metadata.xml b/app-misc/liquidctl/metadata.xml
new file mode 100644
index ..dfbf44e3a404
--- /dev/null
+++ b/app-misc/liquidctl/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+sul...@gentoo.org
+Stephan Hartmann
+  
+  
+liquidctl/liquidctl
+liquidctl
+  
+



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

2022-08-30 Thread Michał Górny
commit: 136b4a9c0d52563501dd6cf5f1c4d8f058577e50
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 19:00:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 19:00:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136b4a9c

dev-python/geventhttpclient: Remove old

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

 dev-python/geventhttpclient/Manifest   |  1 -
 .../geventhttpclient/geventhttpclient-1.5.5.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/geventhttpclient/Manifest 
b/dev-python/geventhttpclient/Manifest
index 9b9982cfb17c..16bc0883f6e9 100644
--- a/dev-python/geventhttpclient/Manifest
+++ b/dev-python/geventhttpclient/Manifest
@@ -1,2 +1 @@
-DIST geventhttpclient-1.5.5.tar.gz 59566 BLAKE2B 
f43ffe9880eefe77f19adc00bcef612df057f96e256f50ca4081658d7e0d01deca2473da3d2055dbc1cb98fc4f7f0a7442809fdcab635c43042792e2601efdb9
 SHA512 
89efe008099935ac8715ddf09c13e70c1a3552da50c495522b2a62e1ff51a407808e6b797f8fd3b0863a3a59e5b03e604bda8b1027c0326da75cb1fddb5d0fa3
 DIST geventhttpclient-2.0.tar.gz 73677 BLAKE2B 
b466f7153e646b3d9af0b301789aaa92df28dad505c375ec7fdcfb8d888d8942edba3f4c776ef4fc252756fb2a37bbee7d61c4a1e912c8c7d716a57fd49fee0e
 SHA512 
1f53cf8636e6baba4cb0d8d7b233f903efec2d74413cfb2d768bff94f3a9b91ae59444981a1399b010e73120c390b52b1449424571c7ee9bdad818e5ce72ae8c

diff --git a/dev-python/geventhttpclient/geventhttpclient-1.5.5.ebuild 
b/dev-python/geventhttpclient/geventhttpclient-1.5.5.ebuild
deleted file mode 100644
index 2f7a10174e94..
--- a/dev-python/geventhttpclient/geventhttpclient-1.5.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A high performance, concurrent HTTP client library for Python 
using gevent"
-HOMEPAGE="
-   https://github.com/geventhttpclient/geventhttpclient/
-   https://pypi.org/project/geventhttpclient/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-
-RDEPEND="
-   app-arch/brotli[python,${PYTHON_USEDEP}]
-   dev-python/certifi[${PYTHON_USEDEP}]
-   dev-python/gevent[events(+),${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Avoid ModuleNotFoundError for tests we skip later
-   sed -i '/^import dpkt.ssl/d' src/geventhttpclient/tests/test_ssl.py || 
die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # These SNI tests require dpkt which is not in the tree
-   
src/geventhttpclient/tests/test_ssl.py::test_implicit_sni_from_host_in_ssl
-   
src/geventhttpclient/tests/test_ssl.py::test_implicit_sni_from_header_in_ssl
-   src/geventhttpclient/tests/test_ssl.py::test_explicit_sni_in_ssl
-   )
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   # Skip tests which require internet access
-   epytest -m "not online"
-}



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

2022-08-30 Thread Michał Górny
commit: 1739efddd0b5975e261453445915d7bbc0817e6e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 18:54:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 18:54:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1739efdd

dev-python/pip: Remove old

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

 dev-python/pip/Manifest |   3 -
 dev-python/pip/files/pip-21.3-no-coverage.patch |  52 -
 dev-python/pip/files/pip-22.2-no-coverage.patch |  52 -
 dev-python/pip/pip-22.1.2-r1.ebuild | 130 --
 dev-python/pip/pip-22.2-r1.ebuild   | 134 ---
 dev-python/pip/pip-22.2.1-r1.ebuild | 136 
 6 files changed, 507 deletions(-)

diff --git a/dev-python/pip/Manifest b/dev-python/pip/Manifest
index d45ad2c97c73..a8d8eaba4a81 100644
--- a/dev-python/pip/Manifest
+++ b/dev-python/pip/Manifest
@@ -1,7 +1,4 @@
-DIST pip-22.1.2.gh.tar.gz 9346675 BLAKE2B 
f709f8977d467d5a3170884bb75cd2f74a2f40801ae02a3725d442e18e4073f9c4a39cd1c9d2ce3949eb888be69d151f67d0cf2d0cbad7e2ec1ec6e78150b5c7
 SHA512 
7dd13150023f1cca8f5e01da7688ae418b5d0b36364efcfc15374a5147c7cabd46ff1d34e6499bc8e182dc0d34a366f5fe21d8ab4de4d112d269a97200401305
-DIST pip-22.2.1.gh.tar.gz 9279141 BLAKE2B 
61906027e36c8b3b82f3d17a59cbc995864622184c7f4099e9dfbb5082d1953dff72551558b8fe0d463d7defcd8b9403a978e4a8c7d79af5cd6b9dbbbcc9c7b5
 SHA512 
77996ce7e1aa4b5aab0c55dfee5e9bfe9f5f09f33cb796ce78bba7365f37ce9f1cce4eeaf5fdbeddde0819ecc6a30ffdafa6b7e25f93c672fcc8646303a7946e
 DIST pip-22.2.2.gh.tar.gz 9279218 BLAKE2B 
2179b0d3f5f05bbd678f1785b4dbc0613078c09c83b45faa62d766182dfeb564095abda809ed99f45644abcb06c125efc528aeaed3ad40ab1c9e8972e33ccbb2
 SHA512 
bd59e28b55475b77a8f11ea771cbad3b2602ff974e219f9a55288963a9522c9279a5b00fde40fb65cfebefae0e905d3da3c06fe50b402aa5326b25f70a98a015
-DIST pip-22.2.gh.tar.gz 9278410 BLAKE2B 
e32fe63e81593a0ec9c0110af0f07f1a47ddd3d6c660c11e9eb9142c251b7f45e3a1cc343193b123364a6a3a69490add7d4ebb368aac027c448f00f7cd163d7c
 SHA512 
2ff3f9c2dc84c65c14c978e8c58cd3cee6cfff9753655c726763d6d7780d147479f32c47873d402ad9e0821fef940b971a7df93fabd6b998f07dea5af1251c9b
 DIST setuptools-62.3.2-py3-none-any.whl 1225929 BLAKE2B 
608952e201f749ebf557e3962ba9856d5bdcbc534f3a25598cab0d6c53282cfb3b9f007ba135497a8addf49db4c02bc4387c486d95a4529d01ce4114154ec28a
 SHA512 
366d69dc44e326dd7549cdacd8dec481a14dce4feef4338adc38b9de5c4c338f04d61696e13ce8603be1315f2e8734100f92d3fe4b4b11843e19f550c9631978
 DIST virtualenv-16.7.12.gh.tar.gz 8906590 BLAKE2B 
a1f206769e4e5797562906162e492e44c4a72720e4f88a0362dc802ce2df20c65aaab6a72dce2238445601a10fae59bd90cd362217994d30911f105afd71c5fa
 SHA512 
0278b33fb19f6553e70ad3dcffa6ea1a455ff435b216ac9b4fadff216b2932714faa2bb6027af3058010111d8511a5c2fcd424f31c9645be361603971f111c8e
 DIST wheel-0.36.2-py2.py3-none-any.whl 35046 BLAKE2B 
bc4e8dab7c74eea34d3b4a813b7eaf6295a99a396a861b6cdd76f743043e89140bad132bdd13e385e8945ce02e0798e1d3ac73fc1b23bde5b2a83e4bb4dd5cdc
 SHA512 
6bb5119b4d3704fe1e3c1eaaa3124edab13f61b46f8a0a8e75974fac4e5b25d8b53606071a03a8d8990ad1cfe2ab247ddea260098df2c0c35ae965be47080284

diff --git a/dev-python/pip/files/pip-21.3-no-coverage.patch 
b/dev-python/pip/files/pip-21.3-no-coverage.patch
deleted file mode 100644
index 8292f97f9488..
--- a/dev-python/pip/files/pip-21.3-no-coverage.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From 8473691148031ed4db5bd8870fbeef9484b9c831 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sat, 23 Oct 2021 08:11:11 +0200
-Subject: [PATCH] Disable coverage testing support inside test venvs
-

- tests/conftest.py | 15 ---
- 1 file changed, 15 deletions(-)
-
-diff --git a/tests/conftest.py b/tests/conftest.py
-index 076aeaf19..77c41dc15 100644
 a/tests/conftest.py
-+++ b/tests/conftest.py
-@@ -340,13 +340,6 @@ def wheel_install(tmpdir_factory: pytest.TempdirFactory, 
common_wheels: Path) ->
- return _common_wheel_editable_install(tmpdir_factory, common_wheels, 
"wheel")
- 
- 
--@pytest.fixture(scope="session")
--def coverage_install(
--tmpdir_factory: pytest.TempdirFactory, common_wheels: Path
--) -> Path:
--return _common_wheel_editable_install(tmpdir_factory, common_wheels, 
"coverage")
--
--
- def install_egg_link(
- venv: VirtualEnvironment, project_name: str, egg_info_dir: Path
- ) -> None:
-@@ -362,7 +355,6 @@ def virtualenv_template(
- tmpdir_factory: pytest.TempdirFactory,
- pip_src: Path,
- setuptools_install: Path,
--coverage_install: Path,
- ) -> Iterator[VirtualEnvironment]:
- 
- venv_type: VirtualEnvironmentType
-@@ -389,13 +381,6 @@ def virtualenv_template(
- [venv.bin / "python", "setup.py", "-q", "develop"], cwd=pip_editable
- )
- 
--# Install coverage and pth file for executing it in any spawned processes
--# in this virtual environment.
--install_egg_link(venv, "coverage", 

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

2022-08-30 Thread Michał Górny
commit: 79f1ad43b023d0cdecbb8fbac625ba9ca459261d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 18:54:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 18:54:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f1ad43

dev-python/fsspec: Remove old

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

 dev-python/fsspec/Manifest  |  1 -
 dev-python/fsspec/fsspec-2022.5.0-r1.ebuild | 58 -
 2 files changed, 59 deletions(-)

diff --git a/dev-python/fsspec/Manifest b/dev-python/fsspec/Manifest
index 7aaa962afbdb..c841bd8670da 100644
--- a/dev-python/fsspec/Manifest
+++ b/dev-python/fsspec/Manifest
@@ -1,2 +1 @@
-DIST filesystem_spec-2022.5.0.gh.tar.gz 337607 BLAKE2B 
80f22e6c1ca0ec4194b41a85171d466792812c456129a05c286d8c46de950aeed4cd7a0ee01082e9dbfee5b89ca1a36441f961d7e61be816eb783cad8bca0979
 SHA512 
687dd0e7018e04d719f7c11e2238afe06f4e8d5eb7193e24dd000dbd79e5c52bed5fde919de47b0dab2d66e9ba93f28370a32f2458a6771e728b0ece68609504
 DIST filesystem_spec-2022.7.1.gh.tar.gz 338526 BLAKE2B 
ef19c41a4e9fe3fb1a5146967bab505c26590aa4c074152523b705d8cac5eeb6e30834e1adbbb1669f5bbb58891cabd3960208cdfa9f619e0bbc5cbfe5f4ef55
 SHA512 
07178bf22e07091935256296b303e273c03e2ddc15a5aa1110f84c27cadaf9c650204e37c472cb10280e92f24b01fa8b16fe32db21a30d14d232c5a11e05a45c

diff --git a/dev-python/fsspec/fsspec-2022.5.0-r1.ebuild 
b/dev-python/fsspec/fsspec-2022.5.0-r1.ebuild
deleted file mode 100644
index dfe2219250f2..
--- a/dev-python/fsspec/fsspec-2022.5.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=filesystem_spec-${PV}
-DESCRIPTION="A specification that python filesystems should adhere to"
-HOMEPAGE="
-   https://github.com/fsspec/filesystem_spec/
-   https://pypi.org/project/fsspec/
-"
-SRC_URI="
-   https://github.com/fsspec/filesystem_spec/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-BDEPEND="
-   test? (
-   dev-python/aiohttp[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/tqdm[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   git config --global user.email "y...@example.com" || die
-   git config --global user.name "Your Name" || die
-   distutils-r1_src_test
-}
-
-EPYTEST_DESELECT=(
-   fsspec/tests/test_spec.py::test_find
-)
-
-EPYTEST_IGNORE=(
-   # sftp and smb require server started via docker
-   fsspec/implementations/tests/test_dbfs.py
-   fsspec/implementations/tests/test_sftp.py
-   fsspec/implementations/tests/test_smb.py
-   # unhappy about dev-python/fuse-python (?)
-   fsspec/tests/test_fuse.py
-)



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

2022-08-30 Thread Michał Górny
commit: b7d7d9dc5bc735791ccc1e69f0fcb705eb53f1f4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 18:58:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 18:58:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d7d9dc

dev-python/virtualenv: Remove old

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

 dev-python/virtualenv/Manifest  |   2 -
 dev-python/virtualenv/virtualenv-20.16.0.ebuild | 106 
 dev-python/virtualenv/virtualenv-20.16.2.ebuild | 106 
 3 files changed, 214 deletions(-)

diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
index b64acae6bb46..6dd1c1fbff34 100644
--- a/dev-python/virtualenv/Manifest
+++ b/dev-python/virtualenv/Manifest
@@ -1,3 +1 @@
-DIST virtualenv-20.16.0.tar.gz 12217565 BLAKE2B 
534d665b56191c2e804306677b6771d3d0fa6104c476f8f17fbf40c2f8a3b7ccf6ffa9f8dec4d8de515f610f2ffc7b5d67bc99d82be4c0cc73990e5664a1d1e3
 SHA512 
f34827ec0e1b7325ee23b53b5fa2c36c1377d3fe7265b7187cf43592f74b37d66747abf69f0f33850212bf3aa69c98147cfffc37b311b98a1127f7ac5d9c69e4
-DIST virtualenv-20.16.2.tar.gz 12217706 BLAKE2B 
1dff9c8697eb80cf590819c451790599977d52dcfe2935c7d9e355aeb34c9b3bd4f6d97bb051c7a02ba95878717fac82766a0370124d21a4c89fee42a31bbb31
 SHA512 
3998ea1e70a56d859be808059249251ca944216998a48af70db731cf5655624c12078d94caa5827ab41326cfd702319d3a486fbc0fe424369e07df39c9cd8ce9
 DIST virtualenv-20.16.3.tar.gz 12219368 BLAKE2B 
00a7d38db3e9d929e5f01eb020436cf5b917a10bca876ef4abe7a07f5e86a1b1930ed42acbac96d80375a78b660a70872ba6048c673a4ad4d51cafb7824d8f6d
 SHA512 
d3a90bab9862ea2a70e1dc429dff98a729425858a2153281cba4ecaf13107e6c3a43781e8c96b1f2a6c1ddd797de86bcfee8129a698e45d20eed76432efba5a6

diff --git a/dev-python/virtualenv/virtualenv-20.16.0.ebuild 
b/dev-python/virtualenv/virtualenv-20.16.0.ebuild
deleted file mode 100644
index ecf092aab2ba..
--- a/dev-python/virtualenv/virtualenv-20.16.0.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Virtual Python Environment builder"
-HOMEPAGE="
-   https://virtualenv.pypa.io/en/stable/
-   https://pypi.org/project/virtualenv/
-   https://github.com/pypa/virtualenv/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-"
-# coverage is used somehow magically in virtualenv, maybe it actually
-# tests something useful
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
-   )
-"
-
-# (unpackaged deps)
-#distutils_enable_sphinx docs \
-#  dev-python/sphinx-argparse \
-#  dev-python/sphinx_rtd_theme \
-#  dev-python/towncrier
-distutils_enable_tests pytest
-
-src_configure() {
-   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   tests/unit/activation/test_xonsh.py
-   
tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data
-   tests/unit/create/test_creator.py::test_cross_major
-   # tests failing without python2 installed
-   
"tests/unit/create/test_creator.py::test_py_pyc_missing[True-False]"
-   
"tests/unit/create/test_creator.py::test_py_pyc_missing[False-False]"
-   )
-   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
-   
'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
-   
'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
-   
'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
-   
'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]'
-   
'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-isolated]'
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-shell-utilities/

2022-08-30 Thread Michał Górny
commit: a8580234dba4859bfc5df8351d17ea9ee9c7c023
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 18:54:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 18:54:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8580234

dev-python/pytest-shell-utilities: Remove old

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

 dev-python/pytest-shell-utilities/Manifest |  1 -
 .../pytest-shell-utilities-1.5.0.ebuild| 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-python/pytest-shell-utilities/Manifest 
b/dev-python/pytest-shell-utilities/Manifest
index b03da1fa5eed..a1defee2bdbc 100644
--- a/dev-python/pytest-shell-utilities/Manifest
+++ b/dev-python/pytest-shell-utilities/Manifest
@@ -1,2 +1 @@
-DIST pytest-shell-utilities-1.5.0.gh.tar.gz 92287 BLAKE2B 
015f78838eaff93438cbd7cd395926ac8f61653f6d27275ca87b379e5f27d60165157880e41e603823c17e639dcff91ac4f5fda1e904ad505bb9db0a577b800c
 SHA512 
00cb5fa6979e09c90ba82928a135f644dd4056fd004f6bee8d216ca63e2cf4549f944930bf16e7a124f26a79c1b696d18ecf210bee3273343b9a90f9126f340e
 DIST pytest-shell-utilities-1.6.0.gh.tar.gz 92343 BLAKE2B 
39239aff1d7d4970a706926ea9f4c7808f8c12760d8f1ccaff760d8320024bba7373a25bb2ad8db2e0a6fee1f8ef4dd5b85b4e7eb1fb6e2aab64711686acf25e
 SHA512 
e979f5bbf34de99c1dac33b4cb27265a210852d39792cd7660b717e43de0baaf47785d57ade226f08de43ef9d83600b4e46f70ceed341c7fccde554f7a838b8e

diff --git 
a/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.5.0.ebuild 
b/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.5.0.ebuild
deleted file mode 100644
index 8baa0cbc0b49..
--- a/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.5.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="pytest plugin: fixtures and code to help with running shell 
commands on tests"
-HOMEPAGE="
-   https://pypi.org/project/pytest-shell-utilities/
-   https://github.com/saltstack/pytest-shell-utilities/
-"
-SRC_URI="
-   https://github.com/saltstack/pytest-shell-utilities/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
-   dev-python/pytest-skip-markers[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-subtests[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2022-08-30 Thread Michał Górny
commit: 2fd1624056d2e67978d17ad2925dedb9db3a793e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 18:59:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 18:59:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd16240

dev-python/regex: Remove old

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

 dev-python/regex/Manifest  |  1 -
 dev-python/regex/regex-2022.7.9.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-python/regex/Manifest b/dev-python/regex/Manifest
index 0b783f6c52d4..1e23ed3bb024 100644
--- a/dev-python/regex/Manifest
+++ b/dev-python/regex/Manifest
@@ -1,3 +1,2 @@
 DIST regex-2022.7.25.tar.gz 385022 BLAKE2B 
64c2ff2e9a41d6d559ed199e978b7eb453ffe872d3cbe3d14f31ed6f7df546aa33079ce1d8279b815a35a18d9ea75da6f0beb38e4df576037995518a38db688a
 SHA512 
1179239e8e2a1ff55150b6c2e483f2d2b795a7f5cb400310c315a59aad19590d410cc9c1a862c66be2ca93b24b387a4c4fa0a5467d497a9bc5ffc79dac7cb0ff
-DIST regex-2022.7.9.tar.gz 383431 BLAKE2B 
9773b3e5c516d79ec6b37d288addb0638016716093ec49d8cdc4a2132fc16ea76c4a21fd02cc6bc6547fd0dd76bb0ec9984bb7f41eb88e4f89623a8d4a5be40d
 SHA512 
0c8b78fc10e5ba4e95a3603a4958efb610168b63a490715c2556243af7bab4d04e6eab6cad6bc98816cfa94209404806ede28cf48643d7e92c9b8323c2b0c5e2
 DIST regex-2022.8.17.tar.gz 385777 BLAKE2B 
c4425e01fea5c25b9ad77e645d3671d65e747a6ee9bd7b8c1870396b4bd989c3a3ec73c33b72eb5e00f24b8e9fff2cef8c229280d2b98a13df7dd8a07bd1b2c9
 SHA512 
6a305c00a6355dfb9293876292e7d22de58cc00f15d7beadfaf49b49b5ef512404ad5d689f4b90f6302c5246610cb08ebd8ad6a4739818a43c6eb84fc5bc6421

diff --git a/dev-python/regex/regex-2022.7.9.ebuild 
b/dev-python/regex/regex-2022.7.9.ebuild
deleted file mode 100644
index df6875fb35c8..
--- a/dev-python/regex/regex-2022.7.9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Alternative regular expression module to replace re"
-HOMEPAGE="
-   https://bitbucket.org/mrabarnett/mrab-regex/
-   https://pypi.org/project/regex/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-IUSE="doc"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_empty_array.patch"
-   "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_issue_18468.patch"
-)
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/Features.html )
-   local DOCS=( README.rst docs/*.rst )
-
-   distutils-r1_python_install_all
-}



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

2022-08-30 Thread Michał Górny
commit: 14b6aaff0ea748e7f98ba63a3a876324df88574a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 18:47:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 18:53:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b6aaff

dev-python/sphinx-issues: Remove old

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

 dev-python/sphinx-issues/sphinx-issues-3.0.1.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-python/sphinx-issues/sphinx-issues-3.0.1.ebuild 
b/dev-python/sphinx-issues/sphinx-issues-3.0.1.ebuild
deleted file mode 100644
index 124033e2da6b..
--- a/dev-python/sphinx-issues/sphinx-issues-3.0.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension for linking to your project's issue tracker"
-HOMEPAGE="https://github.com/sloria/sphinx-issues;
-SRC_URI="https://github.com/sloria/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest



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

2022-08-30 Thread Michał Górny
commit: a44e443dd5a3cca605fc675edbbced39cc32e08b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 18:49:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 18:53:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44e443d

dev-python/sphinx: Remove old

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

 dev-python/sphinx/Manifest|   1 -
 dev-python/sphinx/sphinx-5.1.0.ebuild | 124 --
 2 files changed, 125 deletions(-)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index 664bbe4f016c..93437beb0ebc 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -1,3 +1,2 @@
 DIST Sphinx-4.5.0.tar.gz 6698212 BLAKE2B 
e6c46d35492c3d3068c4f97e497d33973ca86b40934578804fcec901fa89d2c52b45a7546b835b873846dd16936c1bd34a7b053aec8206c688d974671155fd56
 SHA512 
b44d2a81ed67adaefe16a07ae0cf053b5e6c775023aaa6c57d7b3950f171deac410e8004f787b151c3c2fc350650aa69a4dc2dc7239d1fd3d351e5194617cb2c
-DIST sphinx-5.1.0.gh.tar.gz 6766298 BLAKE2B 
d12ef1ec0edd931a597457d868e8fc3b68675df266d8bb626021fa098aacd6027af925275ccf482b7a0d1c8d3cf4c872fca96359f433017274d66bbdcc0d7efa
 SHA512 
595f6f75703d0849393043f24ac216e0bc726a6bf9a23964f8c024e42f2558e2c4f184752835e4016da85391d494fd20bb526d7d379fa9198ac97ff5eca605a2
 DIST sphinx-5.1.1.gh.tar.gz 6766329 BLAKE2B 
ff385abe35d4a700cbb3cd8acc72313f7c923d48b38934cc35ea6128ef6c16eb6a33604daea25f81f60b65951b4623f62cd4c1a482b2c5e7285ce0ddb6226c80
 SHA512 
23261cabbcc73072134c22e7fb36f4c7911f4284cea9cc7be6006e500d9de65727f43214fb4427d307845cc684b9a569960ed276320855283a33b9542a2a6918

diff --git a/dev-python/sphinx/sphinx-5.1.0.ebuild 
b/dev-python/sphinx/sphinx-5.1.0.ebuild
deleted file mode 100644
index 2680fb049358..
--- a/dev-python/sphinx/sphinx-5.1.0.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python documentation generator"
-HOMEPAGE="
-   https://www.sphinx-doc.org/
-   https://github.com/sphinx-doc/sphinx/
-   https://pypi.org/project/Sphinx/
-"
-SRC_URI="
-   https://github.com/sphinx-doc/sphinx/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-IUSE="doc latex"
-
-RDEPEND="
-   =dev-python/Babel-1.3[${PYTHON_USEDEP}]
-   =dev-python/jinja-2.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-htmlhelp-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_metadata-4.4[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-   latex? (
-   dev-texlive/texlive-latexextra
-   dev-texlive/texlive-luatex
-   app-text/dvipng
-   )
-   !dev-python/namespace-sphinxcontrib
-"
-BDEPEND="
-   doc? (
-   dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
-   media-gfx/graphviz
-   )
-   test? (
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   virtual/imagemagick-tools[jpeg,png,svg]
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-latexextra
-   dev-texlive/texlive-luatex
-   app-text/dvipng
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/sphinx-3.2.1-doc-link.patch"
-   "${FILESDIR}/sphinx-4.3.2-doc-link.patch"
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # disable internet access
-   sed -i -e 's:^intersphinx_mapping:disabled_&:' \
-   doc/conf.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_sphinx
-   HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   fi
-}
-
-python_test() {
-   mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die
-   local -x SPHINX_TEST_TEMPDIR="${BUILD_DIR}/sphinx_tempdir"
-
-   local EPYTEST_DESELECT=(
-   # these tests require Internet access
-   tests/test_build_latex.py::test_latex_images
-   tests/test_build_linkcheck.py::test_defaults
-   

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

2022-08-30 Thread Michał Górny
commit: 296724a049d8ecb35c84bff7b480ebf17ccc1da5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 18:52:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 18:53:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296724a0

dev-python/pytest-httpserver: Remove old

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

 dev-python/pytest-httpserver/Manifest  |  1 -
 .../pytest-httpserver-1.0.4-r2.ebuild  | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/pytest-httpserver/Manifest 
b/dev-python/pytest-httpserver/Manifest
index 8313fde4cc50..60ec99968c1e 100644
--- a/dev-python/pytest-httpserver/Manifest
+++ b/dev-python/pytest-httpserver/Manifest
@@ -1,2 +1 @@
-DIST pytest-httpserver-1.0.4.gh.tar.gz 78911 BLAKE2B 
425f72438797b55a84662f580dd9bfc1d6dd8a0513587e72b6e1de7e669eee75c777fdd6c2cfcbc92273737dd47568b48a22f12e8a40952f82a599f30705a604
 SHA512 
e80754910117736fd172d7bd5e5fc41721fab8adc705b72f0ee4cd866c878ed267ad3819645fd567e3af2c9e53deecb3749f1a873d72ff9e234c4fdd7f7cabea
 DIST pytest-httpserver-1.0.5.gh.tar.gz 80395 BLAKE2B 
68c075032c57f25854d390f73bf61b7efbe18f78d7f0b2a2a3be10d586ca9cc3ce4a1b390a2ba0da1e88558513782388069c419dae4908a0581e8d583f452bee
 SHA512 
8275475bb044d54769e906571520fafbb9f6fa32fc003f4a00f72b9ff9930e4b80ee84564df1521569cc2a15f5d371c6315129263bc167d0621141004d509a25

diff --git a/dev-python/pytest-httpserver/pytest-httpserver-1.0.4-r2.ebuild 
b/dev-python/pytest-httpserver/pytest-httpserver-1.0.4-r2.ebuild
deleted file mode 100644
index c978183c74f7..
--- a/dev-python/pytest-httpserver/pytest-httpserver-1.0.4-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTP server for pytest to test HTTP clients"
-HOMEPAGE="https://github.com/csernazs/pytest-httpserver;
-SRC_URI="https://github.com/csernazs/pytest-httpserver/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/werkzeug[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/requests[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   sed -i -e '/^include = \[/,/\]/d' pyproject.toml || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   epytest -p no:localserver
-}



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

2022-08-30 Thread Michał Górny
commit: a4f6471c02f86789611a1869d189bc5568b72556
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 18:50:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 18:53:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f6471c

dev-python/rope: Remove old

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

 dev-python/rope/Manifest  |  1 -
 dev-python/rope/rope-1.2.0.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
index 536f617df1ab..ecb374222e82 100644
--- a/dev-python/rope/Manifest
+++ b/dev-python/rope/Manifest
@@ -1,3 +1,2 @@
 DIST rope-1.1.1.tar.gz 274610 BLAKE2B 
52354453305ee58db70f86392f7ec27179e1e4a9ec677fb8875bb9ca24663e6dae26e1bac4a1ad62143fe3a419a7a1e1fd0b7d2f03ef556143d2b060b23300af
 SHA512 
aaf664a63ef00e3c844d6999338fe6a3384ddecfe95ef9b7eb213e5c37c9f78f7d2ea59aa7e612487bac5eaaaf7fc8ba499c0d43c740f99a7b3be64c9d7f6e07
-DIST rope-1.2.0.tar.gz 289239 BLAKE2B 
314cf382e76a448dcddff0b9c52ae437cde032b54f1c9edbb05c1d47832ecc7a0b35b8eb14cf48ef5b296011a273cf3e21c5433a70e2627c11f2cdeca885e1a3
 SHA512 
d34a47a6453a85fcaa253287224b7b5265e08d2cba46377d17502f78642d3468d074b43d4916758c2225f98e676080af2b7896ad6194e0ee0234661343259fd1
 DIST rope-1.3.0.tar.gz 286846 BLAKE2B 
f8b122a276812638eee76cc235e91e013696f6047c450729edde1b4a5bfdd1d6aa7d1e9ac46048e8205a1f544ee82f740e0f7b20f10769a9a28065a8b9caee6b
 SHA512 
45036cfb3abbe6b00306268f62804d787a633ef8981b23553d57ea18087bfbec33be6346bb59393bb6c3b48020a2da87f759668a57ec8e809ba3666aff0dfd2c

diff --git a/dev-python/rope/rope-1.2.0.ebuild 
b/dev-python/rope/rope-1.2.0.ebuild
deleted file mode 100644
index ffa603ad1c4c..
--- a/dev-python/rope/rope-1.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python refactoring library"
-HOMEPAGE="
-   https://pypi.org/project/rope/
-   https://github.com/python-rope/rope/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="doc"
-
-RDEPEND="
-   dev-python/pytoolconfig[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/build[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # our venv style confuses this comparison
-   ropetest/contrib/autoimport/utilstest.py::test_get_package_source_typing
-   ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_typing
-   
ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_compiled
-)



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

2022-08-30 Thread Michał Górny
commit: 2e30c90d2b47d7d85aab4f33b5934bcce58eff4a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 18:52:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 18:53:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e30c90d

dev-python/python-nbxmpp: Remove old

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

 dev-python/python-nbxmpp/Manifest  |  2 --
 .../python-nbxmpp/python-nbxmpp-3.1.0.ebuild   | 32 --
 .../python-nbxmpp/python-nbxmpp-3.2.0.ebuild   | 32 --
 3 files changed, 66 deletions(-)

diff --git a/dev-python/python-nbxmpp/Manifest 
b/dev-python/python-nbxmpp/Manifest
index 94ebd9fac6b6..63b96553b3a9 100644
--- a/dev-python/python-nbxmpp/Manifest
+++ b/dev-python/python-nbxmpp/Manifest
@@ -1,5 +1,3 @@
-DIST python-nbxmpp-3.1.0.tar.bz2 128551 BLAKE2B 
bbff0bd92b12addb73e661136531df7629baa7936a1d52a86a17b59047681d30744dbc3618143a0b4ff5460bb64ad01a70b1bfb018f32bd78cfd9dc848f18668
 SHA512 
6676da4a21915305952118b9d35d91f3b420a23f1f3bc1fa22ee885face3f9b4474417f58e4a2c6446fec48ff632822ab83343e104df480d33d75f1b46cf8fec
 DIST python-nbxmpp-3.1.1.tar.bz2 128913 BLAKE2B 
938701b95d3b41638d2e9173d52ce69737bc7160b111354e958ee0269a2d209d146a67c7caaf8f4e7aa394549360ecb3ad4c3a1a731b329b10cbc9654109
 SHA512 
9571d890112da8380d55894e52279bfb002151432d6c8103ce62f5ab08b198f847c50cb2c1c4a7502cbefff8c3c77cbb0e86ca24355af86136b0caceb0d75c0f
-DIST python-nbxmpp-3.2.0.tar.bz2 129023 BLAKE2B 
e61cfba5f88511981e1df768d594bc86c576ef1f4b7f88d0d49bb4b86adbcf36bb7821a2332cb2427007dc10134390a24e02b6cbd791331d93cf1f48c5fe8d7b
 SHA512 
6eae6de22829c669ca17b2eaa68f53e161374d491b2f5bf7626ccdd966b0c857388852ff4c08f3d9d7391735b9633a832c7570e332f29dd038485de998d19f54
 DIST python-nbxmpp-3.2.1.tar.bz2 129362 BLAKE2B 
bbbeb5751fc5751cffe73c9a54c3330de9a1b48041c7a7964cefdfedbf8ae2966c8f5adaa7153386eebea44568af38ec1964d612b8baf48d6f318c83705e18d8
 SHA512 
3ebe1169475fcd65875cb2e6079f802a7f98717957e26e7dfcab5a71b1f94e967145a430f6d959a01b39842317d858c3b6275bcd909bf65f70699536e298b6e4
 DIST python-nbxmpp-nbxmpp-2.0.6.tar.bz2 122203 BLAKE2B 
925604002f4363f1e0b72f05c13742f4652ba565a9faa48faf8d47688f480a7f1d7585c593b0dcf07bded8c4aa3a1d02e9697742a07b9e815daec062dfb93104
 SHA512 
a536b25c8a6298892a51adef4b64b75ffab88ce02fb08fc07ecd1cfe2bc794262d4d58a93248439723e6e0544485da7351bb98189b0e422a1f77b01c6f6d238e

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-3.1.0.ebuild 
b/dev-python/python-nbxmpp/python-nbxmpp-3.1.0.ebuild
deleted file mode 100644
index fafffe2d9512..
--- a/dev-python/python-nbxmpp/python-nbxmpp-3.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${P}.tar.bz2
-"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/precis-i18n[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-3.2.0.ebuild 
b/dev-python/python-nbxmpp/python-nbxmpp-3.2.0.ebuild
deleted file mode 100644
index 20ab63a80429..
--- a/dev-python/python-nbxmpp/python-nbxmpp-3.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${P}.tar.bz2
-"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/precis-i18n[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2022-08-30 Thread Michał Górny
commit: 3072c8e8dc2af31e3dc3844b274a2b6e7f6708df
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 18:47:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 18:53:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3072c8e8

dev-python/sphinx-gallery: Remove old

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

 dev-python/sphinx-gallery/Manifest |  2 -
 .../sphinx-gallery/sphinx-gallery-0.10.1.ebuild| 44 --
 .../sphinx-gallery/sphinx-gallery-0.11.0.ebuild| 44 --
 3 files changed, 90 deletions(-)

diff --git a/dev-python/sphinx-gallery/Manifest 
b/dev-python/sphinx-gallery/Manifest
index f090dc18436b..03e3236256ac 100644
--- a/dev-python/sphinx-gallery/Manifest
+++ b/dev-python/sphinx-gallery/Manifest
@@ -1,3 +1 @@
-DIST sphinx-gallery-0.10.1.tar.gz 6546135 BLAKE2B 
1f4ead74b848f28944820a77717183d845d1fba7459d11fa9bece16c5cd83742e012cce6906f8f5cd357e5c7db01107b6c7c32e2f7d5b7ce46dcd8d6a4b36e9c
 SHA512 
da3b35907782846a58402fddf2a7f507eba76cd708725ff0ba097ec7bda6e9029252c9fb4df6d192aa7f64c6873465d4ff5e634b5c4cc6c4294e0d38c6db2f02
-DIST sphinx-gallery-0.11.0.tar.gz 395136 BLAKE2B 
4380484cb37baeb749469f810cbaf24f51a4f83a24a6ff868d1b8872f58db7b189575e8023926b70c576b029b895e18c3de070d69d20a87c70db5d959ebe8915
 SHA512 
8c97c9bea3bdeb400715bf7ad36e277c01efd5a5d9a85eaeac397eb1f7066112eaf8ef46cc42226275e50e030bfb1010d7516db70e415fbde953f051f4c3cbf4
 DIST sphinx-gallery-0.11.1.tar.gz 393927 BLAKE2B 
c4c56e7bc7bfc519cd172cd104cfee902524c70de7fe76cc816d8f4612cbdf1a0786e3d5f83ea74ce7c1726eeaea5db45682efa3d873efeac49d94ab1393b9ac
 SHA512 
514139213516851fe09aac4168d8fff72e5ce62eecdb0864f58e45d5fe6eab58b8fda749b72ae98f94b2bf8ac1a917396195d8a4d1750ec1563b30b879b12b8d

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.10.1.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.10.1.ebuild
deleted file mode 100644
index cd6c79e83ffa..
--- a/dev-python/sphinx-gallery/sphinx-gallery-0.10.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension to automatically generate an examples gallery"
-HOMEPAGE="
-   https://sphinx-gallery.github.io/
-   https://github.com/sphinx-gallery/sphinx-gallery;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/joblib[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e 's:--cov-report= --cov=sphinx_gallery::' setup.cfg || die
-   distutils-r1_src_prepare
-}
-
-EPYTEST_DESELECT=(
-   # Internet
-   sphinx_gallery/tests/test_docs_resolv.py::test_embed_code_links_get_data
-   sphinx_gallery/tests/test_full.py::test_run_sphinx
-   sphinx_gallery/tests/test_full.py::test_embed_links_and_styles
-)

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.11.0.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.11.0.ebuild
deleted file mode 100644
index 74dea626257b..
--- a/dev-python/sphinx-gallery/sphinx-gallery-0.11.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension to automatically generate an examples gallery"
-HOMEPAGE="
-   https://sphinx-gallery.github.io/
-   https://github.com/sphinx-gallery/sphinx-gallery;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/joblib[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e 's:--cov-report= --cov=sphinx_gallery::' setup.cfg || die
-   distutils-r1_src_prepare
-}
-
-EPYTEST_DESELECT=(
-   # Internet
-   sphinx_gallery/tests/test_docs_resolv.py::test_embed_code_links_get_data
-   sphinx_gallery/tests/test_full.py::test_run_sphinx
-   sphinx_gallery/tests/test_full.py::test_embed_links_and_styles
-)



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

2022-08-30 Thread Michał Górny
commit: 949affbf72816014593bf8c91ac1a05f3a5d8270
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 18:53:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 18:53:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949affbf

dev-python/pykwalify: Remove old

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

 dev-python/pykwalify/pykwalify-1.8.0-r1.ebuild | 33 --
 1 file changed, 33 deletions(-)

diff --git a/dev-python/pykwalify/pykwalify-1.8.0-r1.ebuild 
b/dev-python/pykwalify/pykwalify-1.8.0-r1.ebuild
deleted file mode 100644
index ceda616a7cf4..
--- a/dev-python/pykwalify/pykwalify-1.8.0-r1.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
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python lib/cli for JSON/YAML schema validation"
-HOMEPAGE="https://pypi.org/project/pykwalify/ 
https://github.com/Grokzen/pykwalify;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/docopt-0.6.2[${PYTHON_USEDEP}]
-   >=dev-python/ruamel-yaml-0.16.0[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   test? (
-   dev-python/testfixtures[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.4.0-S.patch
-)



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

2022-08-30 Thread Sam James
commit: 2e785d4632fafdce53f1dcebf1fd116133071e8d
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:46:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 18:46:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e785d46

dev-lang/lua: cleanup src_prepare

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

 dev-lang/lua/lua-5.1.5-r109.ebuild | 3 ---
 dev-lang/lua/lua-5.3.6-r5.ebuild   | 3 ---
 dev-lang/lua/lua-5.4.4-r2.ebuild   | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/dev-lang/lua/lua-5.1.5-r109.ebuild 
b/dev-lang/lua/lua-5.1.5-r109.ebuild
index d8435479911b..624a4798c45a 100644
--- a/dev-lang/lua/lua-5.1.5-r109.ebuild
+++ b/dev-lang/lua/lua-5.1.5-r109.ebuild
@@ -71,9 +71,6 @@ src_prepare() {
-e "/^includedir=/s,(/include)$,\1/lua${SLOT}," \
-e "/^Libs:/s,((-llua)($| )),\2${SLOT}\3," \
"${S}"/etc/lua.pc
-
-   # custom Makefiles
-   copy_sources
 }
 
 src_configure() {

diff --git a/dev-lang/lua/lua-5.3.6-r5.ebuild b/dev-lang/lua/lua-5.3.6-r5.ebuild
index 834187d40d16..81af6e5ff3d3 100644
--- a/dev-lang/lua/lua-5.3.6-r5.ebuild
+++ b/dev-lang/lua/lua-5.3.6-r5.ebuild
@@ -63,9 +63,6 @@ src_prepare() {
# upstream does not use libtool, but we do (see bug #336167)
cp "${FILESDIR}/configure.in" "${S}/configure.ac" || die
eautoreconf
-
-   # custom Makefiles
-   copy_sources
 }
 
 src_configure() {

diff --git a/dev-lang/lua/lua-5.4.4-r2.ebuild b/dev-lang/lua/lua-5.4.4-r2.ebuild
index ce5679201998..07805db95066 100644
--- a/dev-lang/lua/lua-5.4.4-r2.ebuild
+++ b/dev-lang/lua/lua-5.4.4-r2.ebuild
@@ -59,9 +59,6 @@ src_prepare() {
# upstream does not use libtool, but we do (see bug #336167)
cp "${FILESDIR}/configure.in" "${S}/configure.ac" || die
eautoreconf
-
-   # custom Makefiles
-   copy_sources
 }
 
 src_configure() {



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

2022-08-30 Thread Jakov Smolić
commit: ceee401d81994f109d8249621dad5ccf058cff9c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Aug 30 18:43:14 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Aug 30 18:43:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceee401d

dev-python/setproctitle: Stabilize 1.3.2 hppa, #867454

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

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

diff --git a/dev-python/setproctitle/setproctitle-1.3.2.ebuild 
b/dev-python/setproctitle/setproctitle-1.3.2.ebuild
index bcbb5ebfbb5d..a66f942b8d4f 100644
--- a/dev-python/setproctitle/setproctitle-1.3.2.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.3.2.ebuild
@@ -17,6 +17,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 distutils_enable_tests pytest



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

2022-08-30 Thread Jakov Smolić
commit: 3ce792cd17158a9bf31d9eac937af9886f63994d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Aug 30 18:43:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Aug 30 18:43:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce792cd

sys-apps/pkgcore: Stabilize 0.12.12 ppc64, #867532

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

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

diff --git a/sys-apps/pkgcore/pkgcore-0.12.12.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.12.ebuild
index e0d3cd8c406d..48417c5b6cf8 100644
--- a/sys-apps/pkgcore/pkgcore-0.12.12.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.12.12.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2022-08-30 Thread Jakov Smolić
commit: f40d4d3952d1cbcd53a1aa35c7102dc129157398
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Aug 30 18:43:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Aug 30 18:43:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40d4d39

dev-python/snakeoil: Stabilize 0.9.12 ppc64, #867532

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

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

diff --git a/dev-python/snakeoil/snakeoil-0.9.12.ebuild 
b/dev-python/snakeoil/snakeoil-0.9.12.ebuild
index 8f114b10d9f7..1d7e0e67de55 100644
--- a/dev-python/snakeoil/snakeoil-0.9.12.ebuild
+++ b/dev-python/snakeoil/snakeoil-0.9.12.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2022-08-30 Thread Jakov Smolić
commit: 3105194dec09ddeaa8eb601897da369e328003a5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Aug 30 18:38:31 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Aug 30 18:38:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3105194d

sci-libs/libdap: Stabilize 3.20.9 amd64, #867529

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

 sci-libs/libdap/libdap-3.20.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libdap/libdap-3.20.9.ebuild 
b/sci-libs/libdap/libdap-3.20.9.ebuild
index 7e2276b04adb..b6195c4a62a5 100644
--- a/sci-libs/libdap/libdap-3.20.9.ebuild
+++ b/sci-libs/libdap/libdap-3.20.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://www.opendap.org/pub/source/${P}.tar.gz;
 
 LICENSE="|| ( LGPL-2.1 URI )"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Jakov Smolić
commit: aca7d22c35d9643c560fda52cac5b22d50eb242b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Aug 30 18:39:59 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Aug 30 18:39:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca7d22c

sci-libs/libdap: Stabilize 3.20.9 x86, #867529

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

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

diff --git a/sci-libs/libdap/libdap-3.20.9.ebuild 
b/sci-libs/libdap/libdap-3.20.9.ebuild
index b6195c4a62a5..65d7d122dae2 100644
--- a/sci-libs/libdap/libdap-3.20.9.ebuild
+++ b/sci-libs/libdap/libdap-3.20.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.opendap.org/pub/source/${P}.tar.gz;
 
 LICENSE="|| ( LGPL-2.1 URI )"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-08-30 Thread Jakov Smolić
commit: e913630b3f9ab80cdecdc500a4c766115c911044
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Aug 30 18:38:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Aug 30 18:38:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e913630b

dev-python/snakeoil: Stabilize 0.9.12 amd64, #867532

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

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

diff --git a/dev-python/snakeoil/snakeoil-0.9.12.ebuild 
b/dev-python/snakeoil/snakeoil-0.9.12.ebuild
index d05664629507..6d4a17380d89 100644
--- a/dev-python/snakeoil/snakeoil-0.9.12.ebuild
+++ b/dev-python/snakeoil/snakeoil-0.9.12.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



<    1   2   3   4   >