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

2022-09-06 Thread Andreas Sturmlechner
commit: 8681cb0e47215652812785ca45322b43164061b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  6 18:22:47 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  6 19:01:06 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8681cb0e

kde-plasma/oxygen-sounds: drop 5.25.49.

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

 .../oxygen-sounds/oxygen-sounds-5.25.49..ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/kde-plasma/oxygen-sounds/oxygen-sounds-5.25.49..ebuild 
b/kde-plasma/oxygen-sounds/oxygen-sounds-5.25.49..ebuild
deleted file mode 100644
index b8b8a4b199..00
--- a/kde-plasma/oxygen-sounds/oxygen-sounds-5.25.49..ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.95.0
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Oxygen sound theme for the Plasma desktop"
-HOMEPAGE="https://invent.kde.org/plasma/oxygen-sounds;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS=""
-
-RDEPEND="!

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

2022-09-06 Thread Sam James
commit: 568d17e75c85695747fdbc0a84f93125fec7614c
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 19:12:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 19:12:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568d17e7

sys-apps/fwupd: call vala_prepare in src_prepare to avoid binpkg use

It's ambiguous whether vala_prepare is supposed to do anything
for binpkg merges, but the convention has been to just
shove it in to src_prepare for now, so let's do that
to avoid trying to find Vala for binpkg installs.

Bug: https://bugs.gentoo.org/837857
Bug: https://bugs.gentoo.org/837965
Signed-off-by: Sam James  gentoo.org>

 sys-apps/fwupd/fwupd-1.7.7-r2.ebuild | 5 -
 sys-apps/fwupd/fwupd-1.8.3.ebuild| 4 +++-
 sys-apps/fwupd/fwupd-1.8.4.ebuild| 4 +++-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/sys-apps/fwupd/fwupd-1.7.7-r2.ebuild 
b/sys-apps/fwupd/fwupd-1.7.7-r2.ebuild
index dc4a17a94fad..cc687abf943b 100644
--- a/sys-apps/fwupd/fwupd-1.7.7-r2.ebuild
+++ b/sys-apps/fwupd/fwupd-1.7.7-r2.ebuild
@@ -88,7 +88,7 @@ DEPEND="
 
 pkg_setup() {
python-single-r1_pkg_setup
-   vala_setup
+
if use nvme ; then
kernel_is -ge 4 4 || die "NVMe support requires kernel >= 4.4"
fi
@@ -96,6 +96,9 @@ pkg_setup() {
 
 src_prepare() {
default
+
+   vala_setup
+
# c.f. https://github.com/fwupd/fwupd/issues/1414
sed -e "/test('thunderbolt-self-test', e, env: test_env, timeout : 
120)/d" \
-i plugins/thunderbolt/meson.build || die

diff --git a/sys-apps/fwupd/fwupd-1.8.3.ebuild 
b/sys-apps/fwupd/fwupd-1.8.3.ebuild
index a07f8fae44aa..6dd2394f80cf 100644
--- a/sys-apps/fwupd/fwupd-1.8.3.ebuild
+++ b/sys-apps/fwupd/fwupd-1.8.3.ebuild
@@ -100,7 +100,7 @@ PATCHES=(
 
 pkg_setup() {
python-single-r1_pkg_setup
-   vala_setup
+
if use nvme ; then
kernel_is -ge 4 4 || die "NVMe support requires kernel >= 4.4"
fi
@@ -109,6 +109,8 @@ pkg_setup() {
 src_prepare() {
default
 
+   vala_setup
+
# c.f. https://github.com/fwupd/fwupd/issues/1414
sed -e "/test('thunderbolt-self-test', e, env: test_env, timeout : 
120)/d" \
-i plugins/thunderbolt/meson.build || die

diff --git a/sys-apps/fwupd/fwupd-1.8.4.ebuild 
b/sys-apps/fwupd/fwupd-1.8.4.ebuild
index 995724a81068..4d97b8c02eb5 100644
--- a/sys-apps/fwupd/fwupd-1.8.4.ebuild
+++ b/sys-apps/fwupd/fwupd-1.8.4.ebuild
@@ -99,7 +99,7 @@ PATCHES=(
 
 pkg_setup() {
python-single-r1_pkg_setup
-   vala_setup
+
if use nvme ; then
kernel_is -ge 4 4 || die "NVMe support requires kernel >= 4.4"
fi
@@ -108,6 +108,8 @@ pkg_setup() {
 src_prepare() {
default
 
+   vala_setup
+
# c.f. https://github.com/fwupd/fwupd/issues/1414
sed -e "/test('thunderbolt-self-test', e, env: test_env, timeout : 
120)/d" \
-i plugins/thunderbolt/meson.build || die



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

2022-09-06 Thread Arthur Zamarin
commit: 0d8928ce20890cc4640eaf1f955983c943a2a278
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:57:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:57:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8928ce

dev-python/flask: Stabilize 2.2.1 ALLARCHES, #868885

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

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

diff --git a/dev-python/flask/flask-2.2.1.ebuild 
b/dev-python/flask/flask-2.2.1.ebuild
index 3a8c008e1ad8..493571f27224 100644
--- a/dev-python/flask/flask-2.2.1.ebuild
+++ b/dev-python/flask/flask-2.2.1.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~s390 sparc x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2022-09-06 Thread Arthur Zamarin
commit: 78a04e9c159bf1bd25e522b985eac2a45e1615f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:57:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:57:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a04e9c

dev-python/rq: Stabilize 1.11 ALLARCHES, #868819

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

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

diff --git a/dev-python/rq/rq-1.11.ebuild b/dev-python/rq/rq-1.11.ebuild
index 6af76a6a12d6..65c60c770fd8 100644
--- a/dev-python/rq/rq-1.11.ebuild
+++ b/dev-python/rq/rq-1.11.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



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

2022-09-06 Thread Arthur Zamarin
commit: 6dbabd31612ce03818bd8b81feabd96cc0fce14b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:57:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:57:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbabd31

dev-python/bottle: Stabilize 0.12.23 ALLARCHES, #868900

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

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

diff --git a/dev-python/bottle/bottle-0.12.23.ebuild 
b/dev-python/bottle/bottle-0.12.23.ebuild
index 41a0b614f742..5839a4a80ef9 100644
--- a/dev-python/bottle/bottle-0.12.23.ebuild
+++ b/dev-python/bottle/bottle-0.12.23.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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"
 
 BDEPEND="
test? (



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

2022-09-06 Thread Arthur Zamarin
commit: 1c290bda389179d571ca2b5fb2d0dabf97d31065
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:57:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:57:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c290bda

dev-python/yarl: Stabilize 1.8.1 ppc64, #868795

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

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

diff --git a/dev-python/yarl/yarl-1.8.1.ebuild 
b/dev-python/yarl/yarl-1.8.1.ebuild
index 1d0dc73207d3..eb51a1337362 100644
--- a/dev-python/yarl/yarl-1.8.1.ebuild
+++ b/dev-python/yarl/yarl-1.8.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/multidict-4.0[${PYTHON_USEDEP}]



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

2022-09-06 Thread Arthur Zamarin
commit: e2f6142d7a0aa4be73b0c4f234ae95ce9b74aaf7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:51:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:51:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f6142d

dev-python/yarl: Stabilize 1.8.1 ppc, #868795

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

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

diff --git a/dev-python/yarl/yarl-1.8.1.ebuild 
b/dev-python/yarl/yarl-1.8.1.ebuild
index 7ea5cc25c82f..1d0dc73207d3 100644
--- a/dev-python/yarl/yarl-1.8.1.ebuild
+++ b/dev-python/yarl/yarl-1.8.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/multidict-4.0[${PYTHON_USEDEP}]



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

2022-09-06 Thread Arthur Zamarin
commit: 1a7321b4cd7d52419b6577e822eda9ccf5847b55
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:48:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:48:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7321b4

dev-python/pygobject: Stabilize 3.42.2 ppc, #868840

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

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

diff --git a/dev-python/pygobject/pygobject-3.42.2.ebuild 
b/dev-python/pygobject/pygobject-3.42.2.ebuild
index fa2a5f9b101e..9f1ac85372da 100644
--- a/dev-python/pygobject/pygobject-3.42.2.ebuild
+++ b/dev-python/pygobject/pygobject-3.42.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://pygobject.readthedocs.io/;
 
 LICENSE="LGPL-2.1+"
 SLOT="3"
-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 
~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 
~x64-solaris ~x86-solaris"
 IUSE="+cairo examples test"
 RESTRICT="!test? ( test )"
 



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

2022-09-06 Thread Arthur Zamarin
commit: ae5f995cdd0a4ade8247c2b11ea4ed3673981081
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:48:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:48:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5f995c

dev-python/setuptools: Stabilize 63.4.3 ALLARCHES, #868810

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

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

diff --git a/dev-python/setuptools/setuptools-63.4.3.ebuild 
b/dev-python/setuptools/setuptools-63.4.3.ebuild
index e6015c0fc03f..60dfa52f 100644
--- a/dev-python/setuptools/setuptools-63.4.3.ebuild
+++ b/dev-python/setuptools/setuptools-63.4.3.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-09-06 Thread Arthur Zamarin
commit: cc36eec159f9d37b8616da8552c7c2fda2c6432d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:40:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:40:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc36eec1

dev-python/pylibmc: Stabilize 1.6.2 ppc, #868837

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

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

diff --git a/dev-python/pylibmc/pylibmc-1.6.2.ebuild 
b/dev-python/pylibmc/pylibmc-1.6.2.ebuild
index b37179120315..94e188b55067 100644
--- a/dev-python/pylibmc/pylibmc-1.6.2.ebuild
+++ b/dev-python/pylibmc/pylibmc-1.6.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~x86"
 
 DEPEND="
>=dev-libs/libmemcached-0.32



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

2022-09-06 Thread Arthur Zamarin
commit: 6dc540c15bcfcda3f81c2d6a3f2b9e0f50c4d140
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:40:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:40:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc540c1

dev-python/pylibmc: Stabilize 1.6.2 arm, #868837

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

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

diff --git a/dev-python/pylibmc/pylibmc-1.6.2.ebuild 
b/dev-python/pylibmc/pylibmc-1.6.2.ebuild
index 94e188b55067..a58498035067 100644
--- a/dev-python/pylibmc/pylibmc-1.6.2.ebuild
+++ b/dev-python/pylibmc/pylibmc-1.6.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ~ppc64 ~x86"
 
 DEPEND="
>=dev-libs/libmemcached-0.32



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

2022-09-06 Thread Arthur Zamarin
commit: 63ecfc0cd6eb0314e086ac15413e8e0f61fa05fb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:40:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:40:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ecfc0c

dev-python/pygobject: Stabilize 3.42.2 arm, #868840

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

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

diff --git a/dev-python/pygobject/pygobject-3.42.2.ebuild 
b/dev-python/pygobject/pygobject-3.42.2.ebuild
index 11d419b21548..fa2a5f9b101e 100644
--- a/dev-python/pygobject/pygobject-3.42.2.ebuild
+++ b/dev-python/pygobject/pygobject-3.42.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://pygobject.readthedocs.io/;
 
 LICENSE="LGPL-2.1+"
 SLOT="3"
-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 
~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 
~x64-solaris ~x86-solaris"
 IUSE="+cairo examples test"
 RESTRICT="!test? ( test )"
 



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

2022-09-06 Thread Arthur Zamarin
commit: 2b81aad4e98e0371fe3c0a67d16590f94422a366
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:35:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:35:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b81aad4

dev-python/readme_renderer: Stabilize 36.0 ALLARCHES, #868822

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

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

diff --git a/dev-python/readme_renderer/readme_renderer-36.0.ebuild 
b/dev-python/readme_renderer/readme_renderer-36.0.ebuild
index 4ce1fe0bd41c..8546ba34f288 100644
--- a/dev-python/readme_renderer/readme_renderer-36.0.ebuild
+++ b/dev-python/readme_renderer/readme_renderer-36.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/bleach-2.1.0[${PYTHON_USEDEP}]



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

2022-09-06 Thread Arthur Zamarin
commit: 9aa2b76fa36fda903d29dd68365c34539c1a2978
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:33:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:33:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa2b76f

dev-python/pygobject: Stabilize 3.42.2 ppc64, #868840

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

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

diff --git a/dev-python/pygobject/pygobject-3.42.2.ebuild 
b/dev-python/pygobject/pygobject-3.42.2.ebuild
index d411290d7520..11d419b21548 100644
--- a/dev-python/pygobject/pygobject-3.42.2.ebuild
+++ b/dev-python/pygobject/pygobject-3.42.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://pygobject.readthedocs.io/;
 
 LICENSE="LGPL-2.1+"
 SLOT="3"
-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 ~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 
~x64-solaris ~x86-solaris"
 IUSE="+cairo examples test"
 RESTRICT="!test? ( test )"
 



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

2022-09-06 Thread Arthur Zamarin
commit: d62669492d057a4c952cd3bc2442cc77fb8151ef
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:23:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:23:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6266949

dev-python/pycodestyle: Stabilize 2.9.1 ALLARCHES, #868843

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

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

diff --git a/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild
index 509d1524f65a..2726262d4f39 100644
--- a/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 distutils_enable_sphinx docs \
dev-python/sphinx_rtd_theme



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

2022-09-06 Thread Michał Górny
commit: 80f7f7c3791f59bc1fab83e0addc47113e25d774
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 18:07:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 18:15:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f7f7c3

dev-lang/python: Bump 3.10.7

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

 dev-lang/python/Manifest |   3 +
 dev-lang/python/python-3.10.7.ebuild | 407 +++
 2 files changed, 410 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 0df801ec94a8..b01dec30e4ec 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -2,6 +2,8 @@ DIST Python-2.7.18.tar.xz 12854736 BLAKE2B 
060a621c91dd8e3d321aec99d44c17aa67381
 DIST Python-2.7.18.tar.xz.asc 833 BLAKE2B 
1d98770e46171971fb4508d238c01d2755281d2f94353314014d9e83e0ec5f0b3e3950ea1fdf5fce9ba6b8f55312355845c2a3fc4291c27ee56fe6215448
 SHA512 
c2a5f5a52f47dec52460ad3275758d4e5de6e7075c3def4353c988d74d563a39b42cae2d5eb24e2a23a6247cef69100f91620b11a49c2359fbf99b203c9cbda8
 DIST Python-3.10.6.tar.xz 19600672 BLAKE2B 
b21398f68e13cf8464077aa2c7f08d9044198cc3d2e2829d12239d420c1c922cbad8427f3e0fae3fe62a4b8ebb7db7eff441266eff82f0c78d7a98a62d8e64c3
 SHA512 
f2bf424bf4f4caa524ee1248b431e8e06d0745c3fc3ba457710d75f3698e653733feb4b059cd124f1de2a9e851c30d847f567aa47abef12898c9dc8a6507b476
 DIST Python-3.10.6.tar.xz.asc 833 BLAKE2B 
ea6546c01a4fbfe3f3e56b2f980da53f0692d9c638534bd25fb96a0f657424f979b6a82a01c77c05ddfded30441b4a0348cc407d5b29290ffc653a508ca32ec8
 SHA512 
9288e2f62f2e8c8208ad176372261545a64e675d737bb616403bcd888bc91177909257632e4cc0b5d688d612bea38a274030ec6989dc7d56c03064e32ad9903e
+DIST Python-3.10.7.tar.xz 19618696 BLAKE2B 
45e38e8b8a87ea5c041998a9be5e8fb25c2b57c1f26823833518b06bbf8795b30256fae71ff2175ec53e7af51bf383e6f5109d8fabe370e4aa5f6fc61821c889
 SHA512 
dc3432d72ee7382617318c9645204876d13bb61d4caf3fbbb65e6b14897261123c743049657c95e159e5566daf4dcde613d2e393f025de758f610b44eb958313
+DIST Python-3.10.7.tar.xz.asc 833 BLAKE2B 
201ef40872ac8dc8886128b98fc13a0b14ab80db03ec467933fef0356f4a8728679eb77ae1044c51653cf3bd81e93f0a00f59c6f852e75499af95b34f2d6607d
 SHA512 
a65d152d87870de763de3384a1c0ff0309068a2af0fcdfa39a6f968a52b59c56229553cf6a955ec0af1d3db5bf4641c4e91d6150764548d2e9fb0e9a01ab759d
 DIST Python-3.11.0rc1.tar.xz 19815524 BLAKE2B 
7dae240dbed052667b46927ccbb483a717b0fe0ba199721d526354d1b89a6dd2842ab0f6c3b078385e4acb7557d06f252d61aacb07d70c7f5598ed91567d2053
 SHA512 
2a72ea59277f8115e418ced671969fc0d5ba271c7740f70c665a4b450a59d7752278d061bd59f136dacfa608ed167f983c6589b214a973b1b63ea2115ea298bb
 DIST Python-3.11.0rc1.tar.xz.asc 833 BLAKE2B 
da46a0ab62ef3f2b7a7921294a0d775ca6ab254e3229338232b3d11107aa1d74adc21911678f08f44cc1cd9184beada00d4b60dde60722ef91a247367b13e191
 SHA512 
d4cffc90c2ed7b8ea7228a21f7ac902a92f27003f1420ad751b1691de950974ea174cb0471b6e19ed1548dc5382012fa9ad5fcf83c34646c7ea2d73c88799e38
 DIST Python-3.8.13.tar.xz 19023016 BLAKE2B 
d3cb8624496e56d93d34f2aa5082746869a99210197529bc19e6a9d265f4ce246e0e83a3528a7602a28aac8855bf84e6bf6495b85e9202fcf04ef90600cb5e43
 SHA512 
5c732b5d21b189b99a0e9ccd3ae59466bed60a930d5d3f437a262d38f0797b776cecbf12a1852eaebcfb638a6f2e28e471cc2ebf94237cc728144be21842cb81
@@ -12,6 +14,7 @@ DIST python-gentoo-patches-2.7.18_p15.tar.xz 34956 BLAKE2B 
d173f276dd9c0ce31004d
 DIST python-gentoo-patches-3.10.6_p2.tar.xz 12040 BLAKE2B 
75c93fab19137a966b3775308bc20142f4d3648bbb9364e82c4eaffae93beda54011192881c52b85d2e2493a06cfe2a90f50675609908c3d5ebdb0103fe41644
 SHA512 
7e451a8a18a62592c2cd7b2db71065b77256960f43e172a0d7856b22b69138dcb1552f53b39bec14585a761cfe729c81613551c1b616fe1ec8d2b59856b11453
 DIST python-gentoo-patches-3.10.6_p3.tar.xz 26712 BLAKE2B 
701a7a4da1a09f71dee8fdf924a45e030b8ae93e469a2789b28b904d2fd6b011589fb940eb0c262e8b19005af523a2f66075d053fb60892d6ebd473159fce718
 SHA512 
ed43ba18735ddf72c434bfe905894d156a144a77f9fb8266378d384e840b376c6220859d8d1af83f304293368bf1dd45881316c1797ba25d618a064daaacab17
 DIST python-gentoo-patches-3.10.6_p4.tar.xz 28612 BLAKE2B 
197ef33c3086cb9efaf09868145826e2889f61d6fb207df8b60ac6cfc4ca637c8a87fd10afa2d8a7a47ae81bcf0ae589085c694523e1ca6f85acdc4e517b7d07
 SHA512 
8bd0aa8f7a775d12914d542dbb04c7b555055228002dd826a815255d4a35392e09c44d560cc5da7df1feae98e2f73e8fbf476e2811ae5269f91120c11cbb6291
+DIST python-gentoo-patches-3.10.7.tar.xz 12040 BLAKE2B 
fcbf07894376fff4145534d592c97a5be6b361e9754c548ae483a388916acca8e7ff6c6cab1344d36af52974166590c82bf548e681401a6d2e5604f3e4ae9e23
 SHA512 
d67e16fc19afed997ac383284afa08fc079cf8128b457a8a5d15218ae7d6718f81e88bed60207f10318fa7ce7a415d0645655b5610d7b2087383fbd07d0ef2c6
 DIST python-gentoo-patches-3.11.0rc1.tar.xz 4384 BLAKE2B 
31bcdc055bfaf3434dbb02543aaf66910eaccd01808d9a0e57bf7cb3b097fc0046c00ac44737d9c37e3b6d074c524f4dd3ab439a741e66d74a0425889ecaead5
 SHA512 

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

2022-09-06 Thread Mike Gilbert
commit: a237c8a0ba3db9089d8b854cba25580ce199a6b7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep  6 18:01:31 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep  6 18:01:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a237c8a0

profiles/base: mask app-arch/pbzip2[symlink]

Signed-off-by: Mike Gilbert  gentoo.org>

 profiles/base/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e6ad4c800221..5497dea044f9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -14,6 +14,7 @@
 # script in /usr/local (or otherwise on PATH), or configure tools
 # like tar to use lbzip2 & pigz respectively using EXTRA_ECONF.
 app-arch/lbzip2 symlink
+app-arch/pbzip2 symlink
 app-arch/pigz symlink
 
 # Sam James  (2022-08-26)



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

2022-09-06 Thread Arthur Zamarin
commit: 41e03916d5f7d0d9551633898a7eed73efbac366
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 17:28:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 17:54:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e03916

dev-python/sentry-sdk: add 1.9.8

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

 dev-python/sentry-sdk/Manifest|  1 +
 dev-python/sentry-sdk/sentry-sdk-1.9.8.ebuild | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index 1b94513dc246..56c8d8ce2086 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1,3 +1,4 @@
 DIST sentry-sdk-1.9.5.gh.tar.gz 272096 BLAKE2B 
179be647b92a74a1836f26add33e4b98007d19eff7454eb4968a2029003b7c1601d2eecad162a109508942b2f65086db32df6191c7f7986b5ab831295a8d3775
 SHA512 
d909ea9552a845b7022fdbbd06e3c49b2f136ca66771f20cb74b82f9eda7f63bee6c095eddefad7623a224bb9d6bf2b775c3c9405a0b55cd520952c3fe67c22d
 DIST sentry-sdk-1.9.6.gh.tar.gz 270120 BLAKE2B 
d5918f4ed21f3ee50d76a780416c458b3f917a314a9dfbdbe4b4b63727fa3b7ead61d04546b6ebf57c262143ccc694811e6f888ca1d39155aa98f3225508ab94
 SHA512 
ad8717f456706edb31e01e8c19b8b81d98b15423d62b2dba8a86fc78a4756c8176b4a0758ebb599f84dd4e6e85258c47e350c8f55e80314a4a70631966c83de6
 DIST sentry-sdk-1.9.7.gh.tar.gz 270209 BLAKE2B 
d1671bb45efa8aa785dc33a5d27e1d44843000809a88c4b081bbaca31be9ece65c6b192cadd46df912e1e1ca8650c7246f9946adb85117e88d13446965e190ac
 SHA512 
d5c9a32e2c4001892cd03357d3b0cfe4c789eb0f4a12f6431920624795d4ed70a4055351541e12d9ee0be6e0fa689190e53c05fac53a27dad30e9f9fbe0711c1
+DIST sentry-sdk-1.9.8.gh.tar.gz 271425 BLAKE2B 
27135f4fee24d80a544d852261555d8a8498990f815bbe7438b67bbf5717ed4b6e92c8f3e6781929332cbaba75986538294cf4b97c5bbe845ab57a32333d1d6f
 SHA512 
7c9136b4100537e327ccbc2a96967007a1d2de653098ffa3463cc135ca604e49bd066d6a85046c752f38bdfc2698298e46a5d26bbf1a31a19f1631cf92ad9c8d

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.9.8.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.9.8.ebuild
new file mode 100644
index ..9d1e2042e8f2
--- /dev/null
+++ b/dev-python/sentry-sdk/sentry-sdk-1.9.8.ebuild
@@ -0,0 +1,96 @@
+# 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="Python client for Sentry"
+HOMEPAGE="
+   https://sentry.io/
+   https://github.com/getsentry/sentry-python/
+   https://pypi.org/project/sentry-sdk/
+"
+SRC_URI="
+   https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/sentry-python-${PV}"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   dev-python/certifi[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/asttokens[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/executing[${PYTHON_USEDEP}]
+   dev-python/fakeredis[${PYTHON_USEDEP}]
+   dev-python/flask-login[${PYTHON_USEDEP}]
+   dev-python/gevent[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pyrsistent[${PYTHON_USEDEP}]
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   dev-python/pytest-django[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-localserver[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/eventlet[${PYTHON_USEDEP}]
+   ' python3_{8..9})
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # tests require Internet access
+   tests/integrations/httpx/test_httpx.py
+   tests/integrations/requests/test_requests.py
+   tests/integrations/stdlib/test_httplib.py
+   tests/integrations/flask/test_flask.py
+   tests/integrations/django/test_basic.py
+   # wtf is it supposed to do?!
+   tests/integrations/gcp/test_gcp.py
+   # broken by rq-1.10.1 (optional dep)
+   tests/integrations/rq/test_rq.py
+   # fastapi is not packaged
+   tests/integrations/asgi/test_fastapi.py
+   # TODO
+   tests/integrations/bottle
+   # requires python-multipart (TODO: package it)
+   tests/integrations/starlette
+)
+
+EPYTEST_DESELECT=(
+   # hangs
+   'tests/test_transport.py::test_transport_works'
+   # TODO
+   
'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
+   tests/test_client.py::test_databag_depth_stripping
+   

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

2022-09-06 Thread Arthur Zamarin
commit: a388c66456b301951340c432886341a15d66c181
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 17:29:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 17:54:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a388c664

dev-python/pydantic: add 1.10.2

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

 dev-python/pydantic/Manifest   |  1 +
 dev-python/pydantic/pydantic-1.10.2.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/dev-python/pydantic/Manifest b/dev-python/pydantic/Manifest
index 878b404c85a2..ea7f79125c0c 100644
--- a/dev-python/pydantic/Manifest
+++ b/dev-python/pydantic/Manifest
@@ -1,4 +1,5 @@
 DIST pydantic-1.10.0b1.gh.tar.gz 886824 BLAKE2B 
f5ae306cf27143723bc2cb87608cdef3eee29ea9e45cde3f61412820858e7b8ab290ba74329317ac916dddb6bd03d011205a1f0d8cd9ba266e4a8655f24b9b61
 SHA512 
6f962e2983bd13bcd79da06d1a663da8c2cae39b7f80184d70e61a23a55661fe79f3bc7d00656f4e14f2aa5746cb889c8463473688dd7572ea825f461e263ec2
 DIST pydantic-1.10.1.gh.tar.gz 887019 BLAKE2B 
5ca8d11528c7a7666136224c97dd0b078cf6f936a23227aa9dcd62af3c6a0af8f07c4c92751bd2c203497a626d4f93a78fd594bfc71dd0c43886c2dacc257af4
 SHA512 
2be3f10a82d655a94b3f250ed4c78439b4195dde3f7f6aa66028105b5c9b0e56aa8176701d563e5372533ae34e0b6d0fe2254df9429b04815607bcfc94e40370
+DIST pydantic-1.10.2.gh.tar.gz 888288 BLAKE2B 
9aac69ace185ccc56255cf36f9af472caf4c6bcbdcbb81eec66353f755673e9a240e7713c0a2ecff00a02e07b0069e4b3f1edda41f345698a979b79dd54b354a
 SHA512 
dc2acfb271cd62b6de08bbaa48dbc76ec8d3a3f3142778ffa2cb9a2a1cad62dbdb3c7470a50e9a2825837b65a48c6aefb8736411f32c398aa9ca779841b53ac5
 DIST pydantic-1.9.1.tar.gz 306846 BLAKE2B 
c22e892f403b6ca5eff7f888c68f9df5c198fa03c8dab833edc556b3b1a4819fc28c9818a649bf5d9c4bb745b0bde826e164eda7760cd26f88e278c86776ad84
 SHA512 
19d2a50ef054b76cc7e8756759f3d67a14a58614dd6ff1b4f60e73354b0028e08743aa3bb5944da7ae357ab279134d3685c454d6affa6524b267c7cd9a40375e
 DIST pydantic-1.9.2.tar.gz 307957 BLAKE2B 
ee3b188dcf058fc81b5f8491a5e757114a3b39db4d9aee3265051559f6ac25cff01bfb3b0536d0f0425534bd9a5a6444b6e6f2ef84b91a6c11085e15ac25265a
 SHA512 
524595aea9401e82d2e985fdb5aa9b4a8b39edfed856d08e057695c786d65c3455991e4f57ce326902ff9cbed328bcb5e6f4133bda769fecea5affb68f3b4345

diff --git a/dev-python/pydantic/pydantic-1.10.2.ebuild 
b/dev-python/pydantic/pydantic-1.10.2.ebuild
new file mode 100644
index ..c666dfdb266a
--- /dev/null
+++ b/dev-python/pydantic/pydantic-1.10.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=${P/_beta/b}
+DESCRIPTION="Data parsing and validation using Python type hints"
+HOMEPAGE="
+   https://github.com/pydantic/pydantic/
+   https://pypi.org/project/pydantic/
+"
+SRC_URI="
+   https://github.com/pydantic/pydantic/archive/v${PV/_beta/b}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/python-dotenv[${PYTHON_USEDEP}]
+   >=dev-python/python-email-validator-1.2.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/CFLAGS/d' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_compile() {
+   if [[ ${EPYTHON} == pypy3 ]]; then
+   # do not build extensions on PyPy to workaround
+   # https://github.com/cython/cython/issues/4763
+   local -x SKIP_CYTHON=1
+   fi
+   distutils-r1_python_compile
+}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x PYTEST_PLUGINS=pytest_mock
+
+   local EPYTEST_DESELECT=(
+   # flaky test, known upstream
+   
tests/test_hypothesis_plugin.py::test_can_construct_models_with_all_fields
+   )
+   case ${EPYTHON} in
+   pypy3)
+   EPYTEST_DESELECT+=(
+   
tests/test_private_attributes.py::test_private_attribute
+   
tests/test_private_attributes.py::test_private_attribute_annotation
+   
tests/test_private_attributes.py::test_private_attribute_factory
+   
tests/test_private_attributes.py::test_private_attribute_multiple_inheritance
+   
tests/test_private_attributes.py::test_underscore_attrs_are_private
+   )
+   ;;
+   

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

2022-09-06 Thread Arthur Zamarin
commit: 52da1101ec63e0c219febaac6feb27f79a94b65a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 16:36:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 17:54:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52da1101

dev-python/astroid: add 2.12.8

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

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

diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index 378db8a1911b..5980da730fda 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -3,3 +3,4 @@ DIST astroid-2.12.2.gh.tar.gz 430857 BLAKE2B 
8b34366368718cd4329298bdff3b761cab5
 DIST astroid-2.12.3.gh.tar.gz 432731 BLAKE2B 
276537b9a97bfbba2177538c6546a8e55fd1a144dde2fc2104460b0867d5439433e10be58bdac4f7da17a22e61c9484045ee979b8de11dcb485b9979a50f1e30
 SHA512 
5927c54d2ae000a96615a7b81f83b39bd8ce4b15e6652b494d18cf085ed455fb9e59b9c0c35ba8de7e2ea12c036e06ceb741dacdf882158cfd7e9ed3750dad88
 DIST astroid-2.12.4.gh.tar.gz 432812 BLAKE2B 
1efd0af2b8695411aba0c1db21c464c742058c662d14b2a338c577f41f13c582f24dd5445ee2e2aa51f63096ce086d601750b2894280fb9f054f734165755dff
 SHA512 
55a585dad9fcd319845fc2b16536867a5c0552b7f3a87b5ac40cc069a43a25a1de2862ec6cd2b6cd8e9dbd78efd508995152012399722056949ce460c23f57a0
 DIST astroid-2.12.5.gh.tar.gz 433354 BLAKE2B 
dfe643ebe77200664bd630c1c5795809c8bca5ff0ad01d9361b6df302c33ab42529f33148649fada34ed6dc768c63f49c2eb2abc771ff0e13404146bee5e0fa6
 SHA512 
4bae868e21ef4751fd195b2990ffb3c9781e51654e9f327ee5bc220b53d553fb13744a2d683e30f1cb929ce1ec4cfd31382a4a42e867dd7a75a118202ccf377b
+DIST astroid-2.12.8.gh.tar.gz 434545 BLAKE2B 
3ad3ff1a7e1a0c9433387b4167041adcc405e9b6d0fc0a850073960db9e7458d0b6989e3a0f78679ba4730f1da2fe9d35de3f984d2c79532d9f96c2a726b1f0e
 SHA512 
76052caaef27f983751e3abfb44c38ad497a4d2d659521ee55c99080c9cacea90cf3603d6468b01cc9b127cd8318157faae56bb151c6449145c70545719c6c51

diff --git a/dev-python/astroid/astroid-2.12.8.ebuild 
b/dev-python/astroid/astroid-2.12.8.ebuild
new file mode 100644
index ..de2148b20e43
--- /dev/null
+++ b/dev-python/astroid/astroid-2.12.8.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Abstract Syntax Tree for logilab packages"
+HOMEPAGE="
+   https://github.com/PyCQA/astroid/
+   https://pypi.org/project/astroid/;
+SRC_URI="
+   https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+# Version specified in pyproject.toml
+RDEPEND="
+   >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}]
+   

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

2022-09-06 Thread Arthur Zamarin
commit: 6eeb76fd08d8007a522b4c4beec42749b5aa2eba
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 17:52:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 17:54:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eeb76fd

dev-python/psycopg: add 3.1.1

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

 dev-python/psycopg/Manifest |  1 +
 dev-python/psycopg/psycopg-3.1.1.ebuild | 75 +
 2 files changed, 76 insertions(+)

diff --git a/dev-python/psycopg/Manifest b/dev-python/psycopg/Manifest
index 79a4dc3be840..f11c351a7182 100644
--- a/dev-python/psycopg/Manifest
+++ b/dev-python/psycopg/Manifest
@@ -1,3 +1,4 @@
 DIST psycopg-3.0.16.gh.tar.gz 386693 BLAKE2B 
c6c0bd9832e65180e7de76b04ef7c81f4c2d0981894d090b933ce0efaaafdf6b62d1d71a4c70c7c9b848b67e576a71953116925f9e991a4ed99b53067e24cbba
 SHA512 
655e01bb00972dacae590f2e8ce5948226acb827b55099e7f362fdee9210f07b755f4da10d2fadd468aa95eaa3f72e7658a1ab26870d4ac159ee266ce1f8140c
+DIST psycopg-3.1.1.gh.tar.gz 464501 BLAKE2B 
1796ae830051ee0719e4723036ca672ac005793beb88da21b9775cdc96dd4f58b3d008eb3f3a87c3f7293ea097480bbe72a8591b68371d1f7c7261c37927e40f
 SHA512 
a243626c5e0ee0ef414c193b9168f58ec6fa3bfc5652c25c3c1f355f4cea29bcc993ba631a125c0a0335155c15fc068f6cfa5e8974de0cd32e007ae6d3db23dc
 DIST psycopg-3.1.gh.tar.gz 463892 BLAKE2B 
94100bed4807771f6c4d0469737b160955f3f6bfcff84240c9e15dd9b7b88765583952b712642740c97f6ec42223edcf74fb2c5390a185f44ca0eb8858e76100
 SHA512 
057a14d614ccb9f36a7db7a82c3d48953658a1c6af2a2265a93a3f6c1db421275e51e1be4d59e2ea98b638f3da8c24c9d2a4d9aabf6190c47691dd632c9339f9
 DIST psycopg2-2.9.3.tar.gz 380611 BLAKE2B 
78099da7378dcfa8b7f28aae4d533a7e890cdb7ae4c0cc718a9411e630fd07b56f074760fc29de8fe08fe727328cca39414a5f297fb92ed2f7471a24e633d18d
 SHA512 
048184d1d162a371fc0fba711448a6fa8a6aac193421f4484c7f7b91c39065d5b632fa34fc15a901eca055d597302b1f9e38330b248ed0e4653dcdc544b0d660

diff --git a/dev-python/psycopg/psycopg-3.1.1.ebuild 
b/dev-python/psycopg/psycopg-3.1.1.ebuild
new file mode 100644
index ..8bd1346c397b
--- /dev/null
+++ b/dev-python/psycopg/psycopg-3.1.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="PostgreSQL database adapter for Python"
+HOMEPAGE="
+   https://www.psycopg.org/psycopg3/
+   https://github.com/psycopg/psycopg/
+   https://pypi.org/project/psycopg/
+"
+SRC_URI="
+   https://github.com/psycopg/psycopg/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${P}/psycopg
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+DEPEND="
+   >=dev-db/postgresql-8.1:*
+"
+RDEPEND="
+   ${DEPEND}
+   $(python_gen_cond_dep '
+   >=dev-python/backports-zoneinfo-0.2.0[${PYTHON_USEDEP}]
+   ' 3.8)
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+BDEPEND="
+   test? (
+   >=dev-db/postgresql-8.1[server]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/dnspython[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # tests for the psycopg_pool package
+   tests/pool
+   # some broken mypy magic
+   tests/test_module.py::test_version
+   tests/test_module.py::test_version_c
+   tests/test_typing.py
+   tests/crdb/test_typing.py
+   # TODO, relying on undefined ordering in Python?
+   tests/test_dns_srv.py::test_srv
+)
+
+src_test() {
+   # tests are lurking in top-level directory
+   cd .. || die
+
+   initdb -D "${T}"/pgsql || die
+   # TODO: random port
+   pg_ctl -w -D "${T}"/pgsql start \
+   -o "-h '' -k '${T}'" || die
+   createdb -h "${T}" test || die
+
+   local -x PSYCOPG_TEST_DSN="host=${T} dbname=test"
+   distutils-r1_src_test
+
+   pg_ctl -w -D "${T}"/pgsql stop || die
+}



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

2022-09-06 Thread Arthur Zamarin
commit: 95020a0df21b7950b9ae48aad31268d434a6c79a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 17:09:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 17:54:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95020a0d

dev-python/cfn-lint: add 0.64.0

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

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

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index ed21a1baf63c..fc5e8c8a4432 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -2,3 +2,4 @@ DIST cfn-lint-0.61.5.gh.tar.gz 9580886 BLAKE2B 
0e83a604bc8761cd6007039cc28d90e47
 DIST cfn-lint-0.62.0.gh.tar.gz 9610430 BLAKE2B 
fdeed685abab1bb701698b02ba961d0460c2fbf631ee6c8c51d17e8087bdbd2a26d366afd6916ff118e047bc1e45e0ac4124cf5140b7dede5cb116e5e49bec3e
 SHA512 
830f3929330cbb6d3ae74c9d172c4540272def94bae4f5a0d181fd41688479bf9e9a82ccb9ccea20b823b8580743722a8cb551d790cab92322c7e472e679d28a
 DIST cfn-lint-0.63.0.gh.tar.gz 9613588 BLAKE2B 
96f36310b9201e39a03fb9ca4e102feed68bd71c6af10f48875055d8e5ce42dff61772d5ba702b3f390a49c5e10077a70eb86206145c132d03f6998ea3f26f4a
 SHA512 
daa8412254234d36b3e65a27fc93dc6af2283830afa6de58c979759b7dc02ec220ebf18b1d116f38356a368223efec787135b36aaac4d2a6444ec6820a0303fb
 DIST cfn-lint-0.63.2.gh.tar.gz 9672817 BLAKE2B 
dcd445c2372bf044bc4eab4b33056d2113914cdeeb1a2b376643cc4bbb3d92dcfdaaf2e6aa5f0d0473be00b42ecea0eda2a5ae3fa493d4e648be12db81b9d9e7
 SHA512 
d9bff0c43f7c2b710536fb7212e3d78d3827d7838ef8246767625c3de1a2ee0e5056df42b6b94e0efd7e7b2933d477a9962e0e3d53a78a3cca774fd52706a330
+DIST cfn-lint-0.64.0.gh.tar.gz 9792738 BLAKE2B 
f74d8131d46c5fc1cf78fcf7e3a6620d1c19288437c3eda896fe357518aa91056826e7c80c860c636a7394a021852b4ef93451d0bcf03efb1b7b1da41f0b1652
 SHA512 
4e4cc098f0f7024456278e5994b0508408cb70230934ced084c67ddecae2070c1686430b367b0c812274d40201256a9f8ca0d30c208ee00c2435dcad09419d80

diff --git a/dev-python/cfn-lint/cfn-lint-0.64.0.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.64.0.ebuild
new file mode 100644
index ..57fd1d8c6029
--- /dev/null
+++ b/dev-python/cfn-lint/cfn-lint-0.64.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.47.0[${PYTHON_USEDEP}]
+   dev-python/jsonpatch[${PYTHON_USEDEP}]
+   >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
+   dev-python/junit-xml[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   >dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
+   >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # TODO
+   test/unit/module/test_template.py::TestTemplate::test_build_graph
+   # requires git repo
+   
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
+   # Internet
+   
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
+   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_2
+   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
+)
+
+src_prepare() {
+   # unpin the deps
+   sed -e 's:~=[0-9.]*::' -i setup.py || die
+   distutils-r1_src_prepare
+}



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

2022-09-06 Thread Arthur Zamarin
commit: 94cc4402d652f4b2f31845d33889f9069a902d2f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 17:28:56 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 17:54:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cc4402

dev-python/readme_renderer: add 37.1

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

 dev-python/readme_renderer/Manifest|  1 +
 .../readme_renderer/readme_renderer-37.1.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/readme_renderer/Manifest 
b/dev-python/readme_renderer/Manifest
index b40364e24797..1c1107f3dbdd 100644
--- a/dev-python/readme_renderer/Manifest
+++ b/dev-python/readme_renderer/Manifest
@@ -1,2 +1,3 @@
 DIST readme_renderer-35.0.tar.gz 27224 BLAKE2B 
bb58a6cb39aace47714aa351c710663ca9f43f04055e21a5ea3954b2d1fff58dce073b0a41bdfb07f34ffe16f2fbba9ba59c2a6b8f84c0eacfb7d9f7cd881380
 SHA512 
29377cea5a029f7c4cf2ec0362771a280936e84fc39117c13fc6557172581570af298520ea6f5df53260e1da539ebe3fe4183bd1fb5620af48824bee04fefc75
 DIST readme_renderer-36.0.tar.gz 28680 BLAKE2B 
e356690bc791d5f4a27ef59c61e356b3932595623434feae8d0fc9cf99d1bd4a724d5c202e47f989017821ce2bd69604338912c37b879699677496b789453c56
 SHA512 
1e208e830060d2a94e608dbbef36376c7720b8b4e2c8619665e82c64b753f4b764c1c7a77b36d3c0d652adb1f49a14bc7306b7bb5c65598db7acec6e984e
+DIST readme_renderer-37.1.tar.gz 29234 BLAKE2B 
42a78cb5d19ee1d5cddd1d35c82801468bb2911c49037c4d4a07bc06cb1652046da99e306ed6b2864c2d26569092f824f1b7eeca53c147e6dcf6d60701679de9
 SHA512 
065dc1ee9baf88cea15d278dc130189b282c4bc04ccdb3d25cba423d4e32d41c8614b978ea96956913b925e1a2bdab0c2c162a369708ec253e8fae275b1c795b

diff --git a/dev-python/readme_renderer/readme_renderer-37.1.ebuild 
b/dev-python/readme_renderer/readme_renderer-37.1.ebuild
new file mode 100644
index ..4ce1fe0bd41c
--- /dev/null
+++ b/dev-python/readme_renderer/readme_renderer-37.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="a library for rendering \"readme\" descriptions for Warehouse"
+HOMEPAGE="
+   https://github.com/pypa/readme_renderer/
+   https://pypi.org/project/readme-renderer/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/bleach-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/docutils-0.13.1[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.5.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( README.rst )
+
+distutils_enable_tests pytest



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

2022-09-06 Thread Arthur Zamarin
commit: 9044efbc003da76a768424ec57d573f9c7ffa01d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 17:39:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 17:54:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9044efbc

dev-python/seaborn: add 0.12.0

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

 dev-python/seaborn/Manifest  |  1 +
 dev-python/seaborn/seaborn-0.12.0.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index bd3ce794d459..a8e8ec89b47a 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1 +1,2 @@
 DIST seaborn-0.11.2.tar.gz 268839 BLAKE2B 
b1ba3a76431843921f01f714e601ebe7ed87a8c4136acb65a7cdb89059d67cb136484cb968efd713a5260caa552673efd5d06898a69624b36311fd3908f00179
 SHA512 
f08fe82b4ecca2b140a953c89bb7f811255d00ec819225809bb224aadde161ddabdeaf5cab53e3558bb84334cee828baafe0ee5efe465e80875a0513fb1ab9ac
+DIST seaborn-0.12.0.tar.gz 1407601 BLAKE2B 
3da8db0a0c08a40a3969a2ffce248f5521b4c7c93ecf0f014850093ef48331326454572ceea6ee1133805bf92540b0d2acecdfb7cb789d238f743b30e6a28947
 SHA512 
b2b06a22d48f19ace2448f465ca5e700f3486971d9fb86e85a1a8c9e2956b904e5f4c2c8075f848299b182cf8f69b2fac22366fedbd8012b9c44adc0bcb7e060

diff --git a/dev-python/seaborn/seaborn-0.12.0.ebuild 
b/dev-python/seaborn/seaborn-0.12.0.ebuild
new file mode 100644
index ..1b7424aa37e5
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.12.0.ebuild
@@ -0,0 +1,33 @@
+# 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..10} )
+inherit distutils-r1
+
+DESCRIPTION="Statistical data visualization"
+HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+   distutils-r1_src_test
+}



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

2022-09-06 Thread Arthur Zamarin
commit: 6478ee3360972c5fac5e6f1d048f1b3dcb21dd37
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 16:50:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 17:54:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6478ee33

dev-python/zeroconf: add 0.39.1

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

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.39.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 61fabf74b706..966bcb242f32 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,4 @@
 DIST python-zeroconf-0.38.6.gh.tar.gz 134795 BLAKE2B 
839d59d7c46d9ab16145e37bb58acc7a71072b00507ee0ae8325fea9a3ebc0e567f9e257937675f8eaf44095c7449f96e6bc42b82d34f75a39cc87fd29be2766
 SHA512 
274db525751191b0188a4f00505c795420f975de3f714f84f2207271ff484bb5de1c881c0ed00b1ad3a6265d5d461519cf46041ab907026d9e6937844bbab6af
 DIST python-zeroconf-0.38.7.gh.tar.gz 134866 BLAKE2B 
060ffdc45d4ec8092cd278b99a74561fd1ea06aba3cdecadbd35c1c5e3f608befe3ced18009d8d64c5b37388ee57900b4b00a44c90d87923f259e798da5bb962
 SHA512 
a0ab90f30b843bc889daf95eab6d806a5e3fb4ffe5e3857c435f14a85de7b659b8386159f6428f05a34f2e3010f4582f7d3a55bbd6e6ede0008247821f666707
 DIST python-zeroconf-0.39.0.gh.tar.gz 135121 BLAKE2B 
708f641934b1d155a464f532894e6f3ba3b83c57063b903eae23abcfaf76974920286a9ddcabc53d0211df21b247303c23b2ee36f78ccf809001395f0d1002a7
 SHA512 
401808d51b58905937b0c2f924bce6a9ae38f331f2faf7a0258bfcbc245ec618deaf1a707d22c47792d964a49a2036af5d2ab02438b001b228611a5855db897f
+DIST python-zeroconf-0.39.1.gh.tar.gz 135252 BLAKE2B 
82efa3e39b6e18b9d73b45958190c1d76978231842c1f61ff4519b9a763fb2c1564dae9c0b1d31109e291acc966127cfae9fa02400f1695e97dcc1b0e5a509f7
 SHA512 
3e1bc4bd48b77bce711f8b49b9cdce1769d7af72094c9ebc161ecb833fe90c7bd36ec5b9fc35c524ddd8c30a67af5937f188c81cf3a251d80c0e71f4b7c3add7

diff --git a/dev-python/zeroconf/zeroconf-0.39.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.39.1.ebuild
new file mode 100644
index ..e803d214a211
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.39.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=python-zeroconf-${PV}
+DESCRIPTION="Pure Python Multicast DNS Service Discovery Library 
(Bonjour/Avahi compatible)"
+HOMEPAGE="
+   https://github.com/jstasiak/python-zeroconf/
+   https://pypi.org/project/zeroconf/
+"
+SRC_URI="
+   https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   >=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # network
+   tests/test_core.py::Framework::test_close_multiple_times
+   tests/test_core.py::Framework::test_launch_and_close
+   tests/test_core.py::Framework::test_launch_and_close_context_manager
+   tests/test_core.py::Framework::test_launch_and_close_v4_v6
+   tests/test_core.py::Framework::test_launch_and_close_v6_only
+   
tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
+
+   # fragile to timeouts (?)
+   tests/services/test_browser.py::test_service_browser_expire_callbacks
+   tests/utils/test_asyncio.py::test_run_coro_with_timeout
+)



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

2022-09-06 Thread Arthur Zamarin
commit: 927088615eb663010baa5c66d920363d93da1035
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 17:14:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 17:54:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92708861

dev-python/python-cstruct: add 3.0

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

 dev-python/python-cstruct/Manifest |  1 +
 .../python-cstruct/python-cstruct-3.0.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/python-cstruct/Manifest 
b/dev-python/python-cstruct/Manifest
index 636836e5e0e4..0e27bc491e7a 100644
--- a/dev-python/python-cstruct/Manifest
+++ b/dev-python/python-cstruct/Manifest
@@ -1,2 +1,3 @@
 DIST python-cstruct-2.2.gh.tar.gz 18764 BLAKE2B 
75aaffae27fef59799e52866f8169cc5d7362ef1553a56986f361ef7cfb7ca3e7d8c67fe0f112ec8e03ddacf45885e19fc1ce0d9d27c7581deafbf7e7fe1789b
 SHA512 
5a1d62b596fef08a48020557e82fc81360430d94f18ce0667919815d57b944102067c2fe5723372616f73c995afd3a1f674e4a37e406d0dc7eeaf9fe3ef8f484
 DIST python-cstruct-2.3.gh.tar.gz 19043 BLAKE2B 
dd445da91d155dc576523d5c15dc963493dfb62e7e79fae6c436e69654432eadbc30b0001026f5613268800eb0a3a01392120b11e7b3995cff16477850818c9f
 SHA512 
5700a3d8ef58130bc5b3b5d7c36102f6a878fd8d5b9104804f0c206e583e77d7a9c9ff8e8008d9bd1ee72d55167e48cd3f9ba776816eb25ceb8ceaf0c880b597
+DIST python-cstruct-3.0.gh.tar.gz 25950 BLAKE2B 
7ea8c77ed87e4fb740c3f7a4ed53a7532ee5aca15ee46fbb40da7308ae62ceacd7ccc67a958e6355904604ae67c9594acc9cae5d18bfed0558b91f7e9c8ad0a9
 SHA512 
dd1c85363512edc4df0379dec40e7d7fe3ceff1cc4014eae8dab0e91c47ea9c3619211e1a637aeec134ce713d0681688630b7fde97f02c6bcd7103a32f258a73

diff --git a/dev-python/python-cstruct/python-cstruct-3.0.ebuild 
b/dev-python/python-cstruct/python-cstruct-3.0.ebuild
new file mode 100644
index ..7b8d01c50942
--- /dev/null
+++ b/dev-python/python-cstruct/python-cstruct-3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+inherit distutils-r1
+
+DESCRIPTION="C-style structs for Python"
+HOMEPAGE="https://github.com/andreax79/python-cstruct
+   https://pypi.org/project/cstruct/;
+SRC_URI="
+   https://github.com/andreax79/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+
+   sed -e "/find_packages(/s@exclude=\[@&'tests', @" -i setup.py || die
+}



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

2022-09-06 Thread Arthur Zamarin
commit: 5e5302e60f6b4998019ca7d0c0e2755058bf2519
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 16:33:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 17:54:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5302e6

dev-python/identify: add 2.5.5

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

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

diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
index 72be75db756a..32c0dcf601db 100644
--- a/dev-python/identify/Manifest
+++ b/dev-python/identify/Manifest
@@ -1,2 +1,3 @@
 DIST identify-2.5.2.gh.tar.gz 101399 BLAKE2B 
f0ef048c6543b32016ad47a84e4b4b049a88424e496b159ce6ec1a1358172a87849e132b045a7345e818b02aee359e6d9458c458430a4d5d2b9f918cba685ed7
 SHA512 
72aaf406e5aa7acc83189820c389e82e90cf775541013e4ad91e5d25abdecd8526d1c47d203baa8ab8e5e028836da755a7045e74fded7e8e3167397557d4b1f0
 DIST identify-2.5.3.gh.tar.gz 101397 BLAKE2B 
8782a4dfcea2d84facec9fefac8c7241c978ca1f494aa3e0602171dc017b41d24545ec7a3537b07a5e9962edcc4813fa4f45f76d807ba8ba69243041bc777d1b
 SHA512 
d6cc5737b119498af5fb3cc9478881960b4d9532eec552622e942292ec3f1c75182f50ccc94fe7e1bb8993525c5e50fcdfd58881a9226da52fbe5feb3b83a8c3
+DIST identify-2.5.5.gh.tar.gz 101461 BLAKE2B 
b3a4dc2273435cf9244af64b08b9a9a922025f7d32f479fb2641fcdd9f8a05d2778db126104b1e3b765b82af7ecc1660163de1f71098900296135cd1ccd129c5
 SHA512 
e02688805310a4f92d0435af562383a10297afa7fc468e44f73be40118c73e2ceac1b4ba7525c375fd0b671ea2700ba66307115c78558a370c525de8cba33c83

diff --git a/dev-python/identify/identify-2.5.5.ebuild 
b/dev-python/identify/identify-2.5.5.ebuild
new file mode 100644
index ..8ce2bd5b0e7d
--- /dev/null
+++ b/dev-python/identify/identify-2.5.5.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=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="File identification library for Python"
+HOMEPAGE="
+   https://github.com/pre-commit/identify/
+   https://pypi.org/project/identify/
+"
+SRC_URI="
+   https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/ukkonen[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2022-09-06 Thread Arthur Zamarin
commit: 370aa9e3f61746a368e28eb691b7aaa062f93fe9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 17:16:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 17:54:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=370aa9e3

dev-python/ubelt: add 1.2.2

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

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

diff --git a/dev-python/ubelt/Manifest b/dev-python/ubelt/Manifest
index ac37b98b535b..3759d638e140 100644
--- a/dev-python/ubelt/Manifest
+++ b/dev-python/ubelt/Manifest
@@ -2,3 +2,4 @@ DIST ubelt-1.1.1.gh.tar.gz 263082 BLAKE2B 
c146cfa7084b1d04d5a16443e5f8bdd4858992
 DIST ubelt-1.1.2.gh.tar.gz 267530 BLAKE2B 
c00c0b9d548b324090c012a0b1786c7011e9a3ccbdf055e5db39597fe8b695c785f0499a0f089c63c61ea7da76cd6cd802122d0f0e2f77aef4c08568331a6be6
 SHA512 
e2e77b1736870a010a3256cef2d4071294fdb525c0c6ad8d4665cc85b05148b7381e66f06c2ff74d1ae3588d78daaa71fb8a1907ae1585edb3ff9f2c9fb62b59
 DIST ubelt-1.2.0.gh.tar.gz 290425 BLAKE2B 
f4bae0580dc70461082e906892dbe7bc635bbb3ce9f4cf82ec101deb7ac5b23633232ebb6fe579258c9b0add00fd9fc08d01312c140ae3fca431c646945f0d67
 SHA512 
4009a3de269140340dcdc70cf150ec55576a10506942195261b4420bb471d00a11771bae5366b72f901c89f74843a281a2b147e9b565c2d256f1a0fdcc2c665d
 DIST ubelt-1.2.1.gh.tar.gz 294026 BLAKE2B 
7c1050a1107ebbc833c19adeb6c53377842634b8f7a861825d637d578ad7e1a5cab4410c9b07913c3a29fe9eb1f84bc61694269ce86b02cef5170eed4c3e5dd5
 SHA512 
6ac74a09a00693d8f4091952e1c7ec06646c48b0d8cf3affe7154e20c708ceb95ba9e113c4f10fa73fb971e6d932e3aea04b1aa7d2c9d446f1de5269f91cafa0
+DIST ubelt-1.2.2.gh.tar.gz 303629 BLAKE2B 
624f56db069bb72ff3686db9d4ca47a1ac384ab9cb0810dd608fa8c12d00789b219d3d5a659e153cde87bb42a585f6176527c7b89fbef8afbf3f86433e456bbe
 SHA512 
f0384cee3b8b474e2f3d893134cde6a7e96c73b98e4be6bb928dd410bdc763d9846409f867232c6b34840d0f77bcc95aa425b4a67dc3eeec3c634fd1c1311332

diff --git a/dev-python/ubelt/ubelt-1.2.2.ebuild 
b/dev-python/ubelt/ubelt-1.2.2.ebuild
new file mode 100644
index ..0dd09d509f91
--- /dev/null
+++ b/dev-python/ubelt/ubelt-1.2.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, 
Timing, Progress"
+HOMEPAGE="
+   https://github.com/Erotemic/ubelt/
+   https://pypi.org/project/ubelt/
+"
+SRC_URI="
+   https://github.com/Erotemic/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   >=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.25.1[${PYTHON_USEDEP}]
+   dev-python/xdoctest[${PYTHON_USEDEP}]
+   >=dev-python/xxhash-1.0.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   tests/test_editable_modules.py::test_import_of_editable_install
+   # relies on passwd home being equal to ${HOME}
+   ubelt/util_path.py::userhome:0
+)



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2022-09-06 Thread Michał Górny
commit: 6159d7f49c2801f2ec9377954199c2456e0b8d08
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 17:09:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 17:34:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6159d7f4

sys-libs/compiler-rt-sanitizers: Bump 15.0.0 patchset to rm gold dep

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

 sys-libs/compiler-rt-sanitizers/Manifest | 2 +-
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-libs/compiler-rt-sanitizers/Manifest 
b/sys-libs/compiler-rt-sanitizers/Manifest
index 967014715ec9..d09d3b516bcf 100644
--- a/sys-libs/compiler-rt-sanitizers/Manifest
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@ -1,6 +1,6 @@
 DIST llvm-gentoo-patchset-13.0.1.tar.xz 6288 BLAKE2B 
899222b962486e924e4f8a2b574d285531a3f87af9385ff68c81db92aa224a0cde6d4ee049b5405056bedb4b232b50e1d5840024071a4a215f6311853304c92d
 SHA512 
b2805337f1deca626768a44c5e7ac9ed16e0c31bead1647d44a493a8123c1b8e8f1c8ceee3536bcc6fa87fdd3fcec408229f701adf30eff07e7ef9889b847b01
 DIST llvm-gentoo-patchset-14.0.6-r3.tar.xz 16904 BLAKE2B 
ebf67455071d6d3744cfc0491b8a33c4c63bfdbcf668565fa0718f6cdb01bced53be9d1cdf6774f6cd8427c07c0ede69503d74cf3574642a6967b38730248ebb
 SHA512 
adc5a3212657d1defa7b720d1a7e9e91586439a34964d44b6897d21be3d208bd15c04bf20502dd7125ef8c368defaeea146eb844ca321be56eebcee52be606a9
-DIST llvm-gentoo-patchset-15.0.0.tar.xz 4032 BLAKE2B 
99c959eff6c8164147952aa5dc0621d1804b1e460c71bbfcf0c2a971f82e8405bc0c4dac327c27b6b459c4f45381466e883e502df14c84d8ba98495a437bfd47
 SHA512 
ce516b3401bd45696cf9ed0003de2f536695b8554fa3c2c35f14f1f1e2f0f115c20ef2b1d5319369cc536db4cb95cb508d34e7a6f8ef60f242547179e9d338a6
+DIST llvm-gentoo-patchset-15.0.0-r1.tar.xz 4952 BLAKE2B 
915aa1db9b16c3a6b7ae26c9935d862e4bda1d11595eee16475ca372beef0ae9a853e64e39bd82f80e95fa7eff18d415c6683b8f6def9734cd7cb9da04caaa7a
 SHA512 
98b2d9dbc1d66e9f1447a121ffe0dd04e6dbccea734ba68e2495cf572314e3faf42645b65cc3906abb49e59ec1007b0b12fd7a78216b447b154d8ec2abbdb6f8
 DIST llvm-gentoo-patchset--1.tar.xz 4032 BLAKE2B 
b9413484dafed8ae0c68c2c164b45fd07bb8d5d0898f03abe118fd2120ffcb1fb6c949de9649a97c2e8105f24b9d131a725c67c0a502ca4d4d192c1a0d65f49d
 SHA512 
e64449eeaf756c5bd945109937b84ba4bd8a015222bd792d39cf3947871e87571a4ca57814790e51544cb05ad4c2d1f044e818e4caaac7c2e2a02cb1aa290fcc
 DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f15e428f22a536a17e5f4e3eb29a003b8a8ec0abe0fa3e072591161d5f30ef7d8867c1ce34d1b341ad858e93c00263499941a99
 SHA512 
6fc6eeb60fac698702d1aac495fc0161eb7216a1f8db2020af8fccec5837831f7cc20dc2a169bf4f0b5f520748280b4a86621f3697d622aa58faaa45dbfaad13
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild
index 41011c6ee458..4bb5dffdf3f6 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild
@@ -47,7 +47,6 @@ BDEPEND="
test? (
!!=dev-python/lit-15[\${PYTHON_USEDEP}]")
-   sys-devel/binutils[gold]
=sys-devel/clang-${PV%_*}*:${CLANG_SLOT}
sys-libs/compiler-rt:${SLOT}
)
@@ -58,7 +57,7 @@ BDEPEND="
 
 LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake )
 LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/unittest )
-LLVM_PATCHSET=${PV/_/-}
+LLVM_PATCHSET=${PV/_/-}-r1
 llvm.org_set_globals
 
 python_check_deps() {



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

2022-09-06 Thread Michał Górny
commit: ae591247e75ff47d7cbc4fba502ea2e718da804d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 17:09:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 17:34:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae591247

sys-libs/compiler-rt: Bump 15.0.0 patchset to remove gold dep

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

 sys-libs/compiler-rt/Manifest  | 2 +-
 sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest
index 230179399ada..661c521eb9cd 100644
--- a/sys-libs/compiler-rt/Manifest
+++ b/sys-libs/compiler-rt/Manifest
@@ -1,6 +1,6 @@
 DIST llvm-gentoo-patchset-13.0.1.tar.xz 6288 BLAKE2B 
899222b962486e924e4f8a2b574d285531a3f87af9385ff68c81db92aa224a0cde6d4ee049b5405056bedb4b232b50e1d5840024071a4a215f6311853304c92d
 SHA512 
b2805337f1deca626768a44c5e7ac9ed16e0c31bead1647d44a493a8123c1b8e8f1c8ceee3536bcc6fa87fdd3fcec408229f701adf30eff07e7ef9889b847b01
 DIST llvm-gentoo-patchset-14.0.6-r2.tar.xz 16120 BLAKE2B 
e12e522fdb7ba505693c679cb09cc8e00e6a954df195c86c2af4dbf1b68334a405b8dcc45f2e28b5e5e0b7e9d5eb7ba907337027927371b7a3b7784ff8aae7e0
 SHA512 
8a5ea71c30fc0727cc855dd812bbcb6d5f51c80c98eb3d5b80258d5c5eaab1310edc9d53ae63c2ca827abec68e2912c4b69ef0da351ff883fb30545a61e1d09c
-DIST llvm-gentoo-patchset-15.0.0.tar.xz 4032 BLAKE2B 
99c959eff6c8164147952aa5dc0621d1804b1e460c71bbfcf0c2a971f82e8405bc0c4dac327c27b6b459c4f45381466e883e502df14c84d8ba98495a437bfd47
 SHA512 
ce516b3401bd45696cf9ed0003de2f536695b8554fa3c2c35f14f1f1e2f0f115c20ef2b1d5319369cc536db4cb95cb508d34e7a6f8ef60f242547179e9d338a6
+DIST llvm-gentoo-patchset-15.0.0-r1.tar.xz 4952 BLAKE2B 
915aa1db9b16c3a6b7ae26c9935d862e4bda1d11595eee16475ca372beef0ae9a853e64e39bd82f80e95fa7eff18d415c6683b8f6def9734cd7cb9da04caaa7a
 SHA512 
98b2d9dbc1d66e9f1447a121ffe0dd04e6dbccea734ba68e2495cf572314e3faf42645b65cc3906abb49e59ec1007b0b12fd7a78216b447b154d8ec2abbdb6f8
 DIST llvm-gentoo-patchset--1.tar.xz 4032 BLAKE2B 
b9413484dafed8ae0c68c2c164b45fd07bb8d5d0898f03abe118fd2120ffcb1fb6c949de9649a97c2e8105f24b9d131a725c67c0a502ca4d4d192c1a0d65f49d
 SHA512 
e64449eeaf756c5bd945109937b84ba4bd8a015222bd792d39cf3947871e87571a4ca57814790e51544cb05ad4c2d1f044e818e4caaac7c2e2a02cb1aa290fcc
 DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f15e428f22a536a17e5f4e3eb29a003b8a8ec0abe0fa3e072591161d5f30ef7d8867c1ce34d1b341ad858e93c00263499941a99
 SHA512 
6fc6eeb60fac698702d1aac495fc0161eb7216a1f8db2020af8fccec5837831f7cc20dc2a169bf4f0b5f520748280b4a86621f3697d622aa58faaa45dbfaad13
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6

diff --git a/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild 
b/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild
index 0b6ae1850e11..7494f684550b 100644
--- a/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild
@@ -25,7 +25,6 @@ BDEPEND="
clang? ( sys-devel/clang )
test? (
$(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]")
-   sys-devel/binutils[gold]
=sys-devel/clang-${PV%_*}*:${CLANG_SLOT}
)
!test? (
@@ -34,7 +33,7 @@ BDEPEND="
 "
 
 LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake )
-LLVM_PATCHSET=${PV/_/-}
+LLVM_PATCHSET=${PV/_/-}-r1
 llvm.org_set_globals
 
 python_check_deps() {



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

2022-09-06 Thread Michał Górny
commit: acff2207db1714ab4b43e6b1add2c5fecfe05a6d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 17:09:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 17:34:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acff2207

sys-devel/clang: Bump 15.0.0 patchset

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

 sys-devel/clang/Manifest| 2 +-
 sys-devel/clang/clang-15.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/clang/Manifest b/sys-devel/clang/Manifest
index 8f9f13b37b94..aa1ed1be7f9f 100644
--- a/sys-devel/clang/Manifest
+++ b/sys-devel/clang/Manifest
@@ -3,7 +3,7 @@ DIST llvm-14.0.6-manpages.tar.bz2 218186 BLAKE2B 
4491296e490936a2d7b518e19a0ff63
 DIST llvm-15.0.0-manpages.tar.bz2 226153 BLAKE2B 
60535fce25935f4475148f91fbac810b3f20b09486822aa98008dc3ba9fae72dd307c53b5086e9bb010d49e72b50fa7e7f40eb4bc081315fd314bac7e8b45de6
 SHA512 
f45d58d928457323e276c942f970e999515df546c5c133e1ee2eb1e9be39b1b4721c09a0a90b9a434cac7212ac3b394d8d631bc65fe2a6ba811d4f037ea5
 DIST llvm-gentoo-patchset-13.0.1.tar.xz 6288 BLAKE2B 
899222b962486e924e4f8a2b574d285531a3f87af9385ff68c81db92aa224a0cde6d4ee049b5405056bedb4b232b50e1d5840024071a4a215f6311853304c92d
 SHA512 
b2805337f1deca626768a44c5e7ac9ed16e0c31bead1647d44a493a8123c1b8e8f1c8ceee3536bcc6fa87fdd3fcec408229f701adf30eff07e7ef9889b847b01
 DIST llvm-gentoo-patchset-14.0.6-r2.tar.xz 16120 BLAKE2B 
e12e522fdb7ba505693c679cb09cc8e00e6a954df195c86c2af4dbf1b68334a405b8dcc45f2e28b5e5e0b7e9d5eb7ba907337027927371b7a3b7784ff8aae7e0
 SHA512 
8a5ea71c30fc0727cc855dd812bbcb6d5f51c80c98eb3d5b80258d5c5eaab1310edc9d53ae63c2ca827abec68e2912c4b69ef0da351ff883fb30545a61e1d09c
-DIST llvm-gentoo-patchset-15.0.0.tar.xz 4032 BLAKE2B 
99c959eff6c8164147952aa5dc0621d1804b1e460c71bbfcf0c2a971f82e8405bc0c4dac327c27b6b459c4f45381466e883e502df14c84d8ba98495a437bfd47
 SHA512 
ce516b3401bd45696cf9ed0003de2f536695b8554fa3c2c35f14f1f1e2f0f115c20ef2b1d5319369cc536db4cb95cb508d34e7a6f8ef60f242547179e9d338a6
+DIST llvm-gentoo-patchset-15.0.0-r1.tar.xz 4952 BLAKE2B 
915aa1db9b16c3a6b7ae26c9935d862e4bda1d11595eee16475ca372beef0ae9a853e64e39bd82f80e95fa7eff18d415c6683b8f6def9734cd7cb9da04caaa7a
 SHA512 
98b2d9dbc1d66e9f1447a121ffe0dd04e6dbccea734ba68e2495cf572314e3faf42645b65cc3906abb49e59ec1007b0b12fd7a78216b447b154d8ec2abbdb6f8
 DIST llvm-gentoo-patchset--r3.tar.xz 4076 BLAKE2B 
30bdf740606a1718ae45d850803385d425b656fbbe0250f587cad54f55272e3617d5ee0d04f534a58f87408b0a2dea322ebf1bb8cd653a2beba21d0bc5778c62
 SHA512 
2c7080ffd09d7dcf4c72a97044a5c63ab895250721d60270bc51c2095aef5f9039781892b4c0d14e942611686153f874a1f52a1c854bb8ca093383c08bdc005a
 DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f15e428f22a536a17e5f4e3eb29a003b8a8ec0abe0fa3e072591161d5f30ef7d8867c1ce34d1b341ad858e93c00263499941a99
 SHA512 
6fc6eeb60fac698702d1aac495fc0161eb7216a1f8db2020af8fccec5837831f7cc20dc2a169bf4f0b5f520748280b4a86621f3697d622aa58faaa45dbfaad13
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6

diff --git a/sys-devel/clang/clang-15.0.0.ebuild 
b/sys-devel/clang/clang-15.0.0.ebuild
index dd82d65a5ac9..6172ec6258f0 100644
--- a/sys-devel/clang/clang-15.0.0.ebuild
+++ b/sys-devel/clang/clang-15.0.0.ebuild
@@ -64,7 +64,7 @@ LLVM_TEST_COMPONENTS=(
llvm/utils/{lit,llvm-lit,unittest}
llvm/utils/{UpdateTestChecks,update_cc_test_checks.py}
 )
-LLVM_PATCHSET=${PV/_/-}
+LLVM_PATCHSET=${PV/_/-}-r1
 LLVM_USE_TARGETS=llvm
 llvm.org_set_globals
 



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

2022-09-06 Thread Michał Górny
commit: 1abe478238dad40c1a88fecfac68841f8167d69b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 17:09:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 17:34:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abe4782

sys-libs/libcxx: Bump 15.0.0 patchset

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

 sys-libs/libcxx/Manifest | 2 +-
 sys-libs/libcxx/libcxx-15.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index 230179399ada..661c521eb9cd 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -1,6 +1,6 @@
 DIST llvm-gentoo-patchset-13.0.1.tar.xz 6288 BLAKE2B 
899222b962486e924e4f8a2b574d285531a3f87af9385ff68c81db92aa224a0cde6d4ee049b5405056bedb4b232b50e1d5840024071a4a215f6311853304c92d
 SHA512 
b2805337f1deca626768a44c5e7ac9ed16e0c31bead1647d44a493a8123c1b8e8f1c8ceee3536bcc6fa87fdd3fcec408229f701adf30eff07e7ef9889b847b01
 DIST llvm-gentoo-patchset-14.0.6-r2.tar.xz 16120 BLAKE2B 
e12e522fdb7ba505693c679cb09cc8e00e6a954df195c86c2af4dbf1b68334a405b8dcc45f2e28b5e5e0b7e9d5eb7ba907337027927371b7a3b7784ff8aae7e0
 SHA512 
8a5ea71c30fc0727cc855dd812bbcb6d5f51c80c98eb3d5b80258d5c5eaab1310edc9d53ae63c2ca827abec68e2912c4b69ef0da351ff883fb30545a61e1d09c
-DIST llvm-gentoo-patchset-15.0.0.tar.xz 4032 BLAKE2B 
99c959eff6c8164147952aa5dc0621d1804b1e460c71bbfcf0c2a971f82e8405bc0c4dac327c27b6b459c4f45381466e883e502df14c84d8ba98495a437bfd47
 SHA512 
ce516b3401bd45696cf9ed0003de2f536695b8554fa3c2c35f14f1f1e2f0f115c20ef2b1d5319369cc536db4cb95cb508d34e7a6f8ef60f242547179e9d338a6
+DIST llvm-gentoo-patchset-15.0.0-r1.tar.xz 4952 BLAKE2B 
915aa1db9b16c3a6b7ae26c9935d862e4bda1d11595eee16475ca372beef0ae9a853e64e39bd82f80e95fa7eff18d415c6683b8f6def9734cd7cb9da04caaa7a
 SHA512 
98b2d9dbc1d66e9f1447a121ffe0dd04e6dbccea734ba68e2495cf572314e3faf42645b65cc3906abb49e59ec1007b0b12fd7a78216b447b154d8ec2abbdb6f8
 DIST llvm-gentoo-patchset--1.tar.xz 4032 BLAKE2B 
b9413484dafed8ae0c68c2c164b45fd07bb8d5d0898f03abe118fd2120ffcb1fb6c949de9649a97c2e8105f24b9d131a725c67c0a502ca4d4d192c1a0d65f49d
 SHA512 
e64449eeaf756c5bd945109937b84ba4bd8a015222bd792d39cf3947871e87571a4ca57814790e51544cb05ad4c2d1f044e818e4caaac7c2e2a02cb1aa290fcc
 DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f15e428f22a536a17e5f4e3eb29a003b8a8ec0abe0fa3e072591161d5f30ef7d8867c1ce34d1b341ad858e93c00263499941a99
 SHA512 
6fc6eeb60fac698702d1aac495fc0161eb7216a1f8db2020af8fccec5837831f7cc20dc2a169bf4f0b5f520748280b4a86621f3697d622aa58faaa45dbfaad13
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6

diff --git a/sys-libs/libcxx/libcxx-15.0.0.ebuild 
b/sys-libs/libcxx/libcxx-15.0.0.ebuild
index bfc8c058aead..83a70f46420e 100644
--- a/sys-libs/libcxx/libcxx-15.0.0.ebuild
+++ b/sys-libs/libcxx/libcxx-15.0.0.ebuild
@@ -45,7 +45,7 @@ BDEPEND="
 "
 
 LLVM_COMPONENTS=( runtimes libcxx{,abi} llvm/{cmake,utils/llvm-lit} cmake )
-LLVM_PATCHSET=${PV/_/-}
+LLVM_PATCHSET=${PV/_/-}-r1
 llvm.org_set_globals
 
 python_check_deps() {



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

2022-09-06 Thread Michał Górny
commit: 8489df6bb8b9ab53f708dd8866dbd3d306e871c2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 17:09:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 17:34:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8489df6b

sys-devel/llvm: Bump 15.0.0 patchset

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

 sys-devel/llvm/Manifest   | 2 +-
 sys-devel/llvm/llvm-15.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index 8f9f13b37b94..aa1ed1be7f9f 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -3,7 +3,7 @@ DIST llvm-14.0.6-manpages.tar.bz2 218186 BLAKE2B 
4491296e490936a2d7b518e19a0ff63
 DIST llvm-15.0.0-manpages.tar.bz2 226153 BLAKE2B 
60535fce25935f4475148f91fbac810b3f20b09486822aa98008dc3ba9fae72dd307c53b5086e9bb010d49e72b50fa7e7f40eb4bc081315fd314bac7e8b45de6
 SHA512 
f45d58d928457323e276c942f970e999515df546c5c133e1ee2eb1e9be39b1b4721c09a0a90b9a434cac7212ac3b394d8d631bc65fe2a6ba811d4f037ea5
 DIST llvm-gentoo-patchset-13.0.1.tar.xz 6288 BLAKE2B 
899222b962486e924e4f8a2b574d285531a3f87af9385ff68c81db92aa224a0cde6d4ee049b5405056bedb4b232b50e1d5840024071a4a215f6311853304c92d
 SHA512 
b2805337f1deca626768a44c5e7ac9ed16e0c31bead1647d44a493a8123c1b8e8f1c8ceee3536bcc6fa87fdd3fcec408229f701adf30eff07e7ef9889b847b01
 DIST llvm-gentoo-patchset-14.0.6-r2.tar.xz 16120 BLAKE2B 
e12e522fdb7ba505693c679cb09cc8e00e6a954df195c86c2af4dbf1b68334a405b8dcc45f2e28b5e5e0b7e9d5eb7ba907337027927371b7a3b7784ff8aae7e0
 SHA512 
8a5ea71c30fc0727cc855dd812bbcb6d5f51c80c98eb3d5b80258d5c5eaab1310edc9d53ae63c2ca827abec68e2912c4b69ef0da351ff883fb30545a61e1d09c
-DIST llvm-gentoo-patchset-15.0.0.tar.xz 4032 BLAKE2B 
99c959eff6c8164147952aa5dc0621d1804b1e460c71bbfcf0c2a971f82e8405bc0c4dac327c27b6b459c4f45381466e883e502df14c84d8ba98495a437bfd47
 SHA512 
ce516b3401bd45696cf9ed0003de2f536695b8554fa3c2c35f14f1f1e2f0f115c20ef2b1d5319369cc536db4cb95cb508d34e7a6f8ef60f242547179e9d338a6
+DIST llvm-gentoo-patchset-15.0.0-r1.tar.xz 4952 BLAKE2B 
915aa1db9b16c3a6b7ae26c9935d862e4bda1d11595eee16475ca372beef0ae9a853e64e39bd82f80e95fa7eff18d415c6683b8f6def9734cd7cb9da04caaa7a
 SHA512 
98b2d9dbc1d66e9f1447a121ffe0dd04e6dbccea734ba68e2495cf572314e3faf42645b65cc3906abb49e59ec1007b0b12fd7a78216b447b154d8ec2abbdb6f8
 DIST llvm-gentoo-patchset--r3.tar.xz 4076 BLAKE2B 
30bdf740606a1718ae45d850803385d425b656fbbe0250f587cad54f55272e3617d5ee0d04f534a58f87408b0a2dea322ebf1bb8cd653a2beba21d0bc5778c62
 SHA512 
2c7080ffd09d7dcf4c72a97044a5c63ab895250721d60270bc51c2095aef5f9039781892b4c0d14e942611686153f874a1f52a1c854bb8ca093383c08bdc005a
 DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f15e428f22a536a17e5f4e3eb29a003b8a8ec0abe0fa3e072591161d5f30ef7d8867c1ce34d1b341ad858e93c00263499941a99
 SHA512 
6fc6eeb60fac698702d1aac495fc0161eb7216a1f8db2020af8fccec5837831f7cc20dc2a169bf4f0b5f520748280b4a86621f3697d622aa58faaa45dbfaad13
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6

diff --git a/sys-devel/llvm/llvm-15.0.0.ebuild 
b/sys-devel/llvm/llvm-15.0.0.ebuild
index f6bca5b0ce63..78197452e669 100644
--- a/sys-devel/llvm/llvm-15.0.0.ebuild
+++ b/sys-devel/llvm/llvm-15.0.0.ebuild
@@ -65,7 +65,7 @@ PDEPEND="
 
 LLVM_COMPONENTS=( llvm cmake third-party )
 LLVM_MANPAGES=1
-LLVM_PATCHSET=${PV/_/-}
+LLVM_PATCHSET=${PV/_/-}-r1
 LLVM_USE_TARGETS=provide
 llvm.org_set_globals
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnuradio/

2022-09-06 Thread Thomas Beierlein
commit: f8f21139905ca13a9a07c2be020396d253dc5055
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Sep  6 17:05:43 2022 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Sep  6 17:06:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f21139

net-wireless/gnuradio: Readd recent changes which got lost during last commit

Signed-off-by: Thomas Beierlein  gentoo.org>

 net-wireless/gnuradio/gnuradio-3.10.3.0-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-wireless/gnuradio/gnuradio-3.10.3.0-r2.ebuild 
b/net-wireless/gnuradio/gnuradio-3.10.3.0-r2.ebuild
index b3adb8203cfe..162d00cc27e6 100644
--- a/net-wireless/gnuradio/gnuradio-3.10.3.0-r2.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.10.3.0-r2.ebuild
@@ -46,7 +46,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
 "
 
 RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep 'dev-libs/boost:0=[python,${PYTHON_USEDEP}]')
+   $(python_gen_cond_dep 'dev-libs/boost:=[python,${PYTHON_USEDEP}]')
dev-libs/log4cpp:=
$(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]')
$(python_gen_cond_dep 'dev-python/jsonschema[${PYTHON_USEDEP}]')
@@ -79,6 +79,7 @@ RDEPEND="${PYTHON_DEPS}
iio? (
net-libs/libiio:=
net-libs/libad9361-iio:=
+   !net-wireless/gr-iio
)
jack? ( virtual/jack )
portaudio? ( >=media-libs/portaudio-19_pre )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ssl/

2022-09-06 Thread Maciej Barć
commit: f3c03ccdff809ca0d17ab98a9ac30419dbf97ba0
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Sep  6 16:57:23 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Sep  6 17:00:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c03ccd

dev-ml/ocaml-ssl: bump to 0.5.12

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

 dev-ml/ocaml-ssl/Manifest|  1 +
 dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ml/ocaml-ssl/Manifest b/dev-ml/ocaml-ssl/Manifest
index a06e08b2a767..3b06ae506dd4 100644
--- a/dev-ml/ocaml-ssl/Manifest
+++ b/dev-ml/ocaml-ssl/Manifest
@@ -1,2 +1,3 @@
 DIST ocaml-ssl-0.5.10.tar.gz 33951 BLAKE2B 
a27cce7e19c3737657cbdba31d919d51d0db137aafddc6397ff018fe36346a8e99b0353c76f4a4bc4dcc7dcf63ec326e87b2ebc809b78de1511963357be280b0
 SHA512 
f2d0acc8dcdb0a36c8ad236f60c6e9d7f8f76ea25183017218953dbe3432a19de5b0be8214714add71b88b211ac78318f09429d4df7ecba1e19dc94d4414f0e1
+DIST ocaml-ssl-0.5.12.tar.gz 40242 BLAKE2B 
c5e0102f2b2a8448c4774139a3c49df198b81ed5b6bd14373bd15a22f8b4b30d29fd449139c12850bcfaa522415f4ff001f48fe218cd3d527598bafc78145d3f
 SHA512 
d9365b2af911b24ffe0687d8d742cb82b67be39fd64ba04fcfab48a957cd2aefbb1b46ddccd944e1a73ee482866f4a0e95767b135fe43fe82d978493b7b3a827
 DIST ocaml-ssl-0.5.9.tar.gz 32721 BLAKE2B 
c6b1ec659fddf384005f2cb045c0b0c059daaa93bd782904354e12e1ce63432c04c9bdc823dbfd0cd903ce872c91f0a750975cc69a56c9384ef6d09ed46c22cd
 SHA512 
6826e5a6ab9f51013e8d097900f443d091e085e3d2d232a315a0e3a90ca334c9b9779d20dcae267f9ed961bc4a08fcb80372e669389c59a22d5c7706d37fcd5f

diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild 
b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild
new file mode 100644
index ..4c76a96825c3
--- /dev/null
+++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DUNE_PKG_NAME=ssl
+
+inherit dune
+
+DESCRIPTION="OCaml bindings for OpenSSL"
+HOMEPAGE="https://github.com/savonet/ocaml-ssl;
+SRC_URI="https://github.com/savonet/ocaml-ssl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE="+ocamlopt"
+
+BDEPEND="dev-ml/dune-configurator"
+DEPEND="dev-libs/openssl:0=
+   >=dev-lang/ocaml-3.10:=[ocamlopt?]"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   dune_src_install
+
+   dodoc CHANGES.md README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/menhir/

2022-09-06 Thread Maciej Barć
commit: d390082d1c60e975d0c1dab6077d9263dd7a0937
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Sep  6 15:50:08 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Sep  6 17:00:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d390082d

dev-ml/menhir: bump to 20220210

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

 dev-ml/menhir/Manifest   |  1 +
 dev-ml/menhir/menhir-20220210.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ml/menhir/Manifest b/dev-ml/menhir/Manifest
index 4de4f6988c3f..18f45db21188 100644
--- a/dev-ml/menhir/Manifest
+++ b/dev-ml/menhir/Manifest
@@ -1,3 +1,4 @@
 DIST menhir-20190924.tar.gz 2491000 BLAKE2B 
463825aa0f3ea41e49d9c130226bc8bbfc2b96650debf8d79422a90b93338ead58e01aa0c34b2161e4383d1c9a8d77ab58bb1da78e3187ed60b02e13f7742844
 SHA512 
8036eb8a65f123ceadd21739d88dafca54a2338fc168922a1301a9fbe709ac5e8e7214d95d8114f3798c15f458822e64dcedb94f7fff18ab6f9ccfb6de462e46
 DIST menhir-20210419.tar.gz 1136536 BLAKE2B 
9d95600221aca25983674fa736c35ac0c5f2809a8aade5f9163a7b8baaacc660c03376b52749ae1d75d0d35ad8f4710d7f43832ef5ee0283fce7f7a41f15c120
 SHA512 
cca9037586635a6603531629671cc1448d65deb47c66654928d34c9163c4b501901428afc95eb0efdfc7f010d2efa176385420d9296d59b840176e07b8bf0fce
 DIST menhir-20211012.tar.gz 1154256 BLAKE2B 
3bf94c532d06beed2a9e901f0a9f244f1693c8a42c04e604e4a1dcfd53de8dc90af4a49c9a6fd431bd20882c18e6f29e470b41eed2021da5f477c160e8d45bb2
 SHA512 
e967d01a8e241413461b4e3301b808b014ba6e7c56c62efae57a23482cf1c59b490f8ae810c67927085252e5a83454af5d73651f50637f493d6970c7452d6213
+DIST menhir-20220210.tar.gz 1304512 BLAKE2B 
28a596e77b2480abe3dae70f2b5b91f7b37fc02a776c1b971841edffe0f482f43c06bc93599428067abd89998146b9e19b1b761f88bf9f6212812c3f636f6012
 SHA512 
55af21092fd133c2b3f84589c0f98c9a4ce718cbafaacf82b459a15d0eaee711d82fa269283cab24caaebe2a5a1c75d469650248333a2991323c49d10cfe9e7f

diff --git a/dev-ml/menhir/menhir-20220210.ebuild 
b/dev-ml/menhir/menhir-20220210.ebuild
new file mode 100644
index ..a7e17e42e5f2
--- /dev/null
+++ b/dev-ml/menhir/menhir-20220210.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="LR(1) parser generator for the OCaml language"
+HOMEPAGE="http://gallium.inria.fr/~fpottier/menhir/;
+SRC_URI="https://gitlab.inria.fr/fpottier/${PN}/-/archive/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2 LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+src_install() {
+   dune_src_install menhir
+   dune_src_install menhirLib
+   dune_src_install menhirSdk
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnuradio/

2022-09-06 Thread Thomas Beierlein
commit: 3c7a601c248920ff87566ef3b614dd925a572a8f
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Sep  6 16:58:24 2022 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Sep  6 16:58:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7a601c

net-wireless/gnuradio: Move dev-libs/spdlog to RDEPEND

Closes: https://bugs.gentoo.org/868249
Signed-off-by: Thomas Beierlein  gentoo.org>

 net-wireless/gnuradio/gnuradio-3.10.3.0-r2.ebuild | 246 ++
 1 file changed, 246 insertions(+)

diff --git a/net-wireless/gnuradio/gnuradio-3.10.3.0-r2.ebuild 
b/net-wireless/gnuradio/gnuradio-3.10.3.0-r2.ebuild
new file mode 100644
index ..b3adb8203cfe
--- /dev/null
+++ b/net-wireless/gnuradio/gnuradio-3.10.3.0-r2.ebuild
@@ -0,0 +1,246 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+
+CMAKE_BUILD_TYPE="None"
+inherit cmake python-single-r1 virtualx xdg-utils
+
+DESCRIPTION="Toolkit that provides signal processing blocks to implement 
software radios"
+HOMEPAGE="https://www.gnuradio.org/;
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+
+if [[ ${PV} =~ "" ]]; then
+   EGIT_REPO_URI="https://github.com/gnuradio/gnuradio.git;
+   EGIT_BRANCH="maint-3.10"
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/gnuradio/gnuradio/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+IUSE="+audio +alsa +analog +digital channels ctrlport doc dtv examples fec 
+filter grc iio jack modtool network oss performance-counters portaudio +qt5 
sdl soapy test trellis uhd vocoder +utils wavelet zeromq"
+
+#RESTRICT="!test? ( test )"
+#Tests are known broken right now
+RESTRICT="test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   audio? ( || ( alsa oss jack portaudio ) )
+   alsa? ( audio )
+   jack? ( audio )
+   oss? ( audio )
+   portaudio? ( audio )
+   analog? ( filter )
+   channels? ( filter analog qt5 )
+   digital? ( filter analog )
+   dtv? ( filter analog fec )
+   modtool? ( utils )
+   qt5? ( filter )
+   trellis? ( analog digital )
+   uhd? ( filter analog )
+   vocoder? ( filter analog )
+   wavelet? ( analog )
+"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep 'dev-libs/boost:0=[python,${PYTHON_USEDEP}]')
+   dev-libs/log4cpp:=
+   $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]')
+   $(python_gen_cond_dep 'dev-python/jsonschema[${PYTHON_USEDEP}]')
+   dev-libs/spdlog
+   sci-libs/fftw:3.0=
+   sci-libs/mpir:=
+   sci-libs/volk:=
+   media-libs/libsndfile
+   sys-libs/libunwind
+   alsa? ( media-libs/alsa-lib:= )
+   ctrlport? (
+   $(python_gen_cond_dep 'dev-python/thrift[${PYTHON_USEDEP}]')
+   )
+   fec? (
+   sci-libs/gsl:=
+   dev-python/scipy
+   )
+   filter? (
+   dev-python/scipy
+   $(python_gen_cond_dep 'dev-python/pyqtgraph[${PYTHON_USEDEP}]')
+   )
+   grc? (
+   $(python_gen_cond_dep 'dev-python/mako[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]')
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection]
+   )
+   iio? (
+   net-libs/libiio:=
+   net-libs/libad9361-iio:=
+   )
+   jack? ( virtual/jack )
+   portaudio? ( >=media-libs/portaudio-19_pre )
+   qt5? (
+   $(python_gen_cond_dep 
'dev-python/PyQt5[opengl,${PYTHON_USEDEP}]')
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   x11-libs/qwt:6[qt5(+)]
+   dev-qt/qtwidgets:5
+   )
+   soapy? (
+   $(python_gen_cond_dep 'net-wireless/soapysdr[${PYTHON_USEDEP}]')
+   )
+   sdl? ( >=media-libs/libsdl-1.2.0 )
+   trellis? ( dev-python/scipy )
+   uhd? (
+   $(python_gen_cond_dep 
'>=net-wireless/uhd-3.9.6:=[${PYTHON_SINGLE_USEDEP}]')
+   )
+   utils? (
+   $(python_gen_cond_dep 'dev-python/click[${PYTHON_USEDEP}]
+   dev-python/click-plugins[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]')
+   )
+   vocoder? (
+   media-sound/gsm
+   >=media-libs/codec2-0.8.1:=
+   )
+   wavelet? (
+   sci-libs/gsl:=
+   dev-libs/gmp:=
+   sci-libs/lapack
+   )
+   zeromq? ( >=net-libs/zeromq-2.1.11:= )
+"
+
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.2
+   $(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]')
+   $(python_gen_cond_dep 'dev-python/pygccxml[${PYTHON_USEDEP}]')
+   virtual/pkgconfig
+   doc? (

[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip2/

2022-09-06 Thread Mike Gilbert
commit: 876ad3a2e8d9893a31390c0f7b8a956dad4df17a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep  6 16:01:50 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep  6 16:10:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876ad3a2

app-arch/bzip2: add blocker against app-arch/pbzip2[symlink]

Bug: https://bugs.gentoo.org/868318
Signed-off-by: Mike Gilbert  gentoo.org>

 app-arch/bzip2/{bzip2-1.0.8-r2.ebuild => bzip2-1.0.8-r3.ebuild} | 3 ++-
 app-arch/bzip2/bzip2-.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-arch/bzip2/bzip2-1.0.8-r2.ebuild 
b/app-arch/bzip2/bzip2-1.0.8-r3.ebuild
similarity index 97%
rename from app-arch/bzip2/bzip2-1.0.8-r2.ebuild
rename to app-arch/bzip2/bzip2-1.0.8-r3.ebuild
index b2e7d764d2eb..1bdda90d94f3 100644
--- a/app-arch/bzip2/bzip2-1.0.8-r2.ebuild
+++ b/app-arch/bzip2/bzip2-1.0.8-r3.ebuild
@@ -20,7 +20,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv
 IUSE="static static-libs"
 
 BDEPEND="verify-sig? ( sec-keys/openpgp-keys-bzip2 )"
-RDEPEND="!app-arch/lbzip2[symlink(-)]"
+RDEPEND="!app-arch/lbzip2[symlink(-)]
+   !app-arch/pbzip2[symlink(-)]"
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.0.4-makefile-CFLAGS.patch

diff --git a/app-arch/bzip2/bzip2-.ebuild b/app-arch/bzip2/bzip2-.ebuild
index 80435914e091..38d766cedafc 100644
--- a/app-arch/bzip2/bzip2-.ebuild
+++ b/app-arch/bzip2/bzip2-.ebuild
@@ -19,7 +19,8 @@ SLOT="0/1" # subslot = SONAME
 
 IUSE="static-libs"
 
-RDEPEND="!app-arch/lbzip2[symlink(-)]"
+RDEPEND="!app-arch/lbzip2[symlink(-)]
+   !app-arch/pbzip2[symlink(-)]"
 
 multilib_src_configure() {
local emesonargs=(



[gentoo-commits] proj/lua-patches:5.1.5 commit in: /

2022-09-06 Thread David Seifert
commit: 994b7a8b3bdbe2e38c9025174f9f309dbcf3a02c
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 15:37:51 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 15:37:51 2022 +
URL:https://gitweb.gentoo.org/proj/lua-patches.git/commit/?id=994b7a8b

Add .gitignore

Signed-off-by: David Seifert  gentoo.org>

 .gitignore | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..d2e4c0d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Autotools
+aclocal.m4
+ar-lib
+autom4te.cache/
+build*/
+compile
+config.guess
+config.log
+config.status
+config.sub
+configure
+configure~
+depcomp
+install-sh
+libtool
+ltmain.sh
+m4/
+Makefile
+Makefile.in
+missing
+.deps/
+.dirstamp
+.libs/
+stamp-h1
+*.la
+*.o
+*.lo
+lua5*
+luac5*
+*.pc



[gentoo-commits] proj/lua-patches:5.1.5 commit in: doc/, /, src/

2022-09-06 Thread David Seifert
commit: 819c21bf72b621771bd4ebd9ee53dc81604748d4
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 15:37:52 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 15:37:52 2022 +
URL:https://gitweb.gentoo.org/proj/lua-patches.git/commit/?id=819c21bf

Add Autotools

* inspired by Fedora's patches, but mostly rewritten
  for Gentoo's multi-versioned approach.

Signed-off-by: David Seifert  gentoo.org>

 Makefile.am | 72 +
 configure.ac| 58 +
 doc/{lua.1 => lua5.1.1} |  0
 doc/{luac.1 => luac5.1.1}   |  0
 src/ldo.h   |  2 +-
 src/lfunc.h |  2 +-
 src/lmem.h  |  4 +--
 src/lstring.h   |  2 +-
 src/lua5.1.pc.in| 17 ++
 src/luac.c  |  1 -
 src/{luaconf.h => luaconf.h.in} | 12 ++-
 src/lundump.h   |  2 +-
 test-wrapper.sh | 13 
 13 files changed, 169 insertions(+), 16 deletions(-)

diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 000..cf85fa6
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,72 @@
+
+# doc/ #
+
+
+dist_doc_DATA = HISTORY README
+dist_man1_MANS = doc/lua5.1.1 doc/luac5.1.1
+dist_html_DATA = \
+   doc/contents.html doc/cover.png doc/logo.gif doc/luac.html doc/lua.css \
+   doc/lua.html doc/manual.css doc/manual.html doc/readme.html
+
+
+# src/ #
+
+
+AM_CFLAGS = -Wall
+AM_CPPFLAGS = -I$(builddir)/src # for luaconf.h
+
+luadir = $(includedir)/lua5.1
+lua_HEADERS = src/lua.h src/lualib.h src/lauxlib.h etc/lua.hpp
+nodist_lua_HEADERS = src/luaconf.h
+
+lib_LTLIBRARIES = src/liblua5.1.la
+src_liblua5_1_la_LIBADD = $(LIBM)
+src_liblua5_1_la_SOURCES = \
+   src/lapi.c src/lapi.h src/lauxlib.c src/lbaselib.c src/lcode.c 
src/lcode.h \
+   src/ldblib.c src/ldebug.c src/ldebug.h src/ldo.c src/ldo.h src/ldump.c \
+   src/lfunc.c src/lfunc.h src/lgc.c src/lgc.h src/linit.c src/liolib.c \
+   src/llex.c src/llex.h src/llimits.h src/lmathlib.c src/lmem.c 
src/lmem.h \
+   src/loadlib.c src/lobject.c src/lobject.h src/lopcodes.c src/lopcodes.h 
\
+   src/loslib.c src/lparser.c src/lparser.h src/lstate.c src/lstate.h \
+   src/lstring.c src/lstring.h src/lstrlib.c src/ltable.c src/ltable.h \
+   src/ltablib.c src/ltm.c src/ltm.h src/lundump.c src/lundump.h src/lvm.c 
\
+   src/lvm.h src/lzio.c src/lzio.h
+
+bin_PROGRAMS = lua5.1 luac5.1
+
+lua5_1_SOURCES = src/lua.c
+lua5_1_CPPFLAGS = $(AM_CPPFLAGS) $(READLINE_CFLAGS)
+lua5_1_LDADD = src/liblua5.1.la $(READLINE_LIBS)
+
+luac5_1_SOURCES = src/luac.c
+luac5_1_LDADD = src/liblua5.1.la
+
+EXTRA_DIST = src/luaconf.h.in
+BUILT_SOURCES = src/luaconf.h
+CLEANFILES = $(BUILT_SOURCES)
+
+pkgconfig_DATA = src/lua5.1.pc
+
+edit = $(SED) \
+   -e 's,@prefix[@],$(prefix),g' \
+   -e 's,@datadir[@],$(datadir),g' \
+   -e 's,@libdir[@],$(libdir),g'
+
+src/luaconf.h: $(srcdir)/src/luaconf.h.in
+   rm -f $@ && $(edit) $(srcdir)/src/luaconf.h.in >$@
+
+#
+# test/ #
+#
+
+TESTS = \
+   test/bisect.lua test/cf.lua test/echo.lua test/env.lua 
test/factorial.lua \
+   test/fib.lua test/fibfor.lua test/hello.lua test/printf.lua 
test/sieve.lua \
+   test/sort.lua test/trace-calls.lua test/trace-globals.lua
+TESTS_ENVIRONMENT = env LUA=$(abs_builddir)/lua5.1 
$(abs_srcdir)/test-wrapper.sh
+
+EXTRA_DIST += test-wrapper.sh \
+   test/bisect.lua test/cf.lua test/echo.lua test/env.lua 
test/factorial.lua \
+   test/fibfor.lua test/fib.lua test/globals.lua test/hello.lua 
test/life.lua \
+   test/luac.lua test/printf.lua test/readonly.lua test/sieve.lua 
test/sort.lua \
+   test/table.lua test/trace-calls.lua test/trace-globals.lua test/xd.lua

diff --git a/configure.ac b/configure.ac
new file mode 100644
index 000..f030c88
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,58 @@
+AC_PREREQ([2.69])
+AC_INIT([lua5.1], [5.1.5], [https://bugs.gentoo.org/], [lua], 
[http://www.lua.org])
+
+AC_CONFIG_SRCDIR([src/lapi.c])
+AC_CONFIG_MACRO_DIR([m4])
+
+AM_INIT_AUTOMAKE([1.15 foreign dist-xz no-dist-gzip serial-tests 
subdir-objects -Wall])
+
+AC_PROG_CC
+AC_PROG_SED
+AM_PROG_AR
+LT_INIT([disable-static])
+LT_LIB_M
+
+PKG_INSTALLDIR
+
+AC_ARG_ENABLE([deprecated],
+  [AS_HELP_STRING([--disable-deprecated], [Disable deprecated APIs 
[default=yes]])])
+
+AS_IF([test "x$enable_deprecated" != "xno"], [
+  AC_DEFINE([LUA_COMPAT_VARARG], [1], [Compatibility with old vararg feature])
+  AC_DEFINE([LUA_COMPAT_MOD], [1], [Compatibility with old math.mod function])
+  AC_DEFINE([LUA_COMPAT_LSTR], [1], [Compatibility with old long string 
nesting facility])
+  AC_DEFINE([LUA_COMPAT_GFIND], [1], [Compatibility with old 'string.gfind' 
name])
+  AC_DEFINE([LUA_COMPAT_OPENLIB], [1], [Compatibility with old 'luaL_openlib' 
behavior])
+])
+

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

2022-09-06 Thread Matt Turner
commit: 5731299155df8c5e614383a356813f04fd6bc082
Author: Mike Lothian  fireburn  co  uk>
AuthorDate: Fri Aug  5 12:45:39 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep  6 16:03:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57312991

dev-util/directx-headers: Add new ebuild

This is required to enable the d3d12 and dozen drivers in mesa

This enables OpenGL and Vulkan support within WSL

Signed-off-by: Mike Lothian  fireburn.co.uk>
Signed-off-by: Matt Turner  gentoo.org>

 dev-util/directx-headers/Manifest  |  1 +
 .../directx-headers/directx-headers-1.606.4.ebuild | 30 ++
 .../directx-headers/directx-headers-.ebuild| 30 ++
 dev-util/directx-headers/metadata.xml  | 11 
 4 files changed, 72 insertions(+)

diff --git a/dev-util/directx-headers/Manifest 
b/dev-util/directx-headers/Manifest
new file mode 100644
index ..5decfb8a8c84
--- /dev/null
+++ b/dev-util/directx-headers/Manifest
@@ -0,0 +1 @@
+DIST directx-headers-1.606.4.tar.gz 352341 BLAKE2B 
5b79e5fb0f807c7766708ac3467f0f8bbf82aa68e3aa71abc84c6791742ffe625a5fed4c36dceded9b372af5349e41e431266cadf21b173e4a659b39f840b41c
 SHA512 
3fb4142f8ceedd8484f5f7dae5804a7a0012951de344936fbf22991d6ae659d4e5093e1627bfe51c3cb0859340b13171c4f6aa68377ec26ac05038acaad8c540

diff --git a/dev-util/directx-headers/directx-headers-1.606.4.ebuild 
b/dev-util/directx-headers/directx-headers-1.606.4.ebuild
new file mode 100644
index ..e0d36de615c0
--- /dev/null
+++ b/dev-util/directx-headers/directx-headers-1.606.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=DirectX-Headers
+inherit meson-multilib
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/microsoft/${MY_PN}.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/microsoft/${MY_PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}"/${MY_PN}-${PV}
+fi
+
+DESCRIPTION="DirectX header files and WSL stubs"
+HOMEPAGE="https://github.com/microsoft/DirectX-Headers;
+
+LICENSE="MIT"
+SLOT="0"
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dbuild-test=false
+   )
+
+   meson_src_configure
+}

diff --git a/dev-util/directx-headers/directx-headers-.ebuild 
b/dev-util/directx-headers/directx-headers-.ebuild
new file mode 100644
index ..e0d36de615c0
--- /dev/null
+++ b/dev-util/directx-headers/directx-headers-.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=DirectX-Headers
+inherit meson-multilib
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/microsoft/${MY_PN}.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/microsoft/${MY_PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}"/${MY_PN}-${PV}
+fi
+
+DESCRIPTION="DirectX header files and WSL stubs"
+HOMEPAGE="https://github.com/microsoft/DirectX-Headers;
+
+LICENSE="MIT"
+SLOT="0"
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dbuild-test=false
+   )
+
+   meson_src_configure
+}

diff --git a/dev-util/directx-headers/metadata.xml 
b/dev-util/directx-headers/metadata.xml
new file mode 100644
index ..06575fa191e1
--- /dev/null
+++ b/dev-util/directx-headers/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   x...@gentoo.org
+   X11
+   
+   
+   microsoft/DirectX-Headers
+   
+



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/amd64/, media-libs/mesa/, profiles/desc/, ...

2022-09-06 Thread Matt Turner
commit: a4ca7cc2d9bc8cb0a253e81632b1a034920cf87e
Author: Mike Lothian  fireburn  co  uk>
AuthorDate: Fri Aug  5 12:49:36 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep  6 16:03:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ca7cc2

media-libs/mesa: Add support for d3d12 and dozen drivers

This adds support for the d3d12 gallium driver and the dozen vulkan
driver. It uses the video_cards_microsoft flag

It optionally adds in video acceleration if vaapi or vdpau is enabled

It's been compiled tested with GCC 12.1 & Clang 14

If building mesa with Clang, directx-headers must be build with clang
too, otherwise you'll experience linking errors

Closes: https://github.com/gentoo/gentoo/pull/26746
Signed-off-by: Mike Lothain  fireburn.co.uk>
Signed-off-by: Matt Turner  gentoo.org>

 media-libs/mesa/mesa-.ebuild | 30 +-
 profiles/arch/amd64/use.mask |  1 +
 profiles/arch/base/use.mask  |  1 +
 profiles/arch/x86/use.mask   |  1 +
 profiles/desc/video_cards.desc   |  1 +
 5 files changed, 25 insertions(+), 9 deletions(-)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 379fc0756847..830e5bfd10f3 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -25,7 +25,7 @@ SLOT="0"
 RESTRICT="!test? ( test )"
 
 RADEON_CARDS="r300 r600 radeon radeonsi"
-VIDEO_CARDS="${RADEON_CARDS} freedreno intel lima nouveau panfrost v3d vc4 
virgl vivante vmware"
+VIDEO_CARDS="${RADEON_CARDS} d3d12 freedreno intel lima nouveau panfrost v3d 
vc4 virgl vivante vmware"
 for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
 done
@@ -176,6 +176,7 @@ RDEPEND="${RDEPEND}
 unset {LLVM,CLANG}_DEPSTR{,_AMDGPU}
 
 DEPEND="${RDEPEND}
+   video_cards_d3d12? ( dev-util/directx-headers[${MULTILIB_USEDEP}] )
valgrind? ( dev-util/valgrind )
wayland? ( >=dev-libs/wayland-protocols-1.24 )
X? (
@@ -223,11 +224,12 @@ llvm_check_deps() {
 
 pkg_pretend() {
if use vulkan; then
-   if ! use video_cards_freedreno &&
+   if ! use video_cards_d3d12 &&
+  ! use video_cards_freedreno &&
   ! use video_cards_intel &&
   ! use video_cards_radeonsi &&
   ! use video_cards_v3d; then
-   ewarn "Ignoring USE=vulkan since VIDEO_CARDS does 
not contain freedreno, intel, radeonsi, or v3d"
+   ewarn "Ignoring USE=vulkan since VIDEO_CARDS does 
not contain d3d12, freedreno, intel, radeonsi, or v3d"
fi
fi
 
@@ -239,19 +241,21 @@ pkg_pretend() {
fi
 
if use vaapi; then
-   if ! use video_cards_r600 &&
+   if ! use video_cards_d3d12 &&
+  ! use video_cards_r600 &&
   ! use video_cards_radeonsi &&
   ! use video_cards_nouveau; then
-   ewarn "Ignoring USE=vaapi  since VIDEO_CARDS does 
not contain r600, radeonsi, or nouveau"
+   ewarn "Ignoring USE=vaapi  since VIDEO_CARDS does 
not contain d3d12, r600, radeonsi, or nouveau"
fi
fi
 
if use vdpau; then
-   if ! use video_cards_r300 &&
+   if ! use video_cards_d3d12 &&
+  ! use video_cards_r300 &&
   ! use video_cards_r600 &&
   ! use video_cards_radeonsi &&
   ! use video_cards_nouveau; then
-   ewarn "Ignoring USE=vdpau  since VIDEO_CARDS does 
not contain r300, r600, radeonsi, or nouveau"
+   ewarn "Ignoring USE=vdpau  since VIDEO_CARDS does 
not contain d3d12, r300, r600, radeonsi, or nouveau"
fi
fi
 
@@ -329,7 +333,8 @@ multilib_src_configure() {
emesonargs+=(-Dgallium-nine=false)
fi
 
-   if use video_cards_r600 ||
+   if use video_cards_d3d12 ||
+  use video_cards_r600 ||
   use video_cards_radeonsi ||
   use video_cards_nouveau; then
emesonargs+=($(meson_feature vaapi gallium-va))
@@ -338,7 +343,12 @@ multilib_src_configure() {
emesonargs+=(-Dgallium-va=disabled)
fi
 
-   if use video_cards_r300 ||
+   if use video_cards_d3d12; then
+   emesonargs+=($(meson_feature vaapi gallium-d3d12-video))
+   fi
+
+   if use video_cards_d3d12 ||
+  use video_cards_r300 ||
   use video_cards_r600 ||
   use video_cards_radeonsi ||
   use video_cards_nouveau; then
@@ -375,6 +385,7 @@ multilib_src_configure() {
gallium_enable video_cards_freedreno freedreno
gallium_enable video_cards_intel crocus i915 iris
gallium_enable video_cards_lima lima
+   gallium_enable video_cards_d3d12 d3d12
gallium_enable video_cards_nouveau nouveau

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

2022-09-06 Thread David Seifert
commit: a1929e7f66f0e162ef377c37deaa0057249fcd69
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 15:50:28 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 15:50:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1929e7f

dev-lang/lua: remove wrong 5.1.6

* This upstream release never existed and I have no
  idea what led me to this version string.

Closes: https://bugs.gentoo.org/868753
Closes: https://bugs.gentoo.org/868756
Signed-off-by: David Seifert  gentoo.org>

 dev-lang/lua/Manifest   | 2 +-
 dev-lang/lua/{lua-5.1.6-r2.ebuild => lua-5.1.5-r200.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/lua/Manifest b/dev-lang/lua/Manifest
index c92db5f5f3d7..b5442ad3553d 100644
--- a/dev-lang/lua/Manifest
+++ b/dev-lang/lua/Manifest
@@ -1,5 +1,5 @@
 DIST lua-5.1.5.tar.gz 221213 BLAKE2B 
915eb8e8c9d7e460eacf1d7a59309c60dfc0f5d9d3d76fbc9764e7cae85920b95096db1c27b69ac53378a145c29efde403e88166a1332a67150d9d3a897aba02
 SHA512 
0142fefcbd13afcd9b201403592aa60620011cc8e8559d4d2db2f92739d18186860989f48caa45830ff4f99bfc7483287fd3ff3a16d4dec928e2767ce4d542a9
-DIST lua-5.1.6.tar.xz 397304 BLAKE2B 
bd1ae95214b2107ce9cd84a56f0c23cccee27a059a0908495b8e8c1248b67366ab31d6e1629ac2eb1527d706c078a467c42f196825e19d3fa0e96b2a014b29a3
 SHA512 
e5d2cde428338f5db23adc4ad7962a0bef31b8b8cde2eedf826a7a0626dfe63634c9850ab81ab1622e784f3463b837e3acc4ae1c21f962698c86083e5792b311
+DIST lua-5.1.5.tar.xz 397416 BLAKE2B 
ef3880d78be1def383a9db6753b7aec4160f6fa8719529c2ea6266015771a23a1be81424520de10bb087a86081f1ec48c58c36eb8b24bff53adb6bd8d791e31b
 SHA512 
bd827cb2e63cd71d15d846eb29c8745bf869e7b70e12c565ce173623d1fcd29dabf4d33a99c48f294151bb580d830c112cf178e2d80a5a5c36acc7b3bfcd7d24
 DIST lua-5.3.4-tests.tar.gz 103438 BLAKE2B 
ac82708022e7729039111c3df4fe24302c8d0efb224afb4828871ac085a3d64c41d674a6f9369035de01ed1f7f75a3d2ce16917f37e774e923216aac0be03e09
 SHA512 
79575d100a2efabc8243f55b55d912443e09ef7e8b0219cb93541d85c2ba802fb9538015e1228703f09ca57bdb28a640a8f1fa0735716ba1e4bca2179c712dfb
 DIST lua-5.3.6.tar.gz 303770 BLAKE2B 
07c37c56f43095a4f6ca8eb8b3adf19afd53107c02b62b2bcb3619565cb2100d5f823493eef93092d5e312b30fc28885a6d9e8f0ba5a23b5bed86dc4515a5d61
 SHA512 
ccc380d5e114d54504de0bfb0321ca25ec325d6ff1bfee44b11870b660762d1a9bf120490c027a0088128b58bb6b5271bbc648400cab84d2dc22b512c4841681
 DIST lua-5.3.6.tar.xz 541220 BLAKE2B 
c356cec06b14cdcbb29e382c951491432a3189618f9fd8c8832bdc8c831640fbcb9e212db05b61a577633c5fe9831e75a158cb97720c1e51cab27544526c9e24
 SHA512 
9a632a90806fa71398d70be7d38769065c1258fd94709cef72236753b42131b8d30da2a5dd28c74211ef8d04b0c30f52d0c593d49c2e8686568c8896b69577d7

diff --git a/dev-lang/lua/lua-5.1.6-r2.ebuild 
b/dev-lang/lua/lua-5.1.5-r200.ebuild
similarity index 100%
rename from dev-lang/lua/lua-5.1.6-r2.ebuild
rename to dev-lang/lua/lua-5.1.5-r200.ebuild



[gentoo-commits] repo/gentoo:master commit in: profiles/, net-p2p/arti/

2022-09-06 Thread John Helmert III
commit: 22a686317be436f6e041c7e0bcb2290c66e27642
Author: John Helmert III  gentoo  org>
AuthorDate: Tue Sep  6 15:38:46 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Tue Sep  6 15:47:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a68631

net-p2p/arti: add 1.0.0

Signed-off-by: John Helmert III  gentoo.org>

 net-p2p/arti/Manifest  |  74 +++
 net-p2p/arti/arti-1.0.0.ebuild | 445 +
 profiles/package.mask  |   2 +-
 3 files changed, 520 insertions(+), 1 deletion(-)

diff --git a/net-p2p/arti/Manifest b/net-p2p/arti/Manifest
index 5693fba532a8..a2cbe7d344ce 100644
--- a/net-p2p/arti/Manifest
+++ b/net-p2p/arti/Manifest
@@ -5,26 +5,33 @@ DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anyhow-1.0.58.crate 43137 BLAKE2B 
8e797dfab555d7076128851203ec1c6cb3c448bad52fe28c82b10518549971e6daaaca52d4a0dbb126549fd819706d6788e5322c6433ed71836c7f6051230b7a
 SHA512 
78b21c51efd37e2be8f5672dc57f23ecd222d910604276da094754e06b86eb5a899d7ca7fb9f92566a13f70c116b05fed93d68a06320894d76a14a31e6c557b7
+DIST anyhow-1.0.63.crate 43461 BLAKE2B 
6e98a34c151493c032ce236ef1be389616ac6668974e40cc013316be76493ef3c5720555af27f26d301b558413ff27e7f59f7acb6a8d98609644d77986669798
 SHA512 
41ae7338ba0505cf43b6c8a36b54e5714de91dc2c9c8fe5ba4272fc72ee30c9fc205bc1a63d968ce68b68a556c5307597c91b036e25f71f93b3245303f636ec7
 DIST approx-0.5.1.crate 15100 BLAKE2B 
8fe84d52263521c0b72a1d1e82ed283828f680b8b56f532df2c14ea86ca09e793686d823c5d58ecfd7a829948543bb375e85223c866cf036e9432be5d6aa7399
 SHA512 
c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407
 DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
 DIST arti-0.5.0.tar.gz 1073378 BLAKE2B 
396517f2689b10d8f56508b09b02fdf117bae92d58067f027b2bfd44bbc312827873f804c46ce9c1d9852d33bdbfecb99db671ec7a8132aacb34c9eae4ef0688
 SHA512 
60f1bf1fa3d01451293e5596c48e999de6330c44c4324e3a1199fb6ab85847dc84a13c2a8b8c2b0319ae179b2321fdc4f8fe16011fa06593952e2568f1b96c7e
 DIST arti-0.6.0.tar.gz 1092556 BLAKE2B 
48afb0f5cfa6a029e3501cb45f25ef722873a50ac86e0237996f5caa1801f67d263e756b620e2afb675f297bd3e3844c8dbbad235511f111c5d7678063d2c06d
 SHA512 
a8e58672ced0a053315ed066219d712e5bf225212c14d9e5e7cc4fd66391f6c0cf5d417de7f755a52ca380a4887a14496c7ea12344e56a978edf409cfdcc22b1
+DIST arti-1.0.0.tar.gz 1164263 BLAKE2B 
fc59d424abbdae13a39bfd2e39a5ce668530ab4dd85d35bd14ef8789da7ce31cab6f049f5aed447f0cce53bded3e6bff234580fc2b33f25640bedf6e1c6d2129
 SHA512 
4ac377105c372706177d7b7f931dc64a14df8dd43d9c6e7ffa5a16dab81a307e4a1f53293f21752c92f728c9ab4c2611cccd29bf92f4e2c5072b03f8c8de4f63
 DIST async-broadcast-0.4.0.crate 19657 BLAKE2B 
ec7c50cd2fb8e8268b98e72a5a785d388bc28f6d33179157101ba778783b46b17276f5d9381e2e43892fbb7bbe18df15f6c9e16375f5baf67df1750e24363eb1
 SHA512 
bbc72a254c115781f1a291a8aa562ab4354b7f7762a13ca280a68d6fdb0e23e09f23b75e7ef555141ae3f4f00835299d9b2ed632060c33e9412f4ea07b94252f
 DIST async-broadcast-0.4.1.crate 19732 BLAKE2B 
9b48985cf6b10a14911a7c83c742357c818bd5e0847eb825fb00b89ac90961504eda9ba3c5b2312bc02800e41863bc03772519a44e3ea8429be99783f6256509
 SHA512 
b4fe8fb92d957f0988e7d68fdc81153636a3fb30c019dc005fd9a17838fcc6b68e06b84828cad06259dd334a2fa478f5418e0f0d8091f1fe5be7ff59e6e31ef9
 DIST async-channel-1.6.1.crate 12574 BLAKE2B 
5c5c8f1cf1458d952637a439a1534e68bcb4a1cf478cec6b6d224387f56c59dc6cffd2e3621dc24e03e20df3fdbda5b8855fccfbbc26a2aa03656aff3a17d02f
 SHA512 
797b1f5b4c07853f78670e62b67fb787c329ffa2c89475a3767a963d524a69dce082cc7f3a2878d9c990f00ae2d9cd7e0d21743fc4186769c238467bdb20c65e
+DIST async-channel-1.7.1.crate 12855 BLAKE2B 
f7762c5d3fa880da7e31f176fc28d9997fcb734c8cb850f8f369315af317c6c0a0b8b834b23474b8320cacfa5fda7464f60cf28f284b68b45d9abb728201bd89
 SHA512 
26c2fcc2b0f0bd1fb58826f7a0ef1bdd3069c02c00b7e59c2c7001f39d347df8c9882eee8682629ff8d94e88973186b20fcf2ee6885332024d181d3525866cd9
 DIST async-compression-0.3.14.crate 57942 BLAKE2B 

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

2022-09-06 Thread John Helmert III
commit: dc4f469528e08115103892eba2865a311d5ff45f
Author: John Helmert III  gentoo  org>
AuthorDate: Tue Sep  6 15:45:49 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Tue Sep  6 15:47:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4f4695

net-p2p/arti: drop 0.5.0

Signed-off-by: John Helmert III  gentoo.org>

 net-p2p/arti/Manifest  |  78 
 net-p2p/arti/arti-0.5.0.ebuild | 440 -
 2 files changed, 518 deletions(-)

diff --git a/net-p2p/arti/Manifest b/net-p2p/arti/Manifest
index a2cbe7d344ce..50e04993d73c 100644
--- a/net-p2p/arti/Manifest
+++ b/net-p2p/arti/Manifest
@@ -8,10 +8,8 @@ DIST anyhow-1.0.58.crate 43137 BLAKE2B 
8e797dfab555d7076128851203ec1c6cb3c448bad
 DIST anyhow-1.0.63.crate 43461 BLAKE2B 
6e98a34c151493c032ce236ef1be389616ac6668974e40cc013316be76493ef3c5720555af27f26d301b558413ff27e7f59f7acb6a8d98609644d77986669798
 SHA512 
41ae7338ba0505cf43b6c8a36b54e5714de91dc2c9c8fe5ba4272fc72ee30c9fc205bc1a63d968ce68b68a556c5307597c91b036e25f71f93b3245303f636ec7
 DIST approx-0.5.1.crate 15100 BLAKE2B 
8fe84d52263521c0b72a1d1e82ed283828f680b8b56f532df2c14ea86ca09e793686d823c5d58ecfd7a829948543bb375e85223c866cf036e9432be5d6aa7399
 SHA512 
c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407
 DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
-DIST arti-0.5.0.tar.gz 1073378 BLAKE2B 
396517f2689b10d8f56508b09b02fdf117bae92d58067f027b2bfd44bbc312827873f804c46ce9c1d9852d33bdbfecb99db671ec7a8132aacb34c9eae4ef0688
 SHA512 
60f1bf1fa3d01451293e5596c48e999de6330c44c4324e3a1199fb6ab85847dc84a13c2a8b8c2b0319ae179b2321fdc4f8fe16011fa06593952e2568f1b96c7e
 DIST arti-0.6.0.tar.gz 1092556 BLAKE2B 
48afb0f5cfa6a029e3501cb45f25ef722873a50ac86e0237996f5caa1801f67d263e756b620e2afb675f297bd3e3844c8dbbad235511f111c5d7678063d2c06d
 SHA512 
a8e58672ced0a053315ed066219d712e5bf225212c14d9e5e7cc4fd66391f6c0cf5d417de7f755a52ca380a4887a14496c7ea12344e56a978edf409cfdcc22b1
 DIST arti-1.0.0.tar.gz 1164263 BLAKE2B 
fc59d424abbdae13a39bfd2e39a5ce668530ab4dd85d35bd14ef8789da7ce31cab6f049f5aed447f0cce53bded3e6bff234580fc2b33f25640bedf6e1c6d2129
 SHA512 
4ac377105c372706177d7b7f931dc64a14df8dd43d9c6e7ffa5a16dab81a307e4a1f53293f21752c92f728c9ab4c2611cccd29bf92f4e2c5072b03f8c8de4f63
-DIST async-broadcast-0.4.0.crate 19657 BLAKE2B 
ec7c50cd2fb8e8268b98e72a5a785d388bc28f6d33179157101ba778783b46b17276f5d9381e2e43892fbb7bbe18df15f6c9e16375f5baf67df1750e24363eb1
 SHA512 
bbc72a254c115781f1a291a8aa562ab4354b7f7762a13ca280a68d6fdb0e23e09f23b75e7ef555141ae3f4f00835299d9b2ed632060c33e9412f4ea07b94252f
 DIST async-broadcast-0.4.1.crate 19732 BLAKE2B 
9b48985cf6b10a14911a7c83c742357c818bd5e0847eb825fb00b89ac90961504eda9ba3c5b2312bc02800e41863bc03772519a44e3ea8429be99783f6256509
 SHA512 
b4fe8fb92d957f0988e7d68fdc81153636a3fb30c019dc005fd9a17838fcc6b68e06b84828cad06259dd334a2fa478f5418e0f0d8091f1fe5be7ff59e6e31ef9
 DIST async-channel-1.6.1.crate 12574 BLAKE2B 
5c5c8f1cf1458d952637a439a1534e68bcb4a1cf478cec6b6d224387f56c59dc6cffd2e3621dc24e03e20df3fdbda5b8855fccfbbc26a2aa03656aff3a17d02f
 SHA512 
797b1f5b4c07853f78670e62b67fb787c329ffa2c89475a3767a963d524a69dce082cc7f3a2878d9c990f00ae2d9cd7e0d21743fc4186769c238467bdb20c65e
 DIST async-channel-1.7.1.crate 12855 BLAKE2B 
f7762c5d3fa880da7e31f176fc28d9997fcb734c8cb850f8f369315af317c6c0a0b8b834b23474b8320cacfa5fda7464f60cf28f284b68b45d9abb728201bd89
 SHA512 
26c2fcc2b0f0bd1fb58826f7a0ef1bdd3069c02c00b7e59c2c7001f39d347df8c9882eee8682629ff8d94e88973186b20fcf2ee6885332024d181d3525866cd9
@@ -28,7 +26,6 @@ DIST async-process-1.4.0.crate 16750 BLAKE2B 
9f8182836a1670ed5cdc855d4cb0ce3e545
 DIST async-process-1.5.0.crate 17443 BLAKE2B 
aac7d983967d101f7edff2f13829ceed2202cc20f7ba5d0ce0131d75b74133a3ce69591d9e86f7c48a2a18fa3905e0dff2a0d104c6235f7f4dcb3d5919ca4395
 SHA512 
d514fbc1cc5dd697dad98b042c2e940882e2186926d7098a4a0c7399c6befcc1adcff735f2303f633cd199b12d5aa26ce288a4fb2ab0f07d719e8e2ed4fea607
 DIST async-rustls-0.2.0.crate 22857 BLAKE2B 
10b93012827f371a18576d59c7501e258c50173111790a2d40d082ca36a587af8a708c3063f12d86d3debeb4b06e59456bfd7b75b42874c8b8808f5779394c5a
 SHA512 
c8db1babc70f7cfb6527a02cc68b0fd102b6a2ed923eecd44669a4d42331cf016cccda677d7f6cbcb876f36bcc380456ef564bf6faef63d60115c4e27672ffbf
 DIST async-std-1.12.0.crate 215080 BLAKE2B 
1d9c56e03971f742b6e78a7a8ae097a6b1b622f64ebe378fa54511187e7c9c7ed5840ed6282633ac6636d3130d0ed4cc7985eb1a5c32718f07b57bc7172f3eaa
 SHA512 
aaeef7f474fc700bba7beb6725d4eb778a9a05ebccfecdd81789b5d039c49508860d953f231c7b8fbce4c5b237d063a43eb03b83410490fc14eca572884f57e2
-DIST async-task-4.2.0.crate 28496 BLAKE2B 

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

2022-09-06 Thread John Helmert III
commit: f97b7cf8a9cc9ab3ed7c3d5f6f55e4a9c557888d
Author: John Helmert III  gentoo  org>
AuthorDate: Tue Sep  6 15:44:22 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Tue Sep  6 15:47:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97b7cf8

net-p2p/arti: add 

Signed-off-by: John Helmert III  gentoo.org>

 net-p2p/arti/arti-.ebuild | 66 +++
 1 file changed, 66 insertions(+)

diff --git a/net-p2p/arti/arti-.ebuild b/net-p2p/arti/arti-.ebuild
new file mode 100644
index ..8a8e33f3433e
--- /dev/null
+++ b/net-p2p/arti/arti-.ebuild
@@ -0,0 +1,66 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES=""
+
+inherit cargo
+
+MY_P="${PN}-${PN}-v${PV}"
+
+DESCRIPTION="An implementation of Tor, in Rust."
+HOMEPAGE="https://gitlab.torproject.org/tpo/core/arti/;
+
+if [[ "${PV}" == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.torproject.org/tpo/core/arti;
+else
+   
SRC_URI="https://gitlab.torproject.org/tpo/core/${PN}/-/archive/${PN}-v${PV}/${PN}-${PN}-v${PV}.tar.gz
 -> ${P}.tar.gz
+   $(cargo_crate_uris ${CRATES})"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="MIT Apache-2.0"
+SLOT="0"
+
+DEPEND="app-arch/xz-utils
+   dev-db/sqlite:3
+   dev-libs/openssl:="
+RDEPEND="${DEPEND}"
+
+QA_FLAGS_IGNORED="usr/bin/arti"
+
+src_unpack() {
+   if [[ "${PV}" == * ]]; then
+   git-r3_src_unpack
+   cargo_live_src_unpack
+   else
+   cargo_src_unpack
+   fi
+}
+
+src_compile() {
+   pushd crates/arti || die
+   cargo_src_compile
+}
+
+src_test() {
+   for crate in crates/*; do
+   pushd "${crate}" >/dev/null || die
+   cargo_src_test
+   popd >/dev/null || die
+   done
+}
+
+src_install() {
+   pushd crates/arti >/dev/null || due
+
+   cargo_src_install
+   newdoc src/arti-example-config.toml arti.toml
+
+   popd >/dev/null || die
+
+   dodoc -r doc/*
+}



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

2022-09-06 Thread Mike Gilbert
commit: 7f907ce3d78a95139ebad835ae9a3d9ae123d9c6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep  6 01:20:03 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep  6 15:41:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f907ce3

kernel-install.eclass: pkg_preinst: fix symlinks for merged-usr

Closes: https://bugs.gentoo.org/843821
Signed-off-by: Mike Gilbert  gentoo.org>

 eclass/kernel-install.eclass | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass
index 08f631b5e865..8acf1ad1bc05 100644
--- a/eclass/kernel-install.eclass
+++ b/eclass/kernel-install.eclass
@@ -418,6 +418,12 @@ kernel-install_pkg_preinst() {
eerror "Please verify that you are applying the correct 
patches."
die "Kernel release mismatch (${release} instead of ${PV}*)"
fi
+   if [[ -L ${EROOT}/lib && ${EROOT}/lib -ef ${EROOT}/usr/lib ]]; then
+   # Adjust symlinks for merged-usr.
+   rm "${ED}/lib/modules/${ver}"/{build,source} || die
+   dosym "../../../src/linux-${ver}" 
"/usr/lib/modules/${ver}/build"
+   dosym "../../../src/linux-${ver}" 
"/usr/lib/modules/${ver}/source"
+   fi
 }
 
 # @FUNCTION: kernel-install_install_all



[gentoo-commits] repo/gentoo:master commit in: dev-ml/biniou/

2022-09-06 Thread Maciej Barć
commit: e82666b4d05bd02aba1db509e8259f840b6c1329
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Sep  6 15:36:47 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Sep  6 15:39:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82666b4

dev-ml/biniou: bump to 1.2.2

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

 dev-ml/biniou/Manifest|  1 +
 dev-ml/biniou/biniou-1.2.2.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest
index 8be3c33cfb31..a3b568c6658e 100644
--- a/dev-ml/biniou/Manifest
+++ b/dev-ml/biniou/Manifest
@@ -1 +1,2 @@
 DIST biniou-1.2.1.tar.gz 23970 BLAKE2B 
139f17e3fd31f3f834c8111d81cecfa5fa48f860fc4fc898f7896b6d39a9756989504fa88901efaa0f67a51de25cdf304bea2ecabf15ea9cace59b4b311c00e1
 SHA512 
f016559f3a767fdc6987bad45ec4a772b70b8880b6d769ef644c9bfd46962f089c7b5dfff368413015e765daf4bacffe253bdb3478d9a4d30a15f0d29589
+DIST biniou-1.2.2.tar.gz 24054 BLAKE2B 
e4ee5f28348cacbf5cc523d104188c003bca0deb04af188131c4ceeed36b9947a300fc866a51b3e6d11f15646fecc799beeec90dc8badb3dacf147a3190b62f5
 SHA512 
3e70b36e7e536ce65b6c2283b1372bd99207f3b55aa8c90266524e3ba028928b091595f5b92ba9870f915895673f4dca72963db71659deaadc129b7feb409cfc

diff --git a/dev-ml/biniou/biniou-1.2.2.ebuild 
b/dev-ml/biniou/biniou-1.2.2.ebuild
new file mode 100644
index ..74bf4a9d195b
--- /dev/null
+++ b/dev-ml/biniou/biniou-1.2.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
+HOMEPAGE="https://github.com/ocaml-community/biniou/;
+SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt?]
+   dev-ml/easy-format:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/

2022-09-06 Thread Maciej Barć
commit: be07ca7adb9f3d51a1fff92721f9f2c8282c8de0
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Sep  6 15:30:34 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Sep  6 15:39:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be07ca7a

dev-ml/cppo: bump to 1.6.9

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

 dev-ml/cppo/Manifest  |  1 +
 dev-ml/cppo/cppo-1.6.9.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index 99782bdb1e77..c78c612361f0 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1,2 +1,3 @@
 DIST cppo-1.6.7.tar.gz 29032 BLAKE2B 
cc02666ca5fbc903cf6a749ee08f7fe34bad4604635084bbf964afdde66783c01e3d48d515eb42a5188189fef67ebe7cf79c0205c60537c9d1a8b14f453fd248
 SHA512 
fb2865b4004fe3f17d5893659fca90c01557cf6be789500c54b06ac8e0d097181c9f6437f178aae6d786b3f6b639859bc68400f4a7c59e7acd4f296cf8271a9d
 DIST cppo-1.6.8.tar.gz 29063 BLAKE2B 
503c9dcc5f25cf69caa5057753ece9e107383a94d191a15f8056f7f417fa252147f2b2d3011493b80728aeca6979c0097e42b1d1af174784528959870366f5f9
 SHA512 
069bbe0ef09c03b0dc4b5795f909c3ef872fe99c6f1e6704a0fa97594b1570b3579226ec67fe11d696ccc349a4585055bbaf07c65eff423aa45af28abf38c858
+DIST cppo-1.6.9.tar.gz 31210 BLAKE2B 
4e2d9bea57d705bb59de6d7ec990cdd44d2492b7d104d95c9f947172e7e46f5302a0a55f981ce19e5a2fd4b2de2209b4adae478235aca0729920dcba11c07b9b
 SHA512 
26ff5a7b7f38c460661974b23ca190f0feae3a99f1974e0fd12ccf08745bd7d91b7bc168c70a5385b837bfff9530e0e4e41cf269f23dd8cf16ca658008244b44

diff --git a/dev-ml/cppo/cppo-1.6.9.ebuild b/dev-ml/cppo/cppo-1.6.9.ebuild
new file mode 100644
index ..d5be2914fca3
--- /dev/null
+++ b/dev-ml/cppo/cppo-1.6.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
+HOMEPAGE="https://github.com/ocaml-community/cppo/;
+SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-ml/ocamlbuild
+   dev-ml/findlib:="
+DEPEND="${RDEPEND}"



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

2022-09-06 Thread Michał Górny
commit: 40f20e05d85d2dc79474bac9d48a5e5a7c328da3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 15:16:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 15:37:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f20e05

sys-devel/clang: Add manpages to Manifest

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

 sys-devel/clang/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-devel/clang/Manifest b/sys-devel/clang/Manifest
index be48b181502a..8f9f13b37b94 100644
--- a/sys-devel/clang/Manifest
+++ b/sys-devel/clang/Manifest
@@ -1,5 +1,6 @@
 DIST llvm-13.0.1-manpages.tar.bz2 202187 BLAKE2B 
32a761426dbe4c3c355d30660254305cd88b6d513faee04c78e370cea9d38761108a9be4c4b4ac39b6a74400af1f9d37ffd11ab05acd7340175c8d66845ae7d9
 SHA512 
9495e1daf588540fdb8b9ee905a9b6be4693bd70b7f42c8e8a0d667242fc24dc853c45918d3bc09d02f0761ad61541bc9749c1498e312da129abdab638a0d572
 DIST llvm-14.0.6-manpages.tar.bz2 218186 BLAKE2B 
4491296e490936a2d7b518e19a0ff6312b89abeef3fbe5da5d0b93bb2add1088ddf64a0b00ec8846062d19b1ad31e53eadee7ce03c9034aab554e183d1baccf6
 SHA512 
f8328dc2ec1e8d941d47e583ee31fae7bdcebb3f854b5c8a4a84bd19a79bf5427ad204012c81349bc05a291e41cf48e5129b4578bbd5d4490dd01e1c0b5823bf
+DIST llvm-15.0.0-manpages.tar.bz2 226153 BLAKE2B 
60535fce25935f4475148f91fbac810b3f20b09486822aa98008dc3ba9fae72dd307c53b5086e9bb010d49e72b50fa7e7f40eb4bc081315fd314bac7e8b45de6
 SHA512 
f45d58d928457323e276c942f970e999515df546c5c133e1ee2eb1e9be39b1b4721c09a0a90b9a434cac7212ac3b394d8d631bc65fe2a6ba811d4f037ea5
 DIST llvm-gentoo-patchset-13.0.1.tar.xz 6288 BLAKE2B 
899222b962486e924e4f8a2b574d285531a3f87af9385ff68c81db92aa224a0cde6d4ee049b5405056bedb4b232b50e1d5840024071a4a215f6311853304c92d
 SHA512 
b2805337f1deca626768a44c5e7ac9ed16e0c31bead1647d44a493a8123c1b8e8f1c8ceee3536bcc6fa87fdd3fcec408229f701adf30eff07e7ef9889b847b01
 DIST llvm-gentoo-patchset-14.0.6-r2.tar.xz 16120 BLAKE2B 
e12e522fdb7ba505693c679cb09cc8e00e6a954df195c86c2af4dbf1b68334a405b8dcc45f2e28b5e5e0b7e9d5eb7ba907337027927371b7a3b7784ff8aae7e0
 SHA512 
8a5ea71c30fc0727cc855dd812bbcb6d5f51c80c98eb3d5b80258d5c5eaab1310edc9d53ae63c2ca827abec68e2912c4b69ef0da351ff883fb30545a61e1d09c
 DIST llvm-gentoo-patchset-15.0.0.tar.xz 4032 BLAKE2B 
99c959eff6c8164147952aa5dc0621d1804b1e460c71bbfcf0c2a971f82e8405bc0c4dac327c27b6b459c4f45381466e883e502df14c84d8ba98495a437bfd47
 SHA512 
ce516b3401bd45696cf9ed0003de2f536695b8554fa3c2c35f14f1f1e2f0f115c20ef2b1d5319369cc536db4cb95cb508d34e7a6f8ef60f242547179e9d338a6



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

2022-09-06 Thread Michał Górny
commit: a1ba52234724804f18dca8e70e2139379a8df25e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 15:16:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 15:37:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ba5223

sys-devel/llvm: Add manpages to Manifest

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

 sys-devel/llvm/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index be48b181502a..8f9f13b37b94 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -1,5 +1,6 @@
 DIST llvm-13.0.1-manpages.tar.bz2 202187 BLAKE2B 
32a761426dbe4c3c355d30660254305cd88b6d513faee04c78e370cea9d38761108a9be4c4b4ac39b6a74400af1f9d37ffd11ab05acd7340175c8d66845ae7d9
 SHA512 
9495e1daf588540fdb8b9ee905a9b6be4693bd70b7f42c8e8a0d667242fc24dc853c45918d3bc09d02f0761ad61541bc9749c1498e312da129abdab638a0d572
 DIST llvm-14.0.6-manpages.tar.bz2 218186 BLAKE2B 
4491296e490936a2d7b518e19a0ff6312b89abeef3fbe5da5d0b93bb2add1088ddf64a0b00ec8846062d19b1ad31e53eadee7ce03c9034aab554e183d1baccf6
 SHA512 
f8328dc2ec1e8d941d47e583ee31fae7bdcebb3f854b5c8a4a84bd19a79bf5427ad204012c81349bc05a291e41cf48e5129b4578bbd5d4490dd01e1c0b5823bf
+DIST llvm-15.0.0-manpages.tar.bz2 226153 BLAKE2B 
60535fce25935f4475148f91fbac810b3f20b09486822aa98008dc3ba9fae72dd307c53b5086e9bb010d49e72b50fa7e7f40eb4bc081315fd314bac7e8b45de6
 SHA512 
f45d58d928457323e276c942f970e999515df546c5c133e1ee2eb1e9be39b1b4721c09a0a90b9a434cac7212ac3b394d8d631bc65fe2a6ba811d4f037ea5
 DIST llvm-gentoo-patchset-13.0.1.tar.xz 6288 BLAKE2B 
899222b962486e924e4f8a2b574d285531a3f87af9385ff68c81db92aa224a0cde6d4ee049b5405056bedb4b232b50e1d5840024071a4a215f6311853304c92d
 SHA512 
b2805337f1deca626768a44c5e7ac9ed16e0c31bead1647d44a493a8123c1b8e8f1c8ceee3536bcc6fa87fdd3fcec408229f701adf30eff07e7ef9889b847b01
 DIST llvm-gentoo-patchset-14.0.6-r2.tar.xz 16120 BLAKE2B 
e12e522fdb7ba505693c679cb09cc8e00e6a954df195c86c2af4dbf1b68334a405b8dcc45f2e28b5e5e0b7e9d5eb7ba907337027927371b7a3b7784ff8aae7e0
 SHA512 
8a5ea71c30fc0727cc855dd812bbcb6d5f51c80c98eb3d5b80258d5c5eaab1310edc9d53ae63c2ca827abec68e2912c4b69ef0da351ff883fb30545a61e1d09c
 DIST llvm-gentoo-patchset-15.0.0.tar.xz 4032 BLAKE2B 
99c959eff6c8164147952aa5dc0621d1804b1e460c71bbfcf0c2a971f82e8405bc0c4dac327c27b6b459c4f45381466e883e502df14c84d8ba98495a437bfd47
 SHA512 
ce516b3401bd45696cf9ed0003de2f536695b8554fa3c2c35f14f1f1e2f0f115c20ef2b1d5319369cc536db4cb95cb508d34e7a6f8ef60f242547179e9d338a6



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

2022-09-06 Thread Michał Górny
commit: 144608bc80ef8f4c5ee50aa5c6d718badf06f3e0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 15:15:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 15:37:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144608bc

llvm.org.eclass: Enable manpages for 15.0.0

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

 eclass/llvm.org.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 0d17b19c8abf..578077f67ed5 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -51,7 +51,7 @@ _LLVM_MASTER_MAJOR=16
 # @INTERNAL
 # @DESCRIPTION:
 # The newest release of LLVM for which manpages were generated.
-_LLVM_NEWEST_MANPAGE_RELEASE=14.0.6
+_LLVM_NEWEST_MANPAGE_RELEASE=15.0.0
 
 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE
 # @INTERNAL



[gentoo-commits] repo/gentoo:master commit in: app-shells/yash/

2022-09-06 Thread Akinori Hattori
commit: 40c7a391835ee215c06867d34a99eaa9963e91a3
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Sep  6 15:34:13 2022 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Sep  6 15:34:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c7a391

app-shells/yash: new upstream release

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-shells/yash/Manifest |  1 +
 app-shells/yash/yash-2.53.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/app-shells/yash/Manifest b/app-shells/yash/Manifest
index bcb848198a17..4e7ca945b0fa 100644
--- a/app-shells/yash/Manifest
+++ b/app-shells/yash/Manifest
@@ -1 +1,2 @@
 DIST yash-2.52.tar.xz 755016 BLAKE2B 
44c26d310e9bd50a6f381adefedcdf9bcb49998860a8a67e300d31d5a8615d7346e06e7c4ca5e098d7232a0acc112daa2230572939f665db982f187ccd741778
 SHA512 
1024ff7e3cce6e64cbc0bd5c0d04a9863d0d51013baf07723d09562b156d05dbfe1fc2df5b736cdec5f562c56ad634f865554a1fe5aeeed91ec0d9276667f02a
+DIST yash-2.53.tar.xz 755956 BLAKE2B 
191bdc6fcda7c3043d3db53b70fcdba86fab740df2aaf1249380c4679f51ec61b9a36c51a7982c516f51f8a2605729d7242d81f738523edfc07f21be1a06ff45
 SHA512 
9bc6dcc9864fbba6200b76dad50b9eb1620b578fceaea5d1dd34e2efda379be0e4255d56e49c9595dc184ddf45951418e87a88dc6507d41cc4220f38b7044994

diff --git a/app-shells/yash/yash-2.53.ebuild b/app-shells/yash/yash-2.53.ebuild
new file mode 100644
index ..fbee726df1c7
--- /dev/null
+++ b/app-shells/yash/yash-2.53.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PLOCALES="en ja"
+
+inherit flag-o-matic plocale toolchain-funcs
+
+DESCRIPTION="Yash is a POSIX-compliant command line shell"
+HOMEPAGE="https://yash.osdn.jp/;
+SRC_URI="mirror://sourceforge.jp/${PN}/77664/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-libs/ncurses:=
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )
+   test? ( sys-apps/ed )"
+
+src_configure() {
+   append-cflags -std=c99
+
+   sh ./configure \
+   --prefix="${EPREFIX}"/usr \
+   --exec-prefix="${EPREFIX}" \
+   $(use_enable nls) \
+   CC="$(tc-getCC)" \
+   LINGUAS="$(plocale_get_locales | sed "s/en/en@quot 
en@boldquot/")" \
+   || die
+}



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

2022-09-06 Thread Akinori Hattori
commit: 196faa660660198f3bd0deb66b627601861d9a03
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Sep  6 15:24:06 2022 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Sep  6 15:24:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196faa66

app-i18n/uim: rename patches

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/uim/files/{uim-zh-TW.patch => uim-1.8.8-zh-TW.patch} | 0
 ...0210103-remove-Wconversion-replace.patch => uim-Wconversion.patch} | 0
 app-i18n/uim/uim-1.8.9_pre20210103-r1.ebuild  | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/uim/files/uim-zh-TW.patch 
b/app-i18n/uim/files/uim-1.8.8-zh-TW.patch
similarity index 100%
rename from app-i18n/uim/files/uim-zh-TW.patch
rename to app-i18n/uim/files/uim-1.8.8-zh-TW.patch

diff --git 
a/app-i18n/uim/files/uim-1.8.9_pre20210103-remove-Wconversion-replace.patch 
b/app-i18n/uim/files/uim-Wconversion.patch
similarity index 100%
rename from 
app-i18n/uim/files/uim-1.8.9_pre20210103-remove-Wconversion-replace.patch
rename to app-i18n/uim/files/uim-Wconversion.patch

diff --git a/app-i18n/uim/uim-1.8.9_pre20210103-r1.ebuild 
b/app-i18n/uim/uim-1.8.9_pre20210103-r1.ebuild
index 8bafde17b650..0b0228923d41 100644
--- a/app-i18n/uim/uim-1.8.9_pre20210103-r1.ebuild
+++ b/app-i18n/uim/uim-1.8.9_pre20210103-r1.ebuild
@@ -90,9 +90,9 @@ PATCHES=(
"${FILESDIR}"/${PN}-kde.patch
"${FILESDIR}"/${PN}-slibtool.patch
"${FILESDIR}"/${PN}-tinfo.patch
+   "${FILESDIR}"/${PN}-Wconversion.patch
"${FILESDIR}"/${PN}-xkb.patch
-   "${FILESDIR}"/${PN}-zh-TW.patch
-   "${FILESDIR}"/${P}-remove-Wconversion-replace.patch
+   "${FILESDIR}"/${PN}-1.8.8-zh-TW.patch
 )
 DOCS=( AUTHORS NEWS README RELNOTE doc )
 



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

2022-09-06 Thread Akinori Hattori
commit: ce9226921522391615407350818b090fdf7b8732
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Sep  6 15:29:08 2022 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Sep  6 15:29:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce922692

app-i18n/uim: new upstream release

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/uim/Manifest  |   1 +
 app-i18n/uim/files/uim-zh-TW.patch |  11 ++
 app-i18n/uim/uim-1.8.9.ebuild  | 241 +
 3 files changed, 253 insertions(+)

diff --git a/app-i18n/uim/Manifest b/app-i18n/uim/Manifest
index b53e2ce400b5..372e31815111 100644
--- a/app-i18n/uim/Manifest
+++ b/app-i18n/uim/Manifest
@@ -1,2 +1,3 @@
 DIST sigscheme-0.9.1.tar.bz2 1140162 BLAKE2B 
a649ec1a5ff0899af14fa686ea7cf43140c226b1df68d4c9415c3b95c7f7ae32c539df820f0e9da7d7a809c88fa388e563549728c345017dfd62d418748be7e1
 SHA512 
b66b901e8a6bc6d9188112f78d3ba21a2a0776e1236aa9d2d83df27cf8111b8491f665062b493d14c2a9a1b4eb47ce2789b3ca7180225a085e94623329281e09
+DIST uim-1.8.9.tar.bz2 6233465 BLAKE2B 
5fc57ffd43557cc685ca766d13e871a7b3ad3829fe3b3fcaa3ab76cba15350e82747952bcc77eda0093df0681ad5d3580cb30c96e2a707f0f3e2687a5bf96e19
 SHA512 
342bda32f27b9875bf1458adbfb3d3cdd92d98daf8068647e3cb01f9757fda6befbb44a7b9ba2b25b03e14b1de68c7e2d6b57362e84d6aae8bcff3959aaa12df
 DIST uim-1.8.9_pre20210103.tar.gz 4054622 BLAKE2B 
b50bafe9b0edbac1ab7e56afd5b654bdef793b606df3550ba7b8be467076005925bf2c5d221bbf3b3dbcdc5079bbb0e014ed29bef9b6a55c23384cb281411104
 SHA512 
39e046a8ee3bbc06ff0bab685e0ded8f63e9c474661ffecf7ed12e25cad3151498b2fecc7f14ca6f0c78974e55265df47d656a55bf158b41fe21a69071d02fe8

diff --git a/app-i18n/uim/files/uim-zh-TW.patch 
b/app-i18n/uim/files/uim-zh-TW.patch
new file mode 100644
index ..dce86724a27a
--- /dev/null
+++ b/app-i18n/uim/files/uim-zh-TW.patch
@@ -0,0 +1,11 @@
+--- a/scm/im-custom.scm
 b/scm/im-custom.scm
+@@ -679,7 +679,7 @@
+ (define-custom 'uim-xim-fontset-zh-tw
+   (string-join '(
+ "-sony-fixed-medium-r-normal--16-*-*-*-c-80-iso8859-1"
+-"-taipei-fixed-medium-r-normal--16-150-75-75-c-160-big5-0"
++"-eten-fixed-medium-r-normal--16-150-75-75-c-160-big5.eten-0"
+ ) ",")
+   '(xim xim-preedit)
+   '(string ".*")

diff --git a/app-i18n/uim/uim-1.8.9.ebuild b/app-i18n/uim/uim-1.8.9.ebuild
new file mode 100644
index ..0fc2663179b2
--- /dev/null
+++ b/app-i18n/uim/uim-1.8.9.ebuild
@@ -0,0 +1,241 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit autotools elisp-common flag-o-matic gnome2-utils qmake-utils
+
+EGIT_COMMIT="d1ac9d9315ff8c57c713b502544fef9b3a83b3e5"
+
+DESCRIPTION="A multilingual input method framework"
+HOMEPAGE="https://github.com/uim/uim;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="BSD GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~x86"
+IUSE="X +anthy curl eb emacs expat libffi gtk gtk2 kde l10n_ja l10n_ko 
l10n_zh-CN l10n_zh-TW libedit libnotify m17n-lib ncurses nls qt5 skk sqlite ssl 
static-libs xft"
+RESTRICT="test"
+REQUIRED_USE="gtk? ( X )
+   gtk2? ( X )
+   qt5? ( X )
+   xft? ( X )"
+
+CDEPEND="X? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXft
+   x11-libs/libXrender
+   x11-libs/libXt
+   )
+   anthy? ( app-i18n/anthy )
+   curl? ( net-misc/curl )
+   eb? ( dev-libs/eb )
+   emacs? ( >=app-editors/emacs-23.1:* )
+   expat? ( dev-libs/expat )
+   gtk? ( x11-libs/gtk+:3 )
+   gtk2? ( x11-libs/gtk+:2 )
+   kde? ( kde-frameworks/plasma:5 )
+   libedit? ( dev-libs/libedit )
+   libffi? ( dev-libs/libffi:= )
+   libnotify? ( x11-libs/libnotify )
+   m17n-lib? ( dev-libs/m17n-lib )
+   ncurses? ( sys-libs/ncurses:0= )
+   nls? ( virtual/libintl )
+   qt5? (
+   dev-qt/qtx11extras:5
+   dev-qt/qtwidgets:5
+   )
+   skk? ( app-i18n/skk-jisyo )
+   sqlite? ( dev-db/sqlite:3 )
+   ssl? ( dev-libs/openssl:0= )"
+DEPEND="${CDEPEND}
+   X? ( x11-base/xorg-proto )"
+RDEPEND="${CDEPEND}
+   !dev-scheme/sigscheme
+   X? (
+   media-fonts/font-sony-misc
+   l10n_ja? (
+   || (
+   media-fonts/font-jis-misc
+   media-fonts/intlfonts
+   )
+   )
+   l10n_ko? (
+   || (
+   media-fonts/font-daewoo-misc
+   media-fonts/intlfonts
+   )
+   )
+   l10n_zh-CN? (
+   || (
+   

[gentoo-commits] proj/releng:master commit in: releases/portage/livegui/package.use/, releases/portage/livegui/env/

2022-09-06 Thread Andreas K. Hüttel
commit: ad6c75678f0d64c89593904ec6ad967c4fe8ba70
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Sep  6 15:16:23 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Sep  6 15:17:30 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=ad6c7567

LiveGUI: go english-only to save space

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

 releases/portage/livegui/env/international   | 2 +-
 releases/portage/livegui/package.use/texlive | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/releases/portage/livegui/env/international 
b/releases/portage/livegui/env/international
index e0c6d764..4338c7d0 100644
--- a/releases/portage/livegui/env/international
+++ b/releases/portage/livegui/env/international
@@ -1,6 +1,6 @@
 # https://en.wikipedia.org/wiki/List_of_languages_by_total_number_of_speakers
 
-LINGUAS="en en-GB en-US zh zh-CN zh-TW hi es fr ar bn bn-IN ru pt ur id de jp"
+LINGUAS="en en-GB en-US"
 
 L10N=${LINGUAS}
 

diff --git a/releases/portage/livegui/package.use/texlive 
b/releases/portage/livegui/package.use/texlive
index 871c2495..596c817e 100644
--- a/releases/portage/livegui/package.use/texlive
+++ b/releases/portage/livegui/package.use/texlive
@@ -1,2 +1 @@
-app-text/texlive cjk luatex science publishers xetex
-app-text/texlive-core cjk
+app-text/texlive luatex science publishers xetex



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-proton/, app-emulation/wine-proton/files/

2022-09-06 Thread Ionen Wolkens
commit: ddc354f096fb5d32feb6df8af4a6e2f079edd178
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Sep  6 14:20:08 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Sep  6 14:48:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc354f0

app-emulation/wine-proton: fix musl build with >=linux-headers-5.16

Closes: https://bugs.gentoo.org/868747
Signed-off-by: Ionen Wolkens  gentoo.org>

 .../wine-proton/files/wine-proton-7.0.4-musl.patch  | 17 +
 app-emulation/wine-proton/wine-proton-7.0.4.ebuild  |  1 +
 2 files changed, 18 insertions(+)

diff --git a/app-emulation/wine-proton/files/wine-proton-7.0.4-musl.patch 
b/app-emulation/wine-proton/files/wine-proton-7.0.4-musl.patch
new file mode 100644
index ..0776df12f241
--- /dev/null
+++ b/app-emulation/wine-proton/files/wine-proton-7.0.4-musl.patch
@@ -0,0 +1,17 @@
+Wrongly assumes that futex_waitv is missing if no glibc-only __NR_futex_waitv.
+https://bugs.gentoo.org/868747
+--- a/configure.ac
 b/configure.ac
+@@ -2153,2 +2153,5 @@
+ 
++dnl Check for futex_waitv structure members
++AC_CHECK_MEMBERS(struct futex_waitv.val,,,[#include ])
++
+ dnl Check for socket structure members
+--- a/dlls/ntdll/unix/fsync.c
 b/dlls/ntdll/unix/fsync.c
+@@ -67,2 +67,4 @@
+ # define __NR_futex_waitv 449
++#endif
++#ifndef HAVE_STRUCT_FUTEX_WAITV_VAL
+ # define FUTEX_32 2

diff --git a/app-emulation/wine-proton/wine-proton-7.0.4.ebuild 
b/app-emulation/wine-proton/wine-proton-7.0.4.ebuild
index b78eed8c93c6..b7bb3868a11a 100644
--- a/app-emulation/wine-proton/wine-proton-7.0.4.ebuild
+++ b/app-emulation/wine-proton/wine-proton-7.0.4.ebuild
@@ -95,6 +95,7 @@ QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC 
-Wl,-z,notext
 
 PATCHES=(
"${FILESDIR}"/${PN}-7.0.4-llvm-libunwind.patch
+   "${FILESDIR}"/${PN}-7.0.4-musl.patch
"${FILESDIR}"/${PN}-7.0.4-noexecstack.patch
"${FILESDIR}"/${PN}-7.0.4-restore-menubuilder.patch
 )



[gentoo-commits] repo/gentoo:master commit in: dev-php/PHPMailer/

2022-09-06 Thread Michael Orlitzky
commit: 8a53636f18433712c81b056789aa92fa251a4151
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Sep  6 14:14:49 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Sep  6 14:14:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a53636f

dev-php/PHPMailer: add 6.6.4, drop 6.5.1

This new version uses EAPI=8 and drops USE=doc. It looks like building
the API documentation requires a new version of dev-php/phpDocumentor,
and that package has been a headache for many years.

Closes: https://bugs.gentoo.org/868549
Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PHPMailer/Manifest |  2 +-
 ...PMailer-6.5.1.ebuild => PHPMailer-6.6.4.ebuild} | 29 +++---
 2 files changed, 4 insertions(+), 27 deletions(-)

diff --git a/dev-php/PHPMailer/Manifest b/dev-php/PHPMailer/Manifest
index 082765170b57..0ca8829c661a 100644
--- a/dev-php/PHPMailer/Manifest
+++ b/dev-php/PHPMailer/Manifest
@@ -1,2 +1,2 @@
 DIST PHPMailer-6.5.0.tar.gz 99073 BLAKE2B 
dcb917233da29ab45305f7cf0405f9bb384bd4f98f062a74d94a168868d0cd92017e555bf8e7139130dd669e0a04917e3789c548b5165112d591aa403bfd56b8
 SHA512 
0632ec8b80c30393b00aebbadde7dd032eb2553232a100a74d69b6ed6465adf1eb3a4acca0aaf040665a978e7507aee9350b092336056ccb5306fbaea4640376
-DIST PHPMailer-6.5.1.tar.gz 99913 BLAKE2B 
bf51e2caa0ff1d113d6f96f5c1ee055bacd40f8a251302452eb2ebbe06d1f926935b5d85c1b9e85d115180473b76077f753f0c8af04aa86c86db3431c8a412f2
 SHA512 
0f8e9e3368edfdb67c701a0f42c548379c9528a90bc016444ebdc9614967ca421fa706b5f1b2de89a91fa98f7e535fb67da578ac6ba1b73f673ba7b45a198f0e
+DIST PHPMailer-6.6.4.tar.gz 102883 BLAKE2B 
d05eca221b3058e6632ab47c3d93d5f5cc7651c75af537642a7850c5fb77c825e53a77321e4a63d7b06e41afb468e4dd5fe2f9b5f045ae8ed6f8543ef2ac
 SHA512 
94ef038b59f8cf840205993d994070228a4237a19c153a0a9486e68a0289468cd882b2450482bdafb15f163c526c723dff3903919de872c6888b49273b718e87

diff --git a/dev-php/PHPMailer/PHPMailer-6.5.1.ebuild 
b/dev-php/PHPMailer/PHPMailer-6.6.4.ebuild
similarity index 72%
rename from dev-php/PHPMailer/PHPMailer-6.5.1.ebuild
rename to dev-php/PHPMailer/PHPMailer-6.6.4.ebuild
index 48dc349297f3..ec7c08d4385e 100644
--- a/dev-php/PHPMailer/PHPMailer-6.5.1.ebuild
+++ b/dev-php/PHPMailer/PHPMailer-6.6.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Full-featured email creation and transfer class for PHP"
 HOMEPAGE="https://github.com/PHPMailer/PHPMailer;
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 
 # To help out the Composer children, the tests and examples are missing
 # from the release tarballs.
-IUSE="doc idn ssl"
+IUSE="idn ssl"
 
 # The ctype and filter extensions get used unconditionally, with no
 # fallback and no "extension missing" exception. All of the other
@@ -33,28 +33,6 @@ RDEPEND="
idn?  ( dev-lang/php:*[ctype,filter,intl,unicode] )
!idn? ( dev-lang/php:*[ctype,filter] )
)"
-BDEPEND="doc? ( dev-php/phpDocumentor )"
-
-src_prepare() {
-   default
-
-   # OAuth.php relies on a (now non-nonexistent) autoloader. We remove
-   # it early so that we don't generate documentation for it later on.
-   rm src/OAuth.php || die 'failed to remove src/OAuth.php'
-}
-
-src_compile() {
-   if use doc; then
-   phpdoc --filename="src/*.php" \
-   --target="./html" \
-   --cache-folder="${T}" \
-   --title="${PN}" \
-   --sourcecode \
-   --force \
-   --progressbar \
-   || die "failed to generate API documentation"
-   fi
-}
 
 src_install() {
# The PHPMailer class loads its language files
@@ -63,7 +41,6 @@ src_install() {
doins -r language src
 
dodoc README.md SECURITY.md
-   use doc && dodoc -r html/*
 }
 
 pkg_postinst() {



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

2022-09-06 Thread Michael Orlitzky
commit: 7898c14432cffaff3f9d4ace29b909c854dc3cec
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Sep  6 14:03:28 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Sep  6 14:03:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7898c144

sci-mathematics/giac: add 1.9.0.21, drop 1.9.0.19

Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-mathematics/giac/Manifest   | 2 +-
 sci-mathematics/giac/{giac-1.9.0.19.ebuild => giac-1.9.0.21.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/giac/Manifest b/sci-mathematics/giac/Manifest
index 8cced9e672ca..d884e727c391 100644
--- a/sci-mathematics/giac/Manifest
+++ b/sci-mathematics/giac/Manifest
@@ -1,4 +1,4 @@
 DIST giac_1.7.0-13.tar.gz 86447065 BLAKE2B 
4d91e83608f7ec376d133c2784ffce99447a9dd78b5c8582b81a0aae0b8ac59eec4db3ee4a8bcb39202c777c300178a181f2dc2ac74ab445ddba2f3efa0ecb1b
 SHA512 
99fff7ce5117fd8c106601ead03679805d529fe12d5372cdd4ae54824aa6fdcbdaaa1a62ea1153391a1a65af8970e38fca7d95ca9983755ff06053f1d8b6d65a
 DIST giac_1.7.0-47.tar.gz 96787570 BLAKE2B 
b05b3f44f10695a5d085df0a0db9aba761ac011964caeb247bd6034ca2a41505e5eb30df0de494826270703d9b62fbb3b9d4869f4cdd32d1d88636f374fbae16
 SHA512 
60a8550f7da2a16336575920421c936797a9d52c3ba3802b5e00610fc460b49ccef44df809331abb1cbb65432e283fb4484b1efffb577c4802ab44fecff7
-DIST giac_1.9.0-19.tar.gz 102909053 BLAKE2B 
5d141449d5ba3c9c1209eb24ef6fefbfbff61e2f0d3d8b62e1e92e78a0112ba03c392dddb5b9a91016c9d44ef85ca3b53404f21f87f20b7d99c39e6055f02bad
 SHA512 
2af168cf88829613765bbad3e70f54ca2516c52a1465e90fc7b3fc2f44636f70df9943c2fbfe3e9d2cd5036f9c18d704e8bf867bc381c1fda78a7618419cd0c4
+DIST giac_1.9.0-21.tar.gz 103871108 BLAKE2B 
2db4a930b8acb2304456c85437b50504a25df3d0395115c8e71906b8608a38f034de0b9474115f87d4169a8eaa2039c200101696abb98f47123037aa1ef47630
 SHA512 
b14e41cf2f94d6e73417d5908ae77a503b3ab191bca7e7e5b07659516cbc4f6081a199175f3f5fdb12608c6100291081d234b94cecd0e30ac822c37b50e95821
 DIST giac_1.9.0-5.tar.gz 97863572 BLAKE2B 
8766061ace737972b5f47cd7d9f92b0002fa6c94a754dd723fb06001560cc62c60631163bd038b2e7b50919088d8bc669e61582189084395ad2aacf39865cb52
 SHA512 
86a6edc31797bd3d6ec0ac9ed93c092bbe77cb056269be64c9a23304fcc8ce56c521d829d61ffeac98efd2995ef8371500360462815d61ba97d0cd7bd3b86976

diff --git a/sci-mathematics/giac/giac-1.9.0.19.ebuild 
b/sci-mathematics/giac/giac-1.9.0.21.ebuild
similarity index 100%
rename from sci-mathematics/giac/giac-1.9.0.19.ebuild
rename to sci-mathematics/giac/giac-1.9.0.21.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2022-09-06 Thread Michał Górny
commit: 0bee77d2bcebc9cada2eb7cf5a580505d03053cd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 13:37:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 13:53:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bee77d2

sys-libs/compiler-rt-sanitizers: Require ld.gold for testing in 15.0.0

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

 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild
index dbaaf9c226d4..41011c6ee458 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild
@@ -47,6 +47,7 @@ BDEPEND="
test? (
!!=dev-python/lit-15[\${PYTHON_USEDEP}]")
+   sys-devel/binutils[gold]
=sys-devel/clang-${PV%_*}*:${CLANG_SLOT}
sys-libs/compiler-rt:${SLOT}
)



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

2022-09-06 Thread Michał Górny
commit: f29e11e071427953f0af9724175eab07bf1b1367
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 13:37:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 13:53:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29e11e0

sys-libs/compiler-rt: Require ld.gold for testing in 15.0.0

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

 sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild 
b/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild
index c01ed38975d1..0b6ae1850e11 100644
--- a/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild
@@ -25,6 +25,7 @@ BDEPEND="
clang? ( sys-devel/clang )
test? (
$(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]")
+   sys-devel/binutils[gold]
=sys-devel/clang-${PV%_*}*:${CLANG_SLOT}
)
!test? (



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXft/

2022-09-06 Thread Matt Turner
commit: 7ea8e5e77570a34693d43f13d28f9cb5130ee443
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep  6 13:43:19 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep  6 13:43:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea8e5e7

x11-libs/libXft: Version bump to 2.3.5

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libXft/Manifest|  1 +
 x11-libs/libXft/libXft-2.3.5.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/x11-libs/libXft/Manifest b/x11-libs/libXft/Manifest
index e87b5e36ab00..fb90a79c2c6e 100644
--- a/x11-libs/libXft/Manifest
+++ b/x11-libs/libXft/Manifest
@@ -1 +1,2 @@
 DIST libXft-2.3.4.tar.bz2 359088 BLAKE2B 
37f8522ad744e99ae8372f4292017eed1f2c2a84169497441c3c12696cbb7b3cf33e04864b50433e46f8723cc6c6006226c743a0d491a3784baf3f21ea062399
 SHA512 
5bb019750982ed4643880efd7368bc226ad49cfa8c0c8c6d4614dfeed74f588c65e1ba69adcc12284ec07d841e5b58fc1c27f3fddf83fe1a2837b29dd9ecec51
+DIST libXft-2.3.5.tar.xz 303772 BLAKE2B 
fef795b4517d4b348313cb8b1e0b9bce4a762eacfa849b5b4d70e18d6c88970f1f8e37aa341b586cfaf0978a6f835850731ae1f39034660cf22d18d3a19a778e
 SHA512 
e1e037dbc4f8bbf8204bdf99a199c82b5f1182875d28bd9f0a4ec2aec95b05de21e97029ec036b9a3f70f1d6e8a42f0052f4ab30809aee7411fa2e438899db9e

diff --git a/x11-libs/libXft/libXft-2.3.5.ebuild 
b/x11-libs/libXft/libXft-2.3.5.ebuild
new file mode 100644
index ..1fbeaba86493
--- /dev/null
+++ b/x11-libs/libXft/libXft-2.3.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org Xft library"
+
+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 ~x86-winnt"
+IUSE="doc"
+
+RDEPEND=">=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
+   >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}]
+   virtual/ttf-fonts
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



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

2022-09-06 Thread Jakov Smolić
commit: eba5d382ae075e723905c1f45747bd48d92e90c6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Sep  6 13:38:50 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Sep  6 13:40:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba5d382

net-libs/neon: destabilize 0.32.3 for ~ppc, ~ppc64, ~sparc, ~x86

Non-maintainer commit, and new version was added with stable keywords.

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

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

diff --git a/net-libs/neon/neon-0.32.3.ebuild b/net-libs/neon/neon-0.32.3.ebuild
index bbb45fc7457f..7a2c2983e572 100644
--- a/net-libs/neon/neon-0.32.3.ebuild
+++ b/net-libs/neon/neon-0.32.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://notroj.github.io/neon/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/27"
-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"
 IUSE="doc +expat gnutls kerberos libproxy nls pkcs11 ssl test zlib"
 RESTRICT="!test? ( test )"
 



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

2022-09-06 Thread Matthew Thode
commit: f621afccd3723fe772cc216c6d5857007ebbe210
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Sep  6 13:35:45 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Sep  6 13:37:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f621afcc

dev-libs/bemenu: add 0.6.10

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

 dev-libs/bemenu/Manifest |  1 +
 dev-libs/bemenu/bemenu-0.6.10.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/bemenu/Manifest b/dev-libs/bemenu/Manifest
index 6c522ba0fb4d..24b4e9fdad89 100644
--- a/dev-libs/bemenu/Manifest
+++ b/dev-libs/bemenu/Manifest
@@ -1,3 +1,4 @@
 DIST bemenu-0.5.0.tar.gz 110749 BLAKE2B 
dbc6d295262e51c381a9208c6936c0f40e05f3667af6a562716501577861d04c7b28ba836acbce2a6644950a191e56f865efe2f126eccdad67ea68d42f2d30b5
 SHA512 
5f4397bcb77d3e22340988bfb131feced1782f724ff637e40bf03c36a4377f38127c827f55faccc0dcce2ca482b9353fca7c6bfe700e6cac8e095e0df3b87a31
 DIST bemenu-0.6.1.tar.gz 119885 BLAKE2B 
9595fe9241009d4b2ac33ff0b70d98a5340e7f9cc3a31be053ef7ba5dcadc3e0181dae3a82b8058278fdfb62df4a60474e16eb2e2fa207c200350a6cc4e27767
 SHA512 
a0a77ca50d40c4aa215c668829a8e27597a4b6470be6179420125ec292c8f9555e5690791c068af5f4a5eebd8a10c6b15b0ddafa037a855b0179bd68c06bf11a
+DIST bemenu-0.6.10.tar.gz 129568 BLAKE2B 
f81e84e6457175abf11b9dc6c426cb02121b4f101bdef55361c539f6d51144539129d2e2898e506c12f32d8f45a27fb0159083b5b964b33a0fc73485ebe41b00
 SHA512 
b8aadbe2cd11f7cc713ce683fcc9ce4779cd0050ee8cf41c4d3bca9f299ac99b9cd3b7611d87d27d7f7439f16fc2618671f2bec8878ad2ab65fade54f24ca92f
 DIST bemenu-0.6.3.tar.gz 120169 BLAKE2B 
ab53e3a4c62e259b1fb2b1fb5f87f1fe73e86cc17e59391f408be4d7d3ca1cdf60713c8f54b7acebef01d06473dbe367ef76b83711de8e4192a639155a636fab
 SHA512 
eed615e685f78bb6131dd4cbdccdb6962b7ecf688af650f970e9c79e6bf9d82b791da34161679e27381540d41b2804660605d5ce0bdb132bce63eaff81595ca7

diff --git a/dev-libs/bemenu/bemenu-0.6.10.ebuild 
b/dev-libs/bemenu/bemenu-0.6.10.ebuild
new file mode 100644
index ..bd5b9bc60d55
--- /dev/null
+++ b/dev-libs/bemenu/bemenu-0.6.10.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="dmenu clone for wayland"
+HOMEPAGE="https://github.com/Cloudef/bemenu;
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Cloudef/bemenu.git;
+else
+   SRC_URI="https://github.com/Cloudef/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="doc ncurses wayland X"
+
+# Require at least one backend be built
+REQUIRED_USE="|| ( ncurses wayland X )"
+
+DEPEND="
+   ncurses? ( sys-libs/ncurses:= )
+   wayland? (
+   dev-libs/wayland
+   dev-libs/wayland-protocols
+   x11-libs/cairo
+   x11-libs/pango
+   x11-libs/libxcb
+   )
+   X? (
+   x11-libs/libxcb
+   x11-libs/libXext
+   x11-libs/libX11
+   x11-libs/cairo[X]
+   x11-libs/pango[X]
+   x11-libs/libXinerama
+   )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_compile() {
+   tc-export CC
+
+   emake clients $(usex ncurses curses "") $(usex X x11 "") $(usex wayland 
wayland "") PREFIX=/usr libdir=/$(get_libdir)
+   use doc && emake doxygen PREFIX=/usr libdir=/$(get_libdir)
+}
+
+src_install() {
+   emake install PREFIX="${D}"/usr libdir=/$(get_libdir)
+}



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

2022-09-06 Thread Sebastian Pipping
commit: 9e6b69f152efbec2b1f5473e67200018dd11b20e
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Sep  6 13:30:34 2022 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Sep  6 13:32:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6b69f1

dev-vcs/rsvndump: Fix compile for libdir "lib" + EAPI 8

Closes: https://bugs.gentoo.org/829622
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 dev-vcs/rsvndump/rsvndump-0.6.1-r1.ebuild | 49 +++
 1 file changed, 49 insertions(+)

diff --git a/dev-vcs/rsvndump/rsvndump-0.6.1-r1.ebuild 
b/dev-vcs/rsvndump/rsvndump-0.6.1-r1.ebuild
new file mode 100644
index ..bbe206bd9717
--- /dev/null
+++ b/dev-vcs/rsvndump/rsvndump-0.6.1-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Dump a remote Subversion repository"
+HOMEPAGE="http://rsvndump.sourceforge.net;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3+ BSD public-domain"  # rsvndump, snappy-c, critbit89
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc"
+
+RDEPEND="dev-vcs/subversion
+   dev-libs/apr
+   dev-libs/apr-util
+   sys-devel/gettext"
+DEPEND="${RDEPEND}
+   doc? ( app-text/xmlto
+   >=app-text/asciidoc-8.4 )"
+
+src_prepare() {
+   default
+
+   # We need to patch use of /usr/lib because it is a problem with
+   # linker lld with profile 17.1 on amd64 (see 
https://bugs.gentoo.org/739028).
+   # The grep sandwich acts as a regression test so that a future
+   # version bump cannot break patching without noticing.
+   if [[ $(get_libdir) != lib ]] ; then
+   grep -wq svn_prefix/lib m4/find_svn.m4 || die
+   sed "s,svn_prefix/lib,svn_prefix/$(get_libdir)," -i 
m4/find_svn.m4 || die
+   grep -w svn_prefix/lib m4/find_svn.m4 && die
+
+   grep -wq SVN_PREFIX/lib configure.ac || die
+   sed "s,SVN_PREFIX/lib,SVN_PREFIX/$(get_libdir)," -i 
configure.ac || die
+   grep -w SVN_PREFIX/lib configure.ac && die
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable doc man) \
+   $(use_enable debug)
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/, games-action/minecraft-launcher/

2022-09-06 Thread Andrew Ammerlaan
commit: e12480b3135dbc43e78050877a194fd42e66aff6
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Sep  6 13:04:34 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Sep  6 13:05:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12480b3

games-action/minecraft-launcher: mask on musl

Closes: https://bugs.gentoo.org/868714
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 games-action/minecraft-launcher/minecraft-launcher-1.0.1221.ebuild | 1 +
 profiles/features/musl/package.mask| 4 
 2 files changed, 5 insertions(+)

diff --git a/games-action/minecraft-launcher/minecraft-launcher-1.0.1221.ebuild 
b/games-action/minecraft-launcher/minecraft-launcher-1.0.1221.ebuild
index c493997b8a47..97103ebd0d5c 100644
--- a/games-action/minecraft-launcher/minecraft-launcher-1.0.1221.ebuild
+++ b/games-action/minecraft-launcher/minecraft-launcher-1.0.1221.ebuild
@@ -33,6 +33,7 @@ RDEPEND="
net-misc/curl[adns]
net-print/cups
sys-apps/dbus
+   sys-libs/glibc
virtual/jre:*
virtual/opengl
x11-apps/xrandr

diff --git a/profiles/features/musl/package.mask 
b/profiles/features/musl/package.mask
index 72243609510c..372a11cc8cf8 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andrew Ammerlaan  (2022-09-06)
+# Binary package linked against glibc
+games-action/minecraft-launcher
+
 # Vladimir Pavljuchenkov  (2022-08-21)
 # Binary package linked against glibc, bug #832607.
 net-p2p/resilio-sync



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

2022-09-06 Thread Agostino Sarubbo
commit: 220ca1c552ab103acf6375faa2c62c0b28b77150
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep  6 12:51:41 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep  6 12:51:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220ca1c5

dev-libs/ding-libs: ppc64 stable wrt bug #868642

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/ding-libs/ding-libs-0.6.2.ebuild 
b/dev-libs/ding-libs/ding-libs-0.6.2.ebuild
index 8f0a7830c8f6..f39708265382 100644
--- a/dev-libs/ding-libs/ding-libs-0.6.2.ebuild
+++ b/dev-libs/ding-libs/ding-libs-0.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/SSSD/ding-libs/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-3 GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-09-06 Thread Agostino Sarubbo
commit: 5ffb96fdf932f4f63d3c1f868f57a40bd7762c5b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep  6 12:51:20 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep  6 12:51:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ffb96fd

dev-libs/ding-libs: ppc stable wrt bug #868642

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/ding-libs/ding-libs-0.6.2.ebuild 
b/dev-libs/ding-libs/ding-libs-0.6.2.ebuild
index 87e21ee44d3b..8f0a7830c8f6 100644
--- a/dev-libs/ding-libs/ding-libs-0.6.2.ebuild
+++ b/dev-libs/ding-libs/ding-libs-0.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/SSSD/ding-libs/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-3 GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-forensics/sleuthkit/

2022-09-06 Thread Agostino Sarubbo
commit: f056d206ac08b58af59291b1c08f7e7a60445845
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep  6 12:51:15 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep  6 12:51:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f056d206

app-forensics/sleuthkit: ppc stable wrt bug #863710

Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-forensics/sleuthkit/sleuthkit-4.11.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/sleuthkit/sleuthkit-4.11.1-r1.ebuild 
b/app-forensics/sleuthkit/sleuthkit-4.11.1-r1.ebuild
index 2596263d8547..502a0e0d2e74 100644
--- a/app-forensics/sleuthkit/sleuthkit-4.11.1-r1.ebuild
+++ b/app-forensics/sleuthkit/sleuthkit-4.11.1-r1.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz
 
 LICENSE="BSD CPL-1.0 GPL-2+ IBM java? ( Apache-2.0 )"
 SLOT="0/19" # subslot = major soname version
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ppc ~x86"
 IUSE="aff doc ewf java static-libs test +threads zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-forensics/sleuthkit/

2022-09-06 Thread Agostino Sarubbo
commit: 06c28be186efb62778db48101af4cb4ed04bb4e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep  6 12:50:52 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep  6 12:50:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c28be1

app-forensics/sleuthkit: amd64 stable wrt bug #863710

Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-forensics/sleuthkit/sleuthkit-4.11.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/sleuthkit/sleuthkit-4.11.1-r1.ebuild 
b/app-forensics/sleuthkit/sleuthkit-4.11.1-r1.ebuild
index 145498c3e809..2596263d8547 100644
--- a/app-forensics/sleuthkit/sleuthkit-4.11.1-r1.ebuild
+++ b/app-forensics/sleuthkit/sleuthkit-4.11.1-r1.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz
 
 LICENSE="BSD CPL-1.0 GPL-2+ IBM java? ( Apache-2.0 )"
 SLOT="0/19" # subslot = major soname version
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 IUSE="aff doc ewf java static-libs test +threads zlib"
 RESTRICT="!test? ( test )"
 



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

2022-09-06 Thread Craig Andrews
commit: f3e5d39c4f044506712d77732c02108352761a1a
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Sep  6 12:46:50 2022 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Sep  6 12:46:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e5d39c

net-libs/neon: add 0.32.3

Signed-off-by: Craig Andrews  gentoo.org>

 net-libs/neon/Manifest   |   1 +
 net-libs/neon/neon-0.32.3.ebuild | 107 +++
 2 files changed, 108 insertions(+)

diff --git a/net-libs/neon/Manifest b/net-libs/neon/Manifest
index 09207e791508..2ff787142734 100644
--- a/net-libs/neon/Manifest
+++ b/net-libs/neon/Manifest
@@ -1 +1,2 @@
 DIST neon-0.32.2.tar.gz 880651 BLAKE2B 
3629eee38e10ada5e001bf0afb77c70814083bf553596fc150a6cf21f0b66cf4de28841b242f68faaeb44fa5e0ad260939102b015d2a543ef59012876256b364
 SHA512 
2580a3c8c3cf4aff2d399f72a721ccfb4e68434ef92da4af8103c126812d779b9fbe5cafbab512c79f4365bbb3d3eac61568748136470e86f7aa7b98b27053c8
+DIST neon-0.32.3.tar.gz 884939 BLAKE2B 
e0f0b242bb65f595d2e357c08a770faf503c70df69caf200b62bb50a90ae34360854d051d2b46900f18c1f46d9570bec9302e1f27837efcb859f7197f810ff26
 SHA512 
8dec5cbc823e38506725529c9e8fad95c93145d9e5d54131f8ceca6bbfe1b64f7f0eb1ce117072ea2f28edc67fa2f5a7f53bcc08ee644010fea76403ab6bbaad

diff --git a/net-libs/neon/neon-0.32.3.ebuild b/net-libs/neon/neon-0.32.3.ebuild
new file mode 100644
index ..bbb45fc7457f
--- /dev/null
+++ b/net-libs/neon/neon-0.32.3.ebuild
@@ -0,0 +1,107 @@
+# Copyright 2001-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit autotools libtool multilib-minimal
+
+DESCRIPTION="HTTP and WebDAV client library"
+HOMEPAGE="https://notroj.github.io/neon/ https://github.com/notroj/neon;
+SRC_URI="https://notroj.github.io/neon/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0/27"
+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"
+IUSE="doc +expat gnutls kerberos libproxy nls pkcs11 ssl test zlib"
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/pkgconfig
+   test? (
+   ssl? (
+   dev-libs/openssl:0
+   pkcs11? ( dev-libs/nss )
+   )
+   )"
+DEPEND="expat? ( dev-libs/expat:0=[${MULTILIB_USEDEP}] )
+   !expat? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] )
+   kerberos? ( virtual/krb5:0=[${MULTILIB_USEDEP}] )
+   libproxy? ( net-libs/libproxy:0=[${MULTILIB_USEDEP}] )
+   nls? ( virtual/libintl:0=[${MULTILIB_USEDEP}] )
+   ssl? (
+   gnutls? (
+   app-misc/ca-certificates
+   net-libs/gnutls:0=[${MULTILIB_USEDEP}]
+   )
+   !gnutls? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+   pkcs11? ( dev-libs/pakchois:0=[${MULTILIB_USEDEP}] )
+   )
+   zlib? ( sys-libs/zlib:0=[${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/neon-config
+)
+
+DOCS=( AUTHORS BUGS NEWS README.md THANKS TODO )
+
+src_prepare() {
+   if use gnutls; then
+   # Ignore failure of test pkcs11.
+   # https://github.com/notroj/neon/issues/72
+   sed -e "s/T(pkcs11)/T_XFAIL(pkcs11)/" -i test/ssl.c || die
+   fi
+
+   eapply_user
+
+   AT_M4DIR="macros" eautoreconf
+
+   elibtoolize
+
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local myconf=()
+
+   if has_version sys-libs/glibc; then
+   einfo "Enabling SSL library thread-safety using POSIX 
threads..."
+   myconf+=(--enable-threadsafe-ssl=posix)
+   fi
+
+   if use expat; then
+   myconf+=(--with-expat)
+   else
+   myconf+=(--with-libxml2)
+   fi
+
+   if use ssl; then
+   if use gnutls; then
+   myconf+=(--with-ssl=gnutls 
--with-ca-bundle="${EPREFIX}/etc/ssl/certs/ca-certificates.crt")
+   else
+   myconf+=(--with-ssl=openssl)
+   fi
+   fi
+
+   econf \
+   --enable-shared \
+   $(use_with kerberos gssapi) \
+   $(use_with libproxy) \
+   $(use_enable nls) \
+   $(use_with pkcs11 pakchois) \
+   $(use_with zlib) \
+   "${myconf[@]}"
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install-{config,headers,lib,man,nls}
+
+   if multilib_is_native_abi && use doc; then
+   dodoc -r doc/html
+   fi
+}
+
+multilib_src_install_all() {
+   find "${ED}" -name "*.la" -delete || die
+
+   einstalldocs
+}



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

2022-09-06 Thread Agostino Sarubbo
commit: b1d452fdb525da52bf9b0e5db4ed2fb1965ab547
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep  6 12:36:25 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep  6 12:36:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d452fd

app-admin/exo: remove old

Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/exo/Manifest  |  1 -
 app-admin/exo/exo-1.59.0.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/app-admin/exo/Manifest b/app-admin/exo/Manifest
index 3c39dcbf7085..787dfc66365c 100644
--- a/app-admin/exo/Manifest
+++ b/app-admin/exo/Manifest
@@ -1,2 +1 @@
-DIST exo-1.59.0.tar.gz 5614442 BLAKE2B 
89e7d50e33b7883b697c168d31e376f240873f416045e00fc7918335b9fff497c809b4a6f9301e6f5e633586f59694e73b50a92fea1c16475df379fab9ee7abb
 SHA512 
06789bbb845a06f0c2b185471989f4fffcaba8350c1d6b5b6398fe0dfbb6a2c2729aee8b464328ed95ba0b028de7c238a6343a132d40c57c0c9a7ed06695d4fe
 DIST exo-1.59.1.tar.gz 5613767 BLAKE2B 
4de26b6fc25d8ad9aec7c956716d557e8ee57fe19fa4aa286482d928d85a7b3c1ebef75ecc73ce747769d9cbd600a8e59d98eafad246a2451ced0969f9b3067b
 SHA512 
c9364ef68fd93454fbc38df2ddcc7ffcc1bffd188411a3f1f5096e15b9684b4f680872d9fa40bd8208532ec8a14656bbebaaff04511330c9db67229d961eac07

diff --git a/app-admin/exo/exo-1.59.0.ebuild b/app-admin/exo/exo-1.59.0.ebuild
deleted file mode 100644
index 6149acedfa18..
--- a/app-admin/exo/exo-1.59.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Command-line tool for everything at Exoscale: compute, storage, 
dns"
-HOMEPAGE="https://github.com/exoscale/cli;
-SRC_URI="https://github.com/exoscale/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-DEPEND="dev-lang/go:="
-RESTRICT="strip"
-QA_FLAGS_IGNORED=".*"
-
-S="${WORKDIR}/cli-${PV}"
-
-src_compile() {
-   go build -mod vendor -o ${PN} || die "build failed"
-}
-
-src_test() {
-   # run at least 'exo version' for test
-   ./exo version > /dev/null 2>&1
-   if [[ $? -ne 0 ]]
-   then
-   die "Test failed"
-   fi
-}
-
-src_install() {
-   dobin ${PN}
-}



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

2022-09-06 Thread Agostino Sarubbo
commit: 2e73d23dd75000d36bf4d3165751238346bd90ab
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep  6 12:36:21 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep  6 12:36:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e73d23d

app-admin/exo: version bump to 1.59.1

Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/exo/Manifest  |  1 +
 app-admin/exo/exo-1.59.1.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/app-admin/exo/Manifest b/app-admin/exo/Manifest
index 8f06b20eaa0f..3c39dcbf7085 100644
--- a/app-admin/exo/Manifest
+++ b/app-admin/exo/Manifest
@@ -1 +1,2 @@
 DIST exo-1.59.0.tar.gz 5614442 BLAKE2B 
89e7d50e33b7883b697c168d31e376f240873f416045e00fc7918335b9fff497c809b4a6f9301e6f5e633586f59694e73b50a92fea1c16475df379fab9ee7abb
 SHA512 
06789bbb845a06f0c2b185471989f4fffcaba8350c1d6b5b6398fe0dfbb6a2c2729aee8b464328ed95ba0b028de7c238a6343a132d40c57c0c9a7ed06695d4fe
+DIST exo-1.59.1.tar.gz 5613767 BLAKE2B 
4de26b6fc25d8ad9aec7c956716d557e8ee57fe19fa4aa286482d928d85a7b3c1ebef75ecc73ce747769d9cbd600a8e59d98eafad246a2451ced0969f9b3067b
 SHA512 
c9364ef68fd93454fbc38df2ddcc7ffcc1bffd188411a3f1f5096e15b9684b4f680872d9fa40bd8208532ec8a14656bbebaaff04511330c9db67229d961eac07

diff --git a/app-admin/exo/exo-1.59.1.ebuild b/app-admin/exo/exo-1.59.1.ebuild
new file mode 100644
index ..6149acedfa18
--- /dev/null
+++ b/app-admin/exo/exo-1.59.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Command-line tool for everything at Exoscale: compute, storage, 
dns"
+HOMEPAGE="https://github.com/exoscale/cli;
+SRC_URI="https://github.com/exoscale/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+DEPEND="dev-lang/go:="
+RESTRICT="strip"
+QA_FLAGS_IGNORED=".*"
+
+S="${WORKDIR}/cli-${PV}"
+
+src_compile() {
+   go build -mod vendor -o ${PN} || die "build failed"
+}
+
+src_test() {
+   # run at least 'exo version' for test
+   ./exo version > /dev/null 2>&1
+   if [[ $? -ne 0 ]]
+   then
+   die "Test failed"
+   fi
+}
+
+src_install() {
+   dobin ${PN}
+}



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

2022-09-06 Thread Matthew Smith
commit: 7de7c7112894b77e08d5cbad7f364472b8fbcf55
Author: Matthew Smith  gentoo  org>
AuthorDate: Tue Sep  6 11:33:09 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Tue Sep  6 11:36:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de7c711

Revert "profiles: mask x11-libs/gtkglext for removal"

This reverts commit 6dc592ed11d486955377c839c86855185667a75e.

It is still a dependency of net-misc/anydesk.

Bug: https://bugs.gentoo.org/698950
Bug: https://bugs.gentoo.org/868255
Signed-off-by: Matthew Smith  gentoo.org>

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a9dbc8a14e6c..59cf5ce6b9d5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -89,11 +89,6 @@ dev-ruby/aws-sdk-core
 dev-ruby/aws-sdk-resources
 dev-ruby/travis
 
-# Matthew Smith  (2022-08-26)
-# Unmaintained upstream. Superseded by modern GTK.
-# Bug #698950, removal in 30 days.
-x11-libs/gtkglext
-
 # Jaco Kroon  (2022-08-22)
 # Superceded by bgpq4 (already in tree).  Non-co-operative upstream.  Removal
 # in 30 days.  Open bugs, already fixed in bgpq4.  Please convert your usage to



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

2022-09-06 Thread Matthew Smith
commit: c747d2445e290fac87eb89a4ff6ee914e299d943
Author: Matthew Smith  gentoo  org>
AuthorDate: Tue Sep  6 11:37:11 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Tue Sep  6 11:38:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c747d244

net-misc/anydesk: re-add gtkglext dep

Closes: https://bugs.gentoo.org/868255
Signed-off-by: Matthew Smith  gentoo.org>

 net-misc/anydesk/{anydesk-6.2.0.ebuild => anydesk-6.2.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/anydesk/anydesk-6.2.0.ebuild 
b/net-misc/anydesk/anydesk-6.2.0-r1.ebuild
similarity index 99%
rename from net-misc/anydesk/anydesk-6.2.0.ebuild
rename to net-misc/anydesk/anydesk-6.2.0-r1.ebuild
index 60a3c0f9afd4..f066939a989a 100644
--- a/net-misc/anydesk/anydesk-6.2.0.ebuild
+++ b/net-misc/anydesk/anydesk-6.2.0-r1.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
+   x11-libs/gtkglext
x11-libs/libX11
x11-libs/libxcb
x11-libs/libXdamage



[gentoo-commits] proj/lua-patches:5.4.4 commit in: src/, doc/, /

2022-09-06 Thread David Seifert
commit: f6e01395e872d325587026017cfd875436262116
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 10:10:03 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 10:10:03 2022 +
URL:https://gitweb.gentoo.org/proj/lua-patches.git/commit/?id=f6e01395

Add Autotools

* inspired by Fedora's patches, but mostly rewritten
  for Gentoo's multi-versioned approach.

Signed-off-by: David Seifert  gentoo.org>

 Makefile.am | 74 +
 configure.ac| 47 ++
 doc/{lua.1 => lua5.4.1} |  0
 doc/{luac.1 => luac5.4.1}   |  0
 src/ldebug.h|  2 +-
 src/lmem.h  |  2 +-
 src/lua5.4.pc.in| 17 ++
 src/{luaconf.h => luaconf.h.in} |  6 ++--
 src/lundump.h   |  2 +-
 test-wrapper.sh | 13 
 10 files changed, 157 insertions(+), 6 deletions(-)

diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 000..d610ce4
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,74 @@
+
+# doc/ #
+
+
+dist_doc_DATA = README
+dist_man1_MANS = doc/lua5.4.1 doc/luac5.4.1
+dist_html_DATA = \
+   doc/contents.html doc/index.css doc/logo.gif doc/lua.css doc/manual.css 
\
+   doc/manual.html doc/osi-certified-72x60.png doc/readme.html
+
+
+# src/ #
+
+
+AM_CFLAGS = -Wall
+AM_CPPFLAGS = -I$(builddir)/src # for luaconf.h
+
+luadir = $(includedir)/lua5.4
+lua_HEADERS = src/lua.h src/lualib.h src/lauxlib.h src/lua.hpp
+nodist_lua_HEADERS = src/luaconf.h
+
+lib_LTLIBRARIES = src/liblua5.4.la
+src_liblua5_4_la_LIBADD = $(LIBM)
+src_liblua5_4_la_SOURCES = \
+   src/lapi.c src/lapi.h src/lauxlib.c src/lbaselib.c src/lcode.c 
src/lcode.h \
+   src/lcorolib.c src/lctype.c src/lctype.h src/ldblib.c src/ldebug.c \
+   src/ldebug.h src/ldo.c src/ldo.h src/ldump.c src/lfunc.c src/lfunc.h \
+   src/lgc.c src/lgc.h src/linit.c src/liolib.c src/ljumptab.h src/llex.c \
+   src/llex.h src/llimits.h src/lmathlib.c src/lmem.c src/lmem.h 
src/loadlib.c \
+   src/lobject.c src/lobject.h src/lopcodes.c src/lopcodes.h 
src/lopnames.h \
+   src/loslib.c src/lparser.c src/lparser.h src/lprefix.h src/lstate.c \
+   src/lstate.h src/lstring.c src/lstring.h src/lstrlib.c src/ltable.c \
+   src/ltable.h src/ltablib.c src/ltm.c src/ltm.h src/lundump.c 
src/lundump.h \
+   src/lutf8lib.c src/lvm.c src/lvm.h src/lzio.c src/lzio.h
+
+bin_PROGRAMS = lua5.4 luac5.4
+
+lua5_4_SOURCES = src/lua.c
+lua5_4_CPPFLAGS = $(AM_CPPFLAGS) $(READLINE_CFLAGS)
+lua5_4_LDADD = src/liblua5.4.la $(READLINE_LIBS)
+
+luac5_4_SOURCES = src/luac.c
+luac5_4_LDADD = src/liblua5.4.la
+
+EXTRA_DIST = src/luaconf.h.in
+BUILT_SOURCES = src/luaconf.h
+CLEANFILES = $(BUILT_SOURCES)
+
+pkgconfig_DATA = src/lua5.4.pc
+
+edit = $(SED) \
+   -e 's,@prefix[@],$(prefix),g' \
+   -e 's,@datadir[@],$(datadir),g' \
+   -e 's,@libdir[@],$(libdir),g'
+
+src/luaconf.h: $(srcdir)/src/luaconf.h.in
+   rm -f $@ && $(edit) $(srcdir)/src/luaconf.h.in >$@
+
+##
+# tests/ #
+##
+
+TESTS = tests/all.lua
+TESTS_ENVIRONMENT = env LUA=$(abs_builddir)/lua5.4 
$(abs_srcdir)/test-wrapper.sh
+
+EXTRA_DIST += test-wrapper.sh \
+   tests/all.lua tests/api.lua tests/attrib.lua tests/big.lua 
tests/bitwise.lua \
+   tests/bwcoercion.lua tests/calls.lua tests/closure.lua tests/code.lua \
+   tests/constructs.lua tests/coroutine.lua tests/cstack.lua tests/db.lua \
+   tests/errors.lua tests/events.lua tests/files.lua tests/gc.lua \
+   tests/gengc.lua tests/goto.lua tests/heavy.lua tests/literals.lua \
+   tests/locals.lua tests/main.lua tests/math.lua tests/nextvar.lua \
+   tests/pm.lua tests/sort.lua tests/strings.lua tests/tpack.lua \
+   tests/tracegc.lua tests/utf8.lua tests/vararg.lua tests/verybig.lua

diff --git a/configure.ac b/configure.ac
new file mode 100644
index 000..6e290a8
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,47 @@
+AC_PREREQ([2.69])
+AC_INIT([lua5.4], [5.4.4], [https://bugs.gentoo.org/], [lua], 
[http://www.lua.org])
+
+AC_CONFIG_SRCDIR([src/lapi.c])
+AC_CONFIG_MACRO_DIR([m4])
+
+AM_INIT_AUTOMAKE([1.15 foreign dist-xz no-dist-gzip serial-tests 
subdir-objects -Wall])
+
+AC_PROG_CC
+AC_PROG_SED
+AM_PROG_AR
+LT_INIT([disable-static])
+LT_LIB_M
+
+PKG_INSTALLDIR
+
+AC_ARG_WITH([readline],
+  [AS_HELP_STRING([--with-readline], [Use readline for interpreter input 
[default=yes]])])
+
+# Check for readline
+AS_IF([test "x$with_readline" != "xno"], [
+  PKG_CHECK_MODULES([READLINE], [readline])
+  AC_DEFINE([LUA_USE_READLINE], [1], [Building with readline support])
+])
+
+AS_CASE([${host}],
+  [*-mingw*], [
+AC_DEFINE([LUA_BUILD_AS_DLL], [1], [Building a DLL under Win32])
+  ],
+  [*-darwin*], [
+AC_DEFINE([LUA_USE_MACOSX], [1], [Use macOS routines])
+  ],
+  [*-linux*], [
+AC_DEFINE([LUA_USE_LINUX], [1], [Use Linux 

[gentoo-commits] proj/lua-patches:5.4.4 commit in: /

2022-09-06 Thread David Seifert
commit: fe1dec0d5ae3df7a181ea519437778b8caa6342c
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 10:10:01 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 10:10:01 2022 +
URL:https://gitweb.gentoo.org/proj/lua-patches.git/commit/?id=fe1dec0d

Add .gitignore

Signed-off-by: David Seifert  gentoo.org>

 .gitignore | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..d2e4c0d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Autotools
+aclocal.m4
+ar-lib
+autom4te.cache/
+build*/
+compile
+config.guess
+config.log
+config.status
+config.sub
+configure
+configure~
+depcomp
+install-sh
+libtool
+ltmain.sh
+m4/
+Makefile
+Makefile.in
+missing
+.deps/
+.dirstamp
+.libs/
+stamp-h1
+*.la
+*.o
+*.lo
+lua5*
+luac5*
+*.pc



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

2022-09-06 Thread David Seifert
commit: c056da21bbde2f8289aefbfd40a4ef426e9fa3e7
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 10:18:47 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 10:18:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c056da21

dev-lang/lua: revbump for Requires.private removal (5.4.4)

Signed-off-by: David Seifert  gentoo.org>

 dev-lang/lua/Manifest | 2 +-
 dev-lang/lua/{lua-5.4.4-r101.ebuild => lua-5.4.4-r102.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/lua/Manifest b/dev-lang/lua/Manifest
index fb1cdd26c308..c92db5f5f3d7 100644
--- a/dev-lang/lua/Manifest
+++ b/dev-lang/lua/Manifest
@@ -5,4 +5,4 @@ DIST lua-5.3.6.tar.gz 303770 BLAKE2B 
07c37c56f43095a4f6ca8eb8b3adf19afd53107c02b
 DIST lua-5.3.6.tar.xz 541220 BLAKE2B 
c356cec06b14cdcbb29e382c951491432a3189618f9fd8c8832bdc8c831640fbcb9e212db05b61a577633c5fe9831e75a158cb97720c1e51cab27544526c9e24
 SHA512 
9a632a90806fa71398d70be7d38769065c1258fd94709cef72236753b42131b8d30da2a5dd28c74211ef8d04b0c30f52d0c593d49c2e8686568c8896b69577d7
 DIST lua-5.4.4-tests.tar.gz 134094 BLAKE2B 
63f5888a506f504f849fb2000cf551960df8eca3107601dcc8243e8ea5a1b13a70bff7dea4aebe3ab35b7e9df58c2ca44a7a27aa4de82240877eb8d7a017642e
 SHA512 
08b3d764b3f362a2cddf5a23e71b16eea96a234a970fa0048bab358ebbd77f99d9bd132af12254383c5bb5426516e1ce2107e529e88d3963869255f5a41198ef
 DIST lua-5.4.4.tar.gz 360876 BLAKE2B 
8747ef5c83bd4c54b73eeaad6991ab5fccc54ee000973afd9cf3367b8945f03c54e843ec88c48043003cd9d3b42281c593cb485b7165add2744cfea06d8b7668
 SHA512 
af0c35d5ba00fecbb2dd617bd7b825edf7418a16a73076e04f2a0df58cdbf098dc3ff4402e974afd789eb5d86d2e12ec6df9c84b99b23656ea694a85f83bcd21
-DIST lua-5.4.4.tar.xz 606448 BLAKE2B 
6b37a3dcb7e546467b4c179801f012b0de59dd6464db1fd6145405de0e9f9efd05459aae19555806265ef425759811320bc77863945a7f412544afe00cddbf44
 SHA512 
4e4a1abc13cc43387c43af4b02125e410e777e3f7c9d8ee3b85f46ba9f9eef406d386d2b2f4963f218a240c78a29e462d4ee039439260c48ebec8d5bbde5
+DIST lua-5.4.4.tar.xz 606456 BLAKE2B 
ba6cad647c0171e5e737151b189b5b404948c08182e9f17d7974a6c6c3b7d99b03cf930add863188db22674b8613fc600d771f62f9dfc99232aab9caea9b073c
 SHA512 
8f3950ed5972a29d7c79e72af617526f6b9f6be7ab268e66206d7e453acc2564541c9d01e2de08a7e9046ab24c66b02167e48a0d5764753befd95dc922b61219

diff --git a/dev-lang/lua/lua-5.4.4-r101.ebuild 
b/dev-lang/lua/lua-5.4.4-r102.ebuild
similarity index 100%
rename from dev-lang/lua/lua-5.4.4-r101.ebuild
rename to dev-lang/lua/lua-5.4.4-r102.ebuild



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

2022-09-06 Thread David Seifert
commit: f8269f1a2273fe6e62a96e27ec161a76db765dfc
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 10:18:45 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 10:18:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8269f1a

dev-lang/lua: revbump for Requires.private removal (5.1.6)

Signed-off-by: David Seifert  gentoo.org>

 dev-lang/lua/Manifest | 2 +-
 dev-lang/lua/{lua-5.1.6-r1.ebuild => lua-5.1.6-r2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/lua/Manifest b/dev-lang/lua/Manifest
index 88fc861fb020..a7cc06dcef81 100644
--- a/dev-lang/lua/Manifest
+++ b/dev-lang/lua/Manifest
@@ -1,5 +1,5 @@
 DIST lua-5.1.5.tar.gz 221213 BLAKE2B 
915eb8e8c9d7e460eacf1d7a59309c60dfc0f5d9d3d76fbc9764e7cae85920b95096db1c27b69ac53378a145c29efde403e88166a1332a67150d9d3a897aba02
 SHA512 
0142fefcbd13afcd9b201403592aa60620011cc8e8559d4d2db2f92739d18186860989f48caa45830ff4f99bfc7483287fd3ff3a16d4dec928e2767ce4d542a9
-DIST lua-5.1.6.tar.xz 397456 BLAKE2B 
e812a9a24813b47b754cb7dab842281d9a8c24c40f5e255fa938c9679e1e14dc8bc421393ff34e6b3e554fabc7e9e676adf54dc4e88916c1e421367f48d16c2c
 SHA512 
b0f91a567d7ec98b6a450fa7e8038aa49c376d5a95e3b6f9029dd29098ac2611e57d3df09d465341123ebf7eebe6b9c537e9e95f27d30509b60173fd9b77987c
+DIST lua-5.1.6.tar.xz 397304 BLAKE2B 
bd1ae95214b2107ce9cd84a56f0c23cccee27a059a0908495b8e8c1248b67366ab31d6e1629ac2eb1527d706c078a467c42f196825e19d3fa0e96b2a014b29a3
 SHA512 
e5d2cde428338f5db23adc4ad7962a0bef31b8b8cde2eedf826a7a0626dfe63634c9850ab81ab1622e784f3463b837e3acc4ae1c21f962698c86083e5792b311
 DIST lua-5.3.4-tests.tar.gz 103438 BLAKE2B 
ac82708022e7729039111c3df4fe24302c8d0efb224afb4828871ac085a3d64c41d674a6f9369035de01ed1f7f75a3d2ce16917f37e774e923216aac0be03e09
 SHA512 
79575d100a2efabc8243f55b55d912443e09ef7e8b0219cb93541d85c2ba802fb9538015e1228703f09ca57bdb28a640a8f1fa0735716ba1e4bca2179c712dfb
 DIST lua-5.3.6.tar.gz 303770 BLAKE2B 
07c37c56f43095a4f6ca8eb8b3adf19afd53107c02b62b2bcb3619565cb2100d5f823493eef93092d5e312b30fc28885a6d9e8f0ba5a23b5bed86dc4515a5d61
 SHA512 
ccc380d5e114d54504de0bfb0321ca25ec325d6ff1bfee44b11870b660762d1a9bf120490c027a0088128b58bb6b5271bbc648400cab84d2dc22b512c4841681
 DIST lua-5.3.6.tar.xz 541364 BLAKE2B 
80bdfc923417456dc9351651293f3e615128f62bfb791155866011d548143be3509fe0020ccee11f2444d745209b0e79947bdeae71adf3278132f0bdb39aced5
 SHA512 
89a70981112f9d02879320942f3bf8edb4469fc26fe55b630a03c043db1defe3f996e214b1b7fc70d86133f7cd274798fea665d3b3a3d246dbd2f269a93aa0b0

diff --git a/dev-lang/lua/lua-5.1.6-r1.ebuild b/dev-lang/lua/lua-5.1.6-r2.ebuild
similarity index 100%
rename from dev-lang/lua/lua-5.1.6-r1.ebuild
rename to dev-lang/lua/lua-5.1.6-r2.ebuild



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

2022-09-06 Thread David Seifert
commit: 26ab0d680177d65cbcf76b0f2fb44703fed5f765
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 10:18:46 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 10:18:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ab0d68

dev-lang/lua: revbump for Requires.private removal (5.3.6)

Signed-off-by: David Seifert  gentoo.org>

 dev-lang/lua/Manifest | 2 +-
 dev-lang/lua/{lua-5.3.6-r101.ebuild => lua-5.3.6-r102.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/lua/Manifest b/dev-lang/lua/Manifest
index a7cc06dcef81..fb1cdd26c308 100644
--- a/dev-lang/lua/Manifest
+++ b/dev-lang/lua/Manifest
@@ -2,7 +2,7 @@ DIST lua-5.1.5.tar.gz 221213 BLAKE2B 
915eb8e8c9d7e460eacf1d7a59309c60dfc0f5d9d3d
 DIST lua-5.1.6.tar.xz 397304 BLAKE2B 
bd1ae95214b2107ce9cd84a56f0c23cccee27a059a0908495b8e8c1248b67366ab31d6e1629ac2eb1527d706c078a467c42f196825e19d3fa0e96b2a014b29a3
 SHA512 
e5d2cde428338f5db23adc4ad7962a0bef31b8b8cde2eedf826a7a0626dfe63634c9850ab81ab1622e784f3463b837e3acc4ae1c21f962698c86083e5792b311
 DIST lua-5.3.4-tests.tar.gz 103438 BLAKE2B 
ac82708022e7729039111c3df4fe24302c8d0efb224afb4828871ac085a3d64c41d674a6f9369035de01ed1f7f75a3d2ce16917f37e774e923216aac0be03e09
 SHA512 
79575d100a2efabc8243f55b55d912443e09ef7e8b0219cb93541d85c2ba802fb9538015e1228703f09ca57bdb28a640a8f1fa0735716ba1e4bca2179c712dfb
 DIST lua-5.3.6.tar.gz 303770 BLAKE2B 
07c37c56f43095a4f6ca8eb8b3adf19afd53107c02b62b2bcb3619565cb2100d5f823493eef93092d5e312b30fc28885a6d9e8f0ba5a23b5bed86dc4515a5d61
 SHA512 
ccc380d5e114d54504de0bfb0321ca25ec325d6ff1bfee44b11870b660762d1a9bf120490c027a0088128b58bb6b5271bbc648400cab84d2dc22b512c4841681
-DIST lua-5.3.6.tar.xz 541364 BLAKE2B 
80bdfc923417456dc9351651293f3e615128f62bfb791155866011d548143be3509fe0020ccee11f2444d745209b0e79947bdeae71adf3278132f0bdb39aced5
 SHA512 
89a70981112f9d02879320942f3bf8edb4469fc26fe55b630a03c043db1defe3f996e214b1b7fc70d86133f7cd274798fea665d3b3a3d246dbd2f269a93aa0b0
+DIST lua-5.3.6.tar.xz 541220 BLAKE2B 
c356cec06b14cdcbb29e382c951491432a3189618f9fd8c8832bdc8c831640fbcb9e212db05b61a577633c5fe9831e75a158cb97720c1e51cab27544526c9e24
 SHA512 
9a632a90806fa71398d70be7d38769065c1258fd94709cef72236753b42131b8d30da2a5dd28c74211ef8d04b0c30f52d0c593d49c2e8686568c8896b69577d7
 DIST lua-5.4.4-tests.tar.gz 134094 BLAKE2B 
63f5888a506f504f849fb2000cf551960df8eca3107601dcc8243e8ea5a1b13a70bff7dea4aebe3ab35b7e9df58c2ca44a7a27aa4de82240877eb8d7a017642e
 SHA512 
08b3d764b3f362a2cddf5a23e71b16eea96a234a970fa0048bab358ebbd77f99d9bd132af12254383c5bb5426516e1ce2107e529e88d3963869255f5a41198ef
 DIST lua-5.4.4.tar.gz 360876 BLAKE2B 
8747ef5c83bd4c54b73eeaad6991ab5fccc54ee000973afd9cf3367b8945f03c54e843ec88c48043003cd9d3b42281c593cb485b7165add2744cfea06d8b7668
 SHA512 
af0c35d5ba00fecbb2dd617bd7b825edf7418a16a73076e04f2a0df58cdbf098dc3ff4402e974afd789eb5d86d2e12ec6df9c84b99b23656ea694a85f83bcd21
 DIST lua-5.4.4.tar.xz 606448 BLAKE2B 
6b37a3dcb7e546467b4c179801f012b0de59dd6464db1fd6145405de0e9f9efd05459aae19555806265ef425759811320bc77863945a7f412544afe00cddbf44
 SHA512 
4e4a1abc13cc43387c43af4b02125e410e777e3f7c9d8ee3b85f46ba9f9eef406d386d2b2f4963f218a240c78a29e462d4ee039439260c48ebec8d5bbde5

diff --git a/dev-lang/lua/lua-5.3.6-r101.ebuild 
b/dev-lang/lua/lua-5.3.6-r102.ebuild
similarity index 100%
rename from dev-lang/lua/lua-5.3.6-r101.ebuild
rename to dev-lang/lua/lua-5.3.6-r102.ebuild



[gentoo-commits] proj/lua-patches:5.3.6 commit in: src/, doc/, /

2022-09-06 Thread David Seifert
commit: 8e5d5dc26b7bc303cd4e584bd003bf0afb0611e5
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 10:09:07 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 10:09:07 2022 +
URL:https://gitweb.gentoo.org/proj/lua-patches.git/commit/?id=8e5d5dc2

Add Autotools

* inspired by Fedora's patches, but mostly rewritten
  for Gentoo's multi-versioned approach.

Signed-off-by: David Seifert  gentoo.org>

 Makefile.am | 73 +
 configure.ac| 47 ++
 doc/{lua.1 => lua5.3.1} |  0
 doc/{luac.1 => luac5.3.1}   |  0
 src/lopcodes.c  |  4 +--
 src/lopcodes.h  |  4 +--
 src/lua5.3.pc.in| 17 ++
 src/{luaconf.h => luaconf.h.in} |  8 ++---
 src/lundump.h   |  2 +-
 test-wrapper.sh | 13 
 10 files changed, 158 insertions(+), 10 deletions(-)

diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 000..c412322
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,73 @@
+
+# doc/ #
+
+
+dist_doc_DATA = README
+dist_man1_MANS = doc/lua5.3.1 doc/luac5.3.1
+dist_html_DATA = \
+   doc/contents.html doc/index.css doc/logo.gif doc/lua.css doc/manual.css 
\
+   doc/manual.html doc/osi-certified-72x60.png doc/readme.html
+
+
+# src/ #
+
+
+AM_CFLAGS = -Wall
+AM_CPPFLAGS = -I$(builddir)/src # for luaconf.h
+
+luadir = $(includedir)/lua5.3
+lua_HEADERS = src/lua.h src/lualib.h src/lauxlib.h src/lua.hpp
+nodist_lua_HEADERS = src/luaconf.h
+
+lib_LTLIBRARIES = src/liblua5.3.la
+src_liblua5_3_la_LIBADD = $(LIBM)
+src_liblua5_3_la_SOURCES = \
+   src/lapi.c src/lapi.h src/lauxlib.c src/lbaselib.c src/lcode.c 
src/lcode.h \
+   src/lcorolib.c src/lctype.c src/lctype.h src/ldblib.c src/ldebug.c \
+   src/ldebug.h src/ldo.c src/ldo.h src/ldump.c src/lfunc.c src/lfunc.h \
+   src/lgc.c src/lbitlib.c src/lgc.h src/linit.c src/liolib.c src/llex.c \
+   src/llex.h src/llimits.h src/lmathlib.c src/lmem.c src/lmem.h 
src/loadlib.c \
+   src/lobject.c src/lobject.h src/lopcodes.c src/lopcodes.h \
+   src/loslib.c src/lparser.c src/lparser.h src/lprefix.h src/lstate.c \
+   src/lstate.h src/lstring.c src/lstring.h src/lstrlib.c src/ltable.c \
+   src/ltable.h src/ltablib.c src/ltm.c src/ltm.h src/lundump.c 
src/lundump.h \
+   src/lutf8lib.c src/lvm.c src/lvm.h src/lzio.c src/lzio.h
+
+bin_PROGRAMS = lua5.3 luac5.3
+
+lua5_3_SOURCES = src/lua.c
+lua5_3_CPPFLAGS = $(AM_CPPFLAGS) $(READLINE_CFLAGS)
+lua5_3_LDADD = src/liblua5.3.la $(READLINE_LIBS)
+
+luac5_3_SOURCES = src/luac.c
+luac5_3_LDADD = src/liblua5.3.la
+
+EXTRA_DIST = src/luaconf.h.in
+BUILT_SOURCES = src/luaconf.h
+CLEANFILES = $(BUILT_SOURCES)
+
+pkgconfig_DATA = src/lua5.3.pc
+
+edit = $(SED) \
+   -e 's,@prefix[@],$(prefix),g' \
+   -e 's,@datadir[@],$(datadir),g' \
+   -e 's,@libdir[@],$(libdir),g'
+
+src/luaconf.h: $(srcdir)/src/luaconf.h.in
+   rm -f $@ && $(edit) $(srcdir)/src/luaconf.h.in >$@
+
+##
+# tests/ #
+##
+
+TESTS = tests/all.lua
+TESTS_ENVIRONMENT = env LUA=$(abs_builddir)/lua5.3 
$(abs_srcdir)/test-wrapper.sh
+
+EXTRA_DIST += test-wrapper.sh \
+   tests/all.lua tests/api.lua tests/attrib.lua tests/big.lua 
tests/bitwise.lua \
+   tests/calls.lua tests/closure.lua tests/code.lua tests/constructs.lua \
+   tests/coroutine.lua tests/db.lua tests/errors.lua tests/events.lua \
+   tests/files.lua tests/gc.lua tests/goto.lua tests/literals.lua \
+   tests/locals.lua tests/main.lua tests/math.lua tests/nextvar.lua \
+   tests/pm.lua tests/sort.lua tests/strings.lua tests/tpack.lua 
tests/utf8.lua \
+   tests/vararg.lua tests/verybig.lua

diff --git a/configure.ac b/configure.ac
new file mode 100644
index 000..3faeae4
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,47 @@
+AC_PREREQ([2.69])
+AC_INIT([lua5.3], [5.3.6], [https://bugs.gentoo.org/], [lua], 
[http://www.lua.org])
+
+AC_CONFIG_SRCDIR([src/lapi.c])
+AC_CONFIG_MACRO_DIR([m4])
+
+AM_INIT_AUTOMAKE([1.15 foreign dist-xz no-dist-gzip serial-tests 
subdir-objects -Wall])
+
+AC_PROG_CC
+AC_PROG_SED
+AM_PROG_AR
+LT_INIT([disable-static])
+LT_LIB_M
+
+PKG_INSTALLDIR
+
+AC_ARG_WITH([readline],
+  [AS_HELP_STRING([--with-readline], [Use readline for interpreter input 
[default=yes]])])
+
+# Check for readline
+AS_IF([test "x$with_readline" != "xno"], [
+  PKG_CHECK_MODULES([READLINE], [readline])
+  AC_DEFINE([LUA_USE_READLINE], [1], [Building with readline support])
+])
+
+AS_CASE([${host}],
+  [*-mingw*], [
+AC_DEFINE([LUA_BUILD_AS_DLL], [1], [Building a DLL under Win32])
+  ],
+  [*-darwin*], [
+AC_DEFINE([LUA_USE_MACOSX], [1], [Use macOS routines])
+  ],
+  [*-linux*], [
+AC_DEFINE([LUA_USE_LINUX], [1], [Use Linux routines])
+AC_SEARCH_LIBS([dlopen], [dl dld], [], [
+  AC_MSG_ERROR([unable to find the dlopen() 

[gentoo-commits] proj/lua-patches:5.3.6 commit in: /

2022-09-06 Thread David Seifert
commit: ffb1272e99f61e300a36b1c679d1f0925b1e2d14
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 10:09:05 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 10:09:05 2022 +
URL:https://gitweb.gentoo.org/proj/lua-patches.git/commit/?id=ffb1272e

Add .gitignore

Signed-off-by: David Seifert  gentoo.org>

 .gitignore | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..d2e4c0d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Autotools
+aclocal.m4
+ar-lib
+autom4te.cache/
+build*/
+compile
+config.guess
+config.log
+config.status
+config.sub
+configure
+configure~
+depcomp
+install-sh
+libtool
+ltmain.sh
+m4/
+Makefile
+Makefile.in
+missing
+.deps/
+.dirstamp
+.libs/
+stamp-h1
+*.la
+*.o
+*.lo
+lua5*
+luac5*
+*.pc



[gentoo-commits] proj/lua-patches:5.1.5 commit in: /

2022-09-06 Thread David Seifert
commit: f526fbe0e28bdde90de06bdd044bd55148c3f426
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 10:05:49 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 10:05:49 2022 +
URL:https://gitweb.gentoo.org/proj/lua-patches.git/commit/?id=f526fbe0

Add .gitignore

Signed-off-by: David Seifert  gentoo.org>

 .gitignore | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..d2e4c0d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Autotools
+aclocal.m4
+ar-lib
+autom4te.cache/
+build*/
+compile
+config.guess
+config.log
+config.status
+config.sub
+configure
+configure~
+depcomp
+install-sh
+libtool
+ltmain.sh
+m4/
+Makefile
+Makefile.in
+missing
+.deps/
+.dirstamp
+.libs/
+stamp-h1
+*.la
+*.o
+*.lo
+lua5*
+luac5*
+*.pc



[gentoo-commits] proj/lua-patches:5.1.5 commit in: src/, /, doc/

2022-09-06 Thread David Seifert
commit: a336d1bd47c13927547676b34aa809f583fb8cdc
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 10:05:50 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 10:05:50 2022 +
URL:https://gitweb.gentoo.org/proj/lua-patches.git/commit/?id=a336d1bd

Add Autotools

* inspired by Fedora's patches, but mostly rewritten
  for Gentoo's multi-versioned approach.

Signed-off-by: David Seifert  gentoo.org>

 Makefile.am | 72 +
 configure.ac| 58 +
 doc/{lua.1 => lua5.1.1} |  0
 doc/{luac.1 => luac5.1.1}   |  0
 src/ldo.h   |  2 +-
 src/lfunc.h |  2 +-
 src/lmem.h  |  4 +--
 src/lstring.h   |  2 +-
 src/lua5.1.pc.in| 17 ++
 src/luac.c  |  1 -
 src/{luaconf.h => luaconf.h.in} | 12 ++-
 src/lundump.h   |  2 +-
 test-wrapper.sh | 13 
 13 files changed, 169 insertions(+), 16 deletions(-)

diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 000..23d039a
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,72 @@
+
+# doc/ #
+
+
+dist_doc_DATA = HISTORY README
+dist_man1_MANS = doc/lua5.1.1 doc/luac5.1.1
+dist_html_DATA = \
+   doc/contents.html doc/cover.png doc/logo.gif doc/luac.html doc/lua.css \
+   doc/lua.html doc/manual.css doc/manual.html doc/readme.html
+
+
+# src/ #
+
+
+AM_CFLAGS = -Wall
+AM_CPPFLAGS = -I$(builddir)/src # for luaconf.h
+
+luadir = $(includedir)/lua5.1
+lua_HEADERS = src/lua.h src/lualib.h src/lauxlib.h etc/lua.hpp
+nodist_lua_HEADERS = src/luaconf.h
+
+lib_LTLIBRARIES = src/liblua5.1.la
+src_liblua5_1_la_LIBADD = $(LIBM)
+src_liblua5_1_la_SOURCES = \
+   src/lapi.c src/lapi.h src/lauxlib.c src/lbaselib.c src/lcode.c 
src/lcode.h \
+   src/ldblib.c src/ldebug.c src/ldebug.h src/ldo.c src/ldo.h src/ldump.c \
+   src/lfunc.c src/lfunc.h src/lgc.c src/lgc.h src/linit.c src/liolib.c \
+   src/llex.c src/llex.h src/llimits.h src/lmathlib.c src/lmem.c 
src/lmem.h \
+   src/loadlib.c src/lobject.c src/lobject.h src/lopcodes.c src/lopcodes.h 
\
+   src/loslib.c src/lparser.c src/lparser.h src/lstate.c src/lstate.h \
+   src/lstring.c src/lstring.h src/lstrlib.c src/ltable.c src/ltable.h \
+   src/ltablib.c src/ltm.c src/ltm.h src/lundump.c src/lundump.h src/lvm.c 
\
+   src/lvm.h src/lzio.c src/lzio.h
+
+bin_PROGRAMS = lua5.1 luac5.1
+
+lua5_1_SOURCES = src/lua.c
+lua5_1_CPPFLAGS = $(AM_CPPFLAGS) $(READLINE_CFLAGS)
+lua5_1_LDADD = src/liblua5.1.la $(READLINE_LIBS)
+
+luac5_1_SOURCES = src/luac.c
+luac5_1_LDADD = src/liblua5.1.la
+
+EXTRA_DIST = src/luaconf.h.in
+BUILT_SOURCES = src/luaconf.h
+CLEANFILES = $(BUILT_SOURCES)
+
+pkgconfig_DATA = src/lua5.1.pc
+
+edit = $(SED) \
+   -e 's,@prefix[@],$(prefix),g' \
+   -e 's,@datadir[@],$(datadir),g' \
+   -e 's,@libdir[@],$(libdir),g'
+
+src/luaconf.h: $(srcdir)/src/luaconf.h.in
+   rm -f $@ && $(edit) $(srcdir)/src/luaconf.h.in >$@
+
+##
+# tests/ #
+##
+
+TESTS = \
+   test/bisect.lua test/cf.lua test/echo.lua test/env.lua 
test/factorial.lua \
+   test/fib.lua test/fibfor.lua test/hello.lua test/printf.lua 
test/sieve.lua \
+   test/sort.lua test/trace-calls.lua test/trace-globals.lua
+TESTS_ENVIRONMENT = env LUA=$(abs_builddir)/lua5.1 
$(abs_srcdir)/test-wrapper.sh
+
+EXTRA_DIST += test-wrapper.sh \
+   test/bisect.lua test/cf.lua test/echo.lua test/env.lua 
test/factorial.lua \
+   test/fibfor.lua test/fib.lua test/globals.lua test/hello.lua 
test/life.lua \
+   test/luac.lua test/printf.lua test/readonly.lua test/sieve.lua 
test/sort.lua \
+   test/table.lua test/trace-calls.lua test/trace-globals.lua test/xd.lua

diff --git a/configure.ac b/configure.ac
new file mode 100644
index 000..f483977
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,58 @@
+AC_PREREQ([2.69])
+AC_INIT([lua5.1], [5.1.6], [https://bugs.gentoo.org/], [lua], 
[http://www.lua.org])
+
+AC_CONFIG_SRCDIR([src/lapi.c])
+AC_CONFIG_MACRO_DIR([m4])
+
+AM_INIT_AUTOMAKE([1.15 foreign dist-xz no-dist-gzip serial-tests 
subdir-objects -Wall])
+
+AC_PROG_CC
+AC_PROG_SED
+AM_PROG_AR
+LT_INIT([disable-static])
+LT_LIB_M
+
+PKG_INSTALLDIR
+
+AC_ARG_ENABLE([deprecated],
+  [AS_HELP_STRING([--disable-deprecated], [Disable deprecated APIs 
[default=yes]])])
+
+AS_IF([test "x$enable_deprecated" != "xno"], [
+  AC_DEFINE([LUA_COMPAT_VARARG], [1], [Compatibility with old vararg feature])
+  AC_DEFINE([LUA_COMPAT_MOD], [1], [Compatibility with old math.mod function])
+  AC_DEFINE([LUA_COMPAT_LSTR], [1], [Compatibility with old long string 
nesting facility])
+  AC_DEFINE([LUA_COMPAT_GFIND], [1], [Compatibility with old 'string.gfind' 
name])
+  AC_DEFINE([LUA_COMPAT_OPENLIB], [1], [Compatibility with old 'luaL_openlib' 
behavior])
+])

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

2022-09-06 Thread Jakov Smolić
commit: b852438348a2ae3ce388aa9d3071ea08ee1446cd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Sep  6 09:47:52 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Sep  6 09:47:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8524383

dev-python/leechcorepyc: Stabilize 2.12.0 x86, #868672

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

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

diff --git a/dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild 
b/dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild
index 59dd339fd0a7..09a5ccc7af35 100644
--- a/dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild
+++ b/dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # leechcorepyc ships with a bundled version of the LeechCore library. So we
 # don't depend on the library here. But we must be aware this module doesn't



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2022-09-06 Thread Yixun Lan
commit: bea7f7e378e362228dbac0bf50fc77b04c75c1f3
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Sep  6 09:28:56 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Sep  6 09:30:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea7f7e3

app-i18n/ibus: remove stray pyc/pyo files

Closes: https://bugs.gentoo.org/865753
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/ibus/ibus-1.5.27.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.27.ebuild b/app-i18n/ibus/ibus-1.5.27.ebuild
index 935a3baa1a42..65119041410e 100644
--- a/app-i18n/ibus/ibus-1.5.27.ebuild
+++ b/app-i18n/ibus/ibus-1.5.27.ebuild
@@ -184,7 +184,6 @@ src_test() {
 
 src_install() {
default
-   find "${ED}" -name '*.la' -delete || die
 
if use python; then
python_install() {
@@ -207,6 +206,13 @@ src_install() {
 
# Undo compression of man page
find "${ED}"/usr/share/man -type f -name '*.gz' -exec gzip -d {} \; || 
die
+
+   # Remove stray python files generated by the build system
+   find "${ED}" -name '*.pyc' -exec rm -f {} \; || die
+   find "${ED}" -name '*.pyo' -exec rm -f {} \; || die
+
+   # Remove la files
+   find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_postinst() {



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

2022-09-06 Thread Joonas Niilola
commit: ac34805ba428e616dbfdbe0c76510af25a20107f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Sep  6 09:23:02 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep  6 09:23:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac34805b

www-client/firefox: add 104.0.2

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

 www-client/firefox/Manifest   |   98 +++
 www-client/firefox/firefox-104.0.2.ebuild | 1278 +
 2 files changed, 1376 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index e9e213050b37..a6a2cd4890e9 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -196,6 +196,104 @@ DIST firefox-104.0.1-xh.xpi 433358 BLAKE2B 
d9ab0fbbf5a13f5148dd00a67e66794bc9e1e
 DIST firefox-104.0.1-zh-CN.xpi 587664 BLAKE2B 
6a872096ed781d3e9a5b25003d509645fa533adebf76a4e49094b4a50b3dc57962f2bf26f543aa05e96c645497cb2464b91894ea2252c514f2548ffbd5bcc895
 SHA512 
611fbd6a2f3336d3e9d349498927303b88bd5d66f459a68b5394f6d2dad2c15f244ecfca6c34ae89ac0e495d745022ef423860f8d73190e8033c3a500136afae
 DIST firefox-104.0.1-zh-TW.xpi 588454 BLAKE2B 
191fc277ff76942b6a67f96b49fe242a6e684226fcff3060e94a68afd2213250baf7b27b2831d5f80577afce85590da366363153290c7e0fc338c40f745b8732
 SHA512 
b51692a001ac04f29784f7eaa2b510f5bf59ca80864624de05bdcdf5df2283303e7497cf179fb386b229b1376a3db932e339246fdba34e0fc2eee2f8eb167920
 DIST firefox-104.0.1.source.tar.xz 485616148 BLAKE2B 
285ef1cb8f9ed2d8dfadbf93af97ea6bffa6f202804170edde8b55ecc951c5c305140ab4f16aad684b8b5f7baaa0083d297365f01bdeb63ff87e6d363fcf
 SHA512 
ad80fccfde34a201fc4b596c2a0a1d959abc132946dde0865b6da624a07fd9c57381bc268c394a17f295e0e183d122b2cf5c5126e8a0bc99684affaa6212e246
+DIST firefox-104.0.2-ach.xpi 458326 BLAKE2B 
eba568e83dd1103b5e6ec2a955aca8c866526ea276f9da0279932c8ab531d3ac0ceb53bafd5ee93dbc2762c1b4a6baca31fa85f6328e6f8c8ec9419e4e9faeaf
 SHA512 
4f28bceea0d5e74a777b77a460399bbc90012c3010ba3f663c0ebc122f8e8eb659518f9a696d547380e0210a4d47f8dce86f162c5174697537fb5ae9acc90ac0
+DIST firefox-104.0.2-af.xpi 423660 BLAKE2B 
01af740806fc537f59476a761c468b9a388c9075c22f8aed4dc26362ccd9a276b5452c7294cf11776e4f16f5a584c8db9f0803647243bf237bc8dd5e5d93de6b
 SHA512 
e57bad8e8f4292d0d4334cb3821ee99e1391b26dcf1f1fe3ec94a5e4a36240c74e0cbd6d7aba0b851d77858bfba7b9aab3e91c72aec6cc5a83a54a848feef4f5
+DIST firefox-104.0.2-an.xpi 502550 BLAKE2B 
8388698af62217b8eb15f4f020702543556d5995b2e8ae3c70bfc83b1a4c54974fe13eca0ffac1eacb81c38bd02bfd44f1cf84bd5b46a2c84ab3326b25c37ec7
 SHA512 
08c2157844b28e5f4736744d163220d72daace953679a63e99d44cbcf0b186eb19ba7d30eab9e157852584fe98044926f2787e4a60134d3f4f1d5bc4a250a8d5
+DIST firefox-104.0.2-ar.xpi 565459 BLAKE2B 
a24c5d9771b06db7b83275e7303757dfec585817ad3f46cf8fd43c0aa3c523ccb1f9aad56a1e3b334bd8ef05d1768cdf8d4f75ec73071fa55436b63be78e8507
 SHA512 
5245d86cead3a00cd616db52e2ae45362e943ecff727962407789465b231e44f40462073ba7d9bdc87345fc135e2ef126b535e965f252f1f0df90502cfd7be27
+DIST firefox-104.0.2-ast.xpi 498361 BLAKE2B 
ffda33cb72504a9f21fdea8fe5a2656e6d43eecb8bc3c6c9ed39fea4702a8c7b7909027de23dc02ffeb124f1d178f161e19e2ac4a0615d6a8f4b6f5eadb98f79
 SHA512 
732993329e1368951935b61aeedb7796d453fa43824d010c31fbcb10c9c1f31064b3caadfe3ef6ebe37f84674eba79152aab29910cac95cf71b146ce22dcf5c7
+DIST firefox-104.0.2-az.xpi 489605 BLAKE2B 
c11b22540a8450e45f2d0c423f5a359428e47139451a1a4ec9519e145a29caedddcfa4d226951167cf9c7ad205df045c4b14bceaa1b9ffa31b6aaa53d8c42de3
 SHA512 
6e823109df3d34a16fb6fb60588d89651946fad16aa2cbb1fdfb071757d20dc75a024b82dd1318770815ae581749862a2e700df4b3c50e3271e40cc71f81be9b
+DIST firefox-104.0.2-be.xpi 637262 BLAKE2B 
ef30f08cab2bd8bebe19f66a996b9a39d3467f93c423010b4388f9894352b933b1683fb7b04cdf37b44a8ae869e57fb1f33f56084182ec0b69b27bd2410e01bf
 SHA512 
4ba3be25706e72d9b263f233e3bd4fad6873b0f391cf35f32f407b55df9affdb4a5e5c1fc68e8ae416127074d397f03ac4b5320860b93e20927b77fb88cf97c4
+DIST firefox-104.0.2-bg.xpi 581967 BLAKE2B 
8ca3bb0173ac93dc9cb83fea951dbbda423daf39cd5b68e5bd9a9a36d965df24307f5315a5fa18ba0d0e05dbccda6ee13422e7fd42e18231e90f6b142e88
 SHA512 
245fef211927dd71c8df1496b0f332c7a0b4fdb2205475f29321c153908a76b6761f2d36628b53fe8ff4e1522ad469477b75e8c95cba4040f44b71acaa1e0470
+DIST firefox-104.0.2-bn.xpi 580175 BLAKE2B 
a467e3f1e7d941599ab1d811228b3901797cbbbf87ee543e245ead92b5794c54db57ca126f7875239c2cdc5e72af2c0ba92cef2b96ac81ae4f96580e08a5b1a2
 SHA512 
2e0d0a8248ee33499f6c85a9c9b1d3fee77286ed6d2be2eb53449e85a4e6b89eec6e50c0e69462a8ea1371addf572a2436e52218e321b72344b197548090ed68
+DIST firefox-104.0.2-br.xpi 535106 BLAKE2B 
6d7905c37b5a95f04f811aeb7f7aed270ae788ad58742d7afc684bcc48538ec4578ce66220c5c4486f8af86ae3764dcb605ab10ea276fa5e4c6608f494546ceb
 SHA512 
ceb5c77cfaea5643440f28151adf46655f8006e18ccbe8ded35bdd7b0106b1dcb8ae1304d272c416f5fe44bf0418b993ae22e2a16fc4c56267ff96583786156e
+DIST firefox-104.0.2-bs.xpi 466916 BLAKE2B 

[gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/verible/

2022-09-06 Thread Rui Huang
commit: 0958bde53ba661767cc0463bbe87bd6fdbea2f72
Author: Huang Rui  gmail  com>
AuthorDate: Tue Sep  6 09:18:24 2022 +
Commit: Rui Huang  gmail  com>
CommitDate: Tue Sep  6 09:18:24 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0958bde5

sci-electronics/verible: add 0.0.2275

Signed-off-by: Huang Rui  gmail.com>

 sci-electronics/verible/Manifest|  17 
 sci-electronics/verible/verible-0.0.2275.ebuild | 111 
 2 files changed, 128 insertions(+)

diff --git a/sci-electronics/verible/Manifest b/sci-electronics/verible/Manifest
index dfdbc5b97..b9b8f19f6 100644
--- a/sci-electronics/verible/Manifest
+++ b/sci-electronics/verible/Manifest
@@ -1,4 +1,6 @@
 DIST abseil-cpp-20211102.0.zip 2697209 BLAKE2B 
0e1ddcdd55a606d3899e120b75fe36e88bf188ea4ee3f13d510ea9a13cf97fe5bfe28ebd7a689d018d91e8d78786d102b20a35150d5eba5942b74b09eaa14e2d
 SHA512 
a1e90ddc66ca2f97d49655fe3aeeaf8fb30f990da415bbeb5413fe064d753a97be4beeef9fa387a3e576b2fc3672b996279ec9ee0c43f3e6302faa5cefc21b70
+DIST abseil-cpp-20220623.0.zip 2779034 BLAKE2B 
6a8e3e22de7bd3a14cf0659acaef4040916bb650d6f0cb2f84ecdb3309b4e62e99f686f47c554b123e2f683e3752b42fedbf8a2bc1f5c6356874b7856e325260
 SHA512 
468c6c8092f1eaeb83ec5ce191a61605eac654fca6c25839642c69a2a27de47484bf5d5b2d0db49eb37b807e1ee5fc9bdd4609e02075dd4d2f5b5d35b5eda5b9
+DIST abseil-py-1.2.0.tar.gz 219456 BLAKE2B 
ec7d878692dcf0cbe879cd7df51bc1b8ceeae945b053419b4a024a637e726064128af69fe077a26413f8562dd4a35830b340d000a6c9d520c7674b81a7e417ae
 SHA512 
f363814ed65a68ae4bfd833dc095491349349e70327c0a87ad68ddc3b8429dacc78aaa16d2ff0d733487a12a2ab09094d4ccd1c1133981f65c12d3715cee410d
 DIST anytree-2.8.0.tar.gz 186963 BLAKE2B 
dcdbbf47c8c20b36d7ec72f29c09447c7f3d31366980ca588e082936d3ba2c4c7b0cf6b42747e373a238cd4a10a31ac2894ccf32fc44e11052b59a28b71fd1e3
 SHA512 
73ad57960c25d9fd31b001a5ff2f0e67c4d45db00ff2f9aec090c7a3c4028630b0242f5ae18e58a8374f4aacb4f0bad24ce61cc97fc573aaca623a0b64a85894
 DIST 
bazel-compilation-database-ace73b04e76111afa09934f8771a2798847e724e.tar.gz 
14455 BLAKE2B 
fc6efeffe2f775707e553da2f75c31028406dc2921e55872a57577df93983abfb1ed5401740819426a753595234d4521b67945bf6aa81a7835876433660618da
 SHA512 
3851772bd9a25a337e8293cfd4ecba63bc3fe137cf93a6420e8807394860a791d761489fe5437d92e3c2bf52d87b1a440be49703405fb38b23f5b40e49b05706
 DIST bazel-skylib-1.0.2.tar.gz 30704 BLAKE2B 
ae0674711d907a1a60ef6eeb7770e03e10c5bab7a095c4e842594a62c29fe97203da3dc66f2a01efc1ed73b02b6c6fb9a8e9c819e1682b98229152c078312985
 SHA512 
e9614ac15a6764d34a738d935e55a6bc860836075a8d35917ddae57f29fb6b7f89135f7b6ac83b78c5fba800663ec47eb1327b0b8cb03d4af79db49fb9e3952a
@@ -7,23 +9,38 @@ DIST bazel_coverage_output_generator-v2.5.zip 4221347 BLAKE2B 
47d1500c2c5852b332
 DIST bazel_java_tools-v11.6.zip 44622284 BLAKE2B 
5b4e056d107577d309dc925e79e80008b79e1a7c668b6e94ed61026e11b5a5edbe4bb558f8232c71827c103f409c5bc830bb77d27a28146ee982db46b4c7f0c8
 SHA512 
182499686b2bb14a3dc98ce84892c0587c7fbc4fd0a81caf9199b401e98b9cf47fd8de048f025b963b60d024c6475f8d73e95a90b6c868a156fdf820ea66e718
 DIST bazel_java_tools_linux-v11.6.zip 1356227 BLAKE2B 
b8c901da12cb3311628edc6191a7020b0fbd61af8c89acae56bae72816c319414f9ae344c6bee45194fe35d22f671f63b359608eef49cb1225fa3e533d68f377
 SHA512 
659f6b200825497d88bf61633e1fddda146049968d0c2ff85b2019ead0878aae3f3753f7108844f948f8a3c6cb340800ac8d8fa89d83a93bd54c9dd07ba01f7b
 DIST bazel_rules_install-4cd8ab0b5d8a0117bb5b8c89a0024508d5d4d5ed.zip 37861 
BLAKE2B 
95e5cbfd44034813341f858167c20416f74dddcce55a644e7aa4d3dcbe1cf3c69c77653b0728409bf277b14943bea4a943fb80427324218933cacc77ded14b7b
 SHA512 
d79b0b073da60927bad16a5ca151d0da27c507943e5248103bf63613bcd5308cd0894109f4bebbb87f1c0e255849758f12e86c891003d0d221d08d5e24d9f8eb
+DIST bazel_rules_install-5ae7c2a8d22de2558098e3872fc7f3f7edc61fb4.zip 37860 
BLAKE2B 
62163639d8eb9dd6c661447bad3918448800aad56416dd5cfc3e81db4e030d3512ae0e06d1d454bed34ec5057265c9de865ec248044ccfa34386047e8d60b20d
 SHA512 
7951c94c5971a0689e0b1dd16ded14c76dbe8c97b348a81d7eee6f38799623f10741dae4b0a94b9d68a5d0e132aa571ba5784b9e09fd982ffd15832829141510
 DIST bazel_rules_java-7cf3cefd652008d0a64a419c34c13bdca6c8f178.zip 9422 
BLAKE2B 
bbc45c97551ee8126335b611ffca6574dac843d4db9b3221b10d26487f8eecfe38ba0cd67a4039a3ad921c25fea6294c43e4f4e7a57a060a30791acd6c4f9d39
 SHA512 
ba06242feb711e7fb6e821fd9ac029248b4f3e466fb1acf971d0db8196f3efe4d114ef137acbe4913073f8cbe8ccab4d47d8bafa21b867b2d6a6d57f5a647f0c
+DIST bazel_rules_java-981f06c3d2bd10225e85209904090eb7b5fb26bd.zip 9908 
BLAKE2B 
7f26f14ad26253cb1b8b7e9663a4c76771146c9e0fe8ead3223c3266f5be1515d489dc24addd73d0817a50e79eed67f56db984287ff87d6c00ef9df76d43
 SHA512 
968641bd53c4ef4d2760a979498cda29189fd6e8ccd150eeda587c6f96e9a38c3fc1c1ecc19446ed63950b5e6a29cad5251f3e66219c94774a546ca0f626be08
 DIST flex-2.6.4.tar.gz 1419096 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/

2022-09-06 Thread David Seifert
commit: c3c4c1e1ee4df63e23f0a1596dd883d734536a99
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  6 09:16:04 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  6 09:16:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c4c1e1

net-analyzer/rrdtool: quote emake arguments for lua's CFLAGS

Closes: https://bugs.gentoo.org/868675
Signed-off-by: David Seifert  gentoo.org>

 net-analyzer/rrdtool/rrdtool-1.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/rrdtool/rrdtool-1.8.0.ebuild 
b/net-analyzer/rrdtool/rrdtool-1.8.0.ebuild
index ad96cbb55058..9d56454bf1fe 100644
--- a/net-analyzer/rrdtool/rrdtool-1.8.0.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.8.0.ebuild
@@ -159,13 +159,13 @@ lua_src_compile() {
# We do need the CMOD-dir path here, otherwise libtool complains.
# Use the real one (i.e. not within ${ED}) just in case.
local myemakeargs=(
-   LUA_CFLAGS=$(lua_get_CFLAGS)
+   LUA_CFLAGS="$(lua_get_CFLAGS)"
LUA_INSTALL_CMOD="$(lua_get_cmod_dir)"
)
 
emake "${myemakeargs[@]}"
 
-   popd
+   popd || die
 }
 
 python_compile() {



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

2022-09-06 Thread Jakov Smolić
commit: 907964d99b608235d6ed4ca4a05bb0bf9047e921
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Sep  6 08:59:12 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Sep  6 08:59:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907964d9

dev-util/scons: Stabilize 4.4.0 x86, #868447

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

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

diff --git a/dev-util/scons/scons-4.4.0.ebuild 
b/dev-util/scons/scons-4.4.0.ebuild
index f56e48a671be..a62ffaf5328f 100644
--- a/dev-util/scons/scons-4.4.0.ebuild
+++ b/dev-util/scons/scons-4.4.0.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${P}/src"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2022-09-06 Thread Jakov Smolić
commit: ad714403f642e64fc58c6652a6e290e7b10e1c26
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Sep  6 09:00:00 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Sep  6 09:00:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad714403

dev-python/leechcorepyc: Stabilize 2.12.0 amd64, #868672

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

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

diff --git a/dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild 
b/dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild
index 25fcfee44ade..59dd339fd0a7 100644
--- a/dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild
+++ b/dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 # leechcorepyc ships with a bundled version of the LeechCore library. So we
 # don't depend on the library here. But we must be aware this module doesn't



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

2022-09-06 Thread Andrew Ammerlaan
commit: 9e5335c2dff5fb08a340d298e8f25093cb8cd96a
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Sep  6 08:24:11 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Sep  6 08:24:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5335c2

dev-python/qtsass: add 0.3.1

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

 dev-python/qtsass/Manifest|  1 +
 dev-python/qtsass/qtsass-0.3.1.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/qtsass/Manifest b/dev-python/qtsass/Manifest
index e6ecc367485f..798ccadae8f8 100644
--- a/dev-python/qtsass/Manifest
+++ b/dev-python/qtsass/Manifest
@@ -1 +1,2 @@
 DIST qtsass-0.3.0.tar.gz 27880 BLAKE2B 
07f71e794392ee23db901b1ae74e4c8a040b3e5b0681e05e2aa22ec2bdc958e588e2ee9ca9e5fdb4d341827b7c39a4ceb589ed4c669454cae78ee9747883
 SHA512 
fc3e082a01b35d1e7cada22cd5bea2aed37d4d3dd5a036d3d6d7621fb64ac61fdb3f2358f377f69e2cc5678798069af1d7cce04c4bcb9edf390d5162d308389c
+DIST qtsass-0.3.1.gh.tar.gz 28048 BLAKE2B 
d9f59898fcf7b825b515047f8a4e7db3dbd29c3133bbf1d65c5423b49ac2963786b83c0edefc1a596145f034e143362176d6fca965fa0899d6857073223e0d26
 SHA512 
7d7f65048d9944e80009edc2dcd9e4cd673e35d672d4424a4de5af7982604891452ecb7fb78e50bfc4f0cd3b5060eccad9db18bdd38c9900d9a3013753237e94

diff --git a/dev-python/qtsass/qtsass-0.3.1.ebuild 
b/dev-python/qtsass/qtsass-0.3.1.ebuild
new file mode 100644
index ..ee672106b59b
--- /dev/null
+++ b/dev-python/qtsass/qtsass-0.3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Compile SASS files to Qt stylesheets"
+HOMEPAGE="https://github.com/spyder-ide/qtsass;
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/libsass[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-java/joda-time/files/, dev-java/joda-time/

2022-09-06 Thread Florian Schmaus
commit: e158cd83cb04db371531dfe3e3630f87062bbf97
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Aug 14 11:46:34 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Sep  6 08:20:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e158cd83

dev-java/joda-time: add 2.11.0

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/joda-time/Manifest|  1 +
 .../joda-time/files/joda-time-2.11.0-test.patch| 14 
 dev-java/joda-time/joda-time-2.11.0.ebuild | 95 ++
 3 files changed, 110 insertions(+)

diff --git a/dev-java/joda-time/Manifest b/dev-java/joda-time/Manifest
index c81931d3700b..1ce8b77b7124 100644
--- a/dev-java/joda-time/Manifest
+++ b/dev-java/joda-time/Manifest
@@ -1 +1,2 @@
 DIST joda-time-2.10.14.tar.gz 1055876 BLAKE2B 
c70ad0724ad5e6d6f6a158ed05eb9711095cd353bf72a43a3edaa8ce36db1f92e0c18cd2e2b73c34e4126962d0ef97bf83844f9de924df8aadce7d38ffdb7975
 SHA512 
061c341c35f5187422fe402500384f5933c1eb0c77963f65b5295b8f9b479adf29f944269173d9a93e4a288c583777b21f085afe4c5da6c695f14801636f0fc1
+DIST joda-time-2.11.0.tar.gz 1055531 BLAKE2B 
98b64e0419a1b7379d3467d012a1162afedb537048c86f8e9069ef5e21649dfe01d458a8e74ccb5dc052940b6edd2eba73ad86ae25bc20d3e62ec73a7a56a605
 SHA512 
357c8b3d1cc1cdd164cf2486a55ab9489db43c4243f140da5c21ee84bc3a801f51e2e2c2a257dbe2d2ce41bc33c676854136eddf3606ed7da69dcd3a10b2d010

diff --git a/dev-java/joda-time/files/joda-time-2.11.0-test.patch 
b/dev-java/joda-time/files/joda-time-2.11.0-test.patch
new file mode 100644
index ..a74cd01edfbc
--- /dev/null
+++ b/dev-java/joda-time/files/joda-time-2.11.0-test.patch
@@ -0,0 +1,14 @@
+--- a/src/test/java/org/joda/time/TestDateTimeZone.java
 b/src/test/java/org/joda/time/TestDateTimeZone.java
+@@ -778,9 +778,10 @@ public class TestDateTimeZone extends TestCase {
+ static final boolean JDK9;
+ static {
+ boolean jdk9 = true;
++System.out.println("java.version = " + 
System.getProperty("java.version")  );
+ try {
+ String str = System.getProperty("java.version");
+-jdk9 = str.startsWith("9");
++jdk9 = str.startsWith("11");
+ } catch (Exception ex) {
+ jdk9 = false;
+ }

diff --git a/dev-java/joda-time/joda-time-2.11.0.ebuild 
b/dev-java/joda-time/joda-time-2.11.0.ebuild
new file mode 100644
index ..316c6321066d
--- /dev/null
+++ b/dev-java/joda-time/joda-time-2.11.0.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/JodaOrg/joda-time/archive/v2.11.0.tar.gz --slot 0 --keywords 
"~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris" --ebuild joda-time-2.11.0.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="joda-time:joda-time:2.11.0"
+JAVA_TESTING_FRAMEWORKS="junit"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Date and time library to replace JDK date handling"
+HOMEPAGE="https://www.joda.org/joda-time/;
+SRC_URI="https://github.com/JodaOrg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
+
+# Common dependencies
+# POM: pom.xml
+# org.joda:joda-convert:1.9.2 -> >=dev-java/joda-convert-2.2.2:0
+
+CP_DEPEND="dev-java/joda-convert:0"
+
+DEPEND=">=virtual/jdk-1.8:*
+   ${CP_DEPEND}"
+
+RDEPEND=">=virtual/jre-1.8:*
+   ${CP_DEPEND}"
+
+PATCHES=(
+   # Enable tests for jdk-11 in
+   # src/test/java/org/joda/time/TestDateTimeZone.java
+   "${FILESDIR}/joda-time-2.11.0-test.patch"
+)
+
+DOCS=( NOTICE.txt README.md RELEASE-NOTES.txt )
+
+S="${WORKDIR}/${P}"
+
+JAVA_AUTOMATIC_MODULE_NAME="org.joda.time"
+JAVA_SRC_DIR="src/main/java"
+JAVA_RESOURCE_DIRS="src/main/res"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit"
+JAVA_TEST_SRC_DIR="src/test/java"
+JAVA_TEST_RESOURCE_DIRS="src/test/resources"
+JAVA_TEST_RUN_ONLY="org.joda.time.TestAllPackages"
+
+src_prepare() {
+   default
+   # move .properties files to JAVA_RESOURCE_DIRS
+   mkdir -p src/main/res
+   cp -r src/main/{java/*,res} || die
+   find src/main/res -type f ! -name '*.properties' -exec rm -rf {} + || 
die
+}
+
+src_compile() {
+   java-pkg-simple_src_compile
+
+   # Generate the missing "org/joda/time/tz/data/ZoneInfoMap"
+   # Arguments from 
https://github.com/JodaOrg/joda-time/blob/v2.10.10/pom.xml#L413-L427
+   "$(java-config -J)" \
+   -cp ${PN}.jar \
+   org.joda.time.tz.ZoneInfoCompiler \
+   -src "${JAVA_SRC_DIR}/org/joda/time/tz/src" \
+   -dst "${P}/src/main/resources/org/joda/time/tz/data" \
+   africa \
+ 

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

2022-09-06 Thread Florian Schmaus
commit: 27e3c02d10c1eae2bf8489ed83252520868d3c9d
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon Sep  5 18:08:26 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Sep  6 08:20:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e3c02d

dev-java/snakeyaml: add 1.31

Bug: https://bugs.gentoo.org/868621
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/26872
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/snakeyaml/Manifest  |  1 +
 dev-java/snakeyaml/snakeyaml-1.31.ebuild | 86 
 2 files changed, 87 insertions(+)

diff --git a/dev-java/snakeyaml/Manifest b/dev-java/snakeyaml/Manifest
index 9fabc3068f10..6e4530b6dd01 100644
--- a/dev-java/snakeyaml/Manifest
+++ b/dev-java/snakeyaml/Manifest
@@ -1 +1,2 @@
 DIST snakeyaml-1.30.tar.gz 402525 BLAKE2B 
1d130ce8c5313b302463df11493a0fa845faf3921cd0b0a47f9db8d31f568f266f14a1543e33d77bf9e1b86c462ae4bba8e140339a6245341bdc05d76a1ccf07
 SHA512 
9ae09163d933e0899cf48ba0c80b5f01423847f1c18306859fa4c4002f0c909611df7096d494e04bb0f8f7d2bc5d1eb4f656e2f322941ddef642b0c23a351908
+DIST snakeyaml-1.31.tar.gz 407514 BLAKE2B 
88d600aae5ba7dc5e1877a020082878e20fff7a30d9ff799d358e53e96da01bc8478bd5966c1058de186198d6ef10431480f8b2644d5fdb7e87dca462d9addee
 SHA512 
e5c56cb4ad8ee68e41da63351f39be48ef9ceb50239580d1de1f7a331d66d92fd9aa9b26b4ba6dcb9db6c5acc682c7c2098b3468d32e73bdd2dbf4d07bcc5c55

diff --git a/dev-java/snakeyaml/snakeyaml-1.31.ebuild 
b/dev-java/snakeyaml/snakeyaml-1.31.ebuild
new file mode 100644
index ..1b37722f47ac
--- /dev/null
+++ b/dev-java/snakeyaml/snakeyaml-1.31.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://bitbucket.org/snakeyaml/snakeyaml/get/snakeyaml-1.31.tar.gz --slot 0 
--keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild snakeyaml-1.31.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="org.yaml:snakeyaml:1.31"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="YAML 1.1 parser and emitter for Java"
+HOMEPAGE="https://bitbucket.org/snakeyaml/snakeyaml;
+SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+# Compile dependencies
+# POM: pom.xml
+# test? joda-time:joda-time:2.10.1 -> >=dev-java/joda-time-2.10.14:0
+# test? junit:junit:4.13.1 -> >=dev-java/junit-4.13.2:4
+# test? org.apache.velocity:velocity-engine-core:2.3 -> 
>=dev-java/velocity-2.3:0
+# test? org.projectlombok:lombok:1.18.22 -> !!!groupId-not-found!!!
+
+DEPEND="
+   >=virtual/jdk-1.8:*
+   test? (
+   dev-java/velocity:0
+   dev-java/joda-time:0
+   )
+"
+
+RDEPEND=">=virtual/jre-1.8:*"
+
+S="${WORKDIR}/snakeyaml-snakeyaml-04401a88fa9b"
+
+JAVA_SRC_DIR="src/main/java"
+JAVA_AUTOMATIC_MODULE_NAME="org.yaml.snakeyaml"
+
+JAVA_TEST_GENTOO_CLASSPATH="joda-time,junit-4,velocity"
+JAVA_TEST_SRC_DIR="src/test/java"
+JAVA_TEST_RESOURCE_DIRS="src/test/resources"
+
+src_test() {
+   export EnvironmentKey1="EnvironmentValue1"
+   export EnvironmentEmpty=""
+
+   # Not packaged org.projectlombok:lombok - https://bugs.gentoo.org/868684
+   rm src/test/java/org/yaml/snakeyaml/env/EnvLombokTest.java || die # 
Tests run: 1
+   rm 
src/test/java/org/yaml/snakeyaml/issues/issue387/YamlExecuteProcessContextTest.java
 || die # Tests run: 1
+   rm src/test/java/org/yaml/snakeyaml/env/ApplicationProperties.java || 
die # No tests
+
+   # There were 2 failures: - https://bugs.gentoo.org/868681
+   # 1) 
yamlClassInYAMLCL(org.yaml.snakeyaml.issues.issue318.ContextClassLoaderTest)
+   # java.lang.ClassNotFoundException: org.yaml.snakeyaml.Yaml
+   # at 
java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:476)
+   # at 
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589)
+   # at 
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
+   # at 
org.yaml.snakeyaml.issues.issue318.ContextClassLoaderTest.yamlClassInYAMLCL(ContextClassLoaderTest.java:127)
+   # 2) 
domainInDifferentConstructor(org.yaml.snakeyaml.issues.issue318.ContextClassLoaderTest)
+   # java.lang.ClassNotFoundException: org.yaml.snakeyaml.Yaml
+   # at 
java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:476)
+   # at 
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589)
+   # at 
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
+   # at 
org.yaml.snakeyaml.issues.issue318.ContextClassLoaderTest.domainInDifferentConstructor(ContextClassLoaderTest.java:135)
+
+   pushd src/test/java || die
+   local 

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

2022-09-06 Thread Florian Schmaus
commit: 71cf14faacdb901d25e6b0f099ce55b6925155d3
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Sep  6 08:17:25 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Sep  6 08:20:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cf14fa

dev-java/joda-time: remove unecessary die, use edo

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

 dev-java/joda-time/joda-time-2.11.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-java/joda-time/joda-time-2.11.0.ebuild 
b/dev-java/joda-time/joda-time-2.11.0.ebuild
index 316c6321066d..f9c720bebe0a 100644
--- a/dev-java/joda-time/joda-time-2.11.0.ebuild
+++ b/dev-java/joda-time/joda-time-2.11.0.ebuild
@@ -10,7 +10,7 @@ JAVA_PKG_IUSE="doc source test"
 MAVEN_ID="joda-time:joda-time:2.11.0"
 JAVA_TESTING_FRAMEWORKS="junit"
 
-inherit java-pkg-2 java-pkg-simple
+inherit edo java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Date and time library to replace JDK date handling"
 HOMEPAGE="https://www.joda.org/joda-time/;
@@ -64,7 +64,7 @@ src_compile() {
 
# Generate the missing "org/joda/time/tz/data/ZoneInfoMap"
# Arguments from 
https://github.com/JodaOrg/joda-time/blob/v2.10.10/pom.xml#L413-L427
-   "$(java-config -J)" \
+   edo "$(java-config -J)" \
-cp ${PN}.jar \
org.joda.time.tz.ZoneInfoCompiler \
-src "${JAVA_SRC_DIR}/org/joda/time/tz/src" \
@@ -79,7 +79,7 @@ src_compile() {
etcetera \
backward
 
-   java-pkg_addres ${PN}.jar "${P}"/src/main/resources || die
+   java-pkg_addres ${PN}.jar "${P}"/src/main/resources
 }
 
 src_test() {



[gentoo-commits] repo/gentoo:master commit in: app-crypt/libscrypt/, app-crypt/libscrypt/files/

2022-09-06 Thread Andreas Sturmlechner
commit: 5f1ccf80ca57a3ab066c6db08f2086d6cdb9cce7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 29 18:47:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  6 08:15:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1ccf80

app-crypt/libscrypt: drop 1.21, EAPI-6--

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

 app-crypt/libscrypt/Manifest   |  1 -
 .../libscrypt/files/libscrypt-1.21-build.patch | 76 --
 app-crypt/libscrypt/libscrypt-1.21.ebuild  | 36 --
 3 files changed, 113 deletions(-)

diff --git a/app-crypt/libscrypt/Manifest b/app-crypt/libscrypt/Manifest
index 8379e4de8958..8ced01895cbd 100644
--- a/app-crypt/libscrypt/Manifest
+++ b/app-crypt/libscrypt/Manifest
@@ -1,2 +1 @@
-DIST libscrypt-1.21.tar.gz 19425 BLAKE2B 
4f9f21c6ba36bad005d95203d1d2c206f50200973233670c4819fe2cc32de6941cc100360ba1683453fc7abcb0e0e024e32417beec06d5b43cbda56bfa89be5a
 SHA512 
0f894bc2f47016cdd043ea692a4e4b08891b1a961443265230d5ccb76820d40e50b0d4d63588c44c985cd24e214f07b126d30989d3ce4cd79366f3b8f16c4d34
 DIST libscrypt-1.22.tar.gz 19495 BLAKE2B 
2c04b91dc48e807223a3433739deb31186efc1b4066cb57e3db835b68de4d08b9586d0a686d5f0f4c119582e82823fbf0556944c190d586664cc4d6f014ad5ab
 SHA512 
3c01fd76441bdf7c90fa17534bfdda9e279469676359172eda7f7683ca65a7aae576a87d07125ce38598ef3fd2755547d53417132b9159a2b211898f70c80f51

diff --git a/app-crypt/libscrypt/files/libscrypt-1.21-build.patch 
b/app-crypt/libscrypt/files/libscrypt-1.21-build.patch
deleted file mode 100644
index 236e80730d57..
--- a/app-crypt/libscrypt/files/libscrypt-1.21-build.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-From bdfec26744122e8f52a58bc086c89b27faaf5888 Mon Sep 17 00:00:00 2001
-From: Alon Bar-Lev 
-Date: Sat, 1 Jul 2017 23:06:41 +0300
-Subject: [PATCH 1/2] build: move non-essential flags to *_EXTRA
-
-This enables downstream to selectively add/replace the optimization and
-other non-essential flags.
-
-Signed-off-by: Alon Bar-Lev 

- Makefile | 11 ++-
- 1 file changed, 6 insertions(+), 5 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 7022a4a..c9313cb 100644
 a/Makefile
-+++ b/Makefile
-@@ -5,21 +5,22 @@ MAKE_DIR ?= install -d
- INSTALL_DATA ?= install
- 
- CC?=gcc
--CFLAGS?=-O2 -Wall -g -D_FORTIFY_SOURCE=2 -fstack-protector -fPIC
--LDFLAGS?=-Wl,-z,now -Wl,-z,relro -Wl,-soname,libscrypt.so.0 
-Wl,--version-script=libscrypt.version
--CFLAGS_EXTRA?=-Wl,-rpath=.
-+CFLAGS?=$(CFLAGS_EXTRA) -D_FORTIFY_SOURCE=2 -fPIC
-+LDFLAGS?=$(LDFLAGS_EXTRA) -Wl,-soname,libscrypt.so.0 
-Wl,--version-script=libscrypt.version
-+CFLAGS_EXTRA?=-Wl,-rpath=. -O2 -Wall -g -fstack-protector
-+LDFLAGS_EXTRA?=-Wl,-z,relro
- 
- all: reference
- 
- OBJS= crypto_scrypt-nosse.o sha256.o crypto-mcf.o b64.o 
crypto-scrypt-saltgen.o crypto_scrypt-check.o crypto_scrypt-hash.o slowequals.o
- 
- libscrypt.so.0: $(OBJS) 
--  $(CC)  $(LDFLAGS) -shared -o libscrypt.so.0  $(OBJS) -lm -lc
-+  $(CC) $(LDFLAGS) -shared -o libscrypt.so.0  $(OBJS) -lm -lc
-   ar rcs libscrypt.a  $(OBJS)
- 
- reference: libscrypt.so.0 main.o crypto_scrypt-hexconvert.o
-   ln -s -f libscrypt.so.0 libscrypt.so
--  $(CC) -Wall -o reference main.o b64.o crypto_scrypt-hexconvert.o 
$(CFLAGS_EXTRA) -L.  -lscrypt
-+  $(CC) -o reference main.o b64.o crypto_scrypt-hexconvert.o $(CFLAGS) 
$(LDFLAGS_EXTRA) -L.  -lscrypt
- 
- clean:
-   rm -f *.o reference libscrypt.so* libscrypt.a endian.h
--- 
-2.13.0
-
-From 7899df0447e0fcad32a6cce7439eef1f1295aaeb Mon Sep 17 00:00:00 2001
-From: Alon Bar-Lev 
-Date: Sat, 1 Jul 2017 23:14:29 +0300
-Subject: [PATCH 2/2] build: run tests with local library
-
-Ensure tests can run and when run are run with current library.
-
-Signed-off-by: Alon Bar-Lev 

- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index c9313cb..783c537 100644
 a/Makefile
-+++ b/Makefile
-@@ -26,7 +26,7 @@ clean:
-   rm -f *.o reference libscrypt.so* libscrypt.a endian.h
- 
- check: all
--  ./reference
-+  LD_LIBRARY_PATH=. ./reference
- 
- devtest:
-   splint crypto_scrypt-hexconvert.c 
--- 
-2.13.0
-

diff --git a/app-crypt/libscrypt/libscrypt-1.21.ebuild 
b/app-crypt/libscrypt/libscrypt-1.21.ebuild
deleted file mode 100644
index 101c8f622047..
--- a/app-crypt/libscrypt/libscrypt-1.21.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Shared library to impliment the scrypt algorithm"
-HOMEPAGE="https://github.com/technion/libscrypt;
-SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-

[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2022-09-06 Thread Michał Górny
commit: ce594e9600b1f6b5b5c4172cf9511d0d5cd54b82
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 08:02:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 08:02:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce594e96

sys-libs/compiler-rt-sanitizers: Fix the blocker on old sandbox

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

 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild| 2 +-
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-14.0.6.ebuild| 2 +-
 .../compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0..ebuild| 2 +-
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild| 2 +-
 .../compiler-rt-sanitizers/compiler-rt-sanitizers-16.0.0..ebuild| 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild
index 7305f93d80ab..31db6dab462c 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild
@@ -40,7 +40,7 @@ BDEPEND="
clang? ( sys-devel/clang )
elibc_glibc? ( net-libs/libtirpc )
test? (
-   !=dev-python/lit-5[\${PYTHON_USEDEP}]")
=sys-devel/clang-${PV%_*}*:${CLANG_SLOT}
sys-libs/compiler-rt:${SLOT}

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-14.0.6.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-14.0.6.ebuild
index aeb3dfaae900..a2820bf91977 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-14.0.6.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-14.0.6.ebuild
@@ -45,7 +45,7 @@ BDEPEND="
clang? ( sys-devel/clang )
elibc_glibc? ( net-libs/libtirpc )
test? (
-   !=dev-python/lit-5[\${PYTHON_USEDEP}]")
=sys-devel/clang-${PV%_*}*:${CLANG_SLOT}
sys-libs/compiler-rt:${SLOT}

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0..ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0..ebuild
index f3765795b5cc..0583125b7515 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0..ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0..ebuild
@@ -45,7 +45,7 @@ BDEPEND="
clang? ( sys-devel/clang )
elibc_glibc? ( net-libs/libtirpc )
test? (
-   !=dev-python/lit-15[\${PYTHON_USEDEP}]")
=sys-devel/clang-${PV%_*}*:${CLANG_SLOT}
sys-libs/compiler-rt:${SLOT}

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild
index d164d890501b..dbaaf9c226d4 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.0.ebuild
@@ -45,7 +45,7 @@ BDEPEND="
clang? ( sys-devel/clang )
elibc_glibc? ( net-libs/libtirpc )
test? (
-   !=dev-python/lit-15[\${PYTHON_USEDEP}]")
=sys-devel/clang-${PV%_*}*:${CLANG_SLOT}
sys-libs/compiler-rt:${SLOT}

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-16.0.0..ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-16.0.0..ebuild
index f3765795b5cc..0583125b7515 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-16.0.0..ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-16.0.0..ebuild
@@ -45,7 +45,7 @@ BDEPEND="
clang? ( sys-devel/clang )
elibc_glibc? ( net-libs/libtirpc )
test? (
-   !=dev-python/lit-15[\${PYTHON_USEDEP}]")
=sys-devel/clang-${PV%_*}*:${CLANG_SLOT}
sys-libs/compiler-rt:${SLOT}



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

2022-09-06 Thread Michał Górny
commit: 4ba0ccb8c833bde3c520254358ae1787bff2f8f3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 08:00:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 08:00:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba0ccb8

sys-devel/llvm-common: Remove 15.0.0 RCs

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

 sys-devel/llvm-common/Manifest |  4 
 .../llvm-common/llvm-common-15.0.0_rc2.ebuild  | 28 --
 .../llvm-common/llvm-common-15.0.0_rc3.ebuild  | 28 --
 3 files changed, 60 deletions(-)

diff --git a/sys-devel/llvm-common/Manifest b/sys-devel/llvm-common/Manifest
index f9548c12d98d..25f9ff7f337a 100644
--- a/sys-devel/llvm-common/Manifest
+++ b/sys-devel/llvm-common/Manifest
@@ -2,8 +2,4 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.0.src.tar.xz 112062796 BLAKE2B 
947917b6c75cbd8882133dc01f57013523274962371ac5ae4a22b010f8a7d5d31288c1d9847bf19ba919fa3110fe34a8ff937107fe19bd064ed87bf4d08d8a51
 SHA512 
e5aacbe7574dcec62017cc03c9fa2ee4cf075125a3d6c3975c38f06e91adcebb1ff92bcf40c6dd67db087813c60b15a04f1424c713d751199518b58025ce87fc
 DIST llvm-project-15.0.0.src.tar.xz.sig 438 BLAKE2B 
8eb12c259f94d8f867a31dbe05128adc1f9cc7ec8bcbdbe1738d2fad461f5d214e674f080f7f29b639a7a75f9c5b56c0f959f538697d647b94b97dc56b036e5f
 SHA512 
4096464a46e07575b7cff448ff8bbc38fe972505f366b744419a06339cf32b93266b0fae5390879859041ce6710e4b675ed3ea7561d6a817623d7ece0e969661
-DIST llvm-project-15.0.0rc2.src.tar.xz 112110968 BLAKE2B 
98c3769f17f1958fbec771409eef781f5ca845363656c70fe5cd20bca1b8471e7a8773a7d4e395700c297a5f3f208fe1303cf18e2a73b45388b782fb7484106b
 SHA512 
eee1bee1f83cc468fb4bb6839acbd5c1618dc35f35e51cd078288b91bad95d52edaadd05c88f2d72d51c1c338ba08b3346c070a28693b1224639eb7a1ef4a4d9
-DIST llvm-project-15.0.0rc2.src.tar.xz.sig 438 BLAKE2B 
09f260b30724b41b27ef621929c086fd6c13bde51c4adb880897b549b2d336682f617faf3dd636ceb795e329b664972cf50745ab49f84e7540658d53074510da
 SHA512 
9f695a309fbb15026dc133eb17d33abd26831eb036fad79dd8df37d4f4d9eeae1ca463acd037d2a1882bc2cff763e4bda507d1d827d845613bfd62d0f9fbd4ca
-DIST llvm-project-15.0.0rc3.src.tar.xz 112081940 BLAKE2B 
659359f8366ad09051fa2256c1aae8cea2049ab6428ce6b15a6845f7ee01a27bc2be2ab612adf8364cb2d699f19d09a7ea01eda74b266f14cc844662bcc833e0
 SHA512 
e4ac310c19fd6b710d372b9a53dffaf6736d4b5c23190fa98536be40f7c4e45670957dcbfb337e9d1dd44398df43d1ae736063eff2b2fd3d6fc752fae286d3bb
-DIST llvm-project-15.0.0rc3.src.tar.xz.sig 438 BLAKE2B 
455181d3845ff1766f463d0e02caf72df8106dad16b8d54234f7f2fa0fcb5636abb06b2d35b5fdb8a3ed5c92a41a47d413d1bb76013cb914ce79913479a786e2
 SHA512 
80a67cf48186d2fbde997707e5d3d7a2dc3097f07e32ff45277e5185eb358d6b292821d8eaf8570fcc45560340663d62adb0380c675909c4c9c713e52704c800
 DIST llvmorg-13.0.1.tar.gz 147290251 BLAKE2B 
2a44b012a672501761d0c27c6b3a315b69bfef0cd13b078a7e7d2fccc4a9c8c0f2bee0f164c4271c9106b0a99cb06e8b64986f66253b613336719fb86b82541b
 SHA512 
9a8cb5d11964ba88b7624f19ec861fb28701f23956ea3c92f6ac644332d5f41fde97bd8933dd3ee70ed378058c252fa3a3887c8d1af90d219970c2b27691166f

diff --git a/sys-devel/llvm-common/llvm-common-15.0.0_rc2.ebuild 
b/sys-devel/llvm-common/llvm-common-15.0.0_rc2.ebuild
deleted file mode 100644
index df37476f6fbc..
--- a/sys-devel/llvm-common/llvm-common-15.0.0_rc2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit llvm.org
-
-DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   !sys-devel/llvm:0
-"
-
-LLVM_COMPONENTS=( llvm/utils/vim )
-llvm.org_set_globals
-
-src_install() {
-   insinto /usr/share/vim/vimfiles
-   doins -r */
-   # some users may find it useful
-   newdoc README README.vim
-   dodoc vimrc
-}

diff --git a/sys-devel/llvm-common/llvm-common-15.0.0_rc3.ebuild 
b/sys-devel/llvm-common/llvm-common-15.0.0_rc3.ebuild
deleted file mode 100644
index df37476f6fbc..
--- a/sys-devel/llvm-common/llvm-common-15.0.0_rc3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit llvm.org
-
-DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   !sys-devel/llvm:0
-"
-
-LLVM_COMPONENTS=( 

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

2022-09-06 Thread Michał Górny
commit: 522a61c772bd389a4cbbbe9ba76b1913917ef82b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 08:00:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 08:00:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522a61c7

sys-devel/llvm: Remove 15.0.0 RCs

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

 sys-devel/llvm/Manifest   |   6 -
 sys-devel/llvm/llvm-15.0.0_rc2.ebuild | 527 --
 sys-devel/llvm/llvm-15.0.0_rc3.ebuild | 527 --
 3 files changed, 1060 deletions(-)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index dd563ecbbcb0..be48b181502a 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -2,16 +2,10 @@ DIST llvm-13.0.1-manpages.tar.bz2 202187 BLAKE2B 
32a761426dbe4c3c355d30660254305
 DIST llvm-14.0.6-manpages.tar.bz2 218186 BLAKE2B 
4491296e490936a2d7b518e19a0ff6312b89abeef3fbe5da5d0b93bb2add1088ddf64a0b00ec8846062d19b1ad31e53eadee7ce03c9034aab554e183d1baccf6
 SHA512 
f8328dc2ec1e8d941d47e583ee31fae7bdcebb3f854b5c8a4a84bd19a79bf5427ad204012c81349bc05a291e41cf48e5129b4578bbd5d4490dd01e1c0b5823bf
 DIST llvm-gentoo-patchset-13.0.1.tar.xz 6288 BLAKE2B 
899222b962486e924e4f8a2b574d285531a3f87af9385ff68c81db92aa224a0cde6d4ee049b5405056bedb4b232b50e1d5840024071a4a215f6311853304c92d
 SHA512 
b2805337f1deca626768a44c5e7ac9ed16e0c31bead1647d44a493a8123c1b8e8f1c8ceee3536bcc6fa87fdd3fcec408229f701adf30eff07e7ef9889b847b01
 DIST llvm-gentoo-patchset-14.0.6-r2.tar.xz 16120 BLAKE2B 
e12e522fdb7ba505693c679cb09cc8e00e6a954df195c86c2af4dbf1b68334a405b8dcc45f2e28b5e5e0b7e9d5eb7ba907337027927371b7a3b7784ff8aae7e0
 SHA512 
8a5ea71c30fc0727cc855dd812bbcb6d5f51c80c98eb3d5b80258d5c5eaab1310edc9d53ae63c2ca827abec68e2912c4b69ef0da351ff883fb30545a61e1d09c
-DIST llvm-gentoo-patchset-15.0.0-rc2.tar.xz 5768 BLAKE2B 
03822c4dfbe3157d9131a3524beeda22fbc6adc937af052fd0fbcc23fb6ea86e1a5e015c316b53019820de5b81b1b065bfcbc31608598307f03af39f215fb12e
 SHA512 
b9d7adb9b738a565c2142360c5ff7a7aa8405ce78af8767867203dd003e5bdb2b8a7f14179fdb7dc0c5cdc696cfff55c4886cfcd0894672284b453943e4e7269
-DIST llvm-gentoo-patchset-15.0.0-rc3.tar.xz 4036 BLAKE2B 
0f8172f1d9ac674b7c888781138dcb1f55c7f73a98ee78d04e4e26442ac91ae2a6c6d6aaa45982a344e174e1d080247ab9c62bbb9adaa7fd20c5a481e0e8bfed
 SHA512 
ebdf8d1d4f52150c99015e6dea4f3fd67f0a54284d52e946d104ff6c0f60efc716a1b39d3cdecf7b353cf139d8306793d37c10fe9269376d9846896fcf6415ad
 DIST llvm-gentoo-patchset-15.0.0.tar.xz 4032 BLAKE2B 
99c959eff6c8164147952aa5dc0621d1804b1e460c71bbfcf0c2a971f82e8405bc0c4dac327c27b6b459c4f45381466e883e502df14c84d8ba98495a437bfd47
 SHA512 
ce516b3401bd45696cf9ed0003de2f536695b8554fa3c2c35f14f1f1e2f0f115c20ef2b1d5319369cc536db4cb95cb508d34e7a6f8ef60f242547179e9d338a6
 DIST llvm-gentoo-patchset--r3.tar.xz 4076 BLAKE2B 
30bdf740606a1718ae45d850803385d425b656fbbe0250f587cad54f55272e3617d5ee0d04f534a58f87408b0a2dea322ebf1bb8cd653a2beba21d0bc5778c62
 SHA512 
2c7080ffd09d7dcf4c72a97044a5c63ab895250721d60270bc51c2095aef5f9039781892b4c0d14e942611686153f874a1f52a1c854bb8ca093383c08bdc005a
 DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f15e428f22a536a17e5f4e3eb29a003b8a8ec0abe0fa3e072591161d5f30ef7d8867c1ce34d1b341ad858e93c00263499941a99
 SHA512 
6fc6eeb60fac698702d1aac495fc0161eb7216a1f8db2020af8fccec5837831f7cc20dc2a169bf4f0b5f520748280b4a86621f3697d622aa58faaa45dbfaad13
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.0.src.tar.xz 112062796 BLAKE2B 
947917b6c75cbd8882133dc01f57013523274962371ac5ae4a22b010f8a7d5d31288c1d9847bf19ba919fa3110fe34a8ff937107fe19bd064ed87bf4d08d8a51
 SHA512 
e5aacbe7574dcec62017cc03c9fa2ee4cf075125a3d6c3975c38f06e91adcebb1ff92bcf40c6dd67db087813c60b15a04f1424c713d751199518b58025ce87fc
 DIST llvm-project-15.0.0.src.tar.xz.sig 438 BLAKE2B 
8eb12c259f94d8f867a31dbe05128adc1f9cc7ec8bcbdbe1738d2fad461f5d214e674f080f7f29b639a7a75f9c5b56c0f959f538697d647b94b97dc56b036e5f
 SHA512 
4096464a46e07575b7cff448ff8bbc38fe972505f366b744419a06339cf32b93266b0fae5390879859041ce6710e4b675ed3ea7561d6a817623d7ece0e969661
-DIST llvm-project-15.0.0rc2.src.tar.xz 112110968 BLAKE2B 
98c3769f17f1958fbec771409eef781f5ca845363656c70fe5cd20bca1b8471e7a8773a7d4e395700c297a5f3f208fe1303cf18e2a73b45388b782fb7484106b
 SHA512 
eee1bee1f83cc468fb4bb6839acbd5c1618dc35f35e51cd078288b91bad95d52edaadd05c88f2d72d51c1c338ba08b3346c070a28693b1224639eb7a1ef4a4d9
-DIST llvm-project-15.0.0rc2.src.tar.xz.sig 438 BLAKE2B 
09f260b30724b41b27ef621929c086fd6c13bde51c4adb880897b549b2d336682f617faf3dd636ceb795e329b664972cf50745ab49f84e7540658d53074510da
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/

2022-09-06 Thread Michał Górny
commit: 9677d726675c7a66d33eee740226e24e173ce98d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 08:00:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 08:00:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9677d726

dev-ml/llvm-ocaml: Remove 15.0.0 RCs

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

 dev-ml/llvm-ocaml/Manifest |   4 -
 dev-ml/llvm-ocaml/llvm-ocaml-15.0.0_rc2.ebuild | 115 -
 dev-ml/llvm-ocaml/llvm-ocaml-15.0.0_rc3.ebuild | 115 -
 3 files changed, 234 deletions(-)

diff --git a/dev-ml/llvm-ocaml/Manifest b/dev-ml/llvm-ocaml/Manifest
index f9548c12d98d..25f9ff7f337a 100644
--- a/dev-ml/llvm-ocaml/Manifest
+++ b/dev-ml/llvm-ocaml/Manifest
@@ -2,8 +2,4 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.0.src.tar.xz 112062796 BLAKE2B 
947917b6c75cbd8882133dc01f57013523274962371ac5ae4a22b010f8a7d5d31288c1d9847bf19ba919fa3110fe34a8ff937107fe19bd064ed87bf4d08d8a51
 SHA512 
e5aacbe7574dcec62017cc03c9fa2ee4cf075125a3d6c3975c38f06e91adcebb1ff92bcf40c6dd67db087813c60b15a04f1424c713d751199518b58025ce87fc
 DIST llvm-project-15.0.0.src.tar.xz.sig 438 BLAKE2B 
8eb12c259f94d8f867a31dbe05128adc1f9cc7ec8bcbdbe1738d2fad461f5d214e674f080f7f29b639a7a75f9c5b56c0f959f538697d647b94b97dc56b036e5f
 SHA512 
4096464a46e07575b7cff448ff8bbc38fe972505f366b744419a06339cf32b93266b0fae5390879859041ce6710e4b675ed3ea7561d6a817623d7ece0e969661
-DIST llvm-project-15.0.0rc2.src.tar.xz 112110968 BLAKE2B 
98c3769f17f1958fbec771409eef781f5ca845363656c70fe5cd20bca1b8471e7a8773a7d4e395700c297a5f3f208fe1303cf18e2a73b45388b782fb7484106b
 SHA512 
eee1bee1f83cc468fb4bb6839acbd5c1618dc35f35e51cd078288b91bad95d52edaadd05c88f2d72d51c1c338ba08b3346c070a28693b1224639eb7a1ef4a4d9
-DIST llvm-project-15.0.0rc2.src.tar.xz.sig 438 BLAKE2B 
09f260b30724b41b27ef621929c086fd6c13bde51c4adb880897b549b2d336682f617faf3dd636ceb795e329b664972cf50745ab49f84e7540658d53074510da
 SHA512 
9f695a309fbb15026dc133eb17d33abd26831eb036fad79dd8df37d4f4d9eeae1ca463acd037d2a1882bc2cff763e4bda507d1d827d845613bfd62d0f9fbd4ca
-DIST llvm-project-15.0.0rc3.src.tar.xz 112081940 BLAKE2B 
659359f8366ad09051fa2256c1aae8cea2049ab6428ce6b15a6845f7ee01a27bc2be2ab612adf8364cb2d699f19d09a7ea01eda74b266f14cc844662bcc833e0
 SHA512 
e4ac310c19fd6b710d372b9a53dffaf6736d4b5c23190fa98536be40f7c4e45670957dcbfb337e9d1dd44398df43d1ae736063eff2b2fd3d6fc752fae286d3bb
-DIST llvm-project-15.0.0rc3.src.tar.xz.sig 438 BLAKE2B 
455181d3845ff1766f463d0e02caf72df8106dad16b8d54234f7f2fa0fcb5636abb06b2d35b5fdb8a3ed5c92a41a47d413d1bb76013cb914ce79913479a786e2
 SHA512 
80a67cf48186d2fbde997707e5d3d7a2dc3097f07e32ff45277e5185eb358d6b292821d8eaf8570fcc45560340663d62adb0380c675909c4c9c713e52704c800
 DIST llvmorg-13.0.1.tar.gz 147290251 BLAKE2B 
2a44b012a672501761d0c27c6b3a315b69bfef0cd13b078a7e7d2fccc4a9c8c0f2bee0f164c4271c9106b0a99cb06e8b64986f66253b613336719fb86b82541b
 SHA512 
9a8cb5d11964ba88b7624f19ec861fb28701f23956ea3c92f6ac644332d5f41fde97bd8933dd3ee70ed378058c252fa3a3887c8d1af90d219970c2b27691166f

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0_rc2.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0_rc2.ebuild
deleted file mode 100644
index 3f682163a64b..
--- a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0_rc2.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit cmake llvm llvm.org python-any-r1
-
-DESCRIPTION="OCaml bindings for LLVM"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0/${PV}"
-KEYWORDS=""
-IUSE="debug test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-lang/ocaml-4.00.0:0=
-   dev-ml/ocaml-ctypes:=
-   ~sys-devel/llvm-${PV}:=[debug?]
-   !sys-devel/llvm[ocaml(-)]
-"
-
-DEPEND="
-   ${RDEPEND}
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-lang/perl
-   dev-ml/findlib
-   >=dev-util/cmake-3.16
-"
-
-LLVM_COMPONENTS=( llvm cmake third-party )
-LLVM_USE_TARGETS=llvm
-llvm.org_set_globals
-
-pkg_setup() {
-   LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local libdir=$(get_libdir)
-   local mycmakeargs=(
-   -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
-
-   -DBUILD_SHARED_LIBS=OFF
-   -DLLVM_BUILD_LLVM_DYLIB=ON
-   -DLLVM_LINK_LLVM_DYLIB=ON
-   -DLLVM_OCAML_OUT_OF_TREE=ON
-
-   # cheap hack: LLVM combines both anyway, and the only 

<    1   2   3   4   5   >