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

2024-06-15 Thread Michał Górny
commit: 79f139713ed51c4c053064464f0fe465ec958704
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 05:30:35 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 06:48:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f13971

dev-lang/python: Remove obsolete postinst from 3.12+

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

 dev-lang/python/python-3.12.4_p1.ebuild   | 16 
 dev-lang/python/python-3.13.0_beta2_p3.ebuild | 16 
 2 files changed, 32 deletions(-)

diff --git a/dev-lang/python/python-3.12.4_p1.ebuild 
b/dev-lang/python/python-3.12.4_p1.ebuild
index f7e54652dedc..bec993fb2e80 100644
--- a/dev-lang/python/python-3.12.4_p1.ebuild
+++ b/dev-lang/python/python-3.12.4_p1.ebuild
@@ -556,19 +556,3 @@ src_install() {
ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die
fi
 }
-
-pkg_postinst() {
-   local v
-   for v in ${REPLACING_VERSIONS}; do
-   if ver_test "${v}" -lt 3.11.0_beta4-r2; then
-   ewarn "Python 3.11.0b4 has changed its module ABI.  The 
.pyc files"
-   ewarn "installed previously are no longer valid and 
will be regenerated"
-   ewarn "(or ignored) on the next import.  This may cause 
sandbox failures"
-   ewarn "when installing some packages and checksum 
mismatches when removing"
-   ewarn "old versions.  To actively prevent this, rebuild 
all packages"
-   ewarn "installing Python 3.11 modules, e.g. using:"
-   ewarn
-   ewarn "  emerge -1v /usr/lib/python3.11/site-packages"
-   fi
-   done
-}

diff --git a/dev-lang/python/python-3.13.0_beta2_p3.ebuild 
b/dev-lang/python/python-3.13.0_beta2_p3.ebuild
index 792927c05468..d8206dba60a4 100644
--- a/dev-lang/python/python-3.13.0_beta2_p3.ebuild
+++ b/dev-lang/python/python-3.13.0_beta2_p3.ebuild
@@ -666,19 +666,3 @@ src_install() {
ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die
fi
 }
-
-pkg_postinst() {
-   local v
-   for v in ${REPLACING_VERSIONS}; do
-   if ver_test "${v}" -lt 3.11.0_beta4-r2; then
-   ewarn "Python 3.11.0b4 has changed its module ABI.  The 
.pyc files"
-   ewarn "installed previously are no longer valid and 
will be regenerated"
-   ewarn "(or ignored) on the next import.  This may cause 
sandbox failures"
-   ewarn "when installing some packages and checksum 
mismatches when removing"
-   ewarn "old versions.  To actively prevent this, rebuild 
all packages"
-   ewarn "installing Python 3.11 modules, e.g. using:"
-   ewarn
-   ewarn "  emerge -1v /usr/lib/python3.11/site-packages"
-   fi
-   done
-}



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

2024-06-15 Thread Michał Górny
commit: ab7399504df8df800e2bceffae320ea0c34d4e70
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 05:27:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 06:48:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab739950

dev-python/elasticsearch: Bump to 8.14.0

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

 dev-python/elasticsearch/Manifest  |  1 +
 .../elasticsearch/elasticsearch-8.14.0.ebuild  | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/dev-python/elasticsearch/Manifest 
b/dev-python/elasticsearch/Manifest
index 2bd765fdf223..47c50222ffe9 100644
--- a/dev-python/elasticsearch/Manifest
+++ b/dev-python/elasticsearch/Manifest
@@ -1 +1,2 @@
 DIST elasticsearch-py-8.13.2.gh.tar.gz 1075234 BLAKE2B 
a13126b41f297db196b0ad22ff1da419e3472d42314984133380f0826d25a2e5ba5e0dcd0a9d571e8e27382eb53ceeadd32a4b6de312e63a3b192fd27829495d
 SHA512 
c5f59eee672da292ca7f40e894a88c62bee3aabf35eb241c48f8f9a52c81e2348747e7d09d3b3323575407c8a072f510dffca2dce2caf9e420a9b40d5e4582fc
+DIST elasticsearch-py-8.14.0.gh.tar.gz 1092912 BLAKE2B 
4ee556bc475d63e33cec318936b2dbf8b280236bcdfe28bc90a4beb7e1d024b8d63180c29e42096cb32bf3da7c771532c57190d763651118603779f816e95656
 SHA512 
9e9821102659b4c877959e25c33e1b1942f6eabe62bb6de73cda4875c248b0f9285d948e535e9426ca42552f7aa3e75c459f991bfa574c1d8400d78486ee5493

diff --git a/dev-python/elasticsearch/elasticsearch-8.14.0.ebuild 
b/dev-python/elasticsearch/elasticsearch-8.14.0.ebuild
new file mode 100644
index ..386e158ec30f
--- /dev/null
+++ b/dev-python/elasticsearch/elasticsearch-8.14.0.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit distutils-r1
+
+MY_P="elasticsearch-py-${PV}"
+DESCRIPTION="Official Elasticsearch client library for Python"
+HOMEPAGE="
+   https://ela.st/es-python
+   https://github.com/elastic/elasticsearch-py/
+   https://pypi.org/project/elasticsearch/
+"
+SRC_URI="
+   https://github.com/elastic/elasticsearch-py/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   =dev-python/aiohttp-3[${PYTHON_USEDEP}]
+   =dev-python/elastic-transport-8.13[${PYTHON_USEDEP}]
+   >=dev-python/orjson-3[${PYTHON_USEDEP}]
+   =dev-python/requests-2.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/mapbox-vector-tile[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/opentelemetry-api[${PYTHON_USEDEP}]
+   dev-python/opentelemetry-sdk[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
+   dev-python/unasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/sphinx \
+   dev-python/sphinx-autodoc-typehints \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+src_prepare() {
+   # https://github.com/elastic/elasticsearch-py/pull/2552/
+   sed -i -e '/float_/d' elasticsearch/serializer.py \
+   test_elasticsearch/test_serializer.py || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # REST api tests are a black hole for effort. It downloads the 
tests
+   # so its an ever moving target. It also requires effort to 
blacklist
+   # tests for apis which are license restricted.
+   "test_elasticsearch/test_server/test_rest_api_spec.py"
+   # Counting deprecation warnings from python is bound to fail 
even
+   # if all are fixed in this package. Not worth it.
+   "test_elasticsearch/test_client/test_deprecated_options.py"
+   # Running daemon for tests is finicky and upstream CI fails at 
it
+   # as well.
+   "test_elasticsearch/test_server/"
+   "test_elasticsearch/test_async/test_server/"
+   )
+
+   local -x TEST_WITH_OTEL=1
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -o addopts= -p asyncio
+}



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

2024-06-15 Thread Sam James
commit: a89b319229da4795bb71ac26cc850d0d40818bee
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 06:42:59 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 06:42:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89b3192

dev-lang/python: Stabilize 3.8.19_p2 x86, #933783

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

 dev-lang/python/python-3.8.19_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.8.19_p2.ebuild 
b/dev-lang/python/python-3.8.19_p2.ebuild
index 43887068913b..58a211df31ee 100644
--- a/dev-lang/python/python-3.8.19_p2.ebuild
+++ b/dev-lang/python/python-3.8.19_p2.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-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"
 IUSE="
bluetooth build debug +ensurepip examples gdbm +ncurses pgo
+readline +sqlite +ssl test tk valgrind



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

2024-06-15 Thread Eray Aslan
commit: 97de970e56d9e636598b2013b74dbc0b1312e218
Author: Eray Aslan  gentoo  org>
AuthorDate: Sun Jun 16 06:38:43 2024 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Sun Jun 16 06:38:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97de970e

profiles/arch/arm64: mask mongo-c-driver test USE flag

Signed-off-by: Eray Aslan  gentoo.org>

 profiles/arch/arm64/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 4b533c19aeab..7043a8f49717 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Eray Aslan  (2024-06-16)
+# mongodb needed for tests which is not keyworded for arm64
+dev-libs/mongo-c-driver test
+
 # Sam James  (2024-06-13)
 # Needs as-yet-unkeyworded KF6 (bug #934215)
 app-crypt/pinentry qt6



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

2024-06-15 Thread Sam James
commit: b5ca0e478cd26895210a7c2e469f09257672bd43
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 06:32:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 06:32:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ca0e47

dev-lang/python: Stabilize 3.8.19_p2 amd64, #933783

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

 dev-lang/python/python-3.8.19_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.8.19_p2.ebuild 
b/dev-lang/python/python-3.8.19_p2.ebuild
index 2a490a407fa3..43887068913b 100644
--- a/dev-lang/python/python-3.8.19_p2.ebuild
+++ b/dev-lang/python/python-3.8.19_p2.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-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"
 IUSE="
bluetooth build debug +ensurepip examples gdbm +ncurses pgo
+readline +sqlite +ssl test tk valgrind



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

2024-06-15 Thread Yixun Lan
commit: 7d46f0d58290a14a0b25fcbe0a4558ba15b23d05
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Jun 15 16:23:23 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun 16 06:19:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d46f0d5

app-i18n/fcitx-configtool: add qt6 support

fcitx-configtool provides a QT-based configuration UI
 for fcitx and KDE Configuration Modules.
Now it's time to support QT6 and KDE Plasma 6.

Closes: https://github.com/gentoo/gentoo/pull/37177
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 .../fcitx-configtool-5.1.6-r1.ebuild   | 94 ++
 1 file changed, 94 insertions(+)

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild
new file mode 100644
index ..69d95324d3f2
--- /dev/null
+++ b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5-configtool"
+
+inherit cmake unpacker
+
+DESCRIPTION="Configuration module for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-configtool";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE="kcm +config-qt qt6 test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=app-i18n/fcitx-5.1.6:5
+   app-text/iso-codes
+   sys-devel/gettext
+   virtual/libintl
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   x11-misc/xkeyboard-config
+   kcm? ( x11-libs/libxkbcommon )
+   !qt6? (
+   >=app-i18n/fcitx-qt-5.1.4:5[qt5,-onlyplugin]
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   kde-frameworks/kwidgetsaddons:5
+   config-qt? (
+   kde-frameworks/kitemviews:5
+   )
+   kcm? (
+   dev-qt/qtquickcontrols2:5
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kdeclarative:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/kiconthemes:5
+   kde-frameworks/kirigami:5
+   kde-frameworks/kpackage:5
+   kde-plasma/libplasma:5
+   )
+   )
+   qt6? (
+   >=app-i18n/fcitx-qt-5.1.4:5[qt6,-onlyplugin]
+   dev-qt/qtbase:6[concurrent,dbus,gui,widgets]
+   dev-qt/qtsvg:6
+   kde-frameworks/kwidgetsaddons:6
+   config-qt? (
+   kde-frameworks/kitemviews:6
+   )
+   kcm? (
+   dev-qt/qtdeclarative:6
+   kde-frameworks/kcoreaddons:6
+   kde-frameworks/kdeclarative:6
+   kde-frameworks/ki18n:6
+   kde-frameworks/kiconthemes:6
+   kde-frameworks/kirigami:6
+   kde-frameworks/kpackage:6
+   kde-frameworks/ksvg:6
+   kde-frameworks/kcmutils:6
+   kde-plasma/libplasma:6
+   )
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   $(unpacker_src_uri_depends)
+   kde-frameworks/extra-cmake-modules:0
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=yes
+   -DENABLE_KCM=$(usex kcm)
+   -DENABLE_CONFIG_QT=$(usex config-qt)
+   -DENABLE_TEST=$(usex test)
+   -DUSE_QT6=$(usex qt6)
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-video/gpu-screen-recorder/

2024-06-15 Thread Dale Sweeney
commit: 869583da0119f0ecaca1e662567e61aee3bc9b2c
Author: Dale Sweeney  gmail  com>
AuthorDate: Sun Jun 16 06:19:41 2024 +
Commit: Dale Sweeney  gmail  com>
CommitDate: Sun Jun 16 06:19:41 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=869583da

media-video/gpu-screen-recorder: Use `meson_use` over `usex` in ebuild

Signed-off-by: Dale Sweeney  gmail.com>

 media-video/gpu-screen-recorder/gpu-screen-recorder-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/gpu-screen-recorder/gpu-screen-recorder-.ebuild 
b/media-video/gpu-screen-recorder/gpu-screen-recorder-.ebuild
index ea25ff5c7..b961545af 100644
--- a/media-video/gpu-screen-recorder/gpu-screen-recorder-.ebuild
+++ b/media-video/gpu-screen-recorder/gpu-screen-recorder-.ebuild
@@ -30,8 +30,8 @@ BDEPEND="${DEPEND}"
 
 src_configure() {
local emesonargs=(
-   -Dsystemd=$(usex systemd true false)
-   -Dcapabilities=$(usex filecaps true false)
+   -Dsystemd=$(meson_use systemd)
+   -Dcapabilities=$(meson_use filecaps)
)
meson_src_configure
 }



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

2024-06-15 Thread Robin H. Johnson
commit: 0e256f242d7ce36744c2165fd639bebe7f9b6589
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Jun 16 06:02:59 2024 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Jun 16 06:07:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e256f24

sys-process/runit: EAPI=8 porting and other fixes

Signed-off-by: Robin H. Johnson  gentoo.org>
Closes: https://bugs.gentoo.org/show_bug.cgi?id=920357
Closes: https://bugs.gentoo.org/show_bug.cgi?id=875533
Closes: https://bugs.gentoo.org/show_bug.cgi?id=721880
Closes: https://bugs.gentoo.org/show_bug.cgi?id=590412

 sys-process/runit/Manifest  |   1 +
 sys-process/runit/runit-2.1.2-r2.ebuild | 149 
 2 files changed, 150 insertions(+)

diff --git a/sys-process/runit/Manifest b/sys-process/runit/Manifest
index 8331848d7bf9..d3ffa90ef4a7 100644
--- a/sys-process/runit/Manifest
+++ b/sys-process/runit/Manifest
@@ -1 +1,2 @@
 DIST runit-2.1.2.tar.gz 110916 BLAKE2B 
101e514aeed282685ebe636f401ca6f94d157281d08a3ac487340aebe945b82d2ee01d41e9917446f4ebd7b27fe9fd18ba4ad55739ab1b62a0e59e1c438b55e9
 SHA512 
a18773ebf1aa22305dd89ed67363165b9fcf86c192b2be4e268d08005dd82d51265160c637abe072f2f2e378c4b315a75bd3d3e602c3e75bdd451a3b0190f8cf
+DIST runit_2.1.2-59ubuntu1.debian.tar.xz 66756 BLAKE2B 
d071dae4a92f292837f55210cda62d8d0471efa623aeb43b56fb6381050b64fa5d3def7d0738756621e1c4d05b36d0cdaedb7d056d24d796f834ace932bd55b9
 SHA512 
de6289d9909a8df5c5657762f8214858f9301ac0d55cac9c605f70f92e663ed8067fe018a8585616099ac369b7078a95415040c27e82626261f2adf925d0bad2

diff --git a/sys-process/runit/runit-2.1.2-r2.ebuild 
b/sys-process/runit/runit-2.1.2-r2.ebuild
new file mode 100644
index ..0d475b7e66d4
--- /dev/null
+++ b/sys-process/runit/runit-2.1.2-r2.ebuild
@@ -0,0 +1,149 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="A UNIX init scheme with service supervision"
+HOMEPAGE="http://smarden.org/runit/";
+UBUNTU_PR="59ubuntu1"
+UBUNTU_A="${PN}_${PV}-${UBUNTU_PR}.debian.tar.xz"
+SRC_URI="
+   http://smarden.org/runit/${P}.tar.gz
+   http://archive.ubuntu.com/ubuntu/pool/universe/r/runit/${UBUNTU_A}
+   "
+
+RDEPEND="sys-apps/openrc"
+
+S=${WORKDIR}/admin/${P}/src
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+IUSE="static"
+
+src_prepare() {
+   default
+   cd "${WORKDIR}/admin/"
+   eapply -p1 "${WORKDIR}/debian/patches"
+   cd "${S}"
+
+   # we either build everything or nothing static
+   sed -i -e 's:-static: :' Makefile
+
+   # see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726008
+   [[ ${COMPILER} == "diet" ]] &&
+   use ppc &&
+   filter-flags "-mpowerpc-gpopt"
+}
+
+src_configure() {
+   use static && append-ldflags -static
+
+   echo "$(tc-getCC) ${CFLAGS}"  > conf-cc
+   echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
+   sed -i \
+   -e "/echo.*ar.*cr/s,\,$(tc-getAR)," \
+   -e "/echo.*ranlib/s,\,$(tc-getRANLIB)," \
+   print-ar.sh || die
+}
+
+src_install() {
+   into /
+   dobin $(<../package/commands)
+   dodir /sbin
+   mv "${ED}"/bin/{runit-init,runit,utmpset} "${ED}"/sbin/ || die "dosbin"
+   dosym ../etc/runit/2 /sbin/runsvdir-start
+
+   DOCS=( ../package/{CHANGES,README,THANKS,TODO} )
+   HTML_DOCS=( ../doc/*.html )
+   einstalldocs
+   doman ../man/*.[18]
+
+   exeinto /etc/runit
+   doexe "${FILESDIR}"/ctrlaltdel
+   newexe "${FILESDIR}"/1-${PV} 1
+   newexe "${FILESDIR}"/2-${PV} 2
+   newexe "${FILESDIR}"/3-${PV} 3
+
+   dodir /etc/sv
+   for tty in tty1 tty2 tty3 tty4 tty5 tty6; do
+   exeinto /etc/sv/getty-$tty/
+   newexe "${FILESDIR}"/finish.getty finish
+   newexe "${FILESDIR}"/run.getty-${PV} run
+   for script in finish run; do
+   sed -i -e "s:TTY:${tty}:g" 
"${ED}"/etc/sv/getty-$tty/$script
+   done
+   done
+
+   # make sv command work
+   newenvd - 20runit <<- EOF
+   #/etc/env.d/20runit
+   SVDIR="/etc/service/"
+   EOF
+}
+
+default_config() {
+   local sv="${EROOT}"/etc/sv
+   local service="${EROOT}"/etc/service
+   mkdir -p "${service}" || die
+   for x in tty1 tty2 tty3 tty4 tty5 tty6; do
+   ln -sf "${sv}"/getty-$x "${service}"/getty-$x || die
+   done
+   einfo "The links to services runit will supervise are installed"
+   einfo "in $service."
+   einfo "If you need multiple runlevels, please see the documentation"
+   einfo "for how to set them up."
+   einfo
+}
+
+migrate_from_211() {
+   # Create /etc/service and /var/service if requested
+   if [ -e "${T}"/make_var_service ]; then
+  

[gentoo-commits] repo/gentoo:master commit in: x11-terms/mate-terminal/

2024-06-15 Thread Joonas Niilola
commit: cd335a071c0e39b3e89b79ab9eca4370ba578573
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:36:18 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:05:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd335a07

x11-terms/mate-terminal: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-terms/mate-terminal/mate-terminal-1.28.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/mate-terminal/mate-terminal-1.28.1.ebuild 
b/x11-terms/mate-terminal/mate-terminal-1.28.1.ebuild
index 7e7071583457..03ca0ac0ecf3 100644
--- a/x11-terms/mate-terminal/mate-terminal-1.28.1.ebuild
+++ b/x11-terms/mate-terminal/mate-terminal-1.28.1.ebuild
@@ -28,7 +28,7 @@ COMMON_DEPEND="
 "
 
 RDEPEND="${COMMON_DEPEND}
-   >=mate-base/mate-desktop-1.6
+   >=mate-base/mate-desktop-1.28.0
virtual/libintl
 "
 



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

2024-06-15 Thread Joonas Niilola
commit: 222a6b3889820037b89ccd80394cd50c1e0e19ad
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 14:16:19 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:05:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222a6b38

app-editors/pluma-plugins: add myself as a maintainer

Closes: https://github.com/gentoo/gentoo/pull/37176
Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/pluma-plugins/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-editors/pluma-plugins/metadata.xml 
b/app-editors/pluma-plugins/metadata.xml
index 724f7d707ba9..82fa790eb229 100644
--- a/app-editors/pluma-plugins/metadata.xml
+++ b/app-editors/pluma-plugins/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
+   
+   immolo...@gmail.com
+   Ian Jordan
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
 
Auto complete bracket pairs
Comment code blocks



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

2024-06-15 Thread Joonas Niilola
commit: 31bcef9ee5c0bf555359e89d897786debd76b9a5
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:41:40 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:05:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bcef9e

dev-libs/libmateweather: add 1.28.0, drop 1.27.1

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libmateweather/Manifest| 2 +-
 .../{libmateweather-1.27.1.ebuild => libmateweather-1.28.0.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libmateweather/Manifest b/dev-libs/libmateweather/Manifest
index 15f406c648b3..14b9402f2110 100644
--- a/dev-libs/libmateweather/Manifest
+++ b/dev-libs/libmateweather/Manifest
@@ -1,2 +1,2 @@
 DIST libmateweather-1.26.3.tar.xz 2211104 BLAKE2B 
b395d05ff462c1d175beba2e143889e771bf98008af724ab648b8aeb3f4760a753d4349d8b66d748242ef2d057811344d8493e12b61d0b2e56e5b3c2067d0eef
 SHA512 
e9285e615e013b7371e738b74647652f5b0abf029f32ba02299e632d882e7d0ff3c41dcac834ddb5b2a4fc93782d67f9764f9abc99a7eb4a26ac07ae12d9cafd
-DIST libmateweather-1.27.1.tar.xz 2203672 BLAKE2B 
16a1490eea8d608275b94622ed918332498ebecbe7ddc385095c7b953ed657ead142c4cb0aff8ac8624e6a4ab559e2e54b3e44be10e899889d390023710c0fe8
 SHA512 
4de78f57768681c77d85dd5cbbea68f4000e37a696b3bd01510a27dceb204b3425db257fe431461eb81fe85395f8c0e072c2821eb6337ef21067734e151a4fcc
+DIST libmateweather-1.28.0.tar.xz 2221808 BLAKE2B 
edd5a00e020a0dcb1edaee08720a70ac3d1c1e6e08d5a0fc8247f1cb3e44bc1c47b350a1bcaf23db23994ac9b0a077cc489b94f82c9922e407edea1fe7c2722c
 SHA512 
ee89bd159beba2893b334fb603de2b852d97c382670628d8892eb2a74907950afe485455218ae4c6dc41338218b67dc78003da8ace61d1952451ae55e7e5e6d0

diff --git a/dev-libs/libmateweather/libmateweather-1.27.1.ebuild 
b/dev-libs/libmateweather/libmateweather-1.28.0.ebuild
similarity index 100%
rename from dev-libs/libmateweather/libmateweather-1.27.1.ebuild
rename to dev-libs/libmateweather/libmateweather-1.28.0.ebuild



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

2024-06-15 Thread Joonas Niilola
commit: b8e09aac5a0d25c26b672b7e48a93ab839e06982
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:39:30 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:05:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e09aac

mate-base/caja: Reapply LTO filter

This was removed in error in the testing phase of 1.27.

Closes: https://bugs.gentoo.org/932405
Thanks-to: Eli Schwartz  gmail.com>
Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-base/caja/caja-1.28.0-r1.ebuild | 97 
 1 file changed, 97 insertions(+)

diff --git a/mate-base/caja/caja-1.28.0-r1.ebuild 
b/mate-base/caja/caja-1.28.0-r1.ebuild
new file mode 100644
index ..c5cc0b5db2d6
--- /dev/null
+++ b/mate-base/caja/caja-1.28.0-r1.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MATE_LA_PUNT="yes"
+
+inherit flag-o-matic mate
+
+MINOR=$(($(ver_cut 2) % 2))
+if [[ ${MINOR} -eq 0 ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="Caja file manager for the MATE desktop"
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="+introspection +mate nls xmp"
+
+COMMON_DEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   >=dev-libs/glib-2.58.1:2
+   >=dev-libs/libxml2-2.4.7:2
+   gnome-base/dconf
+   >=gnome-base/gvfs-1.10.1:0[udisks]
+   >=mate-base/mate-desktop-1.28.0
+   >=media-libs/libexif-0.6.14:0
+   virtual/libintl
+   x11-libs/cairo
+   >=x11-libs/gdk-pixbuf-2.36.5:2
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   >=x11-libs/libnotify-0.7.0:0
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXft
+   x11-libs/libXrender
+   >=x11-libs/pango-1.1.2
+   introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
+   xmp? ( >=media-libs/exempi-1.99.5:2= )
+"
+
+BDEPEND="${COMMON_DEPEND}
+   >=dev-lang/perl-5:=
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gtk-doc
+   dev-build/gtk-doc-am
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+RDEPEND="${COMMON_DEPEND}"
+
+PDEPEND="mate? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )"
+
+# TODO: Test fails because Caja is not merged yet:
+# GLib-GIO-ERROR **: Settings schema 'org.mate.caja.preferences' is not 
installed
+RESTRICT="test"
+
+src_prepare() {
+   # Remove unnecessary CFLAGS.
+   sed -i -e 's:-DG.*DISABLE_DEPRECATED::g' \
+   configure.ac eel/Makefile.am || die
+
+   mate_src_prepare
+}
+
+src_configure() {
+   # https://bugs.gentoo.org/926751
+   # https://github.com/mate-desktop/caja/issues/1774
+   append-flags -fno-strict-aliasing
+   filter-lto
+
+   mate_src_configure \
+   --disable-update-mimedb \
+   $(use_enable introspection) \
+   $(use_enable nls) \
+   $(use_enable xmp)
+}
+
+src_test() {
+   unset SESSION_MANAGER
+   unset DBUS_SESSION_BUS_ADDRESS
+
+   Xemake check || die "Test phase failed"
+}
+
+pkg_postinst() {
+   mate_pkg_postinst
+
+   elog "Caja can use gstreamer to preview audio files. Just make sure"
+   elog "to have the necessary plugins available to play the media type 
you"
+   elog "want to preview."
+}



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

2024-06-15 Thread Joonas Niilola
commit: c31f92476d00d23bfcc93701a80d9e44a6e25bb0
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:33:29 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:05:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31f9247

x11-misc/mozo: add myself as a maintainer

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/mozo/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/x11-misc/mozo/metadata.xml b/x11-misc/mozo/metadata.xml
index ae5e541c57d8..c895500bb0dc 100644
--- a/x11-misc/mozo/metadata.xml
+++ b/x11-misc/mozo/metadata.xml
@@ -1,7 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   immolo...@gmail.com
+   Ian Jordan
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

mate-desktop/mozo




[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-power-manager/

2024-06-15 Thread Joonas Niilola
commit: 5f84433c3739956da7c875db592bfadd2fd430a5
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:09:00 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f84433c

mate-extra/mate-power-manager: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild
index 5ae48fe21e31..8e0c9ce9aae6 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild
@@ -36,13 +36,13 @@ COMMON_DEPEND="
x11-libs/libXrandr
>=x11-libs/libnotify-0.7:0
x11-libs/pango
-   applet? ( >=mate-base/mate-panel-1.17.0 )
+   applet? ( >=mate-base/mate-panel-1.28.0 )
keyring? ( >=app-crypt/libsecret-0.11 )
 "
 
 RDEPEND="${COMMON_DEPEND}
virtual/libintl
-   policykit? ( >=mate-extra/mate-polkit-1.6 )
+   policykit? ( >=mate-extra/mate-polkit-1.28.0 )
systemd? ( sys-apps/systemd )
elogind? ( sys-auth/elogind )
 "



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

2024-06-15 Thread Joonas Niilola
commit: 47d5bfb64cc482326b08bae069ca3c05fa9f4c6b
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:37:24 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:05:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d5bfb6

mate-base/mate-applets: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-base/mate-applets/mate-applets-1.28.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mate-base/mate-applets/mate-applets-1.28.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.28.0.ebuild
index c760d9e280de..3b7e7fef070d 100644
--- a/mate-base/mate-applets/mate-applets-1.28.0.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.28.0.ebuild
@@ -22,11 +22,11 @@ COMMON_DEPEND="
>=app-accessibility/at-spi2-core-2.46.0:2
>=dev-libs/dbus-glib-0.74
>=dev-libs/glib-2.50:2
-   >=dev-libs/libmateweather-1.17.0
+   >=dev-libs/libmateweather-1.28.0
>=dev-libs/libxml2-2.5:2
>=gnome-base/libgtop-2.12.0:2=
>=gnome-extra/gucharmap-3.0:2.90
-   >=mate-base/mate-panel-1.25.2
+   >=mate-base/mate-panel-1.28.0
>=net-wireless/wireless-tools-28_pre9:0
>=sys-apps/dbus-1.10.0
x11-libs/gdk-pixbuf:2
@@ -49,7 +49,7 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}
mate-base/caja
mate-base/mate-desktop
-   >=mate-base/mate-settings-daemon-1.6
+   >=mate-base/mate-settings-daemon-1.28.0
virtual/libintl
 "
 



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

2024-06-15 Thread Joonas Niilola
commit: b417929918a6cb84a380c780555f7cc9be3595ad
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:30:22 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:05:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4179299

x11-misc/mozo: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/x11-misc/mozo/mozo-1.28.0.ebuild b/x11-misc/mozo/mozo-1.28.0.ebuild
index 55d608812889..7eedaa3722bc 100644
--- a/x11-misc/mozo/mozo-1.28.0.ebuild
+++ b/x11-misc/mozo/mozo-1.28.0.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 COMMON_DEPEND="${PYTHON_DEPS}
>=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.21.0[introspection]
+   >=mate-base/mate-menus-1.28.0[introspection]
x11-libs/gdk-pixbuf:2[introspection]
>=x11-libs/gtk+-3.12:3[introspection]
 "



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

2024-06-15 Thread Joonas Niilola
commit: 3d5c89ecc3025218551450d8d9124746f46744fd
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:16:17 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5c89ec

app-editors/pluma: adjust dependency for 1.28

This moves mate-desktop from a runtime depend to a normal depend now that the
configure script looks for it. This also solves issue for non-MATE users that
wish to use Pluma.

Closes: https://bugs.gentoo.org/930087
Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/pluma/pluma-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/pluma/pluma-1.28.0.ebuild 
b/app-editors/pluma/pluma-1.28.0.ebuild
index 209753262d10..96c7a05f8044 100644
--- a/app-editors/pluma/pluma-1.28.0.ebuild
+++ b/app-editors/pluma/pluma-1.28.0.ebuild
@@ -41,7 +41,6 @@ COMMON_DEPEND="
 "
 RDEPEND="${COMMON_DEPEND}
${PYTHON_DEPS}
-   >=mate-base/mate-desktop-1.9[introspection?]
virtual/libintl
 "
 DEPEND="${COMMON_DEPEND}
@@ -51,6 +50,7 @@ DEPEND="${COMMON_DEPEND}
dev-util/gtk-doc
dev-build/gtk-doc-am
>=dev-build/libtool-2.2.6:2
+   >=mate-base/mate-desktop-1.28.0[introspection?]
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
 "



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

2024-06-15 Thread Joonas Niilola
commit: 51cb39c87c9051e8a84bffe01b1b0698829109e4
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:19:54 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:05:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51cb39c8

app-editors/pluma-plugins: add 1.28.0

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/pluma-plugins/Manifest |  1 +
 .../pluma-plugins/pluma-plugins-1.28.0.ebuild  | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-editors/pluma-plugins/Manifest 
b/app-editors/pluma-plugins/Manifest
index 9eeb0b88a346..30437f2c59cd 100644
--- a/app-editors/pluma-plugins/Manifest
+++ b/app-editors/pluma-plugins/Manifest
@@ -1 +1,2 @@
 DIST pluma-plugins-1.26.0.tar.xz 505652 BLAKE2B 
09d34a3205796aab0b94b6e4d1c44b9902091b46511735b74a9cc1d1bee8a28352bf673ea7788eb4522e1dd0614a0399471aa8a076fd50f70bf1cf66e80326ad
 SHA512 
ee59d52e0f879a5adf745c4be4a274f5c5b5403d7a9485236879e6e6db1c8f743de74be379fe84d2da73efe3eeb63bfa089a28f73762a6f0ceee0dbbbc464fa4
+DIST pluma-plugins-1.28.0.tar.xz 520696 BLAKE2B 
ebc5019e13993b51af1abc323b4a7d6dba32ba33cb7dc86286b10f8678d36e52db6d778482a2c0293f678e6158eef1b33878de0b27c83b22248e7df5ab801eb6
 SHA512 
63fc17649a967f15751541a1292e6dc9c318f2e66f30df3a477ee7b3dc6a2f3560512ed89a775b8e14fbc5942e06ed46099f0aa2ed24f7b4991146ad2ed55228

diff --git a/app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild 
b/app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild
new file mode 100644
index ..dc949ef42832
--- /dev/null
+++ b/app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MATE_LA_PUNT="yes"
+
+PYTHON_COMPAT=( python3_{9..12} )
+
+inherit mate python-single-r1
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A set of plugins for Pluma, the MATE text editor."
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="+python"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   >=dev-libs/libpeas-1.14.1:0[gtk]
+   >=app-editors/pluma-1.28.0
+   >=dev-libs/glib-2.32:2
+   >=x11-libs/gtk+-3.9:3
+   >=x11-libs/gtksourceview-4.0.2:4
+
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   app-editors/pluma[${PYTHON_SINGLE_USEDEP}]
+   dev-libs/libpeas:0[python,${PYTHON_SINGLE_USEDEP}]
+   >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
+   >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}]
+   >=x11-libs/vte-0.52:2.91[introspection]
+   ')
+   >=x11-libs/gtk+-3.9:3[introspection]
+   >=x11-libs/gtksourceview-4.0.2:4[introspection]
+   x11-libs/pango[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+
+   )"
+
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable python)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   mate_src_install
+   use python && python_optimize "${ED}/usr/$(get_libdir)/gedit/plugins/"
+}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2024-06-15 Thread Joonas Niilola
commit: f2598e86bbe9e2d7e3cf3844edfd9bcd86481e29
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:11:58 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2598e86

mate-extra/mate-sensors-applet: adjust dependency for 1.28

Nvidia version needs looking into in a future release however for the time being
there is no issue leaving it as is.

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-extra/mate-sensors-applet/mate-sensors-applet-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.28.0.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.28.0.ebuild
index cbebc92e72bc..f9ecf42b5599 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.28.0.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.28.0.ebuild
@@ -20,7 +20,7 @@ IUSE="+dbus hddtemp libnotify lm-sensors video_cards_nvidia"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.50:2
-   >=mate-base/mate-panel-1.17.0
+   >=mate-base/mate-panel-1.28.0
>=x11-libs/cairo-1.0.4
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.22:3



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-media/

2024-06-15 Thread Joonas Niilola
commit: d18d345b1ccd813fb73525363116f9a01d0d4c22
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:07:31 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18d345b

mate-extra/mate-media: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-extra/mate-media/mate-media-1.28.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mate-extra/mate-media/mate-media-1.28.1.ebuild 
b/mate-extra/mate-media/mate-media-1.28.1.ebuild
index 5079464dce22..8f517840c4aa 100644
--- a/mate-extra/mate-media/mate-media-1.28.1.ebuild
+++ b/mate-extra/mate-media/mate-media-1.28.1.ebuild
@@ -17,10 +17,10 @@ SLOT="0"
 COMMON_DEPEND="
>=dev-libs/glib-2.50:2
dev-libs/libxml2:2
-   >=mate-base/mate-panel-1.17.0
-   >=mate-base/mate-desktop-1.17.0
+   >=mate-base/mate-panel-1.28.0
+   >=mate-base/mate-desktop-1.28.0
>=media-libs/libcanberra-0.13[gtk3]
-   >=media-libs/libmatemixer-1.10.0
+   >=media-libs/libmatemixer-1.28.0
x11-libs/cairo
>=x11-libs/gtk+-3.22:3
x11-libs/pango



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-power-manager/

2024-06-15 Thread Joonas Niilola
commit: 9a32d2213da9b2a67ae566ffac5cb6311c84b80e
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:09:24 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a32d221

mate-extra/mate-power-manager: Remove forced systemd/elogind

We patch out the requirements for either of these two services in Gentoo so
this gives the user full choice over how they want to run MATE now.

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild
index 8e0c9ce9aae6..47b00e951da7 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild
@@ -16,8 +16,6 @@ LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
 SLOT="0"
 IUSE="+applet +elogind keyring policykit systemd test"
 
-REQUIRED_USE="^^ ( elogind systemd )"
-
 # Interactive testsuite.
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-extensions/

2024-06-15 Thread Joonas Niilola
commit: 04027997cc10438169330ce21bc8cb58bf40f05e
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:04:08 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04027997

mate-extra/caja-extensions: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-extra/caja-extensions/caja-extensions-1.28.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-extra/caja-extensions/caja-extensions-1.28.0.ebuild 
b/mate-extra/caja-extensions/caja-extensions-1.28.0.ebuild
index 170fc4de9910..f30f74c7e4e3 100644
--- a/mate-extra/caja-extensions/caja-extensions-1.28.0.ebuild
+++ b/mate-extra/caja-extensions/caja-extensions-1.28.0.ebuild
@@ -20,14 +20,14 @@ SENDTO="cdr gajim +mail pidgin upnp"
 IUSE="image-converter nls +open-terminal share +wallpaper xattr media 
${SENDTO}"
 
 COMMON_DEPEND=">=dev-libs/glib-2.50:2
-   >=mate-base/caja-1.21.3
+   >=mate-base/caja-1.28.0
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.22:3
gajim? (
>=dev-libs/dbus-glib-0.60
>=sys-apps/dbus-1
)
-   open-terminal? ( >=mate-base/mate-desktop-1.17.0 )
+   open-terminal? ( >=mate-base/mate-desktop-1.28.0 )
pidgin? ( >=dev-libs/dbus-glib-0.60 )
upnp? ( >=net-libs/gupnp-1.6.5 )
xattr? ( sys-apps/attr )



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/

2024-06-15 Thread Joonas Niilola
commit: f5444bb1b76cd009733da8744521548ee2db3b63
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:13:51 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5444bb1

mate-extra/mate-utils: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-extra/mate-utils/mate-utils-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/mate-utils/mate-utils-1.28.0.ebuild 
b/mate-extra/mate-utils/mate-utils-1.28.0.ebuild
index 34c35a4a7581..5bdeae494194 100644
--- a/mate-extra/mate-utils/mate-utils-1.28.0.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.28.0.ebuild
@@ -33,7 +33,7 @@ COMMON_DEPEND="
x11-libs/libX11
x11-libs/libXext
x11-libs/pango
-   applet? ( >=mate-base/mate-panel-1.17.0 )
+   applet? ( >=mate-base/mate-panel-1.28.0 )
udisks? ( >=sys-fs/udisks-1.90.0:2 )
 "
 



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2024-06-15 Thread Joonas Niilola
commit: 774686736f66f60af59bfd8f3d21c87267d5eb9c
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:06:41 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77468673

mate-extra/mate-indicator-applet: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.28.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.28.0.ebuild
index 6250dfba56cf..640498c2a940 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.28.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.28.0.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 
 COMMON_DEPEND="
dev-libs/libayatana-indicator:3
-   >=mate-base/mate-panel-1.17.0
+   >=mate-base/mate-panel-1.28.0
>=x11-libs/gtk+-3.22:3
 "
 



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-actions/

2024-06-15 Thread Joonas Niilola
commit: 5fa15d05a0fecb574d62d7113f04b2085b911f0c
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:00:36 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa15d05

mate-extra/caja-actions: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-extra/caja-actions/caja-actions-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/caja-actions/caja-actions-1.28.0.ebuild 
b/mate-extra/caja-actions/caja-actions-1.28.0.ebuild
index 68ee4015cebd..78dee5dd4bb5 100644
--- a/mate-extra/caja-actions/caja-actions-1.28.0.ebuild
+++ b/mate-extra/caja-actions/caja-actions-1.28.0.ebuild
@@ -23,7 +23,7 @@ COMMON_DEPEND="
>=x11-libs/gtk+-3.22:3
>=gnome-base/libgtop-2.23.1:2=
dev-libs/libxml2
-   >=mate-base/caja-1.17
+   >=mate-base/caja-1.28.0
x11-libs/libSM
virtual/libintl
 "



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

2024-06-15 Thread Joonas Niilola
commit: 344a7861b3e0d13a6b1fae8eb74fa18ae62bd854
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 12:59:15 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344a7861

mate-base/mate-panel: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-base/mate-panel/mate-panel-1.28.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mate-base/mate-panel/mate-panel-1.28.1.ebuild 
b/mate-base/mate-panel/mate-panel-1.28.1.ebuild
index 52a917988a26..1bc2bdfc1405 100644
--- a/mate-base/mate-panel/mate-panel-1.28.1.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.28.1.ebuild
@@ -23,12 +23,12 @@ REQUIRED_USE="|| ( X wayland )"
 COMMON_DEPEND="
>=app-accessibility/at-spi2-core-2.46.0:2
>=dev-libs/glib-2.50:2
-   >=dev-libs/libmateweather-1.17.0
+   >=dev-libs/libmateweather-1.28.0
dev-libs/libxml2:2
>=gnome-base/dconf-0.13.4
>=gnome-base/dconf-editor-43.0
-   >=mate-base/mate-desktop-1.17.0
-   >=mate-base/mate-menus-1.21.0
+   >=mate-base/mate-desktop-1.28.0
+   >=mate-base/mate-menus-1.28.0
>=sys-apps/dbus-1.1.2
>=x11-libs/cairo-1.0.0[X?]
>=x11-libs/gdk-pixbuf-2.26.0:2



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-dropbox/

2024-06-15 Thread Joonas Niilola
commit: 51c9168ac0cd76a6487e0e979513e0fee59262c0
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:02:04 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c9168a

mate-extra/caja-dropbox: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild 
b/mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild
index 4f980b6e3511..2c0ba289b6bd 100644
--- a/mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild
+++ b/mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild
@@ -24,7 +24,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=app-accessibility/at-spi2-core-2.46.0
>=dev-libs/glib-2.50:2
$(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]')
-   >=mate-base/caja-1.19.1
+   >=mate-base/caja-1.28.0
mate-extra/caja-extensions
media-libs/fontconfig:1.0
media-libs/freetype:2



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-control-center/

2024-06-15 Thread Joonas Niilola
commit: 277d56134f8c4ce01b9309460203d194e825f9ea
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 12:55:39 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277d5613

mate-base/mate-control-center: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-base/mate-control-center/mate-control-center-1.28.0.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
index 145aa7eea310..c7286bf67f8a 100644
--- a/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
@@ -25,10 +25,10 @@ COMMON_DEPEND="
dev-libs/libayatana-appindicator
>=gnome-base/dconf-0.13.4
>=gnome-base/librsvg-2.0:2
-   >=mate-base/libmatekbd-1.17.0
-   >=mate-base/mate-desktop-1.25.0
-   >=mate-base/caja-1.20.0
-   >=mate-base/mate-menus-1.21.0
+   >=mate-base/libmatekbd-1.28.0
+   >=mate-base/mate-desktop-1.28.0
+   >=mate-base/caja-1.28.0
+   >=mate-base/mate-menus-1.28.0
>=media-libs/fontconfig-1:1.0
media-libs/freetype:2
media-libs/libcanberra:0[gtk3]



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

2024-06-15 Thread Joonas Niilola
commit: ea12779287ef55d996e25e5cca7a04d40b7e40f1
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 12:50:58 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea127792

mate-base/caja: Adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-base/caja/caja-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/caja/caja-1.28.0.ebuild 
b/mate-base/caja/caja-1.28.0.ebuild
index d610e6043e96..b063d361c2d1 100644
--- a/mate-base/caja/caja-1.28.0.ebuild
+++ b/mate-base/caja/caja-1.28.0.ebuild
@@ -24,7 +24,7 @@ COMMON_DEPEND="
>=dev-libs/libxml2-2.4.7:2
gnome-base/dconf
>=gnome-base/gvfs-1.10.1:0[udisks]
-   >=mate-base/mate-desktop-1.17.3:0
+   >=mate-base/mate-desktop-1.28.0
>=media-libs/libexif-0.6.14:0
virtual/libintl
x11-libs/cairo



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-control-center/

2024-06-15 Thread Joonas Niilola
commit: 4a328c4b0636e1def8678cb853a0b4e818a0ed62
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 12:53:13 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a328c4b

mate-base/mate-control-center: remove unused configure line (#929040)

Added a compile time switch by mistake which was missed in testing.
This remove warning but doesn't effect runtime.

Closes: https://bugs.gentoo.org/929040
Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-base/mate-control-center/mate-control-center-1.28.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
index a235bb697038..145aa7eea310 100644
--- a/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
@@ -69,7 +69,6 @@ PATCHES=(
 src_configure() {
mate_src_configure \
--disable-update-mimedb \
-   --with-appindicator \
$(use_enable nls) \
$(use_enable debug)
 }



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

2024-06-15 Thread Hans de Graaff
commit: ab78b129bc989abb5f8925ee00c082829e6a7e98
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 16 05:42:46 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 16 05:49:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab78b129

dev-ruby/octokit: add 9.1.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/octokit/Manifest |  1 +
 dev-ruby/octokit/octokit-9.1.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/octokit/Manifest b/dev-ruby/octokit/Manifest
index 087167e26c06..b90a84aaa133 100644
--- a/dev-ruby/octokit/Manifest
+++ b/dev-ruby/octokit/Manifest
@@ -2,3 +2,4 @@ DIST octokit-6.1.1.tar.gz 3193336 BLAKE2B 
890afac205992c25dd8b48f63ea7a4cf250687
 DIST octokit-7.2.0.tar.gz 3293244 BLAKE2B 
6c24add01107868d64b0409d7a4eaf5bc5b90a9932d10f46e091aa5f4a512dd64a70047e2615c4a064b33e66e48e724ca0c85a4dec523c8df6c4968ecae83b55
 SHA512 
91abe7e64a75da5ef4f93a891aedbd1a047f744fed695dfb843f5d6f7416d4e08c7cad192b60d3aead43e38095c0985239a364a70a51042dca1b74bbc3529e8a
 DIST octokit-8.0.0.tar.gz 3306271 BLAKE2B 
f2bdfebd6f6df3dc507f534947b9cac68ff970d333958a8c7624b01ca090a49294ea2f2fb7b2f0f595f2e4fa37b082d19a3cf346b3634856dfd6c79981c1dcc9
 SHA512 
7894d8fb3f318827bbac3d8fa4787510195e5c583e256c96b8dd98ccb9ed2126f66f00799547e7db8f565f6c72d7af346c2558a31b8ad5b711c9db240e138878
 DIST octokit-8.1.0.tar.gz 3324751 BLAKE2B 
84cc09d122e7a7269272b453f1042158329804bc25bc918fafdc382264b4db7c0264f4d1978521fc5b438e50abc4b879cfe287032998d337ba05c0eae27f4229
 SHA512 
77552e71fcf149a7aafa94c93210dcf9462cf8269be89e16248c47cf3bf40ab4cc754a9d989599822fc06c29a7edc7e9a16ae3cba696155175710ae7cf845567
+DIST octokit-9.1.0.tar.gz 3386113 BLAKE2B 
73558de152f3ab4c06564e5c076def7799a7b52676229d49ecb552ef3a9356e047500a7fc50f56c97115c64062ee519bec5a13d1025b59aaac66f1db83f83f66
 SHA512 
8e7c40ba73562c0facabc4c313fef731bc21c2bb8cb95460379eef17fd369485fa8119cc8ac9545137a6da2a358522dee94987bfc0f52378d94b6e55dc88f9d7

diff --git a/dev-ruby/octokit/octokit-9.1.0.ebuild 
b/dev-ruby/octokit/octokit-9.1.0.ebuild
new file mode 100644
index ..d888d69e0258
--- /dev/null
+++ b/dev-ruby/octokit/octokit-9.1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby toolkit for the Github API"
+HOMEPAGE="https://github.com/octokit/octokit.rb";
+SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+RUBY_S=octokit.rb-${PV}
+
+ruby_add_rdepend "
+   || ( dev-ruby/faraday:2 dev-ruby/faraday:1 )
+   >=dev-ruby/sawyer-0.9:0
+"
+
+ruby_add_bdepend "test? (
+   || ( ( dev-ruby/faraday:2 dev-ruby/faraday-multipart ) 
dev-ruby/faraday:1 )
+   dev-ruby/jwt
+   dev-ruby/mime-types
+   >=dev-ruby/netrc-0.7.7
+   >=dev-ruby/rbnacl-7.1.1:6
+   dev-ruby/vcr[json]
+   dev-ruby/webmock:3 )"
+
+all_ruby_prepare() {
+   sed -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"' \
+   -e '/pry/ s:^:#:' \
+   -i spec/spec_helper.rb || die
+}



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

2024-06-15 Thread Hans de Graaff
commit: 3a067fb30226d1c236fa9c147fa6ed483f76adca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 16 05:45:58 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 16 05:49:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a067fb3

dev-ruby/public_suffix: drop 5.0.4

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/public_suffix/Manifest   |  1 -
 dev-ruby/public_suffix/public_suffix-5.0.4.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/public_suffix/Manifest b/dev-ruby/public_suffix/Manifest
index 52619ede297f..a5e1de673fc2 100644
--- a/dev-ruby/public_suffix/Manifest
+++ b/dev-ruby/public_suffix/Manifest
@@ -1,5 +1,4 @@
 DIST public_suffix-4.0.7.gem 113664 BLAKE2B 
5da86713da01f59e7f311985a36b835e02807ca5f186ffc5e41e42cae7781cc10d96a4aca77dafb77050c78e6fb03e10f7ac55dace776c5cca68bca9f4bd7d75
 SHA512 
acdfe135684277a669ceaa61ea78fc70b979614f63daf27d145e78e4013221eac106651838a27b6694844f4fc33521ecc9f81102582ca1f1232fa80ce8191207
 DIST public_suffix-5.0.3.gem 113152 BLAKE2B 
e14a5c343f4db466a31c3a84c95f810d82b5bf64d6be9e0690d9639aaae8feec91ffb1e867dcb3664027426c436396a090a7051189308414b76c4f962c899930
 SHA512 
7d8c1c0ff951458060dfee4247cfdb04a3f875f97e8451e2955b05335c9ea8480612be1455280ee86c9b2a1c62d0dac663d67b68825d8ce3a99ef63c5841017d
-DIST public_suffix-5.0.4.tar.gz 111469 BLAKE2B 
6719dc40206f5dc2bb8152576ca82d1321b1789fd8b085d20d1246d4f5f44f64116f9a62cbd55053a066c6b99fbe200951f13862d0a4136a62c235147f65fd4a
 SHA512 
d42bd895387739d87579249ff4799fb5a49c49a2e4cbf4f22dd0b42a252b264d813549bf86d6c327d85e7d38fbdd97681d777adf2ff8398025dafd9eac655654
 DIST public_suffix-5.0.5.tar.gz 112703 BLAKE2B 
aa23f94cbccb380e38fd63521516038f180f32a2e5c1c4fd800063f9cd1859c388cdd2e0bca13f76c9cf1ff16f03a34eb5ea1a6ac75e4eb98970d516e01df6a5
 SHA512 
4b785474b7fb726dbfe66b6c1c801eb9a75d5e555c69e678cf8253112facd9dc98fd76c07f43ff74eb310beaf7e063344e8a6484dfe4b8cfea2557510f22ae9f
 DIST public_suffix-5.1.0.tar.gz 113319 BLAKE2B 
7956a28f2b69d96f0cdb0e846b300393bbef69733f8040e74bd3e439eba9f637522db38f6de2640c27a75ba254573e0dfae73c5145bca7f7f4faded3cf97506e
 SHA512 
959098da01af2b45ff2b5e053fc3cb70fe1917c7afe47259a55b229e39fb33ac04207c528051a927f1323aec8c05d6a5756384745f611c8793be18ced25e8706

diff --git a/dev-ruby/public_suffix/public_suffix-5.0.4.ebuild 
b/dev-ruby/public_suffix/public_suffix-5.0.4.ebuild
deleted file mode 100644
index 6492c9b38017..
--- a/dev-ruby/public_suffix/public_suffix-5.0.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-RUBY_FAKEGEM_GEMSPEC="public_suffix.gemspec"
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parse and decompose a domain name into top level domain, domain 
and subdomains"
-HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/";
-SRC_URI="https://github.com/weppos/publicsuffix-ruby/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-RUBY_S="publicsuffix-ruby-${PV}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/mocha:2 )"
-
-all_ruby_prepare() {
-   sed -e 's:_relative ": "./:' \
-   -e 's/__dir__/"."/' \
-   -e 's/git ls-files -z/find * -print0/' \
-   -i ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   sed -i -e '/rubocop/I s:^:#:' \
-   -e '/yard/,/CLOBBER.include/ s:^:#:' \
-   -e '/bundler/ s:^:#:' Rakefile || die
-   sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die
-}



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

2024-06-15 Thread Hans de Graaff
commit: 455e1a67bad4ebc25f6c188001d86dfbc68ce0c4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 16 05:49:11 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 16 05:49:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455e1a67

dev-ruby/zeitwerk: add 2.6.16

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/zeitwerk/Manifest   |  1 +
 dev-ruby/zeitwerk/zeitwerk-2.6.16.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index 331b81a7065c..b764e651f403 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -1,4 +1,5 @@
 DIST zeitwerk-2.6.13.tar.gz 127927 BLAKE2B 
434da46147eb90d171a93a415dc3cca9c326136efd29a9fa46794dfc5bfcb5fc424fa5f64215281c36473d857c81895758129a0f779f13f6dc536839e240d455
 SHA512 
4ce3406cc77123439f3499d3f60030d043e9fca6ab1921ec95a5be58a0d4f2af22de06c1e0f48ad9a463f194f2f851eb0d815a1d7f35d9f6a6c0cb2ab3bd403d
 DIST zeitwerk-2.6.14.tar.gz 129775 BLAKE2B 
d8698cc80c80f7d8a7be1f6858f466a4f192b0714ff36f5afd2e9f72359c29d555e32f331a371052034b99e23aca3df4ee49bfbd47c82f53cc20bae2ffd9
 SHA512 
16041527268623be5ed910cca66a06975d92c9fc74c1afb56dd6b0ec042080b7d9e45d1378de60dfcb069042f7ae2c05c84e262b8e0f39c70878348b205f7bca
 DIST zeitwerk-2.6.15.tar.gz 129919 BLAKE2B 
2a49464a99c97ac1f927d462d87d531e61667e029d4735eb6ac6e8a4c30ab8f542affa4125a0aa768bdedd3c7b5cb75c57a5e1b1cbb0da8f5c5d898f482b240c
 SHA512 
c83bfe793fa4853df461160376fe41359f96bca41d943f77714d69368004373dce007c8aa2f3bb1f796f4036e6a0bc51c670b6b85c137dd0c01919314f56d6ca
+DIST zeitwerk-2.6.16.tar.gz 130657 BLAKE2B 
a51226a252d13b12f7ec91d0edfaeb814c8de574ab923b98f78058ed1e9c11758abebfbc1896c7cf792b0094dafa49a066de5ba3cd8faa480a83fd68da29f30c
 SHA512 
420b053d3ab09443e67e1b386b61d9fbbd1362740fbe155d817f998d8197fec7fa9e5206eecb47a81a9ebeebd65830023b0f86fa05f19db22761c9d931ff83fd
 DIST zeitwerk-2.6.8.tar.gz 124209 BLAKE2B 
7274b0e9cd55d48fa619d1e9da44074268186c119584fdc3ba18656db33884ec2e24a76ace863d18b0ec51601cde5a3cb9ed35889dcfd3f619960ddfcb1465c6
 SHA512 
b0609f7d38572d95bdf1a065a9051a7c39b15a7910e354981c991862692e2535477b4abd0a3c623a5d37e53622d95566ecf0d0243ca96fef59f0135693731a71

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.6.16.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.6.16.ebuild
new file mode 100644
index ..eb0be93eb354
--- /dev/null
+++ b/dev-ruby/zeitwerk/zeitwerk-2.6.16.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Efficient and thread-safe code loader for Ruby"
+HOMEPAGE="https://github.com/fxn/zeitwerk";
+SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/warning )"
+
+all_ruby_prepare() {
+   rm -f Gemfile.lock || die
+   # Dropping proveit should be fine based on 
https://github.com/fxn/zeitwerk/pull/253
+   # It's more of a quality check for the tests themselves rather than a 
test
+   sed -i -e '/\(focus\|reporters\|Reporters\|prove_\?it\)/ s:^:#:' 
Gemfile test/test_helper.rb || die
+
+   sed -i -e 's:require_relative "lib:require "./lib:' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



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

2024-06-15 Thread Hans de Graaff
commit: 583460aaaf007d8279e11d3a6d6c4e1544467b28
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 16 05:43:14 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 16 05:49:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583460aa

dev-ruby/octokit: drop 6.1.1, 8.0.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/octokit/Manifest |  2 --
 dev-ruby/octokit/octokit-6.1.1.ebuild | 42 --
 dev-ruby/octokit/octokit-8.0.0.ebuild | 43 ---
 3 files changed, 87 deletions(-)

diff --git a/dev-ruby/octokit/Manifest b/dev-ruby/octokit/Manifest
index b90a84aaa133..9fd79a5e8bb8 100644
--- a/dev-ruby/octokit/Manifest
+++ b/dev-ruby/octokit/Manifest
@@ -1,5 +1,3 @@
-DIST octokit-6.1.1.tar.gz 3193336 BLAKE2B 
890afac205992c25dd8b48f63ea7a4cf250687318ecb9c0980fc50ff1583943074cea1d9260f139b1a5f86295483f44120421dba8294eba641104301f0188123
 SHA512 
d91b326d892f80f08598ebb0a03edfd1fb85d36e40dac49593291a6b2ff6a957f5cd2283655c20ff0299f40c75ad7472ff55a14b182bec5f92693b560c2d3c87
 DIST octokit-7.2.0.tar.gz 3293244 BLAKE2B 
6c24add01107868d64b0409d7a4eaf5bc5b90a9932d10f46e091aa5f4a512dd64a70047e2615c4a064b33e66e48e724ca0c85a4dec523c8df6c4968ecae83b55
 SHA512 
91abe7e64a75da5ef4f93a891aedbd1a047f744fed695dfb843f5d6f7416d4e08c7cad192b60d3aead43e38095c0985239a364a70a51042dca1b74bbc3529e8a
-DIST octokit-8.0.0.tar.gz 3306271 BLAKE2B 
f2bdfebd6f6df3dc507f534947b9cac68ff970d333958a8c7624b01ca090a49294ea2f2fb7b2f0f595f2e4fa37b082d19a3cf346b3634856dfd6c79981c1dcc9
 SHA512 
7894d8fb3f318827bbac3d8fa4787510195e5c583e256c96b8dd98ccb9ed2126f66f00799547e7db8f565f6c72d7af346c2558a31b8ad5b711c9db240e138878
 DIST octokit-8.1.0.tar.gz 3324751 BLAKE2B 
84cc09d122e7a7269272b453f1042158329804bc25bc918fafdc382264b4db7c0264f4d1978521fc5b438e50abc4b879cfe287032998d337ba05c0eae27f4229
 SHA512 
77552e71fcf149a7aafa94c93210dcf9462cf8269be89e16248c47cf3bf40ab4cc754a9d989599822fc06c29a7edc7e9a16ae3cba696155175710ae7cf845567
 DIST octokit-9.1.0.tar.gz 3386113 BLAKE2B 
73558de152f3ab4c06564e5c076def7799a7b52676229d49ecb552ef3a9356e047500a7fc50f56c97115c64062ee519bec5a13d1025b59aaac66f1db83f83f66
 SHA512 
8e7c40ba73562c0facabc4c313fef731bc21c2bb8cb95460379eef17fd369485fa8119cc8ac9545137a6da2a358522dee94987bfc0f52378d94b6e55dc88f9d7

diff --git a/dev-ruby/octokit/octokit-6.1.1.ebuild 
b/dev-ruby/octokit/octokit-6.1.1.ebuild
deleted file mode 100644
index 7d06ff6f153c..
--- a/dev-ruby/octokit/octokit-6.1.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby toolkit for the Github API"
-HOMEPAGE="https://github.com/octokit/octokit.rb";
-SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RUBY_S=octokit.rb-${PV}
-
-ruby_add_rdepend "
-   dev-ruby/faraday:1
-   >=dev-ruby/sawyer-0.9:0
-"
-
-ruby_add_bdepend "test? (
-   dev-ruby/jwt
-   dev-ruby/mime-types
-   >=dev-ruby/netrc-0.7.7
-   >=dev-ruby/rbnacl-7.1.1:6
-   dev-ruby/vcr[json]
-   dev-ruby/webmock:3 )"
-
-all_ruby_prepare() {
-   sed -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"; gem 
"faraday", "<2"' \
-   -e '/pry/ s:^:#:' \
-   -i spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/octokit/octokit-8.0.0.ebuild 
b/dev-ruby/octokit/octokit-8.0.0.ebuild
deleted file mode 100644
index b153005e9e76..
--- a/dev-ruby/octokit/octokit-8.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby toolkit for the Github API"
-HOMEPAGE="https://github.com/octokit/octokit.rb";
-SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RUBY_S=octokit.rb-${PV}
-
-ruby_add_rdepend "
-   || ( dev-ruby/faraday:2 dev-ruby/faraday:1 )
-   >=dev-ruby/sawyer-0.9:0
-"
-
-ruby_add_bdepend "test? (
-   || ( ( dev-ruby/faraday:2 dev-ruby/faraday-multipart ) 
dev-ruby/faraday:1 )
-   dev-ruby/jwt
-   dev-ruby/mime-types
-   >=dev-ruby/netrc-0.7.7
-   >=dev-ruby/rbnacl-7.1.1:6
-   dev-ruby/vcr[json]
-   dev-ruby/webmock:3 )"
-
-all_ruby_prepare() {
-   sed -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3

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

2024-06-15 Thread Hans de Graaff
commit: d5ad698b2b3c82e1e6191de5a59177add7ee5633
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 16 05:45:28 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 16 05:49:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ad698b

dev-ruby/public_suffix: add 5.1.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/public_suffix/Manifest   |  1 +
 dev-ruby/public_suffix/public_suffix-5.1.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/public_suffix/Manifest b/dev-ruby/public_suffix/Manifest
index e9633b432ebd..52619ede297f 100644
--- a/dev-ruby/public_suffix/Manifest
+++ b/dev-ruby/public_suffix/Manifest
@@ -2,3 +2,4 @@ DIST public_suffix-4.0.7.gem 113664 BLAKE2B 
5da86713da01f59e7f311985a36b835e0280
 DIST public_suffix-5.0.3.gem 113152 BLAKE2B 
e14a5c343f4db466a31c3a84c95f810d82b5bf64d6be9e0690d9639aaae8feec91ffb1e867dcb3664027426c436396a090a7051189308414b76c4f962c899930
 SHA512 
7d8c1c0ff951458060dfee4247cfdb04a3f875f97e8451e2955b05335c9ea8480612be1455280ee86c9b2a1c62d0dac663d67b68825d8ce3a99ef63c5841017d
 DIST public_suffix-5.0.4.tar.gz 111469 BLAKE2B 
6719dc40206f5dc2bb8152576ca82d1321b1789fd8b085d20d1246d4f5f44f64116f9a62cbd55053a066c6b99fbe200951f13862d0a4136a62c235147f65fd4a
 SHA512 
d42bd895387739d87579249ff4799fb5a49c49a2e4cbf4f22dd0b42a252b264d813549bf86d6c327d85e7d38fbdd97681d777adf2ff8398025dafd9eac655654
 DIST public_suffix-5.0.5.tar.gz 112703 BLAKE2B 
aa23f94cbccb380e38fd63521516038f180f32a2e5c1c4fd800063f9cd1859c388cdd2e0bca13f76c9cf1ff16f03a34eb5ea1a6ac75e4eb98970d516e01df6a5
 SHA512 
4b785474b7fb726dbfe66b6c1c801eb9a75d5e555c69e678cf8253112facd9dc98fd76c07f43ff74eb310beaf7e063344e8a6484dfe4b8cfea2557510f22ae9f
+DIST public_suffix-5.1.0.tar.gz 113319 BLAKE2B 
7956a28f2b69d96f0cdb0e846b300393bbef69733f8040e74bd3e439eba9f637522db38f6de2640c27a75ba254573e0dfae73c5145bca7f7f4faded3cf97506e
 SHA512 
959098da01af2b45ff2b5e053fc3cb70fe1917c7afe47259a55b229e39fb33ac04207c528051a927f1323aec8c05d6a5756384745f611c8793be18ced25e8706

diff --git a/dev-ruby/public_suffix/public_suffix-5.1.0.ebuild 
b/dev-ruby/public_suffix/public_suffix-5.1.0.ebuild
new file mode 100644
index ..1fa91fceb57b
--- /dev/null
+++ b/dev-ruby/public_suffix/public_suffix-5.1.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+RUBY_FAKEGEM_GEMSPEC="public_suffix.gemspec"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parse and decompose a domain name into top level domain, domain 
and subdomains"
+HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/";
+SRC_URI="https://github.com/weppos/publicsuffix-ruby/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="publicsuffix-ruby-${PV}"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+ruby_add_bdepend "test? ( dev-ruby/mocha:2 )"
+
+all_ruby_prepare() {
+   sed -e 's:_relative ": "./:' \
+   -e 's/__dir__/"."/' \
+   -e 's/git ls-files -z/find * -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   sed -i -e '/rubocop/I s:^:#:' \
+   -e '/yard/,/CLOBBER.include/ s:^:#:' \
+   -e '/bundler/ s:^:#:' Rakefile || die
+   sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die
+}



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

2024-06-15 Thread Hans de Graaff
commit: 2027e1706408a780dce614722b2d3e65f372472f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 16 05:47:47 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 16 05:49:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2027e170

dev-ruby/rubyntlm: add 0.6.5

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rubyntlm/Manifest  |  1 +
 dev-ruby/rubyntlm/rubyntlm-0.6.5.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rubyntlm/Manifest b/dev-ruby/rubyntlm/Manifest
index f2efb7fedfdc..76008a6e8464 100644
--- a/dev-ruby/rubyntlm/Manifest
+++ b/dev-ruby/rubyntlm/Manifest
@@ -1,2 +1,3 @@
 DIST rubyntlm-0.6.3.gem 32768 BLAKE2B 
f9e21068e684620e2e54c685132d034a805fefa4eb90261babac9d58e38167412e0257f0d9b018603772dbd6f152eb9478340d7a390174bc908d1ac8640fcff4
 SHA512 
7e50c1bf63477fead9189a5ade06db65a3fad04d82bccfbffb513517ab97766053c800af9551e027dedc3aee6fb35288c234d98b1a02815299bcbc463e0edd87
 DIST rubyntlm-0.6.4.gem 35840 BLAKE2B 
99f9f8ac253ba604a3d3821b09a49308812b40a8398fc797d0e1d20884f91255a67f7ece691b1290a35d547757477e3238f27b36362355f13b8a051a6797f8d0
 SHA512 
04e0ffd6e34e2eeefcee065ccd15269a43a4c6ead743f5280106cdb9caad422604f7a39d81096d76ff98d28394e8f47cc85c7efae0b4b7d80c835e8291f52156
+DIST rubyntlm-0.6.5.gem 36352 BLAKE2B 
3b03d50d09ff70261301526a8727dffa49e510a8e94d75382160e0eb8634ba82066e57c35bb2511e859867a952d9d4b2eb466404e1f0174264ac4feb22e78260
 SHA512 
6b55d06db1ce91600b858ace4304dc7b4d94158fb4389b4244aaf8857b9e32d16ac92a2052f6e235b1e47579e180959a257e0716892faa4a4c51b89e060193c0

diff --git a/dev-ruby/rubyntlm/rubyntlm-0.6.5.ebuild 
b/dev-ruby/rubyntlm/rubyntlm-0.6.5.ebuild
new file mode 100644
index ..5800060c0f88
--- /dev/null
+++ b/dev-ruby/rubyntlm/rubyntlm-0.6.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby/NTLM provides message creator and parser for the NTLM 
authentication"
+HOMEPAGE="https://github.com/winrb/rubyntlm";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+
+ruby_add_depend "dev-ruby/base64"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb || die
+}



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

2024-06-15 Thread Michał Górny
commit: 5b7ebc758404f2677acbe2bcc09f2616d17e19fa
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 05:18:14 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:18:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7ebc75

dev-python/phonenumbers: Bump to 8.13.39

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

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

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 81ae897b08fe..7219f612f82f 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.37.gh.tar.gz 4915690 BLAKE2B 
b0d325c5f5aca2bcfcc98bab4e5654f4cb21908b41c32b498543186e037b1f2d425ed265c1a3d2bec87fc8ae913257fc455169c91929bfbba3e44bcedffaf0dc
 SHA512 
ac55e8cb2bad7e1e70afb13c49cdd1f73fc840cad6e10f4f9a6c817043729aaf3bdfddae0c9ab3d19f9d4de8cdff949c0bddd94de63e1c42e6c55e0445c69d6c
 DIST python-phonenumbers-8.13.38.gh.tar.gz 4915409 BLAKE2B 
26bf7179466468ed0b682c0928e1e3190885dc4bc5969c97be5f3ecbdc1a81640e42133ae52db69e277b74c35e2d62cbb45af421c557cfc31f5102bcf281aeb8
 SHA512 
9b929193b0667cf560e7cce86db844761de8dffeca2e244d91e42e9ad83dbc819cb33a738432f9f53761d0c241aa011a38fc14ae2265c6f351144107430360cb
+DIST python-phonenumbers-8.13.39.gh.tar.gz 4915365 BLAKE2B 
998a45240717e3beedf3e319ce4e114062acd33129d916483041f6b51c410b2a058ef85236b3bf2db190100332fc39942b60615488366c08e54e296289d57a1a
 SHA512 
a9de957e256d00fe7793646eaf0213ccbb452dbf89625e47e1ee47901014529cc48a30ef1cb48e2f929ae0083c89e584de149d9532691fb52c0ee44675234d74

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.39.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.39.ebuild
new file mode 100644
index ..2fc9bdbaa7c9
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.39.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



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

2024-06-15 Thread Michał Górny
commit: fd5633eaf8a0950ec975cc0577f4dbab2d902aa5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 05:16:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:16:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5633ea

dev-python/fastjsonschema: Bump to 2.20.0

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

 dev-python/fastjsonschema/Manifest |  1 +
 .../fastjsonschema/fastjsonschema-2.20.0.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/fastjsonschema/Manifest 
b/dev-python/fastjsonschema/Manifest
index 294e7ffd3d6f..79bedb09a3b0 100644
--- a/dev-python/fastjsonschema/Manifest
+++ b/dev-python/fastjsonschema/Manifest
@@ -1 +1,2 @@
 DIST fastjsonschema-2.19.1.tar.gz 372732 BLAKE2B 
f028e027483e02969c4d750a888659add9dd7f661776ab42242f74492272267b93a2248cdc50b78389091cc1a1fd7661abbf377d81edf73df35ed1e222be7328
 SHA512 
b276788ebe1d3a6bc5d1463c2a4940fbe5c9e0a7919c813b78f385faa406527cac34d4042e6a69e0ca1631f3e5ed0bc351e13d9d1e245132a1607e010a5a2346
+DIST fastjsonschema-2.20.0.tar.gz 373056 BLAKE2B 
99e80a6aa05aef421c5d95149f5f40f0a732bd686888f32067295c19d9c1d7569bf628d06b59bbeb68ea302e06de700b05c27e7a44e018b213e0c1a7f4dc1304
 SHA512 
7881937a02c7487d1dfd7499dbe85e8f8e359b9686673f32491d93cef1d7a949df5309b0d4a5cc525a7d9c8269568bc34e9d072ec1a49e44d5becbf8718b250d

diff --git a/dev-python/fastjsonschema/fastjsonschema-2.20.0.ebuild 
b/dev-python/fastjsonschema/fastjsonschema-2.20.0.ebuild
new file mode 100644
index ..84565f715777
--- /dev/null
+++ b/dev-python/fastjsonschema/fastjsonschema-2.20.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Fast JSON schema validator for Python"
+HOMEPAGE="
+   https://github.com/horejsek/python-fastjsonschema/
+   https://pypi.org/project/fastjsonschema/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   tests/benchmarks
+)



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

2024-06-15 Thread Michał Górny
commit: 4443b13a79611899e38d2a2ab54e1d8d60dc925a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 05:08:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:08:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4443b13a

dev-python/pycodestyle: Bump to 2.12.0

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

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

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 9f27fb940fb2..7b228bb3a0b9 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1 +1,2 @@
 DIST pycodestyle-2.11.1.gh.tar.gz 79865 BLAKE2B 
b4d9ab3d50aba87e7194abd6b3b317183932cd9e5331c95b57f498704643bce2f459ca9fa2016cc2544f31fb9cbe3390c083fd651ede10f131bc1d6f5e462f23
 SHA512 
8e1f302d7e26d56edd924202435caef32369ea13eb4a0fdfb48c06bb5d77fd7a5aef92d470eef3e6fdd9c3b298751a52a83317e9ddf8b2aa7e3fedc75fb5151a
+DIST pycodestyle-2.12.0.gh.tar.gz 80226 BLAKE2B 
be53b0909182259543bd388945e865cdb383005722afee58977559adb05ce108f764dfc0951a22db79a3abe84d6d5e90a24ee1524c1ad65fe887876c5002400a
 SHA512 
903dd24113c1757826e31564ebac0ac97ad457b84d292f2f1e798df8e68a3847ff6fed0739430d29becc4a52ba4032d873b0212c13d007695df601637b69bdba

diff --git a/dev-python/pycodestyle/pycodestyle-2.12.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.12.0.ebuild
new file mode 100644
index ..e23f446e7b74
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.12.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="
+   https://pycodestyle.pycqa.org/en/latest/
+   https://github.com/PyCQA/pycodestyle/
+   https://pypi.org/project/pycodestyle/
+"
+# 2.11.0 broke sdist
+# https://github.com/PyCQA/pycodestyle/issues/1183
+SRC_URI="
+   https://github.com/PyCQA/pycodestyle/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+distutils_enable_sphinx docs \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest



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

2024-06-15 Thread Michał Górny
commit: 1bedd7720f0d49c2ccc51e7f3f41efaec3f8cfac
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 05:11:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:11:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bedd772

dev-python/pyghmi: Remove old

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

 dev-python/pyghmi/Manifest |  2 --
 dev-python/pyghmi/pyghmi-1.5.67.ebuild | 38 --
 dev-python/pyghmi/pyghmi-1.5.68.ebuild | 38 --
 3 files changed, 78 deletions(-)

diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
index b46215597c84..9262b353cf2e 100644
--- a/dev-python/pyghmi/Manifest
+++ b/dev-python/pyghmi/Manifest
@@ -1,3 +1 @@
-DIST pyghmi-1.5.67.tar.gz 256905 BLAKE2B 
497193e057a4a2e285ba109fc58cf59c77dbef69c73abeabe7fa88629af7c3c961488cd0df173edb81a4b6574893d4db4c43bcd7d8f8c93b5c10bdf768ab9e2e
 SHA512 
db2e16a873db52ebffbfbdf4b03ba22eca462ecf498b0704602cf52257fff2021d0cd7f71161377a3e87029771c2cbb0f8090b215f7da2efeecb8bfaadaadd82
-DIST pyghmi-1.5.68.tar.gz 257045 BLAKE2B 
02c89b71ad9077ff127d00bffd9d788f21a49ee1fa0103042a9c406e9d530f386e1126fcdd58792424200d46a39e4128ce3902af91ff034628dcec20f249fbd0
 SHA512 
538a77de22cfb16652e0e7c36e17b638ede1b93b98cf2439eaa2ddbe95a8e85fcc42b624014639b229e045fc697dba9157dc8375cc88f25fb46ac0caef4b117e
 DIST pyghmi-1.5.69.tar.gz 257074 BLAKE2B 
af1b93bda37aa078c4a04f68970f86a2f6b7c005ed762977d8297bdb4ff8e89c972ec24342ccb226a6cb43d6085f89f23e4e8547e1632275accea0fc5f5558ff
 SHA512 
ad6837b61748ff045196109050fc743e0335b9037e06c723be86e12c42569f6e46b2c004148b4ce4416d0e67967bf6b7596bc10bca30323e2eca11da54067f21

diff --git a/dev-python/pyghmi/pyghmi-1.5.67.ebuild 
b/dev-python/pyghmi/pyghmi-1.5.67.ebuild
deleted file mode 100644
index f4adcb0eed3b..
--- a/dev-python/pyghmi/pyghmi-1.5.67.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A pure python implementation of IPMI protocol"
-HOMEPAGE="
-   https://opendev.org/x/pyghmi/
-   https://pypi.org/project/pyghmi/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
-   dev-python/pbr[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
-   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/pyghmi/pyghmi-1.5.68.ebuild 
b/dev-python/pyghmi/pyghmi-1.5.68.ebuild
deleted file mode 100644
index f4adcb0eed3b..
--- a/dev-python/pyghmi/pyghmi-1.5.68.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A pure python implementation of IPMI protocol"
-HOMEPAGE="
-   https://opendev.org/x/pyghmi/
-   https://pypi.org/project/pyghmi/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
-   dev-python/pbr[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
-   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-crispy-forms/

2024-06-15 Thread Michał Górny
commit: 876db2ea51ea71f7931dc432e430b1a59be77d4d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 05:15:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:15:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876db2ea

dev-python/django-crispy-forms: Bump to 2.2

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

 dev-python/django-crispy-forms/Manifest|  1 +
 .../django-crispy-forms-2.2.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index d64678e65d22..7728848da81c 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1 +1,2 @@
 DIST django-crispy-forms-2.1.gh.tar.gz 274397 BLAKE2B 
3f38830f370efde04494add3ddd2ce7f4a04b032b9aad770ba30885ed2b3a14cff3c748fa299041c9c1d7007b30eb55c96a46fe496c0432b187ae72879d4240e
 SHA512 
703f353adc272905b4d5ebe21ea54e3016a3889703bf406dfdf92638dac2e6f536cf1bc16022be6a442f7dfa962ff17746edea591cf80c2be9440d9bb50a9dcc
+DIST django-crispy-forms-2.2.gh.tar.gz 274957 BLAKE2B 
bb80affa2050c1eee3bb706ab5fc48555676cf118b78ff4d28031c1df9c0e8adba9f1638cbea7f87c4edd2d655fb1a00de30b64e073b1f0f9b35a6103d9b9c08
 SHA512 
a379fbd1b9916aa3123a4c1af5c9da4916573c57b2e575cb189fe8cba23718490c9130ff55e7ae80dbb3d9476d449daf1f8c9f8caec80f394601af6246615f24

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild
new file mode 100644
index ..4a3efaf138b0
--- /dev/null
+++ b/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="DRY Django forms"
+HOMEPAGE="
+   https://github.com/django-crispy-forms/django-crispy-forms/
+   https://pypi.org/project/django-crispy-forms/
+"
+SRC_URI="
+   
https://github.com/django-crispy-forms/django-crispy-forms/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/django-4.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-django[${PYTHON_USEDEP}]
+   dev-python/crispy-bootstrap3[${PYTHON_USEDEP}]
+   dev-python/crispy-bootstrap4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-06-15 Thread Michał Górny
commit: af5e61b853f89fc1a0d75c6f5a20efb7fa6cb203
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 05:14:34 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:14:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5e61b8

dev-python/pyghmi: Bump to 1.5.70

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

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

diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
index 9262b353cf2e..52f491d02dff 100644
--- a/dev-python/pyghmi/Manifest
+++ b/dev-python/pyghmi/Manifest
@@ -1 +1,2 @@
 DIST pyghmi-1.5.69.tar.gz 257074 BLAKE2B 
af1b93bda37aa078c4a04f68970f86a2f6b7c005ed762977d8297bdb4ff8e89c972ec24342ccb226a6cb43d6085f89f23e4e8547e1632275accea0fc5f5558ff
 SHA512 
ad6837b61748ff045196109050fc743e0335b9037e06c723be86e12c42569f6e46b2c004148b4ce4416d0e67967bf6b7596bc10bca30323e2eca11da54067f21
+DIST pyghmi-1.5.70.tar.gz 257192 BLAKE2B 
cf1ed047bf40e6ed81d322c091141b8012d7550afeba06fb5bed313ce37e2c5d79674a2d9deb1ade741488342d5e3d89ab3b65dfeb15e46aca52ebc3ca5b4dcc
 SHA512 
61d6488034778a51e7a3ed34dadf758a98ed9670f079f6b90b4266191abd48aae5646e497b8ea9616eb1bce03f358b0017c7da1daea61e8be97d42bb1bfe1f18

diff --git a/dev-python/pyghmi/pyghmi-1.5.70.ebuild 
b/dev-python/pyghmi/pyghmi-1.5.70.ebuild
new file mode 100644
index ..60628881477b
--- /dev/null
+++ b/dev-python/pyghmi/pyghmi-1.5.70.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A pure python implementation of IPMI protocol"
+HOMEPAGE="
+   https://opendev.org/x/pyghmi/
+   https://pypi.org/project/pyghmi/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest



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

2024-06-15 Thread Michał Górny
commit: 8bb379908ffa968df0f6ed4510ff8e451af52d43
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 05:09:04 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:09:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb37990

dev-python/flake8: Bump to 7.1.0

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

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-7.1.0.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index d47e9feaa2a1..340fa3fdfb18 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-7.0.0.gh.tar.gz 138456 BLAKE2B 
faf0b54ede3c3184e12986fb9247f73a149a5fd9ebba90578aae8550d2749bcacdab1fa4699ea0b8d69309d0bd5c26dd5162c54a8f8eb33ed64009c919e147fe
 SHA512 
cebcd61d266c6d2f837178d0708217b471662e81dabaa911850883657307747180173c5f6cde11abc2b14381baecff9d6adeca2979bcb85be03a4a6ff57de2c4
+DIST flake8-7.1.0.gh.tar.gz 138600 BLAKE2B 
df6781e676d4eccf296d5fc3d767643956799d1c99adccb32d0005951f0aca13b7e99ff7506f7026e9ed6c2dd78d5bdd02d9a25aaf64a1353097b8a9c02c5739
 SHA512 
0e970bdb0facff3a6e2ee33a74fe77ee1f7c80fbc517125df34d831ff897e222d0955d56fa9e9eedef83ccdc4e92aa7bbc583517d7b19a8cf1041790a225693a

diff --git a/dev-python/flake8/flake8-7.1.0.ebuild 
b/dev-python/flake8/flake8-7.1.0.ebuild
new file mode 100644
index ..674c53d8ec7f
--- /dev/null
+++ b/dev-python/flake8/flake8-7.1.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="
+   https://github.com/PyCQA/flake8/
+   https://pypi.org/project/flake8/
+"
+SRC_URI="
+   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   =dev-python/pyflakes-3.2*[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.12*[${PYTHON_USEDEP}]
+"
+PDEPEND="
+   =dev-python/mccabe-0.7*[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   ${PDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   dev-python/sphinx-prompt \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # fails if additional flake8 plugins are installed
+   
tests/integration/test_plugins.py::test_local_plugin_can_add_option
+   )
+   if [[ ${EPYTHON} == pypy3 ]]; then
+   EPYTEST_DESELECT+=(
+   # problem with pypy3.10 in dev-python/pyflakes
+   # https://github.com/PyCQA/pyflakes/issues/779
+   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
+   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
+   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
+   )
+   fi
+
+   epytest
+}



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

2024-06-15 Thread Michał Górny
commit: 761ff5bc39993492b758d12db4e80935617dbcd9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 04:43:28 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:07:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761ff5bc

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  5 
 dev-python/Nuitka/Nuitka-2.2.2.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-2.2.3.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-2.3.1.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-2.3.2.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-2.3.ebuild   | 52 ---
 6 files changed, 265 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 73a1abc4e6c5..2a7705148b85 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,6 +1 @@
-DIST Nuitka-2.2.2.tar.gz 3999091 BLAKE2B 
1512b0112dfa36c704900b787ac43a24377ab2994d16865d85da0384d2bb29a6dd26a83be270c51c28bcca68dad2398d68096d4dae1ee3f2044a85dad2571d82
 SHA512 
13f03fb849d83a1fbb10df2fe54f429f8871068942dfe93316460e1abed9149793b6fc1d7b62b1e72fc00de94ae9fd4b218f4ee65ea7668d138700f2bfd94eb2
-DIST Nuitka-2.2.3.tar.gz 3657438 BLAKE2B 
f01a213f7dff39b6bba50ba21fbd120927caa60c88156aa0e9094339f260008fe18aaec4aabe5f878224516bddde697020ac16795e528b0e0141937565255b0a
 SHA512 
36147901a75fcefad10ec75b66a3c988be9c8d6f54aca0f2f9ab3a8c4b06efc7c1b4eb5af5686675ce7040948f7032c27a93f7ea2429e02b99c2d817c37c72fe
-DIST Nuitka-2.3.1.tar.gz 3668744 BLAKE2B 
fa2951f4e4f903007b8747748233b5a506d650bd4647f49f3a98e8a352da0ff10b9c2e462062cafe666e91003a47dcd61e4c55b9100fc73d15a5c23ac282a90d
 SHA512 
77caa68117e1bb22b5be1dbe411e1fcd2dfa2fd2dd2e066ea6373c57894df559519dac4c35b4ccddc3c34cb5e061ee6ee5b3feba61e15ebd21975a5b42448599
-DIST Nuitka-2.3.2.tar.gz 3668619 BLAKE2B 
c48bedbb1aa73ace4c44b4d00748f3bc1d739a710cbf1fa1014520cf8d7e6e747833eaf5608f13e7909414c7feaa6a6d599fb533ba2f5622788241873ea62335
 SHA512 
2bcdffe24602848850bf3c3c0aa0fda0ecf8d6710e40c2dc00ff8600e0ab97df4aac0f0ef59a14904ec918f525a5a2c5835d34cb2d98e14bf9a6800c37508c3b
 DIST Nuitka-2.3.3.tar.gz 3668441 BLAKE2B 
0e661948185490a4e47e71eca8c2cecb116bdea1f3ef2d0a477bae33bcfe5612d262e5fb8c3c9b0e192c8c41c3eee019dbb96a429eb072f05b0b5aeaae46a0f7
 SHA512 
1ea8f644f84d28bf4720f0fdc49204e93607a233c7e921eb006d1c09d6893d299d67d623ced0cd0b57bbe5056d108155f43e1de3d481c5c18f392dca321e9c4b
-DIST Nuitka-2.3.tar.gz 3663624 BLAKE2B 
14d11b529322710e1c733661447dda38b5c2140fa924f3a510b710fd9191c194f36a8340c7a6908bfcba62844b3e76604725b5e41e239a1097b9e6b91664b943
 SHA512 
2bdfd4970f024e1f035f231d3f11f417228d12c33929c2625f05ff410500f1f7903b4c7dca4493374b13acb615b00fd555239d59eda661b1e27b0a3facc7bd5e

diff --git a/dev-python/Nuitka/Nuitka-2.2.2.ebuild 
b/dev-python/Nuitka/Nuitka-2.2.2.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.2.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" dev-util/patchelf
-}

diff --git a/dev-python/Nuitka/Nuitka-2.2.3.ebuild 
b/dev-python/Nuitka/Nuitka-2.2.3.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.2.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   http

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

2024-06-15 Thread Michał Górny
commit: c200d263ad26688405990571bace78f1a647670c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 04:42:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:06:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c200d263

dev-python/genshi: Bump to 0.7.9

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

 dev-python/genshi/Manifest|  1 +
 dev-python/genshi/genshi-0.7.9.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/genshi/Manifest b/dev-python/genshi/Manifest
index 399f7510438b..9e9269dc4785 100644
--- a/dev-python/genshi/Manifest
+++ b/dev-python/genshi/Manifest
@@ -1,2 +1,3 @@
 DIST Genshi-0.7.7.tar.gz 267206 BLAKE2B 
0bad4b26fbfda27572e78f87af6093c87d738ad6fdf2beea5e8b0b21b3f5245a4e239bbfbad63e71e73f6588e7cae97f2b3bc7295fa30ad7a203a7ceff7074c9
 SHA512 
b0a3dee68523292f0672a180c5f2cfbdf48205d82286359b9fac9f668cbc2806c649d1e158d6fb8ead5b1cc5cd44eefe9d1cd79077f96925b8d24dd8e746b40f
+DIST Genshi-0.7.9.tar.gz 269399 BLAKE2B 
0603f2b7d8829eb09939c003485e1a9ef9c20ef5dce6452bbb1d667d4b42f4d3d24f10225de9a0d848b760cab30decae6b71768628540d7ae65a14df9c0fca19
 SHA512 
2e813e4374970e764ce1d7f3cbe6fd3557fb0bd178393f18c62ebe65b6acad0b03b0eaa16b218d337776808b7f25c2499984834ca2e3cd96009998675580862b
 DIST python-genshi-use-default-test-loader.patch 13491 BLAKE2B 
1651cdb3130fb3fb4c7ba9ce9ea150710c7a60f9d31ab00a0a4cc7376fd833cff28b30530e0ca7ade5d036279d88c7e94130b8ff7facf826a27421a0568b483c
 SHA512 
1bc94efc1721faae870f9201781bb3d380ed03144bb4a2d7ea058cb15ee1c0b948989597c9e665b085ebe9ef1cd116b2a2233d2ab19706a87fd42f25ba208560

diff --git a/dev-python/genshi/genshi-0.7.9.ebuild 
b/dev-python/genshi/genshi-0.7.9.ebuild
new file mode 100644
index ..d65b85f8bb96
--- /dev/null
+++ b/dev-python/genshi/genshi-0.7.9.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN^}
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python toolkit for stream-based generation of output for the web"
+HOMEPAGE="
+   https://genshi.edgewall.org/
+   https://github.com/edgewall/genshi/
+   https://pypi.org/project/Genshi/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   "${EPYTHON}" -m unittest -v genshi.tests.suite || die
+}
+
+python_install_all() {
+   if use doc; then
+   dodoc doc/*.txt
+   fi
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



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

2024-06-15 Thread Michał Górny
commit: 92a2ecc7abefb1e4bd4c7b9c3c70b1cc77cdb1fc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 04:43:48 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:07:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a2ecc7

dev-python/Nuitka: Bump to 2.3.4

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.3.4.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 2a7705148b85..38a715c28665 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-2.3.3.tar.gz 3668441 BLAKE2B 
0e661948185490a4e47e71eca8c2cecb116bdea1f3ef2d0a477bae33bcfe5612d262e5fb8c3c9b0e192c8c41c3eee019dbb96a429eb072f05b0b5aeaae46a0f7
 SHA512 
1ea8f644f84d28bf4720f0fdc49204e93607a233c7e921eb006d1c09d6893d299d67d623ced0cd0b57bbe5056d108155f43e1de3d481c5c18f392dca321e9c4b
+DIST Nuitka-2.3.4.tar.gz 3702705 BLAKE2B 
b67718cf4258a22e6f1d66abeaa293fb134a1726d03b40e7e00f5948765786afb92a317b718c4832be59f3821e5ce744755e06baf171180ca3c98a7cfd9cff0e
 SHA512 
8794da550c31d488763c9c40304232b050a9647481f387b1d4ac1e3adadd794332004ec1152e650fb37725b2c0ecd00faedb5b0f1c4958fc294a61c28602e01a

diff --git a/dev-python/Nuitka/Nuitka-2.3.4.ebuild 
b/dev-python/Nuitka/Nuitka-2.3.4.ebuild
new file mode 100644
index ..274aff9ae3b5
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.3.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



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

2024-06-15 Thread Michał Górny
commit: ecdb60d07c19cd25835c584391916d8053f254f3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 04:39:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:06:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdb60d0

net-wireless/blueman: Remove old

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

 net-wireless/blueman/Manifest |   1 -
 net-wireless/blueman/blueman-2.4.1.ebuild | 150 --
 2 files changed, 151 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index a7c87a2d740f..20fce5192eda 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,2 +1 @@
-DIST blueman-2.4.1.tar.xz 1540776 BLAKE2B 
0d191d9c3af673b0b74ee6a5a3242312670229853f47ccc044cf7f1a091d6a0b677f1c818c76ca372f535d5527c26eeaf0588729694176461b5b2afbfca33391
 SHA512 
154ad7bece4f513d523d2fcefa8ea2b6bd8a2ac991c1b4b86d81b7d25107cad9cdd5cbd21d25145e944fa2731575f0fd023b40ab0a3a6ba408741fad314c6b37
 DIST blueman-2.4.2.tar.xz 1529804 BLAKE2B 
a10957db2721d308ea6cdd0351c94910d527023e146afee794f63d5997af9ab530abdff19c74f8a645c16ba8c84377b720318fba69f78deb5d0e268f653470af
 SHA512 
d394147e2fcc097d4922bf7dcebd1d6fa386eacbfb08f332006eb377be7b8b6c8a725b1578b01894b386bc87daf3129c08c11755aca07166cd246a74eeb4ccac

diff --git a/net-wireless/blueman/blueman-2.4.1.ebuild 
b/net-wireless/blueman/blueman-2.4.1.ebuild
deleted file mode 100644
index 668d5bcd24f9..
--- a/net-wireless/blueman/blueman-2.4.1.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
-
-DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
-HOMEPAGE="https://github.com/blueman-project/blueman/";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   SRC_URI="
-   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
-   "
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="network nls policykit pulseaudio"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:=
-"
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ')
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-RDEPEND="
-   ${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   ')
-   sys-apps/dbus
-   x11-libs/gtk+:3[introspection,X]
-   x11-libs/libnotify[introspection]
-   || (
-   x11-themes/adwaita-icon-theme
-   x11-themes/faenza-icon-theme
-   x11-themes/mate-icon-theme
-   )
-   network? (
-   net-firewall/iptables
-   || (
-   sys-apps/net-tools
-   sys-apps/iproute2
-   )
-   || (
-   net-dns/dnsmasq
-   net-misc/dhcp
-   >=net-misc/networkmanager-0.8[introspection]
-   )
-   )
-   policykit? (
-   sys-auth/polkit
-   )
-   pulseaudio? (
-   || (
-   media-sound/pulseaudio-daemon[bluetooth]
-   media-video/pipewire[bluetooth]
-   

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

2024-06-15 Thread Sam James
commit: 8cfaf38a9432b3402ad84a0c9e74c440e6eaf120
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:09 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cfaf38a

dev-util/volk: Stabilize 1.3.283.0 ppc, #934386

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

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

diff --git a/dev-util/volk/volk-1.3.283.0.ebuild 
b/dev-util/volk/volk-1.3.283.0.ebuild
index deafefdd40c5..5e7effe64cf1 100644
--- a/dev-util/volk/volk-1.3.283.0.ebuild
+++ b/dev-util/volk/volk-1.3.283.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="vulkan-sdk-${PV}"
SRC_URI="https://github.com/zeux/volk/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv"
S="${WORKDIR}"/${PN}-${EGIT_COMMIT}
 fi
 



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

2024-06-15 Thread Sam James
commit: 20460479f3d06706e8b98426c4392e0368759320
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:25 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20460479

dev-util/vulkan-tools: Stabilize 1.3.283.0 ppc64, #934386

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

 dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild
index 432bf4efbce0..80a26826039a 100644
--- a/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: 3294008349a3f6ba14be176a251ed013f8db2c51
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:24 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32940083

dev-util/spirv-tools: Stabilize 1.3.283.0 ppc64, #934386

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

 dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild 
b/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild
index 301f34df0ca7..9b28d25cf55a 100644
--- a/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="vulkan-sdk-${PV}"

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT}
 fi
 



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

2024-06-15 Thread Sam James
commit: ce0df7e295d3f81d1163a1e48ef9d257c6df96b1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:26 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0df7e2

media-libs/vulkan-loader: Stabilize 1.3.283.0 ppc64, #934386

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

 media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild
index e2dc1aa06c20..c82120be4bc8 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: a2c56c5d2cd5e85307af562850e9dc8f5b595954
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c56c5d

dev-util/spirv-headers: Stabilize 1.3.283.0 ppc64, #934386

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

 dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild
index bfb31f9d650e..2d4ce2621ffc 100644
--- a/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild
+++ b/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: 6293f5de4e8871b3113de8cc436ae8d55350cef9
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:20 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6293f5de

media-libs/shaderc: Stabilize 2024.1 ppc64, #934386

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

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

diff --git a/media-libs/shaderc/shaderc-2024.1.ebuild 
b/media-libs/shaderc/shaderc-2024.1.ebuild
index 7bc994a4ae41..51e43361dd40 100644
--- a/media-libs/shaderc/shaderc-2024.1.ebuild
+++ b/media-libs/shaderc/shaderc-2024.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~loong ppc64 ~riscv ~x86"
 IUSE="doc"
 
 RDEPEND="



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

2024-06-15 Thread Sam James
commit: de6f9514ad8d8fa48181442ce7527cf7995e8872
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6f9514

dev-util/vulkan-headers: Stabilize 1.3.283.0 ppc64, #934386

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

 dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild
index 4a08d9c364a1..c7e49bd07a6c 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: 5c996b626220211be6f24d20e837a2f71418b70c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:17 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c996b62

dev-util/glslang: Stabilize 1.3.283.0 ppc64, #934386

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

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

diff --git a/dev-util/glslang/glslang-1.3.283.0.ebuild 
b/dev-util/glslang/glslang-1.3.283.0.ebuild
index e0f1628084e1..b4ee6ac88cd7 100644
--- a/dev-util/glslang/glslang-1.3.283.0.ebuild
+++ b/dev-util/glslang/glslang-1.3.283.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
 else
GIT_COMMIT="vulkan-sdk-${PV}"

SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${GIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
 fi
 



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

2024-06-15 Thread Sam James
commit: cc4c3b3af545de4e373213ebd4e4d44c681633fc
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4c3b3a

dev-util/vulkan-tools: Stabilize 1.3.283.0 ppc, #934386

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

 dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild
index 77d68f811094..432bf4efbce0 100644
--- a/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: e1d507b5ca2b63288ef6e1926cd982a0bd515400
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d507b5

dev-util/glslang: Stabilize 1.3.283.0 ppc, #934386

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

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

diff --git a/dev-util/glslang/glslang-1.3.283.0.ebuild 
b/dev-util/glslang/glslang-1.3.283.0.ebuild
index a992f0174cfb..e0f1628084e1 100644
--- a/dev-util/glslang/glslang-1.3.283.0.ebuild
+++ b/dev-util/glslang/glslang-1.3.283.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
 else
GIT_COMMIT="vulkan-sdk-${PV}"

SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${GIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
 fi
 



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

2024-06-15 Thread Sam James
commit: 6e05171af3ca74113c593a600b2c466ab7268566
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:18 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e05171a

dev-util/volk: Stabilize 1.3.283.0 ppc64, #934386

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

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

diff --git a/dev-util/volk/volk-1.3.283.0.ebuild 
b/dev-util/volk/volk-1.3.283.0.ebuild
index 5e7effe64cf1..ad9fa789ee9e 100644
--- a/dev-util/volk/volk-1.3.283.0.ebuild
+++ b/dev-util/volk/volk-1.3.283.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="vulkan-sdk-${PV}"
SRC_URI="https://github.com/zeux/volk/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv"
S="${WORKDIR}"/${PN}-${EGIT_COMMIT}
 fi
 



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

2024-06-15 Thread Sam James
commit: 42577a39d1787960be0fcdb195e652d144439af2
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42577a39

media-libs/vulkan-layers: Stabilize 1.3.283.0 ppc64, #934386

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

 media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild
index 7c7b80f20ca6..319432ba2da8 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-utility-libraries/

2024-06-15 Thread Sam James
commit: c012ac3c623409dba949e3207a001a3685127c8f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:19 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c012ac3c

dev-util/vulkan-utility-libraries: Stabilize 1.3.283.0 ppc64, #934386

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

 .../vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild 
b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
index 6e5c3d6201fb..e4736e454534 100644
--- 
a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
+++ 
b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="vulkan-sdk-${PV}"

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT}
 fi
 



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

2024-06-15 Thread Sam James
commit: 4ce6790af56defbce88229d53c521a40fe9c76fe
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:16 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce6790a

media-libs/vulkan-loader: Stabilize 1.3.283.0 ppc, #934386

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

 media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild
index fabc78983319..e2dc1aa06c20 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: 23006360aecbbe289d6d31f65f4e6e652872c21b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23006360

dev-util/spirv-headers: Stabilize 1.3.283.0 ppc, #934386

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

 dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild
index f1f8a41df5b7..bfb31f9d650e 100644
--- a/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild
+++ b/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: b9a56ad0d4dc9b70a6fc01c58d785958a8db8911
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:14 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a56ad0

dev-util/spirv-tools: Stabilize 1.3.283.0 ppc, #934386

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

 dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild 
b/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild
index ae3de664c62c..301f34df0ca7 100644
--- a/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="vulkan-sdk-${PV}"

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT}
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-utility-libraries/

2024-06-15 Thread Sam James
commit: fd23d947245aeb9ac0278df18d5ac5d823be5a76
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd23d947

dev-util/vulkan-utility-libraries: Stabilize 1.3.283.0 ppc, #934386

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

 .../vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild 
b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
index b554d6663d56..6e5c3d6201fb 100644
--- 
a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
+++ 
b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="vulkan-sdk-${PV}"

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT}
 fi
 



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

2024-06-15 Thread Sam James
commit: 4954badd43a4fd3454f5a6cb7e228991a6b143ea
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4954badd

dev-util/vulkan-headers: Stabilize 1.3.283.0 ppc, #934386

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

 dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild
index 2827b0bef6c5..4a08d9c364a1 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: 6f725d596f6261d9ef256a3aa3410878d21c282b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 04:57:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 04:57:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f725d59

media-libs/vulkan-layers: Stabilize 1.3.283.0 ppc, #934386

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

 media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild
index b31747c6838e..7c7b80f20ca6 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: 512989e08d137bb600de7a6c85e87d42aa48322e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:45:07 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:45:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512989e0

dev-util/spirv-tools: Stabilize 1.3.283.0 arm64, #934386

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

 dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild 
b/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild
index 0ed2701520d2..ae3de664c62c 100644
--- a/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="vulkan-sdk-${PV}"

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT}
 fi
 



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

2024-06-15 Thread Sam James
commit: f7d5122a46b788610eece7db160a234ce446b123
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:45:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:45:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d5122a

media-libs/vulkan-loader: Stabilize 1.3.283.0 arm64, #934386

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

 media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild
index 02502d64d730..fabc78983319 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: aedcfb32b6850a730283407e8661b69ea11d592b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:45:04 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:45:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedcfb32

media-libs/vulkan-layers: Stabilize 1.3.283.0 arm64, #934386

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

 media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild
index f3b07b365f37..b31747c6838e 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: 42ccb2a03a92bafc91c980604300444348b1efd8
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:44:55 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:44:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ccb2a0

dev-util/vulkan-headers: Stabilize 1.3.283.0 arm, #934386

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

 dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild
index df7a3c745a49..40d92012fc32 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: ea62374b7989244dbc200c2976f7d3ff0944c780
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:45:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:45:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea62374b

dev-util/vulkan-tools: Stabilize 1.3.283.0 arm64, #934386

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

 dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild
index b03751498816..77d68f811094 100644
--- a/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-utility-libraries/

2024-06-15 Thread Sam James
commit: 02edf27258c786dcfb69224084d6b0ba6938f22b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:44:53 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:44:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02edf272

dev-util/vulkan-utility-libraries: Stabilize 1.3.283.0 arm, #934386

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

 .../vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild 
b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
index 82dd22dc1006..d28ef6ac010c 100644
--- 
a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
+++ 
b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="vulkan-sdk-${PV}"

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT}
 fi
 



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

2024-06-15 Thread Sam James
commit: 0d105e3f5e7730090ff7102e1cf09b0ba05f534a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:45:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:45:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d105e3f

dev-util/vulkan-headers: Stabilize 1.3.283.0 arm64, #934386

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

 dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild
index 40d92012fc32..2827b0bef6c5 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.3.283.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: 2924dc57638d3bd7f388bce3a3dbc6d456159e64
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:45:01 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:45:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2924dc57

dev-util/glslang: Stabilize 1.3.283.0 arm64, #934386

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

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

diff --git a/dev-util/glslang/glslang-1.3.283.0.ebuild 
b/dev-util/glslang/glslang-1.3.283.0.ebuild
index 5a31ecb8b033..a992f0174cfb 100644
--- a/dev-util/glslang/glslang-1.3.283.0.ebuild
+++ b/dev-util/glslang/glslang-1.3.283.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
 else
GIT_COMMIT="vulkan-sdk-${PV}"

SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${GIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
 fi
 



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

2024-06-15 Thread Sam James
commit: df0e0e8b4ab1e231d3d0e7d4b1f795a1151cf5e2
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:44:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:44:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0e0e8b

dev-util/volk: Stabilize 1.3.283.0 arm, #934386

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

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

diff --git a/dev-util/volk/volk-1.3.283.0.ebuild 
b/dev-util/volk/volk-1.3.283.0.ebuild
index dfe258834e94..fc1a6a66bc86 100644
--- a/dev-util/volk/volk-1.3.283.0.ebuild
+++ b/dev-util/volk/volk-1.3.283.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="vulkan-sdk-${PV}"
SRC_URI="https://github.com/zeux/volk/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv"
S="${WORKDIR}"/${PN}-${EGIT_COMMIT}
 fi
 



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

2024-06-15 Thread Sam James
commit: e4aec63ddbb6e80c85597f824013255020b87c59
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:45:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:45:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4aec63d

dev-util/spirv-headers: Stabilize 1.3.283.0 arm64, #934386

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

 dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild
index 4065da26b7d2..f1f8a41df5b7 100644
--- a/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild
+++ b/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: 7136895e9ab0e5c64f305fff507990eab392e66c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:44:59 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:44:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7136895e

media-libs/vulkan-loader: Stabilize 1.3.283.0 arm, #934386

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

 media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild
index ca20e66ef4a1..02502d64d730 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.3.283.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: b7894a4fdbcaa152c71404ba12bbbe2053626d86
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:44:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:44:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7894a4f

dev-util/glslang: Stabilize 1.3.283.0 arm, #934386

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

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

diff --git a/dev-util/glslang/glslang-1.3.283.0.ebuild 
b/dev-util/glslang/glslang-1.3.283.0.ebuild
index 3a472e5b159c..5a31ecb8b033 100644
--- a/dev-util/glslang/glslang-1.3.283.0.ebuild
+++ b/dev-util/glslang/glslang-1.3.283.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
 else
GIT_COMMIT="vulkan-sdk-${PV}"

SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${GIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
 fi
 



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

2024-06-15 Thread Sam James
commit: 38e7d567a4329a87840320710cb2dcb061d5a03d
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:45:02 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:45:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e7d567

dev-util/volk: Stabilize 1.3.283.0 arm64, #934386

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

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

diff --git a/dev-util/volk/volk-1.3.283.0.ebuild 
b/dev-util/volk/volk-1.3.283.0.ebuild
index fc1a6a66bc86..deafefdd40c5 100644
--- a/dev-util/volk/volk-1.3.283.0.ebuild
+++ b/dev-util/volk/volk-1.3.283.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="vulkan-sdk-${PV}"
SRC_URI="https://github.com/zeux/volk/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv"
S="${WORKDIR}"/${PN}-${EGIT_COMMIT}
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-utility-libraries/

2024-06-15 Thread Sam James
commit: 0fe40325d768d600cb1e52c965c7fbc80dc7bb54
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:45:03 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:45:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe40325

dev-util/vulkan-utility-libraries: Stabilize 1.3.283.0 arm64, #934386

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

 .../vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild 
b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
index d28ef6ac010c..b554d6663d56 100644
--- 
a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
+++ 
b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="vulkan-sdk-${PV}"

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT}
 fi
 



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

2024-06-15 Thread Sam James
commit: f18961839086771cf0f308d6a617b38442ac617c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:44:57 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:44:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1896183

dev-util/spirv-tools: Stabilize 1.3.283.0 arm, #934386

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

 dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild 
b/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild
index 8c5305b6b291..0ed2701520d2 100644
--- a/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-1.3.283.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="vulkan-sdk-${PV}"

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT}
 fi
 



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

2024-06-15 Thread Sam James
commit: 2e4bd59d33f2b1f2850415223d85ab3320c6fe07
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:44:54 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:44:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4bd59d

media-libs/vulkan-layers: Stabilize 1.3.283.0 arm, #934386

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

 media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild
index 81a4ba180a76..f3b07b365f37 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.3.283.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: 2e4888e08fe03ecee6093b52ca1166841fdc661b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:44:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:44:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4888e0

dev-util/vulkan-tools: Stabilize 1.3.283.0 arm, #934386

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

 dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild
index 1c19288ef980..b03751498816 100644
--- a/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.3.283.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



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

2024-06-15 Thread Sam James
commit: 62999b48bc59a434da734e273ed486727f8b749f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 03:44:56 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 03:44:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62999b48

dev-util/spirv-headers: Stabilize 1.3.283.0 arm, #934386

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

 dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild
index d0ba40d7e45e..4065da26b7d2 100644
--- a/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild
+++ b/dev-util/spirv-headers/spirv-headers-1.3.283.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
 fi
 



[gentoo-commits] repo/proj/guru:dev commit in: app-office/obsidian/

2024-06-15 Thread Artemis Everfree
commit: b81ec6ad4a0fa73b4ae22adbcb0a19896deda805
Author: Artemis Everfree  artemis  sh>
AuthorDate: Sun Jun 16 03:12:14 2024 +
Commit: Artemis Everfree  artemis  sh>
CommitDate: Sun Jun 16 03:12:14 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b81ec6ad

app-office/obsidian: add 1.6.3

Signed-off-by: Artemis Everfree  artemis.sh>

 app-office/obsidian/Manifest  |   3 +
 app-office/obsidian/obsidian-1.6.3.ebuild | 178 ++
 2 files changed, 181 insertions(+)

diff --git a/app-office/obsidian/Manifest b/app-office/obsidian/Manifest
index 28702d8ef..41fd79a37 100644
--- a/app-office/obsidian/Manifest
+++ b/app-office/obsidian/Manifest
@@ -4,3 +4,6 @@ DIST obsidian-1.5.11.gh.deb 78667536 BLAKE2B 
7daa4827fc45573ea07f6bd93f9f9523a7c
 DIST obsidian-1.5.12-amd64.tar.gz 107180662 BLAKE2B 
52dd5a7f818629ba57cadec4a0c6b4f75d99c19ceaf1537b4f6b7dc0f9901c52b78318587b1f2a273ad6345475026e45c805d8978e7c0558a2487b9b2bf33376
 SHA512 
643409760fd99c6863679ca93b740a5f9a3d331144a82889c0a2f85bd53af4dcc0d5960840f8b7fa06216796fb5fc10522a769c27d8218bb32fb79370524b324
 DIST obsidian-1.5.12-arm64.tar.gz 106911948 BLAKE2B 
484128a6d790e5d7cf7c02df3ba192ea8a571b760b1b0e1719aa652237b586ceb281ca73e268cce200365a79fc711fb5b67966601be69e5b370fcebf59531de5
 SHA512 
b0bea43efd0be464a33847d23f8c3e5f204a9e76621cc17f37d852e9ebc5f6cddd82ac1ac65d6c847d4d1453dc9615a89bb7cf16739e08444ae2c502240a571b
 DIST obsidian-1.5.12.gh.deb 78651254 BLAKE2B 
22b3596a9bb098b4a15a79ed39a302526dd8f2294b85227a06a95ceaf2e597d2ab5e1d689dd6f3e497ed2acc2e0689bf79949b1337e4b34998bdb3f1b93b96ca
 SHA512 
f0cdb88d54c0ae3ab8dc62dab7df21b6617ce4973d81798d344cac5608689cc0a2618345dcdec1c08750194d2d02118c81b2edf8a308547bbbde56dbf6100528
+DIST obsidian-1.6.3-amd64.tar.gz 107181697 BLAKE2B 
28585263ebe3cda2bfebaec6a6a36855286d5e2c0b10538e207168ee945d810b84085190e1d4e76cb666982c5b83f7dadf0f533cfd3ff3c0c6e98329a6e06e1a
 SHA512 
fa57ad6bbd1b8c04eba329a663a448786e31bf16c26a481f0ee078e40261e3f9d8dab09fb167940b28e067e6ab80a6120452a0ff08dba5382812d1eac6154161
+DIST obsidian-1.6.3-arm64.tar.gz 106921857 BLAKE2B 
c87abea6309a7bc8b87e7de44fd14a75747772797c3fa1133ee883f30839ca77c97b5e3eedb3bd4f72c692f2ec33b309847723232417c07bfe381650b5feabe0
 SHA512 
797c351aa7f4e09bb24b609c788f8856273aa4f21297a04cdc558772f188f43a8add146150e68d547ef6fc1033b9919b6ac6f760bc5cddad4a3d52d5c1d02307
+DIST obsidian-1.6.3.gh.deb 78238076 BLAKE2B 
27164e545c36d9f7897aa3a81e1abcb233ea35ec9f9c0a797eafe83ad3fece6b73e82236bccd5deb23d496622609897e9f1c0e2dc2d38f75a75f3bddd0dc7eca
 SHA512 
96219a0a4935f4b44ad969a58374c52cd642c202119291e0956adba9eec6f4b7887b9d46244c93bf0fff2609d66e3e1c09ed445e6657079d48b0dfe4f83572b3

diff --git a/app-office/obsidian/obsidian-1.6.3.ebuild 
b/app-office/obsidian/obsidian-1.6.3.ebuild
new file mode 100644
index 0..168968ddb
--- /dev/null
+++ b/app-office/obsidian/obsidian-1.6.3.ebuild
@@ -0,0 +1,178 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_VERSION="102"
+CHROMIUM_LANGS="
+   af am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu 
he hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk ur vi zh-CN zh-TW
+"
+inherit chromium-2 desktop linux-info unpacker xdg
+
+DESCRIPTION="A second brain, for you, forever."
+HOMEPAGE="https://obsidian.md/";
+
+# For some reason, the main binary tarballs don't include the .desktop file or
+# icon. The .deb does. One would hope then, that we could just download the 
.deb
+# for each arch, but they only generate a .deb for amd64. Maybe we can get them
+# to fix this, but in the meantime, we download the .deb purely to get the
+# .desktop file and app icon out of it.
+SRC_URI="
+   
https://github.com/obsidianmd/obsidian-releases/releases/download/v${PV}/${P/-/_}_amd64.deb
 -> ${P}.gh.deb
+   amd64? ( 
https://github.com/obsidianmd/obsidian-releases/releases/download/v${PV}/${P}.tar.gz
 -> ${P}-amd64.tar.gz )
+   arm64? ( 
https://github.com/obsidianmd/obsidian-releases/releases/download/v${PV}/${P}-arm64.tar.gz
 )
+"
+
+DIR="/opt/${PN^}"
+
+# deb gets extracted to WORKDIR. actual program gets extracted to its own dir
+# which depends on CPU arch.
+S="${WORKDIR}"
+
+LICENSE="Obsidian-EULA"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="appindicator"
+RESTRICT="mirror strip bindist"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-crypt/libsecret[crypt]
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/mesa[gbm(+)]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/libdrm
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnS

[gentoo-commits] repo/proj/guru:dev commit in: www-apps/forgejo/

2024-06-15 Thread Artemis Everfree
commit: faca0e1ee752577ed4e220f6c2ea066563873a2b
Author: Artemis Everfree  artemis  sh>
AuthorDate: Sun Jun 16 03:01:49 2024 +
Commit: Artemis Everfree  artemis  sh>
CommitDate: Sun Jun 16 03:02:01 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=faca0e1e

www-apps/forgejo: add 7.0.4

Signed-off-by: Artemis Everfree  artemis.sh>

 www-apps/forgejo/Manifest |   1 +
 www-apps/forgejo/forgejo-7.0.4.ebuild | 139 ++
 2 files changed, 140 insertions(+)

diff --git a/www-apps/forgejo/Manifest b/www-apps/forgejo/Manifest
index 7e6b220e0..c24645d2f 100644
--- a/www-apps/forgejo/Manifest
+++ b/www-apps/forgejo/Manifest
@@ -1,2 +1,3 @@
 DIST forgejo-1.21.11.1.tar.gz 58893566 BLAKE2B 
cf3541682de609d63f079922610cc7ae338b7736634a6bc767e310f4ea9fc21fd8c6928b2de4693be6619b49d7e0cbf3b0effd58b681a0cd5e95d4ba21c29141
 SHA512 
c461d8690a7d2eb3a4955487223391daac58f3236481c0b963a208184ed06fc96372fe8082fbb4a7d9a64b01b2c468d43d1559dd081ec65e65c9f9bc043f9af4
 DIST forgejo-7.0.3.tar.gz 54895104 BLAKE2B 
a5965efaca04745fe8bfd60d18bfc68196b4a5f4b4731ee7aa8e0ee3dfeac0fb9e13193bd65df8db9202f37211b40c1a77ccbfbe018cbf0a3c7f708e77a864d8
 SHA512 
5d47a229cf89af44a1a36d0b873a3f0eede81b52aefe44c38f7f8a96930dd5038655c488112e4c945b8e71e8aa1e6d092fe51917535463d3228e0dfc0c974474
+DIST forgejo-7.0.4.tar.gz 54935871 BLAKE2B 
c3d0ddd4021b0ca28765dd5a97fba1d77d538e8297852f2a541cad181a401bd3a1650cce10e746adbd54a3731219f0b8bc2c35612524532b2724d1f6310e
 SHA512 
adba79ea5f49a36f399f8cbfb42a8ff2197f57ec74cbf195d1778a9634b51be6da88683c78355c9f04654c8bc3c77c7198751fc4685ff469d115c50d7e05cdfa

diff --git a/www-apps/forgejo/forgejo-7.0.4.ebuild 
b/www-apps/forgejo/forgejo-7.0.4.ebuild
new file mode 100644
index 0..2b2357dce
--- /dev/null
+++ b/www-apps/forgejo/forgejo-7.0.4.ebuild
@@ -0,0 +1,139 @@
+# Copyright 2016-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit fcaps go-module tmpfiles systemd flag-o-matic
+
+DESCRIPTION="A self-hosted lightweight software forge"
+HOMEPAGE="https://forgejo.org/ https://codeberg.org/forgejo/forgejo";
+
+SRC_URI="https://codeberg.org/forgejo/forgejo/releases/download/v${PV}/forgejo-src-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-src-${PV}"
+LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+IUSE="+acct pam sqlite pie"
+
+DEPEND="
+   acct? (
+   acct-group/git
+   acct-user/git[gitea] )
+   pam? ( sys-libs/pam )"
+RDEPEND="${DEPEND}
+   dev-vcs/git
+   !www-apps/gitea" # until acct-user/git[forgejo]
+
+DOCS=(
+   custom/conf/app.example.ini CONTRIBUTING.md README.md
+)
+FILECAPS=(
+   -m 711 cap_net_bind_service+ep usr/bin/forgejo
+)
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+
+   local sedcmds=(
+   -e "s#^ROOT =#ROOT = 
${EPREFIX}/var/lib/gitea/gitea-repositories#"
+   -e "s#^ROOT_PATH =#ROOT_PATH = ${EPREFIX}/var/log/forgejo#"
+   -e "s#^APP_DATA_PATH = data#APP_DATA_PATH = 
${EPREFIX}/var/lib/gitea/data#"
+   -e "s#^HTTP_ADDR = 0.0.0.0#HTTP_ADDR = 127.0.0.1#"
+   -e "s#^MODE = console#MODE = file#"
+   -e "s#^LEVEL = Trace#LEVEL = Info#"
+   -e "s#^LOG_SQL = true#LOG_SQL = false#"
+   -e "s#^DISABLE_ROUTER_LOG = false#DISABLE_ROUTER_LOG = true#"
+   )
+
+   sed -i "${sedcmds[@]}" custom/conf/app.example.ini || die
+   if use sqlite ; then
+   sed -i -e "s#^DB_TYPE = .*#DB_TYPE = sqlite3#" 
custom/conf/app.example.ini || die
+   fi
+}
+
+src_configure() {
+   # bug 832756 - PIE build issues
+   filter-flags -fPIE
+   filter-ldflags -fPIE -pie
+}
+
+src_compile() {
+   local forgejo_tags=(
+   bindata
+   $(usev pam)
+   $(usex sqlite 'sqlite sqlite_unlock_notify' '')
+   )
+   local forgejo_settings=(
+   "-X 
code.gitea.io/gitea/modules/setting.CustomConf=${EPREFIX}/etc/forgejo/app.ini"
+   "-X 
code.gitea.io/gitea/modules/setting.CustomPath=${EPREFIX}/var/lib/gitea/custom"
+   "-X 
code.gitea.io/gitea/modules/setting.AppWorkPath=${EPREFIX}/var/lib/gitea"
+   )
+   local makeenv=(
+   DRONE_TAG="${PV}"
+   LDFLAGS="-extldflags \"${LDFLAGS}\" ${forgejo_settings[*]}"
+   TAGS="${forgejo_tags[*]}"
+   )
+
+   GOFLAGS=""
+   if use pie ; then
+   GOFLAGS+="-buildmode=pie"
+   fi
+
+   # need to set -j1 or build fails due to a race condition between MAKE 
jobs.
+   # this does not actually impact build parallelism, because the go 
compiler
+   # will still build everything in parallel when it's invoked.
+   env "${makeenv[@]}" emake -j1 EXTRA_GOFLAGS="${GOFLAGS}" backend
+}
+
+src_install() {
+   cp gitea forgejo
+   dobin forgejo
+

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-formatsextra/

2024-06-15 Thread Sam James
commit: 09a6d3387e42e3fa93a2a683b6613ca0a2e221a6
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 02:44:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 02:44:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a6d338

dev-texlive/texlive-formatsextra: Stabilize 2023_p62226-r1 ppc64, #934279

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

 .../texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild 
b/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild
index dbcc415d707c..c4e90a9c8b1e 100644
--- 
a/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild
+++ 
b/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild
@@ -58,7 +58,7 @@ DESCRIPTION="TeXLive Additional formats"
 
 LICENSE="GPL-1+ GPL-2 GPL-2+ GPL-3 LPPL-1.3 LPPL-1.3c MIT OFL-1.1 TeX 
TeX-other-free public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86"
 COMMON_DEPEND="
>=dev-texlive/texlive-basic-2023
>=dev-texlive/texlive-latex-2023



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-formatsextra/

2024-06-15 Thread Sam James
commit: 2afd47c8aa989d4be885367c5a67d998f42e25c5
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 02:44:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 02:44:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afd47c8

dev-texlive/texlive-formatsextra: Stabilize 2023_p62226-r1 ppc, #934279

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

 .../texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild 
b/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild
index c4e90a9c8b1e..b5ee341b1836 100644
--- 
a/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild
+++ 
b/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild
@@ -58,7 +58,7 @@ DESCRIPTION="TeXLive Additional formats"
 
 LICENSE="GPL-1+ GPL-2 GPL-2+ GPL-3 LPPL-1.3 LPPL-1.3c MIT OFL-1.1 TeX 
TeX-other-free public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
 COMMON_DEPEND="
>=dev-texlive/texlive-basic-2023
>=dev-texlive/texlive-latex-2023



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-pstricks/

2024-06-15 Thread Sam James
commit: 03c8530943c36aa534ea0495b07833abb8d083f0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 02:44:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 02:44:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c85309

dev-texlive/texlive-pstricks: Stabilize 2023_p65367 ppc, #934300

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

 dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild 
b/dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild
index 8eb588905274..10908a7872bc 100644
--- a/dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild
+++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild
@@ -270,7 +270,7 @@ DESCRIPTION="TeXLive PSTricks"
 
 LICENSE="GPL-1+ GPL-2 LGPL-2+ LGPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
 COMMON_DEPEND="
>=dev-texlive/texlive-basic-2023
>=dev-texlive/texlive-plaingeneric-2023



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-latexextra/

2024-06-15 Thread Sam James
commit: 14c1c30dc2896f775c18331ccacc82b44ff77c39
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 02:44:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 02:44:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c1c30d

dev-texlive/texlive-latexextra: Stabilize 2023_p69752-r3 arm64, #934271

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

 dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild
index 1480aa620cbd..a8b0e71aad7a 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild
@@ -3953,7 +3953,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE="Apache-2.0 Artistic BSD BSD-2 CC-BY-2.0 CC-BY-4.0 CC-BY-SA-3.0 
CC-BY-SA-4.0 CC0-1.0 FDL-1.1+ GPL-1+ GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2+ LGPL-3 
LPPL-1.0 LPPL-1.2 LPPL-1.3 LPPL-1.3a LPPL-1.3c MIT OFL-1.1 TeX-other-free 
public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86"
 COMMON_DEPEND="
>=dev-texlive/texlive-latexrecommended-2023
>=dev-texlive/texlive-pictures-2023



[gentoo-commits] repo/gentoo:master commit in: kde-apps/spectacle/

2024-06-15 Thread Sam James
commit: a5be289fa41d39fa4c701af360e2df9ba0d435c9
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 02:42:39 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 02:43:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5be289f

kde-apps/spectacle: filter LTO, no-sa

Arsen's reported it upstream by commenting on the MR.

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

 kde-apps/spectacle/spectacle-24.05.1.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/kde-apps/spectacle/spectacle-24.05.1.ebuild 
b/kde-apps/spectacle/spectacle-24.05.1.ebuild
index e54879ba6772..155fe12756b7 100644
--- a/kde-apps/spectacle/spectacle-24.05.1.ebuild
+++ b/kde-apps/spectacle/spectacle-24.05.1.ebuild
@@ -8,7 +8,7 @@ ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=6.3.0
 QTMIN=6.6.2
-inherit ecm gear.kde.org
+inherit ecm flag-o-matic gear.kde.org
 
 DESCRIPTION="Screenshot capture utility"
 HOMEPAGE="https://apps.kde.org/spectacle/";
@@ -62,6 +62,10 @@ BDEPEND="
 "
 
 src_configure() {
+   # bug #932501
+   filter-lto
+   append-flags -fno-strict-aliasing
+
local mycmakeargs=(
$(cmake_use_find_package share KF6Purpose)
)



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

2024-06-15 Thread Sam James
commit: 446828725d3e7faa0cd36845d55a28f1ee6a6f85
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 02:42:39 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 02:42:39 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=44682872

kde-apps/spectacle: filter LTO, no-sa

Arsen's reported it upstream by commenting on the MR.

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

 kde-apps/spectacle/spectacle-24.05.49..ebuild | 6 +-
 kde-apps/spectacle/spectacle-.ebuild  | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/kde-apps/spectacle/spectacle-24.05.49..ebuild 
b/kde-apps/spectacle/spectacle-24.05.49..ebuild
index 3ef5f1c5fc..e102918469 100644
--- a/kde-apps/spectacle/spectacle-24.05.49..ebuild
+++ b/kde-apps/spectacle/spectacle-24.05.49..ebuild
@@ -8,7 +8,7 @@ ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=6.3.0
 QTMIN=6.6.2
-inherit ecm gear.kde.org
+inherit ecm flag-o-matic gear.kde.org
 
 DESCRIPTION="Screenshot capture utility"
 HOMEPAGE="https://apps.kde.org/spectacle/";
@@ -62,6 +62,10 @@ BDEPEND="
 "
 
 src_configure() {
+   # bug #932501
+   filter-lto
+   append-flags -fno-strict-aliasing
+
local mycmakeargs=(
$(cmake_use_find_package share KF6Purpose)
)

diff --git a/kde-apps/spectacle/spectacle-.ebuild 
b/kde-apps/spectacle/spectacle-.ebuild
index 0c6e7139e9..f2477d3447 100644
--- a/kde-apps/spectacle/spectacle-.ebuild
+++ b/kde-apps/spectacle/spectacle-.ebuild
@@ -8,7 +8,7 @@ ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=6.3.0
 QTMIN=6.6.2
-inherit ecm gear.kde.org
+inherit ecm flag-o-matic gear.kde.org
 
 DESCRIPTION="Screenshot capture utility"
 HOMEPAGE="https://apps.kde.org/spectacle/";
@@ -63,6 +63,10 @@ BDEPEND="
 "
 
 src_configure() {
+   # bug #932501
+   filter-lto
+   append-flags -fno-strict-aliasing
+
local mycmakeargs=(
$(cmake_use_find_package share KF6Purpose)
)



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

2024-06-15 Thread Robin H. Johnson
commit: cebb8ab7b1fc4b4fe9cfa107f3fd1d3b2b535d40
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Jun 16 01:59:36 2024 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Jun 16 02:01:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebb8ab7

sys-block/sas2ircu: EAPI=8 fixes

Signed-off-by: Robin H. Johnson  gentoo.org>
Closes: https://bugs.gentoo.org/335749

 sys-block/sas2ircu/Manifest|  2 +-
 .../{sas2ircu-20.ebuild => sas2ircu-20-r1.ebuild}  | 59 --
 2 files changed, 33 insertions(+), 28 deletions(-)

diff --git a/sys-block/sas2ircu/Manifest b/sys-block/sas2ircu/Manifest
index 1726a069fa4a..b91c1c8bdbfa 100644
--- a/sys-block/sas2ircu/Manifest
+++ b/sys-block/sas2ircu/Manifest
@@ -1,2 +1,2 @@
 DIST SAS2IRCU_P20.zip 2777958 BLAKE2B 
ba8c3ef1cf353af90f32a53722b3a7039768c0f48e1d5b48766acdf1c1c05a039692e1edc2586140da5af0f1f2378f4bfaca219895317dc7974004f3aed25343
 SHA512 
a0a4fa7d07959aa6a81d3540e71e3cc248c23267875ca098da6a80850e008cbdf57b2d6456b5fe17ef890fd39ac550788c9769d169a0673578632f1a8c8a8311
-DIST SAS2_IR_User_Guide.pdf 999388 BLAKE2B 
4f1a198ccaa04cf250430106e3254cfb37fd16a1e89861030ed92f52de1d8cff17337709bb641093d78acb44995c03fceff739a0c416f7e3b1692c3b8c6a85dc
 SHA512 
7370b54021978eb543270c992569637092571eaad73896b4bfdf7c7bc45bfd0cb0c6f8f34468255372103f562eb1e3ce2ad30cc6f0d37e7f9bc23f61ee166355
+DIST SAS2IRCU_User_Guide.pdf 794046 BLAKE2B 
e976f57ada3c51b58bfee24cd2f5d059f59b48bf388d93b146238d54aa09b06f6d450e3ccf149903871dfcdb32807a35d6f379738e149b410b7c1279f811153f
 SHA512 
515869794be428ffbefcbfadac992912fb0eebab0cda640b315b4a231b5f25f1205978605f108b9009380015f3058c47e0ce4352c693ef23ab31980ea8b821a0

diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild 
b/sys-block/sas2ircu/sas2ircu-20-r1.ebuild
similarity index 72%
rename from sys-block/sas2ircu/sas2ircu-20.ebuild
rename to sys-block/sas2ircu/sas2ircu-20-r1.ebuild
index 6113f2cb5019..6fc257827999 100644
--- a/sys-block/sas2ircu/sas2ircu-20.ebuild
+++ b/sys-block/sas2ircu/sas2ircu-20-r1.ebuild
@@ -1,48 +1,48 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit mount-boot
+MY_PN=SAS2IRCU
+MY_P="${MY_PN}_P${PV}"
+
+DISTFILE_BIN=${MY_P}.zip
+DISTFILE_DOC="SAS2IRCU_User_Guide.pdf"
+DOC_PV=12
+SRC_URI_BIN="https://docs.broadcom.com/docs/${DISTFILE_BIN}";
+# This is "SAS-2 Integrated RAID Configuration Utility (SAS2IRCU) User Guide"
+# and replaces the older SAS2_IR_User_Guide.pdf.
+# It contains additional material compared to the older PDF.
+SRC_URI_DOC="https://docs.broadcom.com/doc/12353380";
+
+inherit mount-boot secureboot
 
 DESCRIPTION="LSI MPT-SAS2 controller management tool"
 
HOMEPAGE="https://www.broadcom.com/products/storage/host-bus-adapters/sas-9207-8e#tab-archive-drivers4-abc";
+SRC_URI="
+${SRC_URI_BIN}
+doc? ( ${SRC_URI_DOC} -> ${DISTFILE_DOC} )
+"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="LSI"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~x64-solaris"
-IUSE="uefi doc"
+IUSE="doc uefi"
 RESTRICT="strip fetch mirror"
 
-DEPEND="app-arch/unzip"
-RDEPEND=""
+BDEPEND="app-arch/unzip"
 QA_PREBUILT="opt/lsi/sas2ircu boot/efi/sas2ircu.efi"
 
-MY_PN=SAS2IRCU
-MY_P="${MY_PN}_P${PV}"
-
-DISTFILE_BIN=${MY_P}.zip
-DISTFILE_DOC=SAS2_IR_User_Guide.pdf
-DOC_PV=12
-
-SRC_URI="
-https://docs.broadcom.com/docs/${DISTFILE_BIN}
-https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_6g_p20_point6/$DISTFILE_BIN
-doc? ( 
https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/SAS2_IR_User_Guide.pdf
 )
-"
-
 
LICENSE_URL="http://www.lsi.com/cm/License.do?url=&prodName=&subType=Miscellaneous&locale=EN";
 
-S="${WORKDIR}/${MY_P}"
-
 pkg_nofetch() {
elog "LSI has a mandatory click-through license on thier binaries."
-   elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the 
Management Software and Tools section."
-   elog "If the file has been moved again, the license form might be 
available at https://docs.broadcom.com/docs/${DISTFILE_BIN}";
+   elog "Please visit ${SRC_URI_BIN} to agree to the license and download 
the binary."
elog "After downloading, move ${DISTFILE_BIN} into your DISTDIR 
directory"
if use doc; then
-   elog "Please also download 'SAS-2 Integrated RAID Configuration 
Utility User Guide' (${DISTFILE_DOC}) "
-   elog "and also place it into your DISTDIR directory"
+   elog "Please also download 'SAS-2 Integrated RAID Configuration 
Utility User Guide' at ${SRC_URI_DOC}"
+   elog "and also place it into your DISTDIR directory, named 
${DISTFILE_DOC}"
fi
 }
 
@@ -90,10 +90,15 @@ src_install() {
use ppc64 && doexe sas2ircu_linux_x86_rel/sas2ircu
use x64-solaris && doexe sas2ircu_solaris_x86_rel/sas2ircu
if use uefi; then
-   exeinto /boot/efi/
- 

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langkorean/

2024-06-15 Thread Sam James
commit: e47f2455515d008a2862e3f24e96a397944d81cd
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 01:52:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 01:52:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47f2455

dev-texlive/texlive-langkorean: Stabilize 2023_p54074-r1 arm64, #934299

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

 dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild 
b/dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild
index 8630a1fbecd7..c3414d91242f 100644
--- a/dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild
+++ b/dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild
@@ -38,7 +38,7 @@ DESCRIPTION="TeXLive Korean"
 
 LICENSE="FDL-1.1+ GPL-1+ GPL-2 LPPL-1.3 LPPL-1.3c OFL-1.1 TeX-other-free 
public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 COMMON_DEPEND="
>=dev-texlive/texlive-langcjk-2023
 "



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langkorean/

2024-06-15 Thread Sam James
commit: 509998d63c1d45aaa7875656ca675f4bf4b1f84a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 01:52:24 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 01:52:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509998d6

dev-texlive/texlive-langkorean: Stabilize 2023_p54074-r1 ppc64, #934299

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

 dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild 
b/dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild
index c3414d91242f..729c35a3f09c 100644
--- a/dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild
+++ b/dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild
@@ -38,7 +38,7 @@ DESCRIPTION="TeXLive Korean"
 
 LICENSE="FDL-1.1+ GPL-1+ GPL-2 LPPL-1.3 LPPL-1.3c OFL-1.1 TeX-other-free 
public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 COMMON_DEPEND="
>=dev-texlive/texlive-langcjk-2023
 "



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-latexextra/

2024-06-15 Thread Sam James
commit: a27632039907bfcea9cb02429de990c4ff74231c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 01:52:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 01:52:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2763203

dev-texlive/texlive-latexextra: Stabilize 2023_p69752-r3 ppc64, #934271

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

 dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild
index 06ad700cd8a9..1480aa620cbd 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild
@@ -3953,7 +3953,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE="Apache-2.0 Artistic BSD BSD-2 CC-BY-2.0 CC-BY-4.0 CC-BY-SA-3.0 
CC-BY-SA-4.0 CC0-1.0 FDL-1.1+ GPL-1+ GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2+ LGPL-3 
LPPL-1.0 LPPL-1.2 LPPL-1.3 LPPL-1.3a LPPL-1.3c MIT OFL-1.1 TeX-other-free 
public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86"
 COMMON_DEPEND="
>=dev-texlive/texlive-latexrecommended-2023
>=dev-texlive/texlive-pictures-2023



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-pstricks/

2024-06-15 Thread Sam James
commit: 687fbb3c194b5f2f109162069222ea3d3266cf34
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 01:47:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 01:47:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687fbb3c

dev-texlive/texlive-pstricks: Stabilize 2023_p65367 ppc64, #934300

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

 dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild 
b/dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild
index 5764770f50a3..8eb588905274 100644
--- a/dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild
+++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild
@@ -270,7 +270,7 @@ DESCRIPTION="TeXLive PSTricks"
 
 LICENSE="GPL-1+ GPL-2 LGPL-2+ LGPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86"
 COMMON_DEPEND="
>=dev-texlive/texlive-basic-2023
>=dev-texlive/texlive-plaingeneric-2023



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langchinese/

2024-06-15 Thread Sam James
commit: db35bbefb5148748423f4048337b65fe1059079d
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 01:47:27 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 01:47:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db35bbef

dev-texlive/texlive-langchinese: Stabilize 2023_p63995 arm64, #934293

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

 dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild 
b/dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild
index 57b25d39694b..dacc795520e5 100644
--- a/dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild
+++ b/dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild
@@ -79,7 +79,7 @@ DESCRIPTION="TeXLive Chinese"
 
 LICENSE="FDL-1.1+ GPL-1+ GPL-3+ LGPL-2+ LPPL-1.3 LPPL-1.3c MIT TeX 
TeX-other-free"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 COMMON_DEPEND="
>=dev-texlive/texlive-langcjk-2023
 "



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langchinese/

2024-06-15 Thread Sam James
commit: fee75eed8f8269d1bcaae3768bfcb0fc04ef47f0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 01:47:26 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 01:47:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee75eed

dev-texlive/texlive-langchinese: Stabilize 2023_p63995 ppc, #934293

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

 dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild 
b/dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild
index 9d39c94d5985..57b25d39694b 100644
--- a/dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild
+++ b/dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild
@@ -79,7 +79,7 @@ DESCRIPTION="TeXLive Chinese"
 
 LICENSE="FDL-1.1+ GPL-1+ GPL-3+ LGPL-2+ LPPL-1.3 LPPL-1.3c MIT TeX 
TeX-other-free"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 COMMON_DEPEND="
>=dev-texlive/texlive-langcjk-2023
 "



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-formatsextra/

2024-06-15 Thread Sam James
commit: f7a77a239b8df9c129f04e207ba06f5eba807fa0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 16 01:47:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 16 01:47:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a77a23

dev-texlive/texlive-formatsextra: Stabilize 2023_p62226-r1 arm64, #934279

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

 .../texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild 
b/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild
index d554249cb0a6..16ccc0c57440 100644
--- 
a/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild
+++ 
b/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild
@@ -58,7 +58,7 @@ DESCRIPTION="TeXLive Additional formats"
 
 LICENSE="GPL-1+ GPL-2 GPL-2+ GPL-3 LPPL-1.3 LPPL-1.3c MIT OFL-1.1 TeX 
TeX-other-free public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 COMMON_DEPEND="
>=dev-texlive/texlive-basic-2023
>=dev-texlive/texlive-latex-2023



  1   2   3   4   5   6   7   >