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

2022-09-30 Thread Florian Schmaus
commit: f65c71d101479a64e62c71ac632c61fa7fccf4ab
Author: Florian Schmaus  gentoo  org>
AuthorDate: Fri Sep 30 10:23:28 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Sep 30 10:24:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65c71d1

dev-java/gradle-bin: drop 7.5.1

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/gradle-bin/Manifest|  1 -
 dev-java/gradle-bin/gradle-bin-7.5.1.ebuild | 61 -
 2 files changed, 62 deletions(-)

diff --git a/dev-java/gradle-bin/Manifest b/dev-java/gradle-bin/Manifest
index a1c6edac9a0d..35f1fc4b3edd 100644
--- a/dev-java/gradle-bin/Manifest
+++ b/dev-java/gradle-bin/Manifest
@@ -3,5 +3,4 @@ DIST gradle-bin-7.1.1.zip 154838841 BLAKE2B 
0a0ad08101f0c5fa7c0cb2a4c9ad6e53320c
 DIST gradle-bin-7.2.zip 157058280 BLAKE2B 
918213df58ac2afbd075c74588f60676cd7dc99030834828138c621348ac1abd368e0b54c2f6937cbfc9533e55e310b46cf841c92dcb1039b898c6f456032d38
 SHA512 
6ccc79f08afdc20b3d5abf876c3cabb69114d1ab4285cdb77158cd8c5e09207589edefb6c79f2bcffe4629a38c6b9e2f473de42dab29a24310965bc5816b907d
 DIST gradle-bin-7.3.3.zip 158875257 BLAKE2B 
94f86e06da3eae4a9522d35a28577d033d64ce1bc2f36d0f5c1992e9b92ec311d25bd98bbeaf4b8a9869f22d93e14c88952e12166e436a0a6c206541d1f967aa
 SHA512 
03f2bdd77202788cd43bb3e3a6390340f4d083d69ade5a53e0163204fb85307f5f4e04077c6ae558bc36ab3c478674f941079bc14a8344f55631fbba1490
 DIST gradle-bin-7.4.2.zip 159315974 BLAKE2B 
c7c8dbe82d22dec699d1997a781f3a66110c9910dfe67df2304c48cead96c130ca072550b8c5fa2362744cd2ea3c9723c45a6ecf6e0737fe3c9b7e286b44f4ae
 SHA512 
2e1d05486baa9661d5c8ffead2df87874a66f6cfc958ee6840432b89d221d8b0af9e3cad3675766f5413d12aa61c5b5fb0dd82f4164e5da3022865eba9ceadbf
-DIST gradle-bin-7.5.1.zip 166101707 BLAKE2B 
e018f8ae0e4cbe1fff2e3fb3029ef4c3f35e1bf541ce75f22561e16c43d8501c2f2501db72081656a836ab1c3358020dbf0be3499e7c16b385d9940c852c62ae
 SHA512 
89189d529df1258a01ad2e6c38b1374dfb3a1440706c1c7f27ace89b6fd5b6849f9809f209e3e410f226aeeb9348d144de70397ac94b4e59fd311a2b0dee0dc9
 DIST gradle-bin-7.5.zip 166044548 BLAKE2B 
2814ebe54bbe7165e6337be087bf2c841ff308c5d3f6c01e7a4d1dd63c13e723e9c06c395632edb32b7c9f84d174e1c0dd8c6ffee1f35f0b33201e24615b6521
 SHA512 
48646d59cd89836c33805fe3899587d338b46665f8f9c9d1535aa862b2a331e3045aa77cf4f2523e85b88ca3d2c58e0b4990fc02b84fb79e327817e37d9c6319

diff --git a/dev-java/gradle-bin/gradle-bin-7.5.1.ebuild 
b/dev-java/gradle-bin/gradle-bin-7.5.1.ebuild
deleted file mode 100644
index 0e7b49ee8847..
--- a/dev-java/gradle-bin/gradle-bin-7.5.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-IUSE="doc"
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2
-
-MY_PN=${PN%%-bin}
-MY_P="${MY_PN}-${PV/_rc/-rc-}"
-
-DESCRIPTION="A project automation and build tool with a Groovy based DSL"
-SRC_URI="https://services.gradle.org/distributions/${MY_P}-all.zip -> ${P}.zip"
-HOMEPAGE="https://www.gradle.org/;
-
-LICENSE="Apache-2.0"
-SLOT="${PV}"
-KEYWORDS="amd64 x86"
-
-DEPEND="app-eselect/eselect-gradle"
-BDEPEND="app-arch/unzip"
-RDEPEND="
-   ${DEPEND}
-   >=virtual/jre-1.8:*
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
-   :
-}
-
-src_install() {
-   local gradle_dir="/usr/share/${PN}-${SLOT}"
-
-   if use source; then
-   java-pkg_dosrc src
-   fi
-
-   docinto html
-   dodoc -r docs/release-notes.html
-   if use doc; then
-   dodoc -r docs/{dsl,userguide}
-   java-pkg_dojavadoc docs/javadoc
-   fi
-
-   insinto "${gradle_dir}"
-   doins -r bin/ lib/
-   fperms 755 "${gradle_dir}/bin/gradle"
-   dosym "${gradle_dir}/bin/gradle" "/usr/bin/${PN}-${SLOT}"
-}
-
-pkg_postinst() {
-   eselect gradle update ifunset
-}
-
-pkg_postrm() {
-   eselect gradle update ifunset
-}



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

2022-09-30 Thread Florian Schmaus
commit: 6a1d75766aa92a773aed37bd35464a2d8db5a948
Author: Florian Schmaus  gentoo  org>
AuthorDate: Fri Sep 30 10:22:04 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Sep 30 10:24:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1d7576

dev-java/mill-bin: drop 0.10.4, 0.10.5

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/mill-bin/Manifest   |  2 --
 dev-java/mill-bin/mill-bin-0.10.4.ebuild | 26 --
 dev-java/mill-bin/mill-bin-0.10.5.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-java/mill-bin/Manifest b/dev-java/mill-bin/Manifest
index 8eca7c248dc2..60654e442592 100644
--- a/dev-java/mill-bin/Manifest
+++ b/dev-java/mill-bin/Manifest
@@ -1,3 +1 @@
-DIST mill-bin-0.10.4 68195230 BLAKE2B 
922604123641ea130da1fbc30e6fdbf768479cdee61f8ca9443f4a96f2d9a3608c2377741716c2f942c29cf40c10f23f3cd24255221d7095060c89c5cde7b8f3
 SHA512 
2141159fd88866ba3c3abf05af0d7b2bbd89b901a16a29e51b6baefbb94fe68afc4b5c83cf18d289279dbb142b47eadd5ec225a72059be9fa6fc0594b0c130af
-DIST mill-bin-0.10.5 65096167 BLAKE2B 
756970782a3abd67a03337824bb54c887758968c8f98cbeadbeb6e84277a5318c737e920b8e3f9025dcc01c81440f62f61e415b5a343f8c36b06bffe66bdb0ec
 SHA512 
151be733fb5438fbad4e1e2b7c6918a38743f1f494652d2d3b11a5d1b67ff3dff40f62b1e71784f5ff22045f45f7e9390a9b4eb6377814cbcfa5cc1e337b0666
 DIST mill-bin-0.10.7 65704975 BLAKE2B 
bd6cb205f58ef51eb43f45f5980de0dc1afbfb3b0a56ce81c541e88cae5d3cdcb65efcaffb90bd3a7b53a33410b26873d9db3a4863edf564a1ccb10c7be34e71
 SHA512 
9323212fd773de602ec8dbd1bf776169b402e9c60decc424b258254cc293cb4675a4caeb18addf853a7b1bdf0555cb3377e97a0dcf491b87286777c77c4232b5

diff --git a/dev-java/mill-bin/mill-bin-0.10.4.ebuild 
b/dev-java/mill-bin/mill-bin-0.10.4.ebuild
deleted file mode 100644
index 4b4375e44bc5..
--- a/dev-java/mill-bin/mill-bin-0.10.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=${PN%-bin}
-
-DESCRIPTION="A Java/Scala build tool"
-HOMEPAGE="https://com-lihaoyi.github.io/mill/;
-SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly
 -> ${P}"
-KEYWORDS="amd64 x86"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND=">=virtual/jre-1.8:*"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   newbin "${DISTDIR}"/${P} ${MY_PN}
-}

diff --git a/dev-java/mill-bin/mill-bin-0.10.5.ebuild 
b/dev-java/mill-bin/mill-bin-0.10.5.ebuild
deleted file mode 100644
index 4b4375e44bc5..
--- a/dev-java/mill-bin/mill-bin-0.10.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=${PN%-bin}
-
-DESCRIPTION="A Java/Scala build tool"
-HOMEPAGE="https://com-lihaoyi.github.io/mill/;
-SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly
 -> ${P}"
-KEYWORDS="amd64 x86"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND=">=virtual/jre-1.8:*"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   newbin "${DISTDIR}"/${P} ${MY_PN}
-}



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

2022-09-30 Thread Florian Schmaus
commit: 53cf1331e6b24663e2e7efeeeb12a645c32c2670
Author: Florian Schmaus  gentoo  org>
AuthorDate: Fri Sep 30 10:22:50 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Sep 30 10:24:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53cf1331

dev-util/cdecl: drop 11.15

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-util/cdecl/Manifest   |  1 -
 dev-util/cdecl/cdecl-11.15.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 406e91f9e23e..8468f4af4a86 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,2 +1 @@
-DIST cdecl-11.15.tar.gz 779251 BLAKE2B 
38dbefeb65b19960d9a761f63318525c5f446536a1195258ad6bc0214f07e9b24aaba09d50bfa8486315ec9514f5727abf5150d243c0123c5d8d74cb97e53327
 SHA512 
e9142eaf59fed2722756408e2c7be38ebe5d6975baab46eceb79ef70462ac106d49328e14177a18a576a68c08fa8c8fecd6ed7f0c2b9ba7b219727ca4a1546db
 DIST cdecl-12.0.tar.gz 801393 BLAKE2B 
f1b506e633da62ff058901add3c986431144d37c4f1a1b29de69b9fed4992d0976bbc6002859a35c2436fb150c5c91b6ce3c412e772db5f2e566c80bad9f6473
 SHA512 
4d8ccdc898afb0fc64d7ac984cfa20b99b2d06679d298328bcfc13cc2da1cf6d19c57258dfac85d70ad9fd779f7bfe08b2ce89ef0c7013cf2fadc6079ca5819f

diff --git a/dev-util/cdecl/cdecl-11.15.ebuild 
b/dev-util/cdecl/cdecl-11.15.ebuild
deleted file mode 100644
index e11e661104b3..
--- a/dev-util/cdecl/cdecl-11.15.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka 
"gibberish."'
-HOMEPAGE="https://github.com/paul-j-lucas/cdecl;
-SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="+readline"
-
-DEPEND="
-   sys-libs/ncurses:0=
-   readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_with readline)
-}



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

2022-09-30 Thread Florian Schmaus
commit: e1eb7b71ac4457e12dbf1751bf1ccbb68f3981e9
Author: Florian Schmaus  gentoo  org>
AuthorDate: Fri Sep 30 10:23:18 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Sep 30 10:24:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1eb7b71

dev-java/gradle-bin: stabilize 7.5.1 for amd64, x86

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/gradle-bin/gradle-bin-7.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/gradle-bin/gradle-bin-7.5.1.ebuild 
b/dev-java/gradle-bin/gradle-bin-7.5.1.ebuild
index 8dedd9ecd1ef..0e7b49ee8847 100644
--- a/dev-java/gradle-bin/gradle-bin-7.5.1.ebuild
+++ b/dev-java/gradle-bin/gradle-bin-7.5.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.gradle.org/;
 
 LICENSE="Apache-2.0"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-eselect/eselect-gradle"
 BDEPEND="app-arch/unzip"



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

2022-09-30 Thread Florian Schmaus
commit: 6b2c71a7c980e64d513b389bd1469f0dd464bd88
Author: Florian Schmaus  gentoo  org>
AuthorDate: Fri Sep 30 10:21:51 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Sep 30 10:24:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2c71a7

dev-java/mill-bin: stabilize 0.10.7 for amd64, x86

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/mill-bin/mill-bin-0.10.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/mill-bin/mill-bin-0.10.7.ebuild 
b/dev-java/mill-bin/mill-bin-0.10.7.ebuild
index e8485c57dfd6..4b4375e44bc5 100644
--- a/dev-java/mill-bin/mill-bin-0.10.7.ebuild
+++ b/dev-java/mill-bin/mill-bin-0.10.7.ebuild
@@ -8,7 +8,7 @@ MY_PN=${PN%-bin}
 DESCRIPTION="A Java/Scala build tool"
 HOMEPAGE="https://com-lihaoyi.github.io/mill/;
 
SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly
 -> ${P}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] proj/sci:master commit in: dev-python/cadquery/

2022-09-30 Thread Andrew Ammerlaan
commit: bba59ca9e35c1fc190bf3e8e86a8d716b79afe62
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Sep 30 10:23:07 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Sep 30 10:23:07 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=bba59ca9

dev-python/cadquery: dev-python/path-py --> dev-python/path

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/cadquery/cadquery-2.2_rc20210804.ebuild | 2 +-
 dev-python/cadquery/cadquery-2.2_rc20220506.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cadquery/cadquery-2.2_rc20210804.ebuild 
b/dev-python/cadquery/cadquery-2.2_rc20210804.ebuild
index 3eafde559..e31f8d37c 100644
--- a/dev-python/cadquery/cadquery-2.2_rc20210804.ebuild
+++ b/dev-python/cadquery/cadquery-2.2_rc20210804.ebuild
@@ -31,7 +31,7 @@ BDEPEND="
$(python_gen_cond_dep '
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/path-py[${PYTHON_USEDEP}]
+   dev-python/path[${PYTHON_USEDEP}]
')
)
 "

diff --git a/dev-python/cadquery/cadquery-2.2_rc20220506.ebuild 
b/dev-python/cadquery/cadquery-2.2_rc20220506.ebuild
index 26aa07b6d..a40a5c69a 100644
--- a/dev-python/cadquery/cadquery-2.2_rc20220506.ebuild
+++ b/dev-python/cadquery/cadquery-2.2_rc20220506.ebuild
@@ -31,7 +31,7 @@ BDEPEND="
test? (
$(python_gen_cond_dep '
dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/path-py[${PYTHON_USEDEP}]
+   dev-python/path[${PYTHON_USEDEP}]
')
)
 "



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2022-09-30 Thread Andrew Ammerlaan
commit: 8e5d1aa840ac15822629440e755809a548092aa8
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Sep 30 10:20:01 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Sep 30 10:20:01 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8e5d1aa8

dev-python/bokeh: www-servers/tornado --> dev-python/tornado

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/bokeh/bokeh-2.4.2.ebuild 
b/dev-python/bokeh/bokeh-2.4.2.ebuild
index d6dfa1901..263546dbf 100644
--- a/dev-python/bokeh/bokeh-2.4.2.ebuild
+++ b/dev-python/bokeh/bokeh-2.4.2.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
>=dev-python/pillow-7.1.0[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-3.10.0[${PYTHON_USEDEP}]
-   >=www-servers/tornado-5.1[${PYTHON_USEDEP}]
+   >=dev-python/tornado-5.1[${PYTHON_USEDEP}]
 "
 BDEPEND="
test? (



[gentoo-commits] proj/sci:master commit in: dev-python/cadquery-pywrap/

2022-09-30 Thread Andrew Ammerlaan
commit: 29bae330f8390f87c25364d27bae0fa5fd070880
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Sep 30 10:22:37 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Sep 30 10:22:37 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=29bae330

dev-python/cadquery-pywrap: dev-python/path-py --> dev-python/path

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/cadquery-pywrap/cadquery-pywrap-7.5.2_rc20210526.ebuild | 2 +-
 dev-python/cadquery-pywrap/cadquery-pywrap-7.5.3_rc20220113.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cadquery-pywrap/cadquery-pywrap-7.5.2_rc20210526.ebuild 
b/dev-python/cadquery-pywrap/cadquery-pywrap-7.5.2_rc20210526.ebuild
index 19494930c..3217b8774 100644
--- a/dev-python/cadquery-pywrap/cadquery-pywrap-7.5.2_rc20210526.ebuild
+++ b/dev-python/cadquery-pywrap/cadquery-pywrap-7.5.2_rc20210526.ebuild
@@ -29,7 +29,7 @@ SLOT="0"
 RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
dev-python/logzero[${PYTHON_USEDEP}]
-   dev-python/path-py[${PYTHON_USEDEP}]
+   dev-python/path[${PYTHON_USEDEP}]
dev-python/clang-python[${PYTHON_USEDEP}]
dev-python/cymbal[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]

diff --git a/dev-python/cadquery-pywrap/cadquery-pywrap-7.5.3_rc20220113.ebuild 
b/dev-python/cadquery-pywrap/cadquery-pywrap-7.5.3_rc20220113.ebuild
index b2213cef7..3197a52ea 100644
--- a/dev-python/cadquery-pywrap/cadquery-pywrap-7.5.3_rc20220113.ebuild
+++ b/dev-python/cadquery-pywrap/cadquery-pywrap-7.5.3_rc20220113.ebuild
@@ -29,7 +29,7 @@ SLOT="0"
 RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
dev-python/logzero[${PYTHON_USEDEP}]
-   dev-python/path-py[${PYTHON_USEDEP}]
+   dev-python/path[${PYTHON_USEDEP}]
dev-python/clang-python[${PYTHON_USEDEP}]
dev-python/cymbal[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]



[gentoo-commits] proj/sci:master commit in: sci-libs/itk/, sci-libs/itk/files/

2022-09-30 Thread Andrew Ammerlaan
commit: 76b20521901742c59aa823035357a3a49ebb0aad
Author: François-Xavier Carton  gmail  com>
AuthorDate: Thu Sep 29 18:08:30 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Sep 30 06:49:55 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=76b20521

sci-libs/itk: add upstream patch to fix building tests

Needed since commit b6218b "sci-libs/itk: add AdaptiveDenoising module"
because the commit used for that remote module is too recent and needs
that ITK commit.

Signed-off-by: François-Xavier Carton  gmail.com>
Closes: https://github.com/gentoo/sci/pull/1172
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/itk/files/itk-5.2.1-upstream-fixes.patch  | 54 ++
 .../{itk-5.2.1-r1.ebuild => itk-5.2.1-r2.ebuild}   |  0
 2 files changed, 54 insertions(+)

diff --git a/sci-libs/itk/files/itk-5.2.1-upstream-fixes.patch 
b/sci-libs/itk/files/itk-5.2.1-upstream-fixes.patch
index 2e547d9ca..2af8c4998 100644
--- a/sci-libs/itk/files/itk-5.2.1-upstream-fixes.patch
+++ b/sci-libs/itk/files/itk-5.2.1-upstream-fixes.patch
@@ -1,6 +1,7 @@
 
https://github.com/InsightSoftwareConsortium/ITK/commit/2a7f5ed199926999b67f61a97c2c9a2595a11558.patch
 
https://github.com/InsightSoftwareConsortium/ITK/commit/0c31aa688e82a34e5430873bc6176740fd09ad75.patch
 
https://github.com/InsightSoftwareConsortium/ITK/commit/28325d921a9b8793e6aaefd612f53989f951d19c.patch
+https://github.com/InsightSoftwareConsortium/ITK/commit/aafd1f9631d0fad60e1b6f53e049e95a50c48bd1.patch
 
 From 2a7f5ed199926999b67f61a97c2c9a2595a11558 Mon Sep 17 00:00:00 2001
 From: Niels Dekker 
@@ -253,3 +254,56 @@ index fca3d999b87..3b7a1d37334 100644
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/detect_site_package_path.py 
${python_check})
execute_process(COMMAND "${Python3_EXECUTABLE}" 
"${CMAKE_CURRENT_BINARY_DIR}/detect_site_package_path.py"
  OUTPUT_VARIABLE py_spp
+From aafd1f9631d0fad60e1b6f53e049e95a50c48bd1 Mon Sep 17 00:00:00 2001
+From: Hans Johnson 
+Date: Wed, 15 Dec 2021 08:10:58 -0600
+Subject: [PATCH] COMP: Remove inclusion of .hxx files as headers
+
+The ability to include either .h or .hxx files as
+header files required recursively reading the
+.h files twice.  The added complexity is
+unnecessary, costly, and can confuse static
+analysis tools that monitor header guardes (due
+to reaching the maximum depth of recursion
+limits for nested #ifdefs in checking).
+
+Co-authored-by: Simon Rit 
+---
+ CMake/ITKModuleHeaderTest.cmake  | 3 +--
+ Utilities/Maintenance/BuildHeaderTest.py | 4 
+ 2 files changed, 1 insertion(+), 6 deletions(-)
+
+diff --git a/CMake/ITKModuleHeaderTest.cmake b/CMake/ITKModuleHeaderTest.cmake
+index eb809d7e93d..82ad192a6f8 100644
+--- a/CMake/ITKModuleHeaderTest.cmake
 b/CMake/ITKModuleHeaderTest.cmake
+@@ -36,8 +36,7 @@ macro( itk_module_headertest _name )
+ # effected.
+ set( _include ${${_name}_SOURCE_DIR}/include )
+ file( GLOB _h_files ${_include}/*.h )
+-file( GLOB _hxx_files ${_include}/*.hxx )
+-set( _header_files ${_h_files} ${_hxx_files} )
++set( _header_files ${_h_files} )
+ list( LENGTH _h_files _num_headers )
+ set( _outputs ${${_name}_BINARY_DIR}/test/${_name}HeaderTest1.cxx )
+ set( _test_num 1 )
+diff --git a/Utilities/Maintenance/BuildHeaderTest.py 
b/Utilities/Maintenance/BuildHeaderTest.py
+index 26a4b6ccb3f..f8ed9f7901e 100755
+--- a/Utilities/Maintenance/BuildHeaderTest.py
 b/Utilities/Maintenance/BuildHeaderTest.py
+@@ -130,15 +130,11 @@ def main():
+ else:
+ max_idx = added_header_idx + maximum_number_of_headers
+ for i in range(added_header_idx, max_idx):
+-# Use the .hxx if possible.
+-hxx_file = h_files[i][:-1] + "hxx"
+ # Files that include VTK headers need to link to VTK.
+ if h_files[i] in BANNED_HEADERS or h_files[i].lower().find("vtk") 
!= -1:
+ to_include = (
+ '// #include "' + h_files[i] + '" // Banned in 
BuildHeaderTest.py\n'
+ )
+-elif os.path.exists(os.path.join(module_source_path, "include", 
hxx_file)):
+-to_include = '#include "' + hxx_file + '"\n'
+ else:
+ to_include = '#include "' + h_files[i] + '"\n'
+ 

diff --git a/sci-libs/itk/itk-5.2.1-r1.ebuild b/sci-libs/itk/itk-5.2.1-r2.ebuild
similarity index 100%
rename from sci-libs/itk/itk-5.2.1-r1.ebuild
rename to sci-libs/itk/itk-5.2.1-r2.ebuild



[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/

2022-09-30 Thread Joonas Niilola
commit: 2d052fb69e0c655da7fd1187db578f61d55f63e7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Sep 30 10:04:24 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Sep 30 10:05:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d052fb6

mail-client/thunderbird: add 102.3.1

 - backport patches from firefox-105 for glibc-2.36 compatibility.

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

 mail-client/thunderbird/Manifest   |   66 ++
 mail-client/thunderbird/thunderbird-102.3.1.ebuild | 1164 
 2 files changed, 1230 insertions(+)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 143f9ecba78b..db4a273b8680 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,4 +1,5 @@
 DIST firefox-102esr-patches-03j.tar.xz 20768 BLAKE2B 
49c5be06c5df5eda693a9712a63989f71dbbfc34fb3dadd74f0c95a25b2d8123af973ce92d7c7b342de311d8e94fd652a3c126ad6b9f0eeda09e709d42959cf4
 SHA512 
8d1e9e37095fc2d1a24064b6b6b16e5535dd387d7a566c52b8add7e060e9e7d0f0c14ff46efe370dc7b8bf7469fe9cb0ba4c2014829195f922bdbb0a2f41bc31
+DIST firefox-102esr-patches-04j.tar.xz 21860 BLAKE2B 
1cc1d6493912f85e71cb5a0ec2c3196cda203242f3503bb6ce8c23a93e71a6e8b1138f88498a6a9698066134cc234989b35cb378693fb2cbc9ba4caa8d66761d
 SHA512 
9f7188dd79b9856826ae2a60b0109c2c86c60c10b03cd1828a9f7a7576df5c49ed3e11e4d3319d80e117204d6bc3408e375a62ad16ec8d2e53f999cd298811d8
 DIST firefox-91esr-patches-10j.tar.xz 18320 BLAKE2B 
ec882411eed19bafab8676e3d79f4ae43947bb97c44571c1497bb93a44fcfec99de06ebacbdf8c4944dcecdf949e4f684908d7ce4226cdcec60241e62e75810e
 SHA512 
670a14d852bb74b9074c3fef9310650f71ce1c56314109c49aea02a7a69acc836af60a8beab11da53e21b10a8e6da341fcfa18b68a1dfd33b26978dd63758e9c
 DIST thunderbird-102.3.0-af.xpi 551021 BLAKE2B 
10ef5b7f8ef3e725c52b9aa748e2c78e893850ffa3749450e43b00de8ec038600692f4219f36e06bbcb7f9af9c5d488c48090fb55d8254e9548116325ca379af
 SHA512 
ac67bdff340212171cb4af0f12e6066f1631afebf8975b553eb0c84e2ec9a9e09ab05286b65829d1e98c62a3ea5a4c5c42cc51b9d76913aea04a546eee84e214
 DIST thunderbird-102.3.0-ar.xpi 655344 BLAKE2B 
5507cdfeac571588b495ffc73f6a2e49f52b03061f65146f2e320d397b5f21b0dff2a3c548fc8c37ff99e2019adb629c4d78fbac1252f8a788c0a547b7bd36e1
 SHA512 
7a0e74e73871963062b5f5ab71fe55b617a5e9b391e1f57b14dd1742a2325d663fc8c5cf156dc1222b254b0d5f7ffc7c92208b1c4be29f4f2e0fc44f67b5686e
@@ -65,6 +66,71 @@ DIST thunderbird-102.3.0-vi.xpi 723633 BLAKE2B 
65482d0565db77b97f0780e1a36ef4d42
 DIST thunderbird-102.3.0-zh-CN.xpi 721838 BLAKE2B 
303bdecc376e68c49522cf06b81a1a20d9523c01fa84a08f1e7d86cf2159f578cdead06b886635b82f29cebf715cb5fc7781cfe6c6ef895a71a6462324ca9dd3
 SHA512 
20aaf8d38614d2fb5f86079d4ab922725396d42b3088afed924a7690c1d52e9aa82da2ba9a8931a336202289598afc5ffd4f7fc7c42eca766f81feb9c9f72d50
 DIST thunderbird-102.3.0-zh-TW.xpi 726302 BLAKE2B 
41aad182ac38625b5a851ca5827687490a32beff91aefd9309627ab9fcc018bfbbffb569c87d5f7502b642028153fca4caed38e7dbc0dda61c84e76e0567cc31
 SHA512 
7d45fcd1f67c63c1f6d3835c05895af426a465c0ac8a9981aa8db73d5882ae2e04b97c451099bdbaf44cc0953cb6273122d3dd781d8f67a8147974e3025232e0
 DIST thunderbird-102.3.0.source.tar.xz 515366928 BLAKE2B 
9fc3e10da925aed285206351d1e30bd13f96a3fede04d6051e5ad70d7c4445df99ecac23d34ab3134318e0cdf7fafbe9e687480d7b8526af3809c84e401f00c4
 SHA512 
9b9908d9f7b1281df5b2c74a25211973e25d9b780f05b9550c89e5aeb8b39070c517a1a33d0d84a33ed26dbcef99058308b76c056bd4e34987c32f0600e3882e
+DIST thunderbird-102.3.1-af.xpi 551420 BLAKE2B 
a4284bed51d507ee551a3e316d478e90942c7370a9cb811077722d09314ce1eab83134506ab2055082ddf1c7ef28d151ab0f3e91c72ad86dcc41cb96724708c9
 SHA512 
5226a93bc94ec69de028138cb8550db20838eec5ccaee94f14297346195b45c0a6534dca75474d0719380ac5462d480d9e5a6997ce017ff7430eeb8ab4dcc83f
+DIST thunderbird-102.3.1-ar.xpi 655776 BLAKE2B 
e14b0084b408df3b0a04daacdc15daeae31167798b2cccad6aaa20bd0b83fb79d655f26e7ac0e5abd0ef85ade576190542194de476af3e99602981aa702f662d
 SHA512 
13ded198c187540ea8255e69bae5467108deec866b6681caa2cab8c11fbe5c8cd01d6d3e0e8599291ccd160756d2bb646e8a76874736239cd161f4764aaf82ab
+DIST thunderbird-102.3.1-ast.xpi 572178 BLAKE2B 
cbec4e2d5550cabe5cf0be2077ba538a400095ec21181f9d6e45e0a3274f81098cd9aa6b07353f55f175a17a1116a6b6a27c7963f1c9343084da9497fdf1871d
 SHA512 
1856fe6d8aec0f949bff83595d7144cbfd23f12287c2d77a947ff895421432a1399206279938d72e47708628a88b24d737bd387593a65c24f012949c1cd3b274
+DIST thunderbird-102.3.1-be.xpi 687878 BLAKE2B 
7d3ff8f25c1330d77c39a426ca330f2876e5129d9dd310d497c67084e44673285b7e7e9c374d9e8fd75f91d37f4021d5e93b4883d615ec71aaf36a78b30f3fb0
 SHA512 
0daa8d2d9168558f477751059a9cae3392122837d2e444329e2c68167a6fced1e2d51a2a208ec122dcdb0b1cb6c29fdae74b66c86099e04e60cb783a115a5e06
+DIST thunderbird-102.3.1-bg.xpi 683816 BLAKE2B 
f1c67b965d0d11536c0b9467006477eea39f7dd107626baf77b6f17af1ce154c3ae82557ff92f7a95f8c1cde6d35e680f9267b81c48011fdf0348ddbf15d2896
 SHA512 

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

2022-09-30 Thread Andreas Sturmlechner
commit: d3e82b5a704224b979a736516f4cfd8059d7ba21
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep 30 07:07:23 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep 30 09:16:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e82b5a

app-office/libreoffice: Drop remaining --without-system-cuckoo

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

 app-office/libreoffice/libreoffice-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 3871468488ce..ad176ec03f49 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -503,7 +503,6 @@ src_configure() {
--with-help="html"
--without-helppack-integration
--with-system-gpgmepp
-   --without-system-cuckoo
--without-system-jfreereport
--without-system-libcmis
--without-system-sane



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

2022-09-30 Thread Andreas Sturmlechner
commit: a32f8ed09be281d6737b3d6dd50629ff781f662f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep 30 07:09:03 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep 30 09:17:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32f8ed0

x11-wm/jwm: drop 2.3.7

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

 x11-wm/jwm/Manifest |  1 -
 x11-wm/jwm/jwm-2.3.7.ebuild | 78 -
 2 files changed, 79 deletions(-)

diff --git a/x11-wm/jwm/Manifest b/x11-wm/jwm/Manifest
index 4d4a6142ab5d..584cd4065993 100644
--- a/x11-wm/jwm/Manifest
+++ b/x11-wm/jwm/Manifest
@@ -1,2 +1 @@
-DIST jwm-2.3.7.tar.xz 350332 BLAKE2B 
479d853ae9b1dd2d1a39c9e823f39cd7671b477f6e9878bc6652072bce1ce364f8c392663dc1187a4a4970918c0f68cd506654f6dfe6c91cc5f1f2f275a2021b
 SHA512 
dab0241518e52aa2e3e1ef3f67b6965ceb683bdb0224de7d3a653d76440606d70e86e35047eda40ea53a80aa227408be77739ad7c53d51f53026e3d113ab7efc
 DIST jwm-2.4.2.tar.xz 316000 BLAKE2B 
7a0a1c5f60cb3554c999ce3d00d94af4d58ac4bdfcbaaa13a7b675273b4c5d0058c7c85bec950fa91d33a46a89f0b83faf2ab2cda0430a741884e2fdfd8116a7
 SHA512 
2669c3e2ab2d9a5539d02559108a2bc601bb2209de03dc15057a65c14b5e1268cc58009f4102c4d90302c0705ada5578997a3644c736a46a7e8cf13766cc92fe

diff --git a/x11-wm/jwm/jwm-2.3.7.ebuild b/x11-wm/jwm/jwm-2.3.7.ebuild
deleted file mode 100644
index de3b5aa2c7f5..
--- a/x11-wm/jwm/jwm-2.3.7.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit wrapper
-
-DESCRIPTION="Very fast and lightweight still powerful window manager for X"
-HOMEPAGE="http://joewing.net/projects/jwm/;
-SRC_URI="http://joewing.net/projects/${PN}/releases/${P}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
-IUSE="bidi cairo debug iconv jpeg nls png truetype xinerama xpm"
-
-RDEPEND="dev-libs/expat
-   x11-libs/libXau
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   x11-libs/libXmu
-   x11-libs/libXrender
-   bidi? ( dev-libs/fribidi )
-   cairo? (
-   x11-libs/cairo
-   gnome-base/librsvg
-   )
-   iconv? ( virtual/libiconv )
-   jpeg? ( virtual/jpeg:0= )
-   nls? ( sys-devel/gettext
-   virtual/libintl )
-   png? ( media-libs/libpng:0= )
-   truetype? ( x11-libs/libXft )
-   xinerama? ( x11-libs/libXinerama )
-   xpm? ( x11-libs/libXpm )"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_configure() {
-   econf \
-   $(use_enable bidi fribidi) \
-   $(use_enable cairo) \
-   $(use_enable debug) \
-   $(use_enable jpeg) \
-   $(use_enable nls) \
-   $(use_enable png) \
-   $(use_enable cairo rsvg) \
-   $(use_enable truetype xft) \
-   $(use_enable xinerama) \
-   $(use_enable xpm) \
-   $(use_with iconv libiconv-prefix /usr) \
-   $(use_with nls libintl-prefix /usr) \
-   --enable-shape \
-   --enable-xrender \
-   --disable-rpath
-}
-
-src_install() {
-   dodir /etc
-   dodir /usr/bin
-   dodir /usr/share/man
-
-   default
-
-   make_wrapper "${PN}" "/usr/bin/${PN}" "" "" "/etc/X11/Sessions"
-
-   insinto "/usr/share/xsessions"
-   doins "${FILESDIR}"/jwm.desktop
-
-   dodoc README.md example.jwmrc ChangeLog
-}
-
-pkg_postinst() {
-   einfo "JWM can be configured system-wide with ${EROOT}/etc/system.jwmrc"
-   einfo "or per-user by creating a configuration file in ~/.jwmrc"
-   einfo
-   einfo "An example file can be found in ${EROOT}/usr/share/doc/${PF}/"
-}



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

2022-09-30 Thread Arthur Zamarin
commit: 08d5d254bb20db1653396d1b7854cbf565193476
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 08:00:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 08:22:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d5d254

dev-python/cfn-lint: add 0.66.0

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

 dev-python/cfn-lint/Manifest   |  1 +
 dev-python/cfn-lint/cfn-lint-0.66.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index f14d4a7e5de6..6b50d842dc63 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -3,3 +3,4 @@ DIST cfn-lint-0.63.2.gh.tar.gz 9672817 BLAKE2B 
dcd445c2372bf044bc4eab4b33056d211
 DIST cfn-lint-0.64.1.gh.tar.gz 9792758 BLAKE2B 
95bc86fa41c17498575abfd4eb7e16d9e8a8dfc36d4304aa216890773e52d1e43f4deb178f2bd69c8edc445a417ca37ef53069ac9d398ccf27e3b9a6d90ee8c9
 SHA512 
edd7296e74db943c6ae818c2ae8f5220c4d8834eb7858c474e38f7852c1a7839b89ba949c105a3d2044f4b952e56fdc9e7a08493ed74e06b29ec9c0ea0b48a6a
 DIST cfn-lint-0.65.0.gh.tar.gz 9807118 BLAKE2B 
abafc4fac788ba0af80359997b92cd60089472dee51952fc3029485a87be8e8fb9deb1599610471216ee8da103f7198808f9122727182005140c527672a921f8
 SHA512 
68eeb18914fb92cdacea9f80d4564937eba92b645f62a3fc22e874001554837ac3107741d4134cc8b1d880eaca38a560a92631c6ae3dfb2c412ad6fcb3f91cab
 DIST cfn-lint-0.65.1.gh.tar.gz 9670213 BLAKE2B 
22a627dc417f8df76fef9228eb4139210f693b0f5723e70f0dcb3651a18c921e8f174b8c97709016b2c184f3e12e03e49ad7e7a720415ad5cb820aecdfba4616
 SHA512 
391db28d47caa5cb66f3994944766f9ba6a0500ac5c8c474cef0a60e44236aedde7bceefb78cbc48cef3109ddf9206960a212df3ebdf7eb82b84940ca7202b7c
+DIST cfn-lint-0.66.0.gh.tar.gz 9710208 BLAKE2B 
e4d333d9ac0e05b9b6a7030ca63f2feb019d0b18d271f5e3d6a6176ac3c3c99c207709447be4397aecd831933f3938249786f6b043131b584432c04bcc2c1304
 SHA512 
05580c6602becd1b2545c1a87ffdbd3abf21026f76de2c476c986da3972a4dbb2a4ecc31f53dc23732bcfdd52a9c7ceb620f88c12a0b4b22536b6cb692e55f06

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



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

2022-09-30 Thread Arthur Zamarin
commit: 7982b58d05f6c6b46ab825cce0b53c2aa41e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 07:50:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 08:22:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7982b888

dev-python/nest_asyncio: add 1.5.6

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

 dev-python/nest_asyncio/Manifest  |  1 +
 dev-python/nest_asyncio/nest_asyncio-1.5.6.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/nest_asyncio/Manifest b/dev-python/nest_asyncio/Manifest
index 1853145ed30a..4889e03c81b6 100644
--- a/dev-python/nest_asyncio/Manifest
+++ b/dev-python/nest_asyncio/Manifest
@@ -1 +1,2 @@
 DIST nest_asyncio-1.5.5.tar.gz 7386 BLAKE2B 
c5d3704dae962ec82a515e2c056c24bd0fbabcf1cd2347379e1d58fc23c922325c89ed0941aead4dc90e0a94fc39ddb5e38fe4decc6e444b0c1261ae955520cb
 SHA512 
8f28b4495f1d595f5943fb8a40c8894183398865059c42686483d6c4af6634b5119ff6e694b98662bfdd71046ec0bed70f5fcceb67971637c0fed91cb6d6eaea
+DIST nest_asyncio-1.5.6.tar.gz 7444 BLAKE2B 
04b5808b3187c1155c440c903f0e1d5593f49204e6ffea2a37dc2b6112a365b94ab80823ce512a4cdf6c0799ef1c18d55fc0a841030a2cb93e0913fdf770f247
 SHA512 
9672cdd72b2bad7c968fa23c94e8bf8014aabf0aefd79b260503e7fe640cb7649f5c266133a4eb87aedcd99cea644fa51f8cd09d789777aca11eb64e84cf4ca5

diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.6.ebuild 
b/dev-python/nest_asyncio/nest_asyncio-1.5.6.ebuild
new file mode 100644
index ..3227cbb79d8d
--- /dev/null
+++ b/dev-python/nest_asyncio/nest_asyncio-1.5.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Patch asyncio to allow nested event loops"
+HOMEPAGE="https://github.com/erdewit/nest_asyncio/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+distutils_enable_tests pytest



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

2022-09-30 Thread Arthur Zamarin
commit: 858d36a04dc33f38cb6a7fcafebd420ecfadba3b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 07:50:57 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 08:22:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858d36a0

dev-python/snakeoil: drop 0.10.0

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

 dev-python/snakeoil/Manifest   |  1 -
 dev-python/snakeoil/snakeoil-0.10.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/snakeoil/Manifest b/dev-python/snakeoil/Manifest
index c520345cfa3d..c6f07e75aae5 100644
--- a/dev-python/snakeoil/Manifest
+++ b/dev-python/snakeoil/Manifest
@@ -1,3 +1,2 @@
-DIST snakeoil-0.10.0.tar.gz 176879 BLAKE2B 
3da1da469cf8eb465458b60f41fb32594aba4c800ffc620a4f3a2d7bb5a601b1e084a889b5cb1910013a7a6f9fa4147a32961497e117533cb19ebf39a2153730
 SHA512 
cde0c2009b3d8032bedc35d63eb40fc2890399f9158ee4c47403e405796ca116fa553ccdafc4ddc277213a49e4303994ba5909e7068b528bde2070dd863adc56
 DIST snakeoil-0.10.1.tar.gz 176054 BLAKE2B 
bd056911c993d274d6c0c79ee4660629d8a6b8c276835a1b29bea16f977907b76a5edebe142b168b282fce3baa9c97b465233d91f5a279fba26a2c04aec0c784
 SHA512 
9e16652663dab1bd88f620a4fb80ca6602a181d4738a34bef89116f962a2035988cf9fb036b6a12de39b05a5251ade0e933b1df63c020b900338a89169619397
 DIST snakeoil-0.9.12.tar.gz 265877 BLAKE2B 
dda01bbe16b1cd9f0d6c064f6ce165291d96217c9f722a9b32b7443f96a266278c84297d24ee46aa32ffc6b17f0f6c6f41010868c0d54ff33de8fcc404bb76a9
 SHA512 
8178c7e7dba2366629a3b016cc662152d70347a4167dfb425f5d659a19c17e3d478a5d4f3098e8b2b82d9effbf3e54b269e1e73c0306d537989f4ab7bda4b577

diff --git a/dev-python/snakeoil/snakeoil-0.10.0.ebuild 
b/dev-python/snakeoil/snakeoil-0.10.0.ebuild
deleted file mode 100644
index a2c4c4cf4928..
--- a/dev-python/snakeoil/snakeoil-0.10.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git;
-   inherit git-r3
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="misc common functionality and useful optimizations"
-HOMEPAGE="https://github.com/pkgcore/snakeoil;
-
-LICENSE="BSD BSD-2 MIT"
-SLOT="0"
-
-RDEPEND="
-   dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



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

2022-09-30 Thread Arthur Zamarin
commit: 35dc5b9ae89e041778b3950a3590f34770ba47dd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 07:56:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 08:22:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35dc5b9a

dev-python/nuitka: drop 1.0.6, 1.0.7

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

 dev-python/nuitka/Manifest|  2 --
 dev-python/nuitka/nuitka-1.0.6.ebuild | 49 ---
 dev-python/nuitka/nuitka-1.0.7.ebuild | 49 ---
 3 files changed, 100 deletions(-)

diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
index adca8d49d531..633d938e5bcb 100644
--- a/dev-python/nuitka/Manifest
+++ b/dev-python/nuitka/Manifest
@@ -1,4 +1,2 @@
-DIST Nuitka-1.0.6.tar.gz 3890331 BLAKE2B 
4a8240123b61ff7c8ec274e6c318ade2b5057f56b0b766f1a555451f501a194c137696bd51dff23bdd125e1ffa3679f790e3ad50b9c15e85ba5358f56d47b34f
 SHA512 
f431c976b28b80ad10cdbc27c8f0d3321aadace08a104d18089c38d00b80ee96fd3aa051dd50eb668ed57f6aca25e4f918f07d065df00627c139bc34afdcb52c
-DIST Nuitka-1.0.7.tar.gz 3891250 BLAKE2B 
6f401de98bae91688d0ceab210d178fdb8d2cb32beeb7dd6925eee7985d0e344e41edcaddbdff8313402625d40dc7236433f52ca71f1100a1168775b9bc3da8b
 SHA512 
29cb7377c976f59d8ea49aedd74798ee11b38b98b597611bd41bd5bef5c2473cd76bb260f764afd277edc4b5bfb8359b995a532ba4814f1d2310fa9c90d1467d
 DIST Nuitka-1.0.8.tar.gz 3890590 BLAKE2B 
04257834d79f0988800a06d9b4725e9fa694bf7f9aafebbfb9ddbb09a2a5f666c02f13bf8ee56fd3360216faa31cd7b14a30d9a2daf23eef719ed568bfd3501c
 SHA512 
824830121ca87b33aebcee074e0af52e456942190168186248a9ed62937bb044c6741ff721bd4bcd7d657cae96d573c1a6b9cb1fde6374073c12c1e1f6a6df26
 DIST Nuitka-1.1.tar.gz 3920532 BLAKE2B 
0d6ff01815bbc9216b5e5157bcb849b5182d025fe16523efde2bd812ca90d0b8008ba0d55e20e40b41c81250c2a1d309f99adff6498a3466f4d546ce8a7dfbca
 SHA512 
abf9a2f07751f963bb727bc6c1affca0be3f02e6d1ead0206979b00589de0571a8e8e4e6af08bbc8fa285b1e2cbc5971bb88b417aca73c8069da200f7cd04fe5

diff --git a/dev-python/nuitka/nuitka-1.0.6.ebuild 
b/dev-python/nuitka/nuitka-1.0.6.ebuild
deleted file mode 100644
index 5b987e13729d..
--- a/dev-python/nuitka/nuitka-1.0.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="https://www.nuitka.net;
-SRC_URI="https://nuitka.net/releases/${P^}.tar.gz;
-S="${WORKDIR}/${P^}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/nuitka/nuitka-1.0.7.ebuild 
b/dev-python/nuitka/nuitka-1.0.7.ebuild
deleted file mode 100644
index 5b987e13729d..
--- a/dev-python/nuitka/nuitka-1.0.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="https://www.nuitka.net;
-SRC_URI="https://nuitka.net/releases/${P^}.tar.gz;
-S="${WORKDIR}/${P^}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" 

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

2022-09-30 Thread Arthur Zamarin
commit: c522d854fb5347608c15184fe6bf9f59ced36bb1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 07:50:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 08:22:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c522d854

dev-python/snakeoil: add 0.10.1

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

 dev-python/snakeoil/Manifest   |  1 +
 dev-python/snakeoil/snakeoil-0.10.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/snakeoil/Manifest b/dev-python/snakeoil/Manifest
index d21bc27438b9..c520345cfa3d 100644
--- a/dev-python/snakeoil/Manifest
+++ b/dev-python/snakeoil/Manifest
@@ -1,2 +1,3 @@
 DIST snakeoil-0.10.0.tar.gz 176879 BLAKE2B 
3da1da469cf8eb465458b60f41fb32594aba4c800ffc620a4f3a2d7bb5a601b1e084a889b5cb1910013a7a6f9fa4147a32961497e117533cb19ebf39a2153730
 SHA512 
cde0c2009b3d8032bedc35d63eb40fc2890399f9158ee4c47403e405796ca116fa553ccdafc4ddc277213a49e4303994ba5909e7068b528bde2070dd863adc56
+DIST snakeoil-0.10.1.tar.gz 176054 BLAKE2B 
bd056911c993d274d6c0c79ee4660629d8a6b8c276835a1b29bea16f977907b76a5edebe142b168b282fce3baa9c97b465233d91f5a279fba26a2c04aec0c784
 SHA512 
9e16652663dab1bd88f620a4fb80ca6602a181d4738a34bef89116f962a2035988cf9fb036b6a12de39b05a5251ade0e933b1df63c020b900338a89169619397
 DIST snakeoil-0.9.12.tar.gz 265877 BLAKE2B 
dda01bbe16b1cd9f0d6c064f6ce165291d96217c9f722a9b32b7443f96a266278c84297d24ee46aa32ffc6b17f0f6c6f41010868c0d54ff33de8fcc404bb76a9
 SHA512 
8178c7e7dba2366629a3b016cc662152d70347a4167dfb425f5d659a19c17e3d478a5d4f3098e8b2b82d9effbf3e54b269e1e73c0306d537989f4ab7bda4b577

diff --git a/dev-python/snakeoil/snakeoil-0.10.1.ebuild 
b/dev-python/snakeoil/snakeoil-0.10.1.ebuild
new file mode 100644
index ..a2c4c4cf4928
--- /dev/null
+++ b/dev-python/snakeoil/snakeoil-0.10.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+inherit distutils-r1
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git;
+   inherit git-r3
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+fi
+
+DESCRIPTION="misc common functionality and useful optimizations"
+HOMEPAGE="https://github.com/pkgcore/snakeoil;
+
+LICENSE="BSD BSD-2 MIT"
+SLOT="0"
+
+RDEPEND="
+   dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2022-09-30 Thread Matthew Smith
commit: dda4a925b2a6f8361ae19403afc15966d33fda55
Author: Matthew Smith  gentoo  org>
AuthorDate: Fri Sep 30 08:20:13 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Fri Sep 30 08:20:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda4a925

sys-devel/mold: update live ebuild

Signed-off-by: Matthew Smith  gentoo.org>

 sys-devel/mold/mold-.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-devel/mold/mold-.ebuild b/sys-devel/mold/mold-.ebuild
index 1a83cf4d004e..34d7e10e3bf1 100644
--- a/sys-devel/mold/mold-.ebuild
+++ b/sys-devel/mold/mold-.ebuild
@@ -23,6 +23,7 @@ SLOT="0"
 IUSE="system-tbb"
 
 RDEPEND="
+   app-arch/zstd:=
sys-libs/zlib
system-tbb? ( >=dev-cpp/tbb-2021.4.0:= )
!kernel_Darwin? (
@@ -81,7 +82,10 @@ src_configure() {
 
 src_install() {
dobin "${BUILD_DIR}"/${PN}
-   dolib.so "${BUILD_DIR}"/${PN}-wrapper.so
+
+   # https://bugs.gentoo.org/872773
+   insinto /usr/$(get_libdir)/mold
+   doins "${BUILD_DIR}"/${PN}-wrapper.so
 
dodoc docs/{design,execstack}.md
doman docs/${PN}.1



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

2022-09-30 Thread Matthew Smith
commit: a16af49612406ad7be6f1eecf077939f962988b6
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Sep 14 06:45:30 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Fri Sep 30 08:09:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16af496

sys-devel/mold: remove unused patches

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14
Closes: https://github.com/gentoo/gentoo/pull/27244
Signed-off-by: Matthew Smith  gentoo.org>

 .../mold/files/mold-1.2.1-install-nopython.patch   | 34 --
 .../mold/files/mold-1.3.0-openssl-pkgconfig.patch  | 28 --
 .../mold/files/mold-1.3.1-fix-riscv-set32.patch| 25 
 3 files changed, 87 deletions(-)

diff --git a/sys-devel/mold/files/mold-1.2.1-install-nopython.patch 
b/sys-devel/mold/files/mold-1.2.1-install-nopython.patch
deleted file mode 100644
index 661d3dcf392f..
--- a/sys-devel/mold/files/mold-1.2.1-install-nopython.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 4fb6d4208cfb20bad4a3491a18e78409b5a8183f Mon Sep 17 00:00:00 2001
-From: Matthew Smith 
-Date: Sat, 30 Apr 2022 07:42:50 +0100
-Subject: [PATCH] Don't invoke Python to create libexec/mold/ld symlink
-
-Reverts commits 8073a92614fb59f59570031badab5dd4bc3b4f7f and
-5803c3c200f301adc3abdb66df16d3d669712d70.
-
-Bug #841575

- Makefile | 7 +--
- 1 file changed, 1 insertion(+), 6 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index d1abc850..10e053a9 100644
 a/Makefile
-+++ b/Makefile
-@@ -204,12 +204,7 @@ install: all
-   $(STRIP) $D$(LIBDIR)/mold/mold-wrapper.so
- 
-   $(INSTALL) -d $D$(LIBEXECDIR)/mold
--
--# We want to make a symblink with a relative path, so that users can
--# move the entire directory to other place without breaking the reference.
--# GNU ln supports `--relative` to do that, but that's not supported by
--# non-GNU systems. So we use Python to compute a relative path.
--  ln -sf `python3 -c "import os.path; 
print(os.path.relpath('$(BINDIR)/mold', '$(LIBEXECDIR)/mold'))"` 
$D$(LIBEXECDIR)/mold/ld
-+  ln -sf $(BINDIR)/mold $D$(LIBEXECDIR)/mold/ld
- 
-   $(INSTALL) -d $D$(MANDIR)/man1
-   $(INSTALL_DATA) docs/mold.1 $D$(MANDIR)/man1
--- 
-2.35.3
-

diff --git a/sys-devel/mold/files/mold-1.3.0-openssl-pkgconfig.patch 
b/sys-devel/mold/files/mold-1.3.0-openssl-pkgconfig.patch
deleted file mode 100644
index d2ed0af47b41..
--- a/sys-devel/mold/files/mold-1.3.0-openssl-pkgconfig.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From a4fde946f49cddf4f7c1eceb3b86ca38375cec1d Mon Sep 17 00:00:00 2001
-From: Matthew Smith 
-Date: Sun, 26 Jun 2022 13:44:36 +0100
-Subject: [PATCH] Revert "Do not use pkg-config"
-
-This reverts commit 4ef90d4316bbba3a4b8902e38bf5f68171cc6ab7.
 a/Makefile
-+++ b/Makefile
-@@ -18,6 +18,9 @@ ifeq ($(origin CXX), default)
-   CXX = c++
- endif
- 
-+# Allow overriding pkg-config binary
-+PKG_CONFIG = pkg-config
-+
- # If you want to keep symbols in the installed binary, run make with
- # `STRIP=true` to run /bin/true instead of the strip command.
- STRIP = strip
-@@ -100,7 +103,8 @@ ifeq ($(OS), Darwin)
- endif
- 
- ifeq ($(NEEDS_LIBCRYPTO), 1)
--  MOLD_LDFLAGS += -lcrypto
-+  MOLD_CXXFLAGS += $(shell $(PKG_CONFIG) --cflags-only-I openssl)
-+  MOLD_LDFLAGS += $(shell $(PKG_CONFIG) --libs-only-L openssl) -lcrypto
- endif
- 
- # '-latomic' flag is needed building on riscv64 system.

diff --git a/sys-devel/mold/files/mold-1.3.1-fix-riscv-set32.patch 
b/sys-devel/mold/files/mold-1.3.1-fix-riscv-set32.patch
deleted file mode 100644
index 5613d8ddc003..
--- a/sys-devel/mold/files/mold-1.3.1-fix-riscv-set32.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From https://github.com/rui314/mold/pull/590
-From 68bd00caa7c7946f380f72a5dd263e7c1d436e9f Mon Sep 17 00:00:00 2001
-From: Alex Fan 
-Date: Thu, 28 Jul 2022 14:04:21 +1000
-Subject: [PATCH] [ELF][RISCV] add missing R_RISCV_SET32 in EhFrameSection
-
-Signed-off-by: Alex Fan 

- elf/arch-riscv64.cc | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/elf/arch-riscv64.cc b/elf/arch-riscv64.cc
-index 8761c6ac..0c589118 100644
 a/elf/arch-riscv64.cc
-+++ b/elf/arch-riscv64.cc
-@@ -183,6 +183,9 @@ void EhFrameSection::apply_reloc(Context , const 
ElfRel ,
-   case R_RISCV_SET16:
- *(ul16 *)loc = val;
- return;
-+  case R_RISCV_SET32:
-+*(ul32 *)loc = val;
-+return;
-   case R_RISCV_32_PCREL:
- *(ul32 *)loc = val - this->shdr.sh_addr - offset;
- return;



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

2022-09-30 Thread Matthew Smith
commit: d342b58bf97fcc7f55cd6c0c4c9adea12a65d7ea
Author: Matthew Smith  gentoo  org>
AuthorDate: Fri Sep 30 08:19:20 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Fri Sep 30 08:19:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d342b58b

sys-devel/mold: add 1.5.1

- Fix mold wrapper
- Now depends on zstd

Closes: https://github.com/gentoo/gentoo/pull/27436
Closes: https://bugs.gentoo.org/872773
Thanks-to: YamaD  dyama.net>
Signed-off-by: Matthew Smith  gentoo.org>

 sys-devel/mold/Manifest  |  1 +
 sys-devel/mold/mold-1.5.1.ebuild | 96 
 2 files changed, 97 insertions(+)

diff --git a/sys-devel/mold/Manifest b/sys-devel/mold/Manifest
index 60a571295ca5..50b44976a54a 100644
--- a/sys-devel/mold/Manifest
+++ b/sys-devel/mold/Manifest
@@ -1 +1,2 @@
 DIST mold-1.4.2.tar.gz 6287845 BLAKE2B 
ec429f70b92c4af5be83761893028f2324fe2086fea0e9b64f1d89884c6bc8dd34e5615178ef28ff19c36d01dafc834e6f6b9a8d701d62e360ef4e0be2f065bd
 SHA512 
17f543969e53737818b0be563aee39feac672f93e0fd712827523232b64eccb4629f3994c5a90de50b5f761886669e0946a8d463663725e774eb7d352de1ced1
+DIST mold-1.5.1.tar.gz 8254552 BLAKE2B 
1a5f8099df3cf7a6008632afed2aa106a54fa0c6628302f13586884fd1a37705a2bfc9ddc395261c04d53fe9de679b5afc7e052dcfe3789b024670f44307
 SHA512 
340a45c5190ce5ba87eaa05238da7c70400bf4a2788a095935b9675593078ad76bbd95e67aa36b3ec683428724a3c6bc27c7e0a69569afce461682dc4bd16b10

diff --git a/sys-devel/mold/mold-1.5.1.ebuild b/sys-devel/mold/mold-1.5.1.ebuild
new file mode 100644
index ..34d7e10e3bf1
--- /dev/null
+++ b/sys-devel/mold/mold-1.5.1.ebuild
@@ -0,0 +1,96 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake toolchain-funcs
+
+DESCRIPTION="A Modern Linker"
+HOMEPAGE="https://github.com/rui314/mold;
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/rui314/mold.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/rui314/mold/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~riscv"
+fi
+
+# mold (AGPL-3)
+#  - xxhash (BSD-2)
+#  - tbb (Apache-2.0)
+LICENSE="AGPL-3 Apache-2.0 BSD-2"
+SLOT="0"
+IUSE="system-tbb"
+
+RDEPEND="
+   app-arch/zstd:=
+   sys-libs/zlib
+   system-tbb? ( >=dev-cpp/tbb-2021.4.0:= )
+   !kernel_Darwin? (
+   >=dev-libs/mimalloc-2:=
+   dev-libs/openssl:=
+   )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   # https://bugs.gentoo.org/865837
+   "${FILESDIR}"/mold-1.4.1-tbb-flags-stripping.patch
+)
+
+pkg_pretend() {
+   # Requires a c++20 compiler, see #831473
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 10 ]]; then
+   die "${PN} needs at least gcc 10"
+   elif tc-is-clang && [[ $(clang-major-version) -lt 12 ]]; then
+   die "${PN} needs at least clang 12"
+   fi
+   fi
+}
+
+src_prepare() {
+   cmake_src_prepare
+
+   # Needs unpackaged dwarfdump
+   rm test/elf/{{dead,compress}-debug-sections,compressed-debug-info}.sh 
|| die
+
+   # Heavy tests, need qemu
+   rm test/elf/gdb-index-{compress-output,dwarf{2,3,4,5}}.sh || die
+   rm test/elf/lto-{archive,dso,gcc,llvm,version-script}.sh || die
+
+   # Sandbox sadness
+   rm test/elf/run.sh || die
+   sed -i 's|`pwd`/mold-wrapper.so|"& ${LD_PRELOAD}"|' \
+   test/elf/mold-wrapper{,2}.sh || die
+
+   # static-pie tests require glibc built with static-pie support
+   if ! has_version -d 'sys-libs/glibc[static-pie(+)]'; then
+   rm test/elf/{,ifunc-}static-pie.sh || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DMOLD_ENABLE_QEMU_TESTS=OFF
+   -DMOLD_LTO=OFF # Should be up to the user to decide this with 
CXXFLAGS.
+   -DMOLD_USE_SYSTEM_MIMALLOC=ON
+   -DMOLD_USE_SYSTEM_TBB=$(usex system-tbb)
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   dobin "${BUILD_DIR}"/${PN}
+
+   # https://bugs.gentoo.org/872773
+   insinto /usr/$(get_libdir)/mold
+   doins "${BUILD_DIR}"/${PN}-wrapper.so
+
+   dodoc docs/{design,execstack}.md
+   doman docs/${PN}.1
+
+   dosym ${PN} /usr/bin/ld.${PN}
+   dosym ${PN} /usr/bin/ld64.${PN}
+   dosym ../../../usr/bin/${PN} /usr/libexec/${PN}/ld
+}



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

2022-09-30 Thread Ronny Gutbrod
commit: 407adcc94e3bb5b95c580d1e5021ec34f287dd44
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Sep 30 02:08:27 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Sep 30 02:08:38 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=407adcc9

dev-lang/wabt: new package, add 1.0.29

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 dev-lang/wabt/Manifest   |  1 +
 dev-lang/wabt/metadata.xml   |  8 +++
 dev-lang/wabt/wabt-1.0.29.ebuild | 45 
 3 files changed, 54 insertions(+)

diff --git a/dev-lang/wabt/Manifest b/dev-lang/wabt/Manifest
new file mode 100644
index 0..34c549d92
--- /dev/null
+++ b/dev-lang/wabt/Manifest
@@ -0,0 +1 @@
+DIST wabt-1.0.29.tar.xz 1977856 BLAKE2B 
08ad2cf96ba743dd094a05f51ab86341fb0403737b35ff8f4e5d5041dfd27994af0215565085f1a1818d847f4587c93e91cebc9f63df6b401f4f295101f6d760
 SHA512 
fa791c29ecc4e8795d5afa6ffd8fcb0b3e39b89f4b936611e86759aafcb77b91c7b02e899d07c8e9ee871ac66e40f44579ec788e2d18a87d4f48dbf795c6c045

diff --git a/dev-lang/wabt/metadata.xml b/dev-lang/wabt/metadata.xml
new file mode 100644
index 0..c698af234
--- /dev/null
+++ b/dev-lang/wabt/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cont...@hacktivis.me
+   Haelwenn (lanodan) Monnier
+   
+

diff --git a/dev-lang/wabt/wabt-1.0.29.ebuild b/dev-lang/wabt/wabt-1.0.29.ebuild
new file mode 100644
index 0..18e045454
--- /dev/null
+++ b/dev-lang/wabt/wabt-1.0.29.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit cmake python-any-r1
+
+DESCRIPTION="The WebAssembly Binary Toolkit"
+HOMEPAGE="https://github.com/WebAssembly/wabt;
+SRC_URI="https://github.com/WebAssembly/wabt/releases/download/${PV}/${P}.tar.xz;
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-cpp/gtest )"
+BDEPEND="${PYTHON_DEPS}"
+
+src_prepare() {
+   cmake_src_prepare
+
+   # Submodules kept: third_party/testsuite third_party/wasm-c-api
+   rm -r third_party/gtest third_party/ply third_party/uvwasi || die
+
+   sed -i 's;default_compiler =.*;default_compiler = os.getenv("CC", 
"cc");' test/run-spec-wasm2c.py || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_SYSTEM_GTEST=ON
+   -DBUILD_LIBWASM=ON
+   -DWITH_WASI=OFF # Need to unbundle third_party/uvwasi
+   -DBUILD_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   cmake_build check
+}



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

2022-09-30 Thread Ronny Gutbrod
commit: b9b5e468a91d4268927f3f66ab00dd1ec6b4c2c6
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Sep 30 07:41:47 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Sep 30 07:41:47 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9b5e468

net-im/go-sendxmpp: drop 0.5.2

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

 net-im/go-sendxmpp/Manifest |  2 --
 net-im/go-sendxmpp/go-sendxmpp-0.5.2.ebuild | 27 ---
 2 files changed, 29 deletions(-)

diff --git a/net-im/go-sendxmpp/Manifest b/net-im/go-sendxmpp/Manifest
index 7eecbcce9..ef195ce09 100644
--- a/net-im/go-sendxmpp/Manifest
+++ b/net-im/go-sendxmpp/Manifest
@@ -1,6 +1,4 @@
 DIST go-sendxmpp-0.5.1-vendor.tar.xz 1237104 BLAKE2B 
76896da8365f3213518fc6fee4000216ceebbd56690ccb0234c274df2bba9387d8e4bb7c28213edb71df24efeaf94508a6c965b6891de643bc5207315dad61ac
 SHA512 
91e97e060fc4f139e5c95281e0c32325bea4e52509de26b6cec2b43001143167af67c8661fca43cb81a527f5e6d51ea0474375fd5865518f144d3a19d4cbd0a9
 DIST go-sendxmpp-0.5.1.tar.bz2 26585 BLAKE2B 
7a016b867cb5ece929fcab9aa2d828c53e1d113082ca3626637f7d8fedf14df456b01910c815dddaee66f13f3a36fa2c828873d1745af204c08e894754315c0e
 SHA512 
470f54ef32946f22914af23b96327e30cb6f6bb4b7d76a955b8512ac818973d77babba6421b1e55a3fa80c9094734dc7ab612ff36e8bad97afc8c45814b97fa9
-DIST go-sendxmpp-0.5.2-vendor.tar.xz 1353640 BLAKE2B 
6b87bf1a46f097c76767127f956d55dccb6a906d1e3fd7767ee24778a497a2c6a3d668b537c912a9707f9d325c8c98b310b4bdde741499ab78925df03c08cfb0
 SHA512 
6cbe286d93e9daa5b6653e7657eb1ebc5a9a71400928007c1c40505ecf8330c7b2f0cee1d1f0af55c3b93046ca36b1aa150412ca00fcf9b246212cda9c803749
-DIST go-sendxmpp-0.5.2.tar.bz2 28357 BLAKE2B 
737d8c78cdb6834abdbf3b923ab694f008a35b9f2abd8156592e82a7e9e6c17930cd6d12f783a3d44b6f107743a1c70cdccb0db7498686d1fc727cea34e8b7e0
 SHA512 
61f7d879d530da241e4ed0697df5461bc7829017a233d8133ac4545bc48227ea60d451886ef1ae15939eda6bc6948d9aab0d7dfbc26a40ca6e13104e272bab6e
 DIST go-sendxmpp-0.5.4-vendor.tar.xz 1354536 BLAKE2B 
198612de41ff68154ad9128134c7491fe6e880fa76b6dc3bea45acdc8b27e48abb5d6b89ac02dab03ed55cf2654c5c2afaa2a88d5b99720acf03244690159ecd
 SHA512 
87fb916ae87d06bcb58964e6b0abbea3548b35a5f399d004026228273fe9ff3b94f77747ecf5bb5564f400c410041ce4079346c161bc0797ebb4185dc74116ee
 DIST go-sendxmpp-0.5.4.tar.bz2 28328 BLAKE2B 
fabb5ee22f5816c29efb2ab01d064024c4cd3d7dded9498e8f5d856a151723b883cb92ff65994133de220881ca18a1da77b512b2dcd140bcec4f4c47d2523b2e
 SHA512 
270c49a48da12f4f997d83edb6cd71d752a599fef0b1604af57cca12753b890701f028ed1e9e0425ed436d0ee47f6bce00d3e0b5ac8079624dbf5224066b000c

diff --git a/net-im/go-sendxmpp/go-sendxmpp-0.5.2.ebuild 
b/net-im/go-sendxmpp/go-sendxmpp-0.5.2.ebuild
deleted file mode 100644
index bea4ccb3b..0
--- a/net-im/go-sendxmpp/go-sendxmpp-0.5.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="A little tool to send messages to an XMPP contact or MUC"
-HOMEPAGE="https://salsa.debian.org/mdosch/go-sendxmpp;
-SRC_URI="
-   
https://salsa.debian.org/mdosch/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> 
${P}.tar.bz2
-   https://tastytea.de/files/gentoo/${P}-vendor.tar.xz
-"
-S="${WORKDIR}/${PN}-v${PV}"
-
-LICENSE="BSD-2 BSD MIT MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
-   ego build -buildmode=pie
-}
-
-src_install() {
-   dobin go-sendxmpp
-   default
-}



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

2022-09-30 Thread Ronny Gutbrod
commit: 7c80f2fa048cbdae897a9de17408f288c9d841ee
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Sep 30 07:38:08 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Sep 30 07:38:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c80f2fa

net-im/go-sendxmpp: add 0.5.4

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

 net-im/go-sendxmpp/Manifest |  2 ++
 net-im/go-sendxmpp/go-sendxmpp-0.5.4.ebuild | 27 +++
 2 files changed, 29 insertions(+)

diff --git a/net-im/go-sendxmpp/Manifest b/net-im/go-sendxmpp/Manifest
index c768c91d8..7eecbcce9 100644
--- a/net-im/go-sendxmpp/Manifest
+++ b/net-im/go-sendxmpp/Manifest
@@ -2,3 +2,5 @@ DIST go-sendxmpp-0.5.1-vendor.tar.xz 1237104 BLAKE2B 
76896da8365f3213518fc6fee40
 DIST go-sendxmpp-0.5.1.tar.bz2 26585 BLAKE2B 
7a016b867cb5ece929fcab9aa2d828c53e1d113082ca3626637f7d8fedf14df456b01910c815dddaee66f13f3a36fa2c828873d1745af204c08e894754315c0e
 SHA512 
470f54ef32946f22914af23b96327e30cb6f6bb4b7d76a955b8512ac818973d77babba6421b1e55a3fa80c9094734dc7ab612ff36e8bad97afc8c45814b97fa9
 DIST go-sendxmpp-0.5.2-vendor.tar.xz 1353640 BLAKE2B 
6b87bf1a46f097c76767127f956d55dccb6a906d1e3fd7767ee24778a497a2c6a3d668b537c912a9707f9d325c8c98b310b4bdde741499ab78925df03c08cfb0
 SHA512 
6cbe286d93e9daa5b6653e7657eb1ebc5a9a71400928007c1c40505ecf8330c7b2f0cee1d1f0af55c3b93046ca36b1aa150412ca00fcf9b246212cda9c803749
 DIST go-sendxmpp-0.5.2.tar.bz2 28357 BLAKE2B 
737d8c78cdb6834abdbf3b923ab694f008a35b9f2abd8156592e82a7e9e6c17930cd6d12f783a3d44b6f107743a1c70cdccb0db7498686d1fc727cea34e8b7e0
 SHA512 
61f7d879d530da241e4ed0697df5461bc7829017a233d8133ac4545bc48227ea60d451886ef1ae15939eda6bc6948d9aab0d7dfbc26a40ca6e13104e272bab6e
+DIST go-sendxmpp-0.5.4-vendor.tar.xz 1354536 BLAKE2B 
198612de41ff68154ad9128134c7491fe6e880fa76b6dc3bea45acdc8b27e48abb5d6b89ac02dab03ed55cf2654c5c2afaa2a88d5b99720acf03244690159ecd
 SHA512 
87fb916ae87d06bcb58964e6b0abbea3548b35a5f399d004026228273fe9ff3b94f77747ecf5bb5564f400c410041ce4079346c161bc0797ebb4185dc74116ee
+DIST go-sendxmpp-0.5.4.tar.bz2 28328 BLAKE2B 
fabb5ee22f5816c29efb2ab01d064024c4cd3d7dded9498e8f5d856a151723b883cb92ff65994133de220881ca18a1da77b512b2dcd140bcec4f4c47d2523b2e
 SHA512 
270c49a48da12f4f997d83edb6cd71d752a599fef0b1604af57cca12753b890701f028ed1e9e0425ed436d0ee47f6bce00d3e0b5ac8079624dbf5224066b000c

diff --git a/net-im/go-sendxmpp/go-sendxmpp-0.5.4.ebuild 
b/net-im/go-sendxmpp/go-sendxmpp-0.5.4.ebuild
new file mode 100644
index 0..bea4ccb3b
--- /dev/null
+++ b/net-im/go-sendxmpp/go-sendxmpp-0.5.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="A little tool to send messages to an XMPP contact or MUC"
+HOMEPAGE="https://salsa.debian.org/mdosch/go-sendxmpp;
+SRC_URI="
+   
https://salsa.debian.org/mdosch/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> 
${P}.tar.bz2
+   https://tastytea.de/files/gentoo/${P}-vendor.tar.xz
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="BSD-2 BSD MIT MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+   ego build -buildmode=pie
+}
+
+src_install() {
+   dobin go-sendxmpp
+   default
+}



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

2022-09-30 Thread Arthur Zamarin
commit: 9ec06b4a7293120895291882615efd79ac64e6d3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 07:01:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 07:01:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec06b4a

net-fs/cifs-utils: Stabilize 6.15-r1 arm, #873577

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

 net-fs/cifs-utils/cifs-utils-6.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/cifs-utils/cifs-utils-6.15-r1.ebuild 
b/net-fs/cifs-utils/cifs-utils-6.15-r1.ebuild
index a40518d230cb..521a23c9272a 100644
--- a/net-fs/cifs-utils/cifs-utils-6.15-r1.ebuild
+++ b/net-fs/cifs-utils/cifs-utils-6.15-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://ftp.samba.org/pub/linux-cifs/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
 IUSE="+acl +ads +caps creds pam +python systemd"
 
 RDEPEND="



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

2022-09-30 Thread Arthur Zamarin
commit: 531eaf649aa435e79d8d557dc48353824a79f6c0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 07:01:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 07:01:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531eaf64

sys-libs/tdb: Stabilize 1.4.7 sparc, #873571

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

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

diff --git a/sys-libs/tdb/tdb-1.4.7.ebuild b/sys-libs/tdb/tdb-1.4.7.ebuild
index 5a2043ce9f40..5964fbdc0e82 100644
--- a/sys-libs/tdb/tdb-1.4.7.ebuild
+++ b/sys-libs/tdb/tdb-1.4.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="test"



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

2022-09-30 Thread Arthur Zamarin
commit: 26d636d94510364ff9dfb949b00749c717711a9a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 07:01:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 07:01:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d636d9

sys-libs/talloc: Stabilize 2.3.4 hppa, #873574

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

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

diff --git a/sys-libs/talloc/talloc-2.3.4.ebuild 
b/sys-libs/talloc/talloc-2.3.4.ebuild
index df07de9d8b23..dcfa7fc96233 100644
--- a/sys-libs/talloc/talloc-2.3.4.ebuild
+++ b/sys-libs/talloc/talloc-2.3.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3 LGPL-3+ LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~x64-solaris"
 IUSE="compat +python"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2022-09-30 Thread Arthur Zamarin
commit: 7bbaf7b5e776c157c4eb307bfef71214cf22e49f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 07:01:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 07:01:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbaf7b5

sys-libs/tdb: Stabilize 1.4.7 arm, #873571

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

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

diff --git a/sys-libs/tdb/tdb-1.4.7.ebuild b/sys-libs/tdb/tdb-1.4.7.ebuild
index 5964fbdc0e82..04a59d09dc48 100644
--- a/sys-libs/tdb/tdb-1.4.7.ebuild
+++ b/sys-libs/tdb/tdb-1.4.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="test"



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

2022-09-30 Thread Arthur Zamarin
commit: 0e269ecd817a22b88c8953683bb985e2c0dbd29c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 07:01:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 07:01:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e269ecd

sys-libs/talloc: Stabilize 2.3.4 arm, #873574

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

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

diff --git a/sys-libs/talloc/talloc-2.3.4.ebuild 
b/sys-libs/talloc/talloc-2.3.4.ebuild
index 11d3fa5246b8..284000cb00fc 100644
--- a/sys-libs/talloc/talloc-2.3.4.ebuild
+++ b/sys-libs/talloc/talloc-2.3.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3 LGPL-3+ LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~x64-solaris"
 IUSE="compat +python"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2022-09-30 Thread Arthur Zamarin
commit: fe73b5dba928004b50b07135d610e5a3ad04da16
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 07:01:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 07:01:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe73b5db

sys-libs/talloc: Stabilize 2.3.4 sparc, #873574

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

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

diff --git a/sys-libs/talloc/talloc-2.3.4.ebuild 
b/sys-libs/talloc/talloc-2.3.4.ebuild
index dcfa7fc96233..11d3fa5246b8 100644
--- a/sys-libs/talloc/talloc-2.3.4.ebuild
+++ b/sys-libs/talloc/talloc-2.3.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3 LGPL-3+ LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~x64-solaris"
 IUSE="compat +python"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



<    1   2   3   4