[gentoo-commits] repo/gentoo:master commit in: dev-haskell/missingh/

2022-07-29 Thread Sam James
commit: 8da95e7ef4b28a0f58f067c0187ad6ec10cbfdbd
Author: matoro  users  noreply  github  com>
AuthorDate: Sat Jul 30 02:17:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da95e7e

dev-haskell/missingh: revbump 1.4.3.0-r1

https://github.com/gentoo-haskell/gentoo-haskell/commit/e1c12df51a75b53806fe1f35d95fdc43c8289138
https://github.com/gentoo-haskell/gentoo-haskell/commit/3be430feb168f54686a5018d1017d945221b5f1f
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/missingh/metadata.xml  | 18 -
 ...h-1.4.3.0.ebuild => missingh-1.4.3.0-r1.ebuild} | 23 +-
 2 files changed, 23 insertions(+), 18 deletions(-)

diff --git a/dev-haskell/missingh/metadata.xml 
b/dev-haskell/missingh/metadata.xml
index 2139218ddd52..1bea67aa73fb 100644
--- a/dev-haskell/missingh/metadata.xml
+++ b/dev-haskell/missingh/metadata.xml
@@ -1,13 +1,13 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-hask...@gentoo.org
-  
-  
-Use network-3
-  
-  
-jgoerzen/missingh
-  
+   
+   hask...@gentoo.org
+   Gentoo Haskell
+   
+   
+   MissingH is a library of all sorts of utility functions for
+   Haskell programmers.  It is written in pure Haskell and thus 
should
+   be extremely portable and easy to use.
+   
 

diff --git a/dev-haskell/missingh/missingh-1.4.3.0.ebuild 
b/dev-haskell/missingh/missingh-1.4.3.0-r1.ebuild
similarity index 70%
rename from dev-haskell/missingh/missingh-1.4.3.0.ebuild
rename to dev-haskell/missingh/missingh-1.4.3.0-r1.ebuild
index 102bc03f9c1d..a307a2039f37 100644
--- a/dev-haskell/missingh/missingh-1.4.3.0.ebuild
+++ b/dev-haskell/missingh/missingh-1.4.3.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 # ebuild generated by hackport 0.6.4.
-#hackport: flags: network--ge-3-0-0:network-3
+#hackport: flags: +network--ge-3-0-0
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
@@ -18,8 +18,7 @@ 
SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="+network-3"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux"
 
 RESTRICT=test # tests are present for removed modules
 
@@ -28,12 +27,11 @@ RDEPEND=">=dev-haskell/hslogger-1.3.0.0:=[profile?] 
=dev-haskell/old-locale-1.0:=[profile?] 
=dev-haskell/old-time-1.1:=[profile?] 
=dev-haskell/parsec-3.1:=[profile?] =dev-haskell/random-1.0.1.1:=[profile?] 
=dev-haskell/regex-compat-0.95.1:=[profile?] 
=dev-lang/ghc-7.4.1:=
-   network-3? ( >=dev-haskell/network-3.0:=[profile?] 
=dev-haskell/network-bsd-2.8.1:=[profile?] 
=dev-haskell/network-2.6.3.1:=[profile?] 
=dev-haskell/network-3.0:=[profile?] 
=dev-haskell/network-bsd-2.8.1:=[profile?] 
= 4.5.0.0 && < 4.15' 'base
>= 4.5.0.0' \
+   'random  >= 1.0.1.1 && < 1.2' 'random'
+}
+
 src_configure() {
haskell-cabal_src_configure \
-   $(cabal_flag network-3 network--ge-3_0_0)
+   --flag=network--ge-3_0_0
 }



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/errorcall-eq-instance/

2022-07-29 Thread Sam James
commit: 6ebe7a2eea81e0989bca37b6450c816dab22f4f6
Author: matoro  users  noreply  github  com>
AuthorDate: Sat Jul 30 02:13:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ebe7a2e

dev-haskell/errorcall-eq-instance: keyword 0.3.0 for ~ppc64

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

 dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild 
b/dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild
index e63ef2b19c3e..5161103f2505 100644
--- a/dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild
+++ b/dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-haskell/base-orphans:=[profile?]



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

2022-07-29 Thread Sam James
commit: 447dd8d671da49bf2bfb6e86941bdc3e2982c258
Author: matoro  users  noreply  github  com>
AuthorDate: Sat Jul 30 03:12:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447dd8d6

dev-haskell/http-common: add 0.8.3.4, drop 0.8.2.1

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

 dev-haskell/http-common/Manifest |  2 +-
 ...-common-0.8.2.1.ebuild => http-common-0.8.3.4.ebuild} | 16 
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-haskell/http-common/Manifest b/dev-haskell/http-common/Manifest
index b851c99853a5..4d047f0726fa 100644
--- a/dev-haskell/http-common/Manifest
+++ b/dev-haskell/http-common/Manifest
@@ -1 +1 @@
-DIST http-common-0.8.2.1.tar.gz 9413 BLAKE2B 
0e79e29f277902ac188ff2ba962f9bd3ad99d21f70a9f9f9e6ad5951d9af353110dd1a7519f77d0fb593aa965cdfd08be8abc01b27ce9fcc82e37a696dc790ca
 SHA512 
da165d118575f1958c300c2b389b28cd4e0d720be79e776b5e72444b30b7b0369f336d44283d8b71c7758c1405e64a13e5591971da2e6b29cf7786233f2e04dc
+DIST http-common-0.8.3.4.tar.gz 10268 BLAKE2B 
166ae57320b72198b60f97c766546155149ac40efe17a8f28cf5e9b757d352f2872f2fb5b2b3f5b7f2bd7692bdfc997f489dddca8e396ad3c043ddc21eeedba4
 SHA512 
8b344d80ecd5cf54eed44e281dadda0be401f88af7def443d172c3bde9c702e5137f09ab4bf3695e43ef6598508e94e80c12989568ca0c876d68479d553ee876

diff --git a/dev-haskell/http-common/http-common-0.8.2.1.ebuild 
b/dev-haskell/http-common/http-common-0.8.3.4.ebuild
similarity index 70%
rename from dev-haskell/http-common/http-common-0.8.2.1.ebuild
rename to dev-haskell/http-common/http-common-0.8.3.4.ebuild
index e0fe46eedcb0..33969bd87820 100644
--- a/dev-haskell/http-common/http-common-0.8.2.1.ebuild
+++ b/dev-haskell/http-common/http-common-0.8.3.4.ebuild
@@ -1,31 +1,31 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-# ebuild generated by hackport 0.6.6.
+# ebuild generated by hackport 0.7.
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="Common types for HTTP clients and servers"
-HOMEPAGE="https://github.com/istathar/http-common;
+HOMEPAGE="https://github.com/aesiniath/http-common;
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~ppc64 ~x86"
 
 RDEPEND="dev-haskell/base64-bytestring:=[profile?]
dev-haskell/blaze-builder:=[profile?]
dev-haskell/case-insensitive:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/network:=[profile?]
+   dev-haskell/random:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/unordered-containers:=[profile?]
-   >=dev-lang/ghc-7.8.2:=
+   >=dev-lang/ghc-8.4.3:=
 "
 DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.24
+   >=dev-haskell/cabal-2.2.0.1
 "



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/texmath/

2022-07-29 Thread Sam James
commit: 8672aae65ae1e19d207b3cb90febf4d3af6f7358
Author: matoro  users  noreply  github  com>
AuthorDate: Sat Jul 30 02:08:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8672aae6

dev-haskell/texmath: drop 0.12.2

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

 dev-haskell/texmath/Manifest  |  1 -
 dev-haskell/texmath/metadata.xml  | 17 -
 dev-haskell/texmath/texmath-0.12.2.ebuild | 41 ---
 3 files changed, 59 deletions(-)

diff --git a/dev-haskell/texmath/Manifest b/dev-haskell/texmath/Manifest
index 7d0c8ea0fbd6..6cf32390f95c 100644
--- a/dev-haskell/texmath/Manifest
+++ b/dev-haskell/texmath/Manifest
@@ -1,2 +1 @@
-DIST texmath-0.12.2.tar.gz 1807359 BLAKE2B 
31da9ba7186eb9140c2fe70ba7011e91c00c290ef4b099197cdfb81ee2b992bae73756973b77d6920cabadef71739eb7208136fd2a589f9b81a6afaa338b296b
 SHA512 
89f3dc5c1042980abf06f1e4d3ca6806922f2094c6d7ec2cc1e4673ac16a7aaf73693c5fa5526eac96d6f9f5c2f894f2341295bacebb7216ef49eb8be7cc0424
 DIST texmath-0.12.5.1.tar.gz 1606982 BLAKE2B 
a58e033176a6a9ba136590b8403d577c24c84cab983a6ee53ba2ae4564c05b681a31859aa066a3cb5aa3b18b07eaee9266964018abc8c30cc9288df15160d8f4
 SHA512 
77f3b008b82a8a1946108f8bb948d5d43121bffe2b2e0cc8eb404884fa4c960bff07d7c8a5c75d5cce53d4039a8e6edd190fc69f5ad4da5b41212751f897

diff --git a/dev-haskell/texmath/metadata.xml b/dev-haskell/texmath/metadata.xml
index 7364f9dbea9b..1d9d8b67315e 100644
--- a/dev-haskell/texmath/metadata.xml
+++ b/dev-haskell/texmath/metadata.xml
@@ -5,25 +5,8 @@
hask...@gentoo.org
Gentoo Haskell

-   
-   The texmathml library provides functions to convert LaTeX
-   math formulas to presentation MathML. It supports
-   basic LaTeX and AMS extensions, and it can parse and
-   apply LaTeX macros.
-   
-   Use the @test@ flag to install a standalone executable,
-   @texmath@, that reads a LaTeX formula from @stdin@ and
-   writes MathML to @stdout@.
-   
-   Use the @cgi@ flag to install a cgi script,
-   @texmath-cgi@.
-   

Compile test executable.
-   Get Network.URI from the network-uri 
package.
Compile webserver.

-   
-   jgm/texmath
-   
 

diff --git a/dev-haskell/texmath/texmath-0.12.2.ebuild 
b/dev-haskell/texmath/texmath-0.12.2.ebuild
deleted file mode 100644
index e4edd72795d8..
--- a/dev-haskell/texmath/texmath-0.12.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.7.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Conversion between formats used to represent mathematics"
-HOMEPAGE="https://github.com/jgm/texmath;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="executable +network-uri"
-
-RDEPEND="dev-haskell/mtl:=[profile?]
-   >=dev-haskell/pandoc-types-1.20:=[profile?] 
=dev-haskell/parsec-3:=[profile?]
-   >=dev-haskell/syb-0.4.2:=[profile?] =dev-lang/ghc-8.4.3:=
-   executable? ( dev-haskell/aeson:=[profile?]
-   network-uri? ( 
>=dev-haskell/network-uri-2.6:=[profile?] )
-   !network-uri? ( 

[gentoo-commits] repo/gentoo:master commit in: www-apps/ikiwiki/

2022-07-29 Thread Sam James
commit: 2b6b74d55e24347c68a13e4b4ad40281beaf07c2
Author: matoro  users  noreply  github  com>
AuthorDate: Sat Jul 30 01:53:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6b74d5

www-apps/ikiwiki: keyword 3.20200202.3 for ~ppc64

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

 www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild 
b/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild
index e93412259813..4fbd6a7663dd 100644
--- a/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild
+++ b/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/ikiwiki-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="extras minimal test"
 RESTRICT="!test? ( test )"
 



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

2022-07-29 Thread Sam James
commit: dcafe5130522eb69e56c84afe19cdd1f82700706
Author: matoro  users  noreply  github  com>
AuthorDate: Sat Jul 30 02:51:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcafe513

dev-vcs/git-annex: keyword 10.20220624 for ~ppc64

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

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

diff --git a/dev-vcs/git-annex/git-annex-10.20220624.ebuild 
b/dev-vcs/git-annex/git-annex-10.20220624.ebuild
index 23fbd1f88474..3104cec95ee0 100644
--- a/dev-vcs/git-annex/git-annex-10.20220624.ebuild
+++ b/dev-vcs/git-annex/git-annex-10.20220624.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://git-annex.branchable.com/;
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux"
 IUSE="+assistant +benchmark +dbus debug doc +gitlfs +magicmime +pairing 
+torrentparser +webapp"
 
 RDEPEND="dev-haskell/aeson:=



[gentoo-commits] repo/gentoo:master commit in: dev-perl/LWPx-ParanoidAgent/

2022-07-29 Thread Sam James
commit: 1da9e81191d6671fc582125ae8b528bb5c4ccda5
Author: matoro  users  noreply  github  com>
AuthorDate: Mon Jul 25 05:43:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da9e811

dev-perl/LWPx-ParanoidAgent: keyword 1.120.0-r1 for ~ppc64

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

 dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.120.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.120.0-r1.ebuild 
b/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.120.0-r1.ebuild
index b9edccec2a3b..cb1324d33a8f 100644
--- a/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.120.0-r1.ebuild
+++ b/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.120.0-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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Subclass of LWP::UserAgent that protects you from harm"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 RDEPEND="
dev-perl/libwww-perl



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

2022-07-29 Thread Sam James
commit: 11b9b74c2d579cce16fdba2ced8276f4b8ebf8ae
Author: matoro  users  noreply  github  com>
AuthorDate: Sat Jul 30 01:57:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b9b74c

dev-vcs/git-annex: add 10.20220624, drop 8.20200810

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

 dev-vcs/git-annex/Manifest |  2 +-
 .../git-annex-8.20210330-persistent-2.12.patch | 28 +
 ...0200810.ebuild => git-annex-10.20220624.ebuild} | 68 --
 dev-vcs/git-annex/metadata.xml | 26 +
 4 files changed, 54 insertions(+), 70 deletions(-)

diff --git a/dev-vcs/git-annex/Manifest b/dev-vcs/git-annex/Manifest
index 7306f3571bc6..c503006cabac 100644
--- a/dev-vcs/git-annex/Manifest
+++ b/dev-vcs/git-annex/Manifest
@@ -1 +1 @@
-DIST git-annex-8.20200810.tar.gz 1312890 BLAKE2B 
63226ee6b2150dd48dae3e52e70502e64e89d73185500c1cea201f2be98760ed9b3cd173b75b5603b49ca63f316163273a7c6d7eaddd68e548d903c845925713
 SHA512 
e6a4ad3169582f65284218c75f2679105a52d2f22310b10436796c439e031c5ad6f4d2dff1772f4cfc670d8956ae4a68d4d98e1dabd48bf06bcafda97676321f
+DIST git-annex-10.20220624.tar.gz 1426982 BLAKE2B 
fa3a105f9677c51dfb1a44984ac80a377380ff5e2c69486f6f213fcb709c2280c66b8d856f004016f97751abea3faeca8756663c0af19616ed237d8e4d9d25f9
 SHA512 
4269c3408c9368283ab280c7231953ad95687b5ff84c1e9cb725d5ed6eb4da9384c48de33e4265d2fd8b1352eea47bffaac7d335d2c998149555b050f80a75af

diff --git a/dev-vcs/git-annex/files/git-annex-8.20210330-persistent-2.12.patch 
b/dev-vcs/git-annex/files/git-annex-8.20210330-persistent-2.12.patch
new file mode 100644
index ..977e5931f5f4
--- /dev/null
+++ b/dev-vcs/git-annex/files/git-annex-8.20210330-persistent-2.12.patch
@@ -0,0 +1,28 @@
+--- a/Database/Handle.hs
 b/Database/Handle.hs
+@@ -26,7 +26,7 @@ import qualified Database.Sqlite as Sqlite
+ import Control.Monad
+ import Control.Monad.IO.Class (liftIO)
+ import Control.Monad.IO.Unlift (MonadUnliftIO, withRunInIO)
+-import Control.Monad.Logger (MonadLogger)
++import Control.Monad.Logger (MonadLogger, askLoggerIO, MonadLoggerIO)
+ import Control.Concurrent
+ import Control.Concurrent.Async
+ import Control.Exception (throwIO, BlockedIndefinitelyOnMVar(..))
+@@ -246,6 +246,7 @@ runSqliteRobustly tablename db a = do
+ withSqlConnRobustly
+   :: (MonadUnliftIO m
+   , MonadLogger m
++  , MonadLoggerIO m
+   , IsPersistBackend backend
+   , BaseBackend backend ~ SqlBackend
+   , BackendCompatible SqlBackend backend
+@@ -254,7 +255,7 @@ withSqlConnRobustly
+   -> (backend -> m a)
+   -> m a
+ withSqlConnRobustly open f = do
+-  logFunc <- askLogFunc
++  logFunc <- askLoggerIO
+   withRunInIO $ \run -> bracket
+   (open logFunc)
+   closeRobustly

diff --git a/dev-vcs/git-annex/git-annex-8.20200810.ebuild 
b/dev-vcs/git-annex/git-annex-10.20220624.ebuild
similarity index 70%
rename from dev-vcs/git-annex/git-annex-8.20200810.ebuild
rename to dev-vcs/git-annex/git-annex-10.20220624.ebuild
index c80e75b51846..23fbd1f88474 100644
--- a/dev-vcs/git-annex/git-annex-8.20200810.ebuild
+++ b/dev-vcs/git-annex/git-annex-10.20220624.ebuild
@@ -1,28 +1,27 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-# ebuild generated by hackport 0.6.6.
-#hackport: flags: -production,-android,-androidsplice,-testsuite
+# ebuild generated by hackport 0.7.1.2.
+#hackport: flags: -production,-android,-androidsplice,-testsuite,+networkbsd
 
 CABAL_FEATURES=""
 inherit haskell-cabal bash-completion-r1 desktop
 
 DESCRIPTION="manage files with git, without checking their contents into git"
-HOMEPAGE="http://git-annex.branchable.com/;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+HOMEPAGE="https://git-annex.branchable.com/;
 
 LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="+assistant benchmark +dbus debuglocks doc +gitlfs +httpclientrestricted 
+magicmime +networkbsd +pairing +s3 +torrentparser +webapp +webdav" # NOTE: add 
local USE flag 'doc' when bumping
-
-RESTRICT=test
+IUSE="+assistant +benchmark +dbus debug doc +gitlfs +magicmime +pairing 
+torrentparser +webapp"
 
 RDEPEND="dev-haskell/aeson:=
+   >=dev-haskell/ansi-terminal-0.9:=
dev-haskell/async:=
-   dev-haskell/attoparsec:=
+   >=dev-haskell/attoparsec-0.13.2.2:=
+   >=dev-haskell/aws-0.20:=
>=dev-haskell/bloomfilter-2.0.0:=
dev-haskell/byteable:=
dev-haskell/case-insensitive:=
@@ -32,15 +31,15 @@ RDEPEND="dev-haskell/aeson:=
dev-haskell/crypto-api:=
>=dev-haskell/cryptonite-0.23:=
dev-haskell/data-default:=
+   >=dev-haskell/dav-1.0:=
dev-haskell/disk-free-space:=

[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Atom/

2022-07-29 Thread Sam James
commit: b1ee8a82cef14404f528459d37730b50979f9670
Author: matoro  users  noreply  github  com>
AuthorDate: Mon Jul 25 04:31:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ee8a82

dev-perl/XML-Atom: keyword 0.430.0 for ~ppc64

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

 dev-perl/XML-Atom/XML-Atom-0.430.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-Atom/XML-Atom-0.430.0.ebuild 
b/dev-perl/XML-Atom/XML-Atom-0.430.0.ebuild
index ad227c08c97f..fce76c9d8a61 100644
--- a/dev-perl/XML-Atom/XML-Atom-0.430.0.ebuild
+++ b/dev-perl/XML-Atom/XML-Atom-0.430.0.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Atom feed and API implementation"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 RDEPEND="
dev-perl/Class-Data-Inheritable



[gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Authen-Wsse/

2022-07-29 Thread Sam James
commit: 735b65b3baa41493107373637fe600ac657112f9
Author: matoro  users  noreply  github  com>
AuthorDate: Mon Jul 25 04:30:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735b65b3

dev-perl/LWP-Authen-Wsse: keyword 0.50.0-r2 for ~ppc64

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

 dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r2.ebuild 
b/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r2.ebuild
index 0e17a61d2f66..5a4869e1f7b5 100644
--- a/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r2.ebuild
+++ b/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r2.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Library for enabling X-WSSE authentication in LWP"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 RDEPEND="
virtual/perl-MIME-Base64



[gentoo-commits] repo/gentoo:master commit in: dev-perl/URI-Fetch/

2022-07-29 Thread Sam James
commit: aa9c8865c718dc33d312ee3a5e4b5670fbb0a87e
Author: matoro  users  noreply  github  com>
AuthorDate: Mon Jul 25 04:26:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9c8865

dev-perl/URI-Fetch: keyword 0.150.0 for ~ppc64

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

 dev-perl/URI-Fetch/URI-Fetch-0.150.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/URI-Fetch/URI-Fetch-0.150.0.ebuild 
b/dev-perl/URI-Fetch/URI-Fetch-0.150.0.ebuild
index 40db4743e9f9..cd8b8a16c026 100644
--- a/dev-perl/URI-Fetch/URI-Fetch-0.150.0.ebuild
+++ b/dev-perl/URI-Fetch/URI-Fetch-0.150.0.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Smart URI fetching/caching"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Feed/

2022-07-29 Thread Sam James
commit: 0bfcc20fceaae00f7f586c3cd3afd5d344ec0018
Author: matoro  users  noreply  github  com>
AuthorDate: Mon Jul 25 04:40:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bfcc20f

dev-perl/XML-Feed: keyword 0.630.0 for ~ppc64

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

 dev-perl/XML-Feed/XML-Feed-0.630.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-Feed/XML-Feed-0.630.0.ebuild 
b/dev-perl/XML-Feed/XML-Feed-0.630.0.ebuild
index cc791daf85d1..21fc35a19519 100644
--- a/dev-perl/XML-Feed/XML-Feed-0.630.0.ebuild
+++ b/dev-perl/XML-Feed/XML-Feed-0.630.0.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 @@ inherit perl-module
 DESCRIPTION="Syndication feed parser and auto-discovery"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE="minimal"
 
 RDEPEND="



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

2022-07-29 Thread Sam James
commit: fe7076057b01538ca85dc78f3f1063cba39d3eca
Author: matoro  users  noreply  github  com>
AuthorDate: Sat Jul 30 01:56:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe707605

dev-haskell/git-lfs: add 1.2.0, drop 1.1.2

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

 dev-haskell/git-lfs/Manifest   | 2 +-
 dev-haskell/git-lfs/{git-lfs-1.1.2.ebuild => git-lfs-1.2.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/git-lfs/Manifest b/dev-haskell/git-lfs/Manifest
index bec76febbc89..a4c299b03043 100644
--- a/dev-haskell/git-lfs/Manifest
+++ b/dev-haskell/git-lfs/Manifest
@@ -1 +1 @@
-DIST git-lfs-1.1.2.tar.gz 16802 BLAKE2B 
d183dbaaa4cb72dd500b43d75ad3769847c9278adc0eda33679f51a746753d81cea253ddece5ef84172cedaa0e7410c3065ea293c7fcc869e95312401602b2db
 SHA512 
ea4b72dc33a1e7012be984bdca34f45767db6da3ae4e5190addc05a81fffe1f78f25d650b633ac911f28057e6f62cb99fcaa7992fbe9a20dcf4b4e475d7d62a0
+DIST git-lfs-1.2.0.tar.gz 17277 BLAKE2B 
6f9fb460dc7413e5a8a89a560f437a986c6d9cd140d1c4479cb1a8becd2aa478575261d83a3889167d26fe004a59af7b9c9364f3e2a2e15f08e22630b9d004fb
 SHA512 
13d8c3c7c9844e935af278b4b6dc477b4ef069a3b61a5fea5bf28aadbd3ca4b475aa23701fe7be8a9468af78771d1fabda3e74c5d4b9a3fbb77ee8b803198f65

diff --git a/dev-haskell/git-lfs/git-lfs-1.1.2.ebuild 
b/dev-haskell/git-lfs/git-lfs-1.2.0.ebuild
similarity index 100%
rename from dev-haskell/git-lfs/git-lfs-1.1.2.ebuild
rename to dev-haskell/git-lfs/git-lfs-1.2.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2022-07-29 Thread Daniel Pielmeier
commit: 08a0f0641741b507e15df9386f8b63a8e4b82b5f
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Jul 30 05:48:53 2022 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Jul 30 05:51:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a0f064

net-print/hplip: Version bump. Use udev reload.

Closes: https://bugs.gentoo.org/861881
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip/Manifest | 1 +
 net-print/hplip/hplip-3.22.4.ebuild  | 4 
 net-print/hplip/{hplip-3.22.4.ebuild => hplip-3.22.6.ebuild} | 4 
 3 files changed, 9 insertions(+)

diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
index fbb227c9d8da..397f71b0c95a 100644
--- a/net-print/hplip/Manifest
+++ b/net-print/hplip/Manifest
@@ -1,3 +1,4 @@
 DIST hplip-3.22.2-patches-1.tar.xz 17564 BLAKE2B 
df4d3c71679000febe68730fd88c81a82283874200d86934318b602fc1fb51f6d90a42effb5fbfef38a98ef6a150f9dc139ca3edeb519d9ac11f98ba7ef7ec63
 SHA512 
df3716b59bbdd87696900f111d3a0c7d27a474826d343503af43bb625f0796696ffdd24383564f5ff3e600f7ae8f5092700ffc9d130b6d5f812750c8856f6ef8
 DIST hplip-3.22.2.tar.gz 27341972 BLAKE2B 
d262307430b5a4ca05f2a58cdadc212e93b73141906c0852a2b9b2ced33b942dbec6d9f2fc1f79773d3d37a9d71f37b5fe457ba574d7bf826cd3afeb80d4f05d
 SHA512 
9cde954a11bae2e2ad6120d8fe103ab52409c906dde4c1e82fa7a9e5e265e0a71e0578e3117a8b4508e2c7c87f05052d32b14b39b89e3e59baf7a4055ac5579f
 DIST hplip-3.22.4.tar.gz 27479009 BLAKE2B 
6446cecad6a9dea4685874da4879b604ad5c68842783741e8ee87b5cf957a8cc69269ced0a4fa40077abcc35fd0cd8f0103f90e02f1a1244a28617dfd0cd4036
 SHA512 
8c71a7c87b8e6203dbd9c7d86fc3b926474046c69f00fae1e0f87e057f17ff17184b3c4f8b8d4c14495208b21990cbc1acb08c36d96c96749ab1707922c31923
+DIST hplip-3.22.6.tar.gz 29331408 BLAKE2B 
7f2bc09ab2d7950d8e84b4c23d35fd5370ddc51d1d61c674fad0ce1667f8ecf9c25e0b57c155b688d932db583d3c6af528da86348ebe64ce8da9c8d051b2be34
 SHA512 
cb25c07c767d3d8921468429ef154401a4df9d2fdf87ead3ab18f0d06e1bd3de610843b8131641a1af8d920c7e15e290a0923405bf609cdc0a3fba9df93ddb5e

diff --git a/net-print/hplip/hplip-3.22.4.ebuild 
b/net-print/hplip/hplip-3.22.4.ebuild
index 4d98b5009959..adf5ee96e5af 100644
--- a/net-print/hplip/hplip-3.22.4.ebuild
+++ b/net-print/hplip/hplip-3.22.4.ebuild
@@ -284,3 +284,7 @@ pkg_postinst() {
udev_reload
readme.gentoo_print_elog
 }
+
+pkg_postrm() {
+   udev_reload
+}

diff --git a/net-print/hplip/hplip-3.22.4.ebuild 
b/net-print/hplip/hplip-3.22.6.ebuild
similarity index 99%
copy from net-print/hplip/hplip-3.22.4.ebuild
copy to net-print/hplip/hplip-3.22.6.ebuild
index 4d98b5009959..adf5ee96e5af 100644
--- a/net-print/hplip/hplip-3.22.4.ebuild
+++ b/net-print/hplip/hplip-3.22.6.ebuild
@@ -284,3 +284,7 @@ pkg_postinst() {
udev_reload
readme.gentoo_print_elog
 }
+
+pkg_postrm() {
+   udev_reload
+}



[gentoo-commits] proj/gentoo-functions: New tag: 0.17

2022-07-29 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:48:13 2022 +

New tag: 0.17




[gentoo-commits] proj/gentoo-functions:master commit in: /

2022-07-29 Thread Sam James
commit: 44c2ebb24e53bbf8c8848072cbe3b66471f883df
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Sep 23 18:38:29 2017 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:46:33 2022 +
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=44c2ebb2

functions.sh: Don't hardcode escape seqences for ENDCOL

Similar to handling of colors, this should make use of tput,
rather than sending unknown escape sequences to dumb terminals.

Bug: https://bugs.gentoo.org/631870
Signed-off-by: Ulrich Müller  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 functions.sh | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/functions.sh b/functions.sh
index a5f3bfd..acce989 100644
--- a/functions.sh
+++ b/functions.sh
@@ -429,10 +429,12 @@ COLS="${COLUMNS:-0}"# bash's internal COLUMNS 
variable
 [ -z "${COLS}" ] && COLS=80
 [ "${COLS}" -gt 0 ] || COLS=80 # width of [ ok ] == 7
 
-if yesno "${RC_ENDCOL}"; then
-   ENDCOL='\033[A\033['$(( COLS - 8 ))'C'
-else
+if ! yesno "${RC_ENDCOL}"; then
ENDCOL=''
+elif command -v tput >/dev/null 2>&1; then
+   ENDCOL="$(tput cuu1)$(tput cuf $(( COLS - 8 )) )"
+else
+   ENDCOL='\033[A\033['$(( COLS - 8 ))'C'
 fi
 
 # Setup the colors so our messages all look pretty



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

2022-07-29 Thread Michał Górny
commit: 513b73b6463a67f8b77e141a24f5947b199709c6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 30 05:46:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 30 05:46:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513b73b6

dev-python/nodeenv: Remove old

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

 dev-python/nodeenv/Manifest |  1 -
 dev-python/nodeenv/nodeenv-1.6.0.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/nodeenv/Manifest b/dev-python/nodeenv/Manifest
index 63d22456e84f..8954876560a5 100644
--- a/dev-python/nodeenv/Manifest
+++ b/dev-python/nodeenv/Manifest
@@ -1,2 +1 @@
-DIST nodeenv-1.6.0.tar.gz 35407 BLAKE2B 
b952fa95787b02353ff01c27a3e4b692c0cb27954e99af4c4aec682c00692bf3e509947ffd378639dcfdcb2d8077e1b2679f56cef7818997a13a31f882251a2a
 SHA512 
abf4fe55ba478570a32ff3bb24fc3c60ba2d100822f8295c4c55c301ccdff2dc2d20ef76990ea3ac203e30db8a1e85f3ef2df671f87c0cf7305cf1aeb788efdd
 DIST nodeenv-1.7.0.gh.tar.gz 36209 BLAKE2B 
ff5853c04f9c442ffee883f7c981e574704c4ccbb37a8627257c4c7af3c86d70034a2e62b4bc6f4e7c6da32e0edb4f5b9216bf288f47991d9b42f21be454634f
 SHA512 
1e3e4068591d51d8915de73ab0f82f04620ca628152ec5a454e7ad18001ff20b698f9818353c44b80200ab529d95fa3196a3dbc85f0c497ea49f60eaa5dc9ea7

diff --git a/dev-python/nodeenv/nodeenv-1.6.0.ebuild 
b/dev-python/nodeenv/nodeenv-1.6.0.ebuild
deleted file mode 100644
index fd34280955b3..
--- a/dev-python/nodeenv/nodeenv-1.6.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Node.js virtual environment builder"
-HOMEPAGE="https://github.com/ekalinin/nodeenv;
-SRC_URI="https://github.com/ekalinin/nodeenv/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
-
-# requires network access
-RESTRICT="test"



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

2022-07-29 Thread Michał Górny
commit: 201719d77eef15082e053b592a5271874da7999e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 30 05:46:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 30 05:46:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201719d7

dev-python/suds-community: Remove old

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

 dev-python/suds-community/Manifest |  1 -
 .../suds-community/suds-community-1.1.1.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-python/suds-community/Manifest 
b/dev-python/suds-community/Manifest
index e21933e8f839..ecae0d478968 100644
--- a/dev-python/suds-community/Manifest
+++ b/dev-python/suds-community/Manifest
@@ -1,2 +1 @@
-DIST suds-community-1.1.1.tar.gz 284934 BLAKE2B 
9df1a5f6b4dd2ca060c639147a090cef6a194f275706e03a3fdafa46c4d18b890f7c94249db8db6202e95abea71948e0c42fe42f14f659ca14bb0aca11b4b5f5
 SHA512 
9b343d704b2db123ff44685fb03da8f6912cefb32d38e9b79f9f84aeebff32ba26936a0f70a6121628c6f2c5388e94d380f08ed546f55fbf84fdc8e4fdbd3d0a
 DIST suds-community-1.1.2.tar.gz 285409 BLAKE2B 
6cf047bb6fa6aed147fa519fee4300f52195c94a409aaa769feffaaf4d43552a566efb0162e440092c3dcb8ec21cf441325db449e5417b81a5f859133a078b83
 SHA512 
9f26ebbf36fcbd915281f3c3afd4ea776ca409ede4ba9e487b746ef4e527171ee2fdb44075100d52b5bba0658fafec817eea2cbf64b8d2851bdc974aee430d57

diff --git a/dev-python/suds-community/suds-community-1.1.1.ebuild 
b/dev-python/suds-community/suds-community-1.1.1.ebuild
deleted file mode 100644
index 3e6e1382baab..
--- a/dev-python/suds-community/suds-community-1.1.1.ebuild
+++ /dev/null
@@ -1,31 +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_REQ_USE="xml(+)"
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Lightweight SOAP client"
-HOMEPAGE="
-   https://github.com/suds-community/suds/
-   https://pypi.org/project/suds-community/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-
-DOCS=( README.md notes/. )
-
-BDEPEND="
-   test? (
-   dev-python/six[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/

2022-07-29 Thread Ulrich Müller
commit: f07d8c2922f8a721fcd4afcdf1dfe687929cbc9e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul 30 05:37:13 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul 30 05:37:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07d8c29

app-emacs/nxml-gentoo-schemas: add 20220730

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

 app-emacs/nxml-gentoo-schemas/Manifest |  1 +
 .../nxml-gentoo-schemas-20220730.ebuild| 24 ++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest 
b/app-emacs/nxml-gentoo-schemas/Manifest
index 9fb5d438b3c2..51e7a43e8416 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1 +1,2 @@
 DIST nxml-gentoo-schemas-20220525.tar.xz 8836 BLAKE2B 
5506f976b43218d5bb85ae96c31137c51691cef5f3a524d4214584cc0cb1dae26f45b97d636c8361ec06e7bff5cbf2337b8ed82795aba72dd079127db2238ece
 SHA512 
7df23a9d73a09fc26c6e38665d28c3b633d371bf9c84d56b9318045d80ccab23c3b9c115d68efd6733b9048918118612a05405a1a590b41eac4fb7405746b34e
+DIST nxml-gentoo-schemas-20220730.tar.xz 8856 BLAKE2B 
7c08bd09242a30998d6dd535b5143bb920aebaaf209f9acbac734fec258d08711945d58322912f455ef251d59df7f6bad8bec8a758065d67c63cd9dc926950f6
 SHA512 
91c2183acb3d435e5deca67cb0e9c14fb0af1795a490c8f35076442dcf7f49bff419e3f74d3a34f5790faafd68c643e152ff292c0e994e6ec8f34e4f74efa3fd

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild 
b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
new file mode 100644
index ..b17eee1c1d08
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/;
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
+
+LICENSE="MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+   insinto "${SITEETC}/${PN}"
+   doins schemas.xml *.rnc
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}



[gentoo-commits] proj/nxml-gentoo-schemas: New tag: nxml-gentoo-schemas-20220730

2022-07-29 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul 30 05:36:33 2022 +

New tag: nxml-gentoo-schemas-20220730




[gentoo-commits] proj/nxml-gentoo-schemas:master commit in: /

2022-07-29 Thread Ulrich Müller
commit: c683fef315b2a153c2d9da9f111f5bcf42d8bb39
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul 30 05:30:59 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul 30 05:30:59 2022 +
URL:
https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=c683fef3

metadata.rnc: Update from DTD

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

 metadata.rnc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/metadata.rnc b/metadata.rnc
index f815278..a8a0810 100644
--- a/metadata.rnc
+++ b/metadata.rnc
@@ -99,6 +99,7 @@ attlist.remote-id &=
 | "github"
 | "gitlab"
 | "google-code"
+| "hackage"
 | "heptapod"
 | "launchpad"
 | "osdn"
@@ -107,6 +108,7 @@ attlist.remote-id &=
 | "pypi"
 | "rubygems"
 | "sourceforge"
+| "sourcehut"
 | "vim"
   }
 # category/package information for cross-linking in descriptions



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

2022-07-29 Thread Yixun Lan
commit: 809a9adf0446dae80501ba05235f0f94022ca9d8
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jul 30 05:20:00 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Jul 30 05:21:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809a9adf

media-gfx/fbida: keyword 2.14-r3 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

 media-gfx/fbida/fbida-2.14-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/fbida/fbida-2.14-r3.ebuild 
b/media-gfx/fbida/fbida-2.14-r3.ebuild
index 26920f5b7089..2ab410867ab3 100644
--- a/media-gfx/fbida/fbida-2.14-r3.ebuild
+++ b/media-gfx/fbida/fbida-2.14-r3.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
@@ -12,7 +12,7 @@ SRC_URI="
 "
 LICENSE="GPL-2 IJG"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="curl fbcon ghostscript +gif lirc +png scanner +tiff X +webp"
 REQUIRED_USE="
ghostscript? ( tiff )



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

2022-07-29 Thread Yixun Lan
commit: 40f40f85ca43ec85befde4b0c4154f72405ba7cd
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jul 30 05:20:50 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Jul 30 05:21:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f40f85

x11-misc/xscreensaver: keyword 6.04 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/x11-misc/xscreensaver/xscreensaver-6.04.ebuild 
b/x11-misc/xscreensaver/xscreensaver-6.04.ebuild
index 630db4ff3676..36935a41808b 100644
--- a/x11-misc/xscreensaver/xscreensaver-6.04.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-6.04.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://www.jwz.org/xscreensaver/${P}.tar.gz;
 #   SpecialElite.ttf -- Apache-2.0
 LICENSE="BSD fonts? ( MIT Apache-2.0 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="elogind fonts +gdk-pixbuf gdm gles glx +gtk jpeg +locking new-login 
offensive opengl pam +perl +png selinux suid systemd +xft xinerama"
 REQUIRED_USE="
gdk-pixbuf? ( gtk )



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/wreq/

2022-07-29 Thread Sam James
commit: e587868b51a1d475be34e2d74d5cbf3dc065d0ba
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:46:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e587868b

dev-haskell/wreq: add 0.5.3.3

Closes: https://bugs.gentoo.org/861188
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/wreq/Manifest|  1 +
 dev-haskell/wreq/wreq-0.5.3.3.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/dev-haskell/wreq/Manifest b/dev-haskell/wreq/Manifest
index 8a75bfc17d78..dcd50787f9b9 100644
--- a/dev-haskell/wreq/Manifest
+++ b/dev-haskell/wreq/Manifest
@@ -1 +1,2 @@
 DIST wreq-0.5.3.2.tar.gz 57521 BLAKE2B 
2265e7f8abe371371d079f735d61917c0efa5b78e2d3e8965e3b720a94e89b3a7ae05824f54d6fe765c643ed81f506b12694355b0bf1d7b4c2e9198d08c2317c
 SHA512 
5a2c62b973758cb8ce2bf20504e328090896fa25e7ee1f77b472d7cf5156e08b6d85bf4341ff45e44db1724070fcf3c0f21037fa0a79211a1767024328f7c779
+DIST wreq-0.5.3.3.tar.gz 57561 BLAKE2B 
31849f85b612d4f15c9a50f7e180850b7270c854bc86fc447880ca5740fb4acbd2acbddd65ec2b279180615616b0aac5332d0d352d412ee5665e8e2824fbcde3
 SHA512 
f074790cf3370d9356efbf5aeabb7421d59299471e02d93010453bb6f4e8daee517fcdf6891245272a9b08a35bc7b1b2233b75825ec377f6403c99cf91041f2e

diff --git a/dev-haskell/wreq/wreq-0.5.3.3.ebuild 
b/dev-haskell/wreq/wreq-0.5.3.3.ebuild
new file mode 100644
index ..0c9018f69297
--- /dev/null
+++ b/dev-haskell/wreq/wreq-0.5.3.3.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.7.
+#hackport: flags: -developer,+doctest
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="An easy-to-use HTTP client library"
+HOMEPAGE="http://www.serpentine.com/wreq/;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="aws httpbin"
+
+RESTRICT=test # needs network
+
+RDEPEND=">=dev-haskell/aeson-0.7.0.3:=[profile?]
+   >=dev-haskell/attoparsec-0.11.1.0:=[profile?]
+   >=dev-haskell/authenticate-oauth-1.5:=[profile?]
+   dev-haskell/base16-bytestring:=[profile?]
+   dev-haskell/case-insensitive:=[profile?]
+   dev-haskell/cryptonite:=[profile?]
+   >=dev-haskell/exceptions-0.5:=[profile?]
+   dev-haskell/hashable:=[profile?]
+   >=dev-haskell/http-client-0.6:=[profile?]
+   >=dev-haskell/http-client-tls-0.3.3:=[profile?]
+   >=dev-haskell/http-types-0.8:=[profile?]
+   >=dev-haskell/lens-4.5:=[profile?]
+   dev-haskell/lens-aeson:=[profile?]
+   dev-haskell/memory:=[profile?]
+   dev-haskell/mime-types:=[profile?]
+   >=dev-haskell/psqueues-0.2:=[profile?]
+   dev-haskell/text:=[profile?]
+   dev-haskell/time-locale-compat:=[profile?]
+   dev-haskell/unordered-containers:=[profile?]
+   >=dev-lang/ghc-8.4.3:=
+   httpbin? ( >=dev-haskell/aeson-pretty-0.8.0:=[profile?]
+   dev-haskell/base64-bytestring:=[profile?]
+   >=dev-haskell/snap-core-1.0.0.0:=[profile?]
+   >=dev-haskell/snap-server-0.9.4.4:=[profile?]
+   dev-haskell/unix-compat:=[profile?]
+   dev-haskell/uuid:=[profile?] )
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.2.0.1
+   >=dev-haskell/cabal-doctest-1.0.2 =dev-haskell/quickcheck-2.7
+   dev-haskell/temporary
+   dev-haskell/test-framework
+   dev-haskell/test-framework-hunit
+   dev-haskell/test-framework-quickcheck2
+   dev-haskell/vector
+   !httpbin? ( >=dev-haskell/aeson-pretty-0.8.0
+   dev-haskell/base64-bytestring
+   >=dev-haskell/snap-core-1.0.0.0
+   >=dev-haskell/snap-server-0.9.4.4
+   dev-haskell/unix-compat
+   dev-haskell/uuid ) )
+"
+
+src_configure() {
+   haskell-cabal_src_configure \
+   $(cabal_flag aws aws) \
+   --flag=-developer \
+   --flag=doctest \
+   $(cabal_flag httpbin httpbin)
+}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/aeson-diff/

2022-07-29 Thread Sam James
commit: 924269e166e1470baed6f9a93afe74092c012e63
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:50:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924269e1

dev-haskell/aeson-diff: add 1.1.0.13

Closes: https://bugs.gentoo.org/860999
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/aeson-diff/Manifest   |  1 +
 dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-haskell/aeson-diff/Manifest b/dev-haskell/aeson-diff/Manifest
index 6303217d527e..3a197df7fea7 100644
--- a/dev-haskell/aeson-diff/Manifest
+++ b/dev-haskell/aeson-diff/Manifest
@@ -1 +1,2 @@
+DIST aeson-diff-1.1.0.13.tar.gz 17172 BLAKE2B 
0135fd65b4bc1efbe11d8c86144e8f0b030f649c6519685d6ba01387cfd64026ea53300c31598104645d82e02ff136da0b7a2cec0f2afb7fa3a8c6bd25af4088
 SHA512 
78ae5da41f4962871bc3dd0a2cc79abf4964e639eb7cdb5b5cb65f5a4dfabeddd9c3fc9fe4446f2ae1b3dde1fe888091205540a852da451e76743efee07febe2
 DIST aeson-diff-1.1.0.9.tar.gz 16227 BLAKE2B 
8bde3a62353e2ae5d6c5ceb2862da5537908bf3231d590c20dea24e820928b526ee84b463aef28e448f28a399f9a64dd8dcb6058f75999a9636866a59dd913c4
 SHA512 
2778eabe53ac0520028c9eccae7f52dcdeb2eccb4df4ff6a84e4625afc5d46533ebf61b6b99c16eb5ffe9792e781b0f9a8e1e43c2b69b751d1dbc5dd627635d9

diff --git a/dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild 
b/dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild
new file mode 100644
index ..7fba9e5d45b5
--- /dev/null
+++ b/dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.2.1.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Extract and apply patches to JSON documents"
+HOMEPAGE="https://github.com/ysangkok/aeson-diff;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+# Ambiguous module name ‘Data.Vector’: found in multiple packages: 
AC-Vector-Fancy-2.4.0 vector-0.12.0.2
+RESTRICT=test
+
+RDEPEND=">=dev-haskell/aeson-2.0.3:=[profile?]
+   dev-haskell/edit-distance-vector:=[profile?]
+   dev-haskell/optparse-applicative:=[profile?]
+   dev-haskell/scientific:=[profile?]
+   dev-haskell/vector:=[profile?]
+   dev-haskell/yaml:=[profile?]
+   >=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.2.0.1 =dev-haskell/cabal-doctest-1 =dev-haskell/doctest-0.18.2
+   dev-haskell/glob
+   dev-haskell/quickcheck )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/wreq/

2022-07-29 Thread Sam James
commit: b4db5bfd09c77511963c1f50879a7dd19e76d700
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:46:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4db5bfd

dev-haskell/wreq: drop 0.5.3.2

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/wreq/Manifest|  1 -
 dev-haskell/wreq/wreq-0.5.3.2.ebuild | 76 
 2 files changed, 77 deletions(-)

diff --git a/dev-haskell/wreq/Manifest b/dev-haskell/wreq/Manifest
index dcd50787f9b9..0f5293301a69 100644
--- a/dev-haskell/wreq/Manifest
+++ b/dev-haskell/wreq/Manifest
@@ -1,2 +1 @@
-DIST wreq-0.5.3.2.tar.gz 57521 BLAKE2B 
2265e7f8abe371371d079f735d61917c0efa5b78e2d3e8965e3b720a94e89b3a7ae05824f54d6fe765c643ed81f506b12694355b0bf1d7b4c2e9198d08c2317c
 SHA512 
5a2c62b973758cb8ce2bf20504e328090896fa25e7ee1f77b472d7cf5156e08b6d85bf4341ff45e44db1724070fcf3c0f21037fa0a79211a1767024328f7c779
 DIST wreq-0.5.3.3.tar.gz 57561 BLAKE2B 
31849f85b612d4f15c9a50f7e180850b7270c854bc86fc447880ca5740fb4acbd2acbddd65ec2b279180615616b0aac5332d0d352d412ee5665e8e2824fbcde3
 SHA512 
f074790cf3370d9356efbf5aeabb7421d59299471e02d93010453bb6f4e8daee517fcdf6891245272a9b08a35bc7b1b2233b75825ec377f6403c99cf91041f2e

diff --git a/dev-haskell/wreq/wreq-0.5.3.2.ebuild 
b/dev-haskell/wreq/wreq-0.5.3.2.ebuild
deleted file mode 100644
index 62ccd4251442..
--- a/dev-haskell/wreq/wreq-0.5.3.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.2
-#hackport: flags: -developer,+doctest
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="An easy-to-use HTTP client library"
-HOMEPAGE="http://www.serpentine.com/wreq;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="aws httpbin"
-
-RESTRICT=test # needs network
-
-RDEPEND=">=dev-haskell/aeson-1.0.0.0:=[profile?]
-   >=dev-haskell/attoparsec-0.11.1.0:=[profile?]
-   >=dev-haskell/authenticate-oauth-1.5:=[profile?]
-   dev-haskell/base16-bytestring:=[profile?]
-   dev-haskell/case-insensitive:=[profile?]
-   dev-haskell/cryptonite:=[profile?]
-   >=dev-haskell/exceptions-0.5:=[profile?]
-   dev-haskell/hashable:=[profile?]
-   >=dev-haskell/http-client-0.6:=[profile?]
-   >=dev-haskell/http-client-tls-0.3.3:=[profile?]
-   >=dev-haskell/http-types-0.8:=[profile?]
-   >=dev-haskell/lens-4.5:=[profile?]
-   dev-haskell/lens-aeson:=[profile?]
-   dev-haskell/memory:=[profile?]
-   dev-haskell/mime-types:=[profile?]
-   >=dev-haskell/psqueues-0.2:=[profile?]
-   dev-haskell/text:=[profile?]
-   dev-haskell/time-locale-compat:=[profile?]
-   dev-haskell/unordered-containers:=[profile?]
-   >=dev-lang/ghc-7.10.1:=
-   httpbin? ( >=dev-haskell/aeson-pretty-0.8.0:=[profile?]
-   dev-haskell/base64-bytestring:=[profile?]
-   >=dev-haskell/snap-core-1.0.0.0:=[profile?]
-   >=dev-haskell/snap-server-0.9.4.4:=[profile?]
-   dev-haskell/unix-compat:=[profile?]
-   dev-haskell/uuid:=[profile?] )
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.22.2.0
-   >=dev-haskell/cabal-doctest-1.0.2 =dev-haskell/quickcheck-2.7
-   dev-haskell/temporary
-   dev-haskell/test-framework
-   dev-haskell/test-framework-hunit
-   dev-haskell/test-framework-quickcheck2
-   dev-haskell/vector
-   !httpbin? ( >=dev-haskell/aeson-pretty-0.8.0
-   dev-haskell/base64-bytestring
-   >=dev-haskell/snap-core-1.0.0.0
-   >=dev-haskell/snap-server-0.9.4.4
-   dev-haskell/unix-compat
-   dev-haskell/uuid ) )
-"
-
-src_configure() {
-   haskell-cabal_src_configure \
-   $(cabal_flag aws aws) \
-   --flag=-developer \
-   --flag=doctest \
-   $(cabal_flag httpbin httpbin)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/tasty-rerun/

2022-07-29 Thread Sam James
commit: 00d5a2dbc3a755650428d9a9c6adbca9c93c7c35
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:42:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d5a2db

dev-haskell/tasty-rerun: drop 1.1.17

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/tasty-rerun/Manifest  |  1 -
 dev-haskell/tasty-rerun/tasty-rerun-1.1.17.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-haskell/tasty-rerun/Manifest b/dev-haskell/tasty-rerun/Manifest
index 98d33cfe3b17..d9b0274482d1 100644
--- a/dev-haskell/tasty-rerun/Manifest
+++ b/dev-haskell/tasty-rerun/Manifest
@@ -1,2 +1 @@
-DIST tasty-rerun-1.1.17.tar.gz 6305 BLAKE2B 
6e84088c39055f40e64c67d186917d3d9dde5839243584a045a0f4cadc7b7f0e81e3f046ec32e4fa13455f51fa1b287eef51ea60a17f95302caf8fa0f3130d5f
 SHA512 
d65b35acb1b45a78a0bbe568a2118ea6580352a55b921f06974bdf59e363403f1590604e215840be990f5f18a5d8e75abd416e7d3d9b6b9f4c6c16532c31052d
 DIST tasty-rerun-1.1.18.tar.gz 6388 BLAKE2B 
795cfa825ae49e5a91e8b25ebb1910092f2927484b52500048740b95c2511981a16bc5202182cd18e8d85676d21a8f956183508be2c9eb1257427c6328fee550
 SHA512 
82672a8d2f37a56e9867bb6fa2b8c79dc40869262a1853b51067e9cf463aef78c4aa3d69cda32a06c3d226ef18c951789845e57a82cbad880f29d5415a659ced

diff --git a/dev-haskell/tasty-rerun/tasty-rerun-1.1.17.ebuild 
b/dev-haskell/tasty-rerun/tasty-rerun-1.1.17.ebuild
deleted file mode 100644
index 481cd77335de..
--- a/dev-haskell/tasty-rerun/tasty-rerun-1.1.17.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.2
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Run tests by filtering the tests depending on the result of 
previous runs"
-HOMEPAGE="https://github.com/ocharles/tasty-rerun;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/mtl-2.1.2:=[profile?]
-   >=dev-haskell/optparse-applicative-0.6:=[profile?]
-   >=dev-haskell/split-0.1:=[profile?] =dev-haskell/stm-2.4.2:=[profile?]
-   >=dev-haskell/tagged-0.7:=[profile?] =dev-haskell/tasty-1.2:=[profile?]
-   >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.18.1.3
-"
-
-src_prepare() {
-   default
-
-   cabal_chdeps \
-   'base >=4.6 && <4.14' 'base >=4.6' \
-   'tasty >=1.2 && <1.3' 'tasty >=1.2'
-}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/tasty-rerun/

2022-07-29 Thread Sam James
commit: 37c8f972d609160192b1bc1b057f7c0a78334b36
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:42:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c8f972

dev-haskell/tasty-rerun: add 1.1.18

Closes: https://bugs.gentoo.org/861191
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/tasty-rerun/Manifest  |  1 +
 dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-haskell/tasty-rerun/Manifest b/dev-haskell/tasty-rerun/Manifest
index e82bbe57da8e..98d33cfe3b17 100644
--- a/dev-haskell/tasty-rerun/Manifest
+++ b/dev-haskell/tasty-rerun/Manifest
@@ -1 +1,2 @@
 DIST tasty-rerun-1.1.17.tar.gz 6305 BLAKE2B 
6e84088c39055f40e64c67d186917d3d9dde5839243584a045a0f4cadc7b7f0e81e3f046ec32e4fa13455f51fa1b287eef51ea60a17f95302caf8fa0f3130d5f
 SHA512 
d65b35acb1b45a78a0bbe568a2118ea6580352a55b921f06974bdf59e363403f1590604e215840be990f5f18a5d8e75abd416e7d3d9b6b9f4c6c16532c31052d
+DIST tasty-rerun-1.1.18.tar.gz 6388 BLAKE2B 
795cfa825ae49e5a91e8b25ebb1910092f2927484b52500048740b95c2511981a16bc5202182cd18e8d85676d21a8f956183508be2c9eb1257427c6328fee550
 SHA512 
82672a8d2f37a56e9867bb6fa2b8c79dc40869262a1853b51067e9cf463aef78c4aa3d69cda32a06c3d226ef18c951789845e57a82cbad880f29d5415a659ced

diff --git a/dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild 
b/dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild
new file mode 100644
index ..82ca28d9f6a0
--- /dev/null
+++ b/dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.7.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Rerun only tests which failed in a previous test run"
+HOMEPAGE="https://github.com/ocharles/tasty-rerun;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/mtl-2.1.2:=[profile?]
+   >=dev-haskell/optparse-applicative-0.6:=[profile?]
+   >=dev-haskell/split-0.1:=[profile?] =dev-haskell/stm-2.4.2:=[profile?]
+   >=dev-haskell/tagged-0.7:=[profile?] =dev-haskell/tasty-1.2:=[profile?] =dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.18.1.3
+"
+
+src_prepare() {
+   default
+   cabal_chdeps \
+   'base >=4.6 && <4.15' 'base >=4.6'
+}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/aeson-diff/

2022-07-29 Thread Sam James
commit: 8239b2472267bd1047eb836fea73be0f0f14cec1
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:50:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8239b247

dev-haskell/aeson-diff: drop 1.1.0.9

Signed-off-by: Jack Todaro  posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/26663
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/aeson-diff/Manifest  |  1 -
 dev-haskell/aeson-diff/aeson-diff-1.1.0.9.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/dev-haskell/aeson-diff/Manifest b/dev-haskell/aeson-diff/Manifest
index 3a197df7fea7..e4f872ed34d8 100644
--- a/dev-haskell/aeson-diff/Manifest
+++ b/dev-haskell/aeson-diff/Manifest
@@ -1,2 +1 @@
 DIST aeson-diff-1.1.0.13.tar.gz 17172 BLAKE2B 
0135fd65b4bc1efbe11d8c86144e8f0b030f649c6519685d6ba01387cfd64026ea53300c31598104645d82e02ff136da0b7a2cec0f2afb7fa3a8c6bd25af4088
 SHA512 
78ae5da41f4962871bc3dd0a2cc79abf4964e639eb7cdb5b5cb65f5a4dfabeddd9c3fc9fe4446f2ae1b3dde1fe888091205540a852da451e76743efee07febe2
-DIST aeson-diff-1.1.0.9.tar.gz 16227 BLAKE2B 
8bde3a62353e2ae5d6c5ceb2862da5537908bf3231d590c20dea24e820928b526ee84b463aef28e448f28a399f9a64dd8dcb6058f75999a9636866a59dd913c4
 SHA512 
2778eabe53ac0520028c9eccae7f52dcdeb2eccb4df4ff6a84e4625afc5d46533ebf61b6b99c16eb5ffe9792e781b0f9a8e1e43c2b69b751d1dbc5dd627635d9

diff --git a/dev-haskell/aeson-diff/aeson-diff-1.1.0.9.ebuild 
b/dev-haskell/aeson-diff/aeson-diff-1.1.0.9.ebuild
deleted file mode 100644
index 1d4b1fc48bed..
--- a/dev-haskell/aeson-diff/aeson-diff-1.1.0.9.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Extract and apply patches to JSON documents"
-HOMEPAGE="https://github.com/thsutton/aeson-diff;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Ambiguous module name ‘Data.Vector’: found in multiple packages: 
AC-Vector-Fancy-2.4.0 vector-0.12.0.2
-RESTRICT=test
-
-RDEPEND="dev-haskell/aeson:=[profile?]
-   dev-haskell/edit-distance-vector:=[profile?]
-   dev-haskell/hashable:=[profile?]
-   dev-haskell/mtl:=[profile?]
-   dev-haskell/optparse-applicative:=[profile?]
-   dev-haskell/scientific:=[profile?]
-   dev-haskell/text:=[profile?]
-   dev-haskell/unordered-containers:=[profile?]
-   dev-haskell/vector:=[profile?]
-   >=dev-lang/ghc-8.0.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.24.0.0
-   test? ( >=dev-haskell/doctest-0.9
-   dev-haskell/glob
-   dev-haskell/quickcheck
-   dev-haskell/quickcheck-instances )
-"
-
-src_prepare() {
-   default
-   cabal_chdeps \
-   'base >=4.9 && <4.15' 'base >=4.9'
-}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/mustache/

2022-07-29 Thread Sam James
commit: 2cba1780c85def2a19f403aa2c452f71607d0c2b
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:31:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cba1780

dev-haskell/mustache: add 2.4.0

Closes: https://bugs.gentoo.org/861398
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/mustache/Manifest  |  1 +
 dev-haskell/mustache/mustache-2.4.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-haskell/mustache/Manifest b/dev-haskell/mustache/Manifest
index b595bbadb82d..2ce5aaa9d766 100644
--- a/dev-haskell/mustache/Manifest
+++ b/dev-haskell/mustache/Manifest
@@ -1 +1,2 @@
 DIST mustache-2.3.1.tar.gz 20207 BLAKE2B 
87691b14e85ac5934c08d1b3f8261d6e7bb3786b808d0f1a04630b96b4f2ed4aeae4d049ccf0e408b47586e990db2bbc09e3eac56af67922538e73250ef486d5
 SHA512 
162360cb635d40086721d4dd350036884207679b240d30420b9fc71eebef847e542bd143275931a22a42c583d513d0c906a6b112d780824dc189ad07e3027aa3
+DIST mustache-2.4.0.tar.gz 20434 BLAKE2B 
d38261bd5ca0e3336c7bfd32db957f1c50d6146a306ff5983b7b576d820d8626e60c5197181cdf14907cd10c8719d970f68cdfcbd21e39815d03945863af086d
 SHA512 
897cd682648a363a4fe4225a65f782f743fb9631dc9e58d99eb443931989975b42bee0815037ee839fc70e1a40887e5417a05b105e4ca79565e2bd52b5fcd385

diff --git a/dev-haskell/mustache/mustache-2.4.0.ebuild 
b/dev-haskell/mustache/mustache-2.4.0.ebuild
new file mode 100644
index ..dc5e45cc2bde
--- /dev/null
+++ b/dev-haskell/mustache/mustache-2.4.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.1.1.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="A mustache template parser library"
+HOMEPAGE="https://github.com/JustusAdam/mustache;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.3.2-disable-langspec-tests.patch"
+   "${FILESDIR}/${PN}-2.4.0-ghc-8_10-fix.patch"
+   "${FILESDIR}/${PN}-2.4.0-unordered-containers-2_17-fix.patch"
+)
+
+RDEPEND="dev-haskell/aeson:=[profile?]
+   dev-haskell/cmdargs:=[profile?]
+   dev-haskell/scientific:=[profile?]
+   dev-haskell/th-lift:=[profile?]
+   dev-haskell/unordered-containers:=[profile?]
+   dev-haskell/vector:=[profile?]
+   dev-haskell/yaml:=[profile?]
+   >=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.2.0.1
+   test? ( dev-haskell/base-unicode-symbols
+   dev-haskell/hspec
+   dev-haskell/lens
+   dev-haskell/tar
+   dev-haskell/temporary
+   dev-haskell/wreq
+   dev-haskell/zlib )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hxt/

2022-07-29 Thread Sam James
commit: b532fa167d50e932bdfcaa08f467bceb4c1817fc
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:41:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b532fa16

dev-haskell/hxt: drop 9.3.1.18

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/hxt/Manifest|  1 -
 dev-haskell/hxt/hxt-9.3.1.18.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-haskell/hxt/Manifest b/dev-haskell/hxt/Manifest
index 53c0a7ec982d..72b30d6186dc 100644
--- a/dev-haskell/hxt/Manifest
+++ b/dev-haskell/hxt/Manifest
@@ -1,2 +1 @@
-DIST hxt-9.3.1.18.tar.gz 223887 BLAKE2B 
35d48b60496fc365b4ba493a8cec186fd379ee360fcf311b4529c617f4a7cf825c6547edf3ba3c7b7f5cfff14e05a0fceff71ccab8a45609f445c5c4fd29c468
 SHA512 
4b7c57486fe02357a45b5f835dd9f05333ce39578ec84c3c920fdcaa2df8ae1067da3650d3948559ddaf2e6f77f14291e1ddaa28a12ea9dfb62a797d296ec118
 DIST hxt-9.3.1.22.tar.gz 224934 BLAKE2B 
bbe83adfc1506bad54e20859c91bff04a6b15ca9ece0a90455bb54b77eb55414dd0428656fb641af06e903d17f32a25389fb52bac066d5c51a79e5c4985298ab
 SHA512 
ac7720a01a7769bfb528aa5de29fff9a993c430af75d1326bd50e845c3b7378be09bdda8c99bdd7e45fc5c09fac10c6fc318ff77cf65b2ad7ea2709aff2c1af8

diff --git a/dev-haskell/hxt/hxt-9.3.1.18.ebuild 
b/dev-haskell/hxt/hxt-9.3.1.18.ebuild
deleted file mode 100644
index 2a562ce245da..
--- a/dev-haskell/hxt/hxt-9.3.1.18.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="A collection of tools for processing XML with Haskell"
-HOMEPAGE="https://github.com/UweSchmidt/hxt;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/hxt-charproperties-9.1:=[profile?]
-   >=dev-haskell/hxt-regex-xmlschema-9.2:=[profile?]
-   >=dev-haskell/hxt-unicode-9.0.1:=[profile?]
-   >=dev-haskell/mtl-2.0.1:=[profile?] =dev-haskell/parsec-2.1:=[profile?] =dev-lang/ghc-7.4.1:=
-   >=dev-haskell/network-uri-2.6:=[profile?]
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.8
-"
-
-src_configure() {
-   haskell-cabal_src_configure \
-   --flag=network-uri
-}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/mustache/

2022-07-29 Thread Sam James
commit: 7065c1a6326f994e1b6d609c3f29497f9011bfb6
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:31:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7065c1a6

dev-haskell/mustache: drop 2.3.1

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/mustache/Manifest  |  1 -
 dev-haskell/mustache/mustache-2.3.1.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-haskell/mustache/Manifest b/dev-haskell/mustache/Manifest
index 2ce5aaa9d766..405d0abc919c 100644
--- a/dev-haskell/mustache/Manifest
+++ b/dev-haskell/mustache/Manifest
@@ -1,2 +1 @@
-DIST mustache-2.3.1.tar.gz 20207 BLAKE2B 
87691b14e85ac5934c08d1b3f8261d6e7bb3786b808d0f1a04630b96b4f2ed4aeae4d049ccf0e408b47586e990db2bbc09e3eac56af67922538e73250ef486d5
 SHA512 
162360cb635d40086721d4dd350036884207679b240d30420b9fc71eebef847e542bd143275931a22a42c583d513d0c906a6b112d780824dc189ad07e3027aa3
 DIST mustache-2.4.0.tar.gz 20434 BLAKE2B 
d38261bd5ca0e3336c7bfd32db957f1c50d6146a306ff5983b7b576d820d8626e60c5197181cdf14907cd10c8719d970f68cdfcbd21e39815d03945863af086d
 SHA512 
897cd682648a363a4fe4225a65f782f743fb9631dc9e58d99eb443931989975b42bee0815037ee839fc70e1a40887e5417a05b105e4ca79565e2bd52b5fcd385

diff --git a/dev-haskell/mustache/mustache-2.3.1.ebuild 
b/dev-haskell/mustache/mustache-2.3.1.ebuild
deleted file mode 100644
index 23b768a9e9d5..
--- a/dev-haskell/mustache/mustache-2.3.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.2
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="A mustache template parser library"
-HOMEPAGE="https://github.com/JustusAdam/mustache;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # tries to access network
-
-RDEPEND="dev-haskell/aeson:=[profile?]
-   dev-haskell/cmdargs:=[profile?]
-   dev-haskell/either:=[profile?]
-   >=dev-haskell/mtl-2.2.1:=[profile?]
-   dev-haskell/parsec:=[profile?]
-   dev-haskell/scientific:=[profile?]
-   dev-haskell/text:=[profile?]
-   dev-haskell/th-lift:=[profile?]
-   dev-haskell/unordered-containers:=[profile?]
-   dev-haskell/vector:=[profile?]
-   dev-haskell/yaml:=[profile?]
-   >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.18.1.3
-   test? ( dev-haskell/base-unicode-symbols
-   dev-haskell/hspec
-   dev-haskell/lens
-   dev-haskell/tar
-   dev-haskell/temporary
-   dev-haskell/wreq
-   dev-haskell/zlib )
-"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hxt/

2022-07-29 Thread Sam James
commit: 1e6a87fa053341c8c82a00f0455e4ec9aa51908d
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:41:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6a87fa

dev-haskell/hxt: add 9.3.1.22

Closes: https://bugs.gentoo.org/861533
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/hxt/Manifest|  1 +
 dev-haskell/hxt/hxt-9.3.1.22.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-haskell/hxt/Manifest b/dev-haskell/hxt/Manifest
index 05ad4875acbb..53c0a7ec982d 100644
--- a/dev-haskell/hxt/Manifest
+++ b/dev-haskell/hxt/Manifest
@@ -1 +1,2 @@
 DIST hxt-9.3.1.18.tar.gz 223887 BLAKE2B 
35d48b60496fc365b4ba493a8cec186fd379ee360fcf311b4529c617f4a7cf825c6547edf3ba3c7b7f5cfff14e05a0fceff71ccab8a45609f445c5c4fd29c468
 SHA512 
4b7c57486fe02357a45b5f835dd9f05333ce39578ec84c3c920fdcaa2df8ae1067da3650d3948559ddaf2e6f77f14291e1ddaa28a12ea9dfb62a797d296ec118
+DIST hxt-9.3.1.22.tar.gz 224934 BLAKE2B 
bbe83adfc1506bad54e20859c91bff04a6b15ca9ece0a90455bb54b77eb55414dd0428656fb641af06e903d17f32a25389fb52bac066d5c51a79e5c4985298ab
 SHA512 
ac7720a01a7769bfb528aa5de29fff9a993c430af75d1326bd50e845c3b7378be09bdda8c99bdd7e45fc5c09fac10c6fc318ff77cf65b2ad7ea2709aff2c1af8

diff --git a/dev-haskell/hxt/hxt-9.3.1.22.ebuild 
b/dev-haskell/hxt/hxt-9.3.1.22.ebuild
new file mode 100644
index ..aac5424955fc
--- /dev/null
+++ b/dev-haskell/hxt/hxt-9.3.1.22.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.7.
+#hackport: flags: +network-uri
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A collection of tools for processing XML with Haskell"
+HOMEPAGE="https://github.com/UweSchmidt/hxt;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="profile"
+
+RDEPEND=">=dev-haskell/hxt-charproperties-9.1:=[profile?]
+   >=dev-haskell/hxt-regex-xmlschema-9.2:=[profile?]
+   >=dev-haskell/hxt-unicode-9.0.1:=[profile?]
+   >=dev-haskell/mtl-2.0.1:=[profile?] =dev-haskell/network-uri-2.6:=[profile?]
+   >=dev-haskell/parsec-2.1:=[profile?] =dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.2.0.1
+"
+
+src_configure() {
+   haskell-cabal_src_configure \
+   --flag=network-uri \
+   $(cabal_flag profile profile)
+}



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

2022-07-29 Thread Sam James
commit: 446017ec397547280564a9ec1b461dfa2d0bcb30
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:39:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446017ec

app-text/pandoc: sync from ::haskell

Removes lua-5.3 compat.

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 app-text/pandoc/pandoc-2.18-r2.ebuild | 105 ++
 1 file changed, 105 insertions(+)

diff --git a/app-text/pandoc/pandoc-2.18-r2.ebuild 
b/app-text/pandoc/pandoc-2.18-r2.ebuild
new file mode 100644
index ..1e73bcd0c280
--- /dev/null
+++ b/app-text/pandoc/pandoc-2.18-r2.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.1.1.
+#hackport: flags: -static,-lua53
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Conversion between markup formats"
+HOMEPAGE="https://pandoc.org;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="embed-data-files trypandoc"
+
+RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] =dev-haskell/aeson-pretty-0.8.9:=[profile?] 
=dev-haskell/attoparsec-0.12:=[profile?] 
=dev-haskell/base64-bytestring-0.1:=[profile?] 
=dev-haskell/blaze-html-0.9:=[profile?] 
=dev-haskell/blaze-markup-0.8:=[profile?] 
=dev-haskell/case-insensitive-1.2:=[profile?] 
=dev-haskell/citeproc-0.7:=[profile?] 
=dev-haskell/commonmark-0.2.2:=[profile?] 
=dev-haskell/commonmark-extensions-0.2.3.1:=[profile?] 
=dev-haskell/commonmark-pandoc-0.2.1.2:=[profile?] 
=dev-haskell/connection-0.3.1:=[profile?]
+   >=dev-haskell/data-default-0.4:=[profile?] 
=dev-haskell/doclayout-0.4:=[profile?] 
=dev-haskell/doctemplates-0.10:=[profile?] 
=dev-haskell/emojis-0.1:=[profile?] =dev-haskell/file-embed-0.0:=[profile?] 
=dev-haskell/glob-0.7:=[profile?] =dev-haskell/haddock-library-1.10:=[profile?] 
=dev-haskell/hslua-module-doclayout-1.0.4:=[profile?] 
=dev-haskell/hslua-module-path-1.0:=[profile?] 
=dev-haskell/hslua-module-system-1.0:=[profile?] 
=dev-haskell/hslua-module-text-1.0:=[profile?] 
=dev-haskell/hslua-module-version-1.0:=[profile?] 
=dev-haskell/http-client-0.4.30:=[profile?] 
=dev-haskell/http-client-tls-0.2.4:=[profile?] 
=dev-haskell/http-types-0.8:=[profile?] 
=dev-haskell/ipynb-0.2:=[profile?] =dev-haskell/jira-wiki-markup-1.4:=[profile?] 
=dev-haskell/juicypixels-3.1.6.1:=[profile?] 
=dev-haskell/lpeg-1.0.1:=[profile?] =dev-haskell/network-2.6:=[profile?]
+   >=dev-haskell/network-uri-2.6:=[profile?] 
=dev-haskell/pandoc-lua-marshal-0.1.5:=[profile?] 
=dev-haskell/pandoc-types-1.22.2:=[profile?] 
=dev-haskell/pretty-show-1.10:=[profile?] 
=dev-haskell/random-1:=[profile?] =dev-haskell/safe-0.3.18:=[profile?] =dev-haskell/scientific-0.3:=[profile?] 
=dev-haskell/sha-1.6:=[profile?] =dev-haskell/skylighting-0.12.3.1:=[profile?] 
=dev-haskell/skylighting-core-0.12.3.1:=[profile?] 
=dev-haskell/split-0.2:=[profile?] =dev-haskell/syb-0.1:=[profile?] =dev-haskell/tagsoup-0.14.6:=[profile?] 
=dev-haskell/temporary-1.1:=[profile?] 
=dev-haskell/texmath-0.12.5:=[profile?] 
=dev-haskell/text-conversions-0.3:=[profile?] 
=dev-haskell/unicode-collation-0.1.1:=[profile?] 
=dev-haskell/unicode-transforms-0.3:=[profile?] 
=dev-haskell/xml-1.3.12:=[profile?] =dev-haskell/xml-conduit-1.9.1.1:=[profile?] 
=dev-haskell/xml-types-0.3:=[profile?] 
=dev-haskell/yaml-0.11:=[profile?] =dev-haskell/zip-archive-0.2.3.4:=[profile?] 
=dev-haskell/zlib-0.5:=[profile?] =dev-lang/ghc-8.10.1:=
+   >=dev-haskell/hslua-2.2:=[profile?] =dev-haskell/wai-0.3:=[profile?]
+   >=dev-haskell/wai-extra-3.0.24:=[profile?] )
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-3.2.0.0
+   test? ( >=dev-haskell/diff-0.2 =dev-haskell/tasty-0.11 =dev-haskell/tasty-golden-2.3 =dev-haskell/tasty-hunit-0.9 =dev-haskell/tasty-lua-1.0 =dev-haskell/tasty-quickcheck-0.8 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/th-orphans/

2022-07-29 Thread Sam James
commit: 3b8d71c3aee5c3d56059b76f3729836bedb79366
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:24:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8d71c3

dev-haskell/th-orphans: add 0.13.13

Closes: https://bugs.gentoo.org/861275
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/th-orphans/Manifest  |  1 +
 dev-haskell/th-orphans/th-orphans-0.13.13.ebuild | 27 
 2 files changed, 28 insertions(+)

diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
index aa298e5e28e1..603d33da1a7b 100644
--- a/dev-haskell/th-orphans/Manifest
+++ b/dev-haskell/th-orphans/Manifest
@@ -1 +1,2 @@
 DIST th-orphans-0.13.10.tar.gz 8680 BLAKE2B 
fe03bfbd6ca27a9949573cdff3c496088fd6b082c6a334960388b45bc0bce38d2675ca9319c627d4d7b0df831fb497bea2d9dc753c76ce1d967e9f423b3562f6
 SHA512 
bdf9cc69f57b97772f2ef38dcda61ca352069ac07e45c85efdcabec9dd3a538f33b3d65cfdff77185c737b8050139e232c4ecf677d89fd79aa5b74238b8af651
+DIST th-orphans-0.13.13.tar.gz 9531 BLAKE2B 
742408b0ce6ceab0654b02b63fc0ad154005879b066602c5106485713b295aa2278105e04c044d777ee9d741325c8d9fe7ededc377016c50cda262090d8fa864
 SHA512 
94747e89c8471bd927810180af7572c5150ba7daabc4f45b41afda3210a42889b1fda05fd7fcecee2b1c2a92ea2ad195f924b44d22f0d269de2c94ade57fd335

diff --git a/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild 
b/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild
new file mode 100644
index ..8fb2051d3986
--- /dev/null
+++ b/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.2.1.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Orphan instances for TH datatypes"
+HOMEPAGE="https://hackage.haskell.org/package/th-orphans;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-haskell/th-compat-0.1:=[profile?] 
=dev-haskell/th-lift-0.7.1:=[profile?]
+   dev-haskell/th-lift-instances:=[profile?]
+   >=dev-haskell/th-reify-many-0.1:=[profile?] 
=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.2.0.1
+   test? ( dev-haskell/hspec )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/persistent-sqlite/

2022-07-29 Thread Sam James
commit: c2d8b3e0f701d8122f4ded36d06e1995e3ad3e92
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:16:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d8b3e0

dev-haskell/persistent-sqlite: drop 2.10.6.2

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/persistent-sqlite/Manifest |  1 -
 .../persistent-sqlite-2.10.6.2.ebuild  | 60 --
 2 files changed, 61 deletions(-)

diff --git a/dev-haskell/persistent-sqlite/Manifest 
b/dev-haskell/persistent-sqlite/Manifest
index 687af09a64ad..2518af2dfa9c 100644
--- a/dev-haskell/persistent-sqlite/Manifest
+++ b/dev-haskell/persistent-sqlite/Manifest
@@ -1,2 +1 @@
-DIST persistent-sqlite-2.10.6.2.tar.gz 2220390 BLAKE2B 
f146ec84ae45d0d4b4cb3c809bf694182c8592369e222029824f6eb6a39a67acc6bdd2af4a9b8080d50ffcdc20968fa14cac237a475b220dcefe3329fc2d
 SHA512 
b1db41bf77ae53b99c28f3224c9a2b7335faa4a78c96487270249959cc9491fa542e28d38dd63a2b417580f6a41608ffcee152e8609fe16392005c728862c7bc
 DIST persistent-sqlite-2.13.1.0.tar.gz 2276809 BLAKE2B 
acc9f4b0e351313486e89f695b69756ea165146fd8aaafcc2d3da8dc620c109cee8d922fe0246e688691748c18e75fa64f9f4a992ca2cd28e01677766d56326b
 SHA512 
19842dcd867f57ac2f81d8651838f41f6a4f0074293c0b3a21a52d2fb96410c26d5340307983da21ca89170a01621da257320e36f33170657acb6890f70299d4

diff --git a/dev-haskell/persistent-sqlite/persistent-sqlite-2.10.6.2.ebuild 
b/dev-haskell/persistent-sqlite/persistent-sqlite-2.10.6.2.ebuild
deleted file mode 100644
index d00865d77b15..
--- a/dev-haskell/persistent-sqlite/persistent-sqlite-2.10.6.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.4.
-#hackport: flags: 
+systemlib,-use-stat3,-use-stat4,-uri-filenames,-full-text-search,-have-usleep,-json1
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Backend for the persistent library using sqlite3"
-HOMEPAGE="https://www.yesodweb.com/book/persistent;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="build-sanity-exe"
-
-RDEPEND=">=dev-haskell/aeson-1.0:=[profile?]
-   >=dev-haskell/conduit-1.2.12:=[profile?]
-   >=dev-haskell/microlens-th-0.4.1.1:=[profile?]
-   >=dev-haskell/monad-logger-0.3.25:=[profile?]
-   >=dev-haskell/persistent-2.10:=[profile?] 
=dev-haskell/resourcet-1.1.9:=[profile?]
-   >=dev-haskell/text-1.2:=[profile?]
-   dev-haskell/unliftio-core:=[profile?]
-   dev-haskell/unordered-containers:=[profile?]
-   >=dev-lang/ghc-8.0.1:=
-   virtual/libc
-   >=dev-db/sqlite-3.0
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.24.0.0
-   test? ( dev-haskell/exceptions
-   dev-haskell/fast-logger
-   >=dev-haskell/hspec-2.4
-   dev-haskell/hunit
-   dev-haskell/persistent-template
-   dev-haskell/persistent-test
-   dev-haskell/quickcheck
-   dev-haskell/system-fileio
-   dev-haskell/system-filepath
-   dev-haskell/temporary )
-"
-
-src_configure() {
-   # most flags disabled since they have no effect when system-sqlite is 
used.
-   haskell-cabal_src_configure \
-   $(cabal_flag build-sanity-exe build-sanity-exe) \
-   --flag=-full-text-search \
-   --flag=-have-usleep \
-   --flag=-json1 \
-   --flag=systemlib \
-   --flag=-uri-filenames \
-   --flag=-use-stat3 \
-   --flag=-use-stat4
-}



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

2022-07-29 Thread Sam James
commit: 3d371495435c226742b5ba5e576c5440fb95e1f3
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:40:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d371495

app-text/pandoc: drop 2.18

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 app-text/pandoc/pandoc-2.18.ebuild | 113 -
 1 file changed, 113 deletions(-)

diff --git a/app-text/pandoc/pandoc-2.18.ebuild 
b/app-text/pandoc/pandoc-2.18.ebuild
deleted file mode 100644
index 5e4604cd6f1d..
--- a/app-text/pandoc/pandoc-2.18.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.7.1.1.
-#hackport: flags: -static
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-LUA_COMPAT=( "lua5-3" )
-inherit haskell-cabal lua-single
-
-DESCRIPTION="Conversion between markup formats"
-HOMEPAGE="https://pandoc.org;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="embed-data-files lua trypandoc"
-REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
-
-RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] =dev-haskell/aeson-pretty-0.8.9:=[profile?] 
=dev-haskell/attoparsec-0.12:=[profile?] 
=dev-haskell/base64-bytestring-0.1:=[profile?] 
=dev-haskell/blaze-html-0.9:=[profile?] 
=dev-haskell/blaze-markup-0.8:=[profile?] 
=dev-haskell/case-insensitive-1.2:=[profile?] 
=dev-haskell/citeproc-0.7:=[profile?] 
=dev-haskell/commonmark-0.2.2:=[profile?] 
=dev-haskell/commonmark-extensions-0.2.3.1:=[profile?] 
=dev-haskell/commonmark-pandoc-0.2.1.2:=[profile?] 
=dev-haskell/connection-0.3.1:=[profile?]
-   >=dev-haskell/data-default-0.4:=[profile?] 
=dev-haskell/doclayout-0.4:=[profile?] 
=dev-haskell/doctemplates-0.10:=[profile?] 
=dev-haskell/emojis-0.1:=[profile?] =dev-haskell/file-embed-0.0:=[profile?] 
=dev-haskell/glob-0.7:=[profile?] =dev-haskell/haddock-library-1.10:=[profile?] 
=dev-haskell/hslua-module-doclayout-1.0.4:=[profile?] 
=dev-haskell/hslua-module-path-1.0:=[profile?] 
=dev-haskell/hslua-module-system-1.0:=[profile?] 
=dev-haskell/hslua-module-text-1.0:=[profile?] 
=dev-haskell/hslua-module-version-1.0:=[profile?] 
=dev-haskell/http-client-0.4.30:=[profile?] 
=dev-haskell/http-client-tls-0.2.4:=[profile?] 
=dev-haskell/http-types-0.8:=[profile?] 
=dev-haskell/ipynb-0.2:=[profile?] =dev-haskell/jira-wiki-markup-1.4:=[profile?] 
=dev-haskell/juicypixels-3.1.6.1:=[profile?] 
=dev-haskell/lpeg-1.0.1:=[profile?] =dev-haskell/network-2.6:=[profile?]
-   >=dev-haskell/network-uri-2.6:=[profile?] 
=dev-haskell/pandoc-lua-marshal-0.1.5:=[profile?] 
=dev-haskell/pandoc-types-1.22.2:=[profile?] 
=dev-haskell/pretty-show-1.10:=[profile?] 
=dev-haskell/random-1:=[profile?] =dev-haskell/safe-0.3.18:=[profile?] =dev-haskell/scientific-0.3:=[profile?] 
=dev-haskell/sha-1.6:=[profile?] =dev-haskell/skylighting-0.12.3.1:=[profile?] 
=dev-haskell/skylighting-core-0.12.3.1:=[profile?] 
=dev-haskell/split-0.2:=[profile?] =dev-haskell/syb-0.1:=[profile?] =dev-haskell/tagsoup-0.14.6:=[profile?] 
=dev-haskell/temporary-1.1:=[profile?] 
=dev-haskell/texmath-0.12.5:=[profile?] 
=dev-haskell/text-conversions-0.3:=[profile?] 
=dev-haskell/unicode-collation-0.1.1:=[profile?] 
=dev-haskell/unicode-transforms-0.3:=[profile?] 
=dev-haskell/xml-1.3.12:=[profile?] =dev-haskell/xml-conduit-1.9.1.1:=[profile?] 
=dev-haskell/xml-types-0.3:=[profile?] 
=dev-haskell/yaml-0.11:=[profile?] =dev-haskell/zip-archive-0.2.3.4:=[profile?] 
=dev-haskell/zlib-0.5:=[profile?] =dev-lang/ghc-8.10.1:=
-   lua? ( >=dev-haskell/hslua-2.1:=[profile?] 
=dev-haskell/hslua-aeson-2.1:=[profile?] 
=dev-haskell/hslua-2.2:=[profile?] 
=dev-haskell/wai-0.3:=[profile?]
-   >=dev-haskell/wai-extra-3.0.24:=[profile?] )
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-3.2.0.0
-   test? ( >=dev-haskell/diff-0.2 =dev-haskell/tasty-0.11 =dev-haskell/tasty-golden-2.3 =dev-haskell/tasty-hunit-0.9 =dev-haskell/tasty-lua-1.0 =dev-haskell/tasty-quickcheck-0.8 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/regex-compat-tdfa/files/, dev-haskell/regex-compat-tdfa/

2022-07-29 Thread Sam James
commit: cce209fab98b046d6599bb61fe41ed1756b98146
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:20:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce209fa

dev-haskell/regex-compat-tdfa: patch for ghc-9.0

Pulled from ::haskell.

Closes: https://bugs.gentoo.org/860507
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 .../files/regex-compat-tdfa-0.95.1.4-ghc-9.0.patch| 11 +++
 .../regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild   |  6 --
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git 
a/dev-haskell/regex-compat-tdfa/files/regex-compat-tdfa-0.95.1.4-ghc-9.0.patch 
b/dev-haskell/regex-compat-tdfa/files/regex-compat-tdfa-0.95.1.4-ghc-9.0.patch
new file mode 100644
index ..78d0ceb93575
--- /dev/null
+++ 
b/dev-haskell/regex-compat-tdfa/files/regex-compat-tdfa-0.95.1.4-ghc-9.0.patch
@@ -0,0 +1,11 @@
+--- regex-compat-tdfa-0.95.1.4-orig/Text/Regex.hs  2021-06-25 
10:08:26.670791461 +1000
 regex-compat-tdfa-0.95.1.4/Text/Regex.hs   2021-06-25 10:08:10.325737439 
+1000
+@@ -139,7 +139,7 @@
+ splitRegex :: Regex -> String -> [String]
+ splitRegex _ [] = []
+ splitRegex delim strIn = 
+-  let matches = map (!0) (matchAll delim strIn)
++  let matches = map (! 0) (matchAll delim strIn)
+   go _i str [] = str : []
+   go i str ((off,len):rest) =
+ let i' = off+len

diff --git a/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild 
b/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild
index efe655a7cf3b..71c308c67193 100644
--- a/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild
+++ b/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="Unicode Support version of Text.Regex, using regex-tdfa"
-HOMEPAGE="http://hub.darcs.net/shelarcy/regex-compat-tdfa;
+HOMEPAGE="https://hub.darcs.net/shelarcy/regex-compat-tdfa;
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
@@ -26,6 +26,8 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
 "
 
+PATCHES=( "${FILESDIR}"/${PN}-0.95.1.4-ghc-9.0.patch )
+
 src_configure() {
haskell-cabal_src_configure \
--flag=newbase \



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/th-orphans/

2022-07-29 Thread Sam James
commit: ffba694a64e1a443f658fed4508580d8a8cfc6aa
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:24:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffba694a

dev-haskell/th-orphans: drop 0.13.10

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/th-orphans/Manifest  |  1 -
 dev-haskell/th-orphans/th-orphans-0.13.10.ebuild | 31 
 2 files changed, 32 deletions(-)

diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
index 603d33da1a7b..d702c91a1c6c 100644
--- a/dev-haskell/th-orphans/Manifest
+++ b/dev-haskell/th-orphans/Manifest
@@ -1,2 +1 @@
-DIST th-orphans-0.13.10.tar.gz 8680 BLAKE2B 
fe03bfbd6ca27a9949573cdff3c496088fd6b082c6a334960388b45bc0bce38d2675ca9319c627d4d7b0df831fb497bea2d9dc753c76ce1d967e9f423b3562f6
 SHA512 
bdf9cc69f57b97772f2ef38dcda61ca352069ac07e45c85efdcabec9dd3a538f33b3d65cfdff77185c737b8050139e232c4ecf677d89fd79aa5b74238b8af651
 DIST th-orphans-0.13.13.tar.gz 9531 BLAKE2B 
742408b0ce6ceab0654b02b63fc0ad154005879b066602c5106485713b295aa2278105e04c044d777ee9d741325c8d9fe7ededc377016c50cda262090d8fa864
 SHA512 
94747e89c8471bd927810180af7572c5150ba7daabc4f45b41afda3210a42889b1fda05fd7fcecee2b1c2a92ea2ad195f924b44d22f0d269de2c94ade57fd335

diff --git a/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild 
b/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild
deleted file mode 100644
index c2a10a9d6d76..
--- a/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.4.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Orphan instances for TH datatypes"
-HOMEPAGE="https://hackage.haskell.org/package/th-orphans;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/fail-4.9:=[profile?] =dev-haskell/generic-deriving-1.9:=[profile?]
-   dev-haskell/mtl:=[profile?]
-   >=dev-haskell/th-lift-0.7.1:=[profile?]
-   dev-haskell/th-lift-instances:=[profile?]
-   >=dev-haskell/th-reify-many-0.1:=[profile?] 
=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10
-   test? ( dev-haskell/hspec )
-"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/persistent-sqlite/

2022-07-29 Thread Sam James
commit: ba32223d42c808e20ec31c4ba54fcd9d7630e834
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:16:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba32223d

dev-haskell/persistent-sqlite: add 2.13.1.0

Closes: https://bugs.gentoo.org/861194
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/persistent-sqlite/Manifest |  1 +
 .../persistent-sqlite-2.13.1.0.ebuild  | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-haskell/persistent-sqlite/Manifest 
b/dev-haskell/persistent-sqlite/Manifest
index d9ec9aa7dc0f..687af09a64ad 100644
--- a/dev-haskell/persistent-sqlite/Manifest
+++ b/dev-haskell/persistent-sqlite/Manifest
@@ -1 +1,2 @@
 DIST persistent-sqlite-2.10.6.2.tar.gz 2220390 BLAKE2B 
f146ec84ae45d0d4b4cb3c809bf694182c8592369e222029824f6eb6a39a67acc6bdd2af4a9b8080d50ffcdc20968fa14cac237a475b220dcefe3329fc2d
 SHA512 
b1db41bf77ae53b99c28f3224c9a2b7335faa4a78c96487270249959cc9491fa542e28d38dd63a2b417580f6a41608ffcee152e8609fe16392005c728862c7bc
+DIST persistent-sqlite-2.13.1.0.tar.gz 2276809 BLAKE2B 
acc9f4b0e351313486e89f695b69756ea165146fd8aaafcc2d3da8dc620c109cee8d922fe0246e688691748c18e75fa64f9f4a992ca2cd28e01677766d56326b
 SHA512 
19842dcd867f57ac2f81d8651838f41f6a4f0074293c0b3a21a52d2fb96410c26d5340307983da21ca89170a01621da257320e36f33170657acb6890f70299d4

diff --git a/dev-haskell/persistent-sqlite/persistent-sqlite-2.13.1.0.ebuild 
b/dev-haskell/persistent-sqlite/persistent-sqlite-2.13.1.0.ebuild
new file mode 100644
index ..fafaf61e1708
--- /dev/null
+++ b/dev-haskell/persistent-sqlite/persistent-sqlite-2.13.1.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.1.2.
+#hackport: flags: 
+systemlib,-use-stat3,-use-stat4,-uri-filenames,-full-text-search,-have-usleep,-json1,-use-pkgconfig
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Backend for the persistent library using sqlite3"
+HOMEPAGE="https://www.yesodweb.com/book/persistent;
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="build-sanity-exe"
+
+RDEPEND=">=dev-db/sqlite-3.0
+   >=dev-haskell/aeson-1.0:=[profile?]
+   >=dev-haskell/conduit-1.2.12:=[profile?]
+   >=dev-haskell/microlens-th-0.4.1.1:=[profile?]
+   >=dev-haskell/monad-logger-0.3.25:=[profile?]
+   >=dev-haskell/persistent-2.13.3:=[profile?] 
=dev-haskell/resourcet-1.1.9:=[profile?]
+   dev-haskell/unliftio-core:=[profile?]
+   dev-haskell/unordered-containers:=[profile?]
+   >=dev-lang/ghc-8.4.3:=
+   virtual/libc
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.2.0.1
+   test? ( dev-haskell/exceptions
+   dev-haskell/fast-logger
+   >=dev-haskell/hspec-2.4
+   dev-haskell/hunit
+   dev-haskell/microlens
+   dev-haskell/persistent-test
+   dev-haskell/quickcheck
+   dev-haskell/system-fileio
+   dev-haskell/system-filepath
+   dev-haskell/temporary )
+"
+
+src_configure() {
+   haskell-cabal_src_configure \
+   $(cabal_flag build-sanity-exe build-sanity-exe) \
+   --flag=-full-text-search \
+   --flag=-have-usleep \
+   --flag=-json1 \
+   --flag=systemlib \
+   --flag=-uri-filenames \
+   --flag=-use-pkgconfig \
+   --flag=-use-stat3 \
+   --flag=-use-stat4
+}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/filepath-bytestring/

2022-07-29 Thread Sam James
commit: f308ea000862b27cc3be9690efdf7a3e27501b23
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:14:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f308ea00

dev-haskell/filepath-bytestring: add 1.4.2.1.9

Closes: https://bugs.gentoo.org/861719
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/filepath-bytestring/Manifest   |  1 +
 .../filepath-bytestring-1.4.2.1.9.ebuild   | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-haskell/filepath-bytestring/Manifest 
b/dev-haskell/filepath-bytestring/Manifest
index bf733c9e0061..f4bd9ae8eb82 100644
--- a/dev-haskell/filepath-bytestring/Manifest
+++ b/dev-haskell/filepath-bytestring/Manifest
@@ -1 +1,2 @@
 DIST filepath-bytestring-1.4.2.1.6.tar.gz 25418 BLAKE2B 
3b1eaa89f68f6bea1ab1cf003cb53032eeea81f36b2de046054310b17c60d951791499afbd1e92a3d264515cfa3d3b60c87527f3579401a92b92efcc265c4c3f
 SHA512 
f101d718681373faead2e916dbdb7fda7b12091067d070f5d0e8ceab48c8081ca7f46bdc2fcfc0b535d65d51a3835fed05a50acf36f1a01c22c8d01c4c98e106
+DIST filepath-bytestring-1.4.2.1.9.tar.gz 25901 BLAKE2B 
f8cc6b01daa2a89ba9c4cfc448675ba00a203ba7eee7f966380e84daa56cf83899ea471d4b0b17f2d10b4fe8efccdca8dd188f4bdc842eee85a1f81e31a59b6a
 SHA512 
814ca8e733afb85187055bf8fdf7381cba4de8587141eff678ec78aca76cd3042a40c3046d5fe4adaaa3575701c2a4172202ef9580ad66d87c92ee4a4e66fe87

diff --git 
a/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild 
b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild
new file mode 100644
index ..d6a047106b13
--- /dev/null
+++ b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.2.1.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Library for manipulating RawFilePaths in a cross platform way"
+HOMEPAGE="https://hackage.haskell.org/package/filepath-bytestring;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.2.0.1
+   test? ( >=dev-haskell/quickcheck-2.7 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/filepath-bytestring/

2022-07-29 Thread Sam James
commit: 37b05f896ec5d1e75b2a00d2fd4cf09e36311322
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:14:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b05f89

dev-haskell/filepath-bytestring: drop 1.4.2.1.6

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/filepath-bytestring/Manifest   |  1 -
 .../filepath-bytestring-1.4.2.1.6.ebuild   | 25 --
 2 files changed, 26 deletions(-)

diff --git a/dev-haskell/filepath-bytestring/Manifest 
b/dev-haskell/filepath-bytestring/Manifest
index f4bd9ae8eb82..26f295beb4ed 100644
--- a/dev-haskell/filepath-bytestring/Manifest
+++ b/dev-haskell/filepath-bytestring/Manifest
@@ -1,2 +1 @@
-DIST filepath-bytestring-1.4.2.1.6.tar.gz 25418 BLAKE2B 
3b1eaa89f68f6bea1ab1cf003cb53032eeea81f36b2de046054310b17c60d951791499afbd1e92a3d264515cfa3d3b60c87527f3579401a92b92efcc265c4c3f
 SHA512 
f101d718681373faead2e916dbdb7fda7b12091067d070f5d0e8ceab48c8081ca7f46bdc2fcfc0b535d65d51a3835fed05a50acf36f1a01c22c8d01c4c98e106
 DIST filepath-bytestring-1.4.2.1.9.tar.gz 25901 BLAKE2B 
f8cc6b01daa2a89ba9c4cfc448675ba00a203ba7eee7f966380e84daa56cf83899ea471d4b0b17f2d10b4fe8efccdca8dd188f4bdc842eee85a1f81e31a59b6a
 SHA512 
814ca8e733afb85187055bf8fdf7381cba4de8587141eff678ec78aca76cd3042a40c3046d5fe4adaaa3575701c2a4172202ef9580ad66d87c92ee4a4e66fe87

diff --git 
a/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.6.ebuild 
b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.6.ebuild
deleted file mode 100644
index 5c15d58f56c7..
--- a/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.4.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Library for manipulating RawFilePaths in a cross platform way"
-HOMEPAGE="https://hackage.haskell.org/package/filepath-bytestring;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.18
-   test? ( >=dev-haskell/quickcheck-2.7 

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

2022-07-29 Thread Sam James
commit: 9ac3f1cf62b522236ba9efd7e923071c37df1e6d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 04:46:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac3f1cf

toolchain.eclass: store previous test results & compare in src_test

This is what GCC developers do, so let's give it a try. Note that
folks will have to (for now?) set GCC_TESTS_IGNORE_NO_BASELINE=1
for it to succeed if src_test failed for the first time & they don't
have any test data saved for that slot.

The test data is stored in ${EPREFIX}/var/cache/gcc/${SLOT}. GCC
upstream's contrib/compare_tests script performs the comparison.

We may want to investigate shipping baseline results / gathering
them in a repo somewhere.

We may also in future want to install this data as orphaned
so that it's kept around and not lost when upgrading versions
and to allow cross-slot comparison when an old one is depcleaned
(although I guess doesn't matter so much if it's first time, but still).

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

 eclass/toolchain.eclass | 44 ++--
 1 file changed, 42 insertions(+), 2 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index caabb5f25fa1..d4007968ac8a 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1882,12 +1882,39 @@ toolchain_src_test() {
# 'asan' wants to be preloaded first, so does 'sandbox'.
# To make asan tests work disable sandbox for all of test suite.
# 'backtrace' tests also does not like 'libsandbox.so' presence.
-   SANDBOX_ON=0 LD_PRELOAD= emake -k check
+   #
+   # Nonfatal here as we die if compare_tests failed
+   SANDBOX_ON=0 LD_PRELOAD= nonfatal emake -k check
+   local success_tests=$?
+
+   if [[ ! -d "${BROOT}"/var/cache/gcc/${SLOT} ]] && ! [[ ${success_tests} 
-eq 0 ]] ; then
+   # We have no reference data saved from a previous run to know if
+   # the failures are tolerable or not, so we bail out.
+   eerror "Reference test data does NOT exist at 
${BROOT}/var/cache/gcc/${SLOT}"
+   eerror "Tests failed and nothing to compare with, so this is a 
fatal error."
+   eerror "(Set GCC_TESTS_IGNORE_NO_BASELINE=1 to make this 
non-fatal for initial run.)"
+
+   if [[ -z ${GCC_TESTS_IGNORE_NO_BASELINE} ]] ; then
+   die "Tests failed (failures occurred with no reference 
data)"
+   fi
+   fi
 
-   einfo "Testing complete."
+   einfo "Testing complete! Review the following output to check for 
success or failure."
einfo "Please ignore any 'mail' lines in the summary output below (no 
mail is sent)."
einfo "Summary:"
"${S}"/contrib/test_summary
+
+   # If previous results exist on the system, compare with it
+   # TODO: Distribute some baseline results in e.g. gcc-patches.git?
+   if [[ -d "${BROOT}"/var/cache/gcc/${SLOT} ]] ; then
+   einfo "Comparing with previous cached results at 
${BROOT}/var/cache/gcc/${SLOT}"
+
+   # Exit with the following values:
+# 0 if there is nothing of interest
+# 1 if there are errors when comparing single test case files
+# N for the number of errors found when comparing directories
+   "${S}"/contrib/compare_tests "${BROOT}"/var/cache/gcc/${SLOT}/ 
. || die "Comparison for tests results failed, error code: $?"
+   fi
 }
 
 #>> src_install <<
@@ -2123,6 +2150,19 @@ toolchain_src_install() {
pax-mark -m 
"${ED}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/ecj1"
pax-mark -m "${ED}/${CTARGET}/gcc-bin/${GCC_CONFIG_VER}/gij"
fi
+
+   if use test ; then
+   # TODO: In future, install orphaned to allow comparison across
+   # more versions even after unmerged? Also would be useful for
+   # historical records and tracking down regressions a while
+   # after they first appeared, but were only just reported.
+   einfo "Copying test results to ${EPREFIX}/var/cache/gcc/${SLOT} 
for future comparison"
+   (
+   dodir /var/cache/gcc/${SLOT}
+   cd "${WORKDIR}"/build || die
+   find . -name \*.sum -exec cp --parents -v {} 
"${ED}"/var/cache/gcc/${SLOT} \;
+   )
+   fi
 }
 
 # Move around the libs to the right location.  For some reason,



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

2022-07-29 Thread Sam James
commit: 01b9a1f5d9ea490b863ef264e7e2aebb96e0a0ec
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 05:15:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b9a1f5

sys-devel/gcc: add 10.4.1_p20220728

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-10.4.1_p20220728.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 445b8a880410..c0aaa941a419 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,5 +1,6 @@
 DIST gcc-10-20211126.tar.xz 71674848 BLAKE2B 
81f4a572e973db7a3701601e66ea58c8e535a55d4d4ac164de00bdb06f7f265585f45d46171cf40d42ebcd3fb02ac81b643398c560912698eb6c008ac6e09518
 SHA512 
db887184c649ebeede5a1b9f13c00fe425012434cb93ec960c3ca50c0bcdeab04a1cc13b20de21b940e5d6a09c3b1c7fc415110a0e990ec1d938627bf97b9342
 DIST gcc-10-20220721.tar.xz 71754392 BLAKE2B 
389d1510a2d4b95a93da0a1ce0ee8e90d0fcec31f49cc13423a4091467eee07939a45e5e23afc1025fdcd02e2f19c509fd610e5d80b91fa124ef54a3fd8baf8c
 SHA512 
9edc37823b556b1fb4d8e205e118a661cf0fcd06d08b78590b5fd694daac9bf5678ed1279d013e544085682c5426b8e1353d95627389df7f00d7008e3075774b
+DIST gcc-10-20220728.tar.xz 71758948 BLAKE2B 
520d5234bf896749e66f36e6aa7a953d179ce8b407503f22f7dbe12f260df2a447a005f33d9277a800cc731c0b3261e77efdc1322aa42d451613ff7be237282a
 SHA512 
95951e9a2738568578e8c80a4d806652f8cc90570d2b394fed1b748186af9ac3b79a1911007734f16d879861eccc12a47d852b7ae7b10e6c5cf483eb86792004
 DIST gcc-10.3.0-musl-patches-1.tar.bz2 2999 BLAKE2B 
3e36bbf2f93fdce15e20f807fa262f7a7abbde85b6f6b4e1383f6eccd8a53d876687d56cde83a80cde8a50e15bec407a1212aa0c85520892563e3d5ef7aaca98
 SHA512 
21483912a7b152f27db82d837a4cf91f2552d5fe238702aeca0c0dd8c7d3695bc70d8794c94a19106df28e053baf14c38433ca8e38e849082b76273cb51f2384
 DIST gcc-10.3.0-patches-3.tar.bz2 18935 BLAKE2B 
13eaf1e055b5b63069aed1575ed93f6bc822b5e3f2181ddfc88f4e7ff801f58997cd131b2efd79b90469b1f861db994feb2adcaecacf165442078f76e233fd9a
 SHA512 
c3d6a6f32863cc0ff7c877314ff0c00a892e473f64d16b82d46b4a77aa97c3e7a575492d27f0d423acb2621c86c9a49bca0e26e45bda9e697495444fcac85084
 DIST gcc-10.3.0.tar.xz 76692288 BLAKE2B 
ac7898f5eb8a7c5f151a526d1bb38913a68b50a65e4d010ac09fa20b6c801c671c790d780f23ccb8e4ecdfc686f4aa588082ccc9eb5c80c7b0e30788f824c1eb
 SHA512 
2b2dd7453d48a398c29eaebd1422b70341001b8c90a62aee51e83344e7fdd8a8e45f82a4a9165bd7edc76dada912c932f4b6632c5636760fec4c5d7e402b3f86

diff --git a/sys-devel/gcc/gcc-10.4.1_p20220728.ebuild 
b/sys-devel/gcc/gcc-10.4.1_p20220728.ebuild
new file mode 100644
index ..b2fac30d2ffc
--- /dev/null
+++ b/sys-devel/gcc/gcc-10.4.1_p20220728.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_SUFFIX="xz"
+TOOLCHAIN_PATCH_DEV="sam"
+#TOOLCHAIN_GCC_RC=1
+PATCH_GCC_VER="10.4.0"
+PATCH_VER="2"
+MUSL_VER="1"
+MUSL_GCC_VER="10.4.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
+elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
+   # Cheesy hack for RCs
+   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
+   MY_P=${PN}-${MY_PV}
+   
GCC_TARBALL_SRC_URI="https://gcc.gnu.org/pub/gcc/snapshots/${MY_PV}/${MY_P}.tar.xz;
+   TOOLCHAIN_SET_S=no
+   S="${WORKDIR}"/${MY_P}
+fi
+
+inherit toolchain
+# Needs to be after inherit (for now?), bug #830908
+EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+
+# Don't keyword live ebuilds
+#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+#fi
+
+RDEPEND=""
+BDEPEND="${CATEGORY}/binutils"
+
+src_prepare() {
+   local p upstreamed_patches=(
+   # add them here
+   )
+   for p in "${upstreamed_patches[@]}"; do
+   rm -v "${WORKDIR}/patch/${p}" || die
+   done
+
+   if has_version '>=sys-libs/glibc-2.32-r1'; then
+   rm -v "${WORKDIR}/patch/23_all_disable-riscv32-ABIs.patch" || 
die
+   fi
+
+   toolchain_src_prepare
+}



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

2022-07-29 Thread Yixun Lan
commit: 90f5277d7afe2ad25a49050269a9aa55f080b41f
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jul 30 05:16:28 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Jul 30 05:16:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f5277d

media-video/mediainfo: keyword 22.03 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-video/mediainfo/mediainfo-22.03.ebuild 
b/media-video/mediainfo/mediainfo-22.03.ebuild
index c2e67b8d3dde..c14b99437c34 100644
--- a/media-video/mediainfo/mediainfo-22.03.ebuild
+++ b/media-video/mediainfo/mediainfo-22.03.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/MediaInfo"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="curl mms wxwidgets"
 
 RDEPEND="~media-libs/libmediainfo-${PV}[curl=,mms=]



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

2022-07-29 Thread Yixun Lan
commit: d69dfdb95a2171c61fad0ab94d859c217e27ca89
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jul 30 05:07:49 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Jul 30 05:07:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69dfdb9

media-libs/libzen: keyword 0.4.39 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-libs/libzen/libzen-0.4.39.ebuild 
b/media-libs/libzen/libzen-0.4.39.ebuild
index 0f49f8e97194..dd36d4debeb4 100644
--- a/media-libs/libzen/libzen-0.4.39.ebuild
+++ b/media-libs/libzen/libzen-0.4.39.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.bz2;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="doc static-libs"
 
 BDEPEND="virtual/pkgconfig



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

2022-07-29 Thread Yixun Lan
commit: bb328e7212b2e75176a27fdca815649fd84707af
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jul 30 05:15:41 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Jul 30 05:15:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb328e72

media-libs/libmediainfo: keyword 22.03 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-libs/libmediainfo/libmediainfo-22.03.ebuild 
b/media-libs/libmediainfo/libmediainfo-22.03.ebuild
index 728b662d400f..40c1484a2200 100644
--- a/media-libs/libmediainfo/libmediainfo-22.03.ebuild
+++ b/media-libs/libmediainfo/libmediainfo-22.03.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_PN}Lib/Project/GNU/Library
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="curl doc mms"
 
 # Tests try to fetch data from online sources



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

2022-07-29 Thread Yixun Lan
commit: cdf60283625465cd3bb499e1f79c00b4747f2140
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jul 30 00:16:52 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Jul 30 05:05:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf60283

net-misc/you-get: add 0.4.1620

Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/you-get/Manifest|  1 +
 net-misc/you-get/you-get-0.4.1620.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/net-misc/you-get/Manifest b/net-misc/you-get/Manifest
index 4f3ce8ee2b38..6735baa237f7 100644
--- a/net-misc/you-get/Manifest
+++ b/net-misc/you-get/Manifest
@@ -1,2 +1,3 @@
 DIST you-get-0.4.1555.tar.gz 165932 BLAKE2B 
3342441f653703899396cd7a5255bd4498125b332566a149f4528cdab9981caefbf79f12171f031efea93e4b6859ab0cb7c72a0e28b6fd89308fd7747f0f8668
 SHA512 
8c5a485334c813ec31bf3e72f7df322503cca900272d9c13f6f10f19576bf0b77fcf595d4a5d97a56c8f69b91ccd5a54c2a44a0ac46cc24ec59bf9af196bf8f0
 DIST you-get-0.4.1602.tar.gz 151182 BLAKE2B 
343465ac823f92a862ac16e85e9a01918d41d1a68a4a0469e44cc202f82352dac31a42b97699627f29cb656475e75abe3b59a53f6a3cc3d1e304fe33dac302db
 SHA512 
8ca41e0d5499d8150bf782e7fd93ab7baf86ba40599ca120e9afa51b8f2696526cdab9f5b29b7c173fd9830c9cfbf8463d8840ad13cbaa4b34729e1809415760
+DIST you-get-0.4.1620.tar.gz 151401 BLAKE2B 
d986deb09f353d108bcdc54aa7a53a511c4767491abc55dad8cdf34aaed598859a66bf4efbdbbadddc112ba95df847101354c8c7d670e14fbcca8cef0a3b45a3
 SHA512 
235e0f0106b00de0382853837be62489ff1d564fad73ebef2b2a5466612f7aae604243e305b9b2c21d4933d3709be14d054c67c7d4bb271efd934e107447a772

diff --git a/net-misc/you-get/you-get-0.4.1620.ebuild 
b/net-misc/you-get/you-get-0.4.1620.ebuild
new file mode 100644
index ..224c8b53367e
--- /dev/null
+++ b/net-misc/you-get/you-get-0.4.1620.ebuild
@@ -0,0 +1,24 @@
+# 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
+
+DESCRIPTION="Utility to download media contents from the web"
+HOMEPAGE="https://you-get.org;
+SRC_URI="https://github.com/soimort/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="test"
+PROPERTIES="test_network"
+
+RDEPEND="
+   media-video/ffmpeg
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: app-portage/mgorny-dev-scripts/

2022-07-29 Thread Sam James
commit: 89799b05e08608ab8af08869295b356e9009c03e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 04:43:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 04:43:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89799b05

app-portage/mgorny-dev-scripts: add 24, drop 23

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

 app-portage/mgorny-dev-scripts/Manifest | 2 +-
 .../{mgorny-dev-scripts-23.ebuild => mgorny-dev-scripts-24.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mgorny-dev-scripts/Manifest 
b/app-portage/mgorny-dev-scripts/Manifest
index 2db1a7f0d3d3..37219b1b7f35 100644
--- a/app-portage/mgorny-dev-scripts/Manifest
+++ b/app-portage/mgorny-dev-scripts/Manifest
@@ -1,3 +1,3 @@
 DIST mgorny-dev-scripts-21.tar.gz 11674 BLAKE2B 
cb3c217df259a6ef48f8e11da8d42c3dcba6c50cbed7e9006d0a02520b0f4bd54a7ea330c680f8570a93d799accfd7f93f410e8fc085cd544fb9f09168a47f84
 SHA512 
be49f0f5392817cf881ec9bcbca78da525f8170b0f9babdfcc0f7c2b9fdd3a0bd31db332498e98c937b22b3b6a5b6325ec2f7150548847cbbdc915d589a99b06
 DIST mgorny-dev-scripts-22.tar.gz 11684 BLAKE2B 
6a17ecec290d761df650d8607f246411d85e80e8511ef1073d671878544785c055dfc4e35bb9e8d937747eac731e4c18075dcbc95044fff3bfe3e8567ed9300b
 SHA512 
597505fe6d27fb0f21308a4966714bc9161e976abe66ac5437d4705a161d960a4beeaa9d3dc36346e69221b1dc912a5957a6ad537ae0f7b4b96f33a419d6933b
-DIST mgorny-dev-scripts-23.tar.gz 11691 BLAKE2B 
5d3937933076cadb50bb47401d16260798677c141c034ba7a5ea6ac5624cf4fa9f1fad554ad3ef90499ef501a5af2c544bb8986adce7e98b1cba8bb5c689f428
 SHA512 
cadaa54c61f428c05c8b45bd1f96b8aeabd9734b62f2ebeb3486de10178a64a71d960d32b5844e126d65fe2ba48000c44ef651de78125344a59d5cab58d7c615
+DIST mgorny-dev-scripts-24.tar.gz 11691 BLAKE2B 
bfc81908b4769a111eee3ad12c931f8d3c1b60715d6b9828ff091da19a7df8258878105cfb402f7b1f4760f27e746db5e65e452bc5a727366cdd51be442e5bd2
 SHA512 
f2fd31f1a8c9de6b7310c7cc24bf861836948a9d88adb389ebdde9fc0d365efafae908f7fdba556a83c6de607587c55a90fd96116c48e78d39900e8b6dfb15b7

diff --git a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-23.ebuild 
b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-24.ebuild
similarity index 100%
rename from app-portage/mgorny-dev-scripts/mgorny-dev-scripts-23.ebuild
rename to app-portage/mgorny-dev-scripts/mgorny-dev-scripts-24.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-portage/mgorny-dev-scripts/

2022-07-29 Thread Sam James
commit: fbc495af310aa675cc22d0f3aa48e4a67b151dab
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 04:40:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 04:41:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc495af

app-portage/mgorny-dev-scripts: add 23

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

 app-portage/mgorny-dev-scripts/Manifest|  1 +
 app-portage/mgorny-dev-scripts/metadata.xml|  2 +-
 .../mgorny-dev-scripts-23.ebuild   | 29 ++
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/app-portage/mgorny-dev-scripts/Manifest 
b/app-portage/mgorny-dev-scripts/Manifest
index 890666eed1a6..2db1a7f0d3d3 100644
--- a/app-portage/mgorny-dev-scripts/Manifest
+++ b/app-portage/mgorny-dev-scripts/Manifest
@@ -1,2 +1,3 @@
 DIST mgorny-dev-scripts-21.tar.gz 11674 BLAKE2B 
cb3c217df259a6ef48f8e11da8d42c3dcba6c50cbed7e9006d0a02520b0f4bd54a7ea330c680f8570a93d799accfd7f93f410e8fc085cd544fb9f09168a47f84
 SHA512 
be49f0f5392817cf881ec9bcbca78da525f8170b0f9babdfcc0f7c2b9fdd3a0bd31db332498e98c937b22b3b6a5b6325ec2f7150548847cbbdc915d589a99b06
 DIST mgorny-dev-scripts-22.tar.gz 11684 BLAKE2B 
6a17ecec290d761df650d8607f246411d85e80e8511ef1073d671878544785c055dfc4e35bb9e8d937747eac731e4c18075dcbc95044fff3bfe3e8567ed9300b
 SHA512 
597505fe6d27fb0f21308a4966714bc9161e976abe66ac5437d4705a161d960a4beeaa9d3dc36346e69221b1dc912a5957a6ad537ae0f7b4b96f33a419d6933b
+DIST mgorny-dev-scripts-23.tar.gz 11691 BLAKE2B 
5d3937933076cadb50bb47401d16260798677c141c034ba7a5ea6ac5624cf4fa9f1fad554ad3ef90499ef501a5af2c544bb8986adce7e98b1cba8bb5c689f428
 SHA512 
cadaa54c61f428c05c8b45bd1f96b8aeabd9734b62f2ebeb3486de10178a64a71d960d32b5844e126d65fe2ba48000c44ef651de78125344a59d5cab58d7c615

diff --git a/app-portage/mgorny-dev-scripts/metadata.xml 
b/app-portage/mgorny-dev-scripts/metadata.xml
index 927c3cba6c37..f6bc84ddbbb6 100644
--- a/app-portage/mgorny-dev-scripts/metadata.xml
+++ b/app-portage/mgorny-dev-scripts/metadata.xml
@@ -7,6 +7,6 @@



-   mgorny/mgorny-dev-scripts
+   projg2/mgorny-dev-scripts

 

diff --git a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-23.ebuild 
b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-23.ebuild
new file mode 100644
index ..09ed49fb3813
--- /dev/null
+++ b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-23.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Handy scripts for ebuild development and more"
+HOMEPAGE="https://github.com/projg2/mgorny-dev-scripts;
+SRC_URI="https://github.com/projg2/mgorny-dev-scripts/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   app-portage/gentoolkit
+   dev-perl/URI
+   dev-util/pkgcheck
+   dev-vcs/git
+   net-misc/wget
+   sys-apps/portage
+   x11-misc/xdg-utils
+   !dev-util/pkgdiff
+"
+
+src_install() {
+   dodoc README.rst
+   rm -f COPYING README.rst || die
+   dobin *
+}



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

2022-07-29 Thread Sam James
commit: 263410e74a7d07b6d3be4673728d85a2a68bf70e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 04:22:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 04:41:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263410e7

sys-devel/autogen: add which BDEPEND

I don't want to actually do this but I need it installed
for now for something else and leaving it broken isn't
good either.

We have a bump pending so we should look into it properly then.

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

 sys-devel/autogen/autogen-5.18.16-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-devel/autogen/autogen-5.18.16-r1.ebuild 
b/sys-devel/autogen/autogen-5.18.16-r1.ebuild
index e6ca874bac9c..147472e14b0a 100644
--- a/sys-devel/autogen/autogen-5.18.16-r1.ebuild
+++ b/sys-devel/autogen/autogen-5.18.16-r1.ebuild
@@ -18,6 +18,8 @@ IUSE="libopts static-libs"
 RDEPEND=">=dev-scheme/guile-2.0:=
dev-libs/libxml2"
 DEPEND="${RDEPEND}"
+# TODO: investigate & drop this!
+BDEPEND="sys-apps/which"
 
 # We don't pass the flag explicitly, bug #796776.
 # Let's fix it upstream after next autogen release if it happens.



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

2022-07-29 Thread Miroslav Šulc
commit: 8e3afb5633c8e60d81ef24385d6dd601f25ac829
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Jul 30 04:01:33 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Jul 30 04:01:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3afb56

media-sound/mpg123: dropped obsolete 1.29.3

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/mpg123/Manifest |   1 -
 media-sound/mpg123/mpg123-1.29.3.ebuild | 108 
 2 files changed, 109 deletions(-)

diff --git a/media-sound/mpg123/Manifest b/media-sound/mpg123/Manifest
index 665a839e5171..4e779f428746 100644
--- a/media-sound/mpg123/Manifest
+++ b/media-sound/mpg123/Manifest
@@ -1,3 +1,2 @@
-DIST mpg123-1.29.3.tar.bz2 1069979 BLAKE2B 
d01a8d77ffb6c344592d1b90026ee25ae12eb2e063446e88370e0aa508705a843b987f1a400351b5ed87d211251057b7b31a2e653401b800fe9871ac2a5756fc
 SHA512 
0d8db63f9bae1507887bc5241a56abccfeb767b7ba8362eb0fce9de2f63369e57fdd6f25a953f8ef5f9ead4f400237db51914816e278566fdf8e6f205ebca5d6
 DIST mpg123-1.30.0.tar.bz2 1091578 BLAKE2B 
6acdbfcc1119507c63d9da95afc747c43698ef385368b417e1716eadde6b74fc0618c3aa03a495e4415b5f14aef26d85f98832b3ba5f5bd17083651808a7f53b
 SHA512 
cf508bdff1f75320c7c4d77653ba8170cc0dd8c565390cfb6ba745ce3853816071c86becff3ce304b80481d220cac2113ad244930832ccc78d3d8da74112562f
 DIST mpg123-1.30.1.tar.bz2 1092735 BLAKE2B 
8ce6b964acf307ce4358b33468b7560e53024df2551a17602032260ac799d6c1ff0512cfb5fa6a59e3983c054fa82b1520f8329502fa4c351b94f66f9ccdee13
 SHA512 
098fcecc6a570e32ccd164b62428417186265905d148d009ea592c948a02027d67fc43e015ece21cf98f31bbe35b3ec770faba5ae0b914db0022cb6b37fd

diff --git a/media-sound/mpg123/mpg123-1.29.3.ebuild 
b/media-sound/mpg123/mpg123-1.29.3.ebuild
deleted file mode 100644
index e82d3a628fb4..
--- a/media-sound/mpg123/mpg123-1.29.3.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs libtool multilib-minimal
-
-DESCRIPTION="a realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3"
-HOMEPAGE="https://www.mpg123.org/;
-SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
-IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa 
coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio 
sdl cpu_flags_x86_sse"
-
-# No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.
-# Note: build system prefers libsdl2 > libsdl. We could in theory add both
-# but it's tricky when it comes to handling switching between them properly.
-# We'd need a USE flag for both sdl1 and sdl2 and to make them clash.
-RDEPEND="
-   dev-libs/libltdl:0
-   alsa? ( media-libs/alsa-lib )
-   jack? ( virtual/jack )
-   nas? ( media-libs/nas )
-   portaudio? ( media-libs/portaudio )
-   pulseaudio? ( media-sound/pulseaudio )
-   sdl? ( media-libs/libsdl2 )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   sys-devel/libtool
-   virtual/pkgconfig
-"
-IDEPEND="app-eselect/eselect-mpg123"
-
-DOCS=( AUTHORS ChangeLog NEWS NEWS.libmpg123 README )
-
-src_prepare() {
-   default
-   elibtoolize # for Darwin bundles
-}
-
-multilib_src_configure() {
-   local _audio=dummy
-   local _output=dummy
-   local _cpu=generic_fpu
-
-   # Build fails without -D_GNU_SOURCE like this:
-   # error: ‘struct hostent’ has no member named ‘h_addr’
-   append-cflags -D_GNU_SOURCE
-
-   if $(multilib_is_native_abi) ; then
-   local flag
-   for flag in nas portaudio sdl oss jack alsa pulseaudio 
coreaudio; do
-   if use ${flag}; then
-   _audio+=" ${flag/pulseaudio/pulse}"
-   _output=${flag/pulseaudio/pulse}
-   fi
-   done
-   fi
-
-   use cpu_flags_ppc_altivec && _cpu=altivec
-
-   if [[ $(tc-arch) == amd64 || ${ARCH} == x64-* ]]; then
-   use cpu_flags_x86_sse && _cpu=x86-64
-   elif use x86 && gcc-specs-pie ; then
-   # Don't use any mmx, 3dnow, sse and 3dnowext
-   # bug #164504
-   _cpu=generic_fpu
-   else
-   use cpu_flags_x86_mmx && _cpu=mmx
-   use cpu_flags_x86_3dnow && _cpu=3dnow
-   use cpu_flags_x86_sse && _cpu=x86
-   use cpu_flags_x86_3dnowext && _cpu=x86
-   fi
-
-   local myconf=(
-   --with-optimization=0
-   --with-audio="${_audio}"
-   --with-default-audio=${_output}
-   --with-cpu=${_cpu}
-   --enable-network
-   $(use_enable ipv6)
-   

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

2022-07-29 Thread Miroslav Šulc
commit: f744642c3a79ecab1a22f357e5ec72cd7b7e7499
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Jul 30 04:00:02 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Jul 30 04:00:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f744642c

media-libs/openal: dropped obsolete 1.22.0

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/openal/Manifest |  1 -
 media-libs/openal/openal-1.22.0.ebuild | 83 --
 2 files changed, 84 deletions(-)

diff --git a/media-libs/openal/Manifest b/media-libs/openal/Manifest
index ccc45ada143c..b30f7f433ab0 100644
--- a/media-libs/openal/Manifest
+++ b/media-libs/openal/Manifest
@@ -1,2 +1 @@
-DIST openal-soft-1.22.0.tar.bz2 606420 BLAKE2B 
c244c28a253168a6651230d31608449b885d3519d07bf9befb51a5618c2cab6166496f69230969ff38982eb2c82e1e467a741376a2af38dfe59687143411
 SHA512 
1e3df371d126e19e369dd01e3c5e95d6a32b664adf54ee37836d51ca7bc829f275d945388d8a40a3ac92c1151380bd68bbab4f8a08f59ea67dd1bd9b9a1d0cbd
 DIST openal-soft-1.22.2.tar.bz2 606151 BLAKE2B 
78cb5ad38635908a59850aeb511223fd6a28f7699294836cbbfdd09cbfd9016250d68b26115131a7cb4af5d5d0a4d2cbd52813d813f78a045b797c5fb601bc7a
 SHA512 
2271968955d55746caf514b6d4304d09d5e552d5640552e2503186ef36bc872a836804ebf79ffbda663931bd13d4e2ce53e0c46cc4faf4134bdb3c08983a5e47

diff --git a/media-libs/openal/openal-1.22.0.ebuild 
b/media-libs/openal/openal-1.22.0.ebuild
deleted file mode 100644
index b85e02154822..
--- a/media-libs/openal/openal-1.22.0.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib
-
-MY_P="${PN}-soft-${PV}"
-
-DESCRIPTION="A software implementation of the OpenAL 3D audio API"
-HOMEPAGE="https://www.openal-soft.org/;
-SRC_URI="https://www.openal-soft.org/openal-releases/${MY_P}.tar.bz2;
-
-# See 
https://github.com/kcat/openal-soft/blob/e0097c18b82d5da37248c4823fde48b6e0002cdd/BSD-3Clause
-# Some components are under BSD
-LICENSE="LGPL-2+ BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
-IUSE="
-   alsa coreaudio debug jack oss portaudio pulseaudio sdl sndio qt5
-   cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1
-   cpu_flags_arm_neon
-"
-
-RDEPEND="
-   alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
-   jack? ( virtual/jack[${MULTILIB_USEDEP}] )
-   portaudio? ( 
>=media-libs/portaudio-19_pre2021-r1[${MULTILIB_USEDEP}] )
-   pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-   sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
-   sndio? ( media-sound/sndio:=[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   oss? ( virtual/os-headers )"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( alsoftrc.sample docs/env-vars.txt docs/hrtf.txt ChangeLog README.md )
-
-src_configure() {
-   # -DEXAMPLES=OFF to avoid FFmpeg dependency wrt #481670
-   my_configure() {
-   local mycmakeargs=(
-   -DALSOFT_REQUIRE_ALSA=$(usex alsa)
-   -DALSOFT_REQUIRE_COREAUDIO=$(usex coreaudio)
-   -DALSOFT_REQUIRE_JACK=$(usex jack)
-   -DALSOFT_REQUIRE_OSS=$(usex oss)
-   -DALSOFT_REQUIRE_PORTAUDIO=$(usex portaudio)
-   -DALSOFT_REQUIRE_PULSEAUDIO=$(usex pulseaudio)
-   -DALSOFT_REQUIRE_SDL2=$(usex sdl)
-   # See bug #809314 for getting both options for sndio
-   -DALSOFT_{BACKEND,REQUIRE}_SNDIO=$(usex sndio)
-   -DALSOFT_UTILS=$(multilib_is_native_abi && echo "ON" || 
echo "OFF")
-   -DALSOFT_NO_CONFIG_UTIL=$(usex qt5 
"$(multilib_is_native_abi && echo "OFF" || echo "ON")" ON)
-   -DALSOFT_EXAMPLES=OFF
-   )
-
-   # Avoid unused variable warnings, bug #738240
-   if use amd64 || use x86 ; then
-   mycmakeargs+=(
-   -DALSOFT_CPUEXT_SSE=$(usex cpu_flags_x86_sse)
-   -DALSOFT_CPUEXT_SSE2=$(usex cpu_flags_x86_sse2)
-   -DALSOFT_CPUEXT_SSE4_1=$(usex 
cpu_flags_x86_sse4_1)
-   )
-   fi
-
-   if use arm || use arm64 ; then
-   mycmakeargs+=(
-   -DALSOFT_CPUEXT_NEON=$(usex cpu_flags_arm_neon)
-   )
-   fi
-
-   cmake_src_configure
-   }
-
-   multilib_parallel_foreach_abi my_configure
-}



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

2022-07-29 Thread Marc Schiffbauer
commit: 6643741dc23ca9a56ad6eb15e9241e83a7323fe0
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sat Jul 30 03:45:21 2022 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Jul 30 03:45:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6643741d

profiles: last-rite app-misc/zygrib

Bug: https://bugs.gentoo.org/637150
Bug: https://bugs.gentoo.org/686078
Bug: https://bugs.gentoo.org/733066
Bug: https://bugs.gentoo.org/733068
Bug: https://bugs.gentoo.org/828986
Bug: https://bugs.gentoo.org/854744
Signed-off-by: Marc Schiffbauer  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 12f21275c8ad..a97bda8db165 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Marc Schiffbauer  (2022-07-30)
+# No update since 2016, compilation and build system
+# errors
+# Bugs #637150, #686078, #733066, #733068, #828986, #854744
+# removal in 30 days (2022-08-29)
+app-misc/zygrib
+
 # David Seifert  (2022-07-28)
 # Unmaintained, EOL upstream, QA and build issues, EAPI 6.
 # Bug #682346, #844592, removal on 2022-08-27.



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-l10n/

2022-07-29 Thread Ulrich Müller
commit: 500bff78581acb71b695e8e29eff42c666420a64
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul 30 03:13:13 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul 30 03:21:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500bff78

app-i18n/man-pages-l10n: Fix file collision with sys-apps/shadow

If there is a file collision in any language, then remove all language
versions of that file.

Bug: https://bugs.gentoo.org/861743#c2
Signed-off-by: Ulrich Müller  gentoo.org>

 ...14.0.ebuild => man-pages-l10n-4.14.0-r1.ebuild} | 77 +++---
 1 file changed, 39 insertions(+), 38 deletions(-)

diff --git a/app-i18n/man-pages-l10n/man-pages-l10n-4.14.0.ebuild 
b/app-i18n/man-pages-l10n/man-pages-l10n-4.14.0-r1.ebuild
similarity index 64%
rename from app-i18n/man-pages-l10n/man-pages-l10n-4.14.0.ebuild
rename to app-i18n/man-pages-l10n/man-pages-l10n-4.14.0-r1.ebuild
index 3254d8837780..f3ee6041875e 100644
--- a/app-i18n/man-pages-l10n/man-pages-l10n-4.14.0.ebuild
+++ b/app-i18n/man-pages-l10n/man-pages-l10n-4.14.0-r1.ebuild
@@ -32,50 +32,51 @@ src_prepare() {
sed -i -e "/^SUBDIRS/s/=.*/= ${L10N//-/_}/" po/Makefile.{am,in} || die
 
# some packages have their own translations
-   local noinst_manpages=(
+   local f noinst_manpages=(
# app-arch/xz-utils
-   de/xz.1
-   de/xzdec.1
-   de/xzdiff.1
-   de/xzgrep.1
-   de/xzless.1
-   de/xzmore.1
+   xz.1
+   xzdec.1
+   xzdiff.1
+   xzgrep.1
+   xzless.1
+   xzmore.1
# sys-apps/shadow
-   {cs,de,es,hu,nl,pl}/groups.1
-   de/su.1
+   groups.1
+   su.1
# sys-apps/sysvinit
-   de/last.1
-   de/mesg.1
-   de/mountpoint.1
-   de/utmpdump.1
-   de/wall.1
-   fr/bootlogd.8
-   de/halt.8
-   {fr,pl}/killall5.8
-   de/runlevel.8
-   de/sulogin.8
+   last.1
+   mesg.1
+   mountpoint.1
+   utmpdump.1
+   wall.1
+   bootlogd.8
+   halt.8
+   killall5.8
+   runlevel.8
+   sulogin.8
# sys-process/procps
-   {de,fr,pl}/free.1
-   {de,fr}/pgrep.1
-   {de,fr}/pmap.1
-   {de,fr,pl}/ps.1
-   {de,fr}/pwdx.1
-   {de,fr}/tload.1
-   {de,fr,pl}/uptime.1
-   {de,fr}/sysctl.conf.5
-   {de,fr}/sysctl.8
-   {de,fr}/vmstat.8
+   free.1
+   pgrep.1
+   pmap.1
+   ps.1
+   pwdx.1
+   tload.1
+   uptime.1
+   sysctl.conf.5
+   sysctl.8
+   vmstat.8
# sys-process/psmisc
-   {de,nl,pl}/fuser.1
-   {de,pl}/killall.1
-   de/peekfd.1
-   de/prtstat.1
-   de/pslog.1
-   {de,pl}/pstree.1
+   fuser.1
+   killall.1
+   peekfd.1
+   prtstat.1
+   pslog.1
+   pstree.1
)
-   printf '%s\n' "${noinst_manpages[@]}" \
-   | sed 's%^\(.*\)/\(.*\)\.\(.*\)$%po/\1/man\3/\2.\3.po%' | xargs 
rm
-   assert
+
+   for f in "${noinst_manpages[@]}"; do
+   rm po/*/"man${f##*.}/${f}.po" || die
+   done
 }
 
 src_configure() {



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

2022-07-29 Thread Sam James
commit: 05bcce6b6ddd3b7912a7428614d5bad9c361f7c2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 03:13:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 03:13:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bcce6b

sys-devel/automake: enable Python 3.11

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

 sys-devel/automake/automake-1.16.5.ebuild | 18 ++
 sys-devel/automake/automake-.ebuild   | 14 --
 2 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/sys-devel/automake/automake-1.16.5.ebuild 
b/sys-devel/automake/automake-1.16.5.ebuild
index df393e3b1078..6e1d35f712b0 100644
--- a/sys-devel/automake/automake-1.16.5.ebuild
+++ b/sys-devel/automake/automake-1.16.5.ebuild
@@ -2,20 +2,20 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8,9,10} )
+
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit python-any-r1
 
 if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://git.savannah.gnu.org/r/${PN}.git;
-
inherit git-r3
 else
-   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"
if [[ ${PV/_beta} == ${PV} ]]; then
MY_P="${P}"
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
https://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz;
+   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"
else
MY_PV="$(ver_cut 1).$(($(ver_cut 2)-1))b"
MY_P="${PN}-${MY_PV}"
@@ -23,6 +23,7 @@ else
# Alpha/beta releases are not distributed on the usual mirrors.
SRC_URI="https://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz;
fi
+
S="${WORKDIR}/${MY_P}"
 fi
 
@@ -59,14 +60,15 @@ pkg_setup() {
 
 src_prepare() {
default
+
export WANT_AUTOCONF=2.5
-   # Don't try wrapping the autotools this thing runs as it tends
+   # Don't try wrapping the autotools - this thing runs as it tends
# to be a bit esoteric, and the script does `set -e` itself.
./bootstrap || die
sed -i -e "/APIVERSION=/s:=.*:=${SLOT}:" configure || die
 
-   # Bug 628912
-   if ! has_version sys-apps/texinfo ; then
+   # bug #628912
+   if ! has_version -b sys-apps/texinfo ; then
touch doc/{stamp-vti,version.texi,automake.info} || die
fi
 }
@@ -76,8 +78,8 @@ src_configure() {
default
 }
 
-# slot the info pages.  do this w/out munging the source so we don't have
-# to depend on texinfo to regen things.  #464146 (among others)
+# Slot the info pages. Do this w/out munging the source so we don't have
+# to depend on texinfo to regen things. bug #464146 (among others)
 slot_info_pages() {
pushd "${ED}"/usr/share/info >/dev/null || die
rm -f dir

diff --git a/sys-devel/automake/automake-.ebuild 
b/sys-devel/automake/automake-.ebuild
index 0467aa671d75..a36fa3529b35 100644
--- a/sys-devel/automake/automake-.ebuild
+++ b/sys-devel/automake/automake-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit python-any-r1
 
@@ -23,6 +23,7 @@ else
# Alpha/beta releases are not distributed on the usual mirrors.
SRC_URI="https://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz;
fi
+
S="${WORKDIR}/${MY_P}"
 fi
 
@@ -53,14 +54,15 @@ pkg_setup() {
 
 src_prepare() {
default
+
export WANT_AUTOCONF=2.5
-   # Don't try wrapping the autotools this thing runs as it tends
+   # Don't try wrapping the autotools - this thing runs as it tends
# to be a bit esoteric, and the script does `set -e` itself.
./bootstrap || die
sed -i -e "/APIVERSION=/s:=.*:=${SLOT}:" configure || die
 
-   # Bug 628912
-   if ! has_version sys-apps/texinfo ; then
+   # bug #628912
+   if ! has_version -b sys-apps/texinfo ; then
touch doc/{stamp-vti,version.texi,automake.info} || die
fi
 }
@@ -70,8 +72,8 @@ src_configure() {
default
 }
 
-# slot the info pages.  do this w/out munging the source so we don't have
-# to depend on texinfo to regen things.  #464146 (among others)
+# Slot the info pages. Do this w/out munging the source so we don't have
+# to depend on texinfo to regen things. bug #464146 (among others)
 slot_info_pages() {
pushd "${ED}"/usr/share/info >/dev/null || die
rm -f dir



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

2022-07-29 Thread Sam James
commit: 66c50c71ffd0fef821d16f03578a2ace4cb4a86f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:52:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:52:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c50c71

net-misc/wget: enable Python 3.11

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

 net-misc/wget/wget-1.21.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wget/wget-1.21.3-r1.ebuild 
b/net-misc/wget/wget-1.21.3-r1.ebuild
index f9868742047a..a9c2b2abbd91 100644
--- a/net-misc/wget/wget-1.21.3-r1.ebuild
+++ b/net-misc/wget/wget-1.21.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/wget.asc
 inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig
 



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

2022-07-29 Thread Sam James
commit: 8e0c559d915e3a49d197008277f46d76b129aa88
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Fri Jul 29 15:14:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:35:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0c559d

dev-java/zstd-jni: add 1.5.0.5

EAPI 8
depend on jdk
Bug: https://bugs.gentoo.org/835812
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/26653
Signed-off-by: Sam James  gentoo.org>

 dev-java/zstd-jni/Manifest|  1 +
 dev-java/zstd-jni/zstd-jni-1.5.0.5.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-java/zstd-jni/Manifest b/dev-java/zstd-jni/Manifest
index 2700678e3838..e31c27c19337 100644
--- a/dev-java/zstd-jni/Manifest
+++ b/dev-java/zstd-jni/Manifest
@@ -1 +1,2 @@
 DIST zstd-jni-1.5.0.4.tar.gz 9296353 BLAKE2B 
1b4011cc7876d3d4ca2636d9872b1127d3a700f4cc6b159a36dbff5e73a2ec3af91d4a27965123c9dbb9f017200bb68bf7e078806d25d7e395243c2251936891
 SHA512 
2d83a1e4ff6c25ef301dc25343dcfd4f2dda7f8c44aae2d1d5da2159affb6d0c2885693022dd5cbd2d360540092bebfe0635b61c899fc7ce8dc496a96ba6f017
+DIST zstd-jni-1.5.0.5.tar.gz 9297542 BLAKE2B 
96b2aa09d62c7a45c352d52358aa47a66c95c1b122bfc61b7e2b3aaa829e011a8ed6f71373130700ecdb7d8541ca6971c2cd7fda01be396053532c4aeeca3cb1
 SHA512 
b63858d58c7d1b2c9d120f49d1289caa7e5b429d0f8c3c95b7f58a5d432f09d41504c5f5b0934f53be8eadf3c1ab02a1a872e292bac465907fffe2a67108267e

diff --git a/dev-java/zstd-jni/zstd-jni-1.5.0.5.ebuild 
b/dev-java/zstd-jni/zstd-jni-1.5.0.5.ebuild
new file mode 100644
index ..fd0b9e85ee37
--- /dev/null
+++ b/dev-java/zstd-jni/zstd-jni-1.5.0.5.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MAVEN_ID="com.github.luben:zstd-jni:1.5.0-5"
+MY_PV="$(ver_rs 3 -)"
+
+inherit java-pkg-2 java-pkg-simple cmake
+
+DESCRIPTION="JNI bindings for Zstd native library"
+
+HOMEPAGE="https://github.com/luben/zstd-jni;
+SRC_URI="https://github.com/luben/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8:*"
+DEPEND=">=virtual/jdk-1.8:*"
+
+PATCHES=(
+   "${FILESDIR}/zstd-jni-1.5.0.4-filter-flags.patch"
+)
+
+JAVA_SRC_DIR="src/main/java"
+
+src_prepare() {
+   cmake_src_prepare
+
+   echo -e "package com.github.luben.zstd.util;\n\npublic class 
ZstdVersion\n{\n\tpublic static final String VERSION = \"${PV}\";\n}\n" \
+   >> ${JAVA_SRC_DIR}/com/github/luben/zstd/util/ZstdVersion.java 
|| die "Failed to generate version class"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DJAVA_HOME="$(java-config -g JAVA_HOME)"
+   # Resolve bug #776910
+   # Reference: https://stackoverflow.com/a/51764145
+   -DJAVA_AWT_LIBRARY="NotNeeded"
+   )
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   mkdir -p "${S}/target/classes/META-INF" || die "Failed to create 
META-INF dir"
+   echo "Manifest-Version: 1.0
+Implementation-Version: ${MY_PV}
+Bundle-NativeCode: libzstd-jni.so;osname=Linux" > 
"${S}/target/classes/META-INF/MANIFEST.MF" || die "Failed to create MANIFEST.MF"
+   java-pkg-simple_src_compile
+   java-pkg_addres ${JAVA_JAR_FILENAME} "${BUILD_DIR}" -name 
libzstd-jni.so || die "Failed to add library to jar"
+}
+
+src_install() {
+   java-pkg-simple_src_install
+}



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

2022-07-29 Thread Sam James
commit: c6dabec1e74919ccc66b26f42291d6315928e415
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:33:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:33:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6dabec1

dev-java/gson: Stabilize 2.9.0-r2 ppc64, #862130

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

 dev-java/gson/gson-2.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/gson/gson-2.9.0-r2.ebuild 
b/dev-java/gson/gson-2.9.0-r2.ebuild
index 7dd8d3e31390..bad7217e8a67 100644
--- a/dev-java/gson/gson-2.9.0-r2.ebuild
+++ b/dev-java/gson/gson-2.9.0-r2.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/${PN}-parent-${PV}.tar.gz -> ${
 
 LICENSE="Apache-2.0"
 SLOT="2.6"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 DEPEND=">=virtual/jdk-11:*"
 RDEPEND=">=virtual/jre-1.8:*"



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

2022-07-29 Thread Sam James
commit: 426ec412e6eeeba82dd32d15f7ff205352c08b9d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:33:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:33:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426ec412

media-libs/harfbuzz: Stabilize 4.4.1 ppc, #856673

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

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

diff --git a/media-libs/harfbuzz/harfbuzz-4.4.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-4.4.1.ebuild
index 59f53c877f53..bcdb324e06b8 100644
--- a/media-libs/harfbuzz/harfbuzz-4.4.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-4.4.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2022-07-29 Thread Sam James
commit: 1840fe4c6dfaaa54d67ec3615bfe27f4eda56375
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:33:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:33:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1840fe4c

app-text/poppler: Stabilize 22.06.0 ppc, #856673

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

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

diff --git a/app-text/poppler/poppler-22.06.0.ebuild 
b/app-text/poppler/poppler-22.06.0.ebuild
index dc6aeb1977aa..a45c4fcca60f 100644
--- a/app-text/poppler/poppler-22.06.0.ebuild
+++ b/app-text/poppler/poppler-22.06.0.ebuild
@@ -15,7 +15,7 @@ else
 
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
SRC_URI+=" verify-sig? ( 
https://poppler.freedesktop.org/${P}.tar.xz.sig )"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/122"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-aacid/

2022-07-29 Thread Sam James
commit: 606e6cf8d0cbe4b15704a28638119766def0e010
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:33:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:33:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606e6cf8

sec-keys/openpgp-keys-aacid: Stabilize 20220603 ppc, #856673

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

 sec-keys/openpgp-keys-aacid/openpgp-keys-aacid-20220603.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-aacid/openpgp-keys-aacid-20220603.ebuild 
b/sec-keys/openpgp-keys-aacid/openpgp-keys-aacid-20220603.ebuild
index 50d3ba843b92..5fc6d8c25b5b 100644
--- a/sec-keys/openpgp-keys-aacid/openpgp-keys-aacid-20220603.ebuild
+++ b/sec-keys/openpgp-keys-aacid/openpgp-keys-aacid-20220603.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 src_install() {
local files=( ${A} )



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

2022-07-29 Thread Sam James
commit: fd7e01c673ac4c50c461e22ad7c4afd5f2245924
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:32:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:32:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7e01c6

dev-python/pytoolconfig: Stabilize 1.2.1 amd64, #862061

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

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

diff --git a/dev-python/pytoolconfig/pytoolconfig-1.2.1.ebuild 
b/dev-python/pytoolconfig/pytoolconfig-1.2.1.ebuild
index 1618bd29a961..ef93d3247f71 100644
--- a/dev-python/pytoolconfig/pytoolconfig-1.2.1.ebuild
+++ b/dev-python/pytoolconfig/pytoolconfig-1.2.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2022-07-29 Thread Sam James
commit: af904fe9c0fb10ec719e4dcc5430ff3328d15967
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:32:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:32:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af904fe9

dev-java/gson: Stabilize 2.9.0-r2 amd64, #862130

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

 dev-java/gson/gson-2.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/gson/gson-2.9.0-r2.ebuild 
b/dev-java/gson/gson-2.9.0-r2.ebuild
index 461a65f8a3b9..7dd8d3e31390 100644
--- a/dev-java/gson/gson-2.9.0-r2.ebuild
+++ b/dev-java/gson/gson-2.9.0-r2.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/${PN}-parent-${PV}.tar.gz -> ${
 
 LICENSE="Apache-2.0"
 SLOT="2.6"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 DEPEND=">=virtual/jdk-11:*"
 RDEPEND=">=virtual/jre-1.8:*"



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

2022-07-29 Thread Sam James
commit: 8a116f3ee751fef71296791b98808dbb34fc59e3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:32:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:32:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a116f3e

dev-python/rope: Stabilize 1.2.0 amd64, #862061

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

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

diff --git a/dev-python/rope/rope-1.2.0.ebuild 
b/dev-python/rope/rope-1.2.0.ebuild
index 67e1183ee5b0..ffa603ad1c4c 100644
--- a/dev-python/rope/rope-1.2.0.ebuild
+++ b/dev-python/rope/rope-1.2.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="doc"
 
 RDEPEND="



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

2022-07-29 Thread Sam James
commit: 390d3e7ae7854dcde45cdc878e46d1f5943f9719
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:32:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:32:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390d3e7a

media-video/celluloid: Stabilize 0.21 amd64, #862154

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

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

diff --git a/media-video/celluloid/celluloid-0.21.ebuild 
b/media-video/celluloid/celluloid-0.21.ebuild
index 6427cae1f4e7..447feb7364ca 100644
--- a/media-video/celluloid/celluloid-0.21.ebuild
+++ b/media-video/celluloid/celluloid-0.21.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm64 ~ppc64"
 
 RDEPEND=">=dev-libs/glib-2.44
>=x11-libs/gtk+-3.22.23:3



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

2022-07-29 Thread Sam James
commit: 19a6a4579a6f444eed0b8eb509af0ffb0db5604b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:32:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:32:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a6a457

dev-python/pdm-pep517: Stabilize 1.0.3 amd64, #862061

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

 dev-python/pdm-pep517/pdm-pep517-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pdm-pep517/pdm-pep517-1.0.3.ebuild 
b/dev-python/pdm-pep517/pdm-pep517-1.0.3.ebuild
index 65915f36678c..9c2511ebf46b 100644
--- a/dev-python/pdm-pep517/pdm-pep517-1.0.3.ebuild
+++ b/dev-python/pdm-pep517/pdm-pep517-1.0.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/cerberus-1.3.4[${PYTHON_USEDEP}]



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

2022-07-29 Thread Sam James
commit: f6c4af5a0db4ded231391bb84320f83df7e10f58
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:30:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:30:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c4af5a

dev-libs/libevdev: enable Python 3.11

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

 dev-libs/libevdev/libevdev-1.12.1.ebuild | 2 +-
 dev-libs/libevdev/libevdev-.ebuild   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libevdev/libevdev-1.12.1.ebuild 
b/dev-libs/libevdev/libevdev-1.12.1.ebuild
index 1b3bfadb1175..055511866150 100644
--- a/dev-libs/libevdev/libevdev-1.12.1.ebuild
+++ b/dev-libs/libevdev/libevdev-1.12.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit meson-multilib python-any-r1
 

diff --git a/dev-libs/libevdev/libevdev-.ebuild 
b/dev-libs/libevdev/libevdev-.ebuild
index a5a5af24e1b8..3ebcd5465269 100644
--- a/dev-libs/libevdev/libevdev-.ebuild
+++ b/dev-libs/libevdev/libevdev-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit meson-multilib python-any-r1
 



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

2022-07-29 Thread Sam James
commit: f0565c89162c325429e22707ac0670515c4b60cb
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:32:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:32:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0565c89

dev-python/license-expression: Stabilize 30.0.0 amd64, #862061

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

 dev-python/license-expression/license-expression-30.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/license-expression/license-expression-30.0.0.ebuild 
b/dev-python/license-expression/license-expression-30.0.0.ebuild
index ecfd97d0a33e..e4908fea38c8 100644
--- a/dev-python/license-expression/license-expression-30.0.0.ebuild
+++ b/dev-python/license-expression/license-expression-30.0.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/boolean-py-4.0[${PYTHON_USEDEP}]



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

2022-07-29 Thread Sam James
commit: e7b5bd99d13ce344049d109e4fbe31d523dfe86e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:32:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:32:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b5bd99

dev-python/boolean-py: Stabilize 4.0 amd64, #862061

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

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

diff --git a/dev-python/boolean-py/boolean-py-4.0.ebuild 
b/dev-python/boolean-py/boolean-py-4.0.ebuild
index 5b08c43bc615..65646778da9a 100644
--- a/dev-python/boolean-py/boolean-py-4.0.ebuild
+++ b/dev-python/boolean-py/boolean-py-4.0.ebuild
@@ -22,6 +22,6 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/

2022-07-29 Thread Sam James
commit: 6487a993e47740f74e4c2def9a8912ae2ac30649
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:32:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:32:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6487a993

www-apps/gitea: Stabilize 1.16.9 amd64, #861944

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

 www-apps/gitea/gitea-1.16.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/gitea/gitea-1.16.9.ebuild 
b/www-apps/gitea/gitea-1.16.9.ebuild
index a816c920b1b9..a78f96df3391 100644
--- a/www-apps/gitea/gitea-1.16.9.ebuild
+++ b/www-apps/gitea/gitea-1.16.9.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/go-gitea/gitea.git;
 else

SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 S="${WORKDIR}"



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

2022-07-29 Thread Sam James
commit: 4535b48a054e210def24278c5471025715bd6d63
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:31:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:31:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4535b48a

dev-java/gson: Stabilize 2.9.0-r2 x86, #862130

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

 dev-java/gson/gson-2.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/gson/gson-2.9.0-r2.ebuild 
b/dev-java/gson/gson-2.9.0-r2.ebuild
index c5ddf82b4f07..461a65f8a3b9 100644
--- a/dev-java/gson/gson-2.9.0-r2.ebuild
+++ b/dev-java/gson/gson-2.9.0-r2.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/${PN}-parent-${PV}.tar.gz -> ${
 
 LICENSE="Apache-2.0"
 SLOT="2.6"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 
 DEPEND=">=virtual/jdk-11:*"
 RDEPEND=">=virtual/jre-1.8:*"



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

2022-07-29 Thread Sam James
commit: f18e756d1958a68dbe8028c0fa4f3fbe77ac75f0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:32:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:32:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18e756d

dev-python/sqlalchemy: Stabilize 1.4.39 amd64, #862070

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

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

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.39.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.4.39.ebuild
index b0bcde869553..3d537b3f5d7f 100644
--- a/dev-python/sqlalchemy/sqlalchemy-1.4.39.ebuild
+++ b/dev-python/sqlalchemy/sqlalchemy-1.4.39.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 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"
+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="examples +sqlite test"
 
 BDEPEND="



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

2022-07-29 Thread Sam James
commit: e8a9fd3f38b09e573d94fc6dbf82ffe0de8e48f6
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:31:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:31:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a9fd3f

dev-python/sqlalchemy: Stabilize 1.4.39 x86, #862070

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

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

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.39.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.4.39.ebuild
index 05cc94104e2c..b0bcde869553 100644
--- a/dev-python/sqlalchemy/sqlalchemy-1.4.39.ebuild
+++ b/dev-python/sqlalchemy/sqlalchemy-1.4.39.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 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"
+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="examples +sqlite test"
 
 BDEPEND="



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

2022-07-29 Thread Sam James
commit: d057947da5e277f8a8247c5568d852c4a99a2151
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:32:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:32:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d057947d

dev-python/nodeenv: Stabilize 1.7.0 amd64, #862052

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

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

diff --git a/dev-python/nodeenv/nodeenv-1.7.0.ebuild 
b/dev-python/nodeenv/nodeenv-1.7.0.ebuild
index b7f82e028545..ad8fe458dec7 100644
--- a/dev-python/nodeenv/nodeenv-1.7.0.ebuild
+++ b/dev-python/nodeenv/nodeenv-1.7.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
 
 # requires network access
 RESTRICT="test"



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

2022-07-29 Thread Sam James
commit: 88dc079086a716a01332793856f05457287b7e58
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:32:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:32:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88dc0790

dev-python/black: Stabilize 22.6.0 amd64, #862028

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

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

diff --git a/dev-python/black/black-22.6.0.ebuild 
b/dev-python/black/black-22.6.0.ebuild
index e04895c2dc36..b8e64b7fea30 100644
--- a/dev-python/black/black-22.6.0.ebuild
+++ b/dev-python/black/black-22.6.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/click-8.0.0[${PYTHON_USEDEP}]



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

2022-07-29 Thread Sam James
commit: 2b0a36ecb11712acbd11519ff1049d28aa33e2c9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:31:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:31:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0a36ec

dev-python/suds-community: Stabilize 1.1.2 ALLARCHES, #862073

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

 dev-python/suds-community/suds-community-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/suds-community/suds-community-1.1.2.ebuild 
b/dev-python/suds-community/suds-community-1.1.2.ebuild
index a41f925a470f..e6cba6dd1497 100644
--- a/dev-python/suds-community/suds-community-1.1.2.ebuild
+++ b/dev-python/suds-community/suds-community-1.1.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 
 DOCS=( README.md notes/. )
 



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

2022-07-29 Thread Sam James
commit: 6e36eef938437623b415a67cead0473989e0446b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:30:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:30:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e36eef9

dev-libs/jsoncpp: enable Python 3.11

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

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

diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
index 56dfa76aeeba..515258e3ab05 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit meson python-any-r1
 
 DESCRIPTION="C++ JSON reader and writer"



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

2022-07-29 Thread Sam James
commit: b4758b94c4330cfc4ce7f7dc434cad7d26754df0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:31:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:31:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4758b94

dev-python/nodeenv: Stabilize 1.7.0 x86, #862052

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

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

diff --git a/dev-python/nodeenv/nodeenv-1.7.0.ebuild 
b/dev-python/nodeenv/nodeenv-1.7.0.ebuild
index 76eb5465f571..b7f82e028545 100644
--- a/dev-python/nodeenv/nodeenv-1.7.0.ebuild
+++ b/dev-python/nodeenv/nodeenv-1.7.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86"
 
 # requires network access
 RESTRICT="test"



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

2022-07-29 Thread Sam James
commit: a127b887030cd560c76cf1d1bc757c51275125b7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:31:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:31:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a127b887

dev-python/black: Stabilize 22.6.0 x86, #862028

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

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

diff --git a/dev-python/black/black-22.6.0.ebuild 
b/dev-python/black/black-22.6.0.ebuild
index 5ff4b27af61a..e04895c2dc36 100644
--- a/dev-python/black/black-22.6.0.ebuild
+++ b/dev-python/black/black-22.6.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/click-8.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/clucene/, dev-cpp/clucene/files/

2022-07-29 Thread Sam James
commit: fe27109c7a1359fd22d5f9f0cbe9d76919e2cea0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:29:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:29:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe27109c

dev-cpp/clucene: fix build w/ libcxx

Use FreeBSD's patches.

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

 dev-cpp/clucene/clucene-2.3.3.4-r8.ebuild  | 66 ++
 dev-cpp/clucene/files/clucene-2.3.3.4-libcxx.patch | 48 
 2 files changed, 114 insertions(+)

diff --git a/dev-cpp/clucene/clucene-2.3.3.4-r8.ebuild 
b/dev-cpp/clucene/clucene-2.3.3.4-r8.ebuild
new file mode 100644
index ..6c22b70622bf
--- /dev/null
+++ b/dev-cpp/clucene/clucene-2.3.3.4-r8.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN}"-core
+MY_P="${MY_PN}"-"${PV}"
+
+inherit cmake
+
+DESCRIPTION="High-performance, full-featured text search engine based off of 
lucene in C++"
+HOMEPAGE="http://clucene.sourceforge.net/;
+SRC_URI="mirror://sourceforge/clucene/${MY_P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+IUSE="debug doc static-libs"
+
+BDEPEND="
+   doc? ( >=app-doc/doxygen-1.4.2 )
+"
+
+RESTRICT="test"
+
+DOCS=(AUTHORS ChangeLog README README.PACKAGE REQUESTS)
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-clang.patch"
+   "${FILESDIR}/${P}-contrib.patch"
+   "${FILESDIR}/${P}-pkgconfig.patch"
+   "${FILESDIR}/${P}-gcc6.patch"
+   "${FILESDIR}/${P}-gmtime.patch"
+   "${FILESDIR}/${P}-musl-pthread.patch"
+   "${FILESDIR}/${P}-libcxx.patch"
+)
+
+src_prepare() {
+   cmake_src_prepare
+
+   # patch out installing bundled boost headers, we build against system 
one
+   sed -i \
+   -e '/ADD_SUBDIRECTORY (src\/ext)/d' \
+   CMakeLists.txt || die
+   rm -rf src/ext || die
+}
+
+src_configure() {
+   # Disabled threads: see upstream bug
+   # https://sourceforge.net/p/clucene/bugs/197/
+   local mycmakeargs=(
+   -DENABLE_ASCII_MODE=OFF
+   -DENABLE_PACKAGING=OFF
+   -DDISABLE_MULTITHREADING=OFF
+   -DBUILD_CONTRIBS_LIB=ON
+   "-DLIB_DESTINATION=${EPREFIX}/usr/$(get_libdir)"
+   -DENABLE_DEBUG=$(usex debug)
+   -DENABLE_CLDOCS=$(usex doc)
+   -DBUILD_STATIC_LIBRARIES=$(usex static-libs)
+   )
+
+   cmake_src_configure
+}

diff --git a/dev-cpp/clucene/files/clucene-2.3.3.4-libcxx.patch 
b/dev-cpp/clucene/files/clucene-2.3.3.4-libcxx.patch
new file mode 100644
index ..268b887f6d86
--- /dev/null
+++ b/dev-cpp/clucene/files/clucene-2.3.3.4-libcxx.patch
@@ -0,0 +1,48 @@
+https://bugs.gentoo.org/862195
+https://cgit.freebsd.org/ports/tree/textproc/clucene/files/patch-src__core__CLucene__index__DocumentsWriter.cpp
+https://cgit.freebsd.org/ports/plain/textproc/clucene/files/patch-src__core__CLucene__util__VoidMap.h
+--- a/src/core/CLucene/index/DocumentsWriter.cpp
 b/src/core/CLucene/index/DocumentsWriter.cpp
+@@ -125,7 +125,7 @@
+   if (this->postingsFreeListDW.values){
+   if (this->postingsFreeCountDW < this->postingsFreeListDW.length) {
+   memset(this->postingsFreeListDW.values + this->postingsFreeCountDW
+-  , NULL
++  , 0
+   , sizeof(Posting*));
+   }
+   postingsFreeListDW.deleteUntilNULL();
+
+--- a/src/core/CLucene/util/VoidMap.h
 b/src/core/CLucene/util/VoidMap.h
+@@ -11,8 +11,13 @@
+ #include "CLucene/LuceneThreads.h"
+ 
+ #if defined(_CL_HAVE_TR1_UNORDERED_MAP) && defined(_CL_HAVE_TR1_UNORDERED_SET)
++#if defined(_LIBCPP_VERSION)
++  #include 
++  #include 
++#else
+   #include 
+   #include 
++#endif
+ #elif defined(_CL_HAVE_HASH_MAP) && defined(_CL_HAVE_HASH_SET)
+   //hashing is all or nothing!
+   #include 
+@@ -83,7 +88,7 @@
+   _vt get( _kt k) const {
+   const_iterator itr = base::find(k);
+   if ( itr==base::end() )
+-  return (_vt)NULL;
++  return static_cast<_vt>(0);
+   else
+   return itr->second;
+   }
+@@ -316,6 +321,7 @@
+   if ( _this::dk || _this::dv )
+   _this::remove(k);
+ 
++  (*this)[k] = v;;
+   }
+ };
+ 



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

2022-07-29 Thread Sam James
commit: 006e7d01b0704da6352354ca87a2380a99baec18
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:22:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006e7d01

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

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   6 +
 .../gentoo-kernel-bin-5.4.208.ebuild   | 135 +
 2 files changed, 141 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index cf2c268d5d33..4aac2c91ad3e 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -50,6 +50,8 @@ DIST genpatches-5.4-211.base.tar.xz 4898356 BLAKE2B 
be058cf67ca37dd3eecc242039e1
 DIST genpatches-5.4-211.extras.tar.xz 1812 BLAKE2B 
3edd098fdbae33053dad710c08bafba66b3fff66e2e87935e904c6c5c4ecc2749d8f3135d10ffa6afae15711cdc92c725a08178eae6091355b81e93375d1cbc3
 SHA512 
264c25cde7a7371726350b0eeab9cc087fb0e0194e92905e1ef2ebe1467ef7ca3a0cd654b65e3fe35f49113882ab9f4041bbbd02095c935baae93b5a37f986cf
 DIST genpatches-5.4-212.base.tar.xz 4910124 BLAKE2B 
b09dfb8e041beb3ba5813e3f93ee02ef2fe3a6bb62bc4a9124bb19b74612ddca745e7066d9d11e520b6ab60e4a123428dae8e97ad28323e0d279173654a35f41
 SHA512 
f13c5f6d38e8b71544ee07dfbd049b611b8228d2eadb26225f0a3cb532c8aab2b321a52c17e11a732c6bbfc71586649850bb4c43b932206d7b5ce4691a0b9e2a
 DIST genpatches-5.4-212.extras.tar.xz 1812 BLAKE2B 
8016640dadf0add8c91a6631fba836b97173243f900abac4c12e5ae19d1c63e19d21f25df2f22b2880d18cfcc83d002fce7014a26d9f4f3a4bd788fc084db403
 SHA512 
0f5e5f8b6ad6538bf6850c506019fefe4e95a36f7f568b0c5188ad2c0c06fcb904287452e5692bf63480c321b24a6bdb2db9adeecd3a181c7260ca74f34fb5fb
+DIST genpatches-5.4-213.base.tar.xz 4933392 BLAKE2B 
ce7ea84b52c60d4ae9cef1ddc3abd3f37de0ad5d7344645b3e4376db29d45b2acfe7b7b89e557c6265b4abbda9827fc68d4ef7c63eb418d3707166d7ed50586e
 SHA512 
6107308eb5f3a0b1b079297fa7815a335620a2a0023250f1c4a92c84dfcf2ab7afea9388906e93fcc21d9ef85f350d638a8d245c29cca5b38968b71ce1a4d06e
+DIST genpatches-5.4-213.extras.tar.xz 1812 BLAKE2B 
b6812b7e126a55b2079832ddce8c9ba09aee71b8cfcc137c5d0e553a7878e9fdc6e57e64b3670123cb90661d52b3aa0818fbfb7d3d48bd0521c0a0f46ee420e9
 SHA512 
1deba84aabde4c35213ab38e0f40fe1aa696470bcd5a6f103635d0078726622574ebdbb5caeed7d1516ef45a326052b2ac9d4f6ef2dfb0e0f84f837f9a350927
 DIST gentoo-kernel-5.10.128-1.amd64.xpak 65795239 BLAKE2B 
ccd03c20e469543532c3df43176ab3c1dd84919930586f3e90f2fcddd6fa6b8b19531ac9b94c7f67f55acaf052ae0b11814d93c4eeec7aedb2a13765165d6fa7
 SHA512 
cb38dacbbe923640bd0ac679a2430d890cf3609c066196c801b562ec55e59491c1549ddab48f00d2c1e4304310fd7d45108eeccea7bf3c2667712ca8545354d5
 DIST gentoo-kernel-5.10.128-1.arm64.xpak 60993645 BLAKE2B 
ab40edf44057745e141504d4043d1702fbdf51d0278dfc3803800632e80e7278c347cdd3d325608e0e948b2de3e4ac0bafa824800ce486f360163e29bc0a3d4c
 SHA512 
da31c3a1c5095f28c4824588aad43d6ccf219b1c249ce0665566f732e8920f052fe916609bfa4dd5cdf1271c601c0ab67f299068da38ca695a4b14757a6d401f
 DIST gentoo-kernel-5.10.128-1.ppc64le.xpak 56022338 BLAKE2B 
ac21918bdfdbd968899393e0a323808d0dd7705a7cac07057f76737c794160ea274f78acca2abe5244228f97343f08253c365bdefde74f2e7ca7ba6086e747d5
 SHA512 
05f3e3a6f20d1dff3fc8c1f12634e417261a55de47df189b3b9cc28ed7ce5f1673b19726d68dd00c1af4980c46769d029d83094efd98cd8865970f00b41d69c6
@@ -154,6 +156,10 @@ DIST gentoo-kernel-5.4.207-1.amd64.xpak 61529662 BLAKE2B 
6b7a3c50563eeb61bac94aa
 DIST gentoo-kernel-5.4.207-1.arm64.xpak 57686064 BLAKE2B 
50124d68c7aec46dd61b03070b4f4d327363ec2582446e7b664d9d30a4dcb0155401d588b9465e571bfd1db3a2079e9c1c5d97616006eea07db5f9b69cfc95c2
 SHA512 
581c0dbdccbcfbde68e1ea02feab1140189711e5f5062fb74173950f26d1b8e13265530b52d26b48a05ca9f06aaf0736cc7f4687570c03b0bb625a6b688f6a3c
 DIST gentoo-kernel-5.4.207-1.ppc64le.xpak 55240398 BLAKE2B 
5ad22d9a5c957620b6cf41fb650dfc7a8962ecb57399de8c7182beae6f0f10d44ddafafbd7c8f4e791078203b46d5c98e12d360e19f57745a4991d4e7ecafac6
 SHA512 
5fc4c34a44f815f8f980513b685c594e98e053a36aa0c3e899913ef9b98edaf2236d2aa7af856044b86f7919dc447599ca919f034322dbcc2de7d64cf1d046fc
 DIST gentoo-kernel-5.4.207-1.x86.xpak 53335460 BLAKE2B 
2f627cf6844a40a2f3c8f7f0e3e73e7fd1a303a9edc4657b78ebf1e24f51777050141014f5f56c3d144a2528cf27022c1a396899ae0ffbcd58c171ed67a6c359
 SHA512 
7bb04a8b3af9195f96e7b2d84b065e75d65e113d12a81c0560942f4421fd4a7864c1c44d4a41fdcf764ff06ea3545f195fb72008eccc0a5660a617b40a88173d
+DIST gentoo-kernel-5.4.208-1.amd64.xpak 61740219 BLAKE2B 
dd7a28cbb98f3ad74b15abf14d8cb92f2195dd4a03c3d108c308d37a393429d55d9814bfb8d6527a556b7a86c0478abc13a8d193d3ad4d54ffb3dd14cd3ac942
 SHA512 
36c9e0cd8097ed051004d9efb3d0609819bb83267b653815330a2b0551421b48da50b9681e3c7c3fc8c712797d1e5548330305a61285e2cea21d15644183322c
+DIST gentoo-kernel-5.4.208-1.arm64.xpak 57941209 BLAKE2B 

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

2022-07-29 Thread Sam James
commit: 5d09d9cf43c6549b4d42ad36b77802a71df97344
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:21:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d09d9cf

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

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   6 +
 .../gentoo-kernel-bin-5.18.15.ebuild   | 135 +
 2 files changed, 141 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index d3fc35b55bff..39a2367007f4 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -34,6 +34,8 @@ DIST genpatches-5.18-17.base.tar.xz 670556 BLAKE2B 
9f992048a0a964e6a96b077682d6a
 DIST genpatches-5.18-17.extras.tar.xz 3924 BLAKE2B 
4d8bb90dc2446493cee33f5db27f46f4a5d6cb60dac8137f5677a133d71bf2feb5db6b9ebbf32fb148c39be3024f5f378ce096fb0c21ea584d3dca01862e160f
 SHA512 
b1ccb518b25c7bea5cccbdec03d0d8d42ab0b048f6f10f2f036871699d5e75e3694ec10922a0e8f01f640cb3710d8e38124e878450842cce060f6202359ca090
 DIST genpatches-5.18-18.base.tar.xz 701140 BLAKE2B 
ee91222d6f6ce56d30cfe02b5546fcf7ee3ba04852c4875e9c98ed4177a7b73311e515e543a20107ddd1542077c9b4e2d13fd9cd0e05d507ade84f8fbb942300
 SHA512 
57aa8878d165ce05c2981c25e9a381df8ac8004336de88b330f779841683a1998dce79cb0e0c1263c77c81a84f01768630ff5e2385693a79b420b5ba05136a1b
 DIST genpatches-5.18-18.extras.tar.xz 3924 BLAKE2B 
f01ece5d1568a0a760b58108571cfcad343a37be3d344ea728ff89d3fa5c972d7d1c6808ec41ec699ece98a2049ea2c5cc036bae5f44e93cf23528a71e3aa922
 SHA512 
e810217c00867d3836c4606586e35cc26e8c934382d5927ca188249610b613605437013ca0015217d650e89bede32d67f4daa443bd445dec382832a4e43937ab
+DIST genpatches-5.18-19.base.tar.xz 754304 BLAKE2B 
4827ddbf25d32b89c8635f7cbb16bf2ebe3533450d86e358f0f47084a240bcc5faece567f3d8ca943ad980463b324eac184e04c2fee80229f38db8cddf7d25ad
 SHA512 
157d3093573091224d151c930d309fef2160b2d8130ac4d28155d56cde993b6d17ede10fd33d436fa820da5c029bd45021ff393045250e260f7469660305338f
+DIST genpatches-5.18-19.extras.tar.xz 3920 BLAKE2B 
ba251facf88903832ba28ea4a7619b2ebfdac8b3d507201cad624763523283936c2d8251a715a7e0bd8c72569b55468e2d5c43dc48e6b504cf5d3c024dc840b7
 SHA512 
40113011145749e3aab4d0ad23ecf2bdaec2eacbe8def70201f13c0208cb0aa142a4e7be8d484e3db3b31142defdea125fbd8f54f4e3220e15a10b4b4f67bbe0
 DIST genpatches-5.4-208.base.tar.xz 4869104 BLAKE2B 
3e9038248ddcfd22d67248e65199cca89bd2b8b3aa99aafcee63e5c294dc360c01d7d7eda809e1c18b06a9356363c575339197b2425bcafa8676cad68c17f90e
 SHA512 
880fd09492e5cb0fa8a94e2df5fdf912be59210f1f142a456e3f80c31142e92bee3161bd77038b606616442cf3396b3961a24422de3056f72b4556d06262d3a5
 DIST genpatches-5.4-208.extras.tar.xz 1812 BLAKE2B 
3e5b8cae462a748eb36af66c4ebc393fc09882a1fa23cce6f82a078ea5598c23c2ecbe7029d6e2060735fe342b3a7bb5c235dcf16081bba0f05a6b88501af991
 SHA512 
b550dce1b6d090959eaacd523ee1be258fbf9db84309054c3cce9beb0bae710ff2e1c23f480310072fb08f7456bdf825b3ba76d57e999fc1597368df93e65677
 DIST genpatches-5.4-209.base.tar.xz 4887256 BLAKE2B 
56d7ea7975b228df055d1bd4cfc41b49890d815409a159772230c6e9d081061a9b438b525b5e8542eb03feb0bdfc1841e5bc5e14dd1570aff8f964862b192b00
 SHA512 
5ea69d50d836dad1f68f000c6c1f5bd8459dcbc4d50a4fbd4ba3241c4c87638850215c0207dfea6fe06cc596957e3cfa61a3dfc00f0b60513596da43d286615f
@@ -112,6 +114,10 @@ DIST gentoo-kernel-5.18.14-1.amd64.xpak 72835031 BLAKE2B 
e1ed21149093f6e0b3101f6
 DIST gentoo-kernel-5.18.14-1.arm64.xpak 65244116 BLAKE2B 
d42100f6dca8b923a32d2c54b8f99422ff9ca3b73744a3b26f9b0201b315784c55fdc9bc05e203287a4cac2f94a9c83b6c1019c95cf4ff2c2059b041de6304a0
 SHA512 
6ce40b9038a10491bb280654554c77ad71974bfa64aa84748772a403947d7a67a6dbfc8cb594d599a0e5a928ebb6f69f8c756ed7c1ce1a28fb4993a4d5ef7705
 DIST gentoo-kernel-5.18.14-1.ppc64le.xpak 59478148 BLAKE2B 
35a53913c103962fc5fc6bcd646f088909f052bf39525aeb2c73b7a8d05c815f55861ab39fd5a8d9c493a052aaea855ab20d6fd8922344fadd64465cf8e3b48e
 SHA512 
9d687885a13721b55267868fe467676c157532343e1ca4d6707441e34180843cbf3c55101e32e2f9400f9a9cdd59756f287dd4b5ec52ba8656c0de01bc9d0940
 DIST gentoo-kernel-5.18.14-1.x86.xpak 62736300 BLAKE2B 
874fd5a934861c6b077c3c29e4cce0a73c040edcec4010477bed38cb81d2a5939afcbe1c0a40fb30781e148cf4dc3c6db8fa18fee3d5cf1dbf880c5bba1df0a0
 SHA512 
3949a160aa439240282d3763ff6e98040e1b2e44fd89475c66e7d6681f813be5bbffdaf5d2d4188944027a1e04ec13f77ff07c8a20e8d6200a6f1548eaa779cd
+DIST gentoo-kernel-5.18.15-1.amd64.xpak 72935393 BLAKE2B 
05eef3933a4d3d6c061b79eaf4da654616fc5012612475f078e33edbc6f448b07f1b3feb294ca9c85bf08003d0d1fb0f6b02f0f3d2e1ff25d517a858285b280f
 SHA512 
608112697e4f6f593022297896c8e22792fb92b08601abb57cd2d977f4c97e26d19bd4c2e7f98fedee9bd6fa5c3d5938704085b737081b345bff587c8b2471e5
+DIST gentoo-kernel-5.18.15-1.arm64.xpak 65247697 BLAKE2B 

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

2022-07-29 Thread Sam James
commit: 9c35ee04c85c74773e4549d1cbf860cce6f3fda5
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 21:57:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c35ee04

sys-kernel/raspberrypi-image: add 5.15.32_p20220331

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

 sys-kernel/raspberrypi-image/Manifest  |  1 +
 ... => raspberrypi-image-5.15.32_p20220331.ebuild} | 51 --
 .../raspberrypi-image-.ebuild  | 51 --
 3 files changed, 77 insertions(+), 26 deletions(-)

diff --git a/sys-kernel/raspberrypi-image/Manifest 
b/sys-kernel/raspberrypi-image/Manifest
index 229363a3e5d1..59e64f26e293 100644
--- a/sys-kernel/raspberrypi-image/Manifest
+++ b/sys-kernel/raspberrypi-image/Manifest
@@ -3,4 +3,5 @@ DIST raspberrypi-firmware-1.20201201.tar.gz 189332299 BLAKE2B 
b3ec91f07b4713d26c
 DIST raspberrypi-firmware-1.20210201.tar.gz 191785657 BLAKE2B 
7ef315411e3bc572515f9e60d953166056bd5dfe9afc496eda978dbbbd6f38aa12f1eaba72448bb72166d6bda1ec79e3e3e7c613f4202bc804784b566f118971
 SHA512 
13d899a103e8d3deb98a6fcca661f712b085935336fc31156e0b8ec5e3c71b373d3394777895ee1907cad9a2ca3efd1a66995ff6df3429c732b002d9ad603414
 DIST raspberrypi-firmware-1.20210527.tar.gz 192247084 BLAKE2B 
329707dfb2905b36926a3f0ecf1a8e3bc2b52e1a376f98ca7cfe9ec7b69d0fb370d8e23907f5bbd9ea75cf7fed5babd6fe54934919995dec6914e888d95e5fbe
 SHA512 
5a48d1fae768c30528359a14371f59564447d2fb8a145cafa89d7d29352095c5b7ac33bfcbc8da494284c9d41e7dbafe4e863e8efd963a17ea6b6b9699b814a7
 DIST raspberrypi-firmware-1.20211029.tar.gz 193543221 BLAKE2B 
308206d6bdfbe15bfe5f39cd230e6d4857f460744aafcbcc9eee6a74f05a3a9dc861e7c3e36baea46fdb1d1d1dc28b5edebf70bce3a3c085228b2ea321ef7a85
 SHA512 
7a1fe3b1645006c35fa49e842b9ece53b386ece42b8db99649de8d4bc0c19e34b0807767290e26422528606c5847843533aaa0edd0716e9f9f9dcae340a4dce0
+DIST raspberrypi-firmware-1.20220331.tar.gz 195722349 BLAKE2B 
7f2748bba0cd255921cc7cd1117bd8a16611a835ab7bcb62525675f6b0d627ea8ad40b39aa83e00f7e73428e2af912906e53c3e3214b5cb079a2baeae985f2a2
 SHA512 
c510ddb5eb1c6ea1aa69f0063551445dd21092f68e19b64b885558d2c47735d4e9f781ef9674fbe3a9894d66eb07ccbb004541c9a85005318911fabda899c2cc
 DIST raspberrypi-image-4.14.98_p20190215.tar.gz 123074917 BLAKE2B 
cefedb5c979db7dfd47938aad37a567d91d3ad78247c7a63f789362768ab7a39a1967ac116b4b0475e3b210ab11f6474706df042af85a622e8e7905c85ec7498
 SHA512 
082f26caf427222d838881e5f1e9fa0136765b3eaf74a84877fc33616fd07e49085db0889226c40c655039a9d41a10566510c7d752cfc48a67b4683616a51193

diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-.ebuild 
b/sys-kernel/raspberrypi-image/raspberrypi-image-5.15.32_p20220331.ebuild
similarity index 51%
copy from sys-kernel/raspberrypi-image/raspberrypi-image-.ebuild
copy to sys-kernel/raspberrypi-image/raspberrypi-image-5.15.32_p20220331.ebuild
index dd284762191f..c63fac44773a 100644
--- a/sys-kernel/raspberrypi-image/raspberrypi-image-.ebuild
+++ b/sys-kernel/raspberrypi-image/raspberrypi-image-5.15.32_p20220331.ebuild
@@ -1,12 +1,28 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit mount-boot
 
+# Go to e.g. https://github.com/raspberrypi/firmware/tree/1.20211029/modules
+# for the latest tag to see which kernel version it corresponds to.
+
 DESCRIPTION="Raspberry Pi (all versions) kernel and modules"
 HOMEPAGE="https://github.com/raspberrypi/firmware;
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/raspberrypi/firmware;
+   EGIT_CLONE_TYPE="shallow"
+   inherit git-r3
+else
+   [[ $(ver_cut 4) == p ]] || die "Unsupported version format, tweak the 
ebuild."
+   MY_PV="1.$(ver_cut 5)"
+
+   
SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV}.tar.gz -> 
raspberrypi-firmware-${MY_PV}.tar.gz"
+   S="${WORKDIR}/firmware-${MY_PV}"
+   KEYWORDS="-* ~arm ~arm64"
+fi
+
 LICENSE="GPL-2 raspberrypi-videocore-bin"
 SLOT="0"
 RESTRICT="binchecks strip"
@@ -18,17 +34,26 @@ RESTRICT="binchecks strip"
 # and all older ones are deleted.
 RDEPEND=">sys-boot/raspberrypi-firmware-1.20190709"
 
-if [[ "${PV}" ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/raspberrypi/firmware;
-   EGIT_CLONE_TYPE="shallow"
-else
-   [[ "$(ver_cut 4)" == 'p' ]] || die "Unsupported version format, tweak 
the ebuild."
-   MY_PV="1.$(ver_cut 5)"
-   
SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV}.tar.gz -> 
raspberrypi-firmware-${MY_PV}.tar.gz"
-   S="${WORKDIR}/firmware-${MY_PV}"
-   KEYWORDS="-* ~arm ~arm64"
-fi
+src_prepare() {
+   default
+
+   local expected_kernel_version="$(ver_cut 1-3)+"
+   local found_kernel_version=( "${S}"/modules/$(ver_cut 1).*.*+ )
+
+   

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

2022-07-29 Thread Sam James
commit: 99517e3517bfe39423efbb67a58218fc9a72bb56
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:21:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99517e35

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

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   6 +
 .../gentoo-kernel-bin-5.10.134.ebuild  | 135 +
 2 files changed, 141 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 9f70ca0c2216..cf2c268d5d33 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -10,6 +10,8 @@ DIST genpatches-5.10-141.base.tar.xz 3795548 BLAKE2B 
42dcff42a0c56c0a16028e289c1
 DIST genpatches-5.10-141.extras.tar.xz 3868 BLAKE2B 
2f2dc5299a10634e3c011457d1c40c70a8e6ffd64b38e4567193b5be25f66a8687b2fd850192adca24b938b003fe0569c8519eb6e36b557f58b775bf542d311b
 SHA512 
a93b152ecf75984ecf0d0b56e73c19aa11df09a4b27042255c6ce771dabecffc2e3504e394478be6738cd70912f626120bde430af65acd77f17464d2e0b8fb6a
 DIST genpatches-5.10-142.base.tar.xz 3863448 BLAKE2B 
de45611ba9c92f59829a61b84ad0461535ca68fc5efa2418417bd1fe7e1ac643e2b65e0b467414eea90fd034445219c13782b1c99136367247420502289f7523
 SHA512 
63b835f0006f0e2ec97432cab93f21f47a7a36098f5699305d6ca2d01d2419fe6ac6588e68210d1332b4e1dad8a6fc74ad95034c8be1524601e4c30b447a3634
 DIST genpatches-5.10-142.extras.tar.xz 3868 BLAKE2B 
fdff4c1e3ac6b09322168d92469bc5220dded731e05250100df2b5a94d90b2c5bd7612e6c32574ae1c67cd59e6f73d348b3f56bb9027ed1ba11427975796f1e4
 SHA512 
227bba85de2bf1eba0b0c3d4f314ca0f2f5c3c475ba78e5a82fbb3a682fd37bcef80ef1a91f1ee3747bd2a8c639d2f791110ac72c5406243dd2f54c87d846dd4
+DIST genpatches-5.10-143.base.tar.xz 3888492 BLAKE2B 
981a8e2129acfb070164fef85e6beaf41e36a6e9b139a7bbc2027750321286d7e1a6cc51604841352bd65fcc363a80edbb6455c9d8ae83be560603350f95
 SHA512 
6556642c9d99f0e8160c4e50f99dff42982346ba132abe77bdb83c1fcaf9435fd2573fa56380ce140efff7773ee5ef1cf9475360e6d5703caf4c38b14c135ec0
+DIST genpatches-5.10-143.extras.tar.xz 3868 BLAKE2B 
8bcfec127807585e1145930a119e5f8b6f4f481370c4243dfa0b3f5aac36f5b19ce566b458718128224ae63ed3ac8d232a60a917e80890a13a9b48325bd7253f
 SHA512 
ad4f8a858caf876456536ddb7f6998f7d11c81047efa23cf3289fa93b6b9067fbdaa9329cf7b3e3089c0c07b9adabeca49ffa7a1a7eea7d9f5c0a306996d1fb1
 DIST genpatches-5.15-56.base.tar.xz 2245780 BLAKE2B 
0f5e5d7c8a29f590598f4721307e3b1a316342cc31b8e5ab5496ed58b65470d19bed59ff40cf7b26bd4970eee04581ee8ac544eebe63c54063c161a55c828cea
 SHA512 
0a1c4edd8f863f2c77a14cf48d79c35868ba8b2f02fb2436e1913e97c8285046ecbedc33e6faddf02a0c813e677492be0fc972e3731c733e488006602eb6119f
 DIST genpatches-5.15-56.extras.tar.xz 3932 BLAKE2B 
2b167a35d9dfe16a18b22318ac4597147fb25bef53a66108c2f2e4d6e6d3df1c9d4b1fd6d63ba4a8078f94f8cd69d14b359123355ba266ef72b44f7d9addca9b
 SHA512 
ce91556981720f3718921993eb15f5af623cad8dc40a36bec6cbb0d52153fd1288bf97927daab1b1e3ccd1451d4295b109ead0160c657a00c62c2d6f25fbc09f
 DIST genpatches-5.15-57.base.tar.xz 2275504 BLAKE2B 
23dad9d2e9dfc1f77f6e39f8d9e68a6e3168d581136d50d53b3503278bb5e4abfc25e2f9fdab63eeed674e370bee8ae7cc5c54058f6942abaa4eeac49258d765
 SHA512 
b675437c320b28f4b4ee979fff5c32ea607fd795b090206b49d66fdb95fc2ca1b959fffd33b9e5241a160c2f19902efc8218f2c39eaaa312a5b4149282e08b99
@@ -72,6 +74,10 @@ DIST gentoo-kernel-5.10.133-1.amd64.xpak 67472562 BLAKE2B 
517890cf35c985ca51c3fb
 DIST gentoo-kernel-5.10.133-1.arm64.xpak 60986275 BLAKE2B 
41ba30bcef9eb7666bb6413dabbf1f82976073200a29709d0aeb5852e061ca7bd8b5fc352bd9fdf3dd7f773473481d24356b3f07a6e20b02d96de31f19e5d858
 SHA512 
6e3331dd667a9b0c405275a8fa35c92aadede045ea7894267e1c8f0233b58643698a71bd32dedbc2871f810058854b4686279defe54c1381a86fd38ad31fa9d5
 DIST gentoo-kernel-5.10.133-1.ppc64le.xpak 55990983 BLAKE2B 
4c2f91a461b354a6eb3d6a47493d69c2bf60ce983f35448916093674fd1a3b62901a144928d4e3506a257ef8053c0df568d7d461c71c370cde28a7733995648d
 SHA512 
1d4f37eaa6a228774208c95e02c55209038a8793bb38a2ae5f8dd2e414900925c7385a62b507b318ea64eef6a0019dc1d5c304281b7b7e2244424ac1f3df1476
 DIST gentoo-kernel-5.10.133-1.x86.xpak 58252930 BLAKE2B 
769ce7d93a31071b5d1fa6e7f801412224db34afb31d68e8b5de6759bed29887bffd8e97c917d3c2edee2ecb94a8bdee4af23dea980f6a61347e68f10c20f8d4
 SHA512 
58fcb6355d026d361fb52afc4687aeab31cdf78b91bec315e48d0778e4ed0a1fe9347dd111cf85ab5847ee6d68a20bde5cf4b70e5340741b25ecf68cb3288deb
+DIST gentoo-kernel-5.10.134-1.amd64.xpak 67660154 BLAKE2B 
1596fb2a8383b66a2783a2cb1a4b51accab60e3262d420accf21d3e2be7954b34daba134ce6dc096b742c62c67d4cfdd13a6abd0e4e554879aad0499eab1f57d
 SHA512 
8de377b3f463b5b12d06a77aec0d0e92698bcbe7d9726b61b06e8a325b2c251f324bc42e8dcc7e86bbfba5fb73be03cb389312d58bc4da8ba08d4cfc0dcd8e9c
+DIST gentoo-kernel-5.10.134-1.arm64.xpak 60988483 BLAKE2B 

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

2022-07-29 Thread Sam James
commit: 38092f8d7be4d84610d1a3b1791f718accf2e42d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 23:29:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38092f8d

dev-libs/icu: make build/install more verbose

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

 dev-libs/icu/icu-71.1-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-libs/icu/icu-71.1-r1.ebuild b/dev-libs/icu/icu-71.1-r1.ebuild
index 87911072ee9c..baefaf47f25f 100644
--- a/dev-libs/icu/icu-71.1-r1.ebuild
+++ b/dev-libs/icu/icu-71.1-r1.ebuild
@@ -62,6 +62,8 @@ src_prepare() {
 }
 
 src_configure() {
+   MAKEOPTS+=" VERBOSE=1"
+
# ICU tries to append -std=c++11 without this, so as of 71.1,
# despite GCC 9+ using c++14 (or gnu++14) and GCC 11+ using gnu++17,
# we still need this.
@@ -136,7 +138,7 @@ multilib_src_test() {
# CINTLTST_OPTS: cintltst options
#   -e: Exhaustive testing
#   -v: Increased verbosity
-   emake -j1 VERBOSE="1" check
+   emake -j1 check
 }
 
 multilib_src_install() {



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

2022-07-29 Thread Sam James
commit: 63b30a93bb62273d567a6ffc133e905bd80d7ba6
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 02:21:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b30a93

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

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   6 +
 .../gentoo-kernel-bin-5.15.58.ebuild   | 135 +
 2 files changed, 141 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 39a2367007f4..9f70ca0c2216 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -22,6 +22,8 @@ DIST genpatches-5.15-60.base.tar.xz 2403720 BLAKE2B 
cc8a8e72894d9139fc2c51412e09
 DIST genpatches-5.15-60.extras.tar.xz 3932 BLAKE2B 
2c9b704aa65d9ba6fab93252cd581efe31324fed7d1886bb118a25efe26daba4dd40d75cb263edf6df89323e9967b6f2277692fdcdbb6a50146e669f45c364c5
 SHA512 
e63206136bf81d5a9012d71396474f6214cbb7980ff4427fa60e69a7d96dde918174a964a6269e6278b4bad6f5faabfb79c1d0c5e3dfb4efc4f13fbc17979273
 DIST genpatches-5.15-61.base.tar.xz 2438712 BLAKE2B 
44a8bff3e2df4203943aab61398ce4f136f5101e10a8764885202e799e8d5a6a1270800c5c8cbec98aac4ede007a49616120356aae66008ef2578698aa25dd3e
 SHA512 
88cc84df8f11c8f714a629cba8b22dc730b1cc90d5285c2c5475ef808715418e4080f421ad268c7e8a34c18dc70962b89fbbb23c73ab5f3c76f30435d98ad0ee
 DIST genpatches-5.15-61.extras.tar.xz 3932 BLAKE2B 
f2579301f9ee4e2dd46dd65472bf208d62642df674863cc905dceb0e91d62cc3e64f1d0d4ed99f0ca9c010108b7df58a12a34b6291eab34f565d9d4ec69c2751
 SHA512 
17463a7d9e3a2e017654e78dcffba58114ec5cae5e67858f7f3c50bf14a92c1b488f85f4fd5fb61eb53fc74f6a90f0ab152ba9396d0d928050851b4c5ab643d7
+DIST genpatches-5.15-62.base.tar.xz 2506840 BLAKE2B 
29d99833ceb0835a02f5acdcb9fac48d7e12107303caf9eb218f9ca4914b3a82fdda0e47399cab1c76d3fe4e0f17378aa466453a5409e01f69ef37ab1753b648
 SHA512 
5e0725ec3a7f07ff8506c8db54fe5842e0e71f5b5e62e70af43a14e7c2002a71e9b59b73ff943fa64feee453750c63b92033340405098f072a547251d2623dc0
+DIST genpatches-5.15-62.extras.tar.xz 3932 BLAKE2B 
e4478eeb5bdf3b6db3e9e9de9c02641477aeca08ed07e0b0ab66419301f273b8a79f4b28fc7a22095fde8521479878bc71d70fc585d934efeefe4a408af3493a
 SHA512 
6c241a54f503205408b8b07c1389636fd4ac0e8785d12aec2a363842f8b172e06b9568a8fa9f7607b6ab2f09b5d7892294f3618d1a7549a9c41a78f0c4e02d2c
 DIST genpatches-5.18-12.base.tar.xz 549680 BLAKE2B 
d6973dfb0d7749fadfc511b1092dedc67b3f8a57e2a117674113f43177bde8608b6106c4c84fbf5f5a161b9710cfad28a3c2fd419fb3c4088d98f9a504ae0cb8
 SHA512 
c7ad63058bb77c92d3ecf618a41164476a56f2b7b879c667c7fc9666fa1d7f81b599d6ffc5f0fbaa3223e7d399dbb6348ddd511598581083f7b78d505dd81e7c
 DIST genpatches-5.18-12.extras.tar.xz 3920 BLAKE2B 
89642c29bae1b15664749c11e581ebf1d0b42801cbd3e436805faaacc419fa7d946a05e7d37bc8d056e36768d181b2e71dfdd6b28943ea112dad9f17a9c2bde1
 SHA512 
301cd52af9db5a8ec91891a0258a262261d87cf22cb01c27a531d0274ee23d0e928977abe8f5928d3dcba430d032a3cb418193bd1f3e09a923ca6e8718ec7420
 DIST genpatches-5.18-13.base.tar.xz 578484 BLAKE2B 
03215db005e5a3668898b1ac4c25aeee5f20d6802d00b11d24d41f506ca9f730f031f5cde187f81406a3c75937d65f854acd3c0e2d2cf9f9cb3ba99454304180
 SHA512 
bdf29085cf76022aa21faaee63033e3231b9757282633eb5897717128bc340cbf38b12a2918b169b452e85aafc9fadac2645df414f877f43950a3147e00dea68
@@ -94,6 +96,10 @@ DIST gentoo-kernel-5.15.57-1.amd64.xpak 70814653 BLAKE2B 
99e6bb35f304227ed7fa30d
 DIST gentoo-kernel-5.15.57-1.arm64.xpak 64192337 BLAKE2B 
d719fe17b8c206229d28a03886b030ad3a2230dc33d1ad9158b6dc23f6cc9ebc006c503e8dab1bae2719536410eb7b6b4f60db3412f10d8e8ffc368171b45830
 SHA512 
321faf33d9b33b48ec89bdcd13b628acd46686b02c54c02d36f4530cecbd82d4297dae46469d12065965b9b62cf5530c5a1fd6ded68afc83e39b338893931cc0
 DIST gentoo-kernel-5.15.57-1.ppc64le.xpak 58147474 BLAKE2B 
40236b5a0b51e19a60125edb2138f924f6f9c2a3e4169138bd42c387b6a788bb617cc313c85fd2c5a940f06a46125dfab5ae2d0525f78448935c06793966109b
 SHA512 
0e4bb5eff0aff0cab72591ed85a6be1ac33532062c9127f6b02ac8683ab51603d2684a1a5a22d5a9c3d2508aaa5ddf583d64115861215d262339f16dd16f9459
 DIST gentoo-kernel-5.15.57-1.x86.xpak 61007112 BLAKE2B 
1ecdf4d19673839a649b67d28208b4ad792a3dbf1485ffdf8b503f50c4f1b6c90bf9beb846644c212667cd749423d5a13c5b92c1bc754fcbd14f0a470643c80d
 SHA512 
fb936a9cf568cf8e975763fe417aca93b94a0b52654e1cfaff72e5dc4b703a6f77638fe7ae3d5e14f8da1bf92e4fa33d7899f32f0a6d5e6771b0b75cc220a690
+DIST gentoo-kernel-5.15.58-1.amd64.xpak 70871436 BLAKE2B 
b79a481d3cbe5c45510792a0646f8eae84f12939de34297baa740183c0a38d85065b350218a28511a5f621a5b48b71db3f47ac005df0287a0f3e88466ffcae7c
 SHA512 
aa58c9af896323a046789702b38c71b288c3fdd809c0307c75c41f6261b72a2c6fc07ad4daf8edb4fa7b51dd94e6ac2a30e486b3634ad35adf7634f4f9aeb700
+DIST gentoo-kernel-5.15.58-1.arm64.xpak 64207429 BLAKE2B 

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

2022-07-29 Thread Sam James
commit: 6745333a5a89c9d85aa169f11182ad6a71a7165f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 23:29:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6745333a

dev-libs/icu: enable Python 3.11

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

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

diff --git a/dev-libs/icu/icu-71.1-r1.ebuild b/dev-libs/icu/icu-71.1-r1.ebuild
index baefaf47f25f..b611c9d0a72c 100644
--- a/dev-libs/icu/icu-71.1-r1.ebuild
+++ b/dev-libs/icu/icu-71.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 # Please bump with dev-libs/icu-layoutex
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/icu.asc
 inherit autotools flag-o-matic multilib-minimal python-any-r1 toolchain-funcs 
verify-sig
 



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

2022-07-29 Thread Sam James
commit: 3136d84d15e3a6eaf43251214a35cab67b329066
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 23:12:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3136d84d

dev-util/ninja: enable Python 3.11

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

 dev-util/ninja/ninja-1.11.0.ebuild | 2 +-
 dev-util/ninja/ninja-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/ninja/ninja-1.11.0.ebuild 
b/dev-util/ninja/ninja-1.11.0.ebuild
index 009dcff946ca..81d813fea607 100644
--- a/dev-util/ninja/ninja-1.11.0.ebuild
+++ b/dev-util/ninja/ninja-1.11.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs
 

diff --git a/dev-util/ninja/ninja-.ebuild b/dev-util/ninja/ninja-.ebuild
index 009dcff946ca..81d813fea607 100644
--- a/dev-util/ninja/ninja-.ebuild
+++ b/dev-util/ninja/ninja-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs
 



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

2022-07-29 Thread Sam James
commit: 6352f5e16c232095ecd4852a2c1affd3d94068e6
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 21:06:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6352f5e1

sys-kernel/gentoo-kernel: Bump to 5.10.134

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.10.134.ebuild| 131 +
 2 files changed, 133 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index a7888753796d..53cfcffea19b 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -10,6 +10,8 @@ DIST genpatches-5.10-141.base.tar.xz 3795548 BLAKE2B 
42dcff42a0c56c0a16028e289c1
 DIST genpatches-5.10-141.extras.tar.xz 3868 BLAKE2B 
2f2dc5299a10634e3c011457d1c40c70a8e6ffd64b38e4567193b5be25f66a8687b2fd850192adca24b938b003fe0569c8519eb6e36b557f58b775bf542d311b
 SHA512 
a93b152ecf75984ecf0d0b56e73c19aa11df09a4b27042255c6ce771dabecffc2e3504e394478be6738cd70912f626120bde430af65acd77f17464d2e0b8fb6a
 DIST genpatches-5.10-142.base.tar.xz 3863448 BLAKE2B 
de45611ba9c92f59829a61b84ad0461535ca68fc5efa2418417bd1fe7e1ac643e2b65e0b467414eea90fd034445219c13782b1c99136367247420502289f7523
 SHA512 
63b835f0006f0e2ec97432cab93f21f47a7a36098f5699305d6ca2d01d2419fe6ac6588e68210d1332b4e1dad8a6fc74ad95034c8be1524601e4c30b447a3634
 DIST genpatches-5.10-142.extras.tar.xz 3868 BLAKE2B 
fdff4c1e3ac6b09322168d92469bc5220dded731e05250100df2b5a94d90b2c5bd7612e6c32574ae1c67cd59e6f73d348b3f56bb9027ed1ba11427975796f1e4
 SHA512 
227bba85de2bf1eba0b0c3d4f314ca0f2f5c3c475ba78e5a82fbb3a682fd37bcef80ef1a91f1ee3747bd2a8c639d2f791110ac72c5406243dd2f54c87d846dd4
+DIST genpatches-5.10-143.base.tar.xz 3888492 BLAKE2B 
981a8e2129acfb070164fef85e6beaf41e36a6e9b139a7bbc2027750321286d7e1a6cc51604841352bd65fcc363a80edbb6455c9d8ae83be560603350f95
 SHA512 
6556642c9d99f0e8160c4e50f99dff42982346ba132abe77bdb83c1fcaf9435fd2573fa56380ce140efff7773ee5ef1cf9475360e6d5703caf4c38b14c135ec0
+DIST genpatches-5.10-143.extras.tar.xz 3868 BLAKE2B 
8bcfec127807585e1145930a119e5f8b6f4f481370c4243dfa0b3f5aac36f5b19ce566b458718128224ae63ed3ac8d232a60a917e80890a13a9b48325bd7253f
 SHA512 
ad4f8a858caf876456536ddb7f6998f7d11c81047efa23cf3289fa93b6b9067fbdaa9329cf7b3e3089c0c07b9adabeca49ffa7a1a7eea7d9f5c0a306996d1fb1
 DIST genpatches-5.15-56.base.tar.xz 2245780 BLAKE2B 
0f5e5d7c8a29f590598f4721307e3b1a316342cc31b8e5ab5496ed58b65470d19bed59ff40cf7b26bd4970eee04581ee8ac544eebe63c54063c161a55c828cea
 SHA512 
0a1c4edd8f863f2c77a14cf48d79c35868ba8b2f02fb2436e1913e97c8285046ecbedc33e6faddf02a0c813e677492be0fc972e3731c733e488006602eb6119f
 DIST genpatches-5.15-56.extras.tar.xz 3932 BLAKE2B 
2b167a35d9dfe16a18b22318ac4597147fb25bef53a66108c2f2e4d6e6d3df1c9d4b1fd6d63ba4a8078f94f8cd69d14b359123355ba266ef72b44f7d9addca9b
 SHA512 
ce91556981720f3718921993eb15f5af623cad8dc40a36bec6cbb0d52153fd1288bf97927daab1b1e3ccd1451d4295b109ead0160c657a00c62c2d6f25fbc09f
 DIST genpatches-5.15-57.base.tar.xz 2275504 BLAKE2B 
23dad9d2e9dfc1f77f6e39f8d9e68a6e3168d581136d50d53b3503278bb5e4abfc25e2f9fdab63eeed674e370bee8ae7cc5c54058f6942abaa4eeac49258d765
 SHA512 
b675437c320b28f4b4ee979fff5c32ea607fd795b090206b49d66fdb95fc2ca1b959fffd33b9e5241a160c2f19902efc8218f2c39eaaa312a5b4149282e08b99

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

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

2022-07-29 Thread Sam James
commit: 64791d623308e91832ff0becddb9a05f3257c468
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 23:16:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64791d62

media-libs/libaom: enable Python 3.11

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

 media-libs/libaom/libaom-3.4.0.ebuild | 2 +-
 media-libs/libaom/libaom-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libaom/libaom-3.4.0.ebuild 
b/media-libs/libaom/libaom-3.4.0.ebuild
index 73a96a1dba92..cebd64828aa4 100644
--- a/media-libs/libaom/libaom-3.4.0.ebuild
+++ b/media-libs/libaom/libaom-3.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit cmake-multilib python-any-r1
 
 if [[ ${PV} == ** ]]; then

diff --git a/media-libs/libaom/libaom-.ebuild 
b/media-libs/libaom/libaom-.ebuild
index e5f515ba1a83..39cf3f69c8d2 100644
--- a/media-libs/libaom/libaom-.ebuild
+++ b/media-libs/libaom/libaom-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit cmake-multilib python-any-r1
 
 if [[ ${PV} == ** ]]; then



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

2022-07-29 Thread Sam James
commit: 4c5504e462eacaf621358baeced39927844ae99f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 21:07:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5504e4

virtual/dist-kernel: Bump to 5.4.208

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

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

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



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

2022-07-29 Thread Sam James
commit: 9036c795c4595bf1c8ac5e653a1ab2614650ef0f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 21:07:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9036c795

sys-kernel/gentoo-kernel: Bump to 5.4.208

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

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

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 53cfcffea19b..5ee85b23c820 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -50,6 +50,8 @@ DIST genpatches-5.4-211.base.tar.xz 4898356 BLAKE2B 
be058cf67ca37dd3eecc242039e1
 DIST genpatches-5.4-211.extras.tar.xz 1812 BLAKE2B 
3edd098fdbae33053dad710c08bafba66b3fff66e2e87935e904c6c5c4ecc2749d8f3135d10ffa6afae15711cdc92c725a08178eae6091355b81e93375d1cbc3
 SHA512 
264c25cde7a7371726350b0eeab9cc087fb0e0194e92905e1ef2ebe1467ef7ca3a0cd654b65e3fe35f49113882ab9f4041bbbd02095c935baae93b5a37f986cf
 DIST genpatches-5.4-212.base.tar.xz 4910124 BLAKE2B 
b09dfb8e041beb3ba5813e3f93ee02ef2fe3a6bb62bc4a9124bb19b74612ddca745e7066d9d11e520b6ab60e4a123428dae8e97ad28323e0d279173654a35f41
 SHA512 
f13c5f6d38e8b71544ee07dfbd049b611b8228d2eadb26225f0a3cb532c8aab2b321a52c17e11a732c6bbfc71586649850bb4c43b932206d7b5ce4691a0b9e2a
 DIST genpatches-5.4-212.extras.tar.xz 1812 BLAKE2B 
8016640dadf0add8c91a6631fba836b97173243f900abac4c12e5ae19d1c63e19d21f25df2f22b2880d18cfcc83d002fce7014a26d9f4f3a4bd788fc084db403
 SHA512 
0f5e5f8b6ad6538bf6850c506019fefe4e95a36f7f568b0c5188ad2c0c06fcb904287452e5692bf63480c321b24a6bdb2db9adeecd3a181c7260ca74f34fb5fb
+DIST genpatches-5.4-213.base.tar.xz 4933392 BLAKE2B 
ce7ea84b52c60d4ae9cef1ddc3abd3f37de0ad5d7344645b3e4376db29d45b2acfe7b7b89e557c6265b4abbda9827fc68d4ef7c63eb418d3707166d7ed50586e
 SHA512 
6107308eb5f3a0b1b079297fa7815a335620a2a0023250f1c4a92c84dfcf2ab7afea9388906e93fcc21d9ef85f350d638a8d245c29cca5b38968b71ce1a4d06e
+DIST genpatches-5.4-213.extras.tar.xz 1812 BLAKE2B 
b6812b7e126a55b2079832ddce8c9ba09aee71b8cfcc137c5d0e553a7878e9fdc6e57e64b3670123cb90661d52b3aa0818fbfb7d3d48bd0521c0a0f46ee420e9
 SHA512 
1deba84aabde4c35213ab38e0f40fe1aa696470bcd5a6f103635d0078726622574ebdbb5caeed7d1516ef45a326052b2ac9d4f6ef2dfb0e0f84f837f9a350927
 DIST gentoo-kernel-config-g1.tar.gz 4283 BLAKE2B 
44dd51ec45ebc71bffcd6d85a2fefba053f7bce8035057f0bbe928e24816ad4ba03c9bf67dcfcd6d6d1833c0a2ea93e0fd486c2093664dc41ccce316e1e60588
 SHA512 
3a45f28df9d457df0fe0d185da8b10f4e35f49dad75075e041e8cf3cf6972fecc8145cd557b0bf3a8dea20ddffae0194f88e61c1e5098fa0a5ca301d40aeea2e
 DIST gentoo-kernel-config-g2.tar.gz 4359 BLAKE2B 
965392fb5b3c1290c596d3e8593cfcf54e76cedd47de335c1b9658c1b35649af18a94639bf3df84507c797e6d7ea074f7f2a2579d2d01073478b30a4f167b2aa
 SHA512 
d1bdef2e817799fcebbcdae1f3b1666f8ca70b0d5adca74014dd665f6b02c81b839220d8fe3794ea1202e1f2589d281344699864207c98b95d23a1d1f03bd42d
 DIST kernel-aarch64-fedora.config.5.10.12 223184 BLAKE2B 
a0246dac2f7a4ad6a55b611538d24382ac87a8960077811a859c9595ac67f961b4bccb7e139a89abc7c0e26e80832da5c94211fc658082f2e7dde984f14dd29d
 SHA512 
7d803b347b136331db1ad6e22e0445fe0224c3e26cd7c034cbe9794915d457b492e05f77664865079874ec001351553652646e2e08d0fee31e30b841b0008f52

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

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

2022-07-29 Thread Sam James
commit: 6ce613545ce2212f709a57811636c15c709305b9
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 21:04:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce61354

sys-kernel/gentoo-kernel: Bump to 5.15.58

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.15.58.ebuild | 131 +
 2 files changed, 133 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index cbef77522881..a7888753796d 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -22,6 +22,8 @@ DIST genpatches-5.15-60.base.tar.xz 2403720 BLAKE2B 
cc8a8e72894d9139fc2c51412e09
 DIST genpatches-5.15-60.extras.tar.xz 3932 BLAKE2B 
2c9b704aa65d9ba6fab93252cd581efe31324fed7d1886bb118a25efe26daba4dd40d75cb263edf6df89323e9967b6f2277692fdcdbb6a50146e669f45c364c5
 SHA512 
e63206136bf81d5a9012d71396474f6214cbb7980ff4427fa60e69a7d96dde918174a964a6269e6278b4bad6f5faabfb79c1d0c5e3dfb4efc4f13fbc17979273
 DIST genpatches-5.15-61.base.tar.xz 2438712 BLAKE2B 
44a8bff3e2df4203943aab61398ce4f136f5101e10a8764885202e799e8d5a6a1270800c5c8cbec98aac4ede007a49616120356aae66008ef2578698aa25dd3e
 SHA512 
88cc84df8f11c8f714a629cba8b22dc730b1cc90d5285c2c5475ef808715418e4080f421ad268c7e8a34c18dc70962b89fbbb23c73ab5f3c76f30435d98ad0ee
 DIST genpatches-5.15-61.extras.tar.xz 3932 BLAKE2B 
f2579301f9ee4e2dd46dd65472bf208d62642df674863cc905dceb0e91d62cc3e64f1d0d4ed99f0ca9c010108b7df58a12a34b6291eab34f565d9d4ec69c2751
 SHA512 
17463a7d9e3a2e017654e78dcffba58114ec5cae5e67858f7f3c50bf14a92c1b488f85f4fd5fb61eb53fc74f6a90f0ab152ba9396d0d928050851b4c5ab643d7
+DIST genpatches-5.15-62.base.tar.xz 2506840 BLAKE2B 
29d99833ceb0835a02f5acdcb9fac48d7e12107303caf9eb218f9ca4914b3a82fdda0e47399cab1c76d3fe4e0f17378aa466453a5409e01f69ef37ab1753b648
 SHA512 
5e0725ec3a7f07ff8506c8db54fe5842e0e71f5b5e62e70af43a14e7c2002a71e9b59b73ff943fa64feee453750c63b92033340405098f072a547251d2623dc0
+DIST genpatches-5.15-62.extras.tar.xz 3932 BLAKE2B 
e4478eeb5bdf3b6db3e9e9de9c02641477aeca08ed07e0b0ab66419301f273b8a79f4b28fc7a22095fde8521479878bc71d70fc585d934efeefe4a408af3493a
 SHA512 
6c241a54f503205408b8b07c1389636fd4ac0e8785d12aec2a363842f8b172e06b9568a8fa9f7607b6ab2f09b5d7892294f3618d1a7549a9c41a78f0c4e02d2c
 DIST genpatches-5.18-12.base.tar.xz 549680 BLAKE2B 
d6973dfb0d7749fadfc511b1092dedc67b3f8a57e2a117674113f43177bde8608b6106c4c84fbf5f5a161b9710cfad28a3c2fd419fb3c4088d98f9a504ae0cb8
 SHA512 
c7ad63058bb77c92d3ecf618a41164476a56f2b7b879c667c7fc9666fa1d7f81b599d6ffc5f0fbaa3223e7d399dbb6348ddd511598581083f7b78d505dd81e7c
 DIST genpatches-5.18-12.extras.tar.xz 3920 BLAKE2B 
89642c29bae1b15664749c11e581ebf1d0b42801cbd3e436805faaacc419fa7d946a05e7d37bc8d056e36768d181b2e71dfdd6b28943ea112dad9f17a9c2bde1
 SHA512 
301cd52af9db5a8ec91891a0258a262261d87cf22cb01c27a531d0274ee23d0e928977abe8f5928d3dcba430d032a3cb418193bd1f3e09a923ca6e8718ec7420
 DIST genpatches-5.18-13.base.tar.xz 578484 BLAKE2B 
03215db005e5a3668898b1ac4c25aeee5f20d6802d00b11d24d41f506ca9f730f031f5cde187f81406a3c75937d65f854acd3c0e2d2cf9f9cb3ba99454304180
 SHA512 
bdf29085cf76022aa21faaee63033e3231b9757282633eb5897717128bc340cbf38b12a2918b169b452e85aafc9fadac2645df414f877f43950a3147e00dea68

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.58.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.58.ebuild
new file mode 100644
index ..3e9875ab5936
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.58.ebuild
@@ -0,0 +1,131 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 4 ))
+CONFIG_VER=5.15.19
+CONFIG_HASH=ec69da7a42b5b7c3da91572ef22097b069ddbd01
+GENTOO_CONFIG_VER=g1
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

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

2022-07-29 Thread Sam James
commit: 8863aaeac9127c077a0297879d948333998e3f56
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 21:06:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8863aaea

virtual/dist-kernel: Bump to 5.10.134

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

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

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



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

2022-07-29 Thread Sam James
commit: 2d5a9667111e1487fb379ef3dc2b9d5f35d64624
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 21:04:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5a9667

sys-kernel/vanilla-kernel: Bump to 5.15.58

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.15.58.ebuild   | 134 +
 2 files changed, 136 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index ad814eaf512f..a9cb794686ca 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -39,6 +39,8 @@ DIST linux-5.15.56.tar.sign 991 BLAKE2B 
4b6acc83e1e6f8a5d3fb79ad16fd2e5343e763a2
 DIST linux-5.15.56.tar.xz 126379964 BLAKE2B 
6710a46afe184d08d108bd199d96799e215cacf19ee22999203fe751fd2179888f2b581b83ece86aab6fcb4e2190f38dd67e064ba4d57b9d45a04355bd6fe008
 SHA512 
9a9e52d80b85d4563fedde43e9b220c8f98524686169bb3247816ef3abbc6eaf500cf5bdbf808e01dadcfdd810f9e93eb1618421f56b5bb3cfb9190af2589728
 DIST linux-5.15.57.tar.sign 991 BLAKE2B 
8585f184cdad7fe37a5bb9d38734f99cd9c836408dfc2d0fcb3209981a22c4663e0c0cee2583b9278b38ab4f31567db9d97e544969438d0ef20eff91239fc8db
 SHA512 
37032bc31f811b4f68a6dbc6bff4e48242cf984886336ffe1864a9d2a1439f77cd258214a86e68918ee0f8556635c051b0d4ed0c69e851985a62833012549a57
 DIST linux-5.15.57.tar.xz 126380740 BLAKE2B 
9adea6b8ee97ead38ecab39b1ef08b2ee1647eebbb2a8ccd2ba253eeebfd6435c83a03e83e186809473a982a373185874c0082aa0c56f5928d304c7df56dfb86
 SHA512 
d14968b0fc7f4c3162c2c7975367e5c685675e29515a82d3010bc49a124e761beb90eabb7f0e2823e2afb32c0110df887440966dbf37c29247479d5009905d5b
+DIST linux-5.15.58.tar.sign 991 BLAKE2B 
da7c889a8485c2f445eec54808aec0e43f9e36cc66b4c566cc4313a1333c0094c2e53da0d93fd49b4105eb3285f159a51d50f2c4edd10efd1efcd54328cb5318
 SHA512 
34262df54828ea963e2dfaee89ee29b1514de0857be360019281805ae8eac211778707aeb247bd7816f55b0691b6820efb2a87aed4294adf4c263d6f965da934
+DIST linux-5.15.58.tar.xz 126389084 BLAKE2B 
0bf2596c9f7c7f112389d47de169c3399305f48241f36fe479d18b80d874d8ab90faf44b5bd6384f4dec2998c22a0ef365a84bbe917a1dcd55875a91399b101b
 SHA512 
b0474dc0c8e7e1bfc45e22f5df3c435066ad69144fc4b451335e43133c2113f3d3c1f7c2f3df6e54539fb6d87ebb16f069907c1f4e5922bb69a07e2a00463110
 DIST linux-5.18.10.tar.sign 991 BLAKE2B 
7ce361cbbd768cfbbda3744f8528a3b4115378029682efad4f0d785c156461ce17d012bdd149edeec56979f2b801d37f2c9f09c8610ce197a12fb2fae2c16af4
 SHA512 
4aae4d2bf37852ccada7709304b6e1f69447df961e947cf78c4d5914f610582958da28c6de2f9a51b9cb544d0addee241bb872d3fe4d50c0512f577a48ae30b5
 DIST linux-5.18.10.tar.xz 129830456 BLAKE2B 
71e1d666f2238bdf4c6a10d83c234b02b46dfa67ffbf73eea904254ddd7ded9ad5d520ec4713933388956d2e538e32911f4c99e16c5e3d0c19cbff0fbe38012e
 SHA512 
2140d9012fdc63979c6a737513da46ca59a58f4312e8a1b1cbf481088e03da4bc2eb04fe9cab7164339ef1fde8a2a8a6d5167896e45b061b04dba0ef7b1fb7bb
 DIST linux-5.18.11.tar.sign 991 BLAKE2B 
9132a1d3cd6c72930518136df59dbb0a88831921aed6fd21a09c7353ea0dbd7da037438efe8cd12fc4eafdf70a9fcc1eabeb92f8d34e9bffde92a6a5d29d864e
 SHA512 
9bcd4392212659bd9c03da33b9d7c81aee6c5d608ec29225b589d9c170771b8e0729c24d3eb4b649d8209dcf1c8847d12b5148d36808bf2ecdde879d251e6198

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

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

2022-07-29 Thread Sam James
commit: 5b8543d2eb5000c6bb12b769bf2305680cda7a3b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 21:07:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8543d2

sys-kernel/vanilla-kernel: Bump to 5.4.208

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

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

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 3147ec87f864..c331cf6fb614 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -67,3 +67,5 @@ DIST linux-5.4.206.tar.sign 991 BLAKE2B 
0d7814ef65a8a70f7113dce971ebae279cb0f267
 DIST linux-5.4.206.tar.xz 112942916 BLAKE2B 
7066a482b73c5636f98f369e02eec7023313ae06cb78a2b5be947f9a618b01bc854f997df8e0a9912e25f8be453c277f865004268a558c75c0b7894802877037
 SHA512 
6f8ae37d4ea918d4590b52468ed60b30f848120ef4949e5719e4b225b4ef9597d449e520f4ed8ffe8a29d659da3191691ce9a2d9968f6f437265057f0ff301ba
 DIST linux-5.4.207.tar.sign 991 BLAKE2B 
29400e5934393d1e09b7d694ab4395fcf0bee3d8b85f5b5663d7b7c7c9ba5be4168d217587fdfb1ab8ef36840a24211482358964f9745c4376f466909d1ef0f5
 SHA512 
fa1d4ca2a06d9a74a4fed2a33439ce450c1969d25ada380b60a8a64432fe59eff5129570494af5c3bf47b4e99e9de9fc35e5200afe15a4c478f17c9706b984a3
 DIST linux-5.4.207.tar.xz 112942800 BLAKE2B 
32cbb802084dc11863bb59310503ff92c6d02f0892997e15f5048ee285fc3e7b172d9b0ad5eaf936ef423af786ef14d9c3788b80b2ebc62676c0b3a25e1390fd
 SHA512 
802eb45d93347a4bfd6e194efdc2bac7daaa4374ea7c990acf43b3c7e8280f3b6e1ccaa2f765d3677ca68947c8b9f7d783d6c22df58a64b4f6d8e5120fdb7e2b
+DIST linux-5.4.208.tar.sign 991 BLAKE2B 
a79d81b6120f8856da9a819fcfd040535b264a01cb647e1fc9d02d827b8948267803467a3389bd215d2a4e10208fca53a224ecbdc3967e8972c1302afa6cc2db
 SHA512 
55fa233aca961a17c57bee0f87fcfd0c4058bdf2d02b66797f073694a1eb941278dc744467838a08e107944ff717e3dc79e4ac4ce69866f674e95c48f980de92
+DIST linux-5.4.208.tar.xz 112935800 BLAKE2B 
801adac852dc3cac0307ee6787e67d0a4c5047a6850db1163cf0315b2100e8af6b3eb4eb310b7f5f2bef7bb0d5d5eed738db501718db72a1ced95577082e0012
 SHA512 
2260262607fce42c0a69900c086be69e15c5fece0efe28cbfe4cf5b4e0829b981d0f0a1c75b64ff0953c527058653fc3e45da481b29167cff11664d1953223b5

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.208.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.208.ebuild
new file mode 100644
index ..4f5f7870ccb8
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.208.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=g1
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686.config
+   -> kernel-i686.config.${CONFIG_VER}
+   )
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
+IUSE="debug"
+
+BDEPEND="
+   debug? ( dev-util/pahole )
+   verify-sig? ( sec-keys/openpgp-keys-kernel )
+"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/kernel.org.asc
+
+src_unpack() {
+   if use verify-sig; then
+   einfo "Unpacking linux-${PV}.tar.xz ..."
+   verify-sig_verify_detached - "${DISTDIR}"/linux-${PV}.tar.sign \
+   < <(xz -cd "${DISTDIR}"/linux-${PV}.tar.xz | tee >(tar 
-x))
+   assert "Unpack failed"
+   unpack "gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz"
+   else
+   default

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

2022-07-29 Thread Sam James
commit: 745f9dc1e5bd254ba6ff4fcfe98722cb7c59c84f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 21:04:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745f9dc1

virtual/dist-kernel: Bump to 5.15.58

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

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

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



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

2022-07-29 Thread Sam James
commit: b703a772284e8d46b876acef2ae08843d99d81f5
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 21:05:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b703a772

sys-kernel/vanilla-kernel: Bump to 5.10.134

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.10.134.ebuild  | 134 +
 2 files changed, 136 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index a9cb794686ca..3147ec87f864 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -27,6 +27,8 @@ DIST linux-5.10.132.tar.sign 993 BLAKE2B 
6a6b55885d0b7fdb00b631d0d0f304e9346eb82
 DIST linux-5.10.132.tar.xz 120432520 BLAKE2B 
d1abd82c248ac610ffcf2b7c713a647f97b2ab186a54b3ef9ab69ad7c2a647b04f254dba6cafa71ef742ea4a385034bd27883ccd1f5857f0ce0ca6fcd93e6597
 SHA512 
e1bfc069a91c111a81694e6ecf71f995a33a9dcf89e31ee7c9e01821bc1fb00c1b895cb1786bc62d398c6e9dc657ceb3f6b8033b50b17e77cce9a82039ca5c86
 DIST linux-5.10.133.tar.sign 993 BLAKE2B 
fddcc2dc991ee0ee8d5b81015bc62c17f3e1edd245a4df5a1f9307a26266418c703bf50620173466fdcadd85be679449c27547201c6baad13b3b05e9e3153c1f
 SHA512 
82b76e437955adbce9d4ca9b22c4c5becf19743c856426f63df8f1503c0b051e5e06a145ce06b7422bf15961ec2f91524b94daa802f5c2d7ae4603273581ad0c
 DIST linux-5.10.133.tar.xz 120457796 BLAKE2B 
811a5a7b1796dcb90baf7dc3f5f39947e409f8f8c6fc6364e3269c6a8735f912dcf8e2b03b6202b20c42fe6590e7a500c04a20c9df44dc7f6544b18795e7
 SHA512 
980b290bc619a843aaa1ba6cbbeb6c796cd63ec5cbcb6de820afaa33a28a64b746cda73b921babb5d9110b19dff6fa47f368d3427552443b8c2c929c35ba65f0
+DIST linux-5.10.134.tar.sign 993 BLAKE2B 
eea6723cde53024b73aa785c82dd733b5bdbcabfd6229e1f0f70a5554ca0a183bd6616d11a32de152c026551a56bfe20e963e922baf03458857100d37db7ce9d
 SHA512 
a291efb27ef6714aa970c8e129068f1e32ae0e10fd228a9eb0a4ace04b32f3a097712e2703f0cd43b26d2a0ec9c76d2b9556f8b4ed6e058065baa99fba7ac9dc
+DIST linux-5.10.134.tar.xz 120457660 BLAKE2B 
16d43ce64d24bc26849c72749890159fdb5754913275f9829edb13a753991afc9e738f38f105606d6af62891708aa0134d860592ba33cc5bd1d8038b238de363
 SHA512 
888c5f1000329deeba66e7452d64344b589313e6494d96bb62c89250ace93d7ea5f9201b0b203b6730f5de34e04bd4b093ab4592ec7837ebaf09b2348be20ef8
 DIST linux-5.15.52.tar.sign 991 BLAKE2B 
321a5eb8fd8cad2d14705ffdea3fc0ad5cc4618defbe8426b978aac10c28dbf0b4f15a571c16c22ff2437f87ab8d70ade815c5f76ce0d763ad66846a27e02349
 SHA512 
1ab45e728a768b704ff52551e31cf91fa8a6ec008e3f2aef387b925ab18dcd837f4a4b71f85a7bb96b0ab403c39757ddfa8d22578117728f594768904bc5ce62
 DIST linux-5.15.52.tar.xz 126364084 BLAKE2B 
9baf5b0182df91790716f3629a6e163cf87d8e9bde79350f30432e7446d2033de9d081f1693a758a3830a26c03a8bc13713394fd82457afde33ecfb9e353de2e
 SHA512 
01852559b30b177ba350827b076dc58ecad020e63940482e694286ade3debe53919a4514338536f46da1aa4f89b671368a112a913a53a0352d033252bc6b2a1b
 DIST linux-5.15.53.tar.sign 991 BLAKE2B 
4d890ec6f124577094dfa178fd64dcbb99ef7f07f3ab5bc6c5591c1a2304286ad8285b3d7bb405cb127b33f05a4bd2bb03d0e438f50c1fc466346e3530814a85
 SHA512 
e7206e9551b89b3aed1835d8e29832ad457d4c375ccd53c4306bd390d714a6a9329d4bb2f71bc2c2dc4bf932ada7131c5383f23a2d71c44b6a0a8365de7a9b7a

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

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

2022-07-29 Thread Sam James
commit: fb7535c9f0d141f9c593f082f340bead93a4cb4c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 21:02:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 02:22:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7535c9

virtual/dist-kernel: Bump to 5.18.15

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

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

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



  1   2   3   4   5   >