[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/

2023-03-09 Thread Viorel Munteanu
commit: 3602cf6f868a464ef67cc359bf051e87d115a9ad
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Mar  9 22:29:33 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 22:29:33 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3602cf6f

games-util/itch-bin: update EAPI 7 -> 8, small fixes

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

 games-util/itch-bin/itch-bin-25.5.1-r2.ebuild | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild 
b/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
index 3dafe302c..e81890c24 100644
--- a/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
+++ b/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit desktop xdg
 
@@ -34,9 +34,9 @@ RDEPEND="
 "
 
 QA_PREBUILT="
-   /opt/itch-bin/itch
-   /opt/itch-bin/libvk_swiftshader.so
-   !system-ffmpeg? ( /opt/itch-bin/libffmpeg.so )
+   opt/itch-bin/itch
+   opt/itch-bin/libvk_swiftshader.so
+   !system-ffmpeg? ( opt/itch-bin/libffmpeg.so )
 "
 
 S="${WORKDIR}"
@@ -45,13 +45,15 @@ src_install() {
local destdir="${EPREFIX}/opt/${PN}"
insinto "${destdir}"
doins -r locales resources
-   doins *.pak *.dat *.bin *.json version libvk_swiftshader.so
+   doins ./*.pak ./*.dat ./*.bin ./*.json version libvk_swiftshader.so
 
if use system-ffmpeg; then  # bug 710944
rm libffmpeg.so || die
-   ln -s "${EPREFIX}/usr/$(get_libdir)/chromium/libffmpeg.so" || 
die
+   dosym -r "${EPREFIX}/usr/$(get_libdir)/chromium/libffmpeg.so" \
+   ${destdir}/libffmpeg.so
+   else
+   doins libffmpeg.so
fi
-   doins libffmpeg.so
 
exeinto "${destdir}"
doexe itch



[gentoo-commits] repo/proj/guru:master commit in: dev-python/orjson-bin/

2023-03-09 Thread Viorel Munteanu
commit: ce197c85a844a639b1c5766c7177ce77a42d3e7d
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Mar  9 09:37:16 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 09:38:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce197c85

dev-python/orjson-bin: treeclean

Closes: https://bugs.gentoo.org/897484
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/orjson-bin/Manifest|  2 -
 dev-python/orjson-bin/metadata.xml| 12 --
 dev-python/orjson-bin/orjson-bin-3.6.7.ebuild | 59 ---
 3 files changed, 73 deletions(-)

diff --git a/dev-python/orjson-bin/Manifest b/dev-python/orjson-bin/Manifest
deleted file mode 100644
index 881d59210..0
--- a/dev-python/orjson-bin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST orjson-bin-3.6.7-amd64.zip 255321 BLAKE2B 
5c10b6da6e388754e8ba3eac65d96ad5af8cce745877de8c0c73f2747841613b5aaca70be6b718b813e8c0376a33e8e6e8d4ee472bcd86962f47482766392429
 SHA512 
3ace1ab1d610b2a435b09a00b5dea62aec688bc186422397cc7191b910d904e54bc51768c50fe1c67f27d51503cf57e1209597c9281f2972653c171e0c4b0b0b
-DIST orjson-bin-3.6.7-arm64.zip 235165 BLAKE2B 
292a28851d23eb386f5065a336826482c3f96468bebf95c606c30df0d5249ec5b09f0331423349a9e616bbdd59cb465b50d5be77ab42e8216eeadaa41c42ed5b
 SHA512 
a6520cb6744765d939003f39efa8aeda8e6b8fac6f96d8772a3842d0d08a775e2b2a21e775f99ca0b9656a7dbe270d0b83f6ea8f1b9b77f2cb26e71f61800afe

diff --git a/dev-python/orjson-bin/metadata.xml 
b/dev-python/orjson-bin/metadata.xml
deleted file mode 100644
index 24034c9ac..0
--- a/dev-python/orjson-bin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd'>
-
-   
-   1over...@anche.no
-   Shaoyu Tseng
-   
-   
-   orjson
-   ijl/orjson
-   
-

diff --git a/dev-python/orjson-bin/orjson-bin-3.6.7.ebuild 
b/dev-python/orjson-bin/orjson-bin-3.6.7.ebuild
deleted file mode 100644
index 8d3e031a3..0
--- a/dev-python/orjson-bin/orjson-bin-3.6.7.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-r1
-
-QA_PREBUILT="usr/lib/*"
-DESCRIPTION="Fast, correct Python JSON library supporting dataclasses, 
datetimes, and numpy"
-HOMEPAGE="https://github.com/ijl/orjson;
-
-# As per PEP 600 manylinux platform tag specfication, a wheel tagged
-# manylinux_x_y should work with systems with >=glibc-x.y , and on Python
-# versions 3.8 to 3.10
-SRC_URI="
-   amd64? (
-   
https://files.pythonhosted.org/packages/cp310/${P:0:1}/${PN%%-bin}/${P//-bin}-cp310-cp310-manylinux_2_24_x86_64.whl
-   -> ${P}-amd64.zip
-   )
-   arm64? (
-   
https://files.pythonhosted.org/packages/cp310/${P:0:1}/${PN%%-bin}/${P//-bin}-cp310-cp310-manylinux_2_24_aarch64.whl
-   -> ${P}-arm64.zip
-   )
-   "
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RESTRICT="!test? ( test )"
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="app-arch/unzip"
-RDEPEND="${PYTHON_DEPS}"
-
-pkg_setup() {
-   python_setup
-}
-
-S="${WORKDIR}"
-
-src_install() {
-   if use amd64; then
-   ARCH="x86_64"
-   elif use arm64; then
-   ARCH="aarch64"
-   fi
-   do_install() {
-   local my_installdir="$(python_get_sitedir)"
-   my_installdir="${my_installdir##${EPREFIX}/}"
-   insinto "${my_installdir}"
-   # Even though the soname is compatible, the python version has 
to be
-   # corrected in order for it to work
-   newins orjson/${PN//-bin}.cpython-310-${ARCH}-linux-gnu.so 
${PN//-bin}.cpython-3${EPYTHON##python3.}-${ARCH}-linux-gnu.so
-   python_domodule ${P//-bin}.dist-info
-   }
-   python_foreach_impl do_install
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-util/bash-language-server/

2023-03-09 Thread Viorel Munteanu
commit: 316bf00b43b6d874e940f103fdb1ff81234ac6f4
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Mar  9 13:09:21 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 13:59:39 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=316bf00b

dev-util/bash-language-server: drop 4.6.2

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

 dev-util/bash-language-server/Manifest |  2 -
 .../bash-language-server-4.6.2.ebuild  | 51 --
 2 files changed, 53 deletions(-)

diff --git a/dev-util/bash-language-server/Manifest 
b/dev-util/bash-language-server/Manifest
index 1627d37e2..637c28460 100644
--- a/dev-util/bash-language-server/Manifest
+++ b/dev-util/bash-language-server/Manifest
@@ -1,5 +1,3 @@
-DIST bash-language-server-4.6.2-deps.tar.xz 2159844 BLAKE2B 
04ce2360f127ac2a4b844a72955e64d5a369032c3459b781da2b3ecb90054bad146655a0e8a179d85bce27a8fd679f0cccb5a9f7a92c4628e7a69a951b343659
 SHA512 
3bd451f065df79e682f0db0b738281d386f986ecca12c0031093a8ec91b96385bf4fd4496ebcc44be9ba72777f6c6375bfbb74ccf7de0f69cdde0ea5d1bf18d4
-DIST bash-language-server-4.6.2.tgz 182070 BLAKE2B 
6872b7084a2893a1aaef46a4cde4ffdbfb0b949d3edac45ca9066464e523e273468a793b1aa34e14925474e6ab65f575fd0bc241d7ca977f2a2c2a340c990020
 SHA512 
ef599f4addd0f84324302b13441fb6eb2b115d5c43132841d01f600daaf1a9e50749cd0602be42a48aa5ff178ea3470ae4d88d82939cff1cd28ffdf007073e6e
 DIST bash-language-server-4.7.0-deps.tar.xz 2171608 BLAKE2B 
db40b275b7d38fc372375b40fbfa3fb5982ea51ab08085f4276e702b688add45b40ec38d66195e697e6385004452d19c4c26f2dd0fafe280f2815079cd475baf
 SHA512 
7404b715c3fd9682bd97a6225b5c99121214bd0e8890cfc2b944e73282540b69d1760156ccdc2273907b0e11887f61b7f0e82a0ac05869bc309b59a5a61fc3d5
 DIST bash-language-server-4.7.0.tgz 182260 BLAKE2B 
99d469c1e0bdcb8d3deebbf0cf1abbde8a4a84a20f436ffc2eb4e6c7e15fdce099f34af3746488b36416752384b9a6152cfe321992f2335f54fed75ced5e57d9
 SHA512 
24b7bc6e4d3f16d3a21887455a0ff626800625cb58432ad8a668f6e1d84248402322af471eaafd23a2fd937d9f87d5a45a31dcae1eafef41298afea6f92c6f0d
 DIST bash-language-server-4.8.2-deps.tar.xz 2194352 BLAKE2B 
b3d28cf15e9e7bae7bf746243057096919a3cfd741b0a36fd56a96f62e86b2bf276cfe1f3afc078ac5a32ac247f3c01356c8a2527408b8da1384488b70f9ea88
 SHA512 
5d1dcf059d75b664d90991466afbc2c3932c101e53c4d43865b97c62f6e29ac6009dc7753b89db97beaf874f9ff94d4ec38b7829e084e08477207098e90f

diff --git a/dev-util/bash-language-server/bash-language-server-4.6.2.ebuild 
b/dev-util/bash-language-server/bash-language-server-4.6.2.ebuild
deleted file mode 100644
index 344c04d3e..0
--- a/dev-util/bash-language-server/bash-language-server-4.6.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature
-
-DESCRIPTION="A language server for Bash"
-HOMEPAGE="https://github.com/bash-lsp/bash-language-server;
-SRC_URI="
-   mirror://npm/${PN}/-/${P}.tgz
-   https://tastytea.de/files/gentoo/${P}-deps.tar.xz
-"
-S="${WORKDIR}"
-
-# NOTE: to generate the dependency tarball:
-#   npm --cache ./npm-cache install $(portageq envvar DISTDIR)/${P}.tgz
-#   tar -caf ${P}-deps.tar.xz npm-cache
-
-LICENSE="
-   Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT-with-advertising
-   || ( public-domain Unlicense )
-"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="net-libs/nodejs"
-BDEPEND="net-libs/nodejs[npm]"
-
-src_unpack() {
-   cd "${T}" || die "Could not cd to temporary directory"
-   unpack ${P}-deps.tar.xz
-}
-
-src_install() {
-   npm \
-   --offline \
-   --verbose \
-   --progress false \
-   --foreground-scripts \
-   --global \
-   --prefix "${ED}"/usr \
-   --cache "${T}"/npm-cache \
-   install "${DISTDIR}"/${P}.tgz || die "npm install failed"
-
-   einstalldocs
-}
-
-pkg_postinst() {
-   optfeature "linting support" dev-util/shellcheck dev-util/shellcheck-bin
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-util/yaml-language-server/

2023-03-09 Thread Viorel Munteanu
commit: d12fb3ca5e23ad76dda28f176088a0da245b03e0
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Mar  9 13:19:50 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 13:59:39 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d12fb3ca

dev-util/yaml-language-server: add 1.12.0

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

 dev-util/yaml-language-server/Manifest |  2 +
 .../yaml-language-server-1.12.0.ebuild | 43 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-util/yaml-language-server/Manifest 
b/dev-util/yaml-language-server/Manifest
index e969c2d79..c939bc008 100644
--- a/dev-util/yaml-language-server/Manifest
+++ b/dev-util/yaml-language-server/Manifest
@@ -2,3 +2,5 @@ DIST yaml-language-server-1.10.0-deps.tar.xz 4684544 BLAKE2B 
e11723488096740fe4d
 DIST yaml-language-server-1.10.0.tgz 542896 BLAKE2B 
69a44dc4b1778e04847d65ca1d251291935c02e85a6fc2c056145bd726d95b64f5a649ed085a20c059242c7a1f3846c60a1d54b493156552ef71ba2341e01594
 SHA512 
6c613994e6dcf0f0570d0f10284594545c3ce7f8354774d56ed2cfb30358f985d1d9f2dbd5117a3d6dc228d23482c8574d22a57b2c21032391ad78bb7e3c29ce
 DIST yaml-language-server-1.11.0-deps.tar.xz 5658516 BLAKE2B 
a49058ae8e314bcec16750d1aea9213a2cfb5dc47e8f388d6b77ac27f75387a6fdc064fbae89e4600a3dd4a75b64c7cb036eb66e4df21b753b016d54c1f473e0
 SHA512 
d86b376b89cf33230b8ddb8d698c6de23f2eeac7c581e2a0442a1c5dcbe046a633a05ff091d58b0ea1c223e08cab272b777518e05ed91fbcb1984471fffebd5d
 DIST yaml-language-server-1.11.0.tgz 548849 BLAKE2B 
787cfd79014922d03a67d0618fb2bdad79dd3e02503edf61e1e7b623c3c10ee36a9d15b643c883046f4c81d36f11947f65f8dbd1cd9515d19513fc127a6ef77d
 SHA512 
d5306584ad67312a438aade265f0320ce838c706a0a336409eaaf400ead91b952d78cb77cdb7e1395aa146e02e9d1219f2492d7c6323b0ac438cefaeb4600968
+DIST yaml-language-server-1.12.0-deps.tar.xz 5119236 BLAKE2B 
0e224565745ac61520ab3f76efaac3fe46fe8ec7a36ced2e492d1f97af34f82699b604801df601f122bcca4b439393741817a4267260b765029380c6c5079a2c
 SHA512 
72aa7ab1c35b7cd65d14a535ca91f656a3d2e39b73539c1494681ed636f08f888d415b751d9952ba8eae3a802cdf001b71e92059806c20d2f512072122e602ba
+DIST yaml-language-server-1.12.0.tgz 558972 BLAKE2B 
1d7ec17dbf0e74bfff5bb68574fd60122876def6f869e1a2a9911e51414cca19fdb3af989b9ba7c8be439c2f2b96282fb9122231a2591dbd1d7e57f27a897ad8
 SHA512 
70441e1d5a921f4f9480d36f546aefdf1bbe3414ec7014a6392fef35f8bbaf924f4e1829de12145738e3d2fc5e5c58f9b303b19e9a1dd210fdf6d0a43c68a293

diff --git a/dev-util/yaml-language-server/yaml-language-server-1.12.0.ebuild 
b/dev-util/yaml-language-server/yaml-language-server-1.12.0.ebuild
new file mode 100644
index 0..1636a2d0b
--- /dev/null
+++ b/dev-util/yaml-language-server/yaml-language-server-1.12.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Language Server for YAML Files"
+HOMEPAGE="https://github.com/redhat-developer/yaml-language-server;
+SRC_URI="
+   mirror://npm/${PN}/-/${P}.tgz
+   https://tastytea.de/files/gentoo/${P}-deps.tar.xz
+"
+S="${WORKDIR}"
+
+# NOTE: to generate the dependency tarball:
+#   npm --cache ./npm-cache install $(portageq envvar DISTDIR)/${P}.tgz
+#   tar -caf ${P}-deps.tar.xz npm-cache
+
+LICENSE="Apache-2.0 BSD-2 ISC MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="net-libs/nodejs"
+BDEPEND="net-libs/nodejs[npm]"
+
+src_unpack() {
+   cd "${T}" || die "Could not cd to temporary directory"
+   unpack ${P}-deps.tar.xz
+}
+
+src_install() {
+   npm \
+   --offline \
+   --verbose \
+   --progress false \
+   --foreground-scripts \
+   --global \
+   --prefix "${ED}"/usr \
+   --cache "${T}"/npm-cache \
+   install "${DISTDIR}"/${P}.tgz || die "npm install failed"
+
+   cd "${ED}"/usr/$(get_libdir)/node_modules/${PN} || die "cd failed"
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: net-client/lagrange/

2023-03-09 Thread Viorel Munteanu
commit: bbe98bf851e5250b5fc29aa5c994d86c7805a678
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Mar  9 09:35:56 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 09:35:56 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbe98bf8

net-client/lagrange: add 1.15.4, drop 1.15.2

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 net-client/lagrange/Manifest  | 4 ++--
 .../lagrange/{lagrange-1.15.2.ebuild => lagrange-1.15.4.ebuild}   | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-client/lagrange/Manifest b/net-client/lagrange/Manifest
index 98f3ea867..4c807d7eb 100644
--- a/net-client/lagrange/Manifest
+++ b/net-client/lagrange/Manifest
@@ -1,4 +1,4 @@
-DIST lagrange-1.15.2.tar.gz 9936622 BLAKE2B 
15ff689b46b6e227cf818ac111375b948cc7675dcfbbea28bab0cffdeabe23092e57e635e89b780e0d4d9ef89bfadcce6ea57a7cb8f5309a8f503fd31bbc0d7a
 SHA512 
f8a7cd274afbf88f963c6c7d4c20e8700665471587681e4e4a951d4e5227aeaf351498f48fa5cf1709f5c3c4f5157499ea45d364a071d054c39581048ff1b921
-DIST lagrange-1.15.2.tar.gz.sig 488 BLAKE2B 
065f7abd1a98e10b26156b1b97efe26d9f48abad78d4ed0e84661bbdbc9451e60246a0c7efe7a61cb1756a2bc2b6ddb73c6efa38f1a77145636071955b6e156a
 SHA512 
f3eb35a78db29057cffbcb4355fe35c18ee8ddf574f15ac89244e1f87b0ef6a728c7dc9cbb807fc13e7702f23cfd8ca0e200fec6e62106423f29a9a6809b8770
 DIST lagrange-1.15.3.tar.gz 9939467 BLAKE2B 
9d258c34b01f43eec5672a209db100ed1fc5e0f33300ce719f3f7f30c11d078e98db3c85bdd765db6ec0ffbd3c2263753f8058df61aea7bd2b613a1191b052d5
 SHA512 
b11062fd4d198346e780139cea11aeadc9ae755caef2dcc66c51bdae6934dbffb933fc6a110260495cfd4a9168aeaaf48c63197ca8465de05edc354c9e909fea
 DIST lagrange-1.15.3.tar.gz.sig 488 BLAKE2B 
23cca9760411d320eb6c24d2ca264b0211080dfee00b19690b20847aa43ccee951eaaa6efc31dfb637eb847b226c6f0cfde6b851267fdb2cbff38d8a8ce99221
 SHA512 
397588a270667b5fe9ff9f9338c466f775a1d4e6e593dcc3809b59c88cbd2f4840e39753781ca7475bee9a57acd7a431a80ad8e8d6052b082b50e81181786fcc
+DIST lagrange-1.15.4.tar.gz 9941952 BLAKE2B 
889f37c7ac03d598825f972003c1d63af1368ca34ea012a6cbc4ae22d28cbae2c1e308a954da3c6b8e3b736de78abf69f5975e5f69b621f2d4af153331822bf8
 SHA512 
16193f78a19fa1d3177eb9479467f2cb195c0cc493939dd3719622767cb653effa0795cd2b3fe98a1b97287e781d5c39b03acb55c34afefc6792e3496f4eb1c5
+DIST lagrange-1.15.4.tar.gz.sig 488 BLAKE2B 
fb13783fa5066cf23c00a64023ead2b2143075ef367785ba5c4c31880732057a1e4967638a7ebdc7687a32d6d91863b0199445b159d477b4f31200b6e467a9d6
 SHA512 
b716c7787c23d5d52e59a6f5c46a39a24edbb95042c3136680b527770c677264eae40499e9fe70b6228c7369486f808b78fe2b2bced76ce57524439521eda79b

diff --git a/net-client/lagrange/lagrange-1.15.2.ebuild 
b/net-client/lagrange/lagrange-1.15.4.ebuild
similarity index 100%
rename from net-client/lagrange/lagrange-1.15.2.ebuild
rename to net-client/lagrange/lagrange-1.15.4.ebuild



[gentoo-commits] repo/proj/guru:master commit in: sys-boot/limine/

2023-03-09 Thread Viorel Munteanu
commit: c17e4b90333dc36f351a5c458f5cd4d50a7aa443
Author: Arsen Arsenović  gentoo  org>
AuthorDate: Thu Mar  9 13:26:22 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 13:26:22 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c17e4b90

sys-boot/limine: add 4.20230308.0

Signed-off-by: Arsen Arsenović  gentoo.org>

 sys-boot/limine/Manifest   |  1 +
 sys-boot/limine/limine-4.20230308.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/sys-boot/limine/Manifest b/sys-boot/limine/Manifest
index 156d13cf1..04254de81 100644
--- a/sys-boot/limine/Manifest
+++ b/sys-boot/limine/Manifest
@@ -10,3 +10,4 @@ DIST limine-4.20230221.0.tar.xz 782956 BLAKE2B 
29edaae0698b7d3ce9a1a3b7b1ce9e284
 DIST limine-4.20230227.0.tar.xz 782796 BLAKE2B 
35819ccfe896f595a10b666bc0a8d665ea6948f5ea3509833d05a81e574f6c9009a120773e28bc2f4d4d2172926f20796083b62e0ac153f8a232f20d21c6a945
 SHA512 
621bb2ddb25de88df63f73852e2ff6ceccc61d7d4be49ee8c0cf614c5037f37d350ff50d924065f5f5e6295dc5e99d53191db55778384c15c580630c32cbc560
 DIST limine-4.20230305.2.tar.xz 783156 BLAKE2B 
0a030a8ed3b1cef212adf94ba22d3e599b7cbae61551e374c9139fb6a2c02eae6c6f3241cebf220f877df91c0e9fc1b4f0cbafa35d4fe3fa32b380df50b9528a
 SHA512 
6adb0054f512710752667419a08439175e63297794a9c88eaad92a20c54abfbc45636ecac10302db3a4956469d2c1b8608495ef60b51888fef7c2f0da8843d25
 DIST limine-4.20230307.0.tar.xz 783112 BLAKE2B 
108340d15aca9954c22bf78e2abcc1d1f65036cfbc37247385b77565146a96a405884d8d7c9d3999785090b8d980d6c3b17c3d658b7381ffba3f57cfff57bbcf
 SHA512 
55de1d592157e4227caca6191b764c5a093208d3ba02b23e4fc03f7f132b86cc9984b0bae084fa909506cd9ff4c29f8fdb628699e34511389be12e7e46bd52c2
+DIST limine-4.20230308.0.tar.xz 783384 BLAKE2B 
2aa80c90b495f3fa09b5324fa58a8fa547f6763924bef7b0b82e1c02b56e0ea9a1c9cc3afab698450c37d9ec4146dd4b621ea93208733c285793a10fa153fba2
 SHA512 
e715dc27936037248fc8be7e1cd4f460af40217eff74e90cd56562d252c915ee97c8b8129bb523043a3e57cfbca8846fc2a0183d8c6337e9bca2e763ed306ec3

diff --git a/sys-boot/limine/limine-4.20230308.0.ebuild 
b/sys-boot/limine/limine-4.20230308.0.ebuild
new file mode 100644
index 0..26329c4d3
--- /dev/null
+++ b/sys-boot/limine/limine-4.20230308.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Limine is a modern, advanced, and portable BIOS/UEFI 
multiprotocol bootloader"
+HOMEPAGE="https://limine-bootloader.org/;
+SRC_URI="https://github.com/limine-bootloader/limine/releases/download/v${PV}/limine-${PV}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+bios +bios-pxe +bios-cd +cd-efi +uefi32 +uefi64 +uefiaa64"
+
+MY_LLVM_TARGETS="AArch64 ARM X86"
+MY_LLVM_FLAGS="llvm_targets_${MY_LLVM_TARGETS// /(-),llvm_targets_}(-)"
+
+BDEPEND="
+   app-arch/gzip
+   dev-lang/nasm
+   sys-apps/findutils
+   sys-devel/clang[${MY_LLVM_FLAGS}]
+   sys-devel/lld
+   sys-devel/llvm[${MY_LLVM_FLAGS}]
+
+   cd-efi? ( sys-fs/mtools )
+"
+
+src_configure() {
+   local myconf=(
+   "$(use_enable bios)"
+   "$(use_enable bios-cd)"
+   "$(use_enable bios-pxe)"
+
+   "$(use_enable uefi32 uefi-ia32)"
+   "$(use_enable uefi64 uefi-x86-64)"
+   "$(use_enable uefiaa64 uefi-aarch64)"
+   "$(use_enable cd-efi uefi-cd)"
+   )
+
+   CROSS_TOOLCHAIN=llvm \
+   econf "${myconf[@]}"
+}



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

2023-03-09 Thread Viorel Munteanu
commit: 2b48961c942338a13b41a11cef872dac10a64383
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Mar  9 09:04:13 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 09:04:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b48961c

dev-python/orjson: add 3.8.7, drop 3.8.5

Closes: https://bugs.gentoo.org/877663
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/orjson/Manifest| 19 
 dev-python/orjson/orjson-3.8.5.ebuild | 89 ---
 dev-python/orjson/orjson-3.8.7.ebuild | 77 ++
 3 files changed, 86 insertions(+), 99 deletions(-)

diff --git a/dev-python/orjson/Manifest b/dev-python/orjson/Manifest
index 673df2a59..5b6cb56fa 100644
--- a/dev-python/orjson/Manifest
+++ b/dev-python/orjson/Manifest
@@ -1,32 +1,31 @@
-DIST ahash-0.8.2.crate 42491 BLAKE2B 
95e07f014d3e985bf7b32f71741d18c87201c0a57d85b5f433834a40d964c73ec9f121f20523bb5ff9f3579fc9fa733a745765ff718261e468ef5d7b18e89df4
 SHA512 
efc633b4dcd790e8dbc2da4e103a7ee82c3e0f97d37e15a06fd6fc0b73923d721604708f13435a9dcba50c4d53ca5db498e62f84320d8e966581889c2e9d9722
+DIST ahash-0.8.3.crate 42416 BLAKE2B 
84836a4e33451012ff32c1a1a90500d87eb7ce649b60dff4eecfb0d25b9782a186376c154673c3121b154ff4616016d1718dfd687b88f4772c2c89eeb2f119b6
 SHA512 
cf2d2f1201ac0969cf4e2a0c47090bee971b2287ac44b5e091c90a9eced03cf6ff56d7900cc0f529d4acedc30bd400261c15e50efabdd1731f79951b449af53e
 DIST arrayvec-0.7.2.crate 29341 BLAKE2B 
eae9d3f494033ea2d837a6024cb24bd4574683ed1e76ac6be7f7c6b0d8ee65c0eaf03dbae7fea04cf0921299f69234ad91e1cf41342de86f554f74e287dd3ba1
 SHA512 
80cc6e55b6032f4882362813de970d3d99e600ada774b28ac6a24c9c8e018fda3b35c5750ac3a09fca6fb9496e2e3fe608b58d21b1b84685ebd170f567a0ecbc
 DIST associative-cache-1.0.1.crate 14048 BLAKE2B 
77f36f2d23b6d07e556f20e743c9a0e47c0b54899397c64dd6d4fc9b4c31469481d4a99ceb28b250924e0aa5f52de9fb65ce93ed96f23191f2984c32156bace0
 SHA512 
2ad673ab907c71cbd45abf3cf59630fd56aeb95888c94932b9fe5d83d71d0c14f908915670cbc0566b691035f82ac2069ed17589edbc97db1e4388225ac2a040
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST beef-0.5.2.crate 15275 BLAKE2B 
95d60fb1840ca26581841ad65a4e8f3f99d5f8d44c569219f4d06ce441bb3a4ba558e231e73a51cd1c6b4d9e4cc6a07942115c134289fb1982dace03049d3a1e
 SHA512 
755fc588acbf730bc9c80dbfc20cd0ef81f792a94da0dd28379ad83a7359ddd4c7b136ba8048dd460bb8652475db3d12814fcbd04eff4ebe8ec8a1bcd024c2aa
 DIST bytecount-0.6.3.crate 12416 BLAKE2B 
462e41d5a4ee23a6c9ff2bf350171e309cbc32f14bbdbde25a5743072a6511634d6c0429903edcfa8df4b9ef3c7bd95d73fff8a7b2018f3b4a8147de2bbfd3f4
 SHA512 
0c5f424329883726589e69842d2ac0767dc0b440d744a4452a14cbd449b8ca2e8117fa2978b4aa9b803a1a7cf79e9cf67e948057e8ee521e2422ca2e145ea670
 DIST castaway-0.2.2.crate 11091 BLAKE2B 
3445e68aaf533caa1df958fb371622ef61c7778d515fd1efe39a12588e24fe07480738daba008e414a95e72af10d5ea29702425e5b91ebb277fe346ff74bc43b
 SHA512 
dbce2a61a429eda7a8f21b4a35dced729267298be9793310afaff58843211a7177a9bb932a4bd9dfcedaaf1a2570b90261d4c1047c62474450ea835dcfc325a4
-DIST cc-1.0.78.crate 61375 BLAKE2B 
fd4765cf5ae0dc7018bc6b56298cd0fa9bf6fe23545e845670d98ce73baee55354e77c6d87cf047f10b074f3d742deca8b5631a250c69b347b4a1fc653965d43
 SHA512 
b85bec4c75cb1d1e252419052e9dd22b6892e54ea36195ff483a04f785b5b103e82b30b778459fd45324ffeb2463aa4f5696baeff2779c25ffe9f65eb99ae893
+DIST cc-1.0.79.crate 62624 BLAKE2B 
b3cbed3bd6fcac1c6ea258ec96cd107f859947a35dc89c3dc8f314741b0f668e61518f896ec32ce10c9a7eb20dd350bc177a71810d53ebea59fda062ed9d27db
 SHA512 
cbf0a25f3a23fc540e9d638fabc23f761f1c240ebb4814e761e90437d71fc559cd155768ab9e78fc192220d8a605c66c3af342ed736b719181656170b98d7bf5
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST chrono-0.4.23.crate 187259 BLAKE2B 
b4a7cfb8d1921d396c9e2bf350e6c61d04480a78c170d153e525ff581e8298936583744b6c59769774fdb8ad433269d01ad792f967da96e6c19d33460de937f9
 SHA512 
697a78ee83eaf38d83011bdf2086b3149b830d3d270e8414828b98ed2426063df43ac6eb4324f2dd694662afb86e6e4f005dee6116dfdd97adaebedefffd43fa
 DIST compact_str-0.6.1.crate 54555 BLAKE2B 
4f389035aa42b763035c2d7a49500c1ec98cb563fc7f693d7fd468de9132105a86d5d180866fc1dbbb5e79e2281f882f3a9667fe81173db189930a40878e0f3d
 SHA512 
4f017210cd42ed6d1a641cbd1c9f214c356dd9a188675413751aef2359eff27f2045622802f9df633fa803073099e32619c7a67477369197be81035da0c10acc
-DIST encoding_rs-0.8.31.crate 137011

[gentoo-commits] repo/proj/guru:master commit in: media-libs/nvidia-vaapi-driver/, media-libs/nvidia-vaapi-driver/files/

2023-03-09 Thread Viorel Munteanu
commit: 86deaed7cb58cbd61c1aea5c0b04e5729905c8b2
Author: Denis Reva  gmail  com>
AuthorDate: Thu Mar  9 07:10:27 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 07:10:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86deaed7

media-libs/nvidia-vaapi-driver: changed installation directory to proper ones

used patch from tatsh-overlay

https://github.com/Tatsh/tatsh-overlay/tree/master/media-plugins/nvidia-vaapi-driver
Signed-off-by: Denis Reva  gmail.com>

 .../nvidia-vaapi-driver-0.0.8-install-path.patch   | 25 ++
 ebuild => nvidia-vaapi-driver-0.0.8-r1.ebuild} |  3 +++
 2 files changed, 28 insertions(+)

diff --git 
a/media-libs/nvidia-vaapi-driver/files/nvidia-vaapi-driver-0.0.8-install-path.patch
 
b/media-libs/nvidia-vaapi-driver/files/nvidia-vaapi-driver-0.0.8-install-path.patch
new file mode 100644
index 0..ee6aabad8
--- /dev/null
+++ 
b/media-libs/nvidia-vaapi-driver/files/nvidia-vaapi-driver-0.0.8-install-path.patch
@@ -0,0 +1,25 @@
+From e0831828a438003f8a86b5d2b4026c1cb8f48efe Mon Sep 17 00:00:00 2001
+From: Andrew Udvare 
+Date: Tue, 25 Jan 2022 23:19:21 -0500
+Subject: [PATCH] Set correct install path
+
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 9d9fc84..e31c36b 100644
+--- a/meson.build
 b/meson.build
+@@ -47,7 +47,7 @@ shared_library(
+ dl_dep,
+ ],
+ install: true,
+-install_dir: get_option('libdir') / 'dri',
++install_dir: get_option('libdir') / 'va' / 'drivers',
+ gnu_symbol_visibility: 'hidden',
+ )
+ 
+-- 
+2.35.0
+

diff --git a/media-libs/nvidia-vaapi-driver/nvidia-vaapi-driver-0.0.8.ebuild 
b/media-libs/nvidia-vaapi-driver/nvidia-vaapi-driver-0.0.8-r1.ebuild
similarity index 93%
rename from media-libs/nvidia-vaapi-driver/nvidia-vaapi-driver-0.0.8.ebuild
rename to media-libs/nvidia-vaapi-driver/nvidia-vaapi-driver-0.0.8-r1.ebuild
index 3b2be0640..d9a47a96f 100644
--- a/media-libs/nvidia-vaapi-driver/nvidia-vaapi-driver-0.0.8.ebuild
+++ b/media-libs/nvidia-vaapi-driver/nvidia-vaapi-driver-0.0.8-r1.ebuild
@@ -22,6 +22,9 @@ RDEPEND="x11-drivers/nvidia-drivers
media-libs/libva"
 BDEPEND="dev-util/meson"
 
+PATCHES=( "${FILESDIR}/${PN}-0.0.8-install-path.patch" )
+
+
 pkg_postinst() {
ewarn "This library requires special configuration! See "
ewarn "${HOMEPAGE}"



[gentoo-commits] repo/proj/guru:master commit in: dev-zig/zls/

2023-03-09 Thread Viorel Munteanu
commit: 873168168d68c015588118828bde624f9a00f960
Author: Eric Joldasov  getgoogleoff  me>
AuthorDate: Thu Mar  9 13:55:19 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 14:13:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87316816

dev-zig/zls: adjust ebuild (0.10.0) for slotted Zig

Signed-off-by: Eric Joldasov  getgoogleoff.me>

 dev-zig/zls/zls-0.10.0-r1.ebuild | 141 +++
 dev-zig/zls/zls-0.10.0.ebuild|  56 
 2 files changed, 141 insertions(+), 56 deletions(-)

diff --git a/dev-zig/zls/zls-0.10.0-r1.ebuild b/dev-zig/zls/zls-0.10.0-r1.ebuild
new file mode 100644
index 0..da659404c
--- /dev/null
+++ b/dev-zig/zls/zls-0.10.0-r1.ebuild
@@ -0,0 +1,141 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo
+
+DESCRIPTION="The officially unofficial Ziglang language server"
+HOMEPAGE="https://github.com/zigtools/zls;
+
+KNOWN_FOLDERS_COMMIT="24845b0103e611c108d6bc334231c464e699742c"
+TRACY_COMMIT="f493d4aa8ba8141d9680473fad007d8a6348628e"
+SRC_URI="
+   
https://github.com/ziglibs/known-folders/archive/${KNOWN_FOLDERS_COMMIT}.tar.gz 
-> known-folders-${KNOWN_FOLDERS_COMMIT}.tar.gz
+   https://github.com/wolfpld/tracy/archive/${TRACY_COMMIT}.tar.gz -> 
tracy-${TRACY_COMMIT}.tar.gz
+   https://github.com/zigtools/zls/archive/refs/tags/${PV}.tar.gz -> 
zls-${PV}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+EZIG_MIN="0.10"
+EZIG_MAX_EXCLUSIVE="0.11"
+
+DEPEND="|| ( dev-lang/zig:${EZIG_MIN} dev-lang/zig-bin:${EZIG_MIN} )"
+RDEPEND="${DEPEND}"
+
+# see https://github.com/ziglang/zig/issues/3382
+# For now, Zig Build System doesn't support CFLAGS/LDFLAGS/etc.
+QA_FLAGS_IGNORED="usr/bin/zls"
+
+PATCHES=(
+   "${FILESDIR}/zls-0.10.0-add-builtin-data-for-new-zig-versions.patch"
+)
+
+# : copied from sys-fs/ncdu :
+# Many thanks to Florian Schmaus (Flowdalic)!
+# Adapted from https://github.com/gentoo/gentoo/pull/28986
+# Set the EZIG environment variable.
+zig-set_EZIG() {
+   [[ -n ${EZIG} ]] && return
+
+   if [[ -n ${EZIG_OVERWRITE} ]]; then
+   export EZIG="${EZIG_OVERWRITE}"
+   return
+   fi
+
+   local candidates candidate selected selected_ver
+
+   candidates=$(compgen -c zig-)
+
+   for candidate in ${candidates}; do
+   if [[ ! ${candidate} =~ zig(-bin)?-([.0-9]+) ]]; then
+   continue
+   fi
+
+   local ver
+   if (( ${#BASH_REMATCH[@]} == 3 )); then
+   ver="${BASH_REMATCH[2]}"
+   else
+   ver="${BASH_REMATCH[1]}"
+   fi
+
+   if [[ -n ${EZIG_EXACT_VER} ]]; then
+   ver_test "${ver}" -ne "${EZIG_EXACT_VER}" && continue
+
+   selected="${candidate}"
+   selected_ver="${ver}"
+   break
+   fi
+
+   if [[ -n ${EZIG_MIN} ]] \
+  && ver_test "${ver}" -lt "${EZIG_MIN}"; then
+   # Candidate does not satisfy EZIG_MIN condition.
+   continue
+   fi
+
+   if [[ -n ${EZIG_MAX_EXCLUSIVE} ]] \
+  && ver_test "${ver}" -ge "${EZIG_MAX_EXCLUSIVE}"; 
then
+   # Candidate does not satisfy EZIG_MAX_EXCLUSIVE 
condition.
+   continue
+   fi
+
+   if [[ -n ${selected_ver} ]] \
+  && ver_test "${selected_ver}" -gt "${ver}"; then
+   # Candidate is older than the currently selected 
candidate.
+   continue
+   fi
+
+   selected="${candidate}"
+   selected_ver="${ver}"
+   done
+
+   if [[ -z ${selected} ]]; then
+   die "Could not find (suitable) zig installation in PATH"
+   fi
+
+   export EZIG="${selected}"
+   export EZIG_VER="${ver}"
+}
+
+# Invoke zig with the optionally provided arguments.
+ezig() {
+   zig-set_EZIG
+
+   # Unfortunately, we cannot add more args here, since syntax is different
+   # for every subcommands. Yes, even target/cpu :( f.i. :
+   # -target/-mcpu for zig build-exe vs -Dtarget/-Dcpu for zig build-
+   # -OReleaseSafe for zig build-exe vs -DReleaseSafe for zig build
+   # (or even none, if hardcoded by upstream so choice is 
-Drelease=true/false)
+   # Ofc we can patch

[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/files/, games-util/itch-bin/

2023-03-09 Thread Viorel Munteanu
commit: 5d9480c0ea32768c516947dd2868e7fe4343
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Mar  9 22:04:47 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 22:15:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d9480c0

games-util/itch-bin: drop 25.4.1

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

 games-util/itch-bin/Manifest   |   1 -
 games-util/itch-bin/files/itch-bin.png | Bin 15281 -> 0 bytes
 games-util/itch-bin/itch-bin-25.4.1.ebuild |  53 -
 3 files changed, 54 deletions(-)

diff --git a/games-util/itch-bin/Manifest b/games-util/itch-bin/Manifest
index 29099a9d3..d5afea702 100644
--- a/games-util/itch-bin/Manifest
+++ b/games-util/itch-bin/Manifest
@@ -1,2 +1 @@
-DIST itch-bin-25.4.1.zip 81376561 BLAKE2B 
9235894252f811338c5ce535a31d52aaa5eeb2a3fc9684841401585e67e94adf135bc137d0b0551861c20039914f38b2f9881238be645ed7b23602229261ee01
 SHA512 
6c55b2716f64e8206ac6b885e2ec06eddd077dcf4aa9a8ebf17092a6e2c71ea40843cf0396f096264ba7408d559e33ce0e8b98215b299d1a89a749fc3ba7a11a
 DIST itch-bin-25.5.1.zip 81447648 BLAKE2B 
5c0ef34b71d5ba1f771a8e8ba8fa9b012df17a2109061837af6a3d86e94c97a61c564d9752d550cc30be9f306543a622badc3c7165465a5c0fb48966f800a52e
 SHA512 
17a55680570c6a2bf82336b1825742f6b1d64158c97cf1a8734688957d642e6ea48d9b9526fef9cf81f1c5869e5425111e90b94d2154966addd504dc3f66530d

diff --git a/games-util/itch-bin/files/itch-bin.png 
b/games-util/itch-bin/files/itch-bin.png
deleted file mode 100644
index c62cc0a04..0
Binary files a/games-util/itch-bin/files/itch-bin.png and /dev/null differ

diff --git a/games-util/itch-bin/itch-bin-25.4.1.ebuild 
b/games-util/itch-bin/itch-bin-25.4.1.ebuild
deleted file mode 100644
index 1df8a51fa..0
--- a/games-util/itch-bin/itch-bin-25.4.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-DESCRIPTION="itch.io game browser, installer and launcher"
-HOMEPAGE="https://itch.io/;
-SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> 
${P}.zip"
-
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-BDEPEND="|| ( app-arch/zip app-arch/unzip )"
-RDEPEND="
-   x11-libs/gtk+:3[X,cups]
-   x11-libs/libXtst
-   gnome-base/gconf
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/freetype
-   x11-libs/pixman
-   media-libs/libpng:*
-   dev-libs/libpcre
-   net-dns/libidn2
-   net-libs/gnutls
-   dev-libs/libbsd
-   sys-apps/util-linux
-   media-gfx/graphite2
-"
-
-QA_PREBUILT="
-   /opt/itch-bin/itch
-   /opt/itch-bin/libffmpeg.so
-"
-
-S="${WORKDIR}"
-
-src_install() {
-   local destdir="${EPREFIX}/opt/${PN}"
-   insinto "${destdir}"
-   doins -r locales resources
-   doins *.pak *.dat *.bin libffmpeg.so
-
-   exeinto "${destdir}"
-   doexe itch
-   dosym "${destdir}/itch" /usr/bin/itch-bin
-
-   doicon -s 512 "${FILESDIR}/itch-bin.png"
-   make_desktop_entry itch-bin Itch itch-bin Network
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-util/bash-language-server/

2023-03-09 Thread Viorel Munteanu
commit: 7f871bf7916a4b8589489795d9d4a42361e5b136
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Mar  9 20:05:11 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 20:05:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f871bf7

dev-util/bash-language-server: add 4.8.3, drop 4.8.2

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

 dev-util/bash-language-server/Manifest| 4 ++--
 ...language-server-4.8.2.ebuild => bash-language-server-4.8.3.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bash-language-server/Manifest 
b/dev-util/bash-language-server/Manifest
index 637c28460..02fd1e229 100644
--- a/dev-util/bash-language-server/Manifest
+++ b/dev-util/bash-language-server/Manifest
@@ -1,4 +1,4 @@
 DIST bash-language-server-4.7.0-deps.tar.xz 2171608 BLAKE2B 
db40b275b7d38fc372375b40fbfa3fb5982ea51ab08085f4276e702b688add45b40ec38d66195e697e6385004452d19c4c26f2dd0fafe280f2815079cd475baf
 SHA512 
7404b715c3fd9682bd97a6225b5c99121214bd0e8890cfc2b944e73282540b69d1760156ccdc2273907b0e11887f61b7f0e82a0ac05869bc309b59a5a61fc3d5
 DIST bash-language-server-4.7.0.tgz 182260 BLAKE2B 
99d469c1e0bdcb8d3deebbf0cf1abbde8a4a84a20f436ffc2eb4e6c7e15fdce099f34af3746488b36416752384b9a6152cfe321992f2335f54fed75ced5e57d9
 SHA512 
24b7bc6e4d3f16d3a21887455a0ff626800625cb58432ad8a668f6e1d84248402322af471eaafd23a2fd937d9f87d5a45a31dcae1eafef41298afea6f92c6f0d
-DIST bash-language-server-4.8.2-deps.tar.xz 2194352 BLAKE2B 
b3d28cf15e9e7bae7bf746243057096919a3cfd741b0a36fd56a96f62e86b2bf276cfe1f3afc078ac5a32ac247f3c01356c8a2527408b8da1384488b70f9ea88
 SHA512 
5d1dcf059d75b664d90991466afbc2c3932c101e53c4d43865b97c62f6e29ac6009dc7753b89db97beaf874f9ff94d4ec38b7829e084e08477207098e90f
-DIST bash-language-server-4.8.2.tgz 186477 BLAKE2B 
761df5a6bbed509611a4657a5ab5ab8b8b861381951db8af7692a5af0f9a85ea1e5194b621f7d42637d6b51ad3907a53a5a5757b34e0451613d20e091d5830c0
 SHA512 
07f8c119579131d42cf9f1e4103c9cc43e8bf3f9dfd96c281f7afe92df8ee06aa49d9f405f780d544f2c1a308e7f488b12f002862eada9e7d84516369ca338c7
+DIST bash-language-server-4.8.3-deps.tar.xz 2192036 BLAKE2B 
baff7c37f8ecbdd4e0de1feed11e75790b64b2be6cd89fc490f843cdcf53942ab90a76d8a2bffd384fe3836ec82d511573ba970e21e2d1d7148fd1e465421401
 SHA512 
cd50420e191113194b2422c85c49416bce6b38ccb05095bd974419494526ceb86c1bc94548fec0cc5d5ca05d84dc557ae2c938b78d5d8b526f40d2ab04e9251f
+DIST bash-language-server-4.8.3.tgz 186679 BLAKE2B 
c183c813e793c3f6754a88b4deccc839393c12aa4ae9aa5d9fa0254a5d300ebb70af7db3a47794a57b49b3467e00cb9541d6048a10b129d267ff549357ec9455
 SHA512 
3495eaccd38297127f1ba1ebf2069fbea701898d6236f0400b1665cf9b4e3f2a25a137aac8eb65e82f72654c56f2bc96f06009d93512e3bf65cb9b6af648c404

diff --git a/dev-util/bash-language-server/bash-language-server-4.8.2.ebuild 
b/dev-util/bash-language-server/bash-language-server-4.8.3.ebuild
similarity index 100%
rename from dev-util/bash-language-server/bash-language-server-4.8.2.ebuild
rename to dev-util/bash-language-server/bash-language-server-4.8.3.ebuild



[gentoo-commits] repo/proj/guru:master commit in: dev-util/bash-language-server/

2023-03-09 Thread Viorel Munteanu
commit: 2f3c95ab7ab61dfd0697b7530133708920b72841
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Mar  9 13:08:38 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 13:59:39 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f3c95ab

dev-util/bash-language-server: add 4.8.2

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

 dev-util/bash-language-server/Manifest |  2 +
 .../bash-language-server-4.8.2.ebuild  | 51 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-util/bash-language-server/Manifest 
b/dev-util/bash-language-server/Manifest
index 6548964d7..1627d37e2 100644
--- a/dev-util/bash-language-server/Manifest
+++ b/dev-util/bash-language-server/Manifest
@@ -2,3 +2,5 @@ DIST bash-language-server-4.6.2-deps.tar.xz 2159844 BLAKE2B 
04ce2360f127ac2a4b84
 DIST bash-language-server-4.6.2.tgz 182070 BLAKE2B 
6872b7084a2893a1aaef46a4cde4ffdbfb0b949d3edac45ca9066464e523e273468a793b1aa34e14925474e6ab65f575fd0bc241d7ca977f2a2c2a340c990020
 SHA512 
ef599f4addd0f84324302b13441fb6eb2b115d5c43132841d01f600daaf1a9e50749cd0602be42a48aa5ff178ea3470ae4d88d82939cff1cd28ffdf007073e6e
 DIST bash-language-server-4.7.0-deps.tar.xz 2171608 BLAKE2B 
db40b275b7d38fc372375b40fbfa3fb5982ea51ab08085f4276e702b688add45b40ec38d66195e697e6385004452d19c4c26f2dd0fafe280f2815079cd475baf
 SHA512 
7404b715c3fd9682bd97a6225b5c99121214bd0e8890cfc2b944e73282540b69d1760156ccdc2273907b0e11887f61b7f0e82a0ac05869bc309b59a5a61fc3d5
 DIST bash-language-server-4.7.0.tgz 182260 BLAKE2B 
99d469c1e0bdcb8d3deebbf0cf1abbde8a4a84a20f436ffc2eb4e6c7e15fdce099f34af3746488b36416752384b9a6152cfe321992f2335f54fed75ced5e57d9
 SHA512 
24b7bc6e4d3f16d3a21887455a0ff626800625cb58432ad8a668f6e1d84248402322af471eaafd23a2fd937d9f87d5a45a31dcae1eafef41298afea6f92c6f0d
+DIST bash-language-server-4.8.2-deps.tar.xz 2194352 BLAKE2B 
b3d28cf15e9e7bae7bf746243057096919a3cfd741b0a36fd56a96f62e86b2bf276cfe1f3afc078ac5a32ac247f3c01356c8a2527408b8da1384488b70f9ea88
 SHA512 
5d1dcf059d75b664d90991466afbc2c3932c101e53c4d43865b97c62f6e29ac6009dc7753b89db97beaf874f9ff94d4ec38b7829e084e08477207098e90f
+DIST bash-language-server-4.8.2.tgz 186477 BLAKE2B 
761df5a6bbed509611a4657a5ab5ab8b8b861381951db8af7692a5af0f9a85ea1e5194b621f7d42637d6b51ad3907a53a5a5757b34e0451613d20e091d5830c0
 SHA512 
07f8c119579131d42cf9f1e4103c9cc43e8bf3f9dfd96c281f7afe92df8ee06aa49d9f405f780d544f2c1a308e7f488b12f002862eada9e7d84516369ca338c7

diff --git a/dev-util/bash-language-server/bash-language-server-4.8.2.ebuild 
b/dev-util/bash-language-server/bash-language-server-4.8.2.ebuild
new file mode 100644
index 0..344c04d3e
--- /dev/null
+++ b/dev-util/bash-language-server/bash-language-server-4.8.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature
+
+DESCRIPTION="A language server for Bash"
+HOMEPAGE="https://github.com/bash-lsp/bash-language-server;
+SRC_URI="
+   mirror://npm/${PN}/-/${P}.tgz
+   https://tastytea.de/files/gentoo/${P}-deps.tar.xz
+"
+S="${WORKDIR}"
+
+# NOTE: to generate the dependency tarball:
+#   npm --cache ./npm-cache install $(portageq envvar DISTDIR)/${P}.tgz
+#   tar -caf ${P}-deps.tar.xz npm-cache
+
+LICENSE="
+   Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT-with-advertising
+   || ( public-domain Unlicense )
+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="net-libs/nodejs"
+BDEPEND="net-libs/nodejs[npm]"
+
+src_unpack() {
+   cd "${T}" || die "Could not cd to temporary directory"
+   unpack ${P}-deps.tar.xz
+}
+
+src_install() {
+   npm \
+   --offline \
+   --verbose \
+   --progress false \
+   --foreground-scripts \
+   --global \
+   --prefix "${ED}"/usr \
+   --cache "${T}"/npm-cache \
+   install "${DISTDIR}"/${P}.tgz || die "npm install failed"
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   optfeature "linting support" dev-util/shellcheck dev-util/shellcheck-bin
+}



[gentoo-commits] repo/proj/guru:master commit in: acct-user/gogs/, profiles/

2023-03-09 Thread Viorel Munteanu
commit: fe197413a8af8b027a13a5d6435bc40664dd6fa9
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Mar  8 19:39:19 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Mar  8 19:39:19 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe197413

acct-user/gogs: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 acct-user/gogs/gogs-1-r1.ebuild | 18 --
 acct-user/gogs/metadata.xml |  4 
 profiles/package.mask   |  5 -
 3 files changed, 27 deletions(-)

diff --git a/acct-user/gogs/gogs-1-r1.ebuild b/acct-user/gogs/gogs-1-r1.ebuild
deleted file mode 100644
index 90744d9a3..0
--- a/acct-user/gogs/gogs-1-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit acct-user
-
-DESCRIPTION="www-apps/gogs user"
-
-ACCT_USER_ID=-1
-ACCT_USER_HOME_OWNER=gogs:git
-ACCT_USER_HOME_PERMS=750
-ACCT_USER_SHELL=/bin/bash
-ACCT_USER_GROUPS=( git )
-ACCT_USER_HOME=/var/lib/gogs
-APP_DIR=/usr/share/gogs
-
-acct-user_add_deps

diff --git a/acct-user/gogs/metadata.xml b/acct-user/gogs/metadata.xml
deleted file mode 100644
index 7c900b19e..0
--- a/acct-user/gogs/metadata.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 502b89b3e..988be4300 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -67,11 +67,6 @@ dev-python/python-qpid-proton
 dev-python/tinyrpc
 dev-python/zVMCloudConnector
 
-# Joe Kappus  (2023-02-09)
-# Multiple critical vulnerabilities, no maintainer: 
https://github.com/gogs/gogs/security/advisories
-# Masked for removal in 30 days.
-acct-user/gogs
-
 # Viorel Munteanu  (2023-01-29)
 # Very outdated live version
 # See also this discussion: 
https://github.com/gentoo/guru/commit/10a1f43a0ebe867718744de54cb17fde32e4c329



[gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/

2023-03-09 Thread Viorel Munteanu
commit: 752d73bfbb8bfc9b199d0131815528d2e4dad2cf
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Mar  9 06:27:42 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 07:46:04 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=752d73bf

net-client/offpunk: add 1.9.1, drop 1.9

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 net-client/offpunk/Manifest | 2 +-
 net-client/offpunk/{offpunk-1.9.ebuild => offpunk-1.9.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest
index ce446f0a5..3da266abd 100644
--- a/net-client/offpunk/Manifest
+++ b/net-client/offpunk/Manifest
@@ -1,2 +1,2 @@
 DIST offpunk-1.8.tar.gz 210217 BLAKE2B 
574bb06700247be57e440ab9b45d5373831d28fd2eff16a28309759946dfe9046c01f0730cc83159a50a817e92f1bf4a9f05ede5f718c483274f0e204c2cd83a
 SHA512 
452c5707a3c0b7c935d5a4bd9e28606756a6dc395a18c12414fe077daa39c5128dca6a734f0dfaa7cdf2d5994a5bf3214c6788d706a9549c0ad0c1de3c6ca331
-DIST offpunk-1.9.tar.gz 210066 BLAKE2B 
e517e1109ef724c07c0d06eba085fadd4b9a08aa8d0d99aab20f32e7e4514d5892949bfcef2b874f98845aa8bc9f4b5d4db8279b75cfb8332b929f5460106154
 SHA512 
d9f5c41d6c64d867587c39206fb1df67e55fddb58b3d0213fe6ab275375fa74fb72b3898fb317382dd32645c1a61b7385254ea06e85bd5c13da1942644d93d4e
+DIST offpunk-1.9.1.tar.gz 210135 BLAKE2B 
ade7ec4e2bd51e1279ded8aa639884d489f35cbc7d6ec058db28f918c6de604be2185e0f8a5e8a45bb033f3918789eed6104a806b46ee8812d6f4dd9f32c0714
 SHA512 
8b61302490907673002cabead825f54859cb2aa0ea588cb59790c3926f8213ec5653756f392f847e753efa88c2eeba0f5dea696e71ef3210a009d3c9f37cd688

diff --git a/net-client/offpunk/offpunk-1.9.ebuild 
b/net-client/offpunk/offpunk-1.9.1.ebuild
similarity index 100%
rename from net-client/offpunk/offpunk-1.9.ebuild
rename to net-client/offpunk/offpunk-1.9.1.ebuild



[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/, profiles/

2023-03-09 Thread Viorel Munteanu
commit: 65df02e16e24c9cb788f7823ae53dc6786591897
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Mar  9 22:12:56 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 22:16:00 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65df02e1

games-util/itch-bin: remove unneeded dep, unmask

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

 .../itch-bin/{itch-bin-25.5.1-r1.ebuild => itch-bin-25.5.1-r2.ebuild}  | 3 +--
 profiles/package.mask  | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/games-util/itch-bin/itch-bin-25.5.1-r1.ebuild 
b/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
similarity index 96%
rename from games-util/itch-bin/itch-bin-25.5.1-r1.ebuild
rename to games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
index 048859c6e..3dafe302c 100644
--- a/games-util/itch-bin/itch-bin-25.5.1-r1.ebuild
+++ b/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,6 @@ BDEPEND="app-arch/unzip"
 RDEPEND="
x11-libs/gtk+:3[X,cups]
x11-libs/libXtst
-   gnome-base/gconf
dev-libs/nss
media-libs/alsa-lib
media-libs/freetype

diff --git a/profiles/package.mask b/profiles/package.mask
index 988be4300..5cd30fd17 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,7 +32,6 @@ dev-python/pysftp
 
 # Anna Vyalkova  (2023-03-04)
 # Depend on masked gconf.
-games-util/itch-bin
 net-p2p/lbry
 
 # Anna Vyalkova  (2023-02-28)



[gentoo-commits] repo/proj/guru:master commit in: dev-zig/zls/

2023-03-09 Thread Viorel Munteanu
commit: e8354425d475c98040823f67ac2faa3800d81870
Author: Eric Joldasov  getgoogleoff  me>
AuthorDate: Thu Mar  9 14:13:14 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 14:13:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8354425

dev-zig/zls: adjust ebuild () for slotted Zig

Signed-off-by: Eric Joldasov  getgoogleoff.me>

 dev-zig/zls/zls-.ebuild | 99 +
 1 file changed, 91 insertions(+), 8 deletions(-)

diff --git a/dev-zig/zls/zls-.ebuild b/dev-zig/zls/zls-.ebuild
index 267e3221a..f38e48ae0 100644
--- a/dev-zig/zls/zls-.ebuild
+++ b/dev-zig/zls/zls-.ebuild
@@ -1,42 +1,125 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit git-r3
+inherit edo git-r3
 
 EGIT_REPO_URI="https://github.com/zigtools/zls;
 
-HOMEPAGE="https://github.com/zigtools/zls;
 DESCRIPTION="The officially unofficial Ziglang language server"
+HOMEPAGE="https://github.com/zigtools/zls;
 
 LICENSE="MIT"
 SLOT="0"
 
-DEPEND="~dev-lang/zig-"
+EZIG_MIN=""
+EZIG_MAX_EXCLUSIVE="1"
+
+DEPEND="dev-lang/zig:${EZIG_MIN}"
 RDEPEND="${DEPEND}"
 
 # see https://github.com/ziglang/zig/issues/3382
 # For now, Zig Build System doesn't support CFLAGS/LDFLAGS/etc.
 QA_FLAGS_IGNORED="usr/bin/zls"
 
+# : copied from sys-fs/ncdu :
+# Many thanks to Florian Schmaus (Flowdalic)!
+# Adapted from https://github.com/gentoo/gentoo/pull/28986
+# Set the EZIG environment variable.
+zig-set_EZIG() {
+   [[ -n ${EZIG} ]] && return
+
+   if [[ -n ${EZIG_OVERWRITE} ]]; then
+   export EZIG="${EZIG_OVERWRITE}"
+   return
+   fi
+
+   local candidates candidate selected selected_ver
+
+   candidates=$(compgen -c zig-)
+
+   for candidate in ${candidates}; do
+   if [[ ! ${candidate} =~ zig(-bin)?-([.0-9]+) ]]; then
+   continue
+   fi
+
+   local ver
+   if (( ${#BASH_REMATCH[@]} == 3 )); then
+   ver="${BASH_REMATCH[2]}"
+   else
+   ver="${BASH_REMATCH[1]}"
+   fi
+
+   if [[ -n ${EZIG_EXACT_VER} ]]; then
+   ver_test "${ver}" -ne "${EZIG_EXACT_VER}" && continue
+
+   selected="${candidate}"
+   selected_ver="${ver}"
+   break
+   fi
+
+   if [[ -n ${EZIG_MIN} ]] \
+  && ver_test "${ver}" -lt "${EZIG_MIN}"; then
+   # Candidate does not satisfy EZIG_MIN condition.
+   continue
+   fi
+
+   if [[ -n ${EZIG_MAX_EXCLUSIVE} ]] \
+  && ver_test "${ver}" -ge "${EZIG_MAX_EXCLUSIVE}"; 
then
+   # Candidate does not satisfy EZIG_MAX_EXCLUSIVE 
condition.
+   continue
+   fi
+
+   if [[ -n ${selected_ver} ]] \
+  && ver_test "${selected_ver}" -gt "${ver}"; then
+   # Candidate is older than the currently selected 
candidate.
+   continue
+   fi
+
+   selected="${candidate}"
+   selected_ver="${ver}"
+   done
+
+   if [[ -z ${selected} ]]; then
+   die "Could not find (suitable) zig installation in PATH"
+   fi
+
+   export EZIG="${selected}"
+   export EZIG_VER="${ver}"
+}
+
+# Invoke zig with the optionally provided arguments.
+ezig() {
+   zig-set_EZIG
+
+   # Unfortunately, we cannot add more args here, since syntax is different
+   # for every subcommands. Yes, even target/cpu :( f.i. :
+   # -target/-mcpu for zig build-exe vs -Dtarget/-Dcpu for zig build-
+   # -OReleaseSafe for zig build-exe vs -DReleaseSafe for zig build
+   # (or even none, if hardcoded by upstream so choice is 
-Drelease=true/false)
+   # Ofc we can patch this, but still...
+
+   edo "${EZIG}" "${@}"
+}
+
 src_unpack() {
git-r3_src_unpack
cd "${S}" || die
# "zig build" doesn't have "fetch" subcommand yet
-   zig build --help || die "Fetching Zig modules failed"
+   ezig build --help || die "Fetching Zig modules failed"
 }
 
 src_compile() {
-   zig build -Doptimize=ReleaseSafe -Ddata_version=master --verbose || die
+   ezig build -Doptimize=ReleaseSafe -Ddata_version=master --

[gentoo-commits] repo/proj/guru:master commit in: dev-util/yaml-language-server/

2023-03-09 Thread Viorel Munteanu
commit: cae951914384bbf600d60150a1ead7633a19d182
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Mar  9 13:23:56 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 13:59:39 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cae95191

dev-util/yaml-language-server: drop 1.10.0

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

 dev-util/yaml-language-server/Manifest |  2 --
 .../yaml-language-server-1.10.0.ebuild | 42 --
 2 files changed, 44 deletions(-)

diff --git a/dev-util/yaml-language-server/Manifest 
b/dev-util/yaml-language-server/Manifest
index c939bc008..f8eb0c491 100644
--- a/dev-util/yaml-language-server/Manifest
+++ b/dev-util/yaml-language-server/Manifest
@@ -1,5 +1,3 @@
-DIST yaml-language-server-1.10.0-deps.tar.xz 4684544 BLAKE2B 
e11723488096740fe4de641479c08593e43db9acd6e1fcc7a71ff5d55d02ccf36254edc0916f76526facef9aad2384f09d9521523289771e941f1953cef4ecd6
 SHA512 
6022c56ed169ec663d6d590b589d60a5b64f2346a17c35b411fae3abae9fa2024a3fed7e72aecd3455b3c09f3b7ceebbcb4dd373540415f9ee604e6b5f62512d
-DIST yaml-language-server-1.10.0.tgz 542896 BLAKE2B 
69a44dc4b1778e04847d65ca1d251291935c02e85a6fc2c056145bd726d95b64f5a649ed085a20c059242c7a1f3846c60a1d54b493156552ef71ba2341e01594
 SHA512 
6c613994e6dcf0f0570d0f10284594545c3ce7f8354774d56ed2cfb30358f985d1d9f2dbd5117a3d6dc228d23482c8574d22a57b2c21032391ad78bb7e3c29ce
 DIST yaml-language-server-1.11.0-deps.tar.xz 5658516 BLAKE2B 
a49058ae8e314bcec16750d1aea9213a2cfb5dc47e8f388d6b77ac27f75387a6fdc064fbae89e4600a3dd4a75b64c7cb036eb66e4df21b753b016d54c1f473e0
 SHA512 
d86b376b89cf33230b8ddb8d698c6de23f2eeac7c581e2a0442a1c5dcbe046a633a05ff091d58b0ea1c223e08cab272b777518e05ed91fbcb1984471fffebd5d
 DIST yaml-language-server-1.11.0.tgz 548849 BLAKE2B 
787cfd79014922d03a67d0618fb2bdad79dd3e02503edf61e1e7b623c3c10ee36a9d15b643c883046f4c81d36f11947f65f8dbd1cd9515d19513fc127a6ef77d
 SHA512 
d5306584ad67312a438aade265f0320ce838c706a0a336409eaaf400ead91b952d78cb77cdb7e1395aa146e02e9d1219f2492d7c6323b0ac438cefaeb4600968
 DIST yaml-language-server-1.12.0-deps.tar.xz 5119236 BLAKE2B 
0e224565745ac61520ab3f76efaac3fe46fe8ec7a36ced2e492d1f97af34f82699b604801df601f122bcca4b439393741817a4267260b765029380c6c5079a2c
 SHA512 
72aa7ab1c35b7cd65d14a535ca91f656a3d2e39b73539c1494681ed636f08f888d415b751d9952ba8eae3a802cdf001b71e92059806c20d2f512072122e602ba

diff --git a/dev-util/yaml-language-server/yaml-language-server-1.10.0.ebuild 
b/dev-util/yaml-language-server/yaml-language-server-1.10.0.ebuild
deleted file mode 100644
index cab3916e4..0
--- a/dev-util/yaml-language-server/yaml-language-server-1.10.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Language Server for YAML Files"
-HOMEPAGE="https://github.com/redhat-developer/yaml-language-server;
-SRC_URI="
-   mirror://npm/${PN}/-/${P}.tgz
-   https://tastytea.de/files/gentoo/${P}-deps.tar.xz
-"
-S="${WORKDIR}"
-
-# NOTE: to generate the dependency tarball:
-#   npm --cache "$(realpath ./npm-cache)" install $(portageq envvar 
DISTDIR)/${P}.tgz
-#   tar -caf ${P}-deps.tar.xz npm-cache
-
-LICENSE="Apache-2.0 BSD-2 ISC MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="net-libs/nodejs"
-BDEPEND="net-libs/nodejs[npm]"
-
-src_unpack() {
-   cd "${T}" || die "Could not cd to temporary directory"
-   unpack ${P}-deps.tar.xz
-}
-
-src_install() {
-   npm \
-   --offline \
-   --verbose \
-   --progress false \
-   --foreground-scripts \
-   --global \
-   --prefix "${ED}"/usr \
-   --cache "${T}"/npm-cache \
-   install "${DISTDIR}"/${P}.tgz || die "npm install failed"
-
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: net-misc/gnome-ssh-askpass/

2023-03-09 Thread Viorel Munteanu
commit: ac2812f249477b4e7f12f5f97fa8b5fc5899d691
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Mar  8 19:15:34 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Mar  8 19:15:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac2812f2

net-misc/gnome-ssh-askpass: add 9.2_p1, drop 9.1_p1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 net-misc/gnome-ssh-askpass/Manifest|  4 +-
 .../gnome-ssh-askpass-9.1_p1.ebuild| 67 --
 .../gnome-ssh-askpass-9.2_p1.ebuild| 54 +
 net-misc/gnome-ssh-askpass/metadata.xml|  5 ++
 4 files changed, 61 insertions(+), 69 deletions(-)

diff --git a/net-misc/gnome-ssh-askpass/Manifest 
b/net-misc/gnome-ssh-askpass/Manifest
index ee2d79669..227bd1b0c 100644
--- a/net-misc/gnome-ssh-askpass/Manifest
+++ b/net-misc/gnome-ssh-askpass/Manifest
@@ -1,2 +1,2 @@
-DIST openssh-9.1p1.tar.gz 1838747 BLAKE2B 
287b6b1cc4858b27af88f4a4674670afff1fb5b99461892083393c53ef3747c5a0fcd90cba95d2c27465a919e00f7f42732c93af4f306665ba0393bbb7a534f5
 SHA512 
a1f02c407f6b621b1d0817d1a0c9a6839b67e416c84f3b76c63003b119035b24c19a1564b22691d1152e1d2d55f4dc7eb1af2d2318751e431a99c4efa77edc70
-DIST openssh-9.1p1.tar.gz.asc 833 BLAKE2B 
83efe3c705f6a02c25a9fc9bac2a4efd77470598d9e0fcb86dff2d265c58cffec1afecad3621769b2bd78ac25884f0ee20ae9b311e895db93e3bb552dffd6e74
 SHA512 
47dc7295f9694250bcbb86d7ca0830a47da4f3df7795bb05ebaf1590284ccce5317022c536bea1b09bd2fa4d8013295cc0de287ebe3f9dc605582077e9f11ddd
+DIST openssh-9.2p1.tar.gz 1852380 BLAKE2B 
8d0b5e43cb42cba105a1fe303c447a2b85151cb33ec7ed47747d75c5a61d0f07f0ee4b1020b79c13eb8de4b451c5a844a8afc7ebbbea7ffeceafc3bf59cb8d21
 SHA512 
c4b79ef3a05b96bfc477ffb31f734635bffd5be213ab58e043111c3232dbe999ff24665fa1069518237cffa5126ded0dda8984e1b8f098f4f09b8c1dae20e604
+DIST openssh-9.2p1.tar.gz.asc 833 BLAKE2B 
36210757aaa4ee8e6bdf4cfbb5590e6c54a617817d1657ebb446e54530d01a9e9f5559408b3d424d5efdb4ba06f0c02755637f5480dc81f9b4e32963de91087a
 SHA512 
2a56f8946ed00fcd5a92935e090523d40b5c3747e25661d575b799b1825bf5e47a95eed5e7ed968fe042349c2c7d94d6b0e6bf2d9145b5c6ff5df2ca538d56e5

diff --git a/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-9.1_p1.ebuild 
b/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-9.1_p1.ebuild
deleted file mode 100644
index 4de717ec4..0
--- a/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-9.1_p1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs verify-sig
-
-PARCH=openssh-9.1p1
-
-DESCRIPTION="GTK-based passphrase dialog for use with OpenSSH"
-HOMEPAGE="https://www.openssh.com/;
-SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
-   verify-sig? ( mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz.asc )
-"
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/openssh.org.asc
-S="${WORKDIR}/${PARCH}"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-IUSE="gtk2 +gtk3 verify-sig"
-REQUIRED_USE="|| ( gtk2 gtk3 )"
-
-RESTRICT="test"
-
-RDEPEND="
-   gtk2? ( x11-libs/gtk+:2 )
-   gtk3? ( x11-libs/gtk+:3 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   verify-sig? ( sec-keys/openpgp-keys-openssh )
-"
-
-src_unpack() {
-   default
-
-   # We don't have signatures for HPN, X509, so we have to write this 
ourselves
-   use verify-sig && verify-sig_verify_detached 
"${DISTDIR}"/${PARCH}.tar.gz{,.asc}
-}
-
-src_configure() {
-   true
-}
-
-src_compile() {
-   pushd contrib || die
-
-   use gtk2 && emake gnome-ssh-askpass2
-   use gtk3 && emake gnome-ssh-askpass3
-
-   popd || die
-}
-
-src_install() {
-   if use gtk2; then
-   dobin contrib/gnome-ssh-askpass2;
-   fi
-
-   if use gtk3; then
-   dobin contrib/gnome-ssh-askpass3;
-   fi
-
-   newenvd - 99gnome_ssh_askpass <<-EOF
-   export SSH_ASKPASS='${EPREFIX}/usr/bin/gnome-ssh-askpass$(usex gtk3 3 
2)'
-   EOF
-}

diff --git a/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-9.2_p1.ebuild 
b/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-9.2_p1.ebuild
new file mode 100644
index 0..eabd92855
--- /dev/null
+++ b/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-9.2_p1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs verify-sig
+
+MY_P="openssh-${PV/_p/p}"
+DESCRIPTION="GTK-based passphrase dialog for use with OpenSSH"
+HOMEPAGE="https://www.openssh.com/;
+SRC_URI="mirror://openbsd/OpenSSH/portable/${MY_P}.tar.gz
+   verify-sig? ( mirror://openbsd/OpenSSH/portable/${MY_P}.tar.gz.asc )
+"
+S=&

[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/vexcl/

2023-03-09 Thread Viorel Munteanu
commit: e9788c3ba15ac9a1a30c87bd11ca4f62f409eb1c
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Mar  8 19:35:26 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Mar  8 19:37:53 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9788c3b

dev-cpp/vexcl: enable py3.11

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-cpp/vexcl/vexcl-1.4.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/vexcl/vexcl-1.4.3-r2.ebuild 
b/dev-cpp/vexcl/vexcl-1.4.3-r2.ebuild
index 5d47f489b..0e81bdfe7 100644
--- a/dev-cpp/vexcl/vexcl-1.4.3-r2.ebuild
+++ b/dev-cpp/vexcl/vexcl-1.4.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ DOCS_DEPEND="
dev-python/sphinx-bootstrap-theme
 "
 DOCS_DIR="docs"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit cmake python-any-r1 docs
 



[gentoo-commits] repo/proj/guru:master commit in: dev-util/DirectXShaderCompiler/

2023-03-09 Thread Viorel Munteanu
commit: 12685040909276e45a11b73bd67e07d97208bc10
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Mar  8 19:05:30 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Mar  8 19:05:30 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12685040

dev-util/DirectXShaderCompiler: add github upstream metadata

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-util/DirectXShaderCompiler/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-util/DirectXShaderCompiler/metadata.xml 
b/dev-util/DirectXShaderCompiler/metadata.xml
index c6da032ea..79c0fe6e5 100644
--- a/dev-util/DirectXShaderCompiler/metadata.xml
+++ b/dev-util/DirectXShaderCompiler/metadata.xml
@@ -9,5 +9,7 @@

The DirectX Shader Compiler project includes a compiler and 
related tools used to compile High-Level Shader Language (HLSL) programs into 
DirectX Intermediate Language (DXIL) representation. Applications that make use 
of DirectX for graphics, games, and computation can use it to generate shader 
programs.

-   microsoft/DirectXShaderCompiler
+   
+   microsoft/DirectXShaderCompiler
+   
 



[gentoo-commits] repo/proj/guru:master commit in: app-doc/ford/

2023-03-09 Thread Viorel Munteanu
commit: b9a7c706e84d55527b36b76861449f5769fb12f8
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Mar  8 19:33:55 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Mar  8 19:37:40 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9a7c706

app-doc/ford: drop 6.1.13-r1, 6.1.17

Closes: https://bugs.gentoo.org/897382
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-doc/ford/Manifest  |  1 -
 app-doc/ford/ford-6.1.13-r1.ebuild | 43 --
 app-doc/ford/ford-6.1.17.ebuild| 43 --
 3 files changed, 87 deletions(-)

diff --git a/app-doc/ford/Manifest b/app-doc/ford/Manifest
index b27b85c19..a6ec3890d 100644
--- a/app-doc/ford/Manifest
+++ b/app-doc/ford/Manifest
@@ -1,2 +1 @@
-DIST FORD-6.1.13.tar.gz 5849087 BLAKE2B 
2db0ce7b7b3c7f7ef0897452b52ae6a30b6498fe3e589311ed37f8ea0727d284b684253bd590474f5f864df06242c18697dacfb2cbb9aafe51410095375a765c
 SHA512 
b6fed9b7fef60d73062823e2c89c7fd2428205ab85341371e981e8239c802f38cdd69a912ffa27279511de47a8f697b3445ee32ac310dedc0a7ea672a79d94b3
 DIST FORD-6.1.17.tar.gz 6132346 BLAKE2B 
b01aa7cd19f02bec53fe3f85e3d4f002cf314655a1d344ecdee7765bd423cfeb6a1d85a4df084b57a1484ab22519b1604bc5fe869ea34220b9a6bdceadc5ec46
 SHA512 
b5d89ffec4485276b4f37f7ebdb00774e3dd31a572dd047ccbf7fd7a7d579f4221a60920d2965a4c198cbd9392414c635adb4aeed68d7587906a7574c0f9bcec

diff --git a/app-doc/ford/ford-6.1.13-r1.ebuild 
b/app-doc/ford/ford-6.1.13-r1.ebuild
deleted file mode 100644
index 277426ce6..0
--- a/app-doc/ford/ford-6.1.13-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 toolchain-funcs
-
-MY_PN="FORD"
-DESCRIPTION="FORD, automatic documentation generator for modern Fortran 
programs"
-HOMEPAGE="https://github.com/Fortran-FOSS-Programmers/ford;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   >=dev-python/graphviz-0.20[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   >=dev-python/markdown-3.4[${PYTHON_USEDEP}]
-   >=dev-python/markdown-include-0.7.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
-   dev-python/python-markdown-math[${PYTHON_USEDEP}]
-   >=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}]
-   >=dev-python/toposort-1.7[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGELOG.md README.md README.rst )
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   default
-   sed -i -e 's/"cpp /"'"$(tc-getCPP)"' /' ford/__init__.py || die # bug: 
839300
-}

diff --git a/app-doc/ford/ford-6.1.17.ebuild b/app-doc/ford/ford-6.1.17.ebuild
deleted file mode 100644
index 36a3442b0..0
--- a/app-doc/ford/ford-6.1.17.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 toolchain-funcs
-
-MY_PN="FORD"
-DESCRIPTION="FORD, automatic documentation generator for modern Fortran 
programs"
-HOMEPAGE="https://github.com/Fortran-FOSS-Programmers/ford;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   >=dev-python/graphviz-0.20[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   >=dev-python/markdown-3.4[${PYTHON_USEDEP}]
-   >=dev-python/markdown-include-0.7.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
-   dev-python/python-markdown-math[${PYTHON_USEDEP}]
-   >=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}]
-   >=dev-python/toposort-1.7[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   default
-   sed -i -e 's/"cpp /"'"$(tc-getCPP)"' /' ford/__init__.py || die # bug: 
839300
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/got/

2023-03-09 Thread Viorel Munteanu
commit: 776418eeabe60403822a1716974497461beabeab
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Mar  8 17:25:55 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Mar  8 17:25:55 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=776418ee

dev-vcs/got: add 0.85, drop 0.83

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-vcs/got/Manifest | 2 +-
 dev-vcs/got/{got-0.83.ebuild => got-0.85.ebuild} | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest
index a76723868..c69b2b35e 100644
--- a/dev-vcs/got/Manifest
+++ b/dev-vcs/got/Manifest
@@ -1,2 +1,2 @@
-DIST got-portable-0.83.tar.gz 991652 BLAKE2B 
753654ceba312feb3400922da13e81f0bac99024b126c7d33b7ff8eb2d7e54ff64c900cc7c1abebeca45bd2b3c785ae2670b6af2304ae0a906d7611d987e9662
 SHA512 
61532e2131e1a0a5e02e155e615e801900c824f58725b43319e3ff065065109ec45483036b13b90eb8dc1af884ce8cd86001ff18067cba2a46bef0e49f838981
 DIST got-portable-0.84.1.tar.gz 1009452 BLAKE2B 
86154a2baa3543572be73eacbfc645c24f7c95bd5de14bc83da7aa0d8ef513bee8df83090c635dc2a73044149ccf9a0b769da42cd170f931bdd7d91c388ff15d
 SHA512 
56431d8c096ab66219f9821d3ab7e9e222f893d5728dd2a551da9c54ca8d792f6aacef915cddd926cd0e3c7464bd147eaa3f33e1c48b14e97901507082ebfac5
+DIST got-portable-0.85.tar.gz 1033808 BLAKE2B 
e8912344933397fcd6c79df7a199f1208e51bd36b9df3311cc8d2f381db02114fa6bf01764b24b57b38dd0dfa2b8898a623de92a57f7751b0620507cce6861d8
 SHA512 
66ae168d961c1a8c19f9b18e3b71628adc988b68de19fb51f19b87855bd54612bd9c4f1753dc1e6f5cd85fa6bb42d4a165ab347608d95c8963707a4aea1c54d4

diff --git a/dev-vcs/got/got-0.83.ebuild b/dev-vcs/got/got-0.85.ebuild
similarity index 94%
rename from dev-vcs/got/got-0.83.ebuild
rename to dev-vcs/got/got-0.85.ebuild
index b052292b5..de221d84e 100644
--- a/dev-vcs/got/got-0.83.ebuild
+++ b/dev-vcs/got/got-0.85.ebuild
@@ -13,6 +13,9 @@ LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+# `make check` does nothing
+RESTRICT="test"
+
 RDEPEND="
dev-libs/libevent:=
sys-libs/ncurses:=[unicode(+)]



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/fortran-stdlib/

2023-03-09 Thread Viorel Munteanu
commit: b86d3257ad83e75222912c14477f8e66a7c8d15a
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Mar  8 19:36:10 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Mar  8 19:37:53 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b86d3257

dev-libs/fortran-stdlib: drop 0.2.1

Closes: https://bugs.gentoo.org/897390
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 .../fortran-stdlib/fortran-stdlib-0.2.1.ebuild | 68 --
 1 file changed, 68 deletions(-)

diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-0.2.1.ebuild 
b/dev-libs/fortran-stdlib/fortran-stdlib-0.2.1.ebuild
deleted file mode 100644
index d1a26f59d..0
--- a/dev-libs/fortran-stdlib/fortran-stdlib-0.2.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-FORTRAN_STANDARD="2003"
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit cmake fortran-2 python-any-r1
-
-MY_PN="stdlib"
-SRC_URI="https://github.com/fortran-lang/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-DESCRIPTION="A community driven standard library for (modern) Fortran"
-HOMEPAGE="https://stdlib.fortran-lang.org/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="mirror !test? ( test )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep '
-   dev-util/fypp[${PYTHON_USEDEP}]
-   ')
-   doc? (
-   $(python_gen_any_dep '
-   app-doc/ford[${PYTHON_USEDEP}]
-   ')
-   )
-   test? ( dev-util/fortran-test-drive )
-"
-
-pkg_setup() {
-   fortran-2_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs+=(
-   -DBUILD_SHARED_LIBS=on
-   -DBUILD_TESTING=$(usex test)
-   )
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-
-   if use doc ; then
-   einfo "Build API documentation:"
-   ${EPYTHON} ford API-doc-FORD-file.md || die
-   fi
-}
-
-src_test() {
-   
LD_LIBRARY_PATH="${BUILD_DIR}/src:${BUILD_DIR}/src/tests/hash_functions" 
cmake_src_test
-}
-
-src_install() {
-   cmake_src_install
-
-   use doc && HTML_DOCS=( "${WORKDIR}/${MY_PN}-${PV}"/API-doc/. )
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: app-backup/b2/

2023-03-09 Thread Viorel Munteanu
commit: f47258a370f943c04011da50c5cc7edcb7e21c29
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Mar  9 07:52:26 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 07:52:26 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f47258a3

app-backup/b2: drop 3.0.3

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-backup/b2/Manifest|  1 -
 app-backup/b2/b2-3.0.3.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/app-backup/b2/Manifest b/app-backup/b2/Manifest
index 1c9c1877a..939d66585 100644
--- a/app-backup/b2/Manifest
+++ b/app-backup/b2/Manifest
@@ -1,2 +1 @@
-DIST b2-3.0.3.tar.gz 78692 BLAKE2B 
b216b40e7d3bb0a7b5564418ea463bf9e143a0f1a1408ebe2312869943e5bfbae175afa75aadbe203c05b71026f0fc8fa8f6031b7c3a636ba9b9b6017e2e17be
 SHA512 
61ef1dd1d406f04b50b0d8bb3df921127d996465d53f00dc4cf77d5b6e63ce15fdb9a2d1fc5d7d1c01e734c93fe3e4fe316ca43f420aa6c31f7e3d88e134b659
 DIST b2-3.4.0.tar.gz 86706 BLAKE2B 
2aa1f4934db0bcf8c1334a5def94fd74824a9ca19d293b201b29f8c4511e8d423fd77d71734c386aeb41e60747ea71d36d8c049676cf6fcd3e101354440da8cc
 SHA512 
5b0f411301f9b022c066ab3a1170d2ef3b21a76fe9c4e668d1da0cbd07334d11614f93d283e5c0482cb4f6985466d28b0fe59b4c058a87643218dd7a96857418

diff --git a/app-backup/b2/b2-3.0.3.ebuild b/app-backup/b2/b2-3.0.3.ebuild
deleted file mode 100644
index 7d0fd5735..0
--- a/app-backup/b2/b2-3.0.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Command-line tool for BackBlaze's B2 product"
-HOMEPAGE="https://github.com/Backblaze/B2_Command_Line_Tool;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.5.0-nameclash.patch"
-   "${FILESDIR}/${PN}-2.5.0-disable-pip-requirement-installs.patch"
-)
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   >=dev-python/arrow-0.8.0[${PYTHON_USEDEP}]
-   >=dev-python/b2sdk-1.12.0[${PYTHON_USEDEP}]
-   >=dev-python/docutils-0.16[${PYTHON_USEDEP}]
-   >=dev-python/phx-class-registry-3.0.5[${PYTHON_USEDEP}]
-   >=dev-python/rst2ansi-0.1.5[${PYTHON_USEDEP}]
-   ')
-   $(python_gen_cond_dep '
-   =dev-python/importlib_metadata-3.3.0[${PYTHON_USEDEP}]
-   ' pypy3 python3_8)
-"
-
-distutils_enable_tests pytest
-
-# - integration tests require an application key and id (which is # reasonable)
-# - sync tests require network access
-# - Per https://github.com/Backblaze/B2_Command_Line_Tool/issues/687 , the
-#   parse_millis test is broken due to an upstream issue
-python_test() {
-   epytest \
-   --deselect 
test/integration/test_b2_command_line.py::test_integration \
-   --deselect 
test/unit/test_console_tool.py::TestConsoleTool::test_sync_exclude_if_modified_after_exact
 \
-   --deselect 
test/unit/test_console_tool.py::TestConsoleTool::test_sync_exclude_if_modified_after_in_range
 \
-   --deselect 
test/unit/test_arg_parser.py::TestCustomArgTypes::test_parse_millis_from_float_timestamp
-}
-
-pkg_postinst() {
-   elog "The b2 executable has been renamed to backblaze2 in order to"
-   elog "avoid a name clash with b2 from boost-build"
-}



[gentoo-commits] repo/proj/guru:dev commit in: sys-apps/paludis/, sys-apps/paludis/files/, profiles/

2023-03-09 Thread Viorel Munteanu
commit: eb7af068238cac883a40ddbf42bc6fcd0da877c0
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Mar 10 06:51:34 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar 10 06:54:23 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb7af068

sys-apps/paludis: treeclean

Treeclean paludis: very outdated, live only, masked since January, no
significant commits since then.  Will add to the tree if and when
upstream decides it's ready to be used.

Signed-off-by: Viorel Munteanu  gentoo.org>

 profiles/package.mask   |   5 -
 sys-apps/paludis/files/portage2paludis.bash | 508 
 sys-apps/paludis/metadata.xml   |  19 --
 sys-apps/paludis/paludis-.ebuild| 136 
 4 files changed, 668 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 5cd30fd17..2b588a4df 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -66,11 +66,6 @@ dev-python/python-qpid-proton
 dev-python/tinyrpc
 dev-python/zVMCloudConnector
 
-# Viorel Munteanu  (2023-01-29)
-# Very outdated live version
-# See also this discussion: 
https://github.com/gentoo/guru/commit/10a1f43a0ebe867718744de54cb17fde32e4c329
-sys-apps/paludis
-
 # Julien Roy  (2023-01-25)
 # Requires https://github.com/TheKevJames/coveralls-python/issues/377

diff --git a/sys-apps/paludis/files/portage2paludis.bash 
b/sys-apps/paludis/files/portage2paludis.bash
deleted file mode 100644
index 4f6e40b9c..0
--- a/sys-apps/paludis/files/portage2paludis.bash
+++ /dev/null
@@ -1,508 +0,0 @@
-#!/bin/bash
-# vim: set et sw=4 sts=4 ts=4 ft=sh :
-
-# Copyright (c) 2006-2008, 2010 Mike Kelly 
-#
-# This file is part of the Paludis package manager. Paludis is free software;
-# you can redistribute it and/or modify it under the terms of the GNU General
-# Public License, version 2, as published by the Free Software Foundation.
-#
-# Paludis is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
-# details.
-#
-# You should have received a copy of the GNU General Public License along with
-# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
-# Place, Suite 330, Boston, MA  02111-1307  USA
-
-# FUNCTIONS #
-
-# appends a line of the form key="value" to the given filename under
-# $outputdir. For use on files like bashrc
-function append_shell_var() {
-local key="${1}" value="${2}" filename="${outputdir}/${3}"
-
-[[ -f "${filename}" ]] || cat <<- EOF > "${filename}"
-# $(basename ${filename})
-# This file created by $(basename ${0})
-EOF
-
-[[ -z "${value}" ]] \
-|| echo "${key}=\"${value}\"" >> "${filename}"
-}
-
-# appends a line of the form pkgname value to the given filename under
-# $outputdir. For use on files like use.conf
-function append_pkg_var() {
-local pkgname="${1}" value="${2}" filename="${outputdir}/${3}"
-
-[[ -f "${filename}" ]] || cat <<- EOF > "${filename}"
-# $(basename ${filename})
-# This file created by $(basename ${0})
-EOF
-
-[[ -z "${value}" ]] \
-|| echo "${pkgname} ${value}" >> "${filename}"
-}
-
-# Given a file path, will attempt to determine a sync url for a paludis
-# repository config file.
-function get_sync_url() {
-local path="${1}"
-
-if [[ -d "${path}/.svn" ]] ; then
-url=$(env LANG=C svn info "${path}" | grep -i "^url" | cut -d" " -f2)
-case ${url} in
-http://*|https://*)
-echo "svn+${url}"
-;;
-svn://*|svn+ssh://*)
-echo "${url}"
-;;
-*)
-return 1
-;;
-esac
-elif [[ -d "${path}/CVS" ]] ; then
-return 1
-elif [[ -d "${path}/.git" ]] ; then
-url=$(git config -f "${path}/.git/config" remote.origin.url)
-if [[ -z "${url}" ]]; then
-url=$(grep -i "^url:" "${path}/.git/remotes/origin" | cut -d" " 
-f2)
-fi
-case ${url} in
-http://*|file://*|https://*|rsync://*|ssh://*)
-echo "git+${url}"
-;;
-/*)
-echo "git+file://${url}"
-;;
-*)
-return 1
-;;
-esac
-elif [[ -d "${path}/_darcs" ]] ; then
-url=$( < "${path}/_darcs/prefs/defaultrepo" )
-case ${url} in
-http://?*)
-

[gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/

2023-03-06 Thread Viorel Munteanu
commit: e79a089e2b938611fbae6e04e4d3fa21a37c2b12
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Mar  7 05:34:19 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Mar  7 05:34:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79a089e

net-im/mattermost-desktop-bin: add 5.3.0_rc4

Signed-off-by: Viorel Munteanu  gentoo.org>

 net-im/mattermost-desktop-bin/Manifest |  2 +
 .../mattermost-desktop-bin-5.3.0_rc4.ebuild| 93 ++
 2 files changed, 95 insertions(+)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index 639d761972de..cc2889041994 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -2,3 +2,5 @@ DIST mattermost-desktop-5.2.2-linux-arm64.tar.gz 116257022 
BLAKE2B 42019e849b415
 DIST mattermost-desktop-5.2.2-linux-x64.tar.gz 115646636 BLAKE2B 
f3d01c913205dcf2c14cfcfcfc8eba06909c36446a8d6f450270f50328adaf585c5eefa68de212fcc61d012d74b69053790ba9494ee291a90c2b382b530e2e23
 SHA512 
5ef578c2af8afcd55b75f93904eead8257c0f1e9614de34a13705da2c8ce8f0da2ea57cc62b1fffb12b8effa2a2a98bb200c43a7f43635dc910fa91f7e629f35
 DIST mattermost-desktop-5.3.0-rc.2-linux-arm64.tar.gz 99846797 BLAKE2B 
6a7dcd2726bea46d5accb4a4e79ff4f4080f41f659150f5d7c1fccf85466d50bbe9d3d814e6f986bf18c740a4ecb8b28a4d4d11d66ed7acb5e61c55089531bcc
 SHA512 
c64f2be6d5461dc78c3262c7afc84d8070843a4e5fd5c33e89ff7bf24c9db0ab5523a3288fb399446ccf4187a7f78583df8d2bb73a37b1afdea99970d623380c
 DIST mattermost-desktop-5.3.0-rc.2-linux-x64.tar.gz 99649779 BLAKE2B 
7e210b457ff01bb96fb5c6dd09dbefff6bfb549d8462dcf37617faebf2f0a60c5d545f1af65e37b4a1f19dc0335740184ba6caf31536052a1ecfbfc1eaf8cebc
 SHA512 
4fb5bad06b9abe671779389a9ef254c17545f08415765a8b9328f38f6912f76feb8bc992f1832f8a51587d72c46567f128f057a41f6f351e442b192b36d7a4ad
+DIST mattermost-desktop-5.3.0-rc.4-linux-arm64.tar.gz 99854828 BLAKE2B 
c9a0f25160a1cdee2420b8c3d726c28ed41ce5a94c2ccc5521d40fb1c3c66c996d25829accf0221d71b860e0d1a82ed4dc3d827ff0936649c6d7b2460a0e5ab9
 SHA512 
7248efc865f7965d2e31fbea32f1dd21b87ce25dc144dcdbe543a396b90710452ed4daf2a00e04725207c046d84c24ef7ac93e6927c4f1e817bc7ffe6b9df935
+DIST mattermost-desktop-5.3.0-rc.4-linux-x64.tar.gz 99648394 BLAKE2B 
f834ceba66134e1ef8cbaa93b3a516f932329439a20025cc5ecd95761148c05246b819a0b833b43284143dbb40e02df8763c0f0be114678ea645c0edc71cb142
 SHA512 
112c829e92c14859c3e98adba2e0f479f5f2adeb9e93a4e27c1c1ff038122b5d3fa7d09190dd24463b5de914a9675b7325055468c28774917bc8cf9ac59ec4b9

diff --git 
a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4.ebuild
new file mode 100644
index ..bcf659429aa4
--- /dev/null
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN%-*}"
+MY_PV="${PV/_rc/-rc.}"
+
+inherit desktop xdg
+
+DESCRIPTION="Mattermost Desktop application"
+HOMEPAGE="https://mattermost.com/;
+
+SRC_URI="
+   amd64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-x64.tar.gz
 )
+   arm64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-arm64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
+SLOT="0"
+# Starting with 5.2.0 upstream dropped x86 for their binary release #879519
+if [[ ${PV} != *rc* ]]; then
+   KEYWORDS="~amd64 ~arm64"
+fi
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2[X]
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   dev-libs/wayland
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/pango
+"
+
+QA_PREBUILT="
+   opt/mattermost-desktop/mattermost-desktop
+   opt/mattermost-desktop/libnode.so
+   opt/mattermost-desktop/libffmpeg.so
+   opt/mattermost-desktop/libGLESv2.so
+   opt/mattermost-desktop/libEGL.so
+   opt/mattermost-desktop/libvk_swiftshader.so
+   opt/mattermost-desktop/libvulkan.so.1
+   opt/mattermost-desktop/resources/*
+"
+
+DOCS=(
+   NOTICE.txt
+)
+
+S="${WORKDIR}"
+
+src_install() {
+   if use amd64; then
+   cd mattermost-desktop-${MY_PV}-linux-x64 || die
+   elif use arm64; then
+   cd mattermost-desktop-${MY_PV}-linux-arm64 || die
+

[gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/

2023-03-06 Thread Viorel Munteanu
commit: 90b277012c941b642bf4c5e5ced79379b95a155e
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Mar  7 05:34:26 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Mar  7 05:34:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b27701

net-im/mattermost-desktop-bin: drop 5.3.0_rc2

Signed-off-by: Viorel Munteanu  gentoo.org>

 net-im/mattermost-desktop-bin/Manifest |  2 -
 .../mattermost-desktop-bin-5.3.0_rc2.ebuild| 93 --
 2 files changed, 95 deletions(-)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index cc2889041994..1037658ca78e 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -1,6 +1,4 @@
 DIST mattermost-desktop-5.2.2-linux-arm64.tar.gz 116257022 BLAKE2B 
42019e849b415870e0f3cda7fd9c0e559945456ac4d06319edf074aecc9ca9bb330aa8547104d4d132f00e237324b6c9bc94dd8e1cd1bc83f50ab50f094a7fc3
 SHA512 
67f32eff87eae54c4cbfe2ffbec3aca1f6be39836d4e912870809a62bbe12c2c30a16c7abc1caab0bba77c1f1b97baa01ee10d3f91615b89a57041a4c64a
 DIST mattermost-desktop-5.2.2-linux-x64.tar.gz 115646636 BLAKE2B 
f3d01c913205dcf2c14cfcfcfc8eba06909c36446a8d6f450270f50328adaf585c5eefa68de212fcc61d012d74b69053790ba9494ee291a90c2b382b530e2e23
 SHA512 
5ef578c2af8afcd55b75f93904eead8257c0f1e9614de34a13705da2c8ce8f0da2ea57cc62b1fffb12b8effa2a2a98bb200c43a7f43635dc910fa91f7e629f35
-DIST mattermost-desktop-5.3.0-rc.2-linux-arm64.tar.gz 99846797 BLAKE2B 
6a7dcd2726bea46d5accb4a4e79ff4f4080f41f659150f5d7c1fccf85466d50bbe9d3d814e6f986bf18c740a4ecb8b28a4d4d11d66ed7acb5e61c55089531bcc
 SHA512 
c64f2be6d5461dc78c3262c7afc84d8070843a4e5fd5c33e89ff7bf24c9db0ab5523a3288fb399446ccf4187a7f78583df8d2bb73a37b1afdea99970d623380c
-DIST mattermost-desktop-5.3.0-rc.2-linux-x64.tar.gz 99649779 BLAKE2B 
7e210b457ff01bb96fb5c6dd09dbefff6bfb549d8462dcf37617faebf2f0a60c5d545f1af65e37b4a1f19dc0335740184ba6caf31536052a1ecfbfc1eaf8cebc
 SHA512 
4fb5bad06b9abe671779389a9ef254c17545f08415765a8b9328f38f6912f76feb8bc992f1832f8a51587d72c46567f128f057a41f6f351e442b192b36d7a4ad
 DIST mattermost-desktop-5.3.0-rc.4-linux-arm64.tar.gz 99854828 BLAKE2B 
c9a0f25160a1cdee2420b8c3d726c28ed41ce5a94c2ccc5521d40fb1c3c66c996d25829accf0221d71b860e0d1a82ed4dc3d827ff0936649c6d7b2460a0e5ab9
 SHA512 
7248efc865f7965d2e31fbea32f1dd21b87ce25dc144dcdbe543a396b90710452ed4daf2a00e04725207c046d84c24ef7ac93e6927c4f1e817bc7ffe6b9df935
 DIST mattermost-desktop-5.3.0-rc.4-linux-x64.tar.gz 99648394 BLAKE2B 
f834ceba66134e1ef8cbaa93b3a516f932329439a20025cc5ecd95761148c05246b819a0b833b43284143dbb40e02df8763c0f0be114678ea645c0edc71cb142
 SHA512 
112c829e92c14859c3e98adba2e0f479f5f2adeb9e93a4e27c1c1ff038122b5d3fa7d09190dd24463b5de914a9675b7325055468c28774917bc8cf9ac59ec4b9

diff --git 
a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc2.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc2.ebuild
deleted file mode 100644
index bcf659429aa4..
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc2.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN%-*}"
-MY_PV="${PV/_rc/-rc.}"
-
-inherit desktop xdg
-
-DESCRIPTION="Mattermost Desktop application"
-HOMEPAGE="https://mattermost.com/;
-
-SRC_URI="
-   amd64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-x64.tar.gz
 )
-   arm64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-arm64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
-SLOT="0"
-# Starting with 5.2.0 upstream dropped x86 for their binary release #879519
-if [[ ${PV} != *rc* ]]; then
-   KEYWORDS="~amd64 ~arm64"
-fi
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2[X]
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   dev-libs/wayland
-   media-libs/alsa-lib
-   media-libs/mesa
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gtk+:3[X]
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/pango
-"
-
-QA_PREBUILT="
-   opt/mattermost-desktop/mattermost-desktop
-   opt/mattermost-desktop/libnode.so
-   opt/mattermost-desktop/libffmpeg.so
-   opt/mattermost-desktop/libGLESv2.so
-   opt/mattermost-desktop/libEGL.so
-   opt/mattermost-desktop/libvk_swiftshader.so
-   opt/mattermost-desktop/libvulkan.so.1
-   opt/mattermost-desktop/resources/*
-"
-
-DOCS=(
-   

[gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/

2023-03-10 Thread Viorel Munteanu
commit: 5d6c3a5449b5de288244b3bfbaca3a3ab483f2c8
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Mar 10 17:35:30 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar 10 17:35:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6c3a54

net-im/mattermost-desktop-bin: add 5.3.0_rc5

Signed-off-by: Viorel Munteanu  gentoo.org>

 net-im/mattermost-desktop-bin/Manifest |  2 +
 .../mattermost-desktop-bin-5.3.0_rc5.ebuild| 94 ++
 2 files changed, 96 insertions(+)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index 1037658ca78e..e8b049a13859 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -2,3 +2,5 @@ DIST mattermost-desktop-5.2.2-linux-arm64.tar.gz 116257022 
BLAKE2B 42019e849b415
 DIST mattermost-desktop-5.2.2-linux-x64.tar.gz 115646636 BLAKE2B 
f3d01c913205dcf2c14cfcfcfc8eba06909c36446a8d6f450270f50328adaf585c5eefa68de212fcc61d012d74b69053790ba9494ee291a90c2b382b530e2e23
 SHA512 
5ef578c2af8afcd55b75f93904eead8257c0f1e9614de34a13705da2c8ce8f0da2ea57cc62b1fffb12b8effa2a2a98bb200c43a7f43635dc910fa91f7e629f35
 DIST mattermost-desktop-5.3.0-rc.4-linux-arm64.tar.gz 99854828 BLAKE2B 
c9a0f25160a1cdee2420b8c3d726c28ed41ce5a94c2ccc5521d40fb1c3c66c996d25829accf0221d71b860e0d1a82ed4dc3d827ff0936649c6d7b2460a0e5ab9
 SHA512 
7248efc865f7965d2e31fbea32f1dd21b87ce25dc144dcdbe543a396b90710452ed4daf2a00e04725207c046d84c24ef7ac93e6927c4f1e817bc7ffe6b9df935
 DIST mattermost-desktop-5.3.0-rc.4-linux-x64.tar.gz 99648394 BLAKE2B 
f834ceba66134e1ef8cbaa93b3a516f932329439a20025cc5ecd95761148c05246b819a0b833b43284143dbb40e02df8763c0f0be114678ea645c0edc71cb142
 SHA512 
112c829e92c14859c3e98adba2e0f479f5f2adeb9e93a4e27c1c1ff038122b5d3fa7d09190dd24463b5de914a9675b7325055468c28774917bc8cf9ac59ec4b9
+DIST mattermost-desktop-5.3.0-rc.5-linux-arm64.tar.gz 99875981 BLAKE2B 
8d8da6b5e3ebc35ae8edadd9f9eaa995471b8bd048f3fae3956914ef299bb21fb28be2457b6b9cdc1db4da108a63195f2049602904362520435e0dcfe5fa84f3
 SHA512 
d5646c56923268e296b0b676a709244ef3dd6742144bae024cbcea79bb87909d1c4f3977d2e626379b5114f873c8975851bb768c19324fdf44fadfc6c5a8feef
+DIST mattermost-desktop-5.3.0-rc.5-linux-x64.tar.gz 99666416 BLAKE2B 
224c4b91561f3dd994f688a6dc8c5d24f7feca4c6dd333f6c2600e12e666a96771a8b631e3150fb96461dfefa6bcbde9d1a1350f695f0d0b36bdbe94590facfe
 SHA512 
c1ee6b96accbc1c19d810bf7a76b9d777e7d75516d96be0fa501ebe18cc92974ac3d07bb01970fc2ab009062ecf637818f49367e6ab500d690aca95da2bd9a13

diff --git 
a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc5.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc5.ebuild
new file mode 100644
index ..6239ac543889
--- /dev/null
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc5.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN%-*}"
+MY_PV="${PV/_rc/-rc.}"
+
+inherit desktop xdg
+
+DESCRIPTION="Mattermost Desktop application"
+HOMEPAGE="https://mattermost.com/;
+
+SRC_URI="
+   amd64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-x64.tar.gz
 )
+   arm64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-arm64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
+SLOT="0"
+# Starting with 5.2.0 upstream dropped x86 for their binary release #879519
+if [[ ${PV} != *rc* ]]; then
+   KEYWORDS="~amd64 ~arm64"
+fi
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2[X]
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   dev-libs/wayland
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/pango
+"
+
+QA_PREBUILT="
+   opt/mattermost-desktop/mattermost-desktop
+   opt/mattermost-desktop/libnode.so
+   opt/mattermost-desktop/libffmpeg.so
+   opt/mattermost-desktop/libGLESv2.so
+   opt/mattermost-desktop/libEGL.so
+   opt/mattermost-desktop/libvk_swiftshader.so
+   opt/mattermost-desktop/libvulkan.so.1
+   opt/mattermost-desktop/resources/*
+"
+
+DOCS=(
+   NOTICE.txt
+)
+
+S="${WORKDIR}"
+
+src_install() {
+   if use amd64; then
+   cd mattermost-desktop-${MY_PV}-linux-x64 || die
+   elif use arm64; then
+   cd mattermost-desktop-${MY_PV}-linux-arm64 || die
+

[gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/

2023-03-10 Thread Viorel Munteanu
commit: 136d51cde1493a3069b857caaed15f2860f1f71c
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Mar 10 17:35:40 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar 10 17:35:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136d51cd

net-im/mattermost-desktop-bin: drop 5.3.0_rc4-r1

Signed-off-by: Viorel Munteanu  gentoo.org>

 net-im/mattermost-desktop-bin/Manifest |  2 -
 .../mattermost-desktop-bin-5.3.0_rc4-r1.ebuild | 94 --
 2 files changed, 96 deletions(-)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index e8b049a13859..64cc6e78a0b0 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -1,6 +1,4 @@
 DIST mattermost-desktop-5.2.2-linux-arm64.tar.gz 116257022 BLAKE2B 
42019e849b415870e0f3cda7fd9c0e559945456ac4d06319edf074aecc9ca9bb330aa8547104d4d132f00e237324b6c9bc94dd8e1cd1bc83f50ab50f094a7fc3
 SHA512 
67f32eff87eae54c4cbfe2ffbec3aca1f6be39836d4e912870809a62bbe12c2c30a16c7abc1caab0bba77c1f1b97baa01ee10d3f91615b89a57041a4c64a
 DIST mattermost-desktop-5.2.2-linux-x64.tar.gz 115646636 BLAKE2B 
f3d01c913205dcf2c14cfcfcfc8eba06909c36446a8d6f450270f50328adaf585c5eefa68de212fcc61d012d74b69053790ba9494ee291a90c2b382b530e2e23
 SHA512 
5ef578c2af8afcd55b75f93904eead8257c0f1e9614de34a13705da2c8ce8f0da2ea57cc62b1fffb12b8effa2a2a98bb200c43a7f43635dc910fa91f7e629f35
-DIST mattermost-desktop-5.3.0-rc.4-linux-arm64.tar.gz 99854828 BLAKE2B 
c9a0f25160a1cdee2420b8c3d726c28ed41ce5a94c2ccc5521d40fb1c3c66c996d25829accf0221d71b860e0d1a82ed4dc3d827ff0936649c6d7b2460a0e5ab9
 SHA512 
7248efc865f7965d2e31fbea32f1dd21b87ce25dc144dcdbe543a396b90710452ed4daf2a00e04725207c046d84c24ef7ac93e6927c4f1e817bc7ffe6b9df935
-DIST mattermost-desktop-5.3.0-rc.4-linux-x64.tar.gz 99648394 BLAKE2B 
f834ceba66134e1ef8cbaa93b3a516f932329439a20025cc5ecd95761148c05246b819a0b833b43284143dbb40e02df8763c0f0be114678ea645c0edc71cb142
 SHA512 
112c829e92c14859c3e98adba2e0f479f5f2adeb9e93a4e27c1c1ff038122b5d3fa7d09190dd24463b5de914a9675b7325055468c28774917bc8cf9ac59ec4b9
 DIST mattermost-desktop-5.3.0-rc.5-linux-arm64.tar.gz 99875981 BLAKE2B 
8d8da6b5e3ebc35ae8edadd9f9eaa995471b8bd048f3fae3956914ef299bb21fb28be2457b6b9cdc1db4da108a63195f2049602904362520435e0dcfe5fa84f3
 SHA512 
d5646c56923268e296b0b676a709244ef3dd6742144bae024cbcea79bb87909d1c4f3977d2e626379b5114f873c8975851bb768c19324fdf44fadfc6c5a8feef
 DIST mattermost-desktop-5.3.0-rc.5-linux-x64.tar.gz 99666416 BLAKE2B 
224c4b91561f3dd994f688a6dc8c5d24f7feca4c6dd333f6c2600e12e666a96771a8b631e3150fb96461dfefa6bcbde9d1a1350f695f0d0b36bdbe94590facfe
 SHA512 
c1ee6b96accbc1c19d810bf7a76b9d777e7d75516d96be0fa501ebe18cc92974ac3d07bb01970fc2ab009062ecf637818f49367e6ab500d690aca95da2bd9a13

diff --git 
a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4-r1.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4-r1.ebuild
deleted file mode 100644
index 6239ac543889..
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4-r1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN%-*}"
-MY_PV="${PV/_rc/-rc.}"
-
-inherit desktop xdg
-
-DESCRIPTION="Mattermost Desktop application"
-HOMEPAGE="https://mattermost.com/;
-
-SRC_URI="
-   amd64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-x64.tar.gz
 )
-   arm64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-arm64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
-SLOT="0"
-# Starting with 5.2.0 upstream dropped x86 for their binary release #879519
-if [[ ${PV} != *rc* ]]; then
-   KEYWORDS="~amd64 ~arm64"
-fi
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2[X]
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   dev-libs/wayland
-   media-libs/alsa-lib
-   media-libs/mesa
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gtk+:3[X]
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/pango
-"
-
-QA_PREBUILT="
-   opt/mattermost-desktop/mattermost-desktop
-   opt/mattermost-desktop/libnode.so
-   opt/mattermost-desktop/libffmpeg.so
-   opt/mattermost-desktop/libGLESv2.so
-   opt/mattermost-desktop/libEGL.so
-   opt/mattermost-desktop/libvk_swiftshader.so
-   opt/mattermost-desktop/libvulkan.so.1
-   opt/mattermost-desktop/resources/*
-"
-
-DOCS

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

2023-03-12 Thread Viorel Munteanu
commit: 69a172f1fd6bc1c4ef51269c0c043a58a96caee7
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Sat Mar 11 18:33:56 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 09:22:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a172f1

sys-devel/libtool: Stabilize 2.4.7-r1 sparc, #892187

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Viorel Munteanu  gentoo.org>

 sys-devel/libtool/libtool-2.4.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/libtool/libtool-2.4.7-r1.ebuild 
b/sys-devel/libtool/libtool-2.4.7-r1.ebuild
index 440935aac61c..2eefdb92bce7 100644
--- a/sys-devel/libtool/libtool-2.4.7-r1.ebuild
+++ b/sys-devel/libtool/libtool-2.4.7-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 fi
 
 DESCRIPTION="A shared library tool for developers"



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

2023-03-12 Thread Viorel Munteanu
commit: 2742e80bdeef0db15f0c05481826c1cebbe670ec
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Sat Mar 11 16:20:27 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 09:22:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2742e80b

media-sound/pulseaudio-daemon: Stabilize 16.1-r6 sparc, #892149

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Viorel Munteanu  gentoo.org>

 media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild 
b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild
index a3936c0f3d60..945c3036b8b4 100644
--- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild
+++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio;
 else

SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/${MY_P}"



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

2023-03-12 Thread Viorel Munteanu
commit: c46f95a3c6b3f184e8000780af13dfbd2a3261aa
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Sun Mar 12 05:06:31 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 09:22:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46f95a3

app-admin/gkrellm: Stabilize 2.3.11-r2 sparc, #892972

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
index db55f10668b5..b2ba84f7d156 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



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

2023-03-12 Thread Viorel Munteanu
commit: 54a16359d45b62cd43065419d3e8db87cf05811e
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Sun Mar 12 03:01:00 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 09:22:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a16359

sys-fs/e2fsprogs: Stabilize 1.46.5-r4 sparc, #892998

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Viorel Munteanu  gentoo.org>

 sys-fs/e2fsprogs/e2fsprogs-1.46.5-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.46.5-r4.ebuild 
b/sys-fs/e2fsprogs/e2fsprogs-1.46.5-r4.ebuild
index 60bf01d30421..1a6835db10ce 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.46.5-r4.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.46.5-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v${PV}/$
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="cron fuse nls static-libs test +tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/guru:master commit in: app-admin/oet/

2023-03-12 Thread Viorel Munteanu
commit: c2e94c1bea834540405600289f64ca8c3785bfa1
Author: Thomas Scholz  protonmail  com>
AuthorDate: Sat Mar 11 07:54:14 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 07:54:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2e94c1b

app-admin/oet: add 0.1.10

Signed-off-by: Thomas Scholz  protonmail.com>

 app-admin/oet/Manifest  |  1 +
 app-admin/oet/oet-0.1.10.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/app-admin/oet/Manifest b/app-admin/oet/Manifest
index 5492d496f..a87bdf3b7 100644
--- a/app-admin/oet/Manifest
+++ b/app-admin/oet/Manifest
@@ -1 +1,2 @@
+DIST oet-0.1.10.tar.gz 13939 BLAKE2B 
6f1f45fe098e5fbdcd0c4c67fd9e41b2bcef49d7783864b6ba285e8f2757ab257135bb01b537d3cd8fb8d64aef97755d03212afe0d4c93402b06ef5eb44d09a1
 SHA512 
f841fe767414d853ba559066cf8e158a40a184060bcd48ec6c4784a135f44f2c8431e4518e6f94e8c1723bbc7d430b9c563a9ca69196ccce103e561940d03b20
 DIST oet-0.1.9.tar.gz 13841 BLAKE2B 
59c2859387ece5253380594f671ea7526d8865995ad79360c6156352cdfaadb6f2bf7b2d355bee22e78e53190c8e8fc4f9c3e610025b2b78bc986c319306a873
 SHA512 
f140c232b0781c6a00ad22204cf68e226b9a26ac8329c31021f3d0bad7320c1a5323acddb5b348b28dc1bd914daba94c3a30bfd17341f7e0406ccc902daf8f1d

diff --git a/app-admin/oet/oet-0.1.10.ebuild b/app-admin/oet/oet-0.1.10.ebuild
new file mode 100644
index 0..7b270b200
--- /dev/null
+++ b/app-admin/oet/oet-0.1.10.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Update your system into binpkgs in an overlay sandbox"
+HOMEPAGE="https://codeberg.org/bcsthsc/overlay-emerge-tool;
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://codeberg.org/bcsthsc/overlay-emerge-tool.git;
+   EGIT_BRANCH="main"
+   [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch"
+else
+   
SRC_URI="https://codeberg.org/bcsthsc/overlay-emerge-tool/archive/oet-${PV}.tar.gz;
+   S="${WORKDIR}/overlay-emerge-tool"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+
+DEPEND="
+   sys-apps/util-linux
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_prepare() {
+   if [[ "${PV}" == "" ]]; then
+   git describe --tags --abbrev=0 | sed -e "s/oet-//" >.version
+   else
+   echo ${PV} >.version
+   fi
+   default
+   eautoreconf -fi
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/tofi/

2023-03-12 Thread Viorel Munteanu
commit: 7a50669a6433ae0fb8dfd0af7ccb3cc1bb0dc4f2
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Mar 11 10:01:11 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 10:01:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a50669a

gui-apps/tofi: add 0.8.1

Signed-off-by: Michael Mair-Keimberger  levelnine.at>

 gui-apps/tofi/Manifest  |  1 +
 gui-apps/tofi/metadata.xml  | 11 ++
 gui-apps/tofi/tofi-0.8.1.ebuild | 45 +
 3 files changed, 57 insertions(+)

diff --git a/gui-apps/tofi/Manifest b/gui-apps/tofi/Manifest
new file mode 100644
index 0..0004959a6
--- /dev/null
+++ b/gui-apps/tofi/Manifest
@@ -0,0 +1 @@
+DIST tofi-0.8.1.tar.gz 352696 BLAKE2B 
c882f8915623188d7614f2bf06ed92fef358cf9acae2a1f1f2e34a812098bf3897a054428c5fbfa88231bc1153c02219611d7596e6e3dbc9148cd57359d79753
 SHA512 
61e7621ff7ee9dad44ebab9b49b2afc8eebe40f17eb3c8911443810b9e8efb108a96e63e2cbb459c584583ee3a7ef2a23308783ead0a184ebcb36eba31f52dce

diff --git a/gui-apps/tofi/metadata.xml b/gui-apps/tofi/metadata.xml
new file mode 100644
index 0..1c0b49df8
--- /dev/null
+++ b/gui-apps/tofi/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@levelnine.at
+   Michael Mair-Keimberger
+   
+   
+   philj56/tofi
+   
+

diff --git a/gui-apps/tofi/tofi-0.8.1.ebuild b/gui-apps/tofi/tofi-0.8.1.ebuild
new file mode 100644
index 0..07aca8fdd
--- /dev/null
+++ b/gui-apps/tofi/tofi-0.8.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Fast and simple dmenu/rofi replacement for wlroots-based Wayland 
compositors"
+HOMEPAGE="https://github.com/philj56/tofi;
+SRC_URI="https://github.com/philj56/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="+man"
+
+RDEPEND="
+   dev-libs/glib
+   dev-libs/wayland
+   media-libs/freetype:2
+   media-libs/harfbuzz
+   x11-libs/cairo
+   x11-libs/pango
+   x11-libs/libxkbcommon
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-libs/wayland-protocols
+   dev-util/wayland-scanner
+   elibc_musl? ( sys-libs/fts-standalone )
+   "
+
+BDEPEND="
+   virtual/pkgconfig
+   man? ( app-text/scdoc )
+   "
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature man man-pages)
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/proj/guru:master commit in: kde-apps/tokodon/

2023-03-12 Thread Viorel Munteanu
commit: 0c61ba9cb2a51750cf466ba3ba0fcab92d739448
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Mar 11 11:32:24 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 11:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c61ba9c

kde-apps/tokodon: add 23.02.0, drop 22.11.1

Closes: https://bugs.gentoo.org/900853
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 kde-apps/tokodon/Manifest | 2 +-
 kde-apps/tokodon/tokodon-23.01.0.ebuild   | 2 +-
 .../tokodon/{tokodon-22.11.1.ebuild => tokodon-23.02.0.ebuild}| 8 +++-
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/kde-apps/tokodon/Manifest b/kde-apps/tokodon/Manifest
index 55d41b6ff..364a6e30e 100644
--- a/kde-apps/tokodon/Manifest
+++ b/kde-apps/tokodon/Manifest
@@ -1,2 +1,2 @@
-DIST tokodon-21.11.1.tar.xz 165120 BLAKE2B 
240e3028deeb7b15b62344c7e0a66f593f92a6b716c435eed4d402ec3b4ab2816c421e8054cc086d37930706889448ae72a5d7989344b6bcb4731552a2f04213
 SHA512 
059c760f749e006365464bfcbc13aef420991b3047c398d5cb2dbea2b76ba211428e112594402c558f9ec742d532c74ff7fc7739a27357d61c6bcd416c19403d
 DIST tokodon-23.01.0.tar.xz 189660 BLAKE2B 
5ce4652c227fca34bc24a567d25f4ea05bbfb197d85c6243c2253c6653478f4b3950b26af1257018943abaa36669d7013940554689e341fc82080f3baa166b1f
 SHA512 
c7ee8d0b3599b9e729f36097b49faf5b9188898dc4cdd23f98bbb80d4860de0ddade0bc519d6aa91f6e4c92ad62871855569614c15666de7bb8fb70b192429d9
+DIST tokodon-23.02.0.tar.xz 211528 BLAKE2B 
1c90a1789b5a335d0e30664261e55ca3f49ed7cf7239ab2d378bd05328c547744eaa222828ea2d3f310a4b6b694d5a70c513cb21a1fd5f88060f92d2414a6cb7
 SHA512 
72fe4372b8e90ff6b2c47b30c473b083a38fc4349b1dbca241d6966734bbb0cafe2a761c6424a2f47f59325b0d84779b80b0769a0a51b98207134668b581

diff --git a/kde-apps/tokodon/tokodon-23.01.0.ebuild 
b/kde-apps/tokodon/tokodon-23.01.0.ebuild
index ee63446bc..4bc30658e 100644
--- a/kde-apps/tokodon/tokodon-23.01.0.ebuild
+++ b/kde-apps/tokodon/tokodon-23.01.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=5.77.0
 QTMIN=5.15.0
-ECM_TEST=optional
+ECM_TEST=forceoptional
 inherit ecm
 
 DESCRIPTION="Mastodon client for Plasma and Plasma Mobile"

diff --git a/kde-apps/tokodon/tokodon-22.11.1.ebuild 
b/kde-apps/tokodon/tokodon-23.02.0.ebuild
similarity index 87%
rename from kde-apps/tokodon/tokodon-22.11.1.ebuild
rename to kde-apps/tokodon/tokodon-23.02.0.ebuild
index d0d595f85..d33eb53a8 100644
--- a/kde-apps/tokodon/tokodon-22.11.1.ebuild
+++ b/kde-apps/tokodon/tokodon-23.02.0.ebuild
@@ -1,18 +1,16 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 KFMIN=5.77.0
 QTMIN=5.15.0
-ECM_TEST=optional
+ECM_TEST=forceoptional
 inherit ecm
 
-MY_P="${PN}-21.11.1" # upstream mistake
 DESCRIPTION="Mastodon client for Plasma and Plasma Mobile"
 HOMEPAGE="https://invent.kde.org/network/tokodon;
-SRC_URI="mirror://kde/unstable/${PN}/${MY_P}.tar.xz"
-S="${WORKDIR}/${MY_P}"
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 
 LICENSE="|| ( GPL-2 GPL-3 ) AGPL-3+ CC-BY-SA-4.0 CC0-1.0 GPL-2+ GPL-3 GPL-3+ 
LGPL-2+ LGPL-2.1+ MIT"
 SLOT="5"



[gentoo-commits] repo/proj/guru:master commit in: kde-apps/tokodon/

2023-03-12 Thread Viorel Munteanu
commit: 7adc76b76cacb1965d6394a4d0a78dd0b2194c17
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Mar 11 11:36:14 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 11:36:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7adc76b7

kde-apps/tokodon: add missing dep

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 kde-apps/tokodon/tokodon-23.02.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/tokodon/tokodon-23.02.0.ebuild 
b/kde-apps/tokodon/tokodon-23.02.0.ebuild
index d33eb53a8..7790323f8 100644
--- a/kde-apps/tokodon/tokodon-23.02.0.ebuild
+++ b/kde-apps/tokodon/tokodon-23.02.0.ebuild
@@ -28,6 +28,7 @@ DEPEND="
>=dev-qt/qtwebsockets-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5



[gentoo-commits] repo/proj/guru:master commit in: net-im/discord-canary-bin/

2023-03-12 Thread Viorel Munteanu
commit: 3ac3720d6a8d6e960d899b26e4b054fd8d20687d
Author: Niko Huuskonen  gmail  com>
AuthorDate: Fri Mar 10 19:00:46 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar 10 19:00:46 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ac3720d

net-im/discord-canary-bin: update 0.0.148 -> 0.0.149

Signed-off-by: Niko Huuskonen  gmail.com>

 net-im/discord-canary-bin/Manifest  | 2 +-
 ...cord-canary-bin-0.0.148.ebuild => discord-canary-bin-0.0.149.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest 
b/net-im/discord-canary-bin/Manifest
index ffe15f4a9..2a5710516 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.148.deb 92547910 BLAKE2B 
e217d7bc3fd2f255fb79367cecebfb3f8663aec92602d1d5b300352c42a7b37c788c841a161d6eb69dfb9669e5f724b7fa352bd78116ec2bd1421f5736f23f0e
 SHA512 
48f8eb43e0e73b2a27caa37925e3d4a64d5d695a5d96b9028be44a8353edf56e3584668a55c3e8378a0d7c62edd97587a80a78ff3669281bd86098d41b3d60cf
+DIST discord-canary-0.0.149.deb 92547260 BLAKE2B 
ca01989c0e4cda5a39805aabf1cd04c7ee50c9ec2dfbe932cb365ea3cf1adf00204f5f8aeefae3dc56a19aab7be806cd03fb98af6281cbe9b8b5ca49d978c1ff
 SHA512 
02bb45855a2b2c2d662b009a62babe10e855697857a4b729eeabab2951a7492bdba9815a3b7b25ec9df89bebd36946b21ee8f93692bc64babc98d06bb3212fda

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild 
b/net-im/discord-canary-bin/discord-canary-bin-0.0.149.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.149.ebuild



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/darkman/

2023-03-12 Thread Viorel Munteanu
commit: 37c96a0279839f3290b4609d7b381c591cd6d6b9
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Mar 11 13:03:01 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 13:03:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37c96a02

guru/gui-apps: add 1.5.4

Signed-off-by: Michael Mair-Keimberger  levelnine.at>

 gui-apps/darkman/Manifest |  2 ++
 gui-apps/darkman/darkman-1.5.4.ebuild | 50 +++
 gui-apps/darkman/metadata.xml | 11 
 3 files changed, 63 insertions(+)

diff --git a/gui-apps/darkman/Manifest b/gui-apps/darkman/Manifest
new file mode 100644
index 0..3643e19a2
--- /dev/null
+++ b/gui-apps/darkman/Manifest
@@ -0,0 +1,2 @@
+DIST darkman-1.5.4-vendor.tar.xz 384628 BLAKE2B 
3af63f7e676e4ac8209fc490b6e6ea8717268c76917887a3a744926e000a4a9adfae63981376fe88ea0a0cd16273824b23c23f2a85e11f65c13292d921c92958
 SHA512 
31dfc7ef1005c2bf59b0df32820070b217c7243c5256fb743b1a152619dd57da1a72d5db7a34d8715e3a1f0aa622fd5ba005bfdb1a179d00438e77bc79a9d25e
+DIST darkman-v1.5.4.tar.bz2 21648 BLAKE2B 
b81f09f0e9cfaf21fca700314a68380672bfbf96b4db1ea9d878de7daf2e2470a83b99e829794384b853161b9ff3687a0587834e5d2a0f14ee6a5436a598fcfe
 SHA512 
a8f687bdb8ca8233434919d0428c7899953f79e80eb1471bb28e695e73906c1577f6e6fb495ae67dee0a44ff9cefffd1eb5a1288d3dd0a33673646e408f02556

diff --git a/gui-apps/darkman/darkman-1.5.4.ebuild 
b/gui-apps/darkman/darkman-1.5.4.ebuild
new file mode 100644
index 0..6f0b4c343
--- /dev/null
+++ b/gui-apps/darkman/darkman-1.5.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd go-module
+
+DESCRIPTION="Framework for dark and light mode transitions"
+HOMEPAGE="https://gitlab.com/WhyNotHugo/darkman;
+SRC_URI="https://gitlab.com/whynothugo/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2;
+SRC_URI+=" https://files.levelnine.at/${P}-vendor.tar.xz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+man +examples"
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+RDEPEND="app-misc/geoclue"
+BDEPEND="man? ( app-text/scdoc )"
+
+DOCS=( CHANGELOG.md README.md )
+
+src_compile() {
+   ego build -v -x -o ${PN} -ldflags="-X main.Version=${PV}" ./cmd/${PN}
+
+   if use man; then
+   scdoc < ./${PN}.1.scd > ./${PN}.1 || die
+   fi
+}
+
+src_install() {
+   dobin ${PN}
+
+   systemd_dounit ${PN}.service
+   doman ${PN}.1
+
+   use examples && DOCS+=( examples/. )
+   einstalldocs
+
+   insinto /usr/share/dbus-1/services
+   doins contrib/dbus/*
+
+   insinto  /usr/share/xdg-desktop-portal/portals/
+   doins contrib/portal/darkman.portal
+
+   dodir /etc/env.d/
+   echo "XDG_DATA_DIRS=\"~/.local/share/\"" >> "${ED}"/etc/env.d/99darkman 
|| die
+}

diff --git a/gui-apps/darkman/metadata.xml b/gui-apps/darkman/metadata.xml
new file mode 100644
index 0..348eb5408
--- /dev/null
+++ b/gui-apps/darkman/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@levelnine.at
+   Michael Mair-Keimberger
+   
+   
+   WhyNotHugo/darkman
+   
+



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

2023-03-12 Thread Viorel Munteanu
commit: 3639e8b609bb9d2b0c85cc1cccb510023f48a520
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Mar 12 08:33:02 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 08:37:24 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3639e8b6

dev-python/Pyro5: update SRC_URI

Switch from gh to pypi.  Tests pass.

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/Pyro5/Manifest  | 2 +-
 dev-python/Pyro5/Pyro5-5.14.ebuild | 7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/Pyro5/Manifest b/dev-python/Pyro5/Manifest
index 199b3fce2..a1dc237c2 100644
--- a/dev-python/Pyro5/Manifest
+++ b/dev-python/Pyro5/Manifest
@@ -1 +1 @@
-DIST Pyro5-5.14.gh.tar.gz 432770 BLAKE2B 
9424441166b662bedbef89099fe00d7a6a608023b2416515f409c42eeaba47a1977e5bdc73bf6d7058fc4b35103e839d60506d59aae9390071be680e740c804b
 SHA512 
7341e88cf86a6832b2bf9681f58d998d10c3c01db70ff6e11e90c927d25581cb5606edaf52fbb0b0b44137cb129661b68769ca8ae2fd61d5461f18c74214831c
+DIST Pyro5-5.14.tar.gz 447725 BLAKE2B 
0382fd69df02a2977df6238bdfe7aed0f52253cc3a8fc684d6e08caa2c06c5c572dee15c53bb463e5e477941ec67e8e8c9358eb8cda7b413c9debf2ab3a292f7
 SHA512 
0ca65ad01a950f59d8e2cf745e5b61065b5f02d361651ae75dc27de921ea04b5f65bd9fd18ed7ae9b0d055eda3ceb19dffd10295061e496bd1fa70563339db2d

diff --git a/dev-python/Pyro5/Pyro5-5.14.ebuild 
b/dev-python/Pyro5/Pyro5-5.14.ebuild
index ec6292b27..1a6246628 100644
--- a/dev-python/Pyro5/Pyro5-5.14.ebuild
+++ b/dev-python/Pyro5/Pyro5-5.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 PYTHON_COMPAT=( python3_{8..11} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Distributed object middleware for Python (RPC)"
 HOMEPAGE="
@@ -14,7 +14,8 @@ HOMEPAGE="
https://pypi.org/project/Pyro5/
https://github.com/irmen/Pyro5
 "
-SRC_URI="https://github.com/irmen/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+SRC_URI="$(pypi_sdist_url --no-normalize "${PN^}" "${PV}")"
+S=${WORKDIR}/${P^}
 
 LICENSE="MIT"
 SLOT="0"



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

2023-03-12 Thread Viorel Munteanu
commit: 0b6272f87c9482115d5abcc23ad5f2dbbf7b325c
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Mar 12 09:01:16 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 09:01:16 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b6272f8

dev-python/stone: update SRC_URI

Switch from gh to pypi.  Tests pass.

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/stone/Manifest   | 2 +-
 dev-python/stone/stone-3.3.1.ebuild | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/stone/Manifest b/dev-python/stone/Manifest
index 8a0159f95..619d554c0 100644
--- a/dev-python/stone/Manifest
+++ b/dev-python/stone/Manifest
@@ -1 +1 @@
-DIST stone-3.3.1.gh.tar.gz 282831 BLAKE2B 
b9a866e43feedea28cd33b89f78100be520a2756fa7e9a786ae27942a5c19df51010c0af952de70c782d3fc3588de1ae0f58450d807053989bb91d285f15
 SHA512 
ee07f01b6f10e771afbe6ca6f07d7efa24a5460e5c163f339ae84a8b7742a659f5cb535e674a2f315d1bfa95b7c02e56f46db1f397188b5b6705f6c00c1e9d73
+DIST stone-3.3.1.tar.gz 282831 BLAKE2B 
b9a866e43feedea28cd33b89f78100be520a2756fa7e9a786ae27942a5c19df51010c0af952de70c782d3fc3588de1ae0f58450d807053989bb91d285f15
 SHA512 
ee07f01b6f10e771afbe6ca6f07d7efa24a5460e5c163f339ae84a8b7742a659f5cb535e674a2f315d1bfa95b7c02e56f46db1f397188b5b6705f6c00c1e9d73

diff --git a/dev-python/stone/stone-3.3.1.ebuild 
b/dev-python/stone/stone-3.3.1.ebuild
index e588e6fa8..64923ef1e 100644
--- a/dev-python/stone/stone-3.3.1.ebuild
+++ b/dev-python/stone/stone-3.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="The Official Api Spec Language for Dropbox"
 HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://github.com/dropbox/stone
https://pypi.org/project/stone/
 "
-SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2023-03-12 Thread Viorel Munteanu
commit: e7dd81e5b60a17f5f653e8ef4e0115266facc5f7
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Mar 12 09:03:24 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 09:03:24 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7dd81e5

dev-python/survey: update SRC_URI

Switch from gh to pypi.

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/survey/Manifest| 2 +-
 dev-python/survey/survey-3.4.3.ebuild | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
index e16a287dc..6b44430cb 100644
--- a/dev-python/survey/Manifest
+++ b/dev-python/survey/Manifest
@@ -1 +1 @@
-DIST survey-3.4.3.gh.tar.gz 13533965 BLAKE2B 
4b2e881bdddb3c606cc356ab1883545ea98b433e8568fc421ae0601c75e9828f1facfaa0b988da19962f93ded7b16ecd4d495c02022b5d1f99a00ba4c6996362
 SHA512 
a4033a54a9eef5e9082d9903a0b9cc158897d9f58696905c5fb551c64d55fe13d9a687ca161555b280002df3d0f9405dfcbf16830f691004fec614dd980b3e32
+DIST survey-3.4.3.tar.gz 21219 BLAKE2B 
e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3
 SHA512 
47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a

diff --git a/dev-python/survey/survey-3.4.3.ebuild 
b/dev-python/survey/survey-3.4.3.ebuild
index a631e53b4..51f5141db 100644
--- a/dev-python/survey/survey-3.4.3.ebuild
+++ b/dev-python/survey/survey-3.4.3.ebuild
@@ -1,18 +1,17 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="A simple library for creating beautiful interactive prompts"
 HOMEPAGE="
https://github.com/Exahilosys/survey
https://pypi.org/project/survey/
 "
-SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2023-03-12 Thread Viorel Munteanu
commit: 12fb3ef278e662d4ee415abcbdf87e389404ed8e
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Mar 12 08:55:14 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 08:55:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12fb3ef2

dev-python/sdnotify: update SRC_URI

Switch from gh to pypi.

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/sdnotify/Manifest  | 2 +-
 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
index b2758b520..73384e074 100644
--- a/dev-python/sdnotify/Manifest
+++ b/dev-python/sdnotify/Manifest
@@ -1 +1 @@
-DIST bb4242-sdnotify-0.3.2.gh.tar.gz 3302 BLAKE2B 
add938bb947d8834abc9cbfaae28dfd85d9e9580d130f6dac0660a1f06f291723b909eac61eb39023d999566568985f93ab07587ab235bdfe79fe09efca28874
 SHA512 
08fbbd2865ac075f0faa4ee3c1a9e5afb824318a4863cc603bc544ebb173d9f1caf4941df19470c0c506b4f518cc1f30ec1d8be70b03a46afadf490765af2e55
+DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 
1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053
 SHA512 
f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3

diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild 
b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
index a15bda889..d2f521ff8 100644
--- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
+++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
@@ -1,18 +1,17 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Python implementation of the systemd sd_notify protocol"
 HOMEPAGE="
https://github.com/bb4242/sdnotify
https://pypi.org/project/sdnotify/
 "
-SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
bb4242-${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2023-03-12 Thread Viorel Munteanu
commit: 9bb9139517678952c13e28421e68a0a0179193ac
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Mar 12 08:40:45 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 08:40:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bb91395

dev-python/wrapio: update SRC_URI

Switch from gh to pypi.

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/wrapio/Manifest| 2 +-
 dev-python/wrapio/wrapio-2.0.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/wrapio/Manifest b/dev-python/wrapio/Manifest
index d7b8acac4..4556e129a 100644
--- a/dev-python/wrapio/Manifest
+++ b/dev-python/wrapio/Manifest
@@ -1 +1 @@
-DIST wrapio-2.0.0.gh.tar.gz 7239 BLAKE2B 
228d1a0367bdcb1c69e9035de2bd780d9a47b3a6b5ccb9080fc7f9974dafdfec3cccae9f4ff7368d4d5c06424cecc5832a38db60410954cde561a0c2e272
 SHA512 
09056de108f6f5fc6af83534a9e8a9c80c70ead6d1d492f3dfd573b38a5dd909c837934309f9f7611394768573848afa737484b3f64ff682bcf6c7a091e15a46
+DIST wrapio-2.0.0.tar.gz 5197 BLAKE2B 
1fc6bc0792b0a14b4c39bf9be85baa33580e98535d44d2aae726713a838e99b0b8e3ce69d17242843a754966dc6fc502452a8c095079b785f622883620ed9a68
 SHA512 
ae15cf05c7689a738514f4c6bd815bdbc90b6929a1da958486cd3b0bd5ee7055fa13d7e8edccbff6cb5fdf07088ddad316d9cd42e2d2e97fe56687b8f73cc84c

diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild 
b/dev-python/wrapio/wrapio-2.0.0.ebuild
index a98841ada..afd8c1879 100644
--- a/dev-python/wrapio/wrapio-2.0.0.ebuild
+++ b/dev-python/wrapio/wrapio-2.0.0.ebuild
@@ -5,14 +5,13 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Handling event-based streams in Python"
 HOMEPAGE="
https://github.com/Exahilosys/wrapio
https://pypi.org/project/wrapio/
"
-SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2023-03-12 Thread Viorel Munteanu
commit: 447a800f8c474c2035f1ff9bf6e0d70b9bd5c0d3
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Mar 12 08:51:23 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 08:51:23 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=447a800f

dev-python/desktop-notifier: update SRC_URI

Switch from gh to pypi.

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/desktop-notifier/Manifest  | 2 +-
 dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest 
b/dev-python/desktop-notifier/Manifest
index d9baea953..9ae8cee46 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1 +1 @@
-DIST desktop-notifier-3.4.3.gh.tar.gz 4598199 BLAKE2B 
318ad6297f582646eb8031d0cda18d6f93b667d4dd76b66bf4c1ff3a32d731ec6c6fd872171a674a687176d55f07cd12c8ec56262662dd9d606a88ea956b90ee
 SHA512 
fde2618bc47ad0935717d5d2278f27d0be38cc956851912f8cd22e539ae82787d7578bcfcf7965246bc02d3f2c66a7b6c4531f9583103d36f0082553c95e907f
+DIST desktop-notifier-3.4.3.tar.gz 29196 BLAKE2B 
975ff8e7f9b775a5272c3db426ddb35aacff4986531bd18dc4c06859f14966cf8d701ed2695fe5cf9f42f650ae881c7c27d66a4edc0c2305f304b9122083bb2c
 SHA512 
163ef300c3929f3e92a8ac1018d5f22b439d5381df825dab08796897267b7bbf8e3053cd2428c2a41b875b44ee4f7637974a87897e24db0f43448342dd243265

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild 
b/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
index 08b21c0bb..9df37dfe6 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
@@ -1,12 +1,13 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop 
notifications"
 HOMEPAGE="
@@ -14,7 +15,6 @@ HOMEPAGE="
https://pypi.org/project/desktop-notifier/
https://github.com/samschott/desktop-notifier
 "
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-dialup/minicom/

2023-03-19 Thread Viorel Munteanu
commit: d7aa4284f78b05a1f504631aedf95a95c2c8fc7f
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Mar 19 06:27:24 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 19 06:49:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7aa4284

net-dialup/minicom: update EAPI 7 -> 8

Remove weird /etc/minicom/minirc.dfl logic.

Closes: https://bugs.gentoo.org/885709
Closes: https://github.com/gentoo/gentoo/pull/30228
Signed-off-by: Viorel Munteanu  gentoo.org>

 net-dialup/minicom/minicom-2.8-r2.ebuild | 60 
 1 file changed, 60 insertions(+)

diff --git a/net-dialup/minicom/minicom-2.8-r2.ebuild 
b/net-dialup/minicom/minicom-2.8-r2.ebuild
new file mode 100644
index ..6a31287bdcb2
--- /dev/null
+++ b/net-dialup/minicom/minicom-2.8-r2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Serial Communication Program"
+HOMEPAGE="https://salsa.debian.org/minicom-team/minicom;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="nls"
+
+DEPEND="sys-libs/ncurses:="
+
+RDEPEND="
+   ${DEPEND}
+   net-dialup/lrzsz
+"
+
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.8-gentoo-runscript.patch
+   "${FILESDIR}"/${PN}-2.8-lockdir.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # Lockdir must exist if not manually specified.
+   # '/var/lock' is created by OpenRC.
+   local myeconfargs=(
+   # See bug #788142
+   --sysconfdir="${EPREFIX}"/etc/${PN}
+
+   --disable-rpath
+   --enable-lock-dir="/var/lock"
+   $(use_enable nls)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   # Needs to match --sysconfdir above
+   insinto /etc/minicom
+   doins "${FILESDIR}"/minirc.dfl
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/

2023-03-15 Thread Viorel Munteanu
commit: fc8f050a1ebe75dd8b53e15873b271e7380e3291
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Mar 15 17:28:30 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Mar 15 17:28:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8f050a

net-im/mattermost-desktop-bin: add 5.3.0_rc6

Signed-off-by: Viorel Munteanu  gentoo.org>

 net-im/mattermost-desktop-bin/Manifest |  2 +
 .../mattermost-desktop-bin-5.3.0_rc6.ebuild| 94 ++
 2 files changed, 96 insertions(+)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index 64cc6e78a0b0..db967ffa96de 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -2,3 +2,5 @@ DIST mattermost-desktop-5.2.2-linux-arm64.tar.gz 116257022 
BLAKE2B 42019e849b415
 DIST mattermost-desktop-5.2.2-linux-x64.tar.gz 115646636 BLAKE2B 
f3d01c913205dcf2c14cfcfcfc8eba06909c36446a8d6f450270f50328adaf585c5eefa68de212fcc61d012d74b69053790ba9494ee291a90c2b382b530e2e23
 SHA512 
5ef578c2af8afcd55b75f93904eead8257c0f1e9614de34a13705da2c8ce8f0da2ea57cc62b1fffb12b8effa2a2a98bb200c43a7f43635dc910fa91f7e629f35
 DIST mattermost-desktop-5.3.0-rc.5-linux-arm64.tar.gz 99875981 BLAKE2B 
8d8da6b5e3ebc35ae8edadd9f9eaa995471b8bd048f3fae3956914ef299bb21fb28be2457b6b9cdc1db4da108a63195f2049602904362520435e0dcfe5fa84f3
 SHA512 
d5646c56923268e296b0b676a709244ef3dd6742144bae024cbcea79bb87909d1c4f3977d2e626379b5114f873c8975851bb768c19324fdf44fadfc6c5a8feef
 DIST mattermost-desktop-5.3.0-rc.5-linux-x64.tar.gz 99666416 BLAKE2B 
224c4b91561f3dd994f688a6dc8c5d24f7feca4c6dd333f6c2600e12e666a96771a8b631e3150fb96461dfefa6bcbde9d1a1350f695f0d0b36bdbe94590facfe
 SHA512 
c1ee6b96accbc1c19d810bf7a76b9d777e7d75516d96be0fa501ebe18cc92974ac3d07bb01970fc2ab009062ecf637818f49367e6ab500d690aca95da2bd9a13
+DIST mattermost-desktop-5.3.0-rc.6-linux-arm64.tar.gz 99876083 BLAKE2B 
3fdcae5da2d5854159636fbcfca5453abb09750eb21a9f3dbd34df5a8b1f4a36210e2bc5637e6df4a3f60fa32d3b78afaf8dbbb225b10b2f3200b6c1ca7bf878
 SHA512 
c7dbf891b837faff2045dcd2e4f237b9c4d789b7d1f53d11d5372acd4dff41f7df2777cdf73e620d27fc7e92b10ad5263798a04f86eebf535adef3f9ddfeb6a3
+DIST mattermost-desktop-5.3.0-rc.6-linux-x64.tar.gz 99666409 BLAKE2B 
e71c6030d2543592de4f4725e1e1cb07ec0cfaf4fc0bed0b71e4626fafe2187db917c153ccdb8f0420195e050d9115ea9a30c7de225ec337cc04d3b56493
 SHA512 
7d08ad3b6b7de1f197248231709a0ac29fd9e1833caeb77c7f78629c4b7e89aec92594ae6b5c49233ec93b8915be1d3a5b08a95f9c4e8cf3db694748309db0f8

diff --git 
a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc6.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc6.ebuild
new file mode 100644
index ..6239ac543889
--- /dev/null
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc6.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN%-*}"
+MY_PV="${PV/_rc/-rc.}"
+
+inherit desktop xdg
+
+DESCRIPTION="Mattermost Desktop application"
+HOMEPAGE="https://mattermost.com/;
+
+SRC_URI="
+   amd64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-x64.tar.gz
 )
+   arm64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-arm64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
+SLOT="0"
+# Starting with 5.2.0 upstream dropped x86 for their binary release #879519
+if [[ ${PV} != *rc* ]]; then
+   KEYWORDS="~amd64 ~arm64"
+fi
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2[X]
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   dev-libs/wayland
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/pango
+"
+
+QA_PREBUILT="
+   opt/mattermost-desktop/mattermost-desktop
+   opt/mattermost-desktop/libnode.so
+   opt/mattermost-desktop/libffmpeg.so
+   opt/mattermost-desktop/libGLESv2.so
+   opt/mattermost-desktop/libEGL.so
+   opt/mattermost-desktop/libvk_swiftshader.so
+   opt/mattermost-desktop/libvulkan.so.1
+   opt/mattermost-desktop/resources/*
+"
+
+DOCS=(
+   NOTICE.txt
+)
+
+S="${WORKDIR}"
+
+src_install() {
+   if use amd64; then
+   cd mattermost-desktop-${MY_PV}-linux-x64 || die
+   elif use arm64; then
+   cd mattermost-desktop-${MY_PV}-linux-arm64 || die
+

[gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/

2023-03-15 Thread Viorel Munteanu
commit: aa2ea8f3139d3275b9d12db5edb5b74508945519
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Mar 15 17:28:37 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Mar 15 17:28:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2ea8f3

net-im/mattermost-desktop-bin: drop 5.3.0_rc5

Signed-off-by: Viorel Munteanu  gentoo.org>

 net-im/mattermost-desktop-bin/Manifest |  2 -
 .../mattermost-desktop-bin-5.3.0_rc5.ebuild| 94 --
 2 files changed, 96 deletions(-)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index db967ffa96de..cd26bf017d89 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -1,6 +1,4 @@
 DIST mattermost-desktop-5.2.2-linux-arm64.tar.gz 116257022 BLAKE2B 
42019e849b415870e0f3cda7fd9c0e559945456ac4d06319edf074aecc9ca9bb330aa8547104d4d132f00e237324b6c9bc94dd8e1cd1bc83f50ab50f094a7fc3
 SHA512 
67f32eff87eae54c4cbfe2ffbec3aca1f6be39836d4e912870809a62bbe12c2c30a16c7abc1caab0bba77c1f1b97baa01ee10d3f91615b89a57041a4c64a
 DIST mattermost-desktop-5.2.2-linux-x64.tar.gz 115646636 BLAKE2B 
f3d01c913205dcf2c14cfcfcfc8eba06909c36446a8d6f450270f50328adaf585c5eefa68de212fcc61d012d74b69053790ba9494ee291a90c2b382b530e2e23
 SHA512 
5ef578c2af8afcd55b75f93904eead8257c0f1e9614de34a13705da2c8ce8f0da2ea57cc62b1fffb12b8effa2a2a98bb200c43a7f43635dc910fa91f7e629f35
-DIST mattermost-desktop-5.3.0-rc.5-linux-arm64.tar.gz 99875981 BLAKE2B 
8d8da6b5e3ebc35ae8edadd9f9eaa995471b8bd048f3fae3956914ef299bb21fb28be2457b6b9cdc1db4da108a63195f2049602904362520435e0dcfe5fa84f3
 SHA512 
d5646c56923268e296b0b676a709244ef3dd6742144bae024cbcea79bb87909d1c4f3977d2e626379b5114f873c8975851bb768c19324fdf44fadfc6c5a8feef
-DIST mattermost-desktop-5.3.0-rc.5-linux-x64.tar.gz 99666416 BLAKE2B 
224c4b91561f3dd994f688a6dc8c5d24f7feca4c6dd333f6c2600e12e666a96771a8b631e3150fb96461dfefa6bcbde9d1a1350f695f0d0b36bdbe94590facfe
 SHA512 
c1ee6b96accbc1c19d810bf7a76b9d777e7d75516d96be0fa501ebe18cc92974ac3d07bb01970fc2ab009062ecf637818f49367e6ab500d690aca95da2bd9a13
 DIST mattermost-desktop-5.3.0-rc.6-linux-arm64.tar.gz 99876083 BLAKE2B 
3fdcae5da2d5854159636fbcfca5453abb09750eb21a9f3dbd34df5a8b1f4a36210e2bc5637e6df4a3f60fa32d3b78afaf8dbbb225b10b2f3200b6c1ca7bf878
 SHA512 
c7dbf891b837faff2045dcd2e4f237b9c4d789b7d1f53d11d5372acd4dff41f7df2777cdf73e620d27fc7e92b10ad5263798a04f86eebf535adef3f9ddfeb6a3
 DIST mattermost-desktop-5.3.0-rc.6-linux-x64.tar.gz 99666409 BLAKE2B 
e71c6030d2543592de4f4725e1e1cb07ec0cfaf4fc0bed0b71e4626fafe2187db917c153ccdb8f0420195e050d9115ea9a30c7de225ec337cc04d3b56493
 SHA512 
7d08ad3b6b7de1f197248231709a0ac29fd9e1833caeb77c7f78629c4b7e89aec92594ae6b5c49233ec93b8915be1d3a5b08a95f9c4e8cf3db694748309db0f8

diff --git 
a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc5.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc5.ebuild
deleted file mode 100644
index 6239ac543889..
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc5.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN%-*}"
-MY_PV="${PV/_rc/-rc.}"
-
-inherit desktop xdg
-
-DESCRIPTION="Mattermost Desktop application"
-HOMEPAGE="https://mattermost.com/;
-
-SRC_URI="
-   amd64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-x64.tar.gz
 )
-   arm64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-arm64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
-SLOT="0"
-# Starting with 5.2.0 upstream dropped x86 for their binary release #879519
-if [[ ${PV} != *rc* ]]; then
-   KEYWORDS="~amd64 ~arm64"
-fi
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2[X]
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   dev-libs/wayland
-   media-libs/alsa-lib
-   media-libs/mesa
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gtk+:3[X]
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/pango
-"
-
-QA_PREBUILT="
-   opt/mattermost-desktop/mattermost-desktop
-   opt/mattermost-desktop/libnode.so
-   opt/mattermost-desktop/libffmpeg.so
-   opt/mattermost-desktop/libGLESv2.so
-   opt/mattermost-desktop/libEGL.so
-   opt/mattermost-desktop/libvk_swiftshader.so
-   opt/mattermost-desktop/libvulkan.so.1
-   opt/mattermost-desktop/resources/*
-"
-
-DOCS=(
-   

[gentoo-commits] repo/proj/guru:master commit in: net-wireless/rtl8192eu/

2023-03-14 Thread Viorel Munteanu
commit: 0dc8aed21f91d7177eee6f39195f188e0ac06344
Author: Aleksandr Batyuk  gmail  com>
AuthorDate: Mon Mar 13 13:41:06 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Mar 13 13:42:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0dc8aed2

net-wireless/rtl8192eu: Add support 6.1 kernel

Signed-off-by: Aleksandr Batyuk  gmail.com>

 net-wireless/rtl8192eu/Manifest | 2 +-
 net-wireless/rtl8192eu/metadata.xml | 4 
 ...tl8192eu-0_pre20220825.ebuild => rtl8192eu-0_pre20230218.ebuild} | 6 +++---
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-wireless/rtl8192eu/Manifest b/net-wireless/rtl8192eu/Manifest
index b4db24a7c..f8577f73f 100644
--- a/net-wireless/rtl8192eu/Manifest
+++ b/net-wireless/rtl8192eu/Manifest
@@ -1 +1 @@
-DIST rtl8192eu-0_pre20220825.tar.gz 2487499 BLAKE2B 
7eb9a4e67069a06e9efe210a2ccd68f647aa9c1eaa81ae7a60145d58cc4fb4c767f1adb4192cf816231532ddc59f6fda8b1b4838f5ac1bf48c4339e16eb1772b
 SHA512 
2741b3bb76921510d5b56375d9cdc93bcec31df8e5b9fbceb3f4c97add78d1a02504d8a1842ac37a15234145ee6c0d575d6edc334de66e61f5a887b01765e576
+DIST rtl8192eu-0_pre20230218.tar.gz 2488219 BLAKE2B 
1c43b3f5331844d763b9e5df94420cb84586d9057cb83937024cd941fb2f5e8e1f9ccc461e52f890857e8679c9b46004ff50192ee5ba42cb03215eaa550c1ded
 SHA512 
7809a490be542a6e92fff5107eb7fe670eeb54bf1e90a27ca2fbdd039da8c9f5e03aaf883ac553edcb4e938333d027f891e2eb5619596b82af677229a4cf7add

diff --git a/net-wireless/rtl8192eu/metadata.xml 
b/net-wireless/rtl8192eu/metadata.xml
index 0eb1fbb38..780bf8474 100644
--- a/net-wireless/rtl8192eu/metadata.xml
+++ b/net-wireless/rtl8192eu/metadata.xml
@@ -5,4 +5,8 @@
abbat.2...@gmail.com
Aleksandr Batyuk

+   
+   Mange/rtl8192eu-linux-driver
+   
https://github.com/Mange/rtl8192eu-linux-driver/issues
+   
 

diff --git a/net-wireless/rtl8192eu/rtl8192eu-0_pre20220825.ebuild 
b/net-wireless/rtl8192eu/rtl8192eu-0_pre20230218.ebuild
similarity index 87%
rename from net-wireless/rtl8192eu/rtl8192eu-0_pre20220825.ebuild
rename to net-wireless/rtl8192eu/rtl8192eu-0_pre20230218.ebuild
index 82d621dfc..ad08ac702 100644
--- a/net-wireless/rtl8192eu/rtl8192eu-0_pre20220825.ebuild
+++ b/net-wireless/rtl8192eu/rtl8192eu-0_pre20230218.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 inherit linux-mod
 
-COMMIT="e39c4e7a66b05fab6eceb2bb251d399c003fb544"
+COMMIT="9557ed2796f864b4d73abad8a4a3b0772254b59f"
 
 DESCRIPTION="Realtek 8192EU driver module for Linux kernel"
 HOMEPAGE="https://github.com/Mange/rtl8192eu-linux-driver;



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/sfwbar/

2023-03-14 Thread Viorel Munteanu
commit: d12f5209aac6ecb9780b1a941daaabc5a436aea4
Author: Lev Babiev  hosers  org>
AuthorDate: Mon Mar 13 18:31:05 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Mar 13 18:31:05 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d12f5209

gui-apps/sfwbar: version bump, remove old

Signed-off-by: Lev Babiev  hosers.org>

 gui-apps/sfwbar/Manifest   |  3 +--
 ...r-1.0_beta6.ebuild => sfwbar-1.0_beta10.ebuild} | 20 +---
 gui-apps/sfwbar/sfwbar-1.0_beta8.ebuild| 27 --
 3 files changed, 18 insertions(+), 32 deletions(-)

diff --git a/gui-apps/sfwbar/Manifest b/gui-apps/sfwbar/Manifest
index fed9baaff..f9d38989c 100644
--- a/gui-apps/sfwbar/Manifest
+++ b/gui-apps/sfwbar/Manifest
@@ -1,3 +1,2 @@
-DIST sfwbar-1.0_beta6.tar.gz 256121 BLAKE2B 
b10352c54340c36b03befa4b4f97391d0d688388b626f534d590e71d903f8f80b7aa0b8dd6345b2e72c8a1cc017ff60fc8a312e6473398faa0eebc8788742626
 SHA512 
fedebc219284ef4cc1188fc6f7c0c11560541ab33d10c22da52213bbba2f3acf9c6d7305d8a08a283b42c7f1928e9bd7b24fba966606745b6d292f7202128324
-DIST sfwbar-1.0_beta8.tar.gz 273381 BLAKE2B 
a27b3342e9e5116f3f599ab48d99020c16f28f5253453f693ebecebf37b2bc59f6d2db839d3acd282af9f0294c4963ea903ba691079845ca3d3459b31b116e19
 SHA512 
fa7849bbcb706b5dca56ffd9c560ac93283b02ed0eea7ca8da5cfd217005f976597cd78e5929180abddb59c6bf9f8d76ca506bb8ccddef2e6e737a5760b2bbc0
+DIST sfwbar-1.0_beta10.tar.gz 328768 BLAKE2B 
9e3530bdb51de0baa997429dcaa5799db34827ccd412872c8f145ba7aef8a02776146e4a28c251968c8d9643a563201c7aa1ab8fbbbafb290c677526c9dfa5ac
 SHA512 
d3671564a228419bca9a8cfa94939efd4c4455b7b80e7e06de023fb694366a267b012ad8167719cf8863bb1841cfba50b269924c4b23b447089ca587616d613f
 DIST sfwbar-1.0_beta9.tar.gz 290432 BLAKE2B 
7d83ef6781b0d75c078cc12d9472bae094c428066a47aa000d9bc0ab9beee41f2ce9495a8eee3669e6fc59bf6f615d04b740bdf9548467c581e6fec13424226f
 SHA512 
673c703de28ac3185e96f264a27c038204f9d6a7724a21f813d699f1bb6253da9ede379060d9a1d86217753584ddbcc51beb7401eacdb898862b1400863e2de3

diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta6.ebuild 
b/gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild
similarity index 59%
rename from gui-apps/sfwbar/sfwbar-1.0_beta6.ebuild
rename to gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild
index 60d43643e..a36f0a9d7 100644
--- a/gui-apps/sfwbar/sfwbar-1.0_beta6.ebuild
+++ b/gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild
@@ -1,27 +1,41 @@
 # Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
-DESCRIPTION="Sway Floating Window Bar"
+DESCRIPTION="S* Floating Window Bar"
 HOMEPAGE="https://github.com/LBCrion/sfwbar;
 SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 KEYWORDS="~amd64"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
+IUSE="+mpd +pulse +net +xkb"
 
 DEPEND="
+   mpd? ( media-libs/libmpdclient )
+   pulse? ( media-libs/libpulse )
+   xkb? ( x11-libs/libxkbcommon )
>=x11-libs/gtk+-3.22.0:3[introspection,wayland]
gui-libs/gtk-layer-shell
dev-libs/json-c
dev-util/wayland-scanner
+   virtual/freedesktop-icon-theme
>=dev-libs/wayland-protocols-1.17
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
virtual/pkgconfig
 "
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature mpd)
+   $(meson_feature pulse)
+   $(meson_feature net network)
+   )
+
+   meson_src_configure
+}

diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta8.ebuild 
b/gui-apps/sfwbar/sfwbar-1.0_beta8.ebuild
deleted file mode 100644
index 60d43643e..0
--- a/gui-apps/sfwbar/sfwbar-1.0_beta8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Sway Floating Window Bar"
-HOMEPAGE="https://github.com/LBCrion/sfwbar;
-SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   >=x11-libs/gtk+-3.22.0:3[introspection,wayland]
-   gui-libs/gtk-layer-shell
-   dev-libs/json-c
-   dev-util/wayland-scanner
-   >=dev-libs/wayland-protocols-1.17
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-"



[gentoo-commits] repo/proj/guru:master commit in: net-wireless/rtl8192eu/

2023-03-14 Thread Viorel Munteanu
commit: 388379c71a2208939c03c073680d355bf009d78a
Author: Aleksandr Batyuk  gmail  com>
AuthorDate: Tue Mar 14 04:37:32 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Mar 14 04:37:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=388379c7

net-wireless/rtl8192eu: Add support 6.2 kernel

Signed-off-by: Aleksandr Batyuk  gmail.com>

 net-wireless/rtl8192eu/Manifest | 2 +-
 .../{rtl8192eu-0_pre20230218.ebuild => rtl8192eu-0_pre20230313.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/rtl8192eu/Manifest b/net-wireless/rtl8192eu/Manifest
index f8577f73f..e27d5faf3 100644
--- a/net-wireless/rtl8192eu/Manifest
+++ b/net-wireless/rtl8192eu/Manifest
@@ -1 +1 @@
-DIST rtl8192eu-0_pre20230218.tar.gz 2488219 BLAKE2B 
1c43b3f5331844d763b9e5df94420cb84586d9057cb83937024cd941fb2f5e8e1f9ccc461e52f890857e8679c9b46004ff50192ee5ba42cb03215eaa550c1ded
 SHA512 
7809a490be542a6e92fff5107eb7fe670eeb54bf1e90a27ca2fbdd039da8c9f5e03aaf883ac553edcb4e938333d027f891e2eb5619596b82af677229a4cf7add
+DIST rtl8192eu-0_pre20230313.tar.gz 2488230 BLAKE2B 
f22aaa0811fb44f7d587cf78be035516b864cb8777ec6aa819d040f072c30ba233ec4d4f08a8accd4cf6cd0ff82d443a4609fec07db5852f1357da99b5943fb5
 SHA512 
aaeacc7fdae709a062309cf71a03720cd93d80ec97cba8ca0d40f2105dec9c65120f2d9b65c9af4d45e32e82acc8e21a1ecd825f2f3a6503d649de918dfc501f

diff --git a/net-wireless/rtl8192eu/rtl8192eu-0_pre20230218.ebuild 
b/net-wireless/rtl8192eu/rtl8192eu-0_pre20230313.ebuild
similarity index 93%
rename from net-wireless/rtl8192eu/rtl8192eu-0_pre20230218.ebuild
rename to net-wireless/rtl8192eu/rtl8192eu-0_pre20230313.ebuild
index ad08ac702..5a42e0d29 100644
--- a/net-wireless/rtl8192eu/rtl8192eu-0_pre20230218.ebuild
+++ b/net-wireless/rtl8192eu/rtl8192eu-0_pre20230313.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 inherit linux-mod
 
-COMMIT="9557ed2796f864b4d73abad8a4a3b0772254b59f"
+COMMIT="528ae31705764d78cc117abd604d9b799bd52543"
 
 DESCRIPTION="Realtek 8192EU driver module for Linux kernel"
 HOMEPAGE="https://github.com/Mange/rtl8192eu-linux-driver;



[gentoo-commits] repo/proj/guru:master commit in: dev-util/lua-language-server/files/, dev-util/lua-language-server/

2023-03-14 Thread Viorel Munteanu
commit: 54297db3c91d8b9a0eec01c5e1c35f97d4afd1e4
Author: Mathis Winterer  fedora  email>
AuthorDate: Mon Mar 13 21:54:25 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Mar 13 22:02:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54297db3

dev-util/lua-language-server: add 3.6.17, drop 3.6.11; Close bug (thanks
tastytea)
https://schlomp.space/tastytea/overlay/src/branch/master/dev-util/lua-language-server

Closes: https://bugs.gentoo.org/900545
Signed-off-by: Mathis Winterer  fedora.email>

 dev-util/lua-language-server/Manifest  |  3 +-
 .../lua-language-server/files/build.ninja.patch| 29 +-
 dev-util/lua-language-server/files/wrapper.sh  | 15 +
 .../lua-language-server-3.6.13.ebuild  | 67 --
 ...11.ebuild => lua-language-server-3.6.17.ebuild} | 32 ---
 5 files changed, 55 insertions(+), 91 deletions(-)

diff --git a/dev-util/lua-language-server/Manifest 
b/dev-util/lua-language-server/Manifest
index c7658e94d..df201ba8c 100644
--- a/dev-util/lua-language-server/Manifest
+++ b/dev-util/lua-language-server/Manifest
@@ -1,2 +1 @@
-DIST lua-language-server-3.6.11.zip 32022639 BLAKE2B 
9e5a33b12e40f8b9f7b3eb5a8b049e09e8a7f0b5a5569ee15d5aa2a2035a13a6e75036321aac439a97c56c401914908f878e2f02a136c1de9413f2a9879a56c1
 SHA512 
6474ad8c84af034002e124a802a28afccb7f7ea439b00b508639a4a20471b5eed995dacf12fe0c8cb2313530fba787fa1127712093402e4e67c7d72e5118ce59
-DIST lua-language-server-3.6.13.zip 30691495 BLAKE2B 
376b5f792d1002a0b1e0942e4d91aed4bbdccc5cf033cad56e9fafc6df3a5ef28247fc611c2563c6b3c499e491699bf6f21edc9ac6106440a7dc4662803f8aee
 SHA512 
ce595dfe2e16bb468e90c2e73d5569eeac2cf093a0caaa0006e23ec876edcf491be92dad88e35369f9c250949c887850e8c1805736e8b8f20b0c643a56d6faed
+DIST lua-language-server-3.6.17.zip 30696826 BLAKE2B 
a6d65b45efd7e10afef4a48986a3e7f622885146830df26647653065efd35c8bada7421ad74ea990cfb3842756dd42fe304c6bfbb3346d00621dd1c4d1e653f8
 SHA512 
44cbdb25fbd90ca9931669a3cb90216bb6f33ac1e2dc0dea4c28a4340f9c2feb92c005b2212fadc33066481944bb27c03c541cd0c6d0cd7706eeeca34339d567

diff --git a/dev-util/lua-language-server/files/build.ninja.patch 
b/dev-util/lua-language-server/files/build.ninja.patch
index 5bd6ac190..ff953cae3 100644
--- a/dev-util/lua-language-server/files/build.ninja.patch
+++ b/dev-util/lua-language-server/files/build.ninja.patch
@@ -1,6 +1,6 @@
 --- a/build/build.ninja
 +++ b/build/build.ninja
-@@ -12,17 +12,17 @@
+@@ -12,26 +12,26 @@
  3rd/bee.lua/compile/config.lua 3rd/bee.lua/compile/common.lua $
  make/code_format.lua
  rule c_source_bee
@@ -16,15 +16,16 @@
  3rd/bee.lua/3rd/lua-seri/lua-seri.c
  rule cxx_source_bee
 -  command = $cc -MMD -MT $out -MF $out.d -std=c++17 -fno-rtti -O2 -Wall $
---Werror -fvisibility=hidden -DNDEBUG -fPIC -o $out -c $in
+--Werror -fvisibility=hidden -I3rd/bee.lua/bee/nonstd/3rd -DNDEBUG -fPIC $
+--o $out -c $in
 +  command = $cc -MMD -MT $out -MF $out.d -std=c++17 -fno-rtti -Wall $
-+-fvisibility=hidden -DNDEBUG -fPIC -o $out -c $in CXXFLAGS
++-fvisibility=hidden -I3rd/bee.lua/bee/nonstd/3rd -DNDEBUG -fPIC $
++-o $out -c $in CXXFLAGS
description = Compile C++ $out
deps = gcc
depfile = $out.d
-@@ -30,8 +30,8 @@
- 3rd/bee.lua/bee/nonstd/3rd/format.cc
- build $obj/source_bee/os.obj: cxx_source_bee 3rd/bee.lua/bee/nonstd/3rd/os.cc
+ build $obj/source_bee/format.obj: cxx_source_bee $
+ 3rd/bee.lua/bee/nonstd/3rd/fmt/format.cc
  rule cxx_source_bee_1
 -  command = $cc -MMD -MT $out -MF $out.d -std=c++17 -fno-rtti -O2 -Wall $
 --Werror -fvisibility=hidden -I3rd/bee.lua -DNDEBUG -fPIC -o $out -c $in
@@ -33,7 +34,7 @@
description = Compile C++ $out
deps = gcc
depfile = $out.d
-@@ -55,9 +55,9 @@
+@@ -57,9 +57,9 @@
  build $obj/source_bee/path_helper.obj: cxx_source_bee_1 $
  3rd/bee.lua/bee/utility/path_helper.cpp
  rule cxx_source_bee_2
@@ -46,7 +47,7 @@
description = Compile C++ $out
deps = gcc
depfile = $out.d
-@@ -78,26 +78,26 @@
+@@ -80,26 +80,26 @@
  build $obj/source_bee/lua_time.obj: cxx_source_bee_2 $
  3rd/bee.lua/binding/lua_time.cpp
  rule c_source_lua
@@ -80,18 +81,18 @@
description = Compile C++ $out
deps = gcc
depfile = $out.d
-@@ -107,7 +107,7 @@
+@@ -109,7 +109,7 @@
  3rd/bee.lua/bootstrap/progdir.cpp
  rule link_bootstrap
command = $cc $in -o $out -lm -ldl -Wl,-E -lstdc++fs -pthread $
 --Wl,-Bstatic -lstdc++ -Wl,-Bdynamic -static-libgcc -s
 +-Wl,-Bstatic -lstdc++ -Wl,-Bdynamic -static-libgcc LDFLAGS
description = LinkExe $out
- build /bootstrap: link_bootstrap $obj/source_bootstrap/main.obj $
+ build $bin/bootstrap: link_bootstrap $obj/source_bootstrap/main.obj $
  $obj/source_bootstrap/progdir.obj $obj/source_bee/lua-seri.obj $
-@@ -145,10 +145,10 @@
+@@ -148,10 +148,10 @@
  3rd/bee.lua/test/test_thread.lua 3rd/bee.lua/test/test_time.lua | $
- /bootstrap copy_scrip

[gentoo-commits] repo/proj/guru:master commit in: net-wireless/rtl8821ce/

2023-03-14 Thread Viorel Munteanu
commit: e208460d53050e347ca8e3445c50f3f35768ad75
Author: Aleksandr Batyuk  gmail  com>
AuthorDate: Tue Mar 14 03:34:07 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Mar 14 03:34:07 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e208460d

net-wireless/rtl8821ce: Add support kernel 6.1

Signed-off-by: Aleksandr Batyuk  gmail.com>

 net-wireless/rtl8821ce/Manifest | 2 +-
 net-wireless/rtl8821ce/metadata.xml | 4 
 ...tl8821ce-0_pre20220911.ebuild => rtl8821ce-0_pre20230101.ebuild} | 6 +++---
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-wireless/rtl8821ce/Manifest b/net-wireless/rtl8821ce/Manifest
index 085c1142c..7414c4187 100644
--- a/net-wireless/rtl8821ce/Manifest
+++ b/net-wireless/rtl8821ce/Manifest
@@ -1 +1 @@
-DIST rtl8821ce-0_pre20220911.tar.gz 4521603 BLAKE2B 
fb89568b92bde64757217f2361da2400da4cf9b26976c8f53f0876b089b158dd471017d05f0144d3448e3f60b89bb6c8bece04fcefd189bf6e7b2ad1bedeeba8
 SHA512 
463fee47b6ec5b3a0ecf7e38c1cf12ff824ea7bff73aac02801697fb6539904ff71612fafcb3aeea381ca1fdd4634edc50b769f2d40bb4ea8af7d3ff544b6a7f
+DIST rtl8821ce-0_pre20230101.tar.gz 4523221 BLAKE2B 
f1eadcc3b7947d902ba6fe5dae0c8827f04a2a14353acf15fea4f14357b0d9b98e3ea9c79724c3a8f8256fed80e3804d588f749da3d50df3a424ded06322c017
 SHA512 
2270896d5ff41e067b2b57a2e33f6d020d324668674430be6381537c9db7d1fd7a78453187977026b43edef2a03ae7de6137d0910094cade839a73b5956ea637

diff --git a/net-wireless/rtl8821ce/metadata.xml 
b/net-wireless/rtl8821ce/metadata.xml
index 0eb1fbb38..7368ad707 100644
--- a/net-wireless/rtl8821ce/metadata.xml
+++ b/net-wireless/rtl8821ce/metadata.xml
@@ -5,4 +5,8 @@
abbat.2...@gmail.com
Aleksandr Batyuk

+   
+   tomaspinho/rtl8821ce
+   
https://github.com/tomaspinho/rtl8821ce/issues
+   
 

diff --git a/net-wireless/rtl8821ce/rtl8821ce-0_pre20220911.ebuild 
b/net-wireless/rtl8821ce/rtl8821ce-0_pre20230101.ebuild
similarity index 87%
rename from net-wireless/rtl8821ce/rtl8821ce-0_pre20220911.ebuild
rename to net-wireless/rtl8821ce/rtl8821ce-0_pre20230101.ebuild
index 680cdd5d9..97003f1ed 100644
--- a/net-wireless/rtl8821ce/rtl8821ce-0_pre20220911.ebuild
+++ b/net-wireless/rtl8821ce/rtl8821ce-0_pre20230101.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit linux-mod toolchain-funcs
 BUILD_PARAMS="CC=$(tc-getCC) V=1 KSRC=${KERNEL_DIR}"
 
-COMMIT="50c1b120b06a3b0805e23ca9a4dbd274d74bb305"
+COMMIT="a3e2f7c1f91e92f2dc788e8fcd7f2986af3d19b6"
 
 DESCRIPTION="Realtek RTL8821CE Driver module for Linux kernel"
 HOMEPAGE="https://github.com/tomaspinho/rtl8821ce;



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral/

2023-03-13 Thread Viorel Munteanu
commit: 5ed9507b7df4b3c2ffc5346699f7bbc362053e65
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Mar 14 05:57:09 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Mar 14 05:57:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ed9507b

net-misc/maestral: add 1.7.2_rc0

Signed-off-by: Viorel Munteanu  gentoo.org>

 net-misc/maestral/Manifest  |  1 +
 net-misc/maestral/maestral-1.7.2_rc0.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/net-misc/maestral/Manifest b/net-misc/maestral/Manifest
index e1c66abea..8eb6b280b 100644
--- a/net-misc/maestral/Manifest
+++ b/net-misc/maestral/Manifest
@@ -1,2 +1,3 @@
 DIST maestral-1.5.3.gh.tar.gz 8280040 BLAKE2B 
dcda43880cea3fb00098b6bf87e43318a523a7c9d83886efff58be715cde17f67504b31735a006b951963e5cf0ef70b4b6431cb84200722cae186053a01edd63
 SHA512 
aa21277623f4e6f3283cd989be910eeb1caa3a842abca595b27a551c1c9bd1e7ef083e495ee0f096190accd91835939cb2f4a26624feae0046d8770d53aaac2f
 DIST maestral-1.7.1.gh.tar.gz 7986892 BLAKE2B 
684600d8833ba1b04e32d2f56fdf9e348f3de58af9adbbbd52e2a490ccebc10e5b519c7d4795b1d7f07c4ae95806e9fed6fe5fa898352d8105572a8d2b6d2da9
 SHA512 
9369e72a3a044c1e985aa85980baca1c44f754eea788991d993868408ba886fcb2671fe1098865a3d10cced84793f74e36446f9cd882db968285525643c0b606
+DIST maestral-1.7.2_rc0.gh.tar.gz 7987730 BLAKE2B 
9476b4b6e1cdc4de361e62478b23b630c430a50ba465331844fa6e41da7dc3043d7e552b2f4e095a1825166a4f9a43c59b3d8e739f4b6837a6cab8f410a3a640
 SHA512 
67595efa76e593602d6d969e05439c7416ad8730d26b92033cb9feb2367ab4e89038e90f68982ee3476309fd568276e8b97392e461d2138d86573ee1f91a83b4

diff --git a/net-misc/maestral/maestral-1.7.2_rc0.ebuild 
b/net-misc/maestral/maestral-1.7.2_rc0.ebuild
new file mode 100644
index 0..33e31a844
--- /dev/null
+++ b/net-misc/maestral/maestral-1.7.2_rc0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1 xdg
+
+MY_PV=${PV/_rc/.dev}
+DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
+HOMEPAGE="https://maestral.app;
+SRC_URI="https://github.com/samschott/maestral/archive/refs/tags/v${MY_PV}.tar.gz
 -> ${P}.gh.tar.gz"
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+LICENSE="MIT"
+SLOT="0"
+if [[ ${PV} != *_rc* ]]; then
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   >=dev-python/click-8.0.2[${PYTHON_USEDEP}]
+   >=dev-python/desktop-notifier-3.3.0[${PYTHON_USEDEP}]
+   =dev-python/dropbox-11*[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.15[${PYTHON_USEDEP}]
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   >=dev-python/keyring-22.0.0[${PYTHON_USEDEP}]
+   >=dev-python/keyrings-alt-3.1.0[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.5.8[${PYTHON_USEDEP}]
+   >=dev-python/Pyro5-5.10[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.16.2[${PYTHON_USEDEP}]
+   dev-python/rich[${PYTHON_USEDEP}]
+   =dev-python/survey-3*[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   >=dev-python/watchdog-2.0.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/build[${PYTHON_USEDEP}]
+"
+
+EPYTEST_DESELECT=(
+   # requires dev-python/pytest-benchmark not available for py3.11
+   tests/offline/test_clean_local_events.py::test_performance
+
+   # requires systemd
+   tests/offline/test_cli.py::test_autostart
+
+   # requires network
+   tests/offline/test_main.py::test_check_for_updates
+)
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: x11-misc/slim/files/, x11-misc/slim/

2023-03-14 Thread Viorel Munteanu
commit: 33127b6d177f2d123c333c239a4ca13bfafd8124
Author: Robert Pearce  flitspace  org  uk>
AuthorDate: Tue Feb 21 08:01:47 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Mar 14 19:28:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33127b6d

x11-misc/slim: Added ebuilds for the resurrected upstream project

Fixed issues from pkgcheck
List myself as a proxy maintainer

Correct several issues pointed out in review by ceamac and added a - ebuild
in light of discussion

Closes: https://bugs.gentoo.org/832562
Closes: https://bugs.gentoo.org/727544
Closes: https://bugs.gentoo.org/832303
Closes: https://bugs.gentoo.org/580458
Closes: https://bugs.gentoo.org/803476
Closes: https://bugs.gentoo.org/732430
Closes: https://bugs.gentoo.org/756181
Signed-off-by: Robert Pearce  flitspace.org.uk>
Closes: https://github.com/gentoo/gentoo/pull/29838
Signed-off-by: Viorel Munteanu  gentoo.org>

 x11-misc/slim/Manifest |   2 +
 x11-misc/slim/files/slim-1.3.9-config.diff |  49 ++
 .../slim/files/slim-1.3.9-greeter-session.diff |  12 +++
 x11-misc/slim/files/slim-1.4.0-config.diff |  48 ++
 x11-misc/slim/metadata.xml |  11 ++-
 x11-misc/slim/slim-1.3.9.ebuild|  98 +++
 x11-misc/slim/slim-1.4.0.ebuild| 104 +
 x11-misc/slim/slim-.ebuild | 104 +
 8 files changed, 426 insertions(+), 2 deletions(-)

diff --git a/x11-misc/slim/Manifest b/x11-misc/slim/Manifest
index d0638d550cf4..6290a51df48d 100644
--- a/x11-misc/slim/Manifest
+++ b/x11-misc/slim/Manifest
@@ -1 +1,3 @@
 DIST slim-1.3.6.tar.gz 232547 BLAKE2B 
3df58fa128cdf2b2ab005e8f41fccc076cfcf8adf7767075539f2b8edf51a92660b031837b3cdaccb261f1c1eb24104100317fd4e68ad0298242502d4e6bb506
 SHA512 
345b1dee5d6f0c3716dfa7c5c16274adbf18586bdaaa6af4f310e24c5a61f79a297ffac921a5ba545523317e9fe120916df226c36b9c9b49c2ac9c1ca21dee0c
+DIST slim-1.3.9.tar.gz 239609 BLAKE2B 
41eec388b0d63bc720cb51f93707f69c4765800f4e69654fe5ebdcb280eb25775c7ed951163943b6f58884b0a9fb628e049d68a2faa7516b1f884adb080953c6
 SHA512 
607366a402479381858f8193db9b4da0a40eda15f4868cad9e7313b4a084390cf3cee80958f58a56d3e4383cf2fa9069960d1b20861068f921bd9ba89da7aec1
+DIST slim-1.4.0.tar.gz 530318 BLAKE2B 
507f22d09a3449b870bb5fd5a5f0ab1002ceee5372c82f702582809a5fc442088c17d79fedff6712e198cee672696388479604a194e5729c7bc12139770c833d
 SHA512 
2ef38d39e2d5186f9342161d99740b0c8cd87f234deaf550ca1528c9a61c052d26123c7da26f4a0a5e658d01cb200b115cf7879d349ed51a6e8c729ee3fdf77f

diff --git a/x11-misc/slim/files/slim-1.3.9-config.diff 
b/x11-misc/slim/files/slim-1.3.9-config.diff
new file mode 100644
index ..da7e69f2eccd
--- /dev/null
+++ b/x11-misc/slim/files/slim-1.3.9-config.diff
@@ -0,0 +1,49 @@
+Customize the configuration file to suit Gentoo practice
+===
+--- a/slim.conf
 b/slim.conf
+@@ -21,7 +21,7 @@
+ 
+ # Activate numlock when slim starts. Valid values: on|off
+ # Default is to not change it
+-# numlock on
++numlock on
+ 
+ # Hide the mouse cursor (note: does not work with some WMs).
+ # Valid values: true|false
+@@ -36,7 +36,8 @@
+ # to adjust the command according to your preferred shell,
+ # i.e. for freebsd use:
+ # login_cmd   exec /bin/sh - ~/.xinitrc %session
+-login_cmd   exec /bin/bash -login ~/.xinitrc %session
++# login_cmd   exec /bin/bash -login ~/.xinitrc %session
++login_cmd   exec /bin/bash -login /usr/share/slim/Xsession %session
+ 
+ # Commands executed when starting and exiting a session.
+ # They can be used for registering a X11 session with
+@@ -66,12 +67,12 @@
+ # %session is the Exec= value -- note that this may provide a full
+ # path to the session executable!
+-#sessiondir /usr/share/xsessions
++sessiondir/usr/share/xsessions
+ 
+ 
+-# Executed when pressing F11 (requires imagemagick)
++# Executed when pressing F11 (requires media-gfx/imagemagick for import)
+ screenshot_cmd  import -window root /slim.png
+-# Alternative using scrot.
++# Alternative is media-gfx/scrot. See Gentoo bug 252241 for more info.
+ #screenshot_cmd  scrot /root/slim.png
+ 
+ # welcome message. Available variables: %host, %domain
+ welcome_msg Welcome to %host
+@@ -111,8 +111,8 @@
+ # randomly choose from
+ current_theme   default
+ 
+-# Lock file
++# Lock file, /etc/init.d/xdm expects slim.pid
+ lockfile/run/slim.pid
+ 
+ # Log file
+ logfile /var/log/slim.log

diff --git a/x11-misc/slim/files/slim-1.3.9-greeter-session.diff 
b/x11-misc/slim/files/slim-1.3.9-greeter-session.diff
new file mode 100644
index ..c9e5e256850a
--- /dev/null
+++ b/x11-misc/slim/files/slim-1.3.9-greeter-session.diff
@@ -0,0 +1,12 @@
+Fix bug #727544 by telling elogind that we'

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

2023-03-16 Thread Viorel Munteanu
commit: dd989a232493c7f74dd744610475e6e78b8d1db3
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:05:59 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:05:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd989a23

www-apps/drupal: drop 7.91

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest   |  1 -
 www-apps/drupal/drupal-7.91.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 5ae1d31811d4..2f5971764199 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
-DIST drupal-7.91.tar.gz 3369203 BLAKE2B 
202b3cbcbb25bb92f056c15cb8f697038caacdd62497de02b7e0036dc5dd5ac6e9b12c67620b753a5fbe8440e5883aec3061a626d753d9cca4f48b6d6358b3fc
 SHA512 
da38735563cf5a76f432907b61943339b9d7f218e5abe5b5187138a470b545db14e23bb708fa53adc0853f9b46b34242e7eae3222e53b62fdafef29b2b476169
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739
 DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6

diff --git a/www-apps/drupal/drupal-7.91.ebuild 
b/www-apps/drupal/drupal-7.91.ebuild
deleted file mode 100644
index 83823c1abd94..
--- a/www-apps/drupal/drupal-7.91.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-}



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

2023-03-16 Thread Viorel Munteanu
commit: 1a08d265d02f3aee7f14dba1f5174696639f74d2
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:06:50 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:06:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a08d265

www-apps/drupal: add 9.5.5

Security update.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-9.5.5.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 92a22e07ffce..d33757c00548 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -2,3 +2,4 @@ DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
 DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6
+DIST drupal-9.5.5.tar.gz 22560005 BLAKE2B 
5a79e0d20273e59e1ad88039fb263fa68397d51bc6f614db8e6396d24169cd7b8314e4a0e26f558a0d8a421b0089210c68a26cac3a0d0205421fde52efd4e6f1
 SHA512 
d965f5e251bc9eb6f392455724b6321ac3c0e6d134ffbff208748aca397dc98c8ff97d2e1ff2369bf97ba8c9416fc0c5d779b33a194af16343ebc584a8cade68

diff --git a/www-apps/drupal/drupal-9.5.5.ebuild 
b/www-apps/drupal/drupal-9.5.5.ebuild
new file mode 100644
index ..cfe37862af18
--- /dev/null
+++ b/www-apps/drupal/drupal-9.5.5.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



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

2023-03-16 Thread Viorel Munteanu
commit: ad228b0369ba7ec6dac2245f67dc4796206f42fd
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:07:02 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:07:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad228b03

www-apps/drupal: drop 9.5.2

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest|  1 -
 www-apps/drupal/drupal-9.5.2.ebuild | 68 -
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index d33757c00548..733276664fc9 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
-DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6
 DIST drupal-9.5.5.tar.gz 22560005 BLAKE2B 
5a79e0d20273e59e1ad88039fb263fa68397d51bc6f614db8e6396d24169cd7b8314e4a0e26f558a0d8a421b0089210c68a26cac3a0d0205421fde52efd4e6f1
 SHA512 
d965f5e251bc9eb6f392455724b6321ac3c0e6d134ffbff208748aca397dc98c8ff97d2e1ff2369bf97ba8c9416fc0c5d779b33a194af16343ebc584a8cade68

diff --git a/www-apps/drupal/drupal-9.5.2.ebuild 
b/www-apps/drupal/drupal-9.5.2.ebuild
deleted file mode 100644
index cfe37862af18..
--- a/www-apps/drupal/drupal-9.5.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



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

2023-03-16 Thread Viorel Munteanu
commit: 5437d95c9003ecbbb40c6546ed1c3f4de3153034
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:07:21 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:07:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5437d95c

www-apps/drupal: add 10.0.5

Security update.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-10.0.5.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 733276664fc9..f9489ec1f050 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
+DIST drupal-10.0.5.tar.gz 17424348 BLAKE2B 
8ccaf40e3e082906c89536ab7b4e5ca02fe7f98becb590e1e9740b2cca56657a9f4f1fc636de014007673ad3001bc1888511bcf645772b8bf514becd0cf6a9de
 SHA512 
650c45e285fd805e1d311881c66485c407b2f4b3aa9a379893f226d55e7be978c3ff1c7a0ee061e213a3aab9bff8fddcf1339131454d6b29d5c8a03936124362
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
 DIST drupal-9.5.5.tar.gz 22560005 BLAKE2B 
5a79e0d20273e59e1ad88039fb263fa68397d51bc6f614db8e6396d24169cd7b8314e4a0e26f558a0d8a421b0089210c68a26cac3a0d0205421fde52efd4e6f1
 SHA512 
d965f5e251bc9eb6f392455724b6321ac3c0e6d134ffbff208748aca397dc98c8ff97d2e1ff2369bf97ba8c9416fc0c5d779b33a194af16343ebc584a8cade68

diff --git a/www-apps/drupal/drupal-10.0.5.ebuild 
b/www-apps/drupal/drupal-10.0.5.ebuild
new file mode 100644
index ..6a27404d4a84
--- /dev/null
+++ b/www-apps/drupal/drupal-10.0.5.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+# upstream supports php 8.1+, but dev-php/pecl-uploadprogress does not have 8.2
+# limit php to 8.1 for now
+RDEPEND="
+   dev-lang/php:8.1[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress[php_targets_php8-1] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
+   core/USAGE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sit

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

2023-03-16 Thread Viorel Munteanu
commit: f42ed8015bd13d02ad396e14e4deaa98d20fdb23
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:07:35 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:07:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42ed801

www-apps/drupal: drop 10.0.2

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-10.0.2.ebuild | 71 
 2 files changed, 72 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index f9489ec1f050..06f9b0f1b0f3 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,3 @@
-DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-10.0.5.tar.gz 17424348 BLAKE2B 
8ccaf40e3e082906c89536ab7b4e5ca02fe7f98becb590e1e9740b2cca56657a9f4f1fc636de014007673ad3001bc1888511bcf645772b8bf514becd0cf6a9de
 SHA512 
650c45e285fd805e1d311881c66485c407b2f4b3aa9a379893f226d55e7be978c3ff1c7a0ee061e213a3aab9bff8fddcf1339131454d6b29d5c8a03936124362
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954

diff --git a/www-apps/drupal/drupal-10.0.2.ebuild 
b/www-apps/drupal/drupal-10.0.2.ebuild
deleted file mode 100644
index 6a27404d4a84..
--- a/www-apps/drupal/drupal-10.0.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-# upstream supports php 8.1+, but dev-php/pecl-uploadprogress does not have 8.2
-# limit php to 8.1 for now
-RDEPEND="
-   dev-lang/php:8.1[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress[php_targets_php8-1] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
-   core/USAGE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



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

2023-03-16 Thread Viorel Munteanu
commit: 50be345ae56c3306ba8e2fcdd95b17bc44abce22
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:05:16 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:05:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50be345a

www-apps/drupal: add 7.95

Security update.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest   |  1 +
 www-apps/drupal/drupal-7.95.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index c0257cc9add7..5ae1d31811d4 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-7.91.tar.gz 3369203 BLAKE2B 
202b3cbcbb25bb92f056c15cb8f697038caacdd62497de02b7e0036dc5dd5ac6e9b12c67620b753a5fbe8440e5883aec3061a626d753d9cca4f48b6d6358b3fc
 SHA512 
da38735563cf5a76f432907b61943339b9d7f218e5abe5b5187138a470b545db14e23bb708fa53adc0853f9b46b34242e7eae3222e53b62fdafef29b2b476169
+DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739
 DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6

diff --git a/www-apps/drupal/drupal-7.95.ebuild 
b/www-apps/drupal/drupal-7.95.ebuild
new file mode 100644
index ..83823c1abd94
--- /dev/null
+++ b/www-apps/drupal/drupal-7.95.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}



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

2023-03-16 Thread Viorel Munteanu
commit: f2e49215e93f1c41bb52b35ebd46dc6a4b8f931a
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:06:19 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:06:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e49215

www-apps/drupal: add 9.4.12

Security update.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-9.4.12.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 2f5971764199..9fb7d359aca7 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739
+DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
 DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6

diff --git a/www-apps/drupal/drupal-9.4.12.ebuild 
b/www-apps/drupal/drupal-9.4.12.ebuild
new file mode 100644
index ..cfe37862af18
--- /dev/null
+++ b/www-apps/drupal/drupal-9.4.12.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



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

2023-03-16 Thread Viorel Munteanu
commit: ef361356bdac93bb8534efa5107fabf56bb6be76
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:06:31 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:06:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef361356

www-apps/drupal: drop 9.4.10

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-9.4.10.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 9fb7d359aca7..92a22e07ffce 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
-DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
 DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6

diff --git a/www-apps/drupal/drupal-9.4.10.ebuild 
b/www-apps/drupal/drupal-9.4.10.ebuild
deleted file mode 100644
index cfe37862af18..
--- a/www-apps/drupal/drupal-9.4.10.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



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

2023-03-22 Thread Viorel Munteanu
commit: 1e47393e41dd8d857d581c75a6d8230d80700611
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 23 04:45:42 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 23 04:45:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e47393e

app-text/txt2tags: drop 3.7

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-text/txt2tags/Manifest|  1 -
 app-text/txt2tags/txt2tags-3.7.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/app-text/txt2tags/Manifest b/app-text/txt2tags/Manifest
index 88be7f0bb2bd..d8d500471721 100644
--- a/app-text/txt2tags/Manifest
+++ b/app-text/txt2tags/Manifest
@@ -1,2 +1 @@
-DIST txt2tags-3.7.tar.gz 248392 BLAKE2B 
cad49f9815f2e8e466a0fa83715eee27c16cc67fac4c0c55324a3ebc22707857a4bb59176b62fbc1a922c465f60dbc6a057b326789f82a9a9b4babb7b8041486
 SHA512 
70f6b72b9555b881149e29581a200bf5195d740ca134fffb9faab3a8a04909173f40fe7758659bde44efa9aa50e9816e7164d8164f84b2046de500a49906072b
 DIST txt2tags-3.8.tar.gz 252139 BLAKE2B 
ed830ccd8b8487ce65bdd7a07dba567bb6ea7814d20c38aa7d8a2a5b15f9aa0eca379b0a8f2ff5a0571c151fcdb0152fff4d8a2ae9b4ae275fef8b94d926d0a2
 SHA512 
a3679505baa12388327a3cdc177c7c218707549140477189960c1172c1c495e193d7d7cb663a546bfec3e6ae6efd4d8936d94f08661ef7195087403855ebe66f

diff --git a/app-text/txt2tags/txt2tags-3.7.ebuild 
b/app-text/txt2tags/txt2tags-3.7.ebuild
deleted file mode 100644
index 6ee6826bbae5..
--- a/app-text/txt2tags/txt2tags-3.7.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="Generate marked up documents (HTML, etc.)from a plain text file 
with markup"
-HOMEPAGE="https://txt2tags.org;
-SRC_URI="https://codeload.github.com/txt2tags/txt2tags/tar.gz/${PV} -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris"
-
-python_test() {
-   cd test || die
-   "${EPYTHON}" run.py || die "Tests failed with ${EPYTHON}"
-}



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

2023-03-23 Thread Viorel Munteanu
commit: c281601f9052efce128e9bdfbd444d9a226b9b50
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 23 17:01:06 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 23 17:01:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c281601f

media-libs/netpbm: drop 11.1.1

Signed-off-by: Viorel Munteanu  gentoo.org>

 media-libs/netpbm/Manifest |   1 -
 media-libs/netpbm/netpbm-11.1.1.ebuild | 261 -
 2 files changed, 262 deletions(-)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index 334964ff554c..b0e4d5db9ebc 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,4 +1,3 @@
 DIST netpbm-10.86.36.tar.xz 3700660 BLAKE2B 
c5f0acd0147f2ad66f69ae2ade56fcbb5286faddc7f8f3387e2269fd20ea2586a29d7e7dc96bd715fe12896eef47803b826031087e6be8166183ba7cf82aebf4
 SHA512 
b05df76760629881047c44799a905a491fb4c139a9af909d77cc4238fc82dfac37ba174df4f81cb1177716ad38a37b26eadcc3889d2c2057ff9d850697fad3c6
 DIST netpbm-10.86.37.tar.xz 3701336 BLAKE2B 
3215303fc7617b6b783bf053c28a57daf82ffefc30d3cdac77449266495269988bd001d87d1631cb9d1066e06affb6b910cb5e1a95a0472c91821a60829f8c99
 SHA512 
ef9c6117ac2d4607af1d4136c833d596d1e2f7f40565ba2cc28e197a0bcec759fde47786fb900a68470a3acf71fc353a1ccf2efcb64b4a19720769a5a029b2a2
-DIST netpbm-11.1.1.tar.xz 3772212 BLAKE2B 
23066054aa3996c369ae85ebcc0c1ec97a9366283648b6b1c3afd5a0b915bc69a7db292783de4bffc5fb1e6a8223e43d8b9613419cd04edd327ed52905122803
 SHA512 
6f84fbcde968a95f3809ef4359e1e5e69240528eb9ecd9aeae7086053eb690d7e4c52422aa51090df0794ab555b47f6cf010fd5caa8081901262c4b4926d17a1
 DIST netpbm-11.1.3.tar.xz 3773552 BLAKE2B 
e7d4b9a14112357eee04bb6535f5f8ce0c8fbd15dd2389911a3bf743be8163f9080af0e8698f9082f5333fc5d40b471366a7b1b759e13e8ace583196c504
 SHA512 
73d4e448e309f182d3dde7457cacd2662298254a5e3ffd4ec193b5ac724ce4621b5ba97f688952f49153d1eddf9534d9deba1a3f579d5411ecee3463cfbaefed

diff --git a/media-libs/netpbm/netpbm-11.1.1.ebuild 
b/media-libs/netpbm/netpbm-11.1.1.ebuild
deleted file mode 100644
index 760e8d601915..
--- a/media-libs/netpbm/netpbm-11.1.1.ebuild
+++ /dev/null
@@ -1,261 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic multilib toolchain-funcs
-
-# Upstream has 3 flavors of netpbm: super stable, stable and advanced.
-# They only provide a tarball for super stable, but super stable is a bit 
lagging.
-# So we package the stable branch of their svn (currently versions 10.86.xx) 
on SLOT "0/stable"
-# and the advanced branch of their svn (currently versions 11.aa.bb) on SLOT 
"0/advanced".
-# The stable branch is stabilized according to usual Gentoo rules, while the
-# advanced branch will not be stabilized.
-# A detailed explanation is here https://netpbm.sourceforge.net/release.html
-
-# libnetpbm.so is not 100% ABI compatible between stable and advanced, so
-# packages that depend on it should use "media-libs/netpbm:="
-
-DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
-HOMEPAGE="https://netpbm.sourceforge.net/;
-SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
-
-LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
-SLOT="0/advanced"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
-
-# app-text/ghostscript-gpl is really needed for postscript
-# some utilities execute /usr/bin/gs
-# also some installed programs are perl scripts
-RDEPEND="
-   dev-lang/perl
-   jbig? ( media-libs/jbigkit:= )
-   jpeg? ( media-libs/libjpeg-turbo:=[static-libs?] )
-   png? (
-   >=media-libs/libpng-1.4:0=
-   sys-libs/zlib
-   )
-   postscript? (
-   app-text/ghostscript-gpl
-   sys-libs/zlib
-   )
-   rle? ( media-libs/urt:= )
-   svga? ( media-libs/svgalib )
-   tiff? ( >=media-libs/tiff-3.5.5:= )
-   xml? ( dev-libs/libxml2 )
-   X? ( x11-libs/libX11 )
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   app-arch/xz-utils
-   sys-devel/flex
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/netpbm-10.86.21-build.patch
-   "${FILESDIR}"/netpbm-11.0.0-misc-deps.patch
-   "${FILESDIR}"/netpbm-11.1.0-fix-clang-O2.patch
-)
-
-netpbm_libtype() {
-   case ${CHOST} in
-   *-darwin*) echo dylib;;
-   *) echo unixshared;;
-   esac
-}
-
-netpbm_libsuffix() {
-   local suffix=$(get_libname)
-   echo ${suffix//\.}
-}
-
-netpbm_ldshlib() {
-   case ${C

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

2023-03-23 Thread Viorel Munteanu
commit: 4f6fabc44330d014b469a0480b60b546ba8c2a55
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 23 17:00:58 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 23 17:00:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6fabc4

media-libs/netpbm: add 11.1.3

Signed-off-by: Viorel Munteanu  gentoo.org>

 media-libs/netpbm/Manifest |   1 +
 media-libs/netpbm/netpbm-11.1.3.ebuild | 261 +
 2 files changed, 262 insertions(+)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index e43c61e0c911..334964ff554c 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,3 +1,4 @@
 DIST netpbm-10.86.36.tar.xz 3700660 BLAKE2B 
c5f0acd0147f2ad66f69ae2ade56fcbb5286faddc7f8f3387e2269fd20ea2586a29d7e7dc96bd715fe12896eef47803b826031087e6be8166183ba7cf82aebf4
 SHA512 
b05df76760629881047c44799a905a491fb4c139a9af909d77cc4238fc82dfac37ba174df4f81cb1177716ad38a37b26eadcc3889d2c2057ff9d850697fad3c6
 DIST netpbm-10.86.37.tar.xz 3701336 BLAKE2B 
3215303fc7617b6b783bf053c28a57daf82ffefc30d3cdac77449266495269988bd001d87d1631cb9d1066e06affb6b910cb5e1a95a0472c91821a60829f8c99
 SHA512 
ef9c6117ac2d4607af1d4136c833d596d1e2f7f40565ba2cc28e197a0bcec759fde47786fb900a68470a3acf71fc353a1ccf2efcb64b4a19720769a5a029b2a2
 DIST netpbm-11.1.1.tar.xz 3772212 BLAKE2B 
23066054aa3996c369ae85ebcc0c1ec97a9366283648b6b1c3afd5a0b915bc69a7db292783de4bffc5fb1e6a8223e43d8b9613419cd04edd327ed52905122803
 SHA512 
6f84fbcde968a95f3809ef4359e1e5e69240528eb9ecd9aeae7086053eb690d7e4c52422aa51090df0794ab555b47f6cf010fd5caa8081901262c4b4926d17a1
+DIST netpbm-11.1.3.tar.xz 3773552 BLAKE2B 
e7d4b9a14112357eee04bb6535f5f8ce0c8fbd15dd2389911a3bf743be8163f9080af0e8698f9082f5333fc5d40b471366a7b1b759e13e8ace583196c504
 SHA512 
73d4e448e309f182d3dde7457cacd2662298254a5e3ffd4ec193b5ac724ce4621b5ba97f688952f49153d1eddf9534d9deba1a3f579d5411ecee3463cfbaefed

diff --git a/media-libs/netpbm/netpbm-11.1.3.ebuild 
b/media-libs/netpbm/netpbm-11.1.3.ebuild
new file mode 100644
index ..760e8d601915
--- /dev/null
+++ b/media-libs/netpbm/netpbm-11.1.3.ebuild
@@ -0,0 +1,261 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic multilib toolchain-funcs
+
+# Upstream has 3 flavors of netpbm: super stable, stable and advanced.
+# They only provide a tarball for super stable, but super stable is a bit 
lagging.
+# So we package the stable branch of their svn (currently versions 10.86.xx) 
on SLOT "0/stable"
+# and the advanced branch of their svn (currently versions 11.aa.bb) on SLOT 
"0/advanced".
+# The stable branch is stabilized according to usual Gentoo rules, while the
+# advanced branch will not be stabilized.
+# A detailed explanation is here https://netpbm.sourceforge.net/release.html
+
+# libnetpbm.so is not 100% ABI compatible between stable and advanced, so
+# packages that depend on it should use "media-libs/netpbm:="
+
+DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
+HOMEPAGE="https://netpbm.sourceforge.net/;
+SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
+
+LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
+SLOT="0/advanced"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
+
+# app-text/ghostscript-gpl is really needed for postscript
+# some utilities execute /usr/bin/gs
+# also some installed programs are perl scripts
+RDEPEND="
+   dev-lang/perl
+   jbig? ( media-libs/jbigkit:= )
+   jpeg? ( media-libs/libjpeg-turbo:=[static-libs?] )
+   png? (
+   >=media-libs/libpng-1.4:0=
+   sys-libs/zlib
+   )
+   postscript? (
+   app-text/ghostscript-gpl
+   sys-libs/zlib
+   )
+   rle? ( media-libs/urt:= )
+   svga? ( media-libs/svgalib )
+   tiff? ( >=media-libs/tiff-3.5.5:= )
+   xml? ( dev-libs/libxml2 )
+   X? ( x11-libs/libX11 )
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   app-arch/xz-utils
+   sys-devel/flex
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/netpbm-10.86.21-build.patch
+   "${FILESDIR}"/netpbm-11.0.0-misc-deps.patch
+   "${FILESDIR}"/netpbm-11.1.0-fix-clang-O2.patch
+)
+
+netpbm_libtype() {
+   case ${CHOST} in
+   *-darwin*) echo dylib;;
+   *) echo unixshared;;
+   esac
+}
+
+netpbm_libsuffix() {
+   local suffix=$(get_libname)
+   echo ${suffix//\.}
+}
+
+netpbm_ldshlib() {
+   case ${C

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

2023-03-12 Thread Viorel Munteanu
commit: 46ae5fc1a47411431e99a093a5d69e6193577702
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Sun Mar 12 21:19:29 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Mar 13 05:39:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ae5fc1

media-sound/sndio: Keyword 1.9.0 mips, #900238

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Viorel Munteanu  gentoo.org>

 media-sound/sndio/sndio-1.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sndio/sndio-1.9.0.ebuild 
b/media-sound/sndio/sndio-1.9.0.ebuild
index f805740ef608..b8820cd6e025 100644
--- a/media-sound/sndio/sndio-1.9.0.ebuild
+++ b/media-sound/sndio/sndio-1.9.0.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_MIN_CLONE_TYPE="single+tags"
 else
SRC_URI="http://www.sndio.org/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc 
~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~sparc ~x86"
 fi
 
 LICENSE="ISC"



[gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-swagger-ui-tag/

2023-03-13 Thread Viorel Munteanu
commit: c642d03ed60af099713d9fd6b3a64fa2a31bfe01
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Mar 12 10:11:15 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 10:11:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c642d03e

dev-python/mkdocs-swagger-ui-tag: add 0.6.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/mkdocs-swagger-ui-tag/Manifest  |  1 +
 .../mkdocs-swagger-ui-tag-0.6.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/mkdocs-swagger-ui-tag/Manifest 
b/dev-python/mkdocs-swagger-ui-tag/Manifest
index 53b79480f..8792987bd 100644
--- a/dev-python/mkdocs-swagger-ui-tag/Manifest
+++ b/dev-python/mkdocs-swagger-ui-tag/Manifest
@@ -1 +1,2 @@
 DIST mkdocs-swagger-ui-tag-0.5.2.gh.tar.gz 355 BLAKE2B 
89a73486c0b9075d4695ff5d83d8df92391e3e1fdebcefec40150911d929b710b7754777c5413e84005960cb425e9e825d8345c0fab78b7bafa6b5732bc3d977
 SHA512 
5b8eac5fad9ed245e6a3dabebff65b1c4af8239091c2557f558383ad965496c711a05d40c5965b313efa022757f3ec52abe894ba984ec4bbf3737d7d16286476
+DIST mkdocs-swagger-ui-tag-0.6.0.gh.tar.gz 3832872 BLAKE2B 
6a5ecc6f011dc32c10b4953888c031d63deb4a7ec2c11f588815b23409f67e4c2dabe48bb0edd9ee2f73b0d62d57d9d2f768ca73d7a5f90426c530e62528f9c8
 SHA512 
f66c1a3e551afaf38928cf89f8e6ed7c210c8b8b8323b7e9fd63e95389335f3f92abd5678b0c0394d94b8898a52a41a38083f20a2eac131853a82def8b2bf502

diff --git 
a/dev-python/mkdocs-swagger-ui-tag/mkdocs-swagger-ui-tag-0.6.0.ebuild 
b/dev-python/mkdocs-swagger-ui-tag/mkdocs-swagger-ui-tag-0.6.0.ebuild
new file mode 100644
index 0..bb97d7ca5
--- /dev/null
+++ b/dev-python/mkdocs-swagger-ui-tag/mkdocs-swagger-ui-tag-0.6.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="MkDocs Swagger UI Tag"
+HOMEPAGE="
+   https://blueswen.github.io/mkdocs-swagger-ui-tag/
+   https://pypi.org/project/mkdocs-swagger-ui-tag/
+   https://github.com/Blueswen/mkdocs-swagger-ui-tag
+"
+SRC_URI="https://github.com/Blueswen/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/mkdocs-material[${PYTHON_USEDEP}]
+   )
+"
+
+HTML_DOCS=( docs/. )
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+   rm docs/sitemap.xml.gz || die
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/feedbackd-device-themes/

2023-03-13 Thread Viorel Munteanu
commit: 31e4acfc5d8c3c13e7788dce3218f42c768b8559
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Mar 12 09:57:59 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 09:57:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31e4acfc

dev-libs/feedbackd-device-themes: add 0.1.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-libs/feedbackd-device-themes/Manifest   |  1 +
 .../feedbackd-device-themes-0.1.0.ebuild| 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-libs/feedbackd-device-themes/Manifest 
b/dev-libs/feedbackd-device-themes/Manifest
index 5a133c89a..439e884ff 100644
--- a/dev-libs/feedbackd-device-themes/Manifest
+++ b/dev-libs/feedbackd-device-themes/Manifest
@@ -1 +1,2 @@
 DIST feedbackd-device-themes-0.0.20220523.tar.gz 15113 BLAKE2B 
0c95a17f875b20d8bcc8eb05ed576f73dab7cc1b716133eba9b129a3e7a78f310c3f16d434712480058bf0281543f06404a1b04946fa7a9809163b3d7a099748
 SHA512 
ec669fd51dffb976ea5b04ba92e496e62d8e0d2ea82b16127e0c5d18daa536526e6506c0fab0d98f6ea1fb9231da38658809d56b3ce6c5e97c62d95443429336
+DIST feedbackd-device-themes-v0.1.0.tar.bz2 16341 BLAKE2B 
5eab615a8a5149534353eff0baf8712cb55aa93ccb8b56b3dd0df74eefd4f29a5eee45d952e527b75b0e9ff4ece3679fd56495166ff9917dcdfafe4037765000
 SHA512 
de0ea13356f637b7f7baa5521f7ec3f59e5e3e8c3fb18227bf3bd229a9d499088ea340e10e52f4e302dceacdb832f2713b1378b0d3acca6ce5384b3d6e4b2e18

diff --git 
a/dev-libs/feedbackd-device-themes/feedbackd-device-themes-0.1.0.ebuild 
b/dev-libs/feedbackd-device-themes/feedbackd-device-themes-0.1.0.ebuild
new file mode 100644
index 0..605c74886
--- /dev/null
+++ b/dev-libs/feedbackd-device-themes/feedbackd-device-themes-0.1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+MY_PV="v${PV}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="A daemon to provide haptic feedback on events (themes package)"
+HOMEPAGE="https://source.puri.sm/Librem5/feedbackd-device-themes;
+SRC_URI="https://source.puri.sm/Librem5/${PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+SLOT="0"



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

2023-03-13 Thread Viorel Munteanu
commit: 783d0d095ebcfcfa0fcd651b195b679947d8e038
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Mar 12 10:46:44 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 10:46:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=783d0d09

dev-python/sphinx-sitemap: add 2.5.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/sphinx-sitemap/Manifest |  1 +
 .../sphinx-sitemap/sphinx-sitemap-2.5.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/sphinx-sitemap/Manifest 
b/dev-python/sphinx-sitemap/Manifest
index 55e12c858..1decbe941 100644
--- a/dev-python/sphinx-sitemap/Manifest
+++ b/dev-python/sphinx-sitemap/Manifest
@@ -1 +1,2 @@
 DIST sphinx-sitemap-2.2.1.tar.gz 6629 BLAKE2B 
c6fe585799e601e42604e7db0e4fe1c6ed08b0bcbdbc9648156fd189aa5901268a7b6d41973ee5c6e61a8e3c347f7eddd52a408ea12e6f01c55c193a726ae28e
 SHA512 
1668433e686cea71116fed273368d6e25fb918dfda4daf24290121c38c1596f26095eb6a14eca5c4a7f81bc6904a48e0c32e14dc610c01f87e5eb2e6cf29dd7e
+DIST sphinx-sitemap-2.5.0.gh.tar.gz 25760 BLAKE2B 
eb005638eca1a6fb948c44a554739c4a40f5f282c8cdd8e1d34b8fef317316750e492d8d252a2bb3ba7ee652b0eeba81d9d2969d1b85c0538e3c090fcd547706
 SHA512 
6fc1eb6da9e10fce4180fac656fd048b5d0603da8a44a841c03452848ef844265da846ce8370f09d9cee7057a5746768b32975df31939684a1c8202f7117a3d6

diff --git a/dev-python/sphinx-sitemap/sphinx-sitemap-2.5.0.ebuild 
b/dev-python/sphinx-sitemap/sphinx-sitemap-2.5.0.ebuild
new file mode 100644
index 0..1e6016758
--- /dev/null
+++ b/dev-python/sphinx-sitemap/sphinx-sitemap-2.5.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1
+
+DESCRIPTION="Sitemap generator for Sphinx"
+HOMEPAGE="
+   https://pypi.org/project/sphinx-sitemap/
+   https://github.com/jdillard/sphinx-sitemap
+"
+SRC_URI="https://github.com/jdillard/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+#distutils_enable_sphinx docs/source \
+   #dev-python/furo \
+   #dev-python/sphinxemoji \
+   #dev-python/sphinxext-opengraph \
+   #dev-python/sphinx-contributors



[gentoo-commits] repo/proj/guru:master commit in: net-irc/pounce/

2023-03-13 Thread Viorel Munteanu
commit: 145212f44fcfb8923d6a1994b6e20e53d18ee292
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Mar 12 10:11:10 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 10:11:10 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=145212f4

net-irc/pounce: add 3.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 net-irc/pounce/Manifest  |  1 +
 net-irc/pounce/pounce-3.1.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/net-irc/pounce/Manifest b/net-irc/pounce/Manifest
index e69a997fa..63edbe1f3 100644
--- a/net-irc/pounce/Manifest
+++ b/net-irc/pounce/Manifest
@@ -1 +1,2 @@
 DIST pounce-3.0.tar.gz 50497 BLAKE2B 
2c86ca02110b5bcfdcfa8d2a1fd75c804a64c382fc428550a5d8cd2489c60ecfffac55fa01cd6a6f9f0347ac64d6fe599c454c77e0247e26d9661ac47a2196ce
 SHA512 
76fce4820c877202720505a96d45394027d88f9755fe9a96fb69e305699022d61f8dba7db524b0bc5058b5f999bcd02b82904525d3284b34a29ffbe64c1c3bc0
+DIST pounce-3.1.tar.gz 50801 BLAKE2B 
f18a6a347a8332ce3ffdb43dc5a6f0b2ef0a533e9a3b7b451c9834c93f6e030ba27382a3c6a39e793df94f4b6c9f196ba3c9e5b4a97f84e60c08fa0c26ee3e61
 SHA512 
b2c2481e152368080e6ce9b3be2d7920eb4cac630dabb994e31170fb44977e2235c0ff30a7f08e826a329da69371a3ff2dae33831cb93b18655f98fc6569da7d

diff --git a/net-irc/pounce/pounce-3.1.ebuild b/net-irc/pounce/pounce-3.1.ebuild
new file mode 100644
index 0..1a26d25bc
--- /dev/null
+++ b/net-irc/pounce/pounce-3.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo toolchain-funcs
+
+DESCRIPTION="Multi-client, TLS-only IRC bouncer"
+HOMEPAGE="https://git.causal.agency/pounce/about/;
+SRC_URI="https://git.causal.agency/${PN}/snapshot/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="palaver"
+
+DEPEND="
+   dev-libs/libretls:=
+   virtual/libcrypt:=
+   palaver? (
+   dev-db/sqlite:3
+   net-misc/curl
+   )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( {QUIRKS,README}.7 )
+
+src_configure() {
+   tc-export CC
+
+   local confargs=(
+   --enable-notify
+   $(use_enable palaver)
+
+   --prefix="${EPREFIX}/usr"
+   --mandir="${EPREFIX}/usr/share/man"
+   )
+
+   # note: not an autoconf configure script
+   edo ./configure "${confargs[@]}"
+}
+
+src_compile() {
+   emake all
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   einstalldocs
+
+   newinitd "${FILESDIR}"/pounce.initd pounce
+   newconfd "${FILESDIR}"/pounce.confd pounce
+
+   insinto /etc/pounce
+   doins "${FILESDIR}"/example.conf
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/tootle/

2023-03-13 Thread Viorel Munteanu
commit: 56305cea747ba9eec90aa94b0d774400ffd75f64
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Mar 12 13:59:47 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 13:59:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56305cea

gui-apps/tootle: update EAPI 7 -> 8

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 gui-apps/tootle/tootle-.ebuild | 47 +-
 1 file changed, 21 insertions(+), 26 deletions(-)

diff --git a/gui-apps/tootle/tootle-.ebuild 
b/gui-apps/tootle/tootle-.ebuild
index 81d0c5f8f..d14985956 100644
--- a/gui-apps/tootle/tootle-.ebuild
+++ b/gui-apps/tootle/tootle-.ebuild
@@ -1,50 +1,45 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit git-r3 gnome2-utils meson vala xdg-utils
 
 DESCRIPTION="Mastodon client written in GTK3"
-HOMEPAGE="https://github.com/bleakgrey/tootle;
+HOMEPAGE="https://gitlab.gnome.org/World/tootle;
 EGIT_REPO_URI="https://gitlab.gnome.org/World/tootle;
-LICENSE="GPL-3"
 
+LICENSE="GPL-3"
 SLOT="0"
 
 RDEPEND="
+   app-crypt/libsecret
+   dev-libs/glib:2
+   >=dev-libs/granite-0.5.2:=
dev-libs/json-glib
-   >=dev-libs/granite-0.5.2
-   gui-libs/libhandy:1.0/0
-   net-libs/libsoup
+   dev-libs/libgee:0.8=
+   dev-libs/libxml2:2
+   gui-libs/gtk:4
+   gui-libs/libadwaita:1
+   net-libs/libsoup:2.4
 "
-DEPEND="
-   ${RDEPEND}
-   dev-util/meson
-   dev-lang/vala
-   virtual/pkgconfig
+DEPEND="${RDEPEND}"
+BDEPEND="
+   $(vala_depend)
+   sys-devel/gettext
 "
 
 src_prepare() {
-   vala_src_prepare
+   vala_setup
default
 }
 
-src_install() {
-   meson_src_install
-   dosym "${EPREFIX}"/usr/bin/{com.github.bleakgrey.,}tootle
-}
-
-pkg_preinst() {
-   gnome2_gconf_savelist
-   gnome2_schemas_savelist
-}
-
 pkg_postinst() {
-   xdg_icon_cache_update
-   gnome2_gconf_install
+   xdg_pkg_postinst
gnome2_schemas_update
 }
 
 pkg_postrm() {
-   xdg_icon_cache_update
+   xdg_pkg_postinst
+   gnome2_schemas_update
 }



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2023-03-13 Thread Viorel Munteanu
commit: 3108a44f6b6501dad0a32e5dbe06bd9850d8a96b
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Mar 12 10:16:55 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 10:16:55 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3108a44f

app-text/komikku: add 1.14.0, drop 1.12.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest | 2 +-
 app-text/komikku/{komikku-1.12.1.ebuild => komikku-1.14.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index f0edfe154..efc262b88 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,2 @@
-DIST Komikku-v1.12.1.tar.bz2 5048587 BLAKE2B 
4055edebe237a665da9ed231b44c4a906246c154d6dc4608116baf4107663d8032a3b0faa2a6c0dca00b5df27af975a4f7e6f4b96976dd9d472d7775a7222cff
 SHA512 
d9c83ca821f5e5d377288ff7d7cb09c1a56a06fb80c2a9a96ca0d7a998acf12dfbec884ea96e142cf860d7a598716e482b7f4d1d5805292cc986e00155118a60
 DIST Komikku-v1.13.0.tar.bz2 5052567 BLAKE2B 
e8d23e6de55f0df1762fb248fa4f881e855feb63de068cf2ed3c9c71dfdbb31051f8cb36910328f2ac5e76af54dbcffcb0b49c3810e13adc04fc1f701bf0ca64
 SHA512 
2e1eecca064a222430c6e5023a12da92c1c299a2e221e84a0b570bf3e2824b0c7309cfd6726e334812092d612de5fd47729305567ba4aa9458998cfe36e32562
+DIST Komikku-v1.14.0.tar.bz2 5054403 BLAKE2B 
014cbd427a4f73f2b0b7c4b263e263b5de7dc27b09003e384b5d700e15e5ddcf883605619d8823d7c788f18febb1a156f1dcec4e42e1156c05e2053c0fd5fdf9
 SHA512 
9eb91103b00c73bb574f7217f36589b254899f233ec600b7f1db861a53c28abb060ff346cbf6ffc9b40356c51e1ba732302deb8a36bad6b532680cf760a331e4

diff --git a/app-text/komikku/komikku-1.12.1.ebuild 
b/app-text/komikku/komikku-1.14.0.ebuild
similarity index 100%
rename from app-text/komikku/komikku-1.12.1.ebuild
rename to app-text/komikku/komikku-1.14.0.ebuild



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

2023-03-13 Thread Viorel Munteanu
commit: 567675d299729a3d592de88519b70f23dab51de6
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Mar 12 13:25:59 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 13:26:28 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=567675d2

profiles: mask dev-python/skills

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2b588a4df..cd8cc4eff 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -14,6 +14,12 @@
 
 # New entries go on top.
 
+# Anna Vyalkova  (2023-03-12)
+# Dead package, no Python 3.10 support.
+# Masked for removal in 30 days.
+# https://github.com/McLeopold/PythonSkills/issues/11
+dev-python/skills
+
 # Anna Vyalkova  (2023-03-08)
 # Libraries with no consumers and no releases. Very hard to maintain.
 # Masked for removal in 30 days.



[gentoo-commits] repo/proj/guru:master commit in: profiles/, sys-apps/intel-cmt-cat/

2023-03-13 Thread Viorel Munteanu
commit: 960749776844b03fedc0a546c1faf5d2bac8c83c
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Mar 12 13:06:07 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 13:06:07 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96074977

sys-apps/intel-cmt-cat: disable appqos

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 profiles/package.use.mask |  4 ---
 sys-apps/intel-cmt-cat/intel-cmt-cat-4.4.0.ebuild | 41 ++-
 2 files changed, 3 insertions(+), 42 deletions(-)

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index 443a42e1a..dedfc0aff 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -7,10 +7,6 @@
 # Masked due to infinite run of tests with USE="openmp"
 ~sci-physics/SU2-7.2.0 openmp
 
-# Anna Vyalkova  (2022-11-18)
-# Depends on masked dev-python/gevent
-sys-apps/intel-cmt-cat appqos
-
 # Alessandro Barbieri  (2022-06-26)
 # depend on masked dev-python/python-binary-memcached
 dev-python/oslo-cache test

diff --git a/sys-apps/intel-cmt-cat/intel-cmt-cat-4.4.0.ebuild 
b/sys-apps/intel-cmt-cat/intel-cmt-cat-4.4.0.ebuild
index 399505811..6f31809b6 100644
--- a/sys-apps/intel-cmt-cat/intel-cmt-cat-4.4.0.ebuild
+++ b/sys-apps/intel-cmt-cat/intel-cmt-cat-4.4.0.ebuild
@@ -16,29 +16,10 @@ 
SRC_URI="https://github.com/intel/intel-cmt-cat/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="appqos perl"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   appqos? (
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/flask-restful[${PYTHON_USEDEP}]
-   dev-python/gevent[${PYTHON_USEDEP}]
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   sys-apps/CommsPowerManagement[${PYTHON_USEDEP}]
-   )
-   perl? ( dev-lang/perl:= )
-"
-DEPEND="
-   ${RDEPEND}
-   test? (
-   appqos? ( dev-python/mock[${PYTHON_USEDEP}] )
-   )
-"
+IUSE="perl"
+
+RDEPEND="perl? ( dev-lang/perl:= )"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 PATCHES=(
"${FILESDIR}/${P}-perl-makefile.patch"
"${FILESDIR}/${P}-no-strip.patch"
@@ -46,7 +27,6 @@ PATCHES=(
 )
 
 distutils_enable_tests unittest
-distutils_enable_tests pytest
 
 src_prepare() {
mkdir -p "${T}/prefix" || die
@@ -94,11 +74,6 @@ src_install() {
docinto rdtset
dodoc rdtset/README
 
-   if use appqos; then
-   docinto appqos
-   dodoc appqos/README.md
-   fi
-
unset DOCS
python_foreach_impl python_install
 
@@ -121,20 +96,10 @@ python_install() {
pushd "lib/python" || die
distutils-r1_python_install
popd || die
-
-   if use appqos; then
-   python_domodule appqos
-   fi
 }
 
 python_test() {
pushd "lib/python" || die
eunittest
popd || die
-
-   if use appqos; then
-   pushd "appqos" || die
-   epytest -vv tests
-   popd || die
-   fi
 }



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

2023-03-13 Thread Viorel Munteanu
commit: 19b1c252ed9ef70dd8f82c87cbdc1b29c0c5cafb
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Mar 12 16:05:47 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 16:14:52 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19b1c252

guru/profiles: add missing category (dev-raku)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>

 profiles/categories | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/categories b/profiles/categories
index 70e48d6c6..8eab23ff4 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -3,6 +3,7 @@ dev-hare
 dev-nim
 dev-octave
 dev-R
+dev-raku
 dev-zig
 mpv-plugin
 net-client



[gentoo-commits] repo/proj/guru:master commit in: sys-apps/intel-cmt-cat/

2023-03-13 Thread Viorel Munteanu
commit: e528d70ef74edfcf9310300eabed81d87413ece9
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Mar 12 14:00:06 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 14:00:06 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e528d70e

sys-apps/intel-cmt-cat: drop 4.3.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 sys-apps/intel-cmt-cat/Manifest   |   1 -
 sys-apps/intel-cmt-cat/intel-cmt-cat-4.3.0.ebuild | 140 --
 sys-apps/intel-cmt-cat/intel-cmt-cat-4.4.0.ebuild |   2 +-
 3 files changed, 1 insertion(+), 142 deletions(-)

diff --git a/sys-apps/intel-cmt-cat/Manifest b/sys-apps/intel-cmt-cat/Manifest
index 453e3f0f4..1f68d52f1 100644
--- a/sys-apps/intel-cmt-cat/Manifest
+++ b/sys-apps/intel-cmt-cat/Manifest
@@ -1,2 +1 @@
-DIST intel-cmt-cat-4.3.0.tar.gz 478547 BLAKE2B 
09dc746f9861dd1db5bdf7a46c469b57dbcf5215a9b418207581d4fe5abcdc4157169ace781f34f17228a5b4ad130af3a01f760d2c679be4c7d4efd3fc8208e4
 SHA512 
8229af3e931d7f32f1723c38cea9d3197554c076d64030256b05d44c2f1e6c3271501352ed4a8a8f4027a7c196f0a1fcf45fff48cb6f0f14c1d1ef45f7784fcd
 DIST intel-cmt-cat-4.4.0.tar.gz 494818 BLAKE2B 
827b5b001612ce0241088aabe2cfb87f460148e5321f92ff9f0a1b9d58ac1afe25e32afc3c842736f33f338e80a8ba64d983271504d8dc2cc89fcc95ff903b9a
 SHA512 
3882304976f5a27bb7085a764ac481114c403281648e288f75db3dba325c46572b88d5d47841711cf1bdc77f4706fb28026036f871bbfb763a66bcc226e1728d

diff --git a/sys-apps/intel-cmt-cat/intel-cmt-cat-4.3.0.ebuild 
b/sys-apps/intel-cmt-cat/intel-cmt-cat-4.3.0.ebuild
deleted file mode 100644
index 04b4cef8e..0
--- a/sys-apps/intel-cmt-cat/intel-cmt-cat-4.3.0.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} ) #pypy3 has warnings
-
-inherit distutils-r1 perl-module
-
-DESCRIPTION="User space software for Intel(R) Resource Director Technology"
-HOMEPAGE="
-   
https://www.intel.com/content/www/us/en/architecture-and-technology/resource-director-technology.html
-   https://github.com/intel/intel-cmt-cat
-"
-SRC_URI="https://github.com/intel/intel-cmt-cat/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="appqos perl"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   appqos? (
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/flask-restful[${PYTHON_USEDEP}]
-   dev-python/gevent[${PYTHON_USEDEP}]
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   sys-apps/CommsPowerManagement[${PYTHON_USEDEP}]
-   )
-   perl? ( dev-lang/perl:= )
-"
-DEPEND="
-   ${RDEPEND}
-   test? (
-   appqos? ( dev-python/mock[${PYTHON_USEDEP}] )
-   )
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-PATCHES=(
-   "${FILESDIR}/${PN}-perl-makefile.patch"
-   "${FILESDIR}/${P}-no-strip.patch"
-   "${FILESDIR}/${P}-respect-flags.patch"
-)
-
-distutils_enable_tests unittest
-distutils_enable_tests pytest
-
-src_prepare() {
-   mkdir -p "${T}/prefix" || die
-
-   distutils-r1_python_prepare_all
-}
-
-src_compile() {
-   emake all PREFIX="${T}/prefix"
-
-   pushd "lib/python" || die
-   python_foreach_impl distutils-r1_python_compile
-   popd || die
-
-   if use perl; then
-   pushd "lib/perl" || die
-   perl-module_src_configure
-   perl-module_src_compile
-   popd || die
-   fi
-}
-
-src_install() {
-   emake install PREFIX="${T}/prefix"
-
-   dobin "${T}"/prefix/bin/*
-   doheader "${T}"/prefix/include/*
-   doman "${T}"/prefix/man/man*/*
-   dolib.so "${T}"/prefix/lib/*
-
-   dobin tools/membw/membw
-   dobin snmp/rdt-agentx.pl
-
-   dodoc ChangeLog README.md
-   docinto membw
-   dodoc tools/membw/README
-   docinto pqos
-   dodoc -r pqos/README pqos/configs
-   docinto lib
-   dodoc lib/README
-   docinto lib/python
-   dodoc lib/python/README.md
-   docinto snmp
-   dodoc snmp/README
-   docinto rdtset
-   dodoc rdtset/README
-
-   if use appqos; then
-   docinto appqos
-   dodoc appqos/README.md
-   fi
-
-   unset DOCS
-   python_foreach_impl python_install
-
-   if use perl; then
-   pushd "lib/perl" || die
-   unset DOCS
-   myinst=( DESTDIR="${D}" )
-   perl-module_src_install
-   popd || die
-   docinto lib/perl
-   dodo

[gentoo-commits] repo/proj/guru:master commit in: www-apps/snac/

2023-03-13 Thread Viorel Munteanu
commit: f5fbf97e7c27b1ccf78f603cebd2ce563773baa1
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Mar 12 10:52:40 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 10:52:40 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5fbf97e

www-apps/snac: add 2.25, drop 2.17

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 www-apps/snac/Manifest   |  2 +-
 www-apps/snac/{snac-2.17.ebuild => snac-2.25.ebuild} | 14 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www-apps/snac/Manifest b/www-apps/snac/Manifest
index e500398a7..7c5b9eaa2 100644
--- a/www-apps/snac/Manifest
+++ b/www-apps/snac/Manifest
@@ -1,2 +1,2 @@
-DIST snac-2.17.tar.gz 76931 BLAKE2B 
b9e860434f929a24c0bba530c285dec449f58a0acfe893e12e909c6686306070615f1ad92d9560cae50184f19cd7e4f47666173292ce77b78d658c5baa741724
 SHA512 
804b72f537d832357d7678487475c055dad700ed1505ea1aafe8f1cc4f0c95bb20529cf20bebf45ffcfa7d6507c1fae2a3ac8e42b018bed358347aad435fda2a
 DIST snac-2.18.tar.gz 78216 BLAKE2B 
c88c67dcf559e54545ab6bc2739b8c8719cd121781a53ae216dffe130cc8e95b0c932100e769e880d3a4c8648e9387730df04682f63b904e78d7e665108a117d
 SHA512 
45e3d3a29fd2741c7d4040a05913050a45a003591630dc418a9513d40127aa0d891dd13b02fbb6ebc97feee906c9f08321aa3f5b573b7df48c4c2bd582cc5a58
+DIST snac-2.25.tar.gz 89142 BLAKE2B 
b42a2223730f7d4d2f2572d57a7fc2325c703f971e8e4e4a86d2b51a59cf85f079479a080a418d0dc5dabb3db630403a879629703f336dab08ec6944d49fe442
 SHA512 
89cf180dd16c4eb39e1b7bcaa6d5a3a062e4f9b54abe299f25a5d32b9b335bda26f80d80478fd5b68bf1275764def67f1b08378d33809d2de28554bacbb2c6f6

diff --git a/www-apps/snac/snac-2.17.ebuild b/www-apps/snac/snac-2.25.ebuild
similarity index 83%
rename from www-apps/snac/snac-2.17.ebuild
rename to www-apps/snac/snac-2.25.ebuild
index 419bef237..9c37289a4 100644
--- a/www-apps/snac/snac-2.17.ebuild
+++ b/www-apps/snac/snac-2.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -29,13 +29,13 @@ src_configure() {
tc-export CC
 }
 
-src_compile() {
-   emake CFLAGS="${CFLAGS}"
-}
-
 src_install() {
-   mkdir -p "${ED}"/usr/bin
-   emake PREFIX="${ED}/usr" PREFIX_MAN="${ED}/usr/share/man" install
+   local mymakeflags=(
+   PREFIX="${ED}/usr"
+   PREFIX_MAN="${ED}/usr/share/man"
+   )
+
+   emake "${mymakeflags[@]}" install
einstalldocs
 
doinitd "${FILESDIR}"/snac



[gentoo-commits] repo/proj/guru:master commit in: media-fonts/twemoji/

2023-03-13 Thread Viorel Munteanu
commit: 3d5c97bd0a06c624afc8a8aac9618ba5b9105129
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Mar 12 11:13:16 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 11:13:16 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d5c97bd

media-fonts/twemoji: add 14.0.2

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 media-fonts/twemoji/Manifest  |   2 +
 media-fonts/twemoji/twemoji-14.0.2.ebuild | 127 ++
 2 files changed, 129 insertions(+)

diff --git a/media-fonts/twemoji/Manifest b/media-fonts/twemoji/Manifest
index c46d4e0c7..a68b67968 100644
--- a/media-fonts/twemoji/Manifest
+++ b/media-fonts/twemoji/Manifest
@@ -1,2 +1,4 @@
 DIST twemoji-13.1.0-noto.tar.gz 170352518 BLAKE2B 
545e58d47b247998c0f376bbc9ec43fcb2ac4c1d24465420ae43a168987dcb7c4eba873b9cc64cfc6ffce3290551242d7e44ed69606f9c3d8a59dbeeddc3cdb2
 SHA512 
a7ea0c33f4703749d8a30f4be2fac5971429dcec7b6feed2645854d9ae1eebb428597a56ad148c3732e320a65d4133da30c0003ed39f07c5270462e31fdf3d0b
 DIST twemoji-13.1.0.tar.gz 4646713 BLAKE2B 
b144e76f2428d1fc523742a9501ac7c73af04e9d0ce4c1b5c5131da21d2a69416a8f3512dd0ffd01dd44e7b7620311abb8ced5c45f10c70ca9ec20406583820c
 SHA512 
a1463c76a2bbcece8871cb868967c0bff74a495bf88d28e41c8962ed12ffba1966ee622f72f6daa06db8debb62ae89fe1fffcd9272e8aa3fcc029713115b
+DIST twemoji-14.0.2-noto.tar.gz 170352518 BLAKE2B 
545e58d47b247998c0f376bbc9ec43fcb2ac4c1d24465420ae43a168987dcb7c4eba873b9cc64cfc6ffce3290551242d7e44ed69606f9c3d8a59dbeeddc3cdb2
 SHA512 
a7ea0c33f4703749d8a30f4be2fac5971429dcec7b6feed2645854d9ae1eebb428597a56ad148c3732e320a65d4133da30c0003ed39f07c5270462e31fdf3d0b
+DIST twemoji-14.0.2.tar.gz 4758975 BLAKE2B 
d339dd65d176888391195393137d295ffd5d5b9f98fed77268935f07445a2f505838fa74ae724f4a10f1dc9cffa7ef1f85b2652a50182713a4af500e90979cf8
 SHA512 
2256c47317b4802f4b26069f4d04eccff1621ec9595bb0696f1be54664add8c2d56f87cee06451eb2cbb8969d29cccdd56d10d5f11bcff08881c96d4ead2

diff --git a/media-fonts/twemoji/twemoji-14.0.2.ebuild 
b/media-fonts/twemoji/twemoji-14.0.2.ebuild
new file mode 100644
index 0..3018bc88d
--- /dev/null
+++ b/media-fonts/twemoji/twemoji-14.0.2.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit font python-any-r1
+
+NOTO_PV="2.034"
+DESCRIPTION="A color emoji font with a flat visual style, designed and used by 
Twitter"
+HOMEPAGE="
+   https://twemoji.twitter.com
+   https://github.com/twitter/twemoji
+"
+SRC_URI="
+   
https://github.com/googlefonts/noto-emoji/archive/refs/tags/v${NOTO_PV}.tar.gz 
-> ${P}-noto.tar.gz
+   https://github.com/twitter/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
+"
+S="${WORKDIR}/noto-emoji-${NOTO_PV}"
+
+LICENSE="Apache-2.0 CC-BY-4.0 MIT OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   ${PYTHON_DEPS}
+   app-arch/zopfli
+   media-gfx/pngquant
+   x11-libs/cairo
+   || (
+   media-gfx/imagemagick[png]
+   media-gfx/graphicsmagick[png]
+   )
+   $(python_gen_any_dep '
+   >=dev-python/fonttools-4.7.0[${PYTHON_USEDEP}]
+   >=dev-python/nototools-0.2.13[${PYTHON_USEDEP}]
+   ')
+"
+
+RESTRICT="binchecks strip"
+
+DOCS=( CONTRIBUTING.md FOLDERS.md LEGACY.md README.md )
+
+PATCHES=(
+   # https://github.com/googlei18n/noto-emoji/issues/240
+   "${FILESDIR}"/noto-build-path.patch
+   # Be more verbose
+   "${FILESDIR}"/noto-pngquant-verbose.patch
+
+)
+
+FONT_S="${S}"
+FONT_SUFFIX="ttf"
+FONT_CONF=( "${FILESDIR}"/75-${PN}.conf )
+
+python_check_deps() {
+   python_has_version "dev-python/fonttools[${PYTHON_USEDEP}]" &&
+   python_has_version "dev-python/nototools[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   font_pkg_setup
+}
+
+src_unpack() {
+   default
+
+   mv "${WORKDIR}"/${P}/assets "${S}" || die
+   mv "${WORKDIR}"/${P}/*.md "${S}" || die
+}
+
+src_prepare() {
+   default
+
+   # Be more verbose
+   sed -i -e 's:\(@$(ZOPFLIPNG) -y "$<" "$@"\) 1> /dev/null 2>&1:\1:g' 
Makefile || die
+
+   # Based on Fedora patch to allow graphicsmagick usage
+   if has_version -b media-gfx/graphicsmagick; then
+   eapply "${FILESDIR}/noto-use-gm.patch"
+   fi
+
+   sed NotoColorEmoji.tmpl.ttx.tmpl \
+   -e "s/Noto Color Emoji/${PN^}/" \
+   -e "s/NotoColorEmoji/${PN^}/" \
+   -e "s/Copyright .* Google Inc\./Twitter, Inc and other 
contributors./" \
+   

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

2023-03-13 Thread Viorel Munteanu
commit: 81cb9e7d46fa58537c50e92fe58fb386e38f4755
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sat Mar 11 14:34:24 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 17:37:46 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81cb9e7d

dev-python/textual:

Update atom, allow tests

Closes: https://bugs.gentoo.org/893386
Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/textual/Manifest  |  2 +-
 dev-python/textual/textual-0.10.1.ebuild | 35 --
 dev-python/textual/textual-0.14.0.ebuild | 82 
 3 files changed, 83 insertions(+), 36 deletions(-)

diff --git a/dev-python/textual/Manifest b/dev-python/textual/Manifest
index 00cd6ba2b..bdae15212 100644
--- a/dev-python/textual/Manifest
+++ b/dev-python/textual/Manifest
@@ -1 +1 @@
-DIST v0.10.1.gh.tar.gz 24509468 BLAKE2B 
12747e3d602087d848687b8fe4fcd230c2dc842a50a808d103bfa6eff6bd71393cd0ec9a0ef3bdb46f1f887cc1c32a2d8d44041842c30f46440e2135dc8ae433
 SHA512 
1b8e584dc2872a5067bcb7e1568c77c92d431344bc2e244a222f00699468fd0153c78e8dc91c4e2b9c0149d4248bddb7d37d9eee3e68e4c334abb3eee951
+DIST textual-0.14.0.gh.tar.gz 25273607 BLAKE2B 
9ce16bcb6e4fc5e3dea432f7a15086f5edef1740d9a0f55f6eeabf373fd7e64d0a3b06c277d1e61020def66b2d1d7d2b8f095747583b3a80da06c1103b198fe1
 SHA512 
1830546f8b07078f94525127f6a99771e54e29a9c4a217fda59f9b9de0fc85e893014af0d1a0b79fab4c237a76114516513662f67ce0203e72d2cba7f4f1bec7

diff --git a/dev-python/textual/textual-0.10.1.ebuild 
b/dev-python/textual/textual-0.10.1.ebuild
deleted file mode 100644
index 031e2a1b2..0
--- a/dev-python/textual/textual-0.10.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Modern Text User Interface framework"
-HOMEPAGE="https://github.com/Textualize/textual 
https://pypi.org/project/textual;
-SRC_URI="https://github.com/Textualize/textual/archive/refs/tags/v${PV}.tar.gz 
-> v${PV}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# For the tests we would need many python modules not in any overlays I could 
find
-
-RDEPEND="
-   dev-python/rich[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-lang/python
-   dev-python/poetry-core[${PYTHON_USEDEP}]
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${BDEPEND}
-   ${RDEPEND}
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/textual/textual-0.14.0.ebuild 
b/dev-python/textual/textual-0.14.0.ebuild
new file mode 100644
index 0..6a188c7f5
--- /dev/null
+++ b/dev-python/textual/textual-0.14.0.ebuild
@@ -0,0 +1,82 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Modern Text User Interface framework"
+HOMEPAGE="https://github.com/Textualize/textual 
https://pypi.org/project/textual;
+SRC_URI="https://github.com/Textualize/textual/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+# KEYWORDS="~amd64" # If set, can not commit because of dev-python/py-nanoid 
and dev-python/mkdocs-blog-plugin
+IUSE="doc"
+
+RDEPEND="
+   dev-python/rich[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   test? (
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   dev-python/msgpack[${PYTHON_USEDEP}]
+   dev-python/pytest-syrupy[${PYTHON_USEDEP}]
+   dev-python/py-nanoid[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/time-machine[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+   doc? (
+   dev-python/httpx[${PYTHON_USEDEP}]
+   dev-python/mkdocs[${PYTHON_USEDEP}]
+   dev-python/mkdocs-exclude[${PYTHON_USEDEP}]
+   dev-python/mkdocs-mkdocstrings[${PYTHON_USEDEP}]
+   dev-python/mkdocs-mkdocstrings-python[${PYTHON_USEDEP}]
+   dev-python/mkdocs-material[${PYTHON_USEDEP}]
+   dev-python/mkdocs-material-extensions[${PYTHON_USEDEP}]
+   dev-python/mkdocs-blog-plugin[${PYTHON_USEDEP}]
+   dev-python/mkdocs-rss-plugin[${PYTHON_USEDEP}]
+   dev-python/mkdocs-autorefs[${PYTHON_USEDEP}]
+   dev-python/py-nanoid[${PYTHON_USEDEP}]
+   

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

2023-03-13 Thread Viorel Munteanu
commit: 92c847b4818c95eb48ced6c108184a63f8f7336e
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sun Mar 12 09:30:22 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 17:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92c847b4

dev-python/ManimPango: unkeyword 0.4.3 for ~x86, remove tests

Closes: https://bugs.gentoo.org/893392
Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/ManimPango/Manifest|  2 +-
 dev-python/ManimPango/ManimPango-0.4.3.ebuild | 21 +
 2 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/dev-python/ManimPango/Manifest b/dev-python/ManimPango/Manifest
index d40b55be9..3c0f384b7 100644
--- a/dev-python/ManimPango/Manifest
+++ b/dev-python/ManimPango/Manifest
@@ -1 +1 @@
-DIST v0.4.3.gh.tar.gz 4144247 BLAKE2B 
cf6506a7928d9838fad2a0539b39aee6e6b3539f5fcf957817deeca2bdb01c48ed7cbd56bca4f70816f945b918e48a7db7a160f710c2c4f3be77f625cd665e95
 SHA512 
0bf46f66a20fd2be6ea6fe0e1b7a6fdb51276820827771b0d5d4c34ca465e939566964bb02da35109bddbb3bc10875d7b7c71767ffc4f83a593712253262a886
+DIST .gh.tar.gz 4144247 BLAKE2B 
cf6506a7928d9838fad2a0539b39aee6e6b3539f5fcf957817deeca2bdb01c48ed7cbd56bca4f70816f945b918e48a7db7a160f710c2c4f3be77f625cd665e95
 SHA512 
0bf46f66a20fd2be6ea6fe0e1b7a6fdb51276820827771b0d5d4c34ca465e939566964bb02da35109bddbb3bc10875d7b7c71767ffc4f83a593712253262a886

diff --git a/dev-python/ManimPango/ManimPango-0.4.3.ebuild 
b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
index eff2a188a..551bc5b46 100644
--- a/dev-python/ManimPango/ManimPango-0.4.3.ebuild
+++ b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
@@ -4,26 +4,23 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="Binding for Pango, to use with Manim."
 HOMEPAGE="https://github.com/ManimCommunity/ManimPango 
https://pypi.org/project/manimpango;
-SRC_URI="https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v${PV}.tar.gz
 -> v${PV}.gh.tar.gz"
+SRC_URI="https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v${PV}.tar.gz
 -> ${V}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
+KEYWORDS="~amd64"
 
-RDEPEND=""
-BDEPEND="
-   dev-python/cython
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   x11-libs/pango
-"
+BDEPEND="x11-libs/pango"
 DEPEND="${BDEPEND}"
 
-distutils_enable_tests pytest
+src_prepare() {
+   # The tests always fails (ManimPango has to be installed for them to 
work)
+   rm -rf "${S}/tests"
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/proj/guru:master commit in: app-misc/clifm/, app-misc/clifm/files/

2023-03-13 Thread Viorel Munteanu
commit: e2dad95f64fcccf52958929e567e6b385c7c8718
Author: Michael Yang  gmail  com>
AuthorDate: Sun Mar 12 23:38:45 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 23:38:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2dad95f

app-misc/clifm: add 1.10, drop 1.6

Signed-off-by: Michael Yang  gmail.com>

 app-misc/clifm/Manifest|  2 +-
 app-misc/clifm/{clifm-1.6.ebuild => clifm-1.10.ebuild} |  0
 patch => clifm-1.10-gentoo-skip-manpage-compression.patch} |  0
 .../files/clifm-1.6-gentoo-skip-manpage-compression.patch  | 10 --
 .../files/clifm--gentoo-skip-manpage-compression.patch |  2 +-
 5 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/app-misc/clifm/Manifest b/app-misc/clifm/Manifest
index 12627bdee..dcc3817a5 100644
--- a/app-misc/clifm/Manifest
+++ b/app-misc/clifm/Manifest
@@ -1,4 +1,4 @@
-DIST clifm-1.6.tar.gz 1268633 BLAKE2B 
de36f0d3bc1c6584471d313f346a9db77f659b4fde41775e45c78066db12aff8bf33a58b3c5d0f9cd43800cf823f0508c2abb5c88ff50a28147aec5c7e7178df
 SHA512 
a8f6b73070779d0d49b41109bee1b418cb6eb4fb1ac8e684cf859e1137336df2655ddfb5107b50674a5380364f572fe47cc72f58c25c4ff6439593b411a5f69e
+DIST clifm-1.10.tar.gz 1355974 BLAKE2B 
d5c3ad1b8617471156f8759ebda4e2d62bb7b9db57f61287eb6b1a99f72cac04cea9a9f02bc82d8188a62b18b72e207d017b9bb2c910aa44560691506d50a0aa
 SHA512 
9d59f0258fd44b02eefc0f0eb1ef9f18c90395e440b6ac775211345c64d97dbecef32f746f081a0ab602ab0a58a314be9e873baa538e42939c52eb57d2464d75
 DIST clifm-1.7.tar.gz 1310379 BLAKE2B 
d37e5f4d013c7a7c8427993aa0ff187bac33cb8a89b75b368ce77eb11cbb3275f5cfabec1037e0b3052471633e763d22a7debe019c75ae6098f44cda0e9f7d70
 SHA512 
30bdc33090846b82edb2cf6372ca3515806f85261405476518d9b5cb1f9dc22e513263cac70f7d93bb85e6489b1486868964b1719637c1b317ce491b5734c453
 DIST clifm-1.8.tar.gz 1302830 BLAKE2B 
87e7dc41053af6ccbd819ec0403ca14aeb40865ea49ab87e8601765be771b5e447f593ffb9f94674dbc2afbdb67849a5a8a1d2b26ab524479c4edbfb2c4c79a6
 SHA512 
4b534f4c33462dd6571d69a5b0405295580d980f7c5c43f0893828c7ab624eb366f7e617a97b0357a26663df3c25b1cb2c175ee372f8c18e9b3f061186b76827
 DIST clifm-1.9.tar.gz 1331325 BLAKE2B 
221f7e3f5a9904a24af6bf31c7ea433e70688ba0cf23e9b6b50478b15f3f16c3b0119e673dfe3991e34ee359d1c6dafeba12c4f9cb1de12255094d1226a6e584
 SHA512 
03406e2b58accc525bce957a8e27d276503ab63e426cea8023a2835ed4592dabe1f160dcb1502a87851e1afabedb985e634a2c3a0cafa84acdfd29a04f4c3b86

diff --git a/app-misc/clifm/clifm-1.6.ebuild b/app-misc/clifm/clifm-1.10.ebuild
similarity index 100%
rename from app-misc/clifm/clifm-1.6.ebuild
rename to app-misc/clifm/clifm-1.10.ebuild

diff --git 
a/app-misc/clifm/files/clifm--gentoo-skip-manpage-compression.patch 
b/app-misc/clifm/files/clifm-1.10-gentoo-skip-manpage-compression.patch
similarity index 100%
copy from app-misc/clifm/files/clifm--gentoo-skip-manpage-compression.patch
copy to app-misc/clifm/files/clifm-1.10-gentoo-skip-manpage-compression.patch

diff --git 
a/app-misc/clifm/files/clifm-1.6-gentoo-skip-manpage-compression.patch 
b/app-misc/clifm/files/clifm-1.6-gentoo-skip-manpage-compression.patch
deleted file mode 100644
index f15172e66..0
--- a/app-misc/clifm/files/clifm-1.6-gentoo-skip-manpage-compression.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -49,7 +49,6 @@ install: build
-   $(INSTALL) -m 0755 -d $(DESTDIR)$(DATADIR)/zsh/site-functions
-   $(INSTALL) -m 0755 -d $(DESTDIR)$(DESKTOPICONPREFIX)/scalable/apps
-   $(INSTALL) -m 0644 misc/manpage $(DESTDIR)$(MANDIR)/man1/$(BIN).1
--  gzip -f -- $(DESTDIR)$(MANDIR)/man1/$(BIN).1
-   $(INSTALL) -m 0644 misc/completions.bash 
$(DESTDIR)$(DATADIR)/bash-completion/completions/$(BIN)
-   $(INSTALL) -m 0644 misc/completions.zsh 
$(DESTDIR)$(DATADIR)/zsh/site-functions/_$(BIN)
-   $(INSTALL) -m 0644 misc/$(BIN).desktop $(DESTDIR)$(DESKTOPPREFIX)

diff --git 
a/app-misc/clifm/files/clifm--gentoo-skip-manpage-compression.patch 
b/app-misc/clifm/files/clifm--gentoo-skip-manpage-compression.patch
index 20406d986..365df14c7 100644
--- a/app-misc/clifm/files/clifm--gentoo-skip-manpage-compression.patch
+++ b/app-misc/clifm/files/clifm--gentoo-skip-manpage-compression.patch
@@ -2,7 +2,7 @@ Skip manpage compression in makefile.
 
 --- a/Makefile
 +++ b/Makefile
-@@ -53,7 +53,6 @@ install: $(BIN)
+@@ -54,7 +54,6 @@ install: $(BIN)
$(INSTALL) -m 0755 -d $(DESTDIR)$(DATADIR)/zsh/site-functions
$(INSTALL) -m 0755 -d $(DESTDIR)$(DESKTOPICONPREFIX)/scalable/apps
$(INSTALL) -m 0644 misc/manpage $(DESTDIR)$(MANDIR)/man1/$(BIN).1



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

2023-03-13 Thread Viorel Munteanu
commit: 5c8626d61a59319a1311936d997946fe98798ac5
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sun Mar 12 12:00:23 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 17:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c8626d6

dev-python/pyrr: unkeyword 0.10.3 for ~x86, allow tests and doc

Closes: https://bugs.gentoo.org/893460
Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/pyrr/pyrr-0.10.3.ebuild | 37 ++---
 1 file changed, 22 insertions(+), 15 deletions(-)

diff --git a/dev-python/pyrr/pyrr-0.10.3.ebuild 
b/dev-python/pyrr/pyrr-0.10.3.ebuild
index 574118c51..038b8a499 100644
--- a/dev-python/pyrr/pyrr-0.10.3.ebuild
+++ b/dev-python/pyrr/pyrr-0.10.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
@@ -15,32 +15,39 @@ S="${WORKDIR}/Pyrr-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
+IUSE="doc"
 
-RDEPEND=""
 BDEPEND="
dev-python/multipledispatch[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
 "
 DEPEND="${BDEPEND}"
 
 python_compile() {
distutils-r1_python_compile
-   find ./ -type f -exec sed -i 
's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' {} \;
-   emake man -C docs
+   if use doc; then
+   find "${S}/docs" -type f -exec sed -i 
's/sphinx\.ext\.pngmath/sphinx\.ext\.imgmath/g' {} \;
+   emake man -C docs
+   fi
 }
 
 python_install() {
distutils-r1_python_install
-   doman "${S}/docs/build/man/pyrr.1"
+   use doc && doman "${S}/docs/build/man/pyrr.1"
 }
 
-# The tests failed with `module 'numpy' has no attribute 'float'`
-# distutils_enable_tests pytest
-# python_test() {
-# cd "${T}" || die
-# epytest "${S}"/tests || die "Tests failed with ${EPYTHON}"
-# }
+distutils_enable_tests pytest
+python_test() {
+   local 
EPYTEST_DESELECT="tests/test_matrix44.py::test_matrix44::test_create_perspective_projection_matrix_dtype"
+   find "${S}/tests" -iname "*.py" -exec sed -i \
+   -e 's/np\.float/float/g' \
+   -e 's/float32/np\.float32/g' \
+   -e 's/np\.int/int/g' \
+   -e 's/int16/np\.int16/g' \
+   {} \;
+   epytest "${S}/tests" || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/starkbank-ecdsa/

2023-03-13 Thread Viorel Munteanu
commit: 756cd764a7028a3571900f16f1297c88f46ffb91
Author: Stepan Kulikov  pm  me>
AuthorDate: Mon Mar 13 07:26:21 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Mar 13 07:26:21 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=756cd764

dev-python/starkbank-edcsa: Update keywords

Set keyword to "~amd64" to mark it unstable

Signed-off-by: Stepan Kulikov  pm.me>

 dev-python/starkbank-ecdsa/starkbank-ecdsa-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/starkbank-ecdsa/starkbank-ecdsa-2.2.0.ebuild 
b/dev-python/starkbank-ecdsa/starkbank-ecdsa-2.2.0.ebuild
index a623f9244..abd4bcfc3 100644
--- a/dev-python/starkbank-ecdsa/starkbank-ecdsa-2.2.0.ebuild
+++ b/dev-python/starkbank-ecdsa/starkbank-ecdsa-2.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
+KEYWORDS="~amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-rss-plugin/

2023-03-13 Thread Viorel Munteanu
commit: 1a7c0332ef7ed5278cc7f69d6ed5bacfec3bda8c
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sat Mar 11 12:10:32 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 17:37:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a7c0332

dev-python/mkdocs-rss-plugin:

Update atom, allow tests

Closes: https://bugs.gentoo.org/894298
Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/mkdocs-rss-plugin/Manifest  |  2 +-
 .../mkdocs-rss-plugin-1.5.0.ebuild | 43 -
 .../mkdocs-rss-plugin-1.6.0.ebuild | 56 ++
 3 files changed, 57 insertions(+), 44 deletions(-)

diff --git a/dev-python/mkdocs-rss-plugin/Manifest 
b/dev-python/mkdocs-rss-plugin/Manifest
index 4ba441bac..72294a5a8 100644
--- a/dev-python/mkdocs-rss-plugin/Manifest
+++ b/dev-python/mkdocs-rss-plugin/Manifest
@@ -1 +1 @@
-DIST mkdocs-rss-plugin-1.5.0.gh.tar.gz 39301 BLAKE2B 
8d92ee030115b3d8ea589509a9558d61d72bfa4abd55b3451262928df8a63c9ed0399c2cd883a8d070c15241396cffcd96fd953a6b8e781b0d922d287b950886
 SHA512 
1ed861bca8feaab869c1e88a0533110a7b617b7a5bd68b6ea4b454975c56fee1aaa118d65abf8e8c03d41ff5b367f9561dee08cdffbcf7bfffa7268306c3f4b8
+DIST mkdocs-rss-plugin-1.6.0.gh.tar.gz 40747 BLAKE2B 
b10b65dc28a7c72b7f4ba6b2a9b866640dad196522724de510629183c71c80ab7fd3de66cca9fc06373b08b0ab2434248b8b2cf7d82ee12c06e94f73e61d0124
 SHA512 
b3f7a4037eddd0c9bd98448026d82407ba7042c4b4c33bbfa1932e516cdd54c26bc326030e4dc30e92d7e8f8aea3bdc83969f57f17d7e8668547d92c57ff714b

diff --git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild 
b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild
deleted file mode 100644
index ad0721f47..0
--- a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="MkDocs plugin to generate a RSS feeds."
-HOMEPAGE="https://github.com/Guts/mkdocs-rss-plugin 
https://pypi.org/project/mkdocs-rss-plugin;
-SRC_URI="https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RDEPEND=""
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/mkdocs[${PYTHON_USEDEP}]
-   dev-python/GitPython[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/mkdocs-bootswatch[${PYTHON_USEDEP}]
-   dev-python/mkdocs-minify-plugin[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pymdown-extensions[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="${BDEPEND}"
-
-# No test because of upstream bug
-# BDEPEND+="
-#  test? (
-#  dev-python/black[${PYTHON_USEDEP}]
-#  dev-python/feedparser[${PYTHON_USEDEP}]
-#  dev-python/flake8[${PYTHON_USEDEP}]
-#  dev-vcs/pre-commit
-#  dev-python/pytest-cov[${PYTHON_USEDEP}]
-#  )"
-# distutils_enable_tests pytest

diff --git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild 
b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild
new file mode 100644
index 0..87050fd62
--- /dev/null
+++ b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1
+
+DESCRIPTION="MkDocs plugin to generate a RSS feeds."
+HOMEPAGE="https://github.com/Guts/mkdocs-rss-plugin 
https://pypi.org/project/mkdocs-rss-plugin;
+SRC_URI="https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   dev-python/mkdocs[${PYTHON_USEDEP}]
+   dev-python/GitPython[${PYTHON_USEDEP}]
+   test? (
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/feedparser[${PYTHON_USEDEP}]
+   dev-vcs/pre-commit
+   dev-python/validator-collection[${PYTHON_USEDEP}]
+   dev-python/mkdocs-bootswatch[${PYTHON_USEDEP}]
+   dev-python/mkdocs-minify-plugin[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pymdown-extensions[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${BDEPEND}"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i \
+   -e 's/--cov-config=setup.cfg//' \
+   -e 's/--cov=mkdocs_rss_plugin//' \
+   -e 's/--cov-r

[gentoo-commits] repo/proj/guru:master commit in: dev-python/sendgrid/, dev-python/python-http-client/, ...

2023-03-13 Thread Viorel Munteanu
commit: 70633e9620351f23404bc3eed9f8a630efa54c83
Author: Stepan Kulikov  pm  me>
AuthorDate: Mon Mar 13 07:09:11 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Mar 13 07:09:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70633e96

dev-python/sendgrid: new package

Bug ID - 899732
Added new package - sendgrid and it's dependencies
(python-http-client and starkbank-ecdsa)

Signed-off-by: Stepan Kulikov  pm.me>

 dev-python/python-http-client/Manifest |  1 +
 dev-python/python-http-client/metadata.xml | 12 +++
 .../python-http-client-3.3.5.ebuild| 37 ++
 dev-python/sendgrid/Manifest   |  1 +
 dev-python/sendgrid/metadata.xml   | 12 +++
 dev-python/sendgrid/sendgrid-6.9.7.ebuild  | 35 
 dev-python/starkbank-ecdsa/Manifest|  1 +
 dev-python/starkbank-ecdsa/metadata.xml| 12 +++
 .../starkbank-ecdsa/starkbank-ecdsa-2.2.0.ebuild   | 33 +++
 9 files changed, 144 insertions(+)

diff --git a/dev-python/python-http-client/Manifest 
b/dev-python/python-http-client/Manifest
new file mode 100644
index 0..f1c300600
--- /dev/null
+++ b/dev-python/python-http-client/Manifest
@@ -0,0 +1 @@
+DIST python-http-client-3.3.5.tar.gz 7852 BLAKE2B 
6ebcd545b3dfe06e9daf4c0c373d91f9a8ecbf9dc411b579794bbbfa5047bb388ff2fa7d1ba04cf71c64a9af5b1da2283d8ed5b5b0a3dca49f4db5cd7f569d57
 SHA512 
54fe0d871be4d9743d5601c218d20c513a88eac8f91afa0222daf8d585819dabe3b9fdaf63e0810e46fe94dbf72185af7460f7c39ebf00312fd8eb7411a90f75

diff --git a/dev-python/python-http-client/metadata.xml 
b/dev-python/python-http-client/metadata.xml
new file mode 100644
index 0..7d2c119aa
--- /dev/null
+++ b/dev-python/python-http-client/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  stepan...@pm.me
+  Stepan Kulikov
+
+
+sendgrid/python-http-client
+python-http-client
+
+

diff --git a/dev-python/python-http-client/python-http-client-3.3.5.ebuild 
b/dev-python/python-http-client/python-http-client-3.3.5.ebuild
new file mode 100644
index 0..f31564a47
--- /dev/null
+++ b/dev-python/python-http-client/python-http-client-3.3.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="HTTP REST client, simplified for Python"
+HOMEPAGE="https://github.com/sendgrid/python-http-client 
https://pypi.org/project/python-http-client/;
+MY_PN=${PN//-/_}
+MY_P=${MY_PN}-${PV}
+SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/${MY_PN}-${PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DOCS="README.rst"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v -v || die
+}
+
+distutils_enable_tests pytest
+

diff --git a/dev-python/sendgrid/Manifest b/dev-python/sendgrid/Manifest
new file mode 100644
index 0..70609ab01
--- /dev/null
+++ b/dev-python/sendgrid/Manifest
@@ -0,0 +1 @@
+DIST sendgrid-6.9.7.tar.gz 49919 BLAKE2B 
2fdc245e026d21864d1fd1ea761b88b2597434d9d2287ae2d518802b307d737341c4caed8c2d10d3747482817eeefe5511b8a72a5dfaff6bc31515715fd0ef22
 SHA512 
861e056c0583bf734b0ccd6c3e940d0bdea621e9f21b6482b72d06721afaa9968290550a9c16b1487c9c0891924731d0d6a152d2dd07070f05800acd2ea5aab8

diff --git a/dev-python/sendgrid/metadata.xml b/dev-python/sendgrid/metadata.xml
new file mode 100644
index 0..1d8fa0699
--- /dev/null
+++ b/dev-python/sendgrid/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  stepan...@pm.me
+  Stepan Kulikov
+
+
+sendgrid/sendgrid-python
+sendgrid
+
+

diff --git a/dev-python/sendgrid/sendgrid-6.9.7.ebuild 
b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
new file mode 100644
index 0..da0214ef8
--- /dev/null
+++ b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Twilio SendGrid library for Python"
+HOMEPAGE="https://github.com/sendgrid/sendgrid-python/ 
https://pypi.org/project/sendgrid/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DOCS="REA

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

2023-03-13 Thread Viorel Munteanu
commit: 1c12017a4334d020223436eb5c162bbf15197ad7
Author: Stepan Kulikov  pm  me>
AuthorDate: Mon Mar 13 07:27:16 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Mar 13 07:27:16 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c12017a

dev-python/sendgrid: Update keywords

Set keyword to "~amd64" to mark it unstable

Signed-off-by: Stepan Kulikov  pm.me>

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

diff --git a/dev-python/sendgrid/sendgrid-6.9.7.ebuild 
b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
index da0214ef8..62f564ce9 100644
--- a/dev-python/sendgrid/sendgrid-6.9.7.ebuild
+++ b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
+KEYWORDS="~amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/python-http-client/

2023-03-13 Thread Viorel Munteanu
commit: 105bd42618e9d93e494a246fcccd0b2ccb8e970a
Author: Stepan Kulikov  pm  me>
AuthorDate: Mon Mar 13 07:24:31 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Mar 13 07:24:31 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=105bd426

dev-python/python-http-client: Update keywords

Set keyword to "~amd64" to mark it unstable

Signed-off-by: Stepan Kulikov  pm.me>

 dev-python/python-http-client/python-http-client-3.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-http-client/python-http-client-3.3.5.ebuild 
b/dev-python/python-http-client/python-http-client-3.3.5.ebuild
index f31564a47..623d48570 100644
--- a/dev-python/python-http-client/python-http-client-3.3.5.ebuild
+++ b/dev-python/python-http-client/python-http-client-3.3.5.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_PN}-${PV}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
+KEYWORDS="~amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-03-13 Thread Viorel Munteanu
commit: 37336639f742b692b584810f361f41b36f174575
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Mar 13 07:52:02 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Mar 13 08:00:19 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37336639

dev-python/stone: revert update SRC_URI

This reverts commit 0b6272f87c9482115d5abcc23ad5f2dbbf7b325c.

I had the gh archive in cache.  The pypi one does not work.

Closes: https://bugs.gentoo.org/900969
Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/stone/Manifest   | 2 +-
 dev-python/stone/stone-3.3.1.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/stone/Manifest b/dev-python/stone/Manifest
index 619d554c0..8a0159f95 100644
--- a/dev-python/stone/Manifest
+++ b/dev-python/stone/Manifest
@@ -1 +1 @@
-DIST stone-3.3.1.tar.gz 282831 BLAKE2B 
b9a866e43feedea28cd33b89f78100be520a2756fa7e9a786ae27942a5c19df51010c0af952de70c782d3fc3588de1ae0f58450d807053989bb91d285f15
 SHA512 
ee07f01b6f10e771afbe6ca6f07d7efa24a5460e5c163f339ae84a8b7742a659f5cb535e674a2f315d1bfa95b7c02e56f46db1f397188b5b6705f6c00c1e9d73
+DIST stone-3.3.1.gh.tar.gz 282831 BLAKE2B 
b9a866e43feedea28cd33b89f78100be520a2756fa7e9a786ae27942a5c19df51010c0af952de70c782d3fc3588de1ae0f58450d807053989bb91d285f15
 SHA512 
ee07f01b6f10e771afbe6ca6f07d7efa24a5460e5c163f339ae84a8b7742a659f5cb535e674a2f315d1bfa95b7c02e56f46db1f397188b5b6705f6c00c1e9d73

diff --git a/dev-python/stone/stone-3.3.1.ebuild 
b/dev-python/stone/stone-3.3.1.ebuild
index f73b12f3e..a2e5a2980 100644
--- a/dev-python/stone/stone-3.3.1.ebuild
+++ b/dev-python/stone/stone-3.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1 pypi
+inherit distutils-r1
 
 DESCRIPTION="The Official Api Spec Language for Dropbox"
 HOMEPAGE="
@@ -14,6 +14,7 @@ HOMEPAGE="
https://github.com/dropbox/stone
https://pypi.org/project/stone/
 "
+SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2023-03-09 Thread Viorel Munteanu
commit: c9520040d09ef46d20846bb4bc98029c8c88f6f0
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar  9 08:49:10 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 08:55:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9520040

dev-util/kbuild: fix compilation with clang-16

Closes: https://bugs.gentoo.org/898770
Bug: https://bugs.gentoo.org/895836
Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-util/kbuild/Manifest |  1 +
 ...998.3572-r2.ebuild => kbuild-0.1.9998.3499-r3.ebuild} | 16 +---
 ...998.3572-r2.ebuild => kbuild-0.1.9998.3572-r3.ebuild} |  9 +++--
 3 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/dev-util/kbuild/Manifest b/dev-util/kbuild/Manifest
index 4632dc45dd6d..4d02cb222e1c 100644
--- a/dev-util/kbuild/Manifest
+++ b/dev-util/kbuild/Manifest
@@ -1,2 +1,3 @@
+DIST kbuild-0.1.9998.3499-fix-clang.patch.bz2 10161 BLAKE2B 
a6f5a5c35553825682db92ab5ab0e1bd638e246fd1fa62dfaf97085e33940ca41c8ab29463ebb61d00c19c6775767ddb8fdfe9c28425741e1616cc43799631a5
 SHA512 
1a3a7509d899ba2d827329dd6658a67ee93520e89b51ea42f3268053c732785d0c7f808961bde5d5312cc604bedaf617df50eadf4efbb8c4216fe404d378473e
 DIST kbuild-0.1.9998.3499-src.tar.xz 2371580 BLAKE2B 
847c5c67ded37ca87228ff7164d6c7f2f670a57f2fd94d6d0bf4f8896266e7fe5442666c03dbda016564a52dc91d10be83f0d4b0ef5093db0f5210ac8d5f3aaa
 SHA512 
eebdcd1d2fa71313edd764d45a4aa3580078af22d7c5fed32d3d139a4f41c4e028282fdfdda0ee9b617ed0e8e63b8f5d065b3cf6647f08fe446560938b7577fc
 DIST kbuild-0.1.9998.3572-src.tar.xz 3973848 BLAKE2B 
103e42d719fd77bc5c55aea48bdfd01c8ad136529cc76cc8c1297f87e21e5d4e2e7149f9321c5174808613a84331dbea8bb4c0a7662eb2de9e1045c8ad365047
 SHA512 
96bb5e1759990bf3acaca4b0ba7c02926c6607b0cd94f7fca222b13eee5c3364c64b35e3473c5cee45fa094cb2b851ac9f3a3a9fe60cff894baf46238ccb4006

diff --git a/dev-util/kbuild/kbuild-0.1.9998.3572-r2.ebuild 
b/dev-util/kbuild/kbuild-0.1.9998.3499-r3.ebuild
similarity index 78%
copy from dev-util/kbuild/kbuild-0.1.9998.3572-r2.ebuild
copy to dev-util/kbuild/kbuild-0.1.9998.3499-r3.ebuild
index 3b479cd2d78d..b593d5a5406c 100644
--- a/dev-util/kbuild/kbuild-0.1.9998.3572-r2.ebuild
+++ b/dev-util/kbuild/kbuild-0.1.9998.3499-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,11 +7,14 @@ inherit autotools toolchain-funcs
 
 DESCRIPTION="A makefile framework for writing simple makefiles for complex 
tasks"
 HOMEPAGE="https://trac.netlabs.org/kbuild/wiki;
-SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}-src.tar.xz;
+SRC_URI="
+   https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}-src.tar.xz
+   
https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${PN}-0.1.9998.3499-fix-clang.patch.bz2
+"
 
 LICENSE="GPL-3+"
 SLOT="0"
-#KEYWORDS="~amd64 ~x86"# for testing only.  This version is buggy
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 BDEPEND="
@@ -27,11 +30,18 @@ PATCHES=(
"${FILESDIR}/${PN}-0.1.5-gentoo-docdir.patch"
"${FILESDIR}/${PN}-0.1.9998_pre20120806-qa.patch"
"${FILESDIR}/${PN}-0.1.9998_pre20110817-kash-link-pthread.patch"
+   "${FILESDIR}/${PN}-0.1.9998.3499-gold.patch"
+
+   # Please check on version bumps if this can be removed
+   
"${FILESDIR}/${PN}-0.1.9998.3499-kash-no_separate_parser_allocator.patch"
+
"${FILESDIR}/${PN}-0.1.9998.3572-fix-bison.patch"
"${FILESDIR}/${PN}-0.1.9998.3572-fix-lto.patch"
"${FILESDIR}/${PN}-0.1.9998.3499-implicit-function-declaration.patch"
"${FILESDIR}/${PN}-0.1.9998.3499-int-conversion.patch"
"${FILESDIR}/${PN}-0.1.9998.3499-fix-CC.patch"
+
+   "${WORKDIR}/${PN}-0.1.9998.3499-fix-clang.patch"
 )
 
 pkg_setup() {

diff --git a/dev-util/kbuild/kbuild-0.1.9998.3572-r2.ebuild 
b/dev-util/kbuild/kbuild-0.1.9998.3572-r3.ebuild
similarity index 87%
rename from dev-util/kbuild/kbuild-0.1.9998.3572-r2.ebuild
rename to dev-util/kbuild/kbuild-0.1.9998.3572-r3.ebuild
index 3b479cd2d78d..2b1532f82b37 100644
--- a/dev-util/kbuild/kbuild-0.1.9998.3572-r2.ebuild
+++ b/dev-util/kbuild/kbuild-0.1.9998.3572-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,10 @@ inherit autotools toolchain-funcs
 
 DESCRIPTION="A makefile framework for writing simple makefiles for complex 
tasks"
 HOMEPAGE="https://trac.netlabs.org/kbuild/wiki;
-SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}-src.tar.xz;
+SRC_URI="
+   https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN

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

2023-03-25 Thread Viorel Munteanu
commit: 1e81dfa9eee9abd4db46aac42e2d881a0c227c32
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Mar 25 07:35:52 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 25 07:36:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e81dfa9

app-misc/fastfetch: add 1.11.0

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-misc/fastfetch/Manifest|   1 +
 app-misc/fastfetch/fastfetch-1.11.0.ebuild | 102 +
 2 files changed, 103 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 2e27cdaaa..8c7022ab9 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1 +1,2 @@
 DIST fastfetch-1.10.3.tar.gz 528112 BLAKE2B 
b270354b8f0772fb70ea7aa224f4d1d5e46386f419f32460b93a589f1af59ab6e1e6b48cfaa148bb2774e7a51503cf42506f57acbbe1eb9a64452d33cc01c7d5
 SHA512 
4ce2c1ef9c5481ef1548d741c902125125a428a1b577762e1f47ad7c5bbbda14dd080dbad114151e9a5d03c1695761e91d3a3bb70924da79a2d888b5160e8e3d
+DIST fastfetch-1.11.0.tar.gz 531745 BLAKE2B 
f3d41f55998941f54776c10dabcdae7876f84b6372e28eed5957b0bf7d9e38c750ab0e13a0ef059160a7696805cbee27ae2eaf31e030224ac1fc45c9fcc0e453
 SHA512 
94954cbd1ffe2cd10a7e8435f3f229cf5c61166c43365fc14562d68fc96e5eae6884d534d4d1b49c447d6e971e134bf2ff39b6e250432969906793d5db84faaf

diff --git a/app-misc/fastfetch/fastfetch-1.11.0.ebuild 
b/app-misc/fastfetch/fastfetch-1.11.0.ebuild
new file mode 100644
index 0..c60289caf
--- /dev/null
+++ b/app-misc/fastfetch/fastfetch-1.11.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Fast system information tool"
+HOMEPAGE="https://github.com/LinusDierheimer/fastfetch;
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/LinusDierheimer/fastfetch.git;
+   [[ ${PV} == *0.1. ]] && EGIT_BRANCH=master
+   [[ ${PV} == *0.2. ]] && EGIT_BRANCH=dev
+   [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch"
+else
+   
SRC_URI="https://github.com/LinusDierheimer/fastfetch/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="X chafa dbus gnome imagemagick networkmanager opencl opengl osmesa pci 
pulseaudio sqlite vulkan wayland xcb xfce xrandr"
+
+# note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
+RDEPEND="
+   sys-libs/zlib
+   X? ( x11-libs/libX11 )
+   chafa? ( media-gfx/chafa )
+   dbus? ( sys-apps/dbus )
+   gnome? (
+   dev-libs/glib
+   gnome-base/dconf
+   )
+   imagemagick? ( media-gfx/imagemagick:= )
+   networkmanager? ( net-misc/networkmanager )
+   opencl? ( virtual/opencl )
+   opengl? ( media-libs/libglvnd[X] )
+   osmesa? ( media-libs/mesa[osmesa] )
+   pci? ( sys-apps/pciutils )
+   pulseaudio? ( media-libs/libpulse )
+   sqlite? ( dev-db/sqlite:3 )
+   vulkan? ( media-libs/vulkan-loader )
+   wayland? ( dev-libs/wayland )
+   xcb? ( x11-libs/libxcb )
+   xfce? ( xfce-base/xfconf )
+   xrandr? ( x11-libs/libXrandr )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+REQUIRED_USE="
+   xrandr? ( X )
+   chafa? ( imagemagick )
+"
+
+src_configure() {
+   local fastfetch_enable_imagemagick7=no
+   local fastfetch_enable_imagemagick6=no
+   if use imagemagick; then
+   fastfetch_enable_imagemagick7=$(has_version 
'>=media-gfx/imagemagick-7.0.0' && echo yes || echo no)
+   fastfetch_enable_imagemagick6=$(has_version 
'

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

2023-03-25 Thread Viorel Munteanu
commit: fe90a61c5ecb916bba04953207a353190c0ac128
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Mar 25 06:49:44 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 25 06:52:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe90a61c

media-libs/netpbm: add 11.2.0

Signed-off-by: Viorel Munteanu  gentoo.org>

 media-libs/netpbm/Manifest |   1 +
 media-libs/netpbm/netpbm-11.2.0.ebuild | 261 +
 2 files changed, 262 insertions(+)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index aea0a3f5643c..7daea883d014 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,3 +1,4 @@
 DIST netpbm-10.86.36.tar.xz 3700660 BLAKE2B 
c5f0acd0147f2ad66f69ae2ade56fcbb5286faddc7f8f3387e2269fd20ea2586a29d7e7dc96bd715fe12896eef47803b826031087e6be8166183ba7cf82aebf4
 SHA512 
b05df76760629881047c44799a905a491fb4c139a9af909d77cc4238fc82dfac37ba174df4f81cb1177716ad38a37b26eadcc3889d2c2057ff9d850697fad3c6
 DIST netpbm-10.86.38.tar.xz 3702876 BLAKE2B 
e1e72114ee81d13b3066ff069e1affd874d571d624603a351900e7bbff8f36d9d9479edd80566a192b4143add0198322caf393a84e490232e1b27b31181ae5d4
 SHA512 
7db5de278f3f8fd0a28a1c34b6c4e9e3f96b64160754408f565b7b5875cc3d4bb971c1080b57f74c020c1d761cd24aa2c47fba6c068ce5c40b1fb07555e93b3c
 DIST netpbm-11.1.3.tar.xz 3773552 BLAKE2B 
e7d4b9a14112357eee04bb6535f5f8ce0c8fbd15dd2389911a3bf743be8163f9080af0e8698f9082f5333fc5d40b471366a7b1b759e13e8ace583196c504
 SHA512 
73d4e448e309f182d3dde7457cacd2662298254a5e3ffd4ec193b5ac724ce4621b5ba97f688952f49153d1eddf9534d9deba1a3f579d5411ecee3463cfbaefed
+DIST netpbm-11.2.0.tar.xz 3777372 BLAKE2B 
d9a2de49db61f642df75fe1c1fcda752f837535ac7cc698fb50e7c2c93dacfe3894fc46b402af30d07e3617f0f421a36d8d6a3d846c07d6b3526724dce93283b
 SHA512 
70bde6e6112ae595e18be588ea95d2b2acb08e42bb36d0fc93b9584c4b2adf72e35f80ff87823a8e3d98a8ffd0ff907401d351533b9170d7a11a28515c10fdbd

diff --git a/media-libs/netpbm/netpbm-11.2.0.ebuild 
b/media-libs/netpbm/netpbm-11.2.0.ebuild
new file mode 100644
index ..760e8d601915
--- /dev/null
+++ b/media-libs/netpbm/netpbm-11.2.0.ebuild
@@ -0,0 +1,261 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic multilib toolchain-funcs
+
+# Upstream has 3 flavors of netpbm: super stable, stable and advanced.
+# They only provide a tarball for super stable, but super stable is a bit 
lagging.
+# So we package the stable branch of their svn (currently versions 10.86.xx) 
on SLOT "0/stable"
+# and the advanced branch of their svn (currently versions 11.aa.bb) on SLOT 
"0/advanced".
+# The stable branch is stabilized according to usual Gentoo rules, while the
+# advanced branch will not be stabilized.
+# A detailed explanation is here https://netpbm.sourceforge.net/release.html
+
+# libnetpbm.so is not 100% ABI compatible between stable and advanced, so
+# packages that depend on it should use "media-libs/netpbm:="
+
+DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
+HOMEPAGE="https://netpbm.sourceforge.net/;
+SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
+
+LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
+SLOT="0/advanced"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
+
+# app-text/ghostscript-gpl is really needed for postscript
+# some utilities execute /usr/bin/gs
+# also some installed programs are perl scripts
+RDEPEND="
+   dev-lang/perl
+   jbig? ( media-libs/jbigkit:= )
+   jpeg? ( media-libs/libjpeg-turbo:=[static-libs?] )
+   png? (
+   >=media-libs/libpng-1.4:0=
+   sys-libs/zlib
+   )
+   postscript? (
+   app-text/ghostscript-gpl
+   sys-libs/zlib
+   )
+   rle? ( media-libs/urt:= )
+   svga? ( media-libs/svgalib )
+   tiff? ( >=media-libs/tiff-3.5.5:= )
+   xml? ( dev-libs/libxml2 )
+   X? ( x11-libs/libX11 )
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   app-arch/xz-utils
+   sys-devel/flex
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/netpbm-10.86.21-build.patch
+   "${FILESDIR}"/netpbm-11.0.0-misc-deps.patch
+   "${FILESDIR}"/netpbm-11.1.0-fix-clang-O2.patch
+)
+
+netpbm_libtype() {
+   case ${CHOST} in
+   *-darwin*) echo dylib;;
+   *) echo unixshared;;
+   esac
+}
+
+netpbm_libsuffix() {
+   local suffix=$(get_libname)
+   echo ${suffix//\.}
+}
+
+netpbm_ldshlib() {
+   case ${C

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

2023-03-25 Thread Viorel Munteanu
commit: f8957a32ecb482ec8d0ae58bff30286b7745910b
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Mar 25 06:47:13 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 25 06:52:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8957a32

media-libs/netpbm: add 10.86.38

Signed-off-by: Viorel Munteanu  gentoo.org>

 media-libs/netpbm/Manifest   |   1 +
 media-libs/netpbm/netpbm-10.86.38.ebuild | 243 +++
 2 files changed, 244 insertions(+)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index b0e4d5db9ebc..58581b895653 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,3 +1,4 @@
 DIST netpbm-10.86.36.tar.xz 3700660 BLAKE2B 
c5f0acd0147f2ad66f69ae2ade56fcbb5286faddc7f8f3387e2269fd20ea2586a29d7e7dc96bd715fe12896eef47803b826031087e6be8166183ba7cf82aebf4
 SHA512 
b05df76760629881047c44799a905a491fb4c139a9af909d77cc4238fc82dfac37ba174df4f81cb1177716ad38a37b26eadcc3889d2c2057ff9d850697fad3c6
 DIST netpbm-10.86.37.tar.xz 3701336 BLAKE2B 
3215303fc7617b6b783bf053c28a57daf82ffefc30d3cdac77449266495269988bd001d87d1631cb9d1066e06affb6b910cb5e1a95a0472c91821a60829f8c99
 SHA512 
ef9c6117ac2d4607af1d4136c833d596d1e2f7f40565ba2cc28e197a0bcec759fde47786fb900a68470a3acf71fc353a1ccf2efcb64b4a19720769a5a029b2a2
+DIST netpbm-10.86.38.tar.xz 3702876 BLAKE2B 
e1e72114ee81d13b3066ff069e1affd874d571d624603a351900e7bbff8f36d9d9479edd80566a192b4143add0198322caf393a84e490232e1b27b31181ae5d4
 SHA512 
7db5de278f3f8fd0a28a1c34b6c4e9e3f96b64160754408f565b7b5875cc3d4bb971c1080b57f74c020c1d761cd24aa2c47fba6c068ce5c40b1fb07555e93b3c
 DIST netpbm-11.1.3.tar.xz 3773552 BLAKE2B 
e7d4b9a14112357eee04bb6535f5f8ce0c8fbd15dd2389911a3bf743be8163f9080af0e8698f9082f5333fc5d40b471366a7b1b759e13e8ace583196c504
 SHA512 
73d4e448e309f182d3dde7457cacd2662298254a5e3ffd4ec193b5ac724ce4621b5ba97f688952f49153d1eddf9534d9deba1a3f579d5411ecee3463cfbaefed

diff --git a/media-libs/netpbm/netpbm-10.86.38.ebuild 
b/media-libs/netpbm/netpbm-10.86.38.ebuild
new file mode 100644
index ..da803d5346cd
--- /dev/null
+++ b/media-libs/netpbm/netpbm-10.86.38.ebuild
@@ -0,0 +1,243 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic multilib toolchain-funcs
+
+# Upstream has 3 flavors of netpbm: super stable, stable and advanced.
+# They only provide a tarball for super stable, but super stable is a bit 
lagging.
+# So we package the stable branch of their svn (currently versions 10.86.xx) 
on SLOT "0/stable"
+# and the advanced branch of their svn (currently versions 11.aa.bb) on SLOT 
"0/advanced".
+# The stable branch is stabilized according to usual Gentoo rules, while the
+# advanced branch will not be stabilized.
+# A detailed explanation is here https://netpbm.sourceforge.net/release.html
+
+# libnetpbm.so is not 100% ABI compatible between stable and advanced, so
+# packages that depend on it should use "media-libs/netpbm:="
+
+DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
+HOMEPAGE="https://netpbm.sourceforge.net/;
+SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
+
+LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
+SLOT="0/stable"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
+
+# app-text/ghostscript-gpl is really needed for postscript
+# some utilities execute /usr/bin/gs
+# also some installed programs are perl scripts
+RDEPEND="
+   dev-lang/perl
+   jbig? ( media-libs/jbigkit:= )
+   jpeg? ( media-libs/libjpeg-turbo:=[static-libs?] )
+   png? (
+   >=media-libs/libpng-1.4:0=
+   sys-libs/zlib
+   )
+   postscript? (
+   app-text/ghostscript-gpl
+   sys-libs/zlib
+   )
+   rle? ( media-libs/urt:= )
+   svga? ( media-libs/svgalib )
+   tiff? ( >=media-libs/tiff-3.5.5:= )
+   xml? ( dev-libs/libxml2 )
+   X? ( x11-libs/libX11 )
+"
+
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+
+BDEPEND="
+   app-arch/xz-utils
+   sys-devel/flex
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/netpbm-10.86.21-build.patch
+   "${FILESDIR}"/netpbm-10.86.21-test.patch #450530
+   "${FILESDIR}"/netpbm-10.86.21-misc-deps.patch
+   "${FILESDIR}"/netpbm-10.86.22-fix-ps-test.patch #670362
+)
+
+netpbm_libtype() {
+   case ${CHOST} in
+   *-darwin*) echo dylib;;
+   *) echo unixshared;;
+   esac
+}
+
+netpbm_libsuffix() {
+   local suf

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

2023-03-25 Thread Viorel Munteanu
commit: 16727d7a5a297e880444f3a8d25dcc96bc5f153c
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Mar 25 06:47:21 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 25 06:52:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16727d7a

media-libs/netpbm: drop 10.86.37

Signed-off-by: Viorel Munteanu  gentoo.org>

 media-libs/netpbm/Manifest   |   1 -
 media-libs/netpbm/netpbm-10.86.37.ebuild | 243 ---
 2 files changed, 244 deletions(-)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index 58581b895653..aea0a3f5643c 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,4 +1,3 @@
 DIST netpbm-10.86.36.tar.xz 3700660 BLAKE2B 
c5f0acd0147f2ad66f69ae2ade56fcbb5286faddc7f8f3387e2269fd20ea2586a29d7e7dc96bd715fe12896eef47803b826031087e6be8166183ba7cf82aebf4
 SHA512 
b05df76760629881047c44799a905a491fb4c139a9af909d77cc4238fc82dfac37ba174df4f81cb1177716ad38a37b26eadcc3889d2c2057ff9d850697fad3c6
-DIST netpbm-10.86.37.tar.xz 3701336 BLAKE2B 
3215303fc7617b6b783bf053c28a57daf82ffefc30d3cdac77449266495269988bd001d87d1631cb9d1066e06affb6b910cb5e1a95a0472c91821a60829f8c99
 SHA512 
ef9c6117ac2d4607af1d4136c833d596d1e2f7f40565ba2cc28e197a0bcec759fde47786fb900a68470a3acf71fc353a1ccf2efcb64b4a19720769a5a029b2a2
 DIST netpbm-10.86.38.tar.xz 3702876 BLAKE2B 
e1e72114ee81d13b3066ff069e1affd874d571d624603a351900e7bbff8f36d9d9479edd80566a192b4143add0198322caf393a84e490232e1b27b31181ae5d4
 SHA512 
7db5de278f3f8fd0a28a1c34b6c4e9e3f96b64160754408f565b7b5875cc3d4bb971c1080b57f74c020c1d761cd24aa2c47fba6c068ce5c40b1fb07555e93b3c
 DIST netpbm-11.1.3.tar.xz 3773552 BLAKE2B 
e7d4b9a14112357eee04bb6535f5f8ce0c8fbd15dd2389911a3bf743be8163f9080af0e8698f9082f5333fc5d40b471366a7b1b759e13e8ace583196c504
 SHA512 
73d4e448e309f182d3dde7457cacd2662298254a5e3ffd4ec193b5ac724ce4621b5ba97f688952f49153d1eddf9534d9deba1a3f579d5411ecee3463cfbaefed

diff --git a/media-libs/netpbm/netpbm-10.86.37.ebuild 
b/media-libs/netpbm/netpbm-10.86.37.ebuild
deleted file mode 100644
index da803d5346cd..
--- a/media-libs/netpbm/netpbm-10.86.37.ebuild
+++ /dev/null
@@ -1,243 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic multilib toolchain-funcs
-
-# Upstream has 3 flavors of netpbm: super stable, stable and advanced.
-# They only provide a tarball for super stable, but super stable is a bit 
lagging.
-# So we package the stable branch of their svn (currently versions 10.86.xx) 
on SLOT "0/stable"
-# and the advanced branch of their svn (currently versions 11.aa.bb) on SLOT 
"0/advanced".
-# The stable branch is stabilized according to usual Gentoo rules, while the
-# advanced branch will not be stabilized.
-# A detailed explanation is here https://netpbm.sourceforge.net/release.html
-
-# libnetpbm.so is not 100% ABI compatible between stable and advanced, so
-# packages that depend on it should use "media-libs/netpbm:="
-
-DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
-HOMEPAGE="https://netpbm.sourceforge.net/;
-SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
-
-LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
-SLOT="0/stable"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
-
-# app-text/ghostscript-gpl is really needed for postscript
-# some utilities execute /usr/bin/gs
-# also some installed programs are perl scripts
-RDEPEND="
-   dev-lang/perl
-   jbig? ( media-libs/jbigkit:= )
-   jpeg? ( media-libs/libjpeg-turbo:=[static-libs?] )
-   png? (
-   >=media-libs/libpng-1.4:0=
-   sys-libs/zlib
-   )
-   postscript? (
-   app-text/ghostscript-gpl
-   sys-libs/zlib
-   )
-   rle? ( media-libs/urt:= )
-   svga? ( media-libs/svgalib )
-   tiff? ( >=media-libs/tiff-3.5.5:= )
-   xml? ( dev-libs/libxml2 )
-   X? ( x11-libs/libX11 )
-"
-
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-"
-
-BDEPEND="
-   app-arch/xz-utils
-   sys-devel/flex
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/netpbm-10.86.21-build.patch
-   "${FILESDIR}"/netpbm-10.86.21-test.patch #450530
-   "${FILESDIR}"/netpbm-10.86.21-misc-deps.patch
-   "${FILESDIR}"/netpbm-10.86.22-fix-ps-test.patch #670362
-)
-
-netpbm_libtype() {
-   case ${CHOST} in
-   *-darwin*) echo dylib;;
-   *) echo unixshared;;
-   esac
-}
-
-netpbm_libsuffix() {
-  

[gentoo-commits] repo/proj/guru:master commit in: net-client/castor/

2023-03-25 Thread Viorel Munteanu
commit: 844c295f6652f61a54a57f9bff43a77297797fd2
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Mar 24 19:26:21 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar 24 19:26:21 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=844c295f

net-client/castor: add myself as a maintainer

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 net-client/castor/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-client/castor/metadata.xml b/net-client/castor/metadata.xml
index 0e8f4cb2c..335e194c7 100644
--- a/net-client/castor/metadata.xml
+++ b/net-client/castor/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   cyber+gen...@sysrq.in
+   Anna
+   

A graphical client for plain-text protocols written in Rust 
with GTK. It
currently supports the Gemini, Gopher and Finger protocols.



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2023-03-25 Thread Viorel Munteanu
commit: 68bd68b7f8d25ea5060fd9d8be36a68445010cd4
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Mar 24 18:01:20 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar 24 18:01:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68bd68b7

app-text/komikku: add 1.16.0, drop 1.14.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest | 2 +-
 app-text/komikku/{komikku-1.14.0.ebuild => komikku-1.16.0.ebuild} | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 4948cf16f..a8abc9c6d 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,2 @@
-DIST Komikku-v1.14.0.tar.bz2 5054403 BLAKE2B 
014cbd427a4f73f2b0b7c4b263e263b5de7dc27b09003e384b5d700e15e5ddcf883605619d8823d7c788f18febb1a156f1dcec4e42e1156c05e2053c0fd5fdf9
 SHA512 
9eb91103b00c73bb574f7217f36589b254899f233ec600b7f1db861a53c28abb060ff346cbf6ffc9b40356c51e1ba732302deb8a36bad6b532680cf760a331e4
 DIST Komikku-v1.15.0.tar.bz2 5058227 BLAKE2B 
73d92003f32b40efbdbda93e4fb1e00f33bbaa26b88cc34c01fd7b549b7a8b9a6204e5505af9e40c85e843523c60eed3422348a299e412b219264cece079749e
 SHA512 
40a4a797b8dad5f2c88ccbe13a98607dce6de84058bbf8129e0699d94c823c8652aa5d41deda2208fda97d33699ded32650987fea00c33bc1d8a747fb2e48b11
+DIST Komikku-v1.16.0.tar.bz2 5055374 BLAKE2B 
769910cbe78a47e6cdc45a16bc7058ad83e75ddec73449ea04eb4c104e2141df1a6b43c71ce0d307e3280a052f37aac333a8cdddff011ab2c79208e23d38
 SHA512 
ea33dc9430766533ad9d2c385263e62dc1f340b5c1aefd4ca1b5ce0e792bcb13f43209790fa94cf47086531513b774650fe38613984624fdf558589ea9d072ab

diff --git a/app-text/komikku/komikku-1.14.0.ebuild 
b/app-text/komikku/komikku-1.16.0.ebuild
similarity index 98%
rename from app-text/komikku/komikku-1.14.0.ebuild
rename to app-text/komikku/komikku-1.16.0.ebuild
index 6057f03bd..8dbd475e9 100644
--- a/app-text/komikku/komikku-1.14.0.ebuild
+++ b/app-text/komikku/komikku-1.16.0.ebuild
@@ -45,6 +45,7 @@ RDEPEND="
dev-python/keyring[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/natsort[${PYTHON_USEDEP}]
+   dev-python/piexif[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pure-protobuf[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/feedbackd/

2023-03-25 Thread Viorel Munteanu
commit: 05808887a24a8ac1205bc8c2f43ea2c21a6047cf
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Mar 24 21:03:14 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar 24 21:06:16 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05808887

dev-libs/feedbackd: add missing deps

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 .../{feedbackd-0.1.0-r2.ebuild => feedbackd-0.1.0-r3.ebuild}| 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-libs/feedbackd/feedbackd-0.1.0-r2.ebuild 
b/dev-libs/feedbackd/feedbackd-0.1.0-r3.ebuild
similarity index 95%
rename from dev-libs/feedbackd/feedbackd-0.1.0-r2.ebuild
rename to dev-libs/feedbackd/feedbackd-0.1.0-r3.ebuild
index 888d2d29b..69f16f01e 100644
--- a/dev-libs/feedbackd/feedbackd-0.1.0-r2.ebuild
+++ b/dev-libs/feedbackd/feedbackd-0.1.0-r3.ebuild
@@ -24,7 +24,11 @@ RESTRICT="!test? ( test )"
 
 DEPEND="
dev-libs/glib:2
-   daemon? ( dev-libs/json-glib )
+   daemon? (
+   dev-libs/json-glib
+   dev-libs/libgudev
+   media-libs/gsound
+   )
introspection? ( dev-libs/gobject-introspection )
 "
 RDEPEND="${DEPEND}



[gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3status-rust/

2023-03-25 Thread Viorel Munteanu
commit: aa5351d539d08c67c250c11f7e41bd0da063886a
Author: Lucio Sauer  posteo  net>
AuthorDate: Sat Mar 25 03:38:16 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 25 03:46:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa5351d5

x11-misc/i3status-rust: add 0.30.6

Signed-off-by: Lucio Sauer  posteo.net>

 x11-misc/i3status-rust/Manifest|   1 +
 x11-misc/i3status-rust/i3status-rust-0.30.6.ebuild | 333 +
 x11-misc/i3status-rust/metadata.xml|  17 +-
 3 files changed, 344 insertions(+), 7 deletions(-)

diff --git a/x11-misc/i3status-rust/Manifest b/x11-misc/i3status-rust/Manifest
index 3e088d98b..a98f21524 100644
--- a/x11-misc/i3status-rust/Manifest
+++ b/x11-misc/i3status-rust/Manifest
@@ -117,6 +117,7 @@ DIST hyper-tls-0.5.0.crate 13257 BLAKE2B 
50cbe4ca7c1862fd3fff192de070341dd32bfb9
 DIST i3status-rust-0.21.10.tar.gz 382139 BLAKE2B 
dccd302d0e871c57679c85e879c0d9c2b58ee22c142132d3fc9b81170441a7d456d71810d28b4e6c2bcd7e5b4082d18e816aedd0f17b4d94a83771ee17c4fb67
 SHA512 
8fdcf311b234cb237a46aa8fbb76d72b8a44a068669ace30af81a19e4843968eefd5f38f0679645b5c4ec216f5852323441fc5c1705cd90708550f187b194cbb
 DIST i3status-rust-0.22.0.tar.gz 380950 BLAKE2B 
db92fd965bc5fa6e31e35494a8772a164523a36b4a27aa80596cde97c5a4772984883cf147e031b5a3344f221ed939d0ca1f9a06c4e95c5488a890af6952f5ba
 SHA512 
1b534775e3e86aa6b9ae1168a8be96af121aa1061372d706c12d770f8f5367b8193f323adadff0b3eb15e9087b5e05dcf2c3b267f113da013e9f4722ff427ae1
 DIST i3status-rust-0.30.5.tar.gz 315424 BLAKE2B 
a92dfce6267298be98ad68fccb27a9050487e5710b78121e9e46b9b40cea4d7f7a1fe4d81b8de1630012217be4623a6cddae9cdb2480e56ff9716750b2eb0e48
 SHA512 
a6c32532cf3215d733ce869d6ffc026f80908faabce43b5c4186444142d71c9bfef53acae38e509f6b68e5477a5ccaa51cfb372b7ca6b361c6c8eb8f2d517bb0
+DIST i3status-rust-0.30.6.tar.gz 318368 BLAKE2B 
3bb6ed4e3bd649763dafdc55ea088efab6e8a1e0381c37581beb981223e2ade83f02dba805b50bb853cea8f547aae2b67637f24103b0ef2a7d17f0282a317aa0
 SHA512 
e66f381d03186f19863ca3f30d626a719976144cf7bd6d6f4028d5c88bfbd90bf144c25d019236a14fc7940a3b9fae880fe27d6e51b1b55fc2807251f41a5910
 DIST iana-time-zone-0.1.53.crate 20176 BLAKE2B 
842c3c2a9f5b753363668af5162edb6f2734a51fa6c6fc8bafc3981f5f287451258f5ab31d5ea6c2a1df75934233849bba8dde4ee5aa9fcc456fbafa93d8b51b
 SHA512 
a3f899fe9ebc7501bd22e75b2df34c3b26ad5a53afbff4fa552672d0185d8a291736c48ac2fa76dab36a6621e689b5584a2d7bd0334055994bb21077765aa7cb
 DIST iana-time-zone-haiku-0.1.1.crate 7200 BLAKE2B 
9e748694423cadd6edebc1daef2aa4126904f5597202874d68066a15580cade77f48f1e6f2a77e17c7de0fae5204ef1262ad5b6f30bd95f4faec77748aa2ae0a
 SHA512 
daa7570aaf5a07c990b07fdc2153b63d947598ed35aa9c35c4773772a6c67997143b120a18ff4c7c13474d296e81a92975ebf5b9aa9d204c1820e9629cb2e369
 DIST ident_case-1.0.1.crate 3492 BLAKE2B 
bc79ebeefbb7e3ed1139e3f41d8d20fb175786bb123bdb9c1a92ea70effb4a0e5e798f24b068cd66a1bf20d53eea4bf24de495b5568c2d649ea804389a1327ab
 SHA512 
81003a43f18da5997d644319274502e2066af9f9fd1400afda7cf2986b3ae0b7355b932302723cd3bda2d46b264340434d9279dea58425bad13785698d5808a9

diff --git a/x11-misc/i3status-rust/i3status-rust-0.30.6.ebuild 
b/x11-misc/i3status-rust/i3status-rust-0.30.6.ebuild
new file mode 100644
index 0..058fa086b
--- /dev/null
+++ b/x11-misc/i3status-rust/i3status-rust-0.30.6.ebuild
@@ -0,0 +1,333 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Autogenerated by pycargoebuild 0.6
+
+EAPI=8
+
+CRATES="
+   aho-corasick-0.7.20
+   android_system_properties-0.1.5
+   anyhow-1.0.69
+   async-broadcast-0.5.1
+   async-io-1.12.0
+   async-lock-2.6.0
+   async-once-cell-0.4.4
+   async-pidfd-0.1.4
+   async-recursion-1.0.2
+   async-trait-0.1.64
+   autocfg-1.1.0
+   base64-0.13.1
+   base64-0.21.0
+   bitflags-1.3.2
+   block-buffer-0.10.3
+   bumpalo-3.12.0
+   byteorder-1.4.3
+   bytes-1.4.0
+   cc-1.0.79
+   cfg-if-1.0.0
+   charset-0.1.3
+   chrono-0.4.23
+   chrono-tz-0.8.1
+   chrono-tz-build-0.1.0
+   clap-4.1.7
+   clap_derive-4.1.7
+   clap_lex-0.3.2
+   clap_mangen-0.2.9
+   codespan-reporting-0.11.1
+   concurrent-queue-2.1.0
+   convert_case-0.6.0
+   core-foundation-0.9.3
+   core-foundation-sys-0.8.3
+   cpufeatures-0.2.5
+   crossbeam-channel-0.5.6
+   crossbeam-utils-0.8.14
+   crypto-common-0.1.6
+   cxx-1.0.91
+   cxx-build-1.0.91
+   cxxbridge-flags-1.0.91
+   cxxbridge-macro-1.0.91
+   darling-0.10.2
+   darling_core-0.10.2
+   darling_macro-0.10.2
+   data-encoding-2.3.3
+   derivative-2.2.0
+   digest-0.10.6
+   dirs-4.0.0
+   dirs-sys-0.3.7
+   either-1.8.1
+   encoding_rs-0.8.32
+   enumflags2-0.7.5
+   enumflags2_derive-0.7.4
+   env_logger-0.10.0
+   errno-0.2.8

[gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3status-rust/

2023-03-25 Thread Viorel Munteanu
commit: db20ad13681251df2675058bd5df9524823962f8
Author: Lucio Sauer  posteo  net>
AuthorDate: Sat Mar 25 03:39:59 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 25 03:46:41 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db20ad13

x11-misc/i3status-rust: drop 0.21.10, 0.22.0

Signed-off-by: Lucio Sauer  posteo.net>

 x11-misc/i3status-rust/Manifest|  92 
 .../i3status-rust/i3status-rust-0.21.10.ebuild | 162 
 x11-misc/i3status-rust/i3status-rust-0.22.0.ebuild | 163 -
 3 files changed, 417 deletions(-)

diff --git a/x11-misc/i3status-rust/Manifest b/x11-misc/i3status-rust/Manifest
index a98f21524..f2107515d 100644
--- a/x11-misc/i3status-rust/Manifest
+++ b/x11-misc/i3status-rust/Manifest
@@ -1,8 +1,6 @@
-DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST anyhow-1.0.69.crate 43576 BLAKE2B 
deb44b3110aee1314dd599b730df8c2f03b7d13c0d945d4ef00a0e30ca74257269e43107be19868adfea331a8c730e0aec2dff3abea704e56bc6a35b9581fe14
 SHA512 
d65e5c9404a70b1e0af90dd66af157f8c31ad0858f703765d5fc6c828f1fc8db690b17451c4108e3a52a7da2d6c2366e745d7b4bd7d19e6dba3485f7c3a43071
-DIST assert_fs-1.0.7.crate 17519 BLAKE2B 
2d7d05bc1972d37cba2bfc20e52ce74e2aa3a0eac79a850dfc92c4f75a67803afc0c2157189e592b216485d1d90c3ff69f83bf0032fbf17e439685ff18b2ec1c
 SHA512 
fb15ad4e5632f52ac48ebed858fe6806091891394e729d036b446db440ae1c9738199084eca1f9baf038bd83d9c3094bc64ce464c7b5d9eb740b74ef9f72d5e0
 DIST async-broadcast-0.5.1.crate 20134 BLAKE2B 
a45a7ff0b05eaab687f0912b2fdd0c3d9379402d5ccb8269568fbf77e235b42db0f741b4743438511fc00e7e1c6ec09c7b2f6e37b4b9a4df07846ae582e9c812
 SHA512 
48de28fad3fa8258b61f1adc0f13e69698f0fc3e11c68eb6b6d2df11784dc5c1e09f6f2c03dd12679d9888171b87cff3362ee06b910833e55d278738ab7508ae
 DIST async-io-1.12.0.crate 37087 BLAKE2B 
60cdb60d027be65df5bcdb83fd4e9bf8ef56d7500bde14261cf6488ba5b34b803ad3c546884cdc3ba524018e9951ffca71cdf04535e2964e49ca263c970e44df
 SHA512 
21f978a9ae11300ba3dce493cc4a753bd07eb2dce69130cfea8a64983ac35416ab00eec5a94e53cf74f12a23fa91caccbbd3df766ad369c774cfbc844eeb5dbf
 DIST async-lock-2.6.0.crate 20497 BLAKE2B 
9703dec1ecfda4b482b6df48bb1691b8aa5e6645c310e437656cb7eccd2115f2af6443063dd9f1ffd0108aa866cacdbabbebc287800b7824a25f2d1b8fbb4a42
 SHA512 
20cb5f5f37d4c4fd7f010d96ed79a924dcc7eee3584027c48ea0edc04d19158f080771acd63fe0534dc5762937a0c1ea8bce8df707526a9f245b5dda61317dad
@@ -13,26 +11,19 @@ DIST async-stream-0.3.4.crate 12419 BLAKE2B 
82e756ab01ad148d5bb767622fc7173201a4
 DIST async-stream-impl-0.3.4.crate 4097 BLAKE2B 
ec883ce8e7077ad194b1d5a8f902d7901737525f880977a062ac19c7534d1e8490d0ec54a9f3db031e7060993d6ab180bcd01e3afcc57264b55c7819b9d0c428
 SHA512 
70eb953ebd112c8d5cd15b7813c48bbe33518d05a957cf5b53bdbf514065557e64ab8ca85bdb3a098832cbb1025a94b316ceee0babda6dfecc6f830eb34e6b45
 DIST async-trait-0.1.64.crate 29196 BLAKE2B 
8cd25de53df989d7d5b79181e0ed5b6bd7cad71a2dee24b56eca9c7c9d6024f4fcce89764fda830168c093dc5e447455443b319491097171ef4c049eeb7199b2
 SHA512 
0487a688cddae7529def0645f6ef4440916eaa757b14e8e414f910b55e17e2c1fe3fe18c216c3a1916a21909c32cba7add8e461adeefaa4be5deaa3c7085fad7
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
-DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
 DIST base64-0.13.1.crate 61002 BLAKE2B 
3b3a5b26e2ef18e9b4f1ede72b1bd160a1494751878e8441d463f8a514e6cb9ac859231536989e19fb1261fd864617fe31440df1b5855a0ec625521fc6fcef9

[gentoo-commits] repo/gentoo:master commit in: app-backup/dar/

2023-03-26 Thread Viorel Munteanu
commit: 0f2f13c8d4ef328ef75305926d40ce7a6e88d421
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Mar 26 15:53:35 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 26 15:55:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2f13c8

app-backup/dar: add 2.7.9

Remove `threads` USE flag: always on.

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-backup/dar/Manifest |  1 +
 app-backup/dar/dar-2.7.9.ebuild | 92 +
 2 files changed, 93 insertions(+)

diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest
index 0fb291f747e0..53bf71aeb5cb 100644
--- a/app-backup/dar/Manifest
+++ b/app-backup/dar/Manifest
@@ -1 +1,2 @@
 DIST dar-2.7.8.tar.gz 2414732 BLAKE2B 
a6756218b89bfe17869cdd630a712593d6a615f8bac7da71dfad7bb96c91ee8321b0f7ba4515faa91cbf4eee683b1373392084ba76004d971d0a5f492b4238b6
 SHA512 
af3942b164e8e4f54504a9c561e1a90b950d5afd8c10ab351fc9657626f4b6650a18ea1727c5684918d3067f3b4738285afb78150c850ce77ee8d4a6f5567f2e
+DIST dar-2.7.9.tar.gz 2418755 BLAKE2B 
c2874318c27d0ed2a045cf8a8547cba45966eae5f9d9682584d57fd034e94b2ce8390dc1a9330c9a96e8ed60fc27ee1f8a0ce2852e5084d0a3fbcc9ddefa8d85
 SHA512 
d9a4efae266d45eaae99d3f99268f3729992b9b5d01380ac01303705eb8dcf742c9b34b9cc2d1f053e07692438e014dcf417417578dc337f179bac149c98b3b5

diff --git a/app-backup/dar/dar-2.7.9.ebuild b/app-backup/dar/dar-2.7.9.ebuild
new file mode 100644
index ..472729fb81de
--- /dev/null
+++ b/app-backup/dar/dar-2.7.9.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic
+
+DESCRIPTION="A full featured backup tool, aimed for disks"
+HOMEPAGE="http://dar.linux.free.fr/;
+SRC_URI="https://downloads.sourceforge.net/project/dar/dar/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
+IUSE="argon2 curl dar32 dar64 doc gcrypt gpg lz4 lzo nls rsync xattr"
+
+REQUIRED_USE="?? ( dar32 dar64 )
+   gpg? ( gcrypt )"
+
+RESTRICT="test" # need to be run as root
+
+RDEPEND="
+   app-arch/bzip2:=
+   app-arch/xz-utils
+   app-arch/zstd:=
+   dev-libs/libthreadar
+   sys-libs/libcap
+   >=sys-libs/zlib-1.2.3:=
+   argon2? ( app-crypt/argon2:= )
+   curl? ( net-misc/curl )
+   gcrypt? (
+   dev-libs/libgcrypt:0=
+   dev-libs/libgpg-error
+   )
+   gpg? ( app-crypt/gpgme:= )
+   lz4? ( app-arch/lz4:= )
+   lzo? ( dev-libs/lzo:2 )
+   nls? ( virtual/libintl )
+   rsync? ( net-libs/librsync:= )
+   xattr? ( sys-apps/attr )
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+   doc? ( app-doc/doxygen )
+   nls? ( sys-devel/gettext )
+"
+
+QA_PKGCONFIG_VERSION=""#862025 - upstream has a different numbering 
scheme for libdar
+
+src_configure() {
+   # configure.ac is totally funked up regarding the AC_ARG_ENABLE
+   # logic.
+   # For example "--enable-dar-static" causes configure to DISABLE
+   # static builds of dar.
+   # Do _not_ use $(use_enable) until you have verified that the
+   # logic has been fixed by upstream.
+   local myconf=(
+   --disable-dar-static
+   --disable-python-binding
+   --disable-upx
+   $(usev !argon2 --disable-libargon2-linking)
+   $(usev !curl --disable-libcurl-linking)
+   $(usev dar32 --enable-mode=32)
+   $(usev dar64 --enable-mode=64)
+   $(usev !doc --disable-build-html)
+   $(usev !gcrypt --disable-libgcrypt-linking)
+   $(usev !gpg --disable-gpgme-linking)
+   $(usev !lz4 --disable-liblz4-linking)
+   $(usev !lzo --disable-liblzo2-linking)
+   $(usev !nls --disable-nls)
+   $(usev !rsync --disable-librsync-linking)
+   $(usev !xattr --disable-ea-support)
+   )
+
+   # Bug 103741
+   filter-flags -fomit-frame-pointer
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html 
install
+
+   einstalldocs
+
+   find "${ED}" -name "*.la" -delete || die
+
+   # Bug 729150
+   rm "${ED}/usr/share/doc/${PF}/html/samples/MyBackup.sh.tar.gz" || die
+}



<    5   6   7   8   9   10   11   12   13   14   >