[gentoo-commits] repo/proj/guru:master commit in: gui-wm/swayfx/

2024-05-25 Thread Julien Roy
commit: b34038766fe4587de4307329cf099ffd45175fde
Author: Joshua Clifton  proton  me>
AuthorDate: Sat May 25 19:55:32 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 19:55:32 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3403876

gui-wm/swayfx: fixes rdeps & formatting issues

Closes: https://bugs.gentoo.org/932655
Signed-off-by: Joshua Clifton  proton.me>

 gui-wm/swayfx/swayfx-0.4.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gui-wm/swayfx/swayfx-0.4.ebuild b/gui-wm/swayfx/swayfx-0.4.ebuild
index b5d1f2593..04ab7456d 100644
--- a/gui-wm/swayfx/swayfx-0.4.ebuild
+++ b/gui-wm/swayfx/swayfx-0.4.ebuild
@@ -7,7 +7,6 @@ inherit fcaps meson optfeature
 
 DESCRIPTION="SwayFX: Sway, but with eye candy!"
 HOMEPAGE="https://github.com/WillPower3309/swayfx;
-
 
SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${PV}"
 
@@ -47,6 +46,8 @@ DEPEND+="
 "
 
 RDEPEND="
+   dev-libs/glib
+   dev-libs/libevdev
x11-misc/xkeyboard-config
${DEPEND}
 "
@@ -58,7 +59,7 @@ BDEPEND="
 BDEPEND+="man? ( >=app-text/scdoc-1.9.2 )"
 
 FILECAPS=(
-   cap_sys_nice usr/bin/sway # reflect "gui-wm/sway-1.9"
+   cap_sys_nice usr/bin/sway # reflect ">=gui-wm/sway-1.9"
 )
 
 src_configure() {



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

2024-05-25 Thread Julien Roy
commit: 0e7e29dd9c18535ce5e7101035064e02936f80ed
Author: Julien Roy  jroy  ca>
AuthorDate: Sat May 25 18:55:18 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 18:55:18 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e7e29dd

dev-python/pytest-celery: enable py3.12

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/pytest-celery/pytest-celery-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild 
b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
index be8b0c06c..a1614cf55 100644
--- a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
+++ b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11..12} )
 inherit distutils-r1
 
 DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest"



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

2024-05-25 Thread Julien Roy
commit: e3f9a307704c2e2e1ce2a996690923c1b6bec41c
Author: Julien Roy  jroy  ca>
AuthorDate: Sat May 25 18:55:06 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 18:55:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3f9a307

dev-python/celery: add 5.4.0

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/celery/Manifest|  1 +
 dev-python/celery/celery-5.4.0.ebuild | 88 +++
 dev-python/celery/metadata.xml|  5 +-
 3 files changed, 93 insertions(+), 1 deletion(-)

diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest
index 8dcffe5f8..479de3b2a 100644
--- a/dev-python/celery/Manifest
+++ b/dev-python/celery/Manifest
@@ -1 +1,2 @@
 DIST celery-5.3.6.gh.tar.gz 1563926 BLAKE2B 
c5f86110f7907b8ae084354dafe4e26adb07702150658ddb60a85f58c3e80106aafb921150c78670d05c68c26f17ad1144b4142d6ec9b86e9c9cdb1b653baaa6
 SHA512 
529611c0d3bfcbfcc931e5d20cf89a4710a8d2e70639e5c2e991ba020c3c2402bfd38b7ef17ecfbc5fe493f046531094158e81b03610191c3af2b531cc913762
+DIST celery-5.4.0.gh.tar.gz 1589006 BLAKE2B 
ca63fbd18552f6c345aac8cf8860b868263fcdf7c3836a99d31166fc3feb0087af1a403ff1f4e8f866277fbf7feafa1173691acb4549154d32c55759eae75bad
 SHA512 
e39ea88afb529aba14f621a9809c5e18ff1596754162069410249186b3f1512683fe67bb425994514b39fdea562b55ace89a16d57d614259269adf48427144ef

diff --git a/dev-python/celery/celery-5.4.0.ebuild 
b/dev-python/celery/celery-5.4.0.ebuild
new file mode 100644
index 0..c1cc99a2e
--- /dev/null
+++ b/dev-python/celery/celery-5.4.0.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit bash-completion-r1 check-reqs distutils-r1 optfeature
+
+MY_PV="${PV/_beta/b}"
+DESCRIPTION="Asynchronous task queue/job queue based on distributed message 
passing"
+HOMEPAGE="
+   https://pypi.org/project/celery/
+   https://github.com/celery/celery
+"
+SRC_URI="https://github.com/celery/celery/archive/v${MY_PV}.tar.gz -> 
${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+# Tests require a lot of dependencies that are not packaged for Gentoo
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/billiard-3.6.4.0[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+   >=dev-python/kombu-5.3.0_beta1[${PYTHON_USEDEP}]
+   =dev-python/sphinx-celery-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-click-2.5.0[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/sqlalchemy[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${RDEPEND}"
+
+CHECKREQS_MEMORY="2G"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs --no-autodoc
+
+pkg_setup() {
+   use test && check-reqs_pkg_setup
+}
+
+pkg_pretend() {
+   use test && check-reqs_pkg_pretend
+}
+
+python_install_all() {
+   # Main celeryd init.d and conf.d
+   newinitd "${FILESDIR}/celery.initd-r2" celery
+   newconfd "${FILESDIR}/celery.confd-r2" celery
+
+   if use examples; then
+   docinto examples
+   dodoc -r examples/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   newbashcomp extra/bash-completion/celery.bash "${PN}"
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "msgpack support" dev-python/msgpack
+   optfeature "redis support" dev-python/redis-py
+   optfeature "auth support" dev-python/pyopenssl
+   optfeature "yaml support" dev-python/pyyaml
+   optfeature "memcache support" dev-python/pylibmc
+   optfeature "mongodb support" dev-python/pymongo
+   optfeature "sqlalchemy support" dev-python/sqlalchemy
+   optfeature "sqs support" dev-python/boto
+}

diff --git a/dev-python/celery/metadata.xml b/dev-python/celery/metadata.xml
index 5ca07e299..53e26926a 100644
--- a/dev-python/celery/metadata.xml
+++ b/dev-python/celery/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   Julien Roy
+   jul...@jroy.ca
+   

celery
celery/celery



[gentoo-commits] repo/proj/guru:dev commit in: www-plugins/firefoxpwa/

2024-05-25 Thread Julien Roy
commit: 08867e43942fe0fc0f1656f058a9786ed77e45cc
Author: Filip Štamcar  filips  si>
AuthorDate: Sat May 25 17:03:52 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 17:07:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08867e43

www-plugins/firefoxpwa: add 2.12.1

Signed-off-by: Filip Štamcar  filips.si>
Closes: https://github.com/gentoo/guru/pull/194
Signed-off-by: Julien Roy  jroy.ca>

 www-plugins/firefoxpwa/Manifest |   1 +
 www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild | 523 
 2 files changed, 524 insertions(+)

diff --git a/www-plugins/firefoxpwa/Manifest b/www-plugins/firefoxpwa/Manifest
index 2f973b2df..22e07ccaf 100644
--- a/www-plugins/firefoxpwa/Manifest
+++ b/www-plugins/firefoxpwa/Manifest
@@ -115,6 +115,7 @@ DIST filedescriptor-0.8.2.crate 10830 BLAKE2B 
964470acbd1f36487755a74666a46649d6
 DIST filetime-0.2.23.crate 14942 BLAKE2B 
e4d2d9c11745dfa5592903f3c3c6a9871292a02f9862607b610ead7562b5d1fc3b64d37e779cad0630bde8012efda72d86af5e687cd2ef5d3627d8a89bca517c
 SHA512 
8d5ac82482758577d1d0669abbe7b880efc44958687bba745c9ee4a5c16bddb44ec0fbe9c29cf424e7120905f3c3da607f3a7ca1e50287154c0475ddf2148bf3
 DIST firefoxpwa-2.11.1.tar.gz 508188 BLAKE2B 
a7b6cd7c9b3c3206e617a6adbb0ea0dea6887ab0e9c519e391c97f2becb043f647cc68898ed6202f326fdf110816208c00c9f74d30795f452dcec8d1cd561933
 SHA512 
eeef79621d3d66382e38a670900b58aa57be67edea44a27d56e7af1134e32c3de38773e34adb6c3edcbf35a884418f7708d00d065866c0b33b5ae245e037b1e4
 DIST firefoxpwa-2.12.0.tar.gz 523598 BLAKE2B 
e2b933c1d35f2af1df25aa54c729a55b2b7e667587abf15aef7b54d187de27c59174ff8a5e9b1dc4e953bd6f0912ae2da4e900a54bb3b9e6eec1d5b6d9b24391
 SHA512 
709b2fc075203e018c4796e987bb1e5cbee4e728febf12078766a94453f165eeb9616b910d9aa39cfce926ad93ece87750aa4820da8c03ab5b2dca871ed813e5
+DIST firefoxpwa-2.12.1.tar.gz 523779 BLAKE2B 
ce80ff682b85b31ac13291599bd36d0843280b03e1eb6ebcd6e797e17e9e9bffd25d44c4e694815349960ee02056d4c836a429c0e15f081062d01db5c39ee1b6
 SHA512 
5018471518c8ef5ce70e8c80f25a9388b81e9040feb6f96c49f60215afe583726fa8eba70694aecd1ef27eb40eb9591e12501cba96a5a7f17117e5e1ccefdace
 DIST flate2-1.0.28.crate 73690 BLAKE2B 
c9f141bde0eda6b9c42da0a3ed69322c12c6c29bc522131f51ad56f6e2758646aa5585382407409257a8301f5f07a1825d150838bbb55822f2d49037f6279aa8
 SHA512 
9db6f3ddc4e1e91960b07c08712beabd911b297d93db8be3ecb97a392a4262e608c75ed8e9e34d87d58c3e67d1b7987734e14ab3d45fd837a2767e8016380284
 DIST flate2-1.0.30.crate 75511 BLAKE2B 
c25d9ab787ef60312523d80cf277bcaae16c7e54b1deb0fc8723a3b22c2586092343db1c538d96a37690d21e52ff822a38c90e10bc554fedb75671fdff6df309
 SHA512 
21528f80c1709cfa764723dce012903581dbc2b63ecad194ec601fc75103307e1b2ef17479186ad895ad957c9a33c6fd666b2981382a8a68ca78dfac7cb5d578
 DIST float-cmp-0.9.0.crate 10102 BLAKE2B 
46bce5f7e838a947bbbdd22b085435e795b67fd23479780f65bf1586a70e7a35f04f9af086be98bff24e2583eeac7c9688727a2ddbd1ce978526dc01abf67dfd
 SHA512 
f8dad12ecf8a278769054fd78794999dae8dedbcfde5e77bdf6cea12fdeaadeeb2f1f3ca62df9aadc1bc3f61457236c4854d6d6923ad6d03ae7f23af600572e8

diff --git a/www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild 
b/www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild
new file mode 100644
index 0..11238aed7
--- /dev/null
+++ b/www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild
@@ -0,0 +1,523 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+   ab_glyph@0.2.25
+   ab_glyph_rasterizer@0.1.8
+   addr2line@0.21.0
+   adler32@1.2.0
+   adler@1.0.2
+   aho-corasick@1.1.3
+   aligned-vec@0.5.0
+   alloc-no-stdlib@2.0.4
+   alloc-stdlib@0.2.2
+   android-tzdata@0.1.1
+   android_system_properties@0.1.5
+   anstream@0.6.13
+   anstyle-parse@0.2.3
+   anstyle-query@1.0.2
+   anstyle-wincon@3.0.2
+   anstyle@1.0.6
+   anyhow@1.0.82
+   arbitrary@1.3.2
+   arg_enum_proc_macro@0.3.4
+   arrayref@0.3.7
+   arrayvec@0.7.4
+   async-compression@0.4.9
+   autocfg@1.2.0
+   av1-grain@0.2.3
+   avif-serialize@0.8.1
+   backtrace@0.3.71
+   base64@0.21.7
+   base64@0.22.1
+   bit_field@0.10.2
+   bitflags@1.3.2
+   bitflags@2.5.0
+   bitstream-io@2.2.0
+   blake3@1.5.1
+   brotli-decompressor@4.0.0
+   brotli@5.0.0
+   built@0.7.2
+   bumpalo@3.16.0
+   bytemuck@1.15.0
+   byteorder-lite@0.1.0
+   byteorder@1.5.0
+   bytes@1.6.0
+   bzip2-sys@0.1.11+1.0.8
+   bzip2@0.4.4
+   cc@1.0.96
+   cfg-expr@0.15.8
+   cfg-if@1.0.0
+   cfg_aliases@0.2.0
+   chrono@0.4.38
+   clap@4.5.4
+   clap_builder@4.5.2
+   clap_complete@4.5.2
+   clap_derive@4.5.4
+   clap_lex@0.7.0
+   color_quant@1.1.0
+   colorchoice@1.0.0
+   configparser@3.0.4
+   const_format@0.2.32
+   const_format_proc_macros@0.2.32
+   constant_time_eq@0

[gentoo-commits] repo/proj/guru:dev commit in: dev-python/azure-storage-blob/

2024-05-25 Thread Julien Roy
commit: db6ce08d9a01d41ae4ada0e222643204648ba9da
Author: Julien Roy  jroy  ca>
AuthorDate: Sat May 25 16:58:03 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 16:58:03 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db6ce08d

dev-python/azure-storage-blob: enable py3.12

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild 
b/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild
index 10b7e8ca4..cd00ee066 100644
--- a/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild
+++ b/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 inherit distutils-r1 pypi



[gentoo-commits] repo/proj/guru:master commit in: media-gfx/nsxiv/

2024-05-25 Thread Julien Roy
commit: e2485703d7953174535994fc0c859526b1affe3d
Author: NRK  disroot  org>
AuthorDate: Sat May 25 15:15:21 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 15:15:21 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2485703

media-gfx/nsxiv: add missing fontconfig dependency

Closes: https://bugs.gentoo.org/932706
Signed-off-by: NRK  disroot.org>

 media-gfx/nsxiv/nsxiv-32.ebuild   | 2 +-
 media-gfx/nsxiv/nsxiv-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/nsxiv/nsxiv-32.ebuild b/media-gfx/nsxiv/nsxiv-32.ebuild
index 678b4963d..0068bee5b 100644
--- a/media-gfx/nsxiv/nsxiv-32.ebuild
+++ b/media-gfx/nsxiv/nsxiv-32.ebuild
@@ -23,7 +23,7 @@ IUSE="+statusbar +inotify exif debug"
 RDEPEND="
x11-libs/libX11
>=media-libs/imlib2-1.8.0[X]
-   statusbar? ( x11-libs/libXft )
+   statusbar? ( x11-libs/libXft media-libs/fontconfig )
exif? ( media-libs/libexif )
 "
 DEPEND="${RDEPEND}"

diff --git a/media-gfx/nsxiv/nsxiv-.ebuild 
b/media-gfx/nsxiv/nsxiv-.ebuild
index 678b4963d..0068bee5b 100644
--- a/media-gfx/nsxiv/nsxiv-.ebuild
+++ b/media-gfx/nsxiv/nsxiv-.ebuild
@@ -23,7 +23,7 @@ IUSE="+statusbar +inotify exif debug"
 RDEPEND="
x11-libs/libX11
>=media-libs/imlib2-1.8.0[X]
-   statusbar? ( x11-libs/libXft )
+   statusbar? ( x11-libs/libXft media-libs/fontconfig )
exif? ( media-libs/libexif )
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/guru:master commit in: media-libs/implot/

2024-05-25 Thread Julien Roy
commit: 98d1f85eadc522b232105d6e609ac3eea9ce8bb4
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Sat May 25 14:37:06 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 14:37:53 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98d1f85e

media-libs/implot: add 0.16-r2, drop 0.16-r1

Closes: https://bugs.gentoo.org/932728
Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 media-libs/implot/{implot-0.16-r1.ebuild => implot-0.16-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/implot/implot-0.16-r1.ebuild 
b/media-libs/implot/implot-0.16-r2.ebuild
similarity index 98%
rename from media-libs/implot/implot-0.16-r1.ebuild
rename to media-libs/implot/implot-0.16-r2.ebuild
index 7229edfb8..9631a4df5 100644
--- a/media-libs/implot/implot-0.16-r1.ebuild
+++ b/media-libs/implot/implot-0.16-r2.ebuild
@@ -18,7 +18,7 @@ LICENSE="MIT"
 SLOT="0/${PV}"
 KEYWORDS="~amd64"
 
-DEPEND="
+RDEPEND="
media-libs/imgui
 "
 



[gentoo-commits] repo/proj/guru:master commit in: games-puzzle/blockout/

2024-05-25 Thread Julien Roy
commit: 4988adfa7a90b17e3faed9b36add7d0a29b9b51f
Author: Andrés Becerra  gmail  com>
AuthorDate: Fri May 24 21:19:36 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 21:19:36 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4988adfa

games-puzzle/blockout:

Bug: https://bugs.gentoo.org/932523
Signed-off-by: Andrés Becerra  gmail.com>

 games-puzzle/blockout/blockout-2.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-puzzle/blockout/blockout-2.5.ebuild 
b/games-puzzle/blockout/blockout-2.5.ebuild
index e7bdce187..739115bd3 100644
--- a/games-puzzle/blockout/blockout-2.5.ebuild
+++ b/games-puzzle/blockout/blockout-2.5.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
media-libs/alsa-lib
+   media-libs/libglvnd
media-libs/libsdl
media-libs/sdl-mixer
virtual/glu



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

2024-05-25 Thread Julien Roy
commit: 2b2fb2cccfd367f2bf6f50e9141e24b18337b57c
Author: Alexander Weber  web  de>
AuthorDate: Sat May 25 12:37:13 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 12:39:09 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b2fb2cc

gui-apps/ReGreet-: Remove patch already in upstream
fix some white spaces

Signed-off-by: Alexander Weber  web.de>

 gui-apps/ReGreet/ReGreet-.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gui-apps/ReGreet/ReGreet-.ebuild 
b/gui-apps/ReGreet/ReGreet-.ebuild
index 27cc380fb..27369bc3a 100644
--- a/gui-apps/ReGreet/ReGreet-.ebuild
+++ b/gui-apps/ReGreet/ReGreet-.ebuild
@@ -231,18 +231,16 @@ RDEPEND="
gui-libs/gtk
gui-libs/greetd
dev-libs/glib
-   media-libs/graphene
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/pango
+   media-libs/graphene
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/pango
 "
 BDEPEND="
virtual/rust
 "
 IUSE="systemd openrc"
 
-PATCHES="${FILESDIR}/ReGreet-0.1.1-cargo-lock-fix.diff"
-
 QA_FLAGS_IGNORED="usr/bin/regreet"
 
 src_unpack() {



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

2024-05-25 Thread Julien Roy
commit: ffef01129ce39806014b5b0b998a32e2c4e97568
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Fri May 24 22:05:29 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 22:09:42 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ffef0112

gui-apps/satty: add 0.12.0, drop 0.12.0

Closes: https://bugs.gentoo.org/932607
Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 gui-apps/satty/Manifest| 36 +++
 .../{satty-0.11.3.ebuild => satty-0.12.0.ebuild}   | 52 --
 gui-apps/satty/satty-.ebuild   | 18 +---
 3 files changed, 57 insertions(+), 49 deletions(-)

diff --git a/gui-apps/satty/Manifest b/gui-apps/satty/Manifest
index dd35bee5d..e44a8edf0 100644
--- a/gui-apps/satty/Manifest
+++ b/gui-apps/satty/Manifest
@@ -9,26 +9,26 @@ DIST anstyle-query-1.0.2.crate 8739 BLAKE2B 
c06643e8616f1f4469a32f9c0512941ce53a
 DIST anstyle-wincon-3.0.2.crate 11272 BLAKE2B 
73e124773f618a744b17017d4680ec6ccc84ff94fbe2e565073fbcc0facecd3cb65356cf27746d07f453bc917cbeb2ade3a618c6b8578d64cff4828c99569868
 SHA512 
4cc194faacffa01c6989354c1cadbf1134f0945250f67b7020ab5b475e30db34c799176bd335a6265386cb9c5e8b5bcbdf35894ec0c809b140ffe1c406751931
 DIST anyhow-1.0.81.crate 45142 BLAKE2B 
9b8678c5336fe5fd2823c58eae827f7aba726e12fb6edfa958c6e3b38a96dc3310bc8d044ee2e9db0bc611548f0be9a7b664b75321bd0b8a7e168d27dd3d7e78
 SHA512 
3d328c6b45a4780cfb6fc8daa5581cb5e45b230cb5f55837b0fcc8331c8d53630950c281115c06b21e655821a46d360c4aa667cbb24e87f3a534206361b08af5
 DIST arrayvec-0.7.4.crate 29856 BLAKE2B 
81ffac1db340e919618351819def3880ab1ef70d0acc47d680f15298eb749bcbc3bf7944ba14159be46b1e734c91b4c0f8cbaf774fd864c17caa3c9fb1fc2e9b
 SHA512 
91e8f70330c515c966d78ae235e890594f9607381ac738a2c3586b53f01411e98d1687494f39ccc365948ae60497df3dfb2be18e26ab7e69bc0966b6c250e1ac
-DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
-DIST backtrace-0.3.69.crate 77299 BLAKE2B 
594358f1d9171fc369f50cacffab03b8a10a8fe3da5b915611cb74b0dbad0e048c7dc79c53569d89827db583e0f61fb7269147b6258781a1599a811e642414a8
 SHA512 
6e86de53e1c5003ef68b6a85479cde1e70bf416bdc50e6e32ead9f9f070fa30ad46de22574041c844ddfeabd5d15de01ef746f19f8cb7f257c491ef0bf071244
+DIST autocfg-1.2.0.crate 14808 BLAKE2B 
122327d6ffd32e08dc9fbdb4dcf69128b19d56280f9d934311b946741003b40571cdd1f3ef54b2be02c8dc505aea11c962b244d33a92206bf4ee8f6b2b9da432
 SHA512 
66cbfd13e33b36284cf4c74c8d654f93adcc45893d127d9aaa4c1d183e47336096e72d74e7c17dd481fb7a98931ab6cfec7e4d4165cfb491861d4e3ffe2416fc
+DIST backtrace-0.3.71.crate 86553 BLAKE2B 
15ed93574fb9e8e28d5ad901bb1f94013b5fec7a79aa96d17f13f6f11a02d29a274ec14ce51a9f515574839aa41232e5aaf6e6fa3ad9c0483591055bd0a78c8a
 SHA512 
5d9307757349e860fb4cab7e9ba1c9d0f1faf49ebcd935ba879b85fed2a9812786c7458abb59a742842a0796fc29ce9921cf575792402486ecdbd9a2568cdd89
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bitflags-2.5.0.crate 43821 BLAKE2B 
2d2a78b0a19dcb39580e6f73ed6c468b0626043010b34661084944c83561fe49db24bee1ab57fd692d57617be6506d529e095aea27b753a77e26d0b1ebf7ed78
 SHA512 
75d7a89e53e5e7582591932bc430e6a1db7ed0f914ded6dbcf957125be52975598df7fee14ef816f66544432ef0505f0a081f3794d17138ec429e283fe14fcf9
 DIST bumpalo-3.15.4.crate 85028 BLAKE2B 
9ec98f430fef4e9b59e61d413b3703430f91bc818f3294aea7416cf8a35e0606357bb5b4d1edebe590f07fb614f832da16016c8530ff39ca853aff1d1369cc60
 SHA512 
59ca9f8e6b74bdd95b9b4ad1bff3bf4be46dacedeb1eea6196a65dfb0ca7b60e86ab6c25d0f91dae3caecd17ab73c48f953be0bc24bdc0ceaaf4c1726b9ffdc8
 DIST bytemuck-1.15.0.crate 47672 BLAKE2B 
49f2d92cfd5abfbe3fd94e7e4c9a3d4ac22c67b58e73947f461cf8e5022738b7d38c790de2a1717b731d658f1646066bee2f936a1575e2995e6de39d20f918b2
 SHA512 
5b6886f252945449c4546c181bbb6c95597e498aba6b1faf81c5a4af69bcb9e3e024d7d6e849d347682e8ca72ecaa9a70d13fb06c174e17846f0c85bb4810433
 DIST byteorder-1.5.0.crate 23288 BLAKE2B 
7f85a7948406844070a2c8202e0bd52f73b3dfc7c666a97046128044eb9352195afb80e2bf894c0742ad109e4473339de1365d09591de70dfec6c8c02a8e1453
 SHA512 
96caf981177f6ded9f27f025922cb94eb0cd9de5303bd91680099912d922092e77b7361efa70011e84f1595e443193e4f1b354443b9980c123f6ae573b236f7f
-DIST bytes-1.5.0.crate 58909 BLAKE2B 
2931f19e813eff73be407677622fa29e45f9b49434d5b3a04104b56563fc0e941fd8c5f996258a1aa66ef014668d70b683b751af8e48d28d0aea76890c92
 SHA512 
6654cf41d8f0d7e19b05fd95044b9a3bfccd81f469c797c6aa763a4dd29e1b34064bed2e094548d147045cca7bc4706059de5bcf9f6579189e6068fbbf1c29a3

[gentoo-commits] repo/proj/guru:master commit in: dev-build/just/

2024-05-25 Thread Julien Roy
commit: 4f481f0b278e24b688e4810addbbd062cf7d00c7
Author: Joe Kappus  wt  gd>
AuthorDate: Sat May 25 10:26:19 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 10:26:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f481f0b

dev-build/just: add 1.27.0, drop 1.25.2

Signed-off-by: Joe Kappus  wt.gd>

 dev-build/just/Manifest|  85 +-
 .../{just-1.25.2.ebuild => just-1.27.0.ebuild} | 129 -
 2 files changed, 101 insertions(+), 113 deletions(-)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index 8150cf12a..9bf1e2099 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -1,33 +1,30 @@
-DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 
8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830
 SHA512 
ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST anstream-0.6.13.crate 30928 BLAKE2B 
0c6d0932dc486ccbe8d7e6f97bd8aae03fb84d4db90d0488070b7109de673e0af845a70a39e546af87f71f4c7f7bb159ab8ed68ac0f03a0297457062d9d69dc0
 SHA512 
4f9ccfd135de9be22a01230f39d571c8d8ccf7c3eba837fbf0868c9660693b60ee0c1c2f9490a587d5307e892ed45cb946da7a0690a9f972619c94fb050bde09
 DIST anstream-0.6.14.crate 29160 BLAKE2B 
1120895a51ed7a285c5d5a03d2f7e26dc956d95f39cf500ba9f547d71a62ed0326f519860ddcf8db77cb09e9119e914a62693369eca51cbf9c01ef874ade9112
 SHA512 
65ece20958e3fb1ed4a5ff1d45f5bfdcb942c64994a3d14eefb0dfd5b04f433f6e1b06ebff240c67ed8ff7cc01d93ca0acf8c8ea29cb41309c6c882e7c192b34
-DIST anstyle-1.0.6.crate 14604 BLAKE2B 
0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20
 SHA512 
dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa
 DIST anstyle-1.0.7.crate 15709 BLAKE2B 
872e0ed09e7e94c6f6b812349e39f949aff4d7cbb87744ab26fe49f57a7d330e0f79447213374f7f862ea276aab2dd1077dc8df3f7c5f34079ef30c4d17eeeba
 SHA512 
e20d49f7d148e03f7b127be7802e0b6b7a2b05720614d46c2ade5e440ce322b44ddd3a9239b897886faa03ed1cb30f947ee27d3811fa83dffba10b3975eba7ed
-DIST anstyle-parse-0.2.3.crate 24699 BLAKE2B 
17e8638187ccc1ca0174a8cec7f7daeee7e0d8b8c430f7e74f9b10d8de4b49fd1c6facfdafde305b7a3e55b1ebf2b4e8ec4975a0cce691514ddae9eb5b5e711e
 SHA512 
4a6d0f706d75c9b3c5144f34efdef3ef8fcd075962c594a23a6209ed56112563a34b3c01e05a08a0868d59204272d06211b2585cb9d06ce075ea875bedb2f399
 DIST anstyle-parse-0.2.4.crate 23069 BLAKE2B 
e80bd81e351326a38b3f559020a2430ac37293e61b6b6309b37bbb8bdb78ec11ca9c0fd270098af5e5ffb2f5660cfbfda949d20fd2efd336ed1c143215b2
 SHA512 
c1dac475df77d090a4d2041ba40ff418abe66e93e4ddda54653bf024fb4995e431166684343509a2337bc813fe06f362d3df8a1d7d05d177cec1a488bcb9942a
-DIST anstyle-query-1.0.2.crate 8739 BLAKE2B 
c06643e8616f1f4469a32f9c0512941ce53ac5db9ebfa7a5b2f19233040cd4438dd2ee69ab89ecbc1c239e92b674dea9df15ed673408c6f3fe21787cc17d76f3
 SHA512 
f409b624cbeecf58fd87c47f85be28cae1fe48f65d692195fb80854c514e38c40d0e0ffad3a5b388a3929c47bd2060302ebb635aa98dc57329f3a5ed7be3e2dc
 DIST anstyle-query-1.0.3.crate 9742 BLAKE2B 
cfcba0a2773f07b9292279afd70832c5d4eb441ed61bcacdbeeda9184c63b7e01af70a8744d6efceb7f74a2c2dfa5672b873255cc1d273bd6a2d3d7ee08c2d2b
 SHA512 
38637f49e547836a4958d9f528cb270abfc81c5ca644d6d43b0f3aaef8c6f1301a8bc30a23afec5e71722c3afe7eb0f48f9fdea88b73e36f597b74531da84226
-DIST anstyle-wincon-3.0.2.crate 11272 BLAKE2B 
73e124773f618a744b17017d4680ec6ccc84ff94fbe2e565073fbcc0facecd3cb65356cf27746d07f453bc917cbeb2ade3a618c6b8578d64cff4828c99569868
 SHA512 
4cc194faacffa01c6989354c1cadbf1134f0945250f67b7020ab5b475e30db34c799176bd335a6265386cb9c5e8b5bcbdf35894ec0c809b140ffe1c406751931
 DIST anstyle-wincon-3.0.3.crate 12179 BLAKE2B 
37793975a05ad60bb2b670c208db11c5cda8a2a456242cd118748709d0a220b541b6f088676eccd19870cfb8f910d4aa1e7764393785a6db0531af4a3ffc8047
 SHA512 
55217c65fc9ec674e5b4dd70716a221bd108b507dce9baaeb542f0e0a47027ec7fe61f9cd3cccfda43e4a4cd785b42f13400daf89884c32d3768e48bdff2d179
 DIST arrayref-0.3.7.crate 9620 BLAKE2B 
69d25ca9c15c188ca954a862f320869a448a5d8ed5765a6fc26309abb030e1d846d12800d960c8a97aa3ab422e8d2b883bd154781ed219a858e02b20cc80

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

2024-05-25 Thread Julien Roy
commit: 4d3f9fa135e93682caf9bb2c7560a21ff67e86d9
Author: Anthony Ruhier  mailbox  org>
AuthorDate: Sat May 25 11:32:55 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 11:32:55 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d3f9fa1

gui-apps/hypridle: sync with 01ea40e

Parallel commits that enhanced the removed ebuild. Apply it on the new
ebuild.

Signed-off-by: Anthony Ruhier  mailbox.org>

 gui-apps/hypridle/hypridle-0.1.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/hypridle/hypridle-0.1.2-r1.ebuild 
b/gui-apps/hypridle/hypridle-0.1.2-r1.ebuild
index e1ff2ef75..11e24b3e4 100644
--- a/gui-apps/hypridle/hypridle-0.1.2-r1.ebuild
+++ b/gui-apps/hypridle/hypridle-0.1.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake toolchain-funcs
+inherit cmake
 
 COMMIT="158c52c4a76cff7a1635be8ec1a4a369bc8674ed"
 DESCRIPTION="Hyprland's idle daemon"
@@ -31,7 +31,7 @@ RDEPEND="
)
>=gui-wm/hyprland-0.35.0
dev-cpp/sdbus-c++
->=dev-libs/hyprlang-0.4.0
+   >=dev-libs/hyprlang-0.4.0
 "
 DEPEND="
${RDEPEND}



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

2024-05-25 Thread Julien Roy
commit: 187e150d28b2cd0c958a80f5f822e7c77ba9bf11
Author: Joe Kappus  wt  gd>
AuthorDate: Sat May 25 12:20:08 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 12:20:08 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=187e150d

gui-apps/swaync: add pango/cairo to RDEPEND

Closes: https://bugs.gentoo.org/932622
Signed-off-by: Joe Kappus  wt.gd>

 gui-apps/swaync/swaync-0.10.1-r1.ebuild | 7 ++-
 gui-apps/swaync/swaync-0.9.0.ebuild | 8 ++--
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/gui-apps/swaync/swaync-0.10.1-r1.ebuild 
b/gui-apps/swaync/swaync-0.10.1-r1.ebuild
index 0fe4dc0a2..91d166979 100644
--- a/gui-apps/swaync/swaync-0.10.1-r1.ebuild
+++ b/gui-apps/swaync/swaync-0.10.1-r1.ebuild
@@ -32,7 +32,12 @@ DEPEND="
x11-libs/gtk+:3
pulseaudio? ( media-libs/libpulse )
 "
-RDEPEND="${DEPEND}"
+RDEPEND="
+   ${DEPEND}
+   x11-libs/cairo
+   x11-libs/pango
+"
+
 BDEPEND="
${PYTHON_DEPS}
$(vala_depend)

diff --git a/gui-apps/swaync/swaync-0.9.0.ebuild 
b/gui-apps/swaync/swaync-0.9.0.ebuild
index 55a4e04c2..51983c997 100644
--- a/gui-apps/swaync/swaync-0.9.0.ebuild
+++ b/gui-apps/swaync/swaync-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -31,7 +31,11 @@ DEPEND="
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
 "
-RDEPEND="${DEPEND}"
+RDEPEND="
+   ${DEPEND}
+   x11-libs/cairo
+   x11-libs/pango
+"
 BDEPEND="
$(vala_depend)
app-text/scdoc



[gentoo-commits] repo/proj/guru:master commit in: gui-libs/gtk-session-lock/

2024-05-25 Thread Julien Roy
commit: 5909d9e15060d89a6687d2cbfe40e88d86f3f065
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Fri May 24 22:07:37 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 22:09:42 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5909d9e1

gui-libs/gtk-session-lock: add missing dev-libs/glib

Closes: https://bugs.gentoo.org/932635
Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 ...gtk-session-lock-0.2.0-r4.ebuild => gtk-session-lock-0.2.0-r5.ebuild} | 1 +
 gui-libs/gtk-session-lock/gtk-session-lock-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r4.ebuild 
b/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r5.ebuild
similarity index 98%
rename from gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r4.ebuild
rename to gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r5.ebuild
index 00e840103..4c98665ef 100644
--- a/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r4.ebuild
+++ b/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r5.ebuild
@@ -26,6 +26,7 @@ RESTRICT="!test? ( test )"
 
 REQUIRED_USE="vala? ( introspection )"
 DEPEND="
+   dev-libs/glib
x11-libs/gtk+:3[introspection?,wayland]
>=dev-libs/wayland-1.22.0
>=dev-libs/wayland-protocols-1.34

diff --git a/gui-libs/gtk-session-lock/gtk-session-lock-.ebuild 
b/gui-libs/gtk-session-lock/gtk-session-lock-.ebuild
index 00e840103..4c98665ef 100644
--- a/gui-libs/gtk-session-lock/gtk-session-lock-.ebuild
+++ b/gui-libs/gtk-session-lock/gtk-session-lock-.ebuild
@@ -26,6 +26,7 @@ RESTRICT="!test? ( test )"
 
 REQUIRED_USE="vala? ( introspection )"
 DEPEND="
+   dev-libs/glib
x11-libs/gtk+:3[introspection?,wayland]
>=dev-libs/wayland-1.22.0
>=dev-libs/wayland-protocols-1.34



[gentoo-commits] repo/proj/guru:master commit in: gui-libs/mir/

2024-05-25 Thread Julien Roy
commit: 1e5dfcf72314f60fb5a0375e4222fe856cc079e0
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat May 25 05:48:34 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 05:49:14 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e5dfcf7

gui-libs/mir: new package, add 2.17.0

Signed-off-by: Takuya Wakazono  gmail.com>

 gui-libs/mir/Manifest  |  1 +
 gui-libs/mir/metadata.xml  | 11 ++
 gui-libs/mir/mir-2.17.0.ebuild | 77 ++
 3 files changed, 89 insertions(+)

diff --git a/gui-libs/mir/Manifest b/gui-libs/mir/Manifest
new file mode 100644
index 0..21fdaaa68
--- /dev/null
+++ b/gui-libs/mir/Manifest
@@ -0,0 +1 @@
+DIST mir-2.17.0.tar.gz 6674122 BLAKE2B 
ad6694da4ed8c55e365674811a490347cbe191c4d88976cdf42d3c8371c894c0de0bd0ae2587141cd5a9177b37bf2e86b88f2e160c32f4196ffc1bb552c9f04b
 SHA512 
de6c919f3685280053f17c6da2f8ca9f729bdccf404a27f3ebb7233564b3d6facd130c7aa8f10283b95d815970233dd1c27bcc15120427ddd1c028896b00aec6

diff --git a/gui-libs/mir/metadata.xml b/gui-libs/mir/metadata.xml
new file mode 100644
index 0..7ae8fbe71
--- /dev/null
+++ b/gui-libs/mir/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pastalia...@gmail.com
+   Takuya Wakazono
+   
+   
+   canonical/mir
+   
+

diff --git a/gui-libs/mir/mir-2.17.0.ebuild b/gui-libs/mir/mir-2.17.0.ebuild
new file mode 100644
index 0..30e0fda31
--- /dev/null
+++ b/gui-libs/mir/mir-2.17.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Set of libraries for building Wayland based shells"
+HOMEPAGE="https://mir-server.io/;
+SRC_URI="https://github.com/canonical/mir/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 ) || ( LGPL-2.1 LGPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-cpp/libxmlpp:2.6
+   dev-cpp/yaml-cpp:=
+   dev-libs/boost:=
+   dev-libs/glib:2
+   dev-libs/libinput:=
+   dev-libs/wayland
+   dev-util/lttng-ust:=
+   media-libs/freetype
+   media-libs/libepoxy
+   media-libs/libglvnd
+   media-libs/mesa
+   x11-libs/libdrm
+   x11-libs/libXcursor
+   x11-libs/libxcb:=
+   x11-libs/libxkbcommon
+"
+DEPEND="
+   ${RDEPEND}
+   media-libs/glm
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   virtual/pkgconfig
+   examples? ( dev-util/wayland-scanner )
+   test? (
+   dev-cpp/gtest
+   dev-util/umockdev
+   x11-base/xwayland
+   )
+"
+
+src_prepare() {
+   cmake_src_prepare
+   use examples || cmake_comment_add_subdirectory examples/
+}
+
+src_configure() {
+   local mycmakeargs=(
+   # wlcs is not packaged
+   -DMIR_ENABLE_WLCS_TESTS=OFF
+   -DMIR_ENABLE_TESTS="$(usex test)"
+   )
+   use test && mycmakeargs+=(
+   # likely will not work in build environment
+   -DMIR_BUILD_PERFORMANCE_TESTS=OFF
+   -DMIR_BUILD_PLATFORM_TEST_HARNESS=OFF
+   -DMIR_BUILD_UNIT_TESTS=OFF
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   if use test; then
+   # remove dummy libraries
+   rm -f 
"${ED}/usr/$(get_libdir)/mir/server-platform/"{graphics-dummy.so,input-stub.so} 
|| die
+   fi
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/lsquic/, dev-libs/lsquic/files/

2024-05-25 Thread Julien Roy
commit: fbcf6093c61e2084bb7ef6f6ba57a78dff0f8d07
Author: Okamura Kazuya  danceylove  net>
AuthorDate: Sat May 25 11:46:53 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 11:57:49 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbcf6093

dev-libs/lsquic: fix misses package(s) in RDEPEND
and replace the statically linked boringssl with the lsquic recommended version.

Signed-off-by: Okamura Kazuya  danceylove.net>

 dev-libs/lsquic/Manifest   |   1 +
 .../lsquic-link-boringssl-static-libs-9fc1c.patch  | 154 +
 dev-libs/lsquic/lsquic-4.0.8-r2.ebuild |  55 
 3 files changed, 210 insertions(+)

diff --git a/dev-libs/lsquic/Manifest b/dev-libs/lsquic/Manifest
index 23c1be528..e65bbcc47 100644
--- a/dev-libs/lsquic/Manifest
+++ b/dev-libs/lsquic/Manifest
@@ -1,2 +1,3 @@
+DIST boringssl-9fc1c.tar.gz 35071632 BLAKE2B 
b90468dcf260915189f614bf83717e34e7905e83086322b78ad19d77f7fe24f6c2f739c634f67de1ef09d5de23e966fc20e2214d9ef7843dbf32ede968d08f93
 SHA512 
cbc3ca154a6abe53e3c4f46bdd0205195d7120efced061558c05e8a8ae5ba5aee2b4c9eb5fe4c590d87ede11ff8f2e45b06e37595359a300447ed3dc9390f500
 DIST boringssl-fips-20230428.tar.gz 32288205 BLAKE2B 
50588024cfd985b23be6f780197d092beae4b97bb2b5e01a6aca1477b0f5f0ffd0b6ac9558bd42fb5b4de4898a8987326afbe28422bb6dafbfc2104660958a83
 SHA512 
afdf94a4bbf4e92082ddcdb798c7b13e489f63ad50d9a79ee0f7222c0c830dd75a313cb8e3220816f1dc6872fe7493522938797c18c728e41a7c8f77bd597fc1
 DIST lsquic-4.0.8.tar.gz 1928212 BLAKE2B 
4a4011fe86183ae0ac34f92a4695d18a8d635330e638038d7a78e9b04ebf49de657c666f523f4967163f81c77f033d856712bb04efc1c50fa8f50040d066a585
 SHA512 
45789e2024b60dbb2593b8708067b3aa833f818228c8b1d37840b6c8cb968d446cb74b5c9ace4a805b9dd5e91b5ad22fbf07e832b15b8f7ae480cfaafd67601b

diff --git 
a/dev-libs/lsquic/files/lsquic-link-boringssl-static-libs-9fc1c.patch 
b/dev-libs/lsquic/files/lsquic-link-boringssl-static-libs-9fc1c.patch
new file mode 100644
index 0..50d5cce8c
--- /dev/null
+++ b/dev-libs/lsquic/files/lsquic-link-boringssl-static-libs-9fc1c.patch
@@ -0,0 +1,154 @@
+Modify the BoringSSL library to be included internally during LSQUIC 
construction, so that the BoringSSL library does not need to be installed by 
itself on the system.
+BoringSSL must always be built as static, so we intentionally removed the code 
that builds it as shared.
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4c7b181..723a075 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -152,77 +152,6 @@ ELSE()
+ ENDIF()
+ ENDIF()
+ 
+-IF (NOT DEFINED BORINGSSL_INCLUDE AND DEFINED BORINGSSL_DIR)
+-FIND_PATH(BORINGSSL_INCLUDE NAMES openssl/ssl.h
+-PATHS ${BORINGSSL_DIR}/include
+-NO_DEFAULT_PATH)
+-ENDIF()
+-# This must be done before adding other include directories to take
+-# precedence over header files from other SSL installs.
+-
+-IF (BORINGSSL_INCLUDE)
+-MESSAGE(STATUS "BoringSSL include directory ${BORINGSSL_INCLUDE}")
+-INCLUDE_DIRECTORIES(${BORINGSSL_INCLUDE})
+-ELSE()
+-MESSAGE(FATAL_ERROR "BoringSSL headers not found")
+-ENDIF()
+-
+-IF (NOT DEFINED BORINGSSL_LIB AND DEFINED BORINGSSL_DIR)
+-FOREACH(LIB_NAME ssl crypto)
+-IF (CMAKE_SYSTEM_NAME STREQUAL Windows)
+-FIND_LIBRARY(BORINGSSL_LIB_${LIB_NAME}
+-NAMES ${LIB_NAME}
+-PATHS ${BORINGSSL_DIR}/${LIB_NAME}
+-  PATH_SUFFIXES Debug Release MinSizeRel RelWithDebInfo
+-NO_DEFAULT_PATH)
+-ELSE()
+-FIND_LIBRARY(BORINGSSL_LIB_${LIB_NAME}
+-NAMES lib${LIB_NAME}${LIB_SUFFIX}
+-PATHS ${BORINGSSL_DIR}/${LIB_NAME}
+-NO_DEFAULT_PATH)
+-ENDIF()
+-IF(BORINGSSL_LIB_${LIB_NAME})
+-MESSAGE(STATUS "Found ${LIB_NAME} library: 
${BORINGSSL_LIB_${LIB_NAME}}")
+-ELSE()
+-MESSAGE(STATUS "${LIB_NAME} library not found")
+-ENDIF()
+-ENDFOREACH()
+-
+-ELSE()
+-
+-
+-FOREACH(LIB_NAME ssl crypto)
+-# If BORINGSSL_LIB is defined, try find each lib. Otherwise, user 
should define BORINGSSL_LIB_ssl,
+-# BORINGSSL_LIB_crypto and so on explicitly. For example, including 
boringssl and lsquic both via
+-# add_subdirectory:
+-#   add_subdirectory(third_party/boringssl)
+-#   set(BORINGSSL_LIB_ssl ssl)
+-#   set(BORINGSSL_LIB_crypto crypto)
+-#   add_subdirectory(third_party/lsquic)
+-IF (DEFINED BORINGSSL_LIB)
+-IF (CMAKE_SYSTEM_NAME STREQUAL Windows)
+-FIND_LIBRARY(BORINGSSL_LIB_${LIB_NAME}
+-NAMES ${LIB_NAME}
+-PATHS ${BORINGSSL_LIB}
+-PATH_SUFFIXES Debug Release MinSizeRel RelWithDebInfo
+-NO_DEFAULT_PATH)
+-ELSE()
+-FIND_LIBRARY(BORINGSS

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

2024-05-25 Thread Julien Roy
commit: dc7e00dc41618ac42f505d03a276e5cd83d264cf
Author: Joe Kappus  wt  gd>
AuthorDate: Sat May 25 12:14:38 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 12:14:38 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc7e00dc

gui-apps/wdisplays: drop 1.0-r3, add 1.1.1 EAPI 8, fix RDEPEND

Closes: https://bugs.gentoo.org/932624
Signed-off-by: Joe Kappus  wt.gd>

 gui-apps/wdisplays/Manifest| 2 +-
 .../wdisplays/{wdisplays-1.0-r3.ebuild => wdisplays-1.1.1.ebuild}  | 7 +++
 gui-apps/wdisplays/wdisplays-1.1.ebuild| 3 ++-
 gui-apps/wdisplays/wdisplays-.ebuild   | 5 +++--
 4 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/gui-apps/wdisplays/Manifest b/gui-apps/wdisplays/Manifest
index d262b7fd5..dec0873ca 100644
--- a/gui-apps/wdisplays/Manifest
+++ b/gui-apps/wdisplays/Manifest
@@ -1,2 +1,2 @@
-DIST wdisplays-1.0.tar.gz 106819 BLAKE2B 
d8a34ea82b88f99e27b5c42dc2e8bfed2bf69db719617d81d5f2c994e9020d206937e940f57452c99b534ceda241cea570899c7bdc74377009f7aa013e78b638
 SHA512 
876e883747331cf67d351b7afec963d6d52b6fa3870a57ed147acf898a662fb41407b3e835acc167d32de969d4001dbe8429340849ad09a7f7b8bfdabee61e3e
+DIST wdisplays-1.1.1.tar.gz 108810 BLAKE2B 
a294719c3b8e91642d53e22aaac40c3ddd9a24e2eaef8e8b412905e9a4ef4be7984c0d0c087661d975ec518304020d1f84fc7a6ac4f62f1a5708c73878646818
 SHA512 
46923592e9fbb5c06c3549c198aedbafd8e0b5a6a82bc11d9d0b4cb086007cce18e0aa109932a4e4bee34d9f235660d2ea9d485a8fce146a2755ef62f81d
 DIST wdisplays-1.1.tar.gz 108410 BLAKE2B 
438030d835a0b01dc65c9e69ef0019ce53741aa3be63624ffd73d7cd44e37ccb102cbc4aedaa303d7f47267353640072b3de76437f45637abfd2192b612b23ad
 SHA512 
1aabcb4fef1bde1b8f6bb9254804bba39fe5ebdd57ecc62894aca432527be54ead39ece4008f48ddf96a28111fc409fa5a093905c8017b79bb3f6495a0dc264d

diff --git a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild 
b/gui-apps/wdisplays/wdisplays-1.1.1.ebuild
similarity index 87%
rename from gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
rename to gui-apps/wdisplays/wdisplays-1.1.1.ebuild
index 1e6afa740..2a1faecf7 100644
--- a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.1.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson xdg
 
@@ -23,6 +23,7 @@ RESTRICT="mirror test"
 
 RDEPEND="
dev-libs/glib
+   dev-libs/wayland
media-libs/libepoxy
x11-libs/gtk+:3[wayland]
x11-libs/cairo
@@ -32,5 +33,3 @@ DEPEND="${RDEPEND}"
 BDEPEND="
dev-libs/wayland-protocols
 "
-
-PATCHES=( "${FILESDIR}/${PN}-1.0-pull20.patch" )

diff --git a/gui-apps/wdisplays/wdisplays-1.1.ebuild 
b/gui-apps/wdisplays/wdisplays-1.1.ebuild
index 1afe894e7..757718fc4 100644
--- a/gui-apps/wdisplays/wdisplays-1.1.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,6 +23,7 @@ RESTRICT="mirror test"
 
 RDEPEND="
dev-libs/glib
+   dev-libs/wayland
media-libs/libepoxy
x11-libs/gtk+:3[wayland]
x11-libs/cairo

diff --git a/gui-apps/wdisplays/wdisplays-.ebuild 
b/gui-apps/wdisplays/wdisplays-.ebuild
index 1afe894e7..2a1faecf7 100644
--- a/gui-apps/wdisplays/wdisplays-.ebuild
+++ b/gui-apps/wdisplays/wdisplays-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson xdg
 
@@ -23,6 +23,7 @@ RESTRICT="mirror test"
 
 RDEPEND="
dev-libs/glib
+   dev-libs/wayland
media-libs/libepoxy
x11-libs/gtk+:3[wayland]
x11-libs/cairo



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

2024-05-25 Thread Julien Roy
commit: 250235e7439c42c4fab47b57174e7d7646a6372b
Author: Joe Kappus  wt  gd>
AuthorDate: Sat May 25 12:05:27 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 12:05:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=250235e7

gui-apps/wdisplays: add myself as a maintainer

Signed-off-by: Joe Kappus  wt.gd>

 gui-apps/wdisplays/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gui-apps/wdisplays/metadata.xml b/gui-apps/wdisplays/metadata.xml
index 1e1ae32f9..6bdc58964 100644
--- a/gui-apps/wdisplays/metadata.xml
+++ b/gui-apps/wdisplays/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+j...@wt.gd
+Joe Kappus
+
 
 https://github.com/artizirk/wdisplays/issues
 artizirk/wdisplays



[gentoo-commits] repo/proj/guru:master commit in: gui-wm/miracle-wm/

2024-05-25 Thread Julien Roy
commit: e4719edebbd14fb0fb03f6d73369f9cf24da1ab1
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat May 25 05:48:48 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 05:49:14 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4719ede

gui-wm/miracle-wm: new package, add 0.2.1

Signed-off-by: Takuya Wakazono  gmail.com>

 gui-wm/miracle-wm/Manifest|  1 +
 gui-wm/miracle-wm/metadata.xml| 11 +
 gui-wm/miracle-wm/miracle-wm-0.2.1.ebuild | 39 +++
 3 files changed, 51 insertions(+)

diff --git a/gui-wm/miracle-wm/Manifest b/gui-wm/miracle-wm/Manifest
new file mode 100644
index 0..fa1b15c26
--- /dev/null
+++ b/gui-wm/miracle-wm/Manifest
@@ -0,0 +1 @@
+DIST miracle-wm-0.2.1.tar.gz 348521 BLAKE2B 
f9b7dc06ff2b6571f4cf5a8de2e2087dcb080bcca897217da12915765fbbaea60a7b692b3072cd514de7aa0c5c6eaa02bd455df5d0ff29583ed83fbd3fa3bed1
 SHA512 
900e126c0d381008a80482b4ee72b2d7ca9b402ce42c802b6968b06238ea873e7a2180dc313233eba2c8f2529c133d700c0ee31ca467e6f612efff6fc6e8fd0d

diff --git a/gui-wm/miracle-wm/metadata.xml b/gui-wm/miracle-wm/metadata.xml
new file mode 100644
index 0..f0810e7e4
--- /dev/null
+++ b/gui-wm/miracle-wm/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pastalia...@gmail.com
+   Takuya Wakazono
+   
+   
+   mattkae/miracle-wm
+   
+

diff --git a/gui-wm/miracle-wm/miracle-wm-0.2.1.ebuild 
b/gui-wm/miracle-wm/miracle-wm-0.2.1.ebuild
new file mode 100644
index 0..e42a6b101
--- /dev/null
+++ b/gui-wm/miracle-wm/miracle-wm-0.2.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Tiling Wayland compositor based on Mir"
+HOMEPAGE="https://github.com/mattkae/miracle-wm;
+SRC_URI="https://github.com/mattkae/miracle-wm/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-cpp/yaml-cpp:=
+   dev-cpp/nlohmann_json
+   dev-libs/glib:2
+   dev-libs/libevdev
+   gui-libs/mir
+   x11-libs/libnotify
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   test? ( dev-cpp/gtest )
+"
+
+src_prepare() {
+   cmake_src_prepare
+   use test || cmake_comment_add_subdirectory tests/
+}
+
+src_test() {
+   "${BUILD_DIR}/bin/miracle-wm-tests" || die
+}



[gentoo-commits] repo/proj/guru:master commit in: sci-biology/cytoscape-bin/

2024-05-25 Thread Julien Roy
commit: fe4ab769d778e525f41048f07877c22ea35564a3
Author: Andrés Becerra  gmail  com>
AuthorDate: Fri May 24 20:21:21 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 20:27:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe4ab769

sci-biology/cytoscape-bin: add 3.10.2, drop 3.10.1

Signed-off-by: Andrés Becerra  gmail.com>

 sci-biology/cytoscape-bin/Manifest| 4 +++-
 .../{cytoscape-bin-3.10.1.ebuild => cytoscape-bin-3.10.2.ebuild}  | 8 
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/sci-biology/cytoscape-bin/Manifest 
b/sci-biology/cytoscape-bin/Manifest
index cf3a195ac..ff8bfb513 100644
--- a/sci-biology/cytoscape-bin/Manifest
+++ b/sci-biology/cytoscape-bin/Manifest
@@ -1 +1,3 @@
-DIST cytoscape-unix-3.10.1.tar.gz 344323313 BLAKE2B 
ffb27144b9c717762c4b96ea192cbde5a83e0e6264022e59f007a5989d0ba636959e459361ccc36a38ffc5615074e644daef5835cb56040e8f6072e279569c59
 SHA512 
4b37e72e339a60a5275ab31f112af5b042e190c26d6557c66e9ff5bc0aff547b481548c66696442ea5ef8df4bc3c191ef0f3f675060d033c2535ac954567218e
+DIST cytoscape-unix-3.10.2.tar.gz 342943928 BLAKE2B 
8ed32c929cb0d3ef140b4dba3b0cb98eda507cf4d6daac3ec2d7c1fa5707bff1613366d0fb5f0b4c84b12a88bacb08694b1d653e315ac45b3e0d5d70fbf7f77b
 SHA512 
b34f40f82ee8576c37ad2d64319aace8cbb83f9fc1ab9a7463e56163e54a4c5cd78683ccfac55947b93d31cc969f985f8908196b71d753f542e8c2278a229f6f
+EBUILD cytoscape-bin-3.10.2.ebuild 1006 BLAKE2B 
6b2c29ecb6a4b829391e88727b36c76512b66dd7d20fab74138e81e6a7a92a9966f7df9f333823a4e3a261bdc51bc43f1b29055b389e8a260c57ec79a6c7bc37
 SHA512 
8866b8d340ab34458fbd55a612453109ed46651abe971eabe6ea74a8d0813a986a89a663d5b684321554c287a0091006e7816354e0710d2c4eaec08aabebf449
+MISC metadata.xml 486 BLAKE2B 
5b3d5ea0a680643513685b19379fa9d250a755fc6dd99c07e35689d1e14918c7d91b659b866ef0dc5631043f3e12a2d6770c320087b882e40a23f5bcbbc5b9fe
 SHA512 
e27f3c8d6443c9f153d6921c242abaf10af9433d8c7c30fff1d0c441547bd19fe8aff1cf02f07ec204285c41d97a981872d9bd07af16ed2faff8280eaf84d967

diff --git a/sci-biology/cytoscape-bin/cytoscape-bin-3.10.1.ebuild 
b/sci-biology/cytoscape-bin/cytoscape-bin-3.10.2.ebuild
similarity index 92%
rename from sci-biology/cytoscape-bin/cytoscape-bin-3.10.1.ebuild
rename to sci-biology/cytoscape-bin/cytoscape-bin-3.10.2.ebuild
index 458505567..57fa16311 100644
--- a/sci-biology/cytoscape-bin/cytoscape-bin-3.10.1.ebuild
+++ b/sci-biology/cytoscape-bin/cytoscape-bin-3.10.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -6,16 +6,16 @@ EAPI="8"
 inherit desktop java-pkg-2
 
 DESCRIPTION="A visualization platform for molecular interaction networks"
-HOMEPAGE="https://www.cytoscape.org/;
+HOMEPAGE="http://www.cytoscape.org/;
 
SRC_URI="https://github.com/cytoscape/cytoscape/releases/download/${PV}/cytoscape-unix-${PV}.tar.gz;
 
-S="${WORKDIR}"
-
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 RDEPEND=">=virtual/jre-11-r2"
 
+S="${WORKDIR}"
+
 src_install() {
MY_PN="cytoscape"
MYW="${WORKDIR}/${MY_PN}-unix-${PV}"



[gentoo-commits] repo/proj/guru:master commit in: sci-biology/cytoscape-bin/

2024-05-25 Thread Julien Roy
commit: b275387250b86a6212937bebc4b8b3c2cb033a24
Author: Andrés Becerra  gmail  com>
AuthorDate: Fri May 24 20:35:21 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 20:35:21 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2753872

sci-biology/cytoscape-bin: fix https over http

Signed-off-by: Andrés Becerra  gmail.com>

 sci-biology/cytoscape-bin/Manifest| 2 +-
 sci-biology/cytoscape-bin/cytoscape-bin-3.10.2.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-biology/cytoscape-bin/Manifest 
b/sci-biology/cytoscape-bin/Manifest
index ff8bfb513..c2b056df9 100644
--- a/sci-biology/cytoscape-bin/Manifest
+++ b/sci-biology/cytoscape-bin/Manifest
@@ -1,3 +1,3 @@
 DIST cytoscape-unix-3.10.2.tar.gz 342943928 BLAKE2B 
8ed32c929cb0d3ef140b4dba3b0cb98eda507cf4d6daac3ec2d7c1fa5707bff1613366d0fb5f0b4c84b12a88bacb08694b1d653e315ac45b3e0d5d70fbf7f77b
 SHA512 
b34f40f82ee8576c37ad2d64319aace8cbb83f9fc1ab9a7463e56163e54a4c5cd78683ccfac55947b93d31cc969f985f8908196b71d753f542e8c2278a229f6f
-EBUILD cytoscape-bin-3.10.2.ebuild 1006 BLAKE2B 
6b2c29ecb6a4b829391e88727b36c76512b66dd7d20fab74138e81e6a7a92a9966f7df9f333823a4e3a261bdc51bc43f1b29055b389e8a260c57ec79a6c7bc37
 SHA512 
8866b8d340ab34458fbd55a612453109ed46651abe971eabe6ea74a8d0813a986a89a663d5b684321554c287a0091006e7816354e0710d2c4eaec08aabebf449
+EBUILD cytoscape-bin-3.10.2.ebuild 1007 BLAKE2B 
18908907d00c212ade8ad0da94973edb4c09b52cb05891773b5d669c449f23d55c756713565941fa82a3297dbcdf1cc6e24a6678062ada0228a39d68db085d97
 SHA512 
22c3708957fc8ca96a08e7870b12a639ecdf46b1dd6bef342b217732c345c36524f51f2f287c4e3c450908080c6382956e9606603a1672d7652404a63ee75940
 MISC metadata.xml 486 BLAKE2B 
5b3d5ea0a680643513685b19379fa9d250a755fc6dd99c07e35689d1e14918c7d91b659b866ef0dc5631043f3e12a2d6770c320087b882e40a23f5bcbbc5b9fe
 SHA512 
e27f3c8d6443c9f153d6921c242abaf10af9433d8c7c30fff1d0c441547bd19fe8aff1cf02f07ec204285c41d97a981872d9bd07af16ed2faff8280eaf84d967

diff --git a/sci-biology/cytoscape-bin/cytoscape-bin-3.10.2.ebuild 
b/sci-biology/cytoscape-bin/cytoscape-bin-3.10.2.ebuild
index 57fa16311..b1a1bfb8a 100644
--- a/sci-biology/cytoscape-bin/cytoscape-bin-3.10.2.ebuild
+++ b/sci-biology/cytoscape-bin/cytoscape-bin-3.10.2.ebuild
@@ -6,16 +6,16 @@ EAPI="8"
 inherit desktop java-pkg-2
 
 DESCRIPTION="A visualization platform for molecular interaction networks"
-HOMEPAGE="http://www.cytoscape.org/;
+HOMEPAGE="https://www.cytoscape.org/;
 
SRC_URI="https://github.com/cytoscape/cytoscape/releases/download/${PV}/cytoscape-unix-${PV}.tar.gz;
 
+S="${WORKDIR}"
+
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 RDEPEND=">=virtual/jre-11-r2"
 
-S="${WORKDIR}"
-
 src_install() {
MY_PN="cytoscape"
MYW="${WORKDIR}/${MY_PN}-unix-${PV}"



[gentoo-commits] repo/proj/guru:master commit in: sys-power/nvidia-exec/

2024-05-25 Thread Julien Roy
commit: a9c8ece8caadf2fcea7bf897fb85b67ab931bafe
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Fri May 24 21:58:47 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 22:09:42 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9c8ece8

sys-power/nvidia-exec: fix ebuild

* the packages only requires to copy files
* no need for distutils-r1

Closes: https://bugs.gentoo.org/932603
Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 ...nvidia-exec-0.2.7.ebuild => nvidia-exec-0.2.7-r1.ebuild} | 13 +
 sys-power/nvidia-exec/nvidia-exec-.ebuild   | 13 +
 2 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/sys-power/nvidia-exec/nvidia-exec-0.2.7.ebuild 
b/sys-power/nvidia-exec/nvidia-exec-0.2.7-r1.ebuild
similarity index 86%
rename from sys-power/nvidia-exec/nvidia-exec-0.2.7.ebuild
rename to sys-power/nvidia-exec/nvidia-exec-0.2.7-r1.ebuild
index 39f2bd3a1..24ee35d2e 100644
--- a/sys-power/nvidia-exec/nvidia-exec-0.2.7.ebuild
+++ b/sys-power/nvidia-exec/nvidia-exec-0.2.7-r1.ebuild
@@ -3,10 +3,7 @@
 
 EAPI=8
 
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
-
-inherit distutils-r1 systemd
+inherit systemd
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -23,10 +20,10 @@ LICENSE="GPL-3"
 SLOT="0"
 
 RDEPEND="
-   app-misc/jq
-   sys-apps/lshw
-   sys-process/lsof
-   x11-drivers/nvidia-drivers
+   dev-lang/python
+   sys-apps/lshw
+   sys-process/lsof
+   x11-drivers/nvidia-drivers
 "
 
 src_install() {

diff --git a/sys-power/nvidia-exec/nvidia-exec-.ebuild 
b/sys-power/nvidia-exec/nvidia-exec-.ebuild
index 39f2bd3a1..24ee35d2e 100644
--- a/sys-power/nvidia-exec/nvidia-exec-.ebuild
+++ b/sys-power/nvidia-exec/nvidia-exec-.ebuild
@@ -3,10 +3,7 @@
 
 EAPI=8
 
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
-
-inherit distutils-r1 systemd
+inherit systemd
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -23,10 +20,10 @@ LICENSE="GPL-3"
 SLOT="0"
 
 RDEPEND="
-   app-misc/jq
-   sys-apps/lshw
-   sys-process/lsof
-   x11-drivers/nvidia-drivers
+   dev-lang/python
+   sys-apps/lshw
+   sys-process/lsof
+   x11-drivers/nvidia-drivers
 "
 
 src_install() {



[gentoo-commits] repo/proj/guru:master commit in: sci-biology/jalview-bin/

2024-05-25 Thread Julien Roy
commit: f09bcd0d42637995255ffdbf422dcb7f9677b0e7
Author: Andrés Becerra  gmail  com>
AuthorDate: Fri May 24 20:41:39 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 20:41:39 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f09bcd0d

sci-biology/jalview-bin: add version 2.11.3.3

Signed-off-by: Andrés Becerra  gmail.com>

 sci-biology/jalview-bin/Manifest   |  5 ++--
 .../jalview-bin/jalview-bin-2.11.3.2.ebuild| 34 --
 ...2.11.2.7.ebuild => jalview-bin-2.11.3.3.ebuild} |  0
 3 files changed, 3 insertions(+), 36 deletions(-)

diff --git a/sci-biology/jalview-bin/Manifest b/sci-biology/jalview-bin/Manifest
index 799f97869..8618c10f1 100644
--- a/sci-biology/jalview-bin/Manifest
+++ b/sci-biology/jalview-bin/Manifest
@@ -1,2 +1,3 @@
-DIST jalview-all-2.11.2.7-j1.8.jar 43681770 BLAKE2B 
5278b94ae0c2872558a06aeeb2f0440b00dcc054d364a296eb7104cd32303104453b3782a84d17b7ed1819cdb50b89c1295914f703c7ba9a1ad10895b0f7c626
 SHA512 
dd12e76d01f6638f903a5dec36dfd3c77c9f83d92cc6c67b1b847e9953c0bd823033592e233852b6654768c9576045b5c74790741f54e76dc5f4747efd77f38a
-DIST jalview-all-2.11.3.2-j1.8.jar 48202428 BLAKE2B 
0a3ef277e9e1da7283dfcef9736a9301224324f6e54e276832b06f63c935e6d3550feb6599a092847fb611174cb2aa78f8c72aea1a7cbf7906d9458e1e1055ef
 SHA512 
90200e6d0ad927d0f2603af53dd0ab64e1a7862f9d09c3266fa23254e517b082972691b17ef1f11acf9c583bd5a58a657470948e2d322343ce32f2c08f61859a
+DIST jalview-all-2.11.3.3-j1.8.jar 48213292 BLAKE2B 
de869b1214ccb4cfe8edbbca68ca6cdd510283f51acb1a82f08a91cf62ce75b76e2400640a09bd05777de2d493b5e74541222af3e4e7208fb5ad6fa10beaa00d
 SHA512 
d2049b48e360c9e799d8e89fbee500375c510d956c68f9a44d4685eef2de84a8b557e9f7eec82febc63f513cdf67b5ff5f47b6aa8500c44e23b3831c0540e8a4
+EBUILD jalview-bin-2.11.3.3.ebuild 780 BLAKE2B 
d345687df977fe683ba2da52de5a538badcc1e44469a7605f6844681c97476bb3219f7635fa72f566ce3020fff9857d1a98956c8923f498c8b404ab88587ef03
 SHA512 
f8a5b437a01deeae73829b1aa07c2427eb830d7e543555df776a0cd9ec10768f65ca545bac91e98bab87ec975377428f2c3b7ced606a0a96562b6e9e5d8daaa0
+MISC metadata.xml 264 BLAKE2B 
d34d5fbc80c9c333ca2fea02dcdd8e9aa29d6bdab3511548cc2b65850bd0bea4a3ab8e15614fa11f82541b884ad940907f261afc692bfffb93fbdb07cff881ff
 SHA512 
ffd6824e66268ce9954034f3b844c533e318a6325dbae7205030455ec42dabb2cfa16656e526187958adf6fd99006f81e1b1977672d4cdc29249f97bb24e25aa

diff --git a/sci-biology/jalview-bin/jalview-bin-2.11.3.2.ebuild 
b/sci-biology/jalview-bin/jalview-bin-2.11.3.2.ebuild
deleted file mode 100644
index 1fde572cf..0
--- a/sci-biology/jalview-bin/jalview-bin-2.11.3.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_WANT_TARGET=1.8
-
-inherit desktop java-pkg-2
-
-DESCRIPTION="Editor of multiple sequence alignments."
-HOMEPAGE="https://www.jalview.org/;
-SRC_URI="https://www.jalview.org/getdown/release/jalview-all-${PV}-j1.8.jar;
-
-S="${WORKDIR}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/unzip"
-
-RDEPEND="virtual/jre:1.8"
-
-src_unpack() {
-   cp -v "${DISTDIR}/${A}" . || die
-   unzip -u ${A} images/jalview_logo-48.png || die
-}
-
-src_install() {
-   java-pkg_newjar "jalview-all-${PV}-j1.8.jar"
-   java-pkg_dolauncher "${PN}" --jar "${PN}.jar"
-   newicon images/jalview_logo-48.png jalview_logo_48.png
-   make_desktop_entry "${PN}" JalView jalview_logo_48 Science
-}

diff --git a/sci-biology/jalview-bin/jalview-bin-2.11.2.7.ebuild 
b/sci-biology/jalview-bin/jalview-bin-2.11.3.3.ebuild
similarity index 100%
rename from sci-biology/jalview-bin/jalview-bin-2.11.2.7.ebuild
rename to sci-biology/jalview-bin/jalview-bin-2.11.3.3.ebuild



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

2024-05-25 Thread Julien Roy
commit: 2f50324f13d42cee2b3455e42fff3a6db39cbd80
Author: Julien Roy  jroy  ca>
AuthorDate: Sat May 25 12:39:52 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 12:41:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f50324f

dev-python/hunter: disable docs

Docs depend on dev-python/sphinx-py3doc-enhanced-theme
Which was treecleaned from ::gentoo

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/hunter/hunter-3.6.1.ebuild | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-python/hunter/hunter-3.6.1.ebuild 
b/dev-python/hunter/hunter-3.6.1.ebuild
index 51d1aa978..94327131e 100644
--- a/dev-python/hunter/hunter-3.6.1.ebuild
+++ b/dev-python/hunter/hunter-3.6.1.ebuild
@@ -7,11 +7,13 @@ DISTUTILS_EXT=1
 PYTHON_COMPAT=( python3_{11..12} )
 DISTUTILS_USE_PEP517=setuptools
 
-DOCS_BUILDER="sphinx"
-DOCS_DEPEND="dev-python/sphinx-py3doc-enhanced-theme"
-DOCS_DIR="docs"
+# Docs depend on dev-python/sphinx-py3doc-enhanced-theme
+# Which was treecleaned from ::gentoo
+# DOCS_BUILDER="sphinx"
+# DOCS_DEPEND="dev-python/sphinx-py3doc-enhanced-theme"
+# DOCS_DIR="docs"
 
-inherit distutils-r1 docs
+inherit distutils-r1 # docs
 
 DESCRIPTION="Hunter is a flexible code tracing toolkit"
 HOMEPAGE="
@@ -37,7 +39,7 @@ BDEPEND="
)
 "
 
-DOCS=( AUTHORS.rst CHANGELOG.rst README.rst )
+# DOCS=( AUTHORS.rst CHANGELOG.rst README.rst )
 
 PATCHES=(
# Upstream uses a custom file to define backend as setuptools



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

2024-05-25 Thread Julien Roy
commit: b6e4f01de1ff1a0897e5214b24d52759d0a61b6c
Author: Julien Roy  jroy  ca>
AuthorDate: Sat May 25 12:40:10 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 12:41:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6e4f01d

dev-python/pytest-benchmark: disable docs

Docs depend on dev-python/sphinx-py3doc-enhanced-theme
Which was treecleaned from ::gentoo

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild 
b/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild
index 7fcdfec05..fee0a2b12 100644
--- a/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild
+++ b/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild
@@ -6,11 +6,13 @@ EAPI=8
 PYTHON_COMPAT=( python3_{11..12} )
 DISTUTILS_USE_PEP517=setuptools
 
-DOCS_BUILDER="sphinx"
-DOCS_DEPEND="dev-python/sphinx-py3doc-enhanced-theme"
-DOCS_DIR="docs"
+# Docs depend on dev-python/sphinx-py3doc-enhanced-theme
+# Which was treecleaned from ::gentoo
+# DOCS_BUILDER="sphinx"
+# DOCS_DEPEND="dev-python/sphinx-py3doc-enhanced-theme"
+# DOCS_DIR="docs"
 
-inherit distutils-r1 docs
+inherit distutils-r1 # docs
 
 DESCRIPTION="py.test fixture for benchmarking code"
 HOMEPAGE="
@@ -23,7 +25,7 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DOCS=( {AUTHORS,CHANGELOG,README}.rst )
+# DOCS=( {AUTHORS,CHANGELOG,README}.rst )
 
 RDEPEND="
dev-python/py-cpuinfo[${PYTHON_USEDEP}]



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

2024-05-25 Thread Julien Roy
commit: 8b4e2c06e3d56f658c5189fb6cfb989cd29d01b3
Author: Julien Roy  jroy  ca>
AuthorDate: Sat May 25 12:40:22 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 12:41:29 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b4e2c06

dev-python/aspectlib: disable docs

Docs depend on dev-python/sphinx-py3doc-enhanced-theme
Which was treecleaned from ::gentoo

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild 
b/dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild
index f63949dbf..914ce7b0e 100644
--- a/dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild
+++ b/dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild
@@ -27,8 +27,10 @@ BDEPEND="
 
 distutils_enable_tests pytest
 
-distutils_enable_sphinx docs \
-   dev-python/sphinx-py3doc-enhanced-theme
+# Docs depend on dev-python/sphinx-py3doc-enhanced-theme
+# Which was treecleaned from ::gentoo
+# distutils_enable_sphinx docs \
+#  dev-python/sphinx-py3doc-enhanced-theme
 
 EEPYTEST_DESELECT=(
# fails because error message text is slightly different



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

2024-05-25 Thread Julien Roy
commit: d905a5d6cf6ae6abb286fdec2a788a550ca629ed
Author: Julien Roy  jroy  ca>
AuthorDate: Sat May 25 12:39:14 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Sat May 25 12:41:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d905a5d6

dev-python/manhole: disable docs

Docs depend on dev-python/sphinx-py3doc-enhanced-theme
Which was treecleaned from ::gentoo

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/manhole/manhole-1.8.0-r2.ebuild | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-python/manhole/manhole-1.8.0-r2.ebuild 
b/dev-python/manhole/manhole-1.8.0-r2.ebuild
index 51160ca79..10977ce11 100644
--- a/dev-python/manhole/manhole-1.8.0-r2.ebuild
+++ b/dev-python/manhole/manhole-1.8.0-r2.ebuild
@@ -6,11 +6,13 @@ EAPI=8
 PYTHON_COMPAT=( python3_{10..12} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 
-DOCS_BUILDER="sphinx"
-DOCS_DEPEND="dev-python/sphinx-py3doc-enhanced-theme"
-DOCS_DIR="docs"
+# Docs depend on dev-python/sphinx-py3doc-enhanced-theme
+# Which was treecleaned from ::gentoo
+# DOCS_BUILDER="sphinx"
+# DOCS_DEPEND="dev-python/sphinx-py3doc-enhanced-theme"
+# DOCS_DIR="docs"
 
-inherit distutils-r1 docs
+inherit distutils-r1 # docs
 
 DESCRIPTION="Debugging manhole for python application"
 HOMEPAGE="
@@ -31,7 +33,7 @@ BDEPEND="
)
 "
 
-DOCS=( AUTHORS.rst CHANGELOG.rst README.rst )
+# DOCS=( AUTHORS.rst CHANGELOG.rst README.rst )
 
 PATCHES=(
"${FILESDIR}/importlib.patch"



[gentoo-commits] repo/proj/guru:master commit in: x11-terms/rio/files/, x11-terms/rio/

2024-05-24 Thread Julien Roy
commit: c0ab8ca19930108135a05f0e5ea833b0e99fc292
Author: Jonas Frei  pm  me>
AuthorDate: Fri May 24 19:08:23 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 19:09:48 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0ab8ca1

x11-terms/rio: add 0.0.39

Also added a patch to remove the minimal Rust version.
This is only needed on Windows for security reasons.

Signed-off-by: Jonas Frei  pm.me>

 x11-terms/rio/Manifest |  88 
 0.39-remove-min-rust-version-requirement.patch |  20 +
 x11-terms/rio/rio-0.0.39.ebuild| 466 +
 3 files changed, 574 insertions(+)

diff --git a/x11-terms/rio/Manifest b/x11-terms/rio/Manifest
index 4afd81477..35e38776a 100644
--- a/x11-terms/rio/Manifest
+++ b/x11-terms/rio/Manifest
@@ -1,12 +1,16 @@
 DIST ab_glyph-0.2.23.crate 18537 BLAKE2B 
b11121197c7c2bfbc8096e82fb7321d2e3a56491c8d644d0b83d99663c642ef5813d1952994613c5c2fc98df76f67f0103487cc50c304e59307cc6c5a389a6b5
 SHA512 
169aaea8daf54cae7b3123b088f95217dda53f5e11b42a962d4607f546b8ecbdbab769d292cd2f50206f58d015785361479b4dfc42915b28bc5bdfff4340c151
+DIST ab_glyph-0.2.25.crate 19105 BLAKE2B 
02d7e2da1ab3dc02e6d4944078f18f66ae9fe40c4aa0308a6ffe550f4e2a2ff4ea146ff3ddb9bf213769d6c85ed123cf62b0fa87ac6b60c2ad8287424dc11441
 SHA512 
23d4493847fd29842519ceb83661d1169c90ae48ee46db080f6bb086142bc9eaa1ed02d3c1c59f748eedfc1a68d5d508b10988cce702658839fbd4144869fd10
 DIST ab_glyph_rasterizer-0.1.8.crate 11010 BLAKE2B 
2a20fd3ff646559d704e214ae7c4e5b8297e20be0909c403c140edb67002665447a6a796e5ca5d71f5c8c55000489a14a101ec43dd90101be9c246d1a0138dc4
 SHA512 
6fd5ff2d068da84c4ac2e6e2c5ad6ab2f4926f1664afb8ba701b60a35c3bd7bf00b200b22c455ca15dfc7d4303c8caa0bb150c18dcce01ce107deaf323cde17f
 DIST addr2line-0.21.0.crate 40807 BLAKE2B 
9796b9a1177a299797902b7f64247d81d63d3f7e0dcc1256990628e84c5f92e3094ee8d753d9b72187b9aaa73b7ca67c0217899f2226ebd1076f8d25b458475b
 SHA512 
afde7660dda30dee240e79df1fb5b92d4572520bf17a134ef3765e2a077af9e13713952d52e27fae420109b40f6e24dbce1056687dbcbead858ffc21cc7dc69b
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
 DIST ahash-0.8.11.crate 43607 BLAKE2B 
7dff8e41798ba25df8c4827ff414a182bb25da4825f0119a74916fe775db5445b87be8fc87f7c7f98d3b5053e1d47546f98873de1a942d36e5f308a3fb7dd620
 SHA512 
47d211b2422de0b381dfe32229faa346406eb7a22dff867dc04c22389609a8671ce3218e662000c49891a06c259d82e0ff4413740f007729d80e097a6c3f0d9d
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
+DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 
8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830
 SHA512 
ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69
 DIST allocator-api2-0.2.16.crate 59025 BLAKE2B 
fda69b52435a7243eb19bc55914a1961e59dbad5ac12c40db39cccdf7a99c742da59c3ef160350808698db24b91e0ce655cd1acedbbcbe20c717604aae23ea5e
 SHA512 
e1eb0df6b44b62115795ebf772f81e9ac0b6d273afd81659dbddb7eb6628b6e5ef6a60ea21413e79ee638afb72e6872ba83a075f6324daf93f2f1eda48daff2f
+DIST allocator-api2-0.2.18.crate 62504 BLAKE2B 
8152c5a611be91ba23b1e8647511e21f48e7d4f1a7b9a828083f5bb8747cdc92aee66f73251b19195bbdc1f65aad992632e820d86cbeff287d598257ae3628a6
 SHA512 
5e5b0e23e1f5b259e5d3746e3e05817af8dee95af7105ea775a5c1d69b4e537a4d6a25e2c1d46ab83e2385217b158f7940dc1315ae581c35ee23289647105e73
 DIST android-activity-0.5.2.crate 258406 BLAKE2B 
bebcddb062921b10915959704d1339c0d200843b887be4588010a359f8b46fba6dce94d4f87a37e006c01e66e6ec061f33f4aaaf32ff616fdd2f52d2d0287b2b
 SHA512 
281f2c3afaaa80d71f5aa6b531aae8e551897bb10c70da40787ee03ff194129da0df79f2e14d5432c9eb4a92c6227a1f9e1a3bd12e7060bbcae85fef177c009f
+DIST android-activity-0.6.0.crate 258597 BLAKE2B 
6036c801a6a7a419257c0cb8a5daa7f3813ef3920cb0e5e279eaaafe4bab55f99da806c6156982e9262e9c5771e954a085a4ad939cf76a61c0ee586223c2ad13
 SHA512 
24c4fb0b8985df8927bac994a22ac6ebabc4c2f3f5c509769146c517d05750f7457cb056d954fba1e5cb638e349744379adc870d1d5e44370ffaae026a05a7e6
 DIST android-properties-0.2.2.crate 456

[gentoo-commits] repo/proj/guru:master commit in: mail-client/proton-mail-bin/

2024-05-24 Thread Julien Roy
commit: 44ca9f4a5e1ffc0a00a06328d5069633745d4490
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 19:32:00 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 19:32:22 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44ca9f4a

mail-client/proton-mail-bin: add 5.0.126.1, drop 5.0.108.1

Closes: https://bugs.gentoo.org/show_bug.cgi?id=928860
Closes: https://bugs.gentoo.org/show_bug.cgi?id=928861
Closes: https://bugs.gentoo.org/show_bug.cgi?id=928862
Closes: https://bugs.gentoo.org/show_bug.cgi?id=928863
Signed-off-by: Joe Kappus  wt.gd>

 mail-client/proton-mail-bin/Manifest |  2 +-
 ...bin-5.0.108.1.ebuild => proton-mail-bin-5.0.126.1.ebuild} | 12 ++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/mail-client/proton-mail-bin/Manifest 
b/mail-client/proton-mail-bin/Manifest
index 1c5947667..cdb368b66 100644
--- a/mail-client/proton-mail-bin/Manifest
+++ b/mail-client/proton-mail-bin/Manifest
@@ -1 +1 @@
-DIST proton-mail-bin-5.0.108.1.rpm 83046821 BLAKE2B 
23f59d4cdd30d1f97a042b058fa79936d1696c37b6b9742f2ce8f838787fc3e048954c1af07387e1f3d920c43666b9edda336ee7d861e8024b77004d8599d641
 SHA512 
de38e6f11b91ab3ff5e987fe6b14d430a8911ec45b94ed7f95b758cb3d542b73cc0551142e4f94950209fa445bc8fdfd9ac3d13d50aafc183be829a0c01298e2
+DIST proton-mail-bin-5.0.126.1.rpm 83048269 BLAKE2B 
a4de4905fe90035d0a39b5b1bdba0d461029b0468a0568a1fe3ecb502a8164ff67af8879f8cceab3ae07a2890eff72d68eb906bd727727ac274a3fe5206a80f2
 SHA512 
5fcd824913ead17e9040a9212c84df5badca1600ae38d8e3245ccdafe062bc68d7be703b2339a0ff5eda33f355b578808ac2e881918433bfa9323556ab00d558

diff --git a/mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild 
b/mail-client/proton-mail-bin/proton-mail-bin-5.0.126.1.ebuild
similarity index 81%
rename from mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild
rename to mail-client/proton-mail-bin/proton-mail-bin-5.0.126.1.ebuild
index cd933abe6..fdc4d31cc 100644
--- a/mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild
+++ b/mail-client/proton-mail-bin/proton-mail-bin-5.0.126.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit rpm
+inherit rpm xdg-utils
 
 DESCRIPTION="Beta Client for Proton Mail"
 HOMEPAGE="https://proton.me/mail;
@@ -15,7 +15,7 @@ LICENSE="freedist"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-QA_PREBUILT="opt/lib/.*"
+QA_PREBUILT="opt/proton-mail/*"
 
 src_install() {
into /opt
@@ -28,3 +28,11 @@ src_install() {
doins -r "${S}/usr/share/applications"
 
 }
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/clevis/

2024-05-24 Thread Julien Roy
commit: 96d58b27e822630e7e9c6cc64a97549127bc21ea
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:56:44 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:56:44 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96d58b27

app-crypt/clevis: add missing RDEPENDs

Closes: https://bugs.gentoo.org/932170
Signed-off-by: Julien Roy  jroy.ca>

 app-crypt/clevis/{clevis-19-r1.ebuild => clevis-19-r2.ebuild} | 8 ++--
 app-crypt/clevis/{clevis-20.ebuild => clevis-20-r1.ebuild}| 6 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/app-crypt/clevis/clevis-19-r1.ebuild 
b/app-crypt/clevis/clevis-19-r2.ebuild
similarity index 87%
rename from app-crypt/clevis/clevis-19-r1.ebuild
rename to app-crypt/clevis/clevis-19-r2.ebuild
index 37a4b60eb..097d18b21 100644
--- a/app-crypt/clevis/clevis-19-r1.ebuild
+++ b/app-crypt/clevis/clevis-19-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -24,7 +24,11 @@ DEPEND="
)
tpm? ( app-crypt/tpm2-tools )
 "
-RDEPEND="${DEPEND}"
+RDEPEND="
+   ${DEPEND}
+   dev-libs/jansson
+   dev-libs/openssl:=
+"
 
 PATCHES=(
# From https://github.com/latchset/clevis/pull/347

diff --git a/app-crypt/clevis/clevis-20.ebuild 
b/app-crypt/clevis/clevis-20-r1.ebuild
similarity index 90%
rename from app-crypt/clevis/clevis-20.ebuild
rename to app-crypt/clevis/clevis-20-r1.ebuild
index dd32de411..12627f913 100644
--- a/app-crypt/clevis/clevis-20.ebuild
+++ b/app-crypt/clevis/clevis-20-r1.ebuild
@@ -24,7 +24,11 @@ DEPEND="
)
tpm? ( app-crypt/tpm2-tools )
 "
-RDEPEND="${DEPEND}"
+RDEPEND="
+   ${DEPEND}
+   dev-libs/jansson
+   dev-libs/openssl:=
+"
 
 PATCHES=(
# Fix for systemd on Gentoo



[gentoo-commits] repo/proj/guru:dev commit in: dev-db/psequel/

2024-05-24 Thread Julien Roy
commit: 116953ab1e91b9116dd64b8b806cc6885061deb0
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 19:00:14 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 19:00:14 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=116953ab

dev-db/psequel: add missing RDEPENDs

Closes: https://bugs.gentoo.org/932343
Signed-off-by: Julien Roy  jroy.ca>

 dev-db/psequel/{psequel-0.1.8.ebuild => psequel-0.1.8-r1.ebuild} | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-db/psequel/psequel-0.1.8.ebuild 
b/dev-db/psequel/psequel-0.1.8-r1.ebuild
similarity index 92%
rename from dev-db/psequel/psequel-0.1.8.ebuild
rename to dev-db/psequel/psequel-0.1.8-r1.ebuild
index ec84226f9..0d6ffa1b6 100644
--- a/dev-db/psequel/psequel-0.1.8.ebuild
+++ b/dev-db/psequel/psequel-0.1.8-r1.ebuild
@@ -16,8 +16,12 @@ KEYWORDS="~amd64"
 RDEPEND="
dev-db/postgresql
dev-db/pg_query_vala
+   dev-libs/glib
+   dev-libs/json-glib
gui-libs/gtk:4
+   gui-libs/gtksourceview
gui-libs/libadwaita:1
+   x11-libs/pango
 "
 DEPEND="${RDEPEND}"
 BDEPEND="



[gentoo-commits] repo/proj/guru:dev commit in: app-containers/pods/

2024-05-24 Thread Julien Roy
commit: 15b90bc419ee795237582dbb64a2cac99960c878
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:55:28 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:55:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15b90bc4

app-containers/pods: add missing RDEPENDs

Closes: https://bugs.gentoo.org/932169
Signed-off-by: Julien Roy  jroy.ca>

 ...s-2.1.0_pre20240215-r3.ebuild => pods-2.1.0_pre20240215-r4.ebuild} | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-containers/pods/pods-2.1.0_pre20240215-r3.ebuild 
b/app-containers/pods/pods-2.1.0_pre20240215-r4.ebuild
similarity index 98%
rename from app-containers/pods/pods-2.1.0_pre20240215-r3.ebuild
rename to app-containers/pods/pods-2.1.0_pre20240215-r4.ebuild
index 58468eca4..071cf46be 100644
--- a/app-containers/pods/pods-2.1.0_pre20240215-r3.ebuild
+++ b/app-containers/pods/pods-2.1.0_pre20240215-r4.ebuild
@@ -344,8 +344,12 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
+   dev-libs/glib
gui-libs/gtksourceview
+   gui-libs/libadwaita
gui-libs/vte
+   media-libs/graphene
+   x11-libs/pango
 "
 DEPEND="
dev-libs/glib



[gentoo-commits] repo/proj/guru:dev commit in: app-backup/pika-backup/

2024-05-24 Thread Julien Roy
commit: a046135c90700fc026b1dfb5e981bdd12958ff12
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:53:25 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:53:25 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a046135c

app-backup/pika-backup: add missing RDEPEND, enable py3.13

Closes: https://bugs.gentoo.org/932112
Signed-off-by: Julien Roy  jroy.ca>

 .../{pika-backup-0.7.2.ebuild => pika-backup-0.7.2-r1.ebuild}  | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-backup/pika-backup/pika-backup-0.7.2.ebuild 
b/app-backup/pika-backup/pika-backup-0.7.2-r1.ebuild
similarity index 98%
rename from app-backup/pika-backup/pika-backup-0.7.2.ebuild
rename to app-backup/pika-backup/pika-backup-0.7.2-r1.ebuild
index bcac2c952..c2b1b29e5 100644
--- a/app-backup/pika-backup/pika-backup-0.7.2.ebuild
+++ b/app-backup/pika-backup/pika-backup-0.7.2-r1.ebuild
@@ -322,7 +322,7 @@ CRATES="
zvariant_utils@1.0.1
zxcvbn@2.2.2
 "
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{9..13} )
 inherit cargo gnome2-utils meson python-single-r1 xdg
 
 DESCRIPTION="Keep your data safe"
@@ -350,6 +350,11 @@ DEPEND="
 RDEPEND="
${DEPEND}
${PYTHON_DEPS}
+   dev-libs/glib
+   media-libs/graphene
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/pango
 "
 BDEPEND="
>=virtual/rust-1.75.0



[gentoo-commits] repo/proj/guru:dev commit in: dev-db/pg_query_vala/

2024-05-24 Thread Julien Roy
commit: aecb1271b13aef71e690c4764b1613266c055722
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:58:53 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:58:53 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aecb1271

dev-db/pg_query_vala: add missing RDEPENDs

Closes: https://bugs.gentoo.org/932342
Signed-off-by: Julien Roy  jroy.ca>b/

 1.0_pre20240326.ebuild => pg_query_vala-0.1.0_pre20240326-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-db/pg_query_vala/pg_query_vala-0.1.0_pre20240326.ebuild 
b/dev-db/pg_query_vala/pg_query_vala-0.1.0_pre20240326-r1.ebuild
similarity index 98%
rename from dev-db/pg_query_vala/pg_query_vala-0.1.0_pre20240326.ebuild
rename to dev-db/pg_query_vala/pg_query_vala-0.1.0_pre20240326-r1.ebuild
index 08b0f46c1..b12fea21b 100644
--- a/dev-db/pg_query_vala/pg_query_vala-0.1.0_pre20240326.ebuild
+++ b/dev-db/pg_query_vala/pg_query_vala-0.1.0_pre20240326-r1.ebuild
@@ -21,6 +21,7 @@ KEYWORDS="~amd64"
 
 RDEPEND="
dev-db/libpg_query
+   dev-libs/glib
 "
 DEPEND="${RDEPEND}"
 BDEPEND="



[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/tang/

2024-05-24 Thread Julien Roy
commit: 13a67a4c0f0b2413b31fd504abb42ce6953d9dbf
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:57:47 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:57:47 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13a67a4c

app-crypt/tang: add missing RDEPENDs

Closes: https://bugs.gentoo.org/932171
Signed-off-by: Julien Roy  jroy.ca>

 app-crypt/tang/{tang-15.ebuild => tang-15-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-crypt/tang/tang-15.ebuild b/app-crypt/tang/tang-15-r1.ebuild
similarity index 97%
rename from app-crypt/tang/tang-15.ebuild
rename to app-crypt/tang/tang-15-r1.ebuild
index 6445c82f0..150cf0e91 100644
--- a/app-crypt/tang/tang-15.ebuild
+++ b/app-crypt/tang/tang-15-r1.ebuild
@@ -20,6 +20,7 @@ DEPEND="
 RDEPEND="
${DEPEND}
acct-user/tang
+   dev-libs/jansson
net-misc/socat
 "
 BDEPEND="app-text/asciidoc"



[gentoo-commits] repo/proj/guru:dev commit in: app-backup/pika-backup/

2024-05-24 Thread Julien Roy
commit: f1d88c2f07387f5e9e76499c7690ab260345cd09
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:53:47 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:53:47 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1d88c2f

app-backup/pika-backup: drop 0.7.1

Signed-off-by: Julien Roy  jroy.ca>

 app-backup/pika-backup/Manifest |   1 -
 app-backup/pika-backup/pika-backup-0.7.1.ebuild | 391 
 2 files changed, 392 deletions(-)

diff --git a/app-backup/pika-backup/Manifest b/app-backup/pika-backup/Manifest
index 93f4425b7..36d5927cd 100644
--- a/app-backup/pika-backup/Manifest
+++ b/app-backup/pika-backup/Manifest
@@ -180,7 +180,6 @@ DIST pango-sys-0.18.0.crate 24709 BLAKE2B 
f197872258fae7b554be9d62ad2c7a3484fc81
 DIST parking-2.2.0.crate 9730 BLAKE2B 
c6da9ea4d8c0a488a64510781b025ce07f283814a09703c58e8d46c625cd74e2c55d7e28a4c09b0886fe4ab415b128bd3114f8283d4c903398e12a11d65489b6
 SHA512 
184a4514322279ed093a27a9bcad5fce808900a9ebbfb624216dfcb90a5483e8bcc054d82a0bba4da3809364ad1ed0a623328cf983bec3751e4503c9670a3f9a
 DIST pbkdf2-0.12.2.crate 13906 BLAKE2B 
062731ec8623719543e497dbfc23b909c8cc62a521ba927f5cb628290c1b3898a0b6ca7677d733b2eb0c563d7af4018981f4ae533b5b3a23c312ce98119eae6c
 SHA512 
5360a661db8ef11586badfa2623dc409e34f3e2f79254cebcb5fb68bfb20c3be47def7bbb16f7779facb42a92bb789cf0e71947d1c4c6f5b1ecb8d358f6b41ef
 DIST percent-encoding-2.3.1.crate 10235 BLAKE2B 
cf8e2fd7b359a05b7bdaf731f9ae84c7fe6f468a53482eb2db7f93dfdaab64ac812b3664899db260055a93449462e6d219c695942fc5b030517b197b4df9b95f
 SHA512 
5951ea8315e52cf3acfbaa023cb9e13a136b114c54a7da0bd44619ae24cd2159d4a96469d7572a2fdabd94e19513a033387117d7ca81d0eb409fb383e4acda44
-DIST pika-backup-0.7.1.tar.bz2 523473 BLAKE2B 
075c61bc8e8b79dae15f18fcb6147f57cda9be180b1dbb2a917174243f356c340431754af785307745b58d14627ccdb1d3ec455005fb730109e1f790ec23c272
 SHA512 
147e5daf04fe800704c6c1dc3892a0f1982d0f5dba1f3a00cb5f2cbae757321902f65a57e49d5a6147317ff35a831dee37d8d75af8d52ceb9912c69cebc10ef0
 DIST pika-backup-0.7.2.tar.bz2 528560 BLAKE2B 
23bfcbeb85a43340d9e09d5e43c0d15595c861870b4ca3acc84b60ef2e25e2144fa48b3e823b99467bef1b9f9c74359a508738b503d74bc55bbe27ba525380e2
 SHA512 
db477bfa65125e0420e32846447206b7022596552de9c7af346ad77dc1cf286f910f74aef50523b24c9b53d53d8c52f37975b496f06d2995238b3661a937ddd1
 DIST pin-project-lite-0.2.13.crate 29141 BLAKE2B 
c434a336716c9cdd16ebc297fed393e9106ef167a693c4aa0b12c681e03141b8ba3cdf64c310916cb7d5cc43cbbfcaaeb39bb5fb1e8b3efb9e94a3f72af914eb
 SHA512 
7f12595d751d315de6c0d380e2f501b74154661eb676987d2cab6fdc956091a68c9cac658df45dbff73615e982e6ae2ea138c09ebb708cd6c351f0d18dbbdbee
 DIST pin-utils-0.1.0.crate 7580 BLAKE2B 
457e1287202f16d1873b24bf4f1de1828300128c4ba3131758e64f9784d36d47365f22d85493c3a85d854f0d8dbb4c6cef3a0f5b064014dc03943e58b7ba9178
 SHA512 
828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70

diff --git a/app-backup/pika-backup/pika-backup-0.7.1.ebuild 
b/app-backup/pika-backup/pika-backup-0.7.1.ebuild
deleted file mode 100644
index 223dd03cc..0
--- a/app-backup/pika-backup/pika-backup-0.7.1.ebuild
+++ /dev/null
@@ -1,391 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES="
-   adler@1.0.2
-   aes@0.8.3
-   aho-corasick@1.1.2
-   android_system_properties@0.1.5
-   anyhow@1.0.75
-   arc-swap@1.6.0
-   arrayvec@0.7.4
-   ashpd@0.6.7
-   async-attributes@1.1.2
-   async-broadcast@0.5.1
-   async-channel@1.9.0
-   async-channel@2.1.1
-   async-executor@1.8.0
-   async-fs@1.6.0
-   async-global-executor@2.4.0
-   async-io@1.13.0
-   async-io@2.2.1
-   async-lock@2.8.0
-   async-lock@3.3.0
-   async-process@1.8.1
-   async-recursion@1.0.5
-   async-signal@0.2.5
-   async-std@1.12.0
-   async-task@4.5.0
-   async-trait@0.1.74
-   atomic-waker@1.1.2
-   autocfg@1.1.0
-   bit-set@0.5.3
-   bit-vec@0.6.3
-   bitflags@1.3.2
-   bitflags@2.4.1
-   block-buffer@0.10.4
-   block-padding@0.3.3
-   block@0.1.6
-   blocking@1.5.1
-   bumpalo@3.14.0
-   byteorder@1.5.0
-   cairo-rs@0.18.3
-   cairo-sys-rs@0.18.2
-   cbc@0.1.2
-   cc@1.0.83
-   cfg-expr@0.15.5
-   cfg-if@1.0.0
-   chrono@0.4.22
-   chronoutil@0.2.3
-   cipher@0.4.4
-   cmd_lib@1.9.3
-   cmd_lib_macros@1.9.3
-   concurrent-queue@2.4.0
-   const-str@0.5.6
-   core-foundation-sys@0.8.6
-   cpufeatures@0.2.11
-   crc32fast@1.3.2
-   crossbeam-utils@0.8.16
-   crypto-common@0.1.6
-   darling@0.14.4
-   darling_core@0.14.4
-   darling_macro@0.14.4
-   default-env@0.1.1
-   deranged@0.3.10
-   derivative@2.2.0
-   derive_builder@0.12.0
-   deriv

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

2024-05-24 Thread Julien Roy
commit: c373ba28f5980c658bc387f5bccd930b965896ce
Author: Jonas Frei  pm  me>
AuthorDate: Fri May 24 18:24:31 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:31:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c373ba28

gui-apps/espanso: Added missing RDEPEND

Closes: https://bugs.gentoo.org/932548
Signed-off-by: Jonas Frei  pm.me>

 gui-apps/espanso/{espanso-2.2.1.ebuild => espanso-2.2.1-r1.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gui-apps/espanso/espanso-2.2.1.ebuild 
b/gui-apps/espanso/espanso-2.2.1-r1.ebuild
similarity index 99%
rename from gui-apps/espanso/espanso-2.2.1.ebuild
rename to gui-apps/espanso/espanso-2.2.1-r1.ebuild
index b01a15d51..bc465c8a0 100644
--- a/gui-apps/espanso/espanso-2.2.1.ebuild
+++ b/gui-apps/espanso/espanso-2.2.1-r1.ebuild
@@ -382,16 +382,19 @@ IUSE="wayland"
 DEPEND="
acct-group/input
dev-libs/openssl
+   sys-apps/dbus
x11-libs/wxGTK
wayland? (
x11-libs/libxkbcommon[wayland]
)
!wayland? (
x11-libs/libX11
+   x11-libs/libxcb
x11-libs/libXtst
x11-libs/libxkbcommon[X]
)
 "
+RDEPEND="${DEPEND}"
 
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 



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

2024-05-24 Thread Julien Roy
commit: 13e734320d543221c105835d8c15cbabe2ccff1d
Author: Jonas Frei  pm  me>
AuthorDate: Fri May 24 18:30:57 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:31:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13e73432

gui-apps/wob: Added missing RDEPEND

Closes: https://bugs.gentoo.org/932634
Signed-off-by: Jonas Frei  pm.me>

 gui-apps/wob/{wob-0.15.1.ebuild => wob-0.15.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wob/wob-0.15.1.ebuild b/gui-apps/wob/wob-0.15.1-r1.ebuild
similarity index 100%
rename from gui-apps/wob/wob-0.15.1.ebuild
rename to gui-apps/wob/wob-0.15.1-r1.ebuild
index 3f084f880..9b7a415a3 100644
--- a/gui-apps/wob/wob-0.15.1.ebuild
+++ b/gui-apps/wob/wob-0.15.1-r1.ebuild
@@ -18,10 +18,10 @@ RESTRICT="!test? ( test )"
 RDEPEND="
dev-libs/inih
dev-libs/wayland
+   seccomp? ( sys-libs/libseccomp )
 "
 DEPEND="${RDEPEND}
dev-libs/wayland-protocols
-   seccomp? ( sys-libs/libseccomp )
 "
 BDEPEND="
dev-util/wayland-scanner



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

2024-05-24 Thread Julien Roy
commit: d9494c8c08bac06790fd7c5ff80b5747129da976
Author: Jonas Frei  pm  me>
AuthorDate: Fri May 24 18:09:39 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:31:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9494c8c

gui-apps/fuzzel: Added missing RDEPEND

Closes: https://bugs.gentoo.org/932549
Signed-off-by: Jonas Frei  pm.me>

 gui-apps/fuzzel/{fuzzel-1.10.2.ebuild => fuzzel-1.10.2-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gui-apps/fuzzel/fuzzel-1.10.2.ebuild 
b/gui-apps/fuzzel/fuzzel-1.10.2-r1.ebuild
similarity index 97%
rename from gui-apps/fuzzel/fuzzel-1.10.2.ebuild
rename to gui-apps/fuzzel/fuzzel-1.10.2-r1.ebuild
index 45c36b1a3..b0eced384 100644
--- a/gui-apps/fuzzel/fuzzel-1.10.2.ebuild
+++ b/gui-apps/fuzzel/fuzzel-1.10.2-r1.ebuild
@@ -24,6 +24,7 @@ DEPEND="
dev-libs/wayland
=media-libs/fcft-3.0.0
+   media-libs/fontconfig
x11-libs/libxkbcommon
x11-libs/pixman
cairo? ( x11-libs/cairo )



[gentoo-commits] repo/proj/guru:dev commit in: net-im/maubot/, net-im/maubot/files/

2024-05-24 Thread Julien Roy
commit: 32cdbd6f041887bdf24cda7c277b320ae00339a3
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:28:13 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:35:56 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32cdbd6f

net-im/maubot: new package, add 0.4.2

Signed-off-by: Julien Roy  jroy.ca>

 net-im/maubot/Manifest |  1 +
 net-im/maubot/files/maubot.initd   | 28 +
 net-im/maubot/files/maubot.service | 12 
 net-im/maubot/maubot-0.4.2.ebuild  | 61 ++
 net-im/maubot/metadata.xml | 19 
 5 files changed, 121 insertions(+)

diff --git a/net-im/maubot/Manifest b/net-im/maubot/Manifest
new file mode 100644
index 0..a37108d13
--- /dev/null
+++ b/net-im/maubot/Manifest
@@ -0,0 +1 @@
+DIST maubot-0.4.2.tar.gz 1981478 BLAKE2B 
47ed5ef89b37099ee071a08914bf0f7ae49c7f53786696d29e5f5a58ecae7dab4707b7bd2ac59bbc8246778a9c0ef487d5724fe5b61342f52637e0a0c74a7298
 SHA512 
136cc8870de804f0cf8b85efa21ed16ef56f803c64e8f04562b5c69402573596edf87a9c783670d09878f4cbf59613553ce6898c11aa166248d02d26704f7921

diff --git a/net-im/maubot/files/maubot.initd b/net-im/maubot/files/maubot.initd
new file mode 100644
index 0..f4b109d18
--- /dev/null
+++ b/net-im/maubot/files/maubot.initd
@@ -0,0 +1,28 @@
+#!/sbin/openrc-run
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="maubot daemon"
+description="A plugin-based Matrix bot system"
+module="maubot"
+
+pidfile="/run/${RC_SVCNAME}.pid"
+command="/usr/bin/python"
+command_args="-m ${module} -c /etc/maubot/${module}.yaml"
+command_background=true
+command_user="maubot:maubot"
+
+output_log="/var/log/maubot/maubot_daemon.log"
+error_log="/var/log/maubot/maubot_daemon.log"
+
+depend() {
+   need net
+}
+
+start_pre() {
+   checkpath -d -m 0755 -o "$command_user" /var/lib/maubot
+   checkpath -d -m 0755 -o "$command_user" /var/lib/maubot/plugins
+   checkpath -d -m 0755 -o "$command_user" /var/lib/maubot/logs
+   checkpath -d -m 0755 -o "$command_user" /var/lib/maubot/trash
+   checkpath -f -m 0644 -o "$command_user" "$output_log"
+}

diff --git a/net-im/maubot/files/maubot.service 
b/net-im/maubot/files/maubot.service
new file mode 100644
index 0..92ed035ab
--- /dev/null
+++ b/net-im/maubot/files/maubot.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=A plugin-based Matrix bot system
+After=network.target
+
+[Service]
+User=maubot
+Group=maubot
+Restart=always
+ExecStart=/usr/bin/python -m maubot -c /etc/maubot/maubot.yaml
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file

diff --git a/net-im/maubot/maubot-0.4.2.ebuild 
b/net-im/maubot/maubot-0.4.2.ebuild
new file mode 100644
index 0..4429556fb
--- /dev/null
+++ b/net-im/maubot/maubot-0.4.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYPI_NO_NORMALIZE=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi systemd
+
+DESCRIPTION="Plugin-based Matrix bot system"
+HOMEPAGE="https://github.com/maubot/maubot/;
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   acct-user/maubot
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/aiosqlite[${PYTHON_USEDEP}]
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/asyncpg[${PYTHON_USEDEP}]
+   dev-python/bcrypt[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/commonmark[${PYTHON_USEDEP}]
+   dev-python/cryptg[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/mautrix[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   dev-python/python-olm[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/unpaddedbase64[${PYTHON_USEDEP}]
+   dev-python/yarl[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   distutils-r1_src_install
+
+   keepdir /var/log/maubot
+   fowners root:maubot /var/log/maubot
+   fperms 770 /var/log/maubot
+   sed -i -e "s/\.\/${PN}.log/\/var\/log\/maubot\/${PN}.log/" 
"${ED}/usr/example-config.yaml" || die
+   sed -i -e "s/\.\/plugins/\/var\/lib\/maubot\/plugins/g" 
"${ED}/usr/example-config.yaml" || die
+   sed -i -e "s/\.\/trash/\/var\/lib\/maubot\/trash/g" 
"${ED}/usr/example-config.yaml" || die
+
+   insinto "/etc/maubot"

[gentoo-commits] repo/proj/guru:dev commit in: acct-group/maubot/

2024-05-24 Thread Julien Roy
commit: ecd86265d15628f54bb361cb465a42d829a2230a
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:27:14 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:35:55 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ecd86265

acct-group/maubot: new package, add 0

Signed-off-by: Julien Roy  jroy.ca>

 acct-group/maubot/maubot-0.ebuild | 10 ++
 acct-group/maubot/metadata.xml|  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/maubot/maubot-0.ebuild 
b/acct-group/maubot/maubot-0.ebuild
new file mode 100644
index 0..4ab1ccfe3
--- /dev/null
+++ b/acct-group/maubot/maubot-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-group
+
+DESCRIPTION="Group for Maubot Integrations"
+
+ACCT_GROUP_ID=-1

diff --git a/acct-group/maubot/metadata.xml b/acct-group/maubot/metadata.xml
new file mode 100644
index 0..97ba7c28b
--- /dev/null
+++ b/acct-group/maubot/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   jul...@jroy.ca
+   Julien Roy
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-nim/jester/files/, dev-nim/flatty/, dev-nim/sync/, dev-nim/asynctools/, ...

2024-05-24 Thread Julien Roy
commit: 30cec7dd03c8835d69760219f351bfd23bdb4a36
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:32:33 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:35:56 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30cec7dd

dev-nim/*: treeclean

dev-nim/asynctools
dev-nim/balls
dev-nim/dotenv
dev-nim/flatty
dev-nim/frosty
dev-nim/grok
dev-nim/httpbeast
dev-nim/jester
dev-nim/jsony
dev-nim/karax
dev-nim/markdown
dev-nim/nimcrypto
dev-nim/npeg
dev-nim/packedjson
dev-nim/redpool
dev-nim/sass
dev-nim/supersnappy
dev-nim/sync
dev-nim/synthesis
dev-nim/ups
dev-nim/weave
dev-nim/ws
dev-nim/zedeus_redis
dev-nim/zippy

Bug: https://bugs.gentoo.org/901143
Bug: https://bugs.gentoo.org/921755
Bug: https://bugs.gentoo.org/927804
Bug: https://bugs.gentoo.org/921764
Signed-off-by: Julien Roy  jroy.ca>

 dev-nim/asynctools/Manifest|  1 -
 .../asynctools/asynctools-0.1.1_p20210606.ebuild   | 28 ---
 dev-nim/asynctools/metadata.xml|  8 
 dev-nim/balls/Manifest |  2 -
 dev-nim/balls/balls-3.9.6.ebuild   | 25 --
 dev-nim/balls/balls-3.9.8.ebuild   | 25 --
 dev-nim/balls/metadata.xml | 10 
 dev-nim/dotenv/Manifest|  1 -
 dev-nim/dotenv/dotenv-2.0.1.ebuild | 20 
 dev-nim/dotenv/metadata.xml|  8 
 dev-nim/flatty/Manifest|  1 -
 dev-nim/flatty/flatty-0.3.4.ebuild | 26 --
 dev-nim/flatty/metadata.xml|  8 
 dev-nim/frosty/Manifest|  1 -
 dev-nim/frosty/frosty-3.0.0.ebuild | 24 --
 dev-nim/frosty/metadata.xml| 10 
 dev-nim/grok/Manifest  |  2 -
 dev-nim/grok/grok-0.6.2.ebuild | 16 ---
 dev-nim/grok/grok-0.6.4.ebuild | 16 ---
 dev-nim/grok/metadata.xml  |  9 
 dev-nim/httpbeast/Manifest |  1 -
 dev-nim/httpbeast/httpbeast-0.4.1.ebuild   | 35 --
 dev-nim/httpbeast/metadata.xml |  8 
 dev-nim/jester/Manifest|  3 --
 .../jester/files/jester-0.6.0-remove-test.patch| 15 --
 dev-nim/jester/jester-0.5.0.ebuild | 47 --
 dev-nim/jester/jester-0.6.0.ebuild | 56 --
 dev-nim/jester/metadata.xml|  8 
 dev-nim/jsony/Manifest |  2 -
 dev-nim/jsony/jsony-1.1.3_p20220114.ebuild | 21 
 dev-nim/jsony/jsony-1.1.5.ebuild   | 19 
 dev-nim/jsony/metadata.xml |  8 
 dev-nim/karax/Manifest |  2 -
 dev-nim/karax/karax-1.2.3.ebuild   | 32 -
 dev-nim/karax/karax-1.3.0.ebuild   | 32 -
 dev-nim/karax/metadata.xml |  8 
 dev-nim/markdown/Manifest  |  2 -
 dev-nim/markdown/markdown-0.8.5.ebuild | 25 --
 dev-nim/markdown/markdown-0.8.7-r1.ebuild  | 28 ---
 dev-nim/markdown/metadata.xml  |  8 
 dev-nim/nimcrypto/Manifest |  1 -
 dev-nim/nimcrypto/metadata.xml |  8 
 dev-nim/nimcrypto/nimcrypto-0.5.4_p20210619.ebuild | 38 ---
 dev-nim/npeg/Manifest  |  2 -
 dev-nim/npeg/metadata.xml  | 10 
 dev-nim/npeg/npeg-1.2.0.ebuild | 22 -
 dev-nim/npeg/npeg-1.2.1.ebuild | 22 -
 dev-nim/packedjson/Manifest|  1 -
 dev-nim/packedjson/metadata.xml|  8 
 dev-nim/packedjson/packedjson-0.2.2.ebuild | 24 --
 dev-nim/redpool/Manifest   |  1 -
 dev-nim/redpool/metadata.xml   | 14 --
 dev-nim/redpool/redpool-0.1.0_p20220120.ebuild | 23 -
 dev-nim/sass/Manifest  |  1 -
 dev-nim/sass/metadata.xml  |  8 
 dev-nim/sass/sass-0.2.0.ebuild | 22 -
 dev-nim/supersnappy/Manifest   |  1 -
 dev-nim/supersnappy/metadata.xml   |  8 
 dev-nim/supersnappy/supersnappy-2.1.3.ebuild   | 19 
 dev-nim/sync/Manifest  |  1 -
 dev-nim/sync/metadata.xml  | 10 
 dev-nim/sync/sync-1.5.0.ebuild | 30 
 dev-nim/synthesis/Manifest |  1 -
 dev-nim/synthesis/metadata.xml |  8 
 dev-nim/synthesis/synthesis-0.2

[gentoo-commits] repo/proj/guru:dev commit in: www-apps/nitter/, www-apps/nitter/files/

2024-05-24 Thread Julien Roy
commit: 3f07a28bc0ea114e5e280c37b0231e4a3c373783
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:29:44 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:35:56 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f07a28b

www-apps/nitter: treeclean

Bug: https://bugs.gentoo.org/907344
Signed-off-by: Julien Roy  jroy.ca>

 www-apps/nitter/Manifest  |  2 -
 www-apps/nitter/files/nitter.conf.example | 48 ---
 www-apps/nitter/files/nitter.initd| 30 ---
 www-apps/nitter/files/nitter.service  | 12 --
 www-apps/nitter/metadata.xml  |  8 
 www-apps/nitter/nitter-2023.05.20.ebuild  | 64 ---
 www-apps/nitter/nitter-2023.07.12.ebuild  | 64 ---
 7 files changed, 228 deletions(-)

diff --git a/www-apps/nitter/Manifest b/www-apps/nitter/Manifest
deleted file mode 100644
index 7e3752ba7..0
--- a/www-apps/nitter/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST nitter-2023.05.20.tar.gz 1184325 BLAKE2B 
aefeade24bd8b34303d3b0bd1280ad48e2b898c603bbaf5bf93a712fc0e59aec507340209483a72378bd4e72f94b262f13c37bca6323e07911e1f50d4cf556fd
 SHA512 
03cbfef15eed61092cc03549755f3eb96be42999d1af652210df112fe41aea4b68aadd7a45faedb84702e8b852fa09c7ee29c908c983a5a9a8ec2d509d063c9a
-DIST nitter-2023.07.12.tar.gz 1184928 BLAKE2B 
02658a4d89205c5ac8d302e51b9628714c72e2bedb40785c0018ccddc3ca74185e1894228792e05e0c67f6527f7bd98cd10f76a9a880ee2c2083f43948fbf0ca
 SHA512 
9ac70ae5e5f954e14dd1dd8cfc82d8ec8058ae228b61f5639a23a5959d7611833f99b7e6dd90b6cc26ab5ed4244c2027d5b5ca91daac338f877b63eabd275f8b

diff --git a/www-apps/nitter/files/nitter.conf.example 
b/www-apps/nitter/files/nitter.conf.example
deleted file mode 100644
index 277f55773..0
--- a/www-apps/nitter/files/nitter.conf.example
+++ /dev/null
@@ -1,48 +0,0 @@
-# This is an example. Copy this file to /etc/nitter/nitter.conf and edit to
-# match your preferences.
-
-[Server]
-address = "0.0.0.0"
-port = 8080
-https = false  # disable to enable cookies when not using https
-httpMaxConnections = 100
-staticDir = "/usr/share/nitter/public"
-title = "nitter"
-hostname = "nitter.net"
-
-[Cache]
-listMinutes = 240  # how long to cache list info (not the tweets, so keep it 
high)
-rssMinutes = 10  # how long to cache rss queries
-redisHost = "localhost"  # Change to "nitter-redis" if using docker-compose
-redisPort = 6379
-redisPassword = ""
-redisConnections = 20  # connection pool size
-redisMaxConnections = 30
-# max, new connections are opened when none are available, but if the pool size
-# goes above this, they're closed when released. don't worry about this unless
-# you receive tons of requests per second
-
-[Config]
-hmacKey = "secretkey"  # random key for cryptographic signing of video urls
-base64Media = false  # use base64 encoding for proxied media urls
-enableRSS = true  # set this to false to disable RSS feeds
-enableDebug = false  # enable request logs and debug endpoints
-proxy = ""  # http/https url, SOCKS proxies are not supported
-proxyAuth = ""
-tokenCount = 10
-# minimum amount of usable tokens. tokens are used to authorize API requests,
-# but they expire after ~1 hour, and have a limit of 187 requests.
-# the limit gets reset every 15 minutes, and the pool is filled up so there's
-# always at least $tokenCount usable tokens. again, only increase this if
-# you receive major bursts all the time
-
-# Change default preferences here, see src/prefs_impl.nim for a complete list
-[Preferences]
-theme = "Nitter"
-replaceTwitter = "nitter.net"
-replaceYouTube = "piped.kavin.rocks"
-replaceReddit = "teddit.net"
-replaceInstagram = "bibliogram.art"
-proxyVideos = true
-hlsPlayback = false
-infiniteScroll = false

diff --git a/www-apps/nitter/files/nitter.initd 
b/www-apps/nitter/files/nitter.initd
deleted file mode 100644
index 1d26ed1cf..0
--- a/www-apps/nitter/files/nitter.initd
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-: ${NITTER_CONF_FILE:="/etc/nitter/${RC_SVCNAME}.conf"}
-export NITTER_CONF_FILE
-
-command="/usr/bin/nitter"
-command_background=yes
-command_user="nitter:nitter"
-pidfile="/run/${RC_SVCNAME}.pid"
-
-logpath="/var/log/nitter"
-output_log="${logpath}/${RC_SVCNAME}.log"
-error_log="${output_log}"
-
-depend() {
-   need redis
-   use net
-}
-
-start_pre() {
-   checkpath -do "${command_user}" "${logpath}"
-   checkpath -fo "${command_user}" "${output_log}"
-
-   if [ ! -f "${NITTER_CONF_FILE}" ]; then
-   eerror "Configuration f

[gentoo-commits] repo/proj/guru:dev commit in: acct-user/nitter/

2024-05-24 Thread Julien Roy
commit: 5612421d96be731e0e624edc7fb0fef6824cc7c9
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:29:57 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:35:56 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5612421d

acct-user/nitter: treeclean

Signed-off-by: Julien Roy  jroy.ca>

 acct-user/nitter/metadata.xml|  5 -
 acct-user/nitter/nitter-0.ebuild | 11 ---
 2 files changed, 16 deletions(-)

diff --git a/acct-user/nitter/metadata.xml b/acct-user/nitter/metadata.xml
deleted file mode 100644
index 115e9d64a..0
--- a/acct-user/nitter/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-

diff --git a/acct-user/nitter/nitter-0.ebuild b/acct-user/nitter/nitter-0.ebuild
deleted file mode 100644
index 6a24573fa..0
--- a/acct-user/nitter/nitter-0.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit acct-user
-
-ACCT_USER_ID=-1
-ACCT_USER_GROUPS=( nitter )
-
-acct-user_add_deps



[gentoo-commits] repo/proj/guru:dev commit in: acct-user/maubot/

2024-05-24 Thread Julien Roy
commit: f363fbfc698e87e20d92f6043bf29a4b242296e9
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:27:33 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:35:56 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f363fbfc

acct-user/maubot: new package, add 0

Signed-off-by: Julien Roy  jroy.ca>

 acct-user/maubot/maubot-0.ebuild | 15 +++
 acct-user/maubot/metadata.xml|  8 
 2 files changed, 23 insertions(+)

diff --git a/acct-user/maubot/maubot-0.ebuild b/acct-user/maubot/maubot-0.ebuild
new file mode 100644
index 0..3a3e98b98
--- /dev/null
+++ b/acct-user/maubot/maubot-0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+DESCRIPTION="User for Maubot Matrix Integrations"
+
+ACCT_USER_ID=-1
+ACCT_USER_GROUPS=( maubot )
+ACCT_USER_HOME=/var/lib/maubot
+ACCT_USER_HOME_PERMS=0750
+
+acct-user_add_deps

diff --git a/acct-user/maubot/metadata.xml b/acct-user/maubot/metadata.xml
new file mode 100644
index 0..97ba7c28b
--- /dev/null
+++ b/acct-user/maubot/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   jul...@jroy.ca
+   Julien Roy
+   
+



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

2024-05-24 Thread Julien Roy
commit: 42d0b8bf8c5accf4d85fa510269fc1b830d21efa
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:33:00 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:35:56 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42d0b8bf

profiles: remove treecleaned packages

Signed-off-by: Julien Roy  jroy.ca>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b67802a62..9d490d25c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -117,39 +117,6 @@ dev-python/evernote3
 dev-python/python-oauth2
 dev-python/oauth2
 
-# Anna Vyalkova  (2024-04-20)
-# With Twitter's complete removal of Guest Accounts, Nitter is dead and will
-# most likely stay so (https://github.com/zedeus/nitter/issues/1197).
-# also mask dependencies not claimed by anyone else
-# Removal on 2024-05-23.
-www-apps/nitter
-acct-user/nitter
-acct-group/nitter
-dev-nim/asynctools
-dev-nim/balls
-dev-nim/dotenv
-dev-nim/flatty
-dev-nim/frosty
-dev-nim/grok
-dev-nim/httpbeast
-dev-nim/jester
-dev-nim/jsony
-dev-nim/karax
-dev-nim/markdown
-dev-nim/nimcrypto
-dev-nim/npeg
-dev-nim/packedjson
-dev-nim/redpool
-dev-nim/sass
-dev-nim/supersnappy
-dev-nim/sync
-dev-nim/synthesis
-dev-nim/ups
-dev-nim/weave
-dev-nim/ws
-dev-nim/zedeus_redis
-dev-nim/zippy
-
 # Julien Roy  (2024-03-21)
 # sys-libs/libucontext is masked in ::gentoo
 sys-libs/gcompat



[gentoo-commits] repo/proj/guru:dev commit in: acct-group/nitter/

2024-05-24 Thread Julien Roy
commit: b1dcd08029295fb58e84338b5696089ac7c912d8
Author: Julien Roy  jroy  ca>
AuthorDate: Fri May 24 18:31:09 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 18:35:56 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1dcd080

acct-group/nitter: treeclean

Signed-off-by: Julien Roy  jroy.ca>

 acct-group/nitter/metadata.xml| 5 -
 acct-group/nitter/nitter-0.ebuild | 8 
 2 files changed, 13 deletions(-)

diff --git a/acct-group/nitter/metadata.xml b/acct-group/nitter/metadata.xml
deleted file mode 100644
index 115e9d64a..0
--- a/acct-group/nitter/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-

diff --git a/acct-group/nitter/nitter-0.ebuild 
b/acct-group/nitter/nitter-0.ebuild
deleted file mode 100644
index b0c893b76..0
--- a/acct-group/nitter/nitter-0.ebuild
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit acct-group
-
-ACCT_GROUP_ID=-1



[gentoo-commits] repo/proj/guru:master commit in: x11-apps/xcur2png/

2024-05-24 Thread Julien Roy
commit: a849461a679d7d29657fb69183b44c59345be67b
Author: tastytea  tastytea  de>
AuthorDate: Fri May 24 10:24:25 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 10:24:25 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a849461a

x11-apps/xcur2png: drop 0.7.1

Signed-off-by: tastytea  tastytea.de>

 x11-apps/xcur2png/xcur2png-0.7.1.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/x11-apps/xcur2png/xcur2png-0.7.1.ebuild 
b/x11-apps/xcur2png/xcur2png-0.7.1.ebuild
deleted file mode 100644
index 603e029c3..0
--- a/x11-apps/xcur2png/xcur2png-0.7.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Convert X cursors to PNG images"
-HOMEPAGE="https://github.com/eworm-de/xcur2png;
-SRC_URI="https://github.com/eworm-de/xcur2png/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-   media-libs/libpng
-   x11-libs/libXcursor
-"



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

2024-05-24 Thread Julien Roy
commit: 01ea40e705b1ff58a539a55999cb21bfdaf7d62c
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 06:28:19 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 06:28:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01ea40e7

gui-apps/hypridle: pkgcheck scan cleanups

Signed-off-by: Joe Kappus  wt.gd>

 gui-apps/hypridle/hypridle-0.1.2.ebuild | 4 ++--
 gui-apps/hypridle/hypridle-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gui-apps/hypridle/hypridle-0.1.2.ebuild 
b/gui-apps/hypridle/hypridle-0.1.2.ebuild
index e1ff2ef75..11e24b3e4 100644
--- a/gui-apps/hypridle/hypridle-0.1.2.ebuild
+++ b/gui-apps/hypridle/hypridle-0.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake toolchain-funcs
+inherit cmake
 
 COMMIT="158c52c4a76cff7a1635be8ec1a4a369bc8674ed"
 DESCRIPTION="Hyprland's idle daemon"
@@ -31,7 +31,7 @@ RDEPEND="
)
>=gui-wm/hyprland-0.35.0
dev-cpp/sdbus-c++
->=dev-libs/hyprlang-0.4.0
+   >=dev-libs/hyprlang-0.4.0
 "
 DEPEND="
${RDEPEND}

diff --git a/gui-apps/hypridle/hypridle-.ebuild 
b/gui-apps/hypridle/hypridle-.ebuild
index e1ff2ef75..11e24b3e4 100644
--- a/gui-apps/hypridle/hypridle-.ebuild
+++ b/gui-apps/hypridle/hypridle-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake toolchain-funcs
+inherit cmake
 
 COMMIT="158c52c4a76cff7a1635be8ec1a4a369bc8674ed"
 DESCRIPTION="Hyprland's idle daemon"
@@ -31,7 +31,7 @@ RDEPEND="
)
>=gui-wm/hyprland-0.35.0
dev-cpp/sdbus-c++
->=dev-libs/hyprlang-0.4.0
+   >=dev-libs/hyprlang-0.4.0
 "
 DEPEND="
${RDEPEND}



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

2024-05-24 Thread Julien Roy
commit: e89ef88f836599802f336eb962af7d6d746e3803
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 05:49:01 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 05:49:01 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e89ef88f

gui-apps/hyprpaper: QA fixups (DEPEND)

Closes: https://bugs.gentoo.org/932560
Signed-off-by: Joe Kappus  wt.gd>

 gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild | 3 ++-
 gui-apps/hyprpaper/hyprpaper-0.7.0.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild 
b/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild
index 6459d23b2..158b02cb6 100644
--- a/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild
+++ b/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
-BDEPEND="
+DEPEND="
dev-libs/hyprlang:=
dev-libs/wayland
dev-libs/wayland-protocols
@@ -21,6 +21,7 @@ BDEPEND="
dev-vcs/git
 "
 RDEPEND="
+   ${DEPEND}
gui-libs/wlroots
media-libs/libglvnd
media-libs/libjpeg-turbo

diff --git a/gui-apps/hyprpaper/hyprpaper-0.7.0.ebuild 
b/gui-apps/hyprpaper/hyprpaper-0.7.0.ebuild
index 6459d23b2..158b02cb6 100644
--- a/gui-apps/hyprpaper/hyprpaper-0.7.0.ebuild
+++ b/gui-apps/hyprpaper/hyprpaper-0.7.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
-BDEPEND="
+DEPEND="
dev-libs/hyprlang:=
dev-libs/wayland
dev-libs/wayland-protocols
@@ -21,6 +21,7 @@ BDEPEND="
dev-vcs/git
 "
 RDEPEND="
+   ${DEPEND}
gui-libs/wlroots
media-libs/libglvnd
media-libs/libjpeg-turbo



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

2024-05-24 Thread Julien Roy
commit: d8f18a52e3fbce441f9db4337655792c6ade959c
Author: Anthony Ruhier  mailbox  org>
AuthorDate: Fri May 24 11:26:59 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 11:26:59 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8f18a52

gui-apps/hypridle: Update mesa dependency

Signed-off-by: Anthony Ruhier  mailbox.org>

 gui-apps/hypridle/{hypridle-0.1.2.ebuild => hypridle-0.1.2-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/hypridle/hypridle-0.1.2.ebuild 
b/gui-apps/hypridle/hypridle-0.1.2-r1.ebuild
similarity index 94%
rename from gui-apps/hypridle/hypridle-0.1.2.ebuild
rename to gui-apps/hypridle/hypridle-0.1.2-r1.ebuild
index 11e24b3e4..e1ff2ef75 100644
--- a/gui-apps/hypridle/hypridle-0.1.2.ebuild
+++ b/gui-apps/hypridle/hypridle-0.1.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit cmake toolchain-funcs
 
 COMMIT="158c52c4a76cff7a1635be8ec1a4a369bc8674ed"
 DESCRIPTION="Hyprland's idle daemon"
@@ -31,7 +31,7 @@ RDEPEND="
)
>=gui-wm/hyprland-0.35.0
dev-cpp/sdbus-c++
-   >=dev-libs/hyprlang-0.4.0
+>=dev-libs/hyprlang-0.4.0
 "
 DEPEND="
${RDEPEND}



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

2024-05-24 Thread Julien Roy
commit: 4183534a981beb2b16240d744f3a8f7f94a2a1b9
Author: tastytea  tastytea  de>
AuthorDate: Fri May 24 10:12:36 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 10:12:36 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4183534a

dev-cpp/qt-jdenticon: add missing dependency

Closes: https://bugs.gentoo.org/932332
Signed-off-by: tastytea  tastytea.de>

 dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild 
b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
index fafae716b..f26a66115 100644
--- a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
+++ b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
@@ -14,6 +14,7 @@ SLOT="5"
 KEYWORDS="~amd64"
 
 RDEPEND="
+   dev-qt/qtcore:5
dev-qt/qtgui:5
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/intiface-central-bin/

2024-05-24 Thread Julien Roy
commit: 932d5e4de75a29a2a19f3d870a58ea0e46c4533a
Author: tastytea  tastytea  de>
AuthorDate: Fri May 24 10:29:47 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 10:29:47 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=932d5e4d

gui-apps/intiface-central-bin: drop 2.5.5

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 -
 .../intiface-central-bin-2.5.5.ebuild  | 48 --
 2 files changed, 49 deletions(-)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index 32e8ae319..e4aba0f79 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,2 +1 @@
-DIST intiface-central-v2.5.5-linux-ubuntu-22.04-x64.zip 39887250 BLAKE2B 
d854274adcac9d06ee412142908d77f6332f12178bfb45cd7895cba014d2227ae2a56220d553af2381029c9aa2c6c93634a9872fdfcc9aa6ec69def0fdcd0710
 SHA512 
81b4b604c417df1d6d5b4246207c2847eb861543e3722c79c72781a57aa7f1ffdbdbfa079741b9cb42ee98b33f7e36a0c6df7963d1b0eb9c52d0eb9ef6c49086
 DIST intiface-central-v2.5.7-linux-ubuntu-22.04-x64.zip 19978864 BLAKE2B 
0e22f90eaf464fae0463f31a6a1537154956c44e04a91514aca2f097c4f2494d802b1e40e762b2e7f639efaf142b9fed56384fe5d1e167afba39132678554049
 SHA512 
be855842b3150e7e9f972502dc2711051528305419c135c525ac3d2d5b5002e1c923d91fee9d533e170f05d29bc0047e2772b8e10ba8373c10eb7d4ce034e4eb

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild
deleted file mode 100644
index 8dccf7be9..0
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg
-
-DESCRIPTION="Buttplug frontend application"
-HOMEPAGE="https://github.com/intiface/intiface-central;
-SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-ubuntu-22.04-x64.zip;
-S="${WORKDIR}/${PN/-bin/}-v${PV}-linux-ubuntu-22.04-x64"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   app-accessibility/at-spi2-core
-   media-gfx/graphite2
-   sys-apps/dbus
-   sys-apps/systemd-utils
-   x11-libs/gtk+:3[X]
-   dev-libs/openssl:0/3
-"
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="
-   opt/${PN}/lib/*.so
-   opt/${PN}/intiface_central
-"
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r .
-   fperms +x /opt/${PN}/intiface_central
-
-   cat << EOF > intiface_central
-#!/bin/sh
-cd /opt/${PN}
-./intiface_central "\${@}"
-EOF
-   dobin intiface_central
-
-   newicon --size 512 \
-   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
-
-   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
-}



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/intiface-central-bin/

2024-05-24 Thread Julien Roy
commit: 7d664fbfae53a703e99dc134b43983f2ac118baa
Author: tastytea  tastytea  de>
AuthorDate: Fri May 24 10:28:07 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 10:28:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d664fbf

gui-apps/intiface-central-bin: explicitly add dependencies

they were pulled in by other dependencies before, so no revbump

Closes: https://bugs.gentoo.org/932605
Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild
index 23ba73ce7..00284d6a1 100644
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild
@@ -16,11 +16,16 @@ KEYWORDS="~amd64"
 
 RDEPEND="
app-accessibility/at-spi2-core
+   dev-libs/glib
+   dev-libs/openssl:0/3
media-gfx/graphite2
+   media-libs/harfbuzz
sys-apps/dbus
sys-apps/systemd-utils
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
x11-libs/gtk+:3[X]
-   dev-libs/openssl:0/3
+   x11-libs/pango
 "
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/proj/guru:master commit in: x11-apps/xcur2png/

2024-05-24 Thread Julien Roy
commit: 175361190aa7ec5ee262cc366e09af66157d75c4
Author: tastytea  tastytea  de>
AuthorDate: Fri May 24 10:23:36 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 10:23:36 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17536119

x11-apps/xcur2png: add RDEPEND

Closes: https://bugs.gentoo.org/932490
Signed-off-by: tastytea  tastytea.de>

 .../xcur2png/{xcur2png-0.7.1-r1.ebuild => xcur2png-0.7.1-r2.ebuild}| 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-apps/xcur2png/xcur2png-0.7.1-r1.ebuild 
b/x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild
similarity index 88%
rename from x11-apps/xcur2png/xcur2png-0.7.1-r1.ebuild
rename to x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild
index 9bc21ff8f..cc4e3e034 100644
--- a/x11-apps/xcur2png/xcur2png-0.7.1-r1.ebuild
+++ b/x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,6 +17,7 @@ DEPEND="
media-libs/libpng
x11-libs/libXcursor
 "
+RDEPEND="${DEPEND}"
 
 src_configure() {
append-cflags "-std=gnu89" # bug 916457



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

2024-05-24 Thread Julien Roy
commit: f7fd68a0e0d3073244e63cf7676d45b7f4a62db8
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 06:25:25 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 06:25:25 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7fd68a0

gui-apps/hypridle: handle mesa dropping gles2 useflag

Closes: https://bugs.gentoo.org/932597
Signed-off-by: Joe Kappus  wt.gd>

 gui-apps/hypridle/hypridle-0.1.2.ebuild | 5 -
 gui-apps/hypridle/hypridle-.ebuild  | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/gui-apps/hypridle/hypridle-0.1.2.ebuild 
b/gui-apps/hypridle/hypridle-0.1.2.ebuild
index b73b55121..e1ff2ef75 100644
--- a/gui-apps/hypridle/hypridle-0.1.2.ebuild
+++ b/gui-apps/hypridle/hypridle-0.1.2.ebuild
@@ -25,7 +25,10 @@ SLOT="0"
 RDEPEND="
dev-libs/wayland
gui-libs/egl-wayland
-   media-libs/mesa[egl(+),gles2]
+   || (
+   >=media-libs/mesa-24.1.0_rc1[opengl]
+   =gui-wm/hyprland-0.35.0
dev-cpp/sdbus-c++
 >=dev-libs/hyprlang-0.4.0

diff --git a/gui-apps/hypridle/hypridle-.ebuild 
b/gui-apps/hypridle/hypridle-.ebuild
index b73b55121..e1ff2ef75 100644
--- a/gui-apps/hypridle/hypridle-.ebuild
+++ b/gui-apps/hypridle/hypridle-.ebuild
@@ -25,7 +25,10 @@ SLOT="0"
 RDEPEND="
dev-libs/wayland
gui-libs/egl-wayland
-   media-libs/mesa[egl(+),gles2]
+   || (
+   >=media-libs/mesa-24.1.0_rc1[opengl]
+   =gui-wm/hyprland-0.35.0
dev-cpp/sdbus-c++
 >=dev-libs/hyprlang-0.4.0



[gentoo-commits] repo/proj/guru:master commit in: net-vpn/cloudflare-warp/

2024-05-24 Thread Julien Roy
commit: d59bb57602c638bb49dc2c915b69050585c79067
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 06:44:05 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 06:44:05 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d59bb576

net-vpn/cloudflare-warp: drop 2023.3.470, 2023.7.40

Signed-off-by: Joe Kappus  wt.gd>

 net-vpn/cloudflare-warp/Manifest   |  2 -
 .../cloudflare-warp-2023.3.470.ebuild  | 50 --
 .../cloudflare-warp-2023.7.40.ebuild   | 50 --
 3 files changed, 102 deletions(-)

diff --git a/net-vpn/cloudflare-warp/Manifest b/net-vpn/cloudflare-warp/Manifest
index fc5839180..53562314d 100644
--- a/net-vpn/cloudflare-warp/Manifest
+++ b/net-vpn/cloudflare-warp/Manifest
@@ -1,3 +1 @@
-DIST cloudflare-warp-2023.3.470-1.x86_64.rpm 40881976 BLAKE2B 
de58e4b0ec2afb7c888d112aecb9bd4d8b1346f31a0de236fd0e0d9276fae7268760d966def3724a28e0776fe3ad33a60c468443228c54c1b5f6917803c7fefc
 SHA512 
ccc17265ffb7e8fc023ce1c1f22b11df1c654578f9b6b0122112f7d75938d704c3afaeb7229df6af42d4a0a8774284df23b8d2514e17dfe52e76b91dab8eb632
-DIST cloudflare-warp-2023.7.40-1.x86_64.rpm 73449004 BLAKE2B 
e2c033933a11b3a0f1f68bc64f1ad82d3715e08f37a61ec9a2fdbfd30f898e991720b15a28da384c765238a862bc8183c72ca6b8a075d63b6cecea4ae9200ad8
 SHA512 
b458a141cbf5e9c8e78c502051f773b0e3a048039cf09b56967b1705e893282eb6e203a75cf58524a5612786c0f8b4303d168b26e908b278da9b7a429c88e003
 DIST cloudflare-warp_2024.2.62-1_amd64.deb 86268064 BLAKE2B 
663aae6d60bd7fe3eb10806463470f7623128e4eb942607909002bfa895eade8c76e00f987bf9603cd9f0ecbb661dde116c930734b1bfe087ee09018506415c0
 SHA512 
d68410374baffae76637df277d002891d5a4c0d28abb8ac3b44e0db8a07e1be07acdfdd79a01d6220c1cd0696dfbb77d71e8b7b3a30003a269063d6870f012a8

diff --git a/net-vpn/cloudflare-warp/cloudflare-warp-2023.3.470.ebuild 
b/net-vpn/cloudflare-warp/cloudflare-warp-2023.3.470.ebuild
deleted file mode 100644
index b19e9b416..0
--- a/net-vpn/cloudflare-warp/cloudflare-warp-2023.3.470.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit rpm systemd xdg desktop
-
-DESCRIPTION="Cloudflare Warp Client"
-HOMEPAGE="https://1.1.1.1;
-SRC_URI="https://pkg.cloudflareclient.com/rpm/x86_64/${P}-1.x86_64.rpm;
-
-S="${WORKDIR}"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="systemd +systray"
-RESTRICT="bindist mirror"
-
-QA_PREBUILT="/bin/warp-cli /bin/warp-diag /bin/warp-svc /bin/warp-taskbar"
-
-src_install() {
-   into /
-   dobin bin/warp-cli
-   dobin bin/warp-diag
-   dobin bin/warp-svc
-   doinitd "${FILESDIR}"/warp-svc
-   systemd_dounit opt/cloudflare-warp/warp-svc.service
-
-   if use systray; then
-   dobin bin/warp-taskbar
-   systemd_douserunit usr/lib/systemd/user/warp-taskbar.service
-
-   doicon -s scalable \
-   usr/share/icons/hicolor/scalable/apps/zero-trust.svg \
-   
usr/share/icons/hicolor/scalable/apps/zero-trust-error.svg \
-   
usr/share/icons/hicolor/scalable/apps/zero-trust-connected.svg \
-   
usr/share/icons/hicolor/scalable/apps/zero-trust-disconnected.svg
-
-   desktopfile=$(\
-   usex systemd \
-   
usr/share/applications/com.cloudflare.WarpTaskbar.desktop \
-   "${FILESDIR}"/com.cloudflare.WarpTaskbar.desktop\
-   )
-   domenu $desktopfile
-
-   insinto /etc/xdg/autostart
-   doins $desktopfile
-   fi
-}

diff --git a/net-vpn/cloudflare-warp/cloudflare-warp-2023.7.40.ebuild 
b/net-vpn/cloudflare-warp/cloudflare-warp-2023.7.40.ebuild
deleted file mode 100644
index b19e9b416..0
--- a/net-vpn/cloudflare-warp/cloudflare-warp-2023.7.40.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit rpm systemd xdg desktop
-
-DESCRIPTION="Cloudflare Warp Client"
-HOMEPAGE="https://1.1.1.1;
-SRC_URI="https://pkg.cloudflareclient.com/rpm/x86_64/${P}-1.x86_64.rpm;
-
-S="${WORKDIR}"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="systemd +systray"
-RESTRICT="bindist mirror"
-
-QA_PREBUILT="/bin/warp-cli /bin/warp-diag /bin/warp-svc /bin/warp-taskbar"
-
-src_install() {
-   into /
-   dobin bin/warp-cli
-   dobin bin/warp-diag
-   dobin bin/warp-svc
-   doinitd "${FILESDIR}"/warp-svc
-   systemd_dounit opt/cloudflare-warp/warp-svc.service
-
-   if use systray; then
-   

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

2024-05-24 Thread Julien Roy
commit: 335194611a19d714848be1888445faa9e6f43cd2
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 07:36:36 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 07:36:54 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33519461

media-fonts/warframe-fonts: update EAPI 7 -> 8

This probably should have been treecleaned but its just fonts
so I fixed the URL's.

Signed-off-by: Joe Kappus  wt.gd>

 .../warframe-fonts/warframe-fonts-0_pre2019.ebuild   | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-fonts/warframe-fonts/warframe-fonts-0_pre2019.ebuild 
b/media-fonts/warframe-fonts/warframe-fonts-0_pre2019.ebuild
index acb346632..e11082fd4 100644
--- a/media-fonts/warframe-fonts/warframe-fonts-0_pre2019.ebuild
+++ b/media-fonts/warframe-fonts/warframe-fonts-0_pre2019.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
 inherit font
 
 DESCRIPTION="Fonts from the Warframe game"
 HOMEPAGE="https://www.warframe.com/news/warframe-fansite-kit;
 SRC_URI="
-   
https://m.box.com/file/401032406918/download?shared_link=https%3A%2F%2Fdigitalextremesltd.app.box.com%2Fs%2Fvh2u41yhdlgp3girffucbynadoi33173
 -> Corpus.ttf
-   
https://m.box.com/file/401037009816/download?shared_link=https%3A%2F%2Fdigitalextremesltd.app.box.com%2Fs%2Fvh2u41yhdlgp3girffucbynadoi33173
 -> CorpusBold.ttf
-   
https://m.box.com/file/401042823306/download?shared_link=https%3A%2F%2Fdigitalextremesltd.app.box.com%2Fs%2Fvh2u41yhdlgp3girffucbynadoi33173
 -> Grineer.ttf
-   
https://m.box.com/file/302545392046/download?shared_link=https%3A%2F%2Fdigitalextremesltd.app.box.com%2Fs%2Fvh2u41yhdlgp3girffucbynadoi33173
 -> Solaris.ttf
+   
https://www.dropbox.com/scl/fo/el9i8ltoms44id3wt3swv/h/Languages/Corpus.ttf?dl=1=3ehhk98vupze6if64gl3lia08
 -> Corpus.ttf
+   
https://www.dropbox.com/scl/fo/el9i8ltoms44id3wt3swv/h/Languages/CorpusBold.ttf?dl=1=3ehhk98vupze6if64gl3lia08
 -> CorpusBold.ttf
+   
https://www.dropbox.com/scl/fo/el9i8ltoms44id3wt3swv/h/Languages/Grineer.ttf?dl=1=3ehhk98vupze6if64gl3lia08
 -> Grineer.ttf
+   
https://www.dropbox.com/scl/fo/el9i8ltoms44id3wt3swv/h/Languages/Solaris.ttf?dl=1=3ehhk98vupze6if64gl3lia08
 -> Solaris.ttf
 "
 S="${DISTDIR}"
 



[gentoo-commits] repo/proj/guru:master commit in: net-vpn/cloudflare-warp/

2024-05-24 Thread Julien Roy
commit: ffc174451cf0ca1cda30a577aaf90a4175cabf95
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 07:06:49 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 07:06:49 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ffc17445

net-vpn/cloudflare-warp: add 2024.4.133-r1

Signed-off-by: Joe Kappus  wt.gd>

 net-vpn/cloudflare-warp/Manifest   |  1 +
 .../cloudflare-warp-2024.4.133-r1.ebuild   | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/net-vpn/cloudflare-warp/Manifest b/net-vpn/cloudflare-warp/Manifest
index 53562314d..8c385d0cf 100644
--- a/net-vpn/cloudflare-warp/Manifest
+++ b/net-vpn/cloudflare-warp/Manifest
@@ -1 +1,2 @@
 DIST cloudflare-warp_2024.2.62-1_amd64.deb 86268064 BLAKE2B 
663aae6d60bd7fe3eb10806463470f7623128e4eb942607909002bfa895eade8c76e00f987bf9603cd9f0ecbb661dde116c930734b1bfe087ee09018506415c0
 SHA512 
d68410374baffae76637df277d002891d5a4c0d28abb8ac3b44e0db8a07e1be07acdfdd79a01d6220c1cd0696dfbb77d71e8b7b3a30003a269063d6870f012a8
+DIST cloudflare-warp_2024.4.133-1_amd64.deb 87344416 BLAKE2B 
dd8fc0a72b0d68f64277d251a315d23dcbc9789507caa123423b78547d579121d88ecb391a1a5744e1882e616afa3f6126dd4199157571ff1b632870b5c33ce9
 SHA512 
494a2aab2c23bab5f5e60ce12a3faee9d7ab41f074ee65e7bc423347b1ac5222b7147f745987c86f966e9c09b4eff03d3bc2dfb362e8a4c10acfb31db1bbd720

diff --git a/net-vpn/cloudflare-warp/cloudflare-warp-2024.4.133-r1.ebuild 
b/net-vpn/cloudflare-warp/cloudflare-warp-2024.4.133-r1.ebuild
new file mode 100644
index 0..c4becdbc4
--- /dev/null
+++ b/net-vpn/cloudflare-warp/cloudflare-warp-2024.4.133-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker systemd xdg desktop
+
+DESCRIPTION="Cloudflare Warp Client"
+HOMEPAGE="https://1.1.1.1;
+SRC_URI="https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_${PV}-1_amd64.deb;
+
+S="${WORKDIR}"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="systemd +systray dex"
+RESTRICT="bindist mirror"
+RDEPEND="net-firewall/nftables
+   dex? ( net-libs/libpcap )
+   systray? (
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/pango
+   )
+"
+
+QA_PREBUILT="/bin/warp-cli /bin/warp-dex /bin/warp-diag /bin/warp-svc 
/bin/warp-taskbar"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_install() {
+   into /
+   dobin bin/warp-cli
+   dobin bin/warp-diag
+   dobin bin/warp-svc
+   doinitd "${FILESDIR}/warp-svc"
+   systemd_dounit lib/systemd/system/warp-svc.service
+
+   # warp-dex relies on "libpcap.so.0.8" which is not in tree.
+   if use dex; then
+   dobin bin/warp-dex
+   fi
+
+   if use systray; then
+   dobin bin/warp-taskbar
+   systemd_douserunit usr/lib/systemd/user/warp-taskbar.service
+
+   doicon -s scalable $(ls 
usr/share/icons/hicolor/scalable/apps/*.svg)
+   insinto /usr/share/warp/images
+   doins $(ls usr/share/warp/images/*.png)
+
+   desktopfile=$( \
+   usex systemd \
+   
usr/share/applications/com.cloudflare.WarpTaskbar.desktop \
+   "${FILESDIR}/com.cloudflare.WarpTaskbar.desktop" \
+   )
+   domenu $desktopfile
+
+   insinto /etc/xdg/autostart
+   doins $desktopfile
+   fi
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-build/pdpmake/

2024-05-24 Thread Julien Roy
commit: 295f1bcd6eb526552cd6fc0071f95e817ca19cab
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Thu May 23 22:11:41 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Thu May 23 22:15:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=295f1bcd

dev-build/pdpmake: new package, add 1.4.2

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

 dev-build/pdpmake/Manifest |  1 +
 dev-build/pdpmake/metadata.xml |  8 
 dev-build/pdpmake/pdpmake-1.4.2.ebuild | 19 +++
 3 files changed, 28 insertions(+)

diff --git a/dev-build/pdpmake/Manifest b/dev-build/pdpmake/Manifest
new file mode 100644
index 0..83ebcee30
--- /dev/null
+++ b/dev-build/pdpmake/Manifest
@@ -0,0 +1 @@
+DIST pdpmake-1.4.2.tgz 39514 BLAKE2B 
188d95e4be13de07927f34b05cd2aa5a6e86d238a3e4a2f36f4bf477bc9fd81ba15fc9af9b506c7e22fd95c1669ca6d14877ebd0ebfbcae5558e0ba7450e2039
 SHA512 
3f43685eeaeea15d55d4a6e7ca6f8a36d344e4f5096aca19f56b696db79dcf6a7d9593cef1d99b15d1a025ee45c23a4e1c217800bbc6006afacf20468c547d31

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

diff --git a/dev-build/pdpmake/pdpmake-1.4.2.ebuild 
b/dev-build/pdpmake/pdpmake-1.4.2.ebuild
new file mode 100644
index 0..2bf363aea
--- /dev/null
+++ b/dev-build/pdpmake/pdpmake-1.4.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2024 Haelwenn (lanodan) Monnier 
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Public domain POSIX make"
+HOMEPAGE="https://frippery.org/make;
+SRC_URI="https://frippery.org/make/pdpmake-1.4.2.tgz;
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   emake install DESTDIR="${ED}" PREFIX=/usr
+}



[gentoo-commits] repo/proj/guru:master commit in: net-vpn/cloudflare-warp/

2024-05-24 Thread Julien Roy
commit: 624879a4dfc0aeac74aae7123ba1cf08f983abd6
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 06:43:21 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 06:43:21 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=624879a4

net-vpn/cloudflare-warp: fix systray RDEPEND

Closes: https://bugs.gentoo.org/924981
Signed-off-by: Joe Kappus  wt.gd>

 net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r2.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r2.ebuild 
b/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r2.ebuild
index 18187a230..c4becdbc4 100644
--- a/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r2.ebuild
+++ b/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,6 +18,11 @@ IUSE="systemd +systray dex"
 RESTRICT="bindist mirror"
 RDEPEND="net-firewall/nftables
dex? ( net-libs/libpcap )
+   systray? (
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/pango
+   )
 "
 
 QA_PREBUILT="/bin/warp-cli /bin/warp-dex /bin/warp-diag /bin/warp-svc 
/bin/warp-taskbar"



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

2024-05-24 Thread Julien Roy
commit: e3608ecab23143bf63cfb61b6206e829ed044b16
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 05:08:17 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 05:08:17 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3608eca

gui-apps/hyprpaper: update upstream metadata

Signed-off-by: Joe Kappus  wt.gd>

 gui-apps/hyprpaper/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/hyprpaper/metadata.xml b/gui-apps/hyprpaper/metadata.xml
index e35d12b00..685dcc15c 100644
--- a/gui-apps/hyprpaper/metadata.xml
+++ b/gui-apps/hyprpaper/metadata.xml
@@ -8,6 +8,6 @@

https://github.com/hyprwm/hyprpaper/issues

https://github.com/hyprwm/hyprpaper/releases
-   hypr/hyprpaper
+   hyprwm/hyprpaper

 



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

2024-05-24 Thread Julien Roy
commit: 9d653a458633b92ec7a34b17949429827d5aa171
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 05:06:31 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 05:06:31 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d653a45

gui-apps/hyprpicker: update upstream metadata

Signed-off-by: Joe Kappus  wt.gd>

 gui-apps/hyprpicker/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/hyprpicker/metadata.xml b/gui-apps/hyprpicker/metadata.xml
index ec59957c9..3a0d8ca20 100644
--- a/gui-apps/hyprpicker/metadata.xml
+++ b/gui-apps/hyprpicker/metadata.xml
@@ -8,6 +8,6 @@

https://github.com/hyprwm/hyprpicker/issues

https://github.com/hyprwm/hyprpicker/releases
-   hypr/hyprpicker
+   hyprwm/hyprpicker

 



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

2024-05-24 Thread Julien Roy
commit: 536d4e7a4b305bcee8fed13c6f69b93d90ceb74d
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 05:19:11 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 05:19:11 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=536d4e7a

gui-apps/hyprpicker: RDEPEND QA fixup

Closes: https://bugs.gentoo.org/932561
Signed-off-by: Joe Kappus  wt.gd>

 gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild 
b/gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild
index a938e3acc..6ae449d89 100644
--- a/gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild
+++ b/gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,14 +13,18 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
-BDEPEND="
+RDEPEND="
dev-libs/wayland
+   x11-libs/cairo
+   x11-libs/pango
+"
+
+BDEPEND="
+   ${RDEPEND}
dev-libs/wayland-protocols
dev-util/wayland-scanner
media-libs/libglvnd
media-libs/libjpeg-turbo
-   x11-libs/cairo
-   x11-libs/pango
x11-libs/libxkbcommon
 "
 



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

2024-05-24 Thread Julien Roy
commit: 9ce16a6b7a73648d305bd4b69c8c00735c4edbbd
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 06:18:59 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Fri May 24 06:18:59 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ce16a6b

profiles: mask net-p2p/ipfs-cluster for removal

Signed-off-by: Joe Kappus  wt.gd>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 20001f056..b67802a62 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -18,6 +18,11 @@
 
 # New entries go on top.
 
+# Joe Kappus  (2024-05-24)
+# Golang crap hosted on dead ipfs node without maintainer
+# Bug #884915, Removal on 2024/06/23
+net-p2p/ipfs-cluster
+
 # Takuya Wakazono  (2024-05-20)
 # Inactive upstream. No revdeps.
 # Removal on 2024/06/19



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

2024-05-21 Thread Julien Roy
commit: 5e95a40f9d58ee86d677dfe85b92422602c8a701
Author: Daichi Yamamoto  dyama  net>
AuthorDate: Tue May 21 21:52:58 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:52:58 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e95a40f

dev-util/rye: add 0.34.0, drop 0.33.0

Signed-off-by: Daichi Yamamoto  dyama.net>

 dev-util/rye/Manifest  | 290 +++--
 .../rye/{rye-0.33.0.ebuild => rye-0.34.0.ebuild}   | 288 ++--
 2 files changed, 305 insertions(+), 273 deletions(-)

diff --git a/dev-util/rye/Manifest b/dev-util/rye/Manifest
index 55dea3738..f30b0e087 100644
--- a/dev-util/rye/Manifest
+++ b/dev-util/rye/Manifest
@@ -3,84 +3,98 @@ DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e64656907
 DIST aead-0.5.2.crate 15509 BLAKE2B 
0214f3e8ee85a7e18c7d20f9a3fcbdbb9e5af6fdfdcb427e915279b505556dbd2df6d09d5c90561417c56796236a56ab24b2b11389745bc03a0a6da45c0e8636
 SHA512 
61926a615618e64efd0e9342d729a89f80d6e092dda50e018252a06147e2ca0dc2a989136416f57ae02019695757dfa3d3f3cf3799f138e440662744ecab4a44
 DIST age-0.10.0.crate 1502678 BLAKE2B 
39d5ce1b207facdd50fae62f4a74647ef0cf99b1a35067f21f362fdc01ead2c8d7f43da6a8adbef3e73d53fefc46c6eb6a56e1d666e35e87bd6bf32cef51eb3b
 SHA512 
00e81233d2ba68d7502b1547f44ca52762a37b75a6d1219ac8c28b635b0d087768ef99d1e91e7b85e75488dc8b652f852d0f727eeef36d4f5e6299388c890309
 DIST age-core-0.10.0.crate 13811 BLAKE2B 
d9f1a3e5f0068f6362abd07c562ea4bf53377f43b315315b2e6ccb092639b87e313ac83cb8fcfc61704da8001befb7cbb036403db8303212e0f181c714bf8917
 SHA512 
e100d67ba0dc8bead4fcd332b3c5ee25ed2ff599bc9ed0fafc353b52ecd1dd979b31ab9d49071cf4c6091e75f64938b493e8cc0ee370f186b8b808c495dd5970
-DIST ahash-0.8.7.crate 42894 BLAKE2B 
56f4b2f577eb2752e675fa2b3191c65e0bb88575f92e8d906714296fca1daace46e93256672fce08cc5b4ac11d40a690a06b32a99fb50fd0df4f042773c33b6c
 SHA512 
2c9eaa22f7bda47a781994c769d4a2ef15ba0f511fdd4ec4680c13d4c1809f1ce01adecc3b3776793158062d28ad9e5f0b1d1c0a9429e43dd07cd99540eae7a6
-DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
-DIST allocator-api2-0.2.16.crate 59025 BLAKE2B 
fda69b52435a7243eb19bc55914a1961e59dbad5ac12c40db39cccdf7a99c742da59c3ef160350808698db24b91e0ce655cd1acedbbcbe20c717604aae23ea5e
 SHA512 
e1eb0df6b44b62115795ebf772f81e9ac0b6d273afd81659dbddb7eb6628b6e5ef6a60ea21413e79ee638afb72e6872ba83a075f6324daf93f2f1eda48daff2f
-DIST anstyle-1.0.5.crate 14371 BLAKE2B 
ef224232c88f757877f21ba135cfa1f37138e85697bd202ba75256a59fc49e959557eda0008f04004952aedd6695a515dc7ac9353a76a6f7b0472d2ed5f5e5b9
 SHA512 
c26e060536126479b011d6e37e9fd3433eea5d30f650e57d8e3c5ad0f0fe3654f48baad68774099b34f815a3f21fca61a84e0c8e6dd99751d2d98ca0dfd7
-DIST anyhow-1.0.79.crate 44931 BLAKE2B 
9270f04c6fbbecb535e3081f4275c3df28f6a893c1dfc0a9f7c009994de2deb8ebced04fe5e6f62931b33c3707f4fbfb0c3b28da1a611b413d40d27149d1fd2f
 SHA512 
ecd6fb1367d494df18c0e274b336a133f3acf7b6a5487d20bdd06e08c7f1f729877086a0966e998221daff120504fadd2be2dc4219ed621f81b0a50c2bbc2011
-DIST arc-swap-1.6.0.crate 67342 BLAKE2B 
6afd6570c3cef4ae722d4168c3320be1343c4f6043892e5e5b52879b8210a896e083d720797b41a41db04a08eefdcfbacbfdee1a7f2180e9755c868d6fded872
 SHA512 
5e09cef9fa12d1204db24f3397158a3f45d12dd0fa61eadd691bba120a43fdaa916ab09997e7a63d61a3fb7dada4e3266181f4ef413850c4bc5e59d2c6c5b9df
-DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
-DIST backtrace-0.3.69.crate 77299 BLAKE2B 
594358f1d9171fc369f50cacffab03b8a10a8fe3da5b915611cb74b0dbad0e048c7dc79c53569d89827db583e0f61fb7269147b6258781a1599a811e642414a8
 SHA512 
6e86de53e1c5003ef68b6a85479cde1e70bf416bdc50e6e32ead9f9f070fa30ad46de22574041c844ddfeabd5d15de01ef746f19f8cb7f257c491ef0bf071244
+DIST ahash-0.8.11.crate 43607 BLAKE2B 
7dff8e41798ba25df8c4827ff414a182bb25da4825f0119a74916fe775db5445b87be8fc87f7c7f98d3b5053e1d47546f98873de1a942d36e5f308a3fb7dd620
 SHA512 
47d211b2422de0b381dfe32229faa346406eb7a22dff867dc04c22389609a8671ce3218e662000c49891a06c259d82e0ff4413740f007729d80e097a6c3f0d9d
+DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 
8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830
 SHA512 
ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69
+DIST allocator-api2-0.2.18.crate 6

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

2024-05-21 Thread Julien Roy
commit: 70f8df74a70290fd90effe2154f8debf6bfba25b
Author: Daichi Yamamoto  dyama  net>
AuthorDate: Tue May 21 22:00:26 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 22:00:26 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70f8df74

gui-apps/xremap: add 0.10.0, drop 0.8.18

Signed-off-by: Daichi Yamamoto  dyama.net>

 gui-apps/xremap/Manifest   | 55 +
 .../{xremap-0.8.18.ebuild => xremap-0.10.0.ebuild} | 57 +-
 2 files changed, 23 insertions(+), 89 deletions(-)

diff --git a/gui-apps/xremap/Manifest b/gui-apps/xremap/Manifest
index fee21d8dc..40c986e1f 100644
--- a/gui-apps/xremap/Manifest
+++ b/gui-apps/xremap/Manifest
@@ -1,5 +1,3 @@
-DIST addr2line-0.20.0.crate 39558 BLAKE2B 
1f66fcb361161599a87f874a3bf28a05614e235488d02205d4c8e207ae193280949ad957fd0eb383a49f4c1bc287569454d3c6872ed6e31c081e6fd03f8d460e
 SHA512 
f9794772a31dd01096b168b4b4ffe311d4850c69fd77dd72c1e532a94ef7b23c31cccb9033848822521510f1fcc2ad0fdd824cf7efb9ed43828dc0165165b319
-DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055
 SHA512 
4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
@@ -8,19 +6,16 @@ DIST anstyle-1.0.1.crate 13977 BLAKE2B 
35be03a7de78737592528967e8ad4851436a74c78
 DIST anstyle-parse-0.2.1.crate 24802 BLAKE2B 
6304a56c6a9fbaf1bb4d1d177b2315684345dc9d71c35836f9544145364f8d6eb56e25c03076690c594ab7db5914501acb569f6c136952e59c93179ced527fb2
 SHA512 
5c8fc7d88ffc3a6e78340ffe0f3c2d72e865512030ade4509de9c673eba955c536bb1873dac11f6ba11cc8367fb30c67451ed65d19f81507c9e917c702bfd176
 DIST anstyle-query-1.0.0.crate 8620 BLAKE2B 
2d296b5066fd6284a2410923215571e6df650c5ef892d6de7a7088a0996ca30608797feabc84f3c325ff4d07001dac80ac5067d2a9c9d15d9ba59a276b399f53
 SHA512 
2781be5c82293b7ae338ec5046fbeb130de9eb2dbf2e4dfaa73ca5233032e1e52c133e141b02f33d4bc36d996a0a3f680ac82d42d614a5305005f60547133c7a
 DIST anstyle-wincon-1.0.1.crate 11718 BLAKE2B 
2500845a23edfb47ecd156424a89789c713a7c367c3fef98d26e4e7b2acb3c6433d39a1c2a59813a98266b0993d4b750e9b6b68b7ced7ec5a04a8b13bad174e7
 SHA512 
00c380fc0198c49776c40aeef419be2fd2d6809bd2e5d86457f1658c6f4b2e83ebe8feee95855c3bbedd4200a917f582bd41b0ee0cf5d7d1d5017228885a58e6
-DIST anyhow-1.0.81.crate 45142 BLAKE2B 
9b8678c5336fe5fd2823c58eae827f7aba726e12fb6edfa958c6e3b38a96dc3310bc8d044ee2e9db0bc611548f0be9a7b664b75321bd0b8a7e168d27dd3d7e78
 SHA512 
3d328c6b45a4780cfb6fc8daa5581cb5e45b230cb5f55837b0fcc8331c8d53630950c281115c06b21e655821a46d360c4aa667cbb24e87f3a534206361b08af5
+DIST anyhow-1.0.82.crate 45361 BLAKE2B 
558bac4de847a432fc80427e7be4e78cae4b01c4da852eae2121416af4d7e6ddeaeffd7de9bb69e55340b9a228436b975fdea88e380391a77c782a3776b835dd
 SHA512 
e0d25a8c0b9c45e1db2072618097aff3908f70bfcbf0963d3c9dd9c97be27a85c4a763c5cb74e1ccd1b0a2059360e0879df4be80e10e58e0a5346b65f4fa1a69
 DIST async-io-1.13.0.crate 37191 BLAKE2B 
ec27c5a49550f9a2cda66df0a6c54e5a64191e6c1ebade4e47a3164cd04fe7fff60d225788983f55e47a785dd57c74a22f2a3455349d2d451646e4d0e7f4ffcb
 SHA512 
b37a13fdb1d29e2e8852ab6f24589718a88aa39bf532145ae7541d61c3f49f731f890764dd945845eef6c8b5af1042bac2c04cdabc00b36dc4350fa1c62ce54e
 DIST async-lock-2.7.0.crate 23631 BLAKE2B 
90814a489eef98a773ed5dfca5fc3e6b8e2b7a2c37e18f289292f46efce496d4378321327c947dce219add2b7aaf199b96beb9d19cf22536f1ff99b932e50314
 SHA512 
b151aa4a7fe4ad7dd68559dfef203dcfdd2084e175a6fe414298bd28c632ef422631d49c821fe075ec6f549269e0c0cefc16ea56741d3d8317a99489ed638bb9
-DIST async-trait-0.1.72.crate 28592 BLAKE2B 
bb66b3c9c55918fc3ca41e5a7c5672ed6cdd58bb7e676caf0d766e11d6cc6abf40953d2a91cdccaa2f934ece3fd57a699b19def6229fa772dd0fd685a2f3de4b
 SHA512 
2f00fbead070f27b37d22847b8ff1647c517a0be72129fa67637ecdfd0137d471a8e6c57c2bb731d157415df10e4b22e65b40fd0c67f7d0c66e83228609a32a7
 DIST autocfg-1.1.0.crate 1

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

2024-05-21 Thread Julien Roy
commit: 512365b4d00e6b82b08bb66ba2de43a352dd3fc1
Author: Quincy Fleming  protonmail  com>
AuthorDate: Tue May 21 21:28:19 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:28:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=512365b4

sys-kernel/ugrd: removed empty KEYWORDS

Signed-off-by: Quincy Fleming  protonmail.com>

 sys-kernel/ugrd/ugrd-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-kernel/ugrd/ugrd-.ebuild b/sys-kernel/ugrd/ugrd-.ebuild
index fe1d076ec..49dd8900c 100644
--- a/sys-kernel/ugrd/ugrd-.ebuild
+++ b/sys-kernel/ugrd/ugrd-.ebuild
@@ -13,7 +13,6 @@ EGIT_REPO_URI="https://github.com/desultory/${PN};
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
 
 RDEPEND="
app-misc/pax-utils



[gentoo-commits] repo/proj/guru:master commit in: dev-embedded/qdl/

2024-05-21 Thread Julien Roy
commit: c8e9af871eb7cd6ccf658ea535a898e64f06bf31
Author: Quincy Fleming  protonmail  com>
AuthorDate: Tue May 21 20:53:56 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 20:53:56 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8e9af87

dev-embedded/qdl: add missing packages in RDEPEND

Closes: https://bugs.gentoo.org/932346
Signed-off-by: Quincy Fleming  protonmail.com>

 dev-embedded/qdl/qdl-2024.4.9.ebuild |  7 +--
 dev-embedded/qdl/qdl-.ebuild | 12 +---
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/dev-embedded/qdl/qdl-2024.4.9.ebuild 
b/dev-embedded/qdl/qdl-2024.4.9.ebuild
index 788ac0069..0af5b9e94 100644
--- a/dev-embedded/qdl/qdl-2024.4.9.ebuild
+++ b/dev-embedded/qdl/qdl-2024.4.9.ebuild
@@ -16,11 +16,14 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
+RDEPEND="dev-libs/libxml2"
+
+DEPEND="${RDEPEND}"
+
 BDEPEND="
virtual/libudev
virtual/pkgconfig
-   dev-libs/libxml2
-"
+   dev-libs/libxml2"
 
 src_compile() {
PKG_CONFIG=$(tc-getPKG_CONFIG)

diff --git a/dev-embedded/qdl/qdl-.ebuild b/dev-embedded/qdl/qdl-.ebuild
index eb7eb73d3..d95b276fa 100644
--- a/dev-embedded/qdl/qdl-.ebuild
+++ b/dev-embedded/qdl/qdl-.ebuild
@@ -12,11 +12,17 @@ EGIT_REPO_URI="https://github.com/andersson/qdl.git;
 LICENSE="BSD"
 SLOT="0"
 
+COMMON_DEPS="
+   dev-libs/libusb
+   dev-libs/libxml2"
+
+RDEPEND="${COMMON_DEPS}"
+
+DEPEND="${COMMON_DEPS}"
+
 BDEPEND="
virtual/pkgconfig
-   dev-libs/libusb
-   dev-libs/libxml2
-"
+   ${COMMON_DEPS}"
 
 src_compile() {
PKG_CONFIG=$(tc-getPKG_CONFIG)



[gentoo-commits] repo/proj/guru:master commit in: sys-power/nvidia-exec/

2024-05-21 Thread Julien Roy
commit: 33599a396007a19c6f8c741265078912411622ca
Author: Quincy Fleming  protonmail  com>
AuthorDate: Tue May 21 21:20:17 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:20:17 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33599a39

sys-power/nvidia-exec: update LICENSE

Signed-off-by: Quincy Fleming  protonmail.com>

 sys-power/nvidia-exec/nvidia-exec-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/nvidia-exec/nvidia-exec-.ebuild 
b/sys-power/nvidia-exec/nvidia-exec-.ebuild
index 99c4e57ee..b0fff053c 100644
--- a/sys-power/nvidia-exec/nvidia-exec-.ebuild
+++ b/sys-power/nvidia-exec/nvidia-exec-.ebuild
@@ -19,7 +19,7 @@ fi
 DESCRIPTION="GPU switching without login out for Nvidia Optimus laptops under 
Linux"
 HOMEPAGE="https://github.com/pedro00dk/nvidia-exec;
 
-LICENSE="GPL"
+LICENSE="GPL-3"
 SLOT="0"
 
 RDEPEND="



[gentoo-commits] repo/proj/guru:master commit in: sys-power/nvidia-exec/

2024-05-21 Thread Julien Roy
commit: 967eeb5b104507c5ab89b14529dbf497802384de
Author: Quincy Fleming  protonmail  com>
AuthorDate: Tue May 21 21:19:02 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:19:33 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=967eeb5b

sys-power/nvidia-exec: update LICENSE

Signed-off-by: Quincy Fleming  protonmail.com>

 sys-power/nvidia-exec/nvidia-exec-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/nvidia-exec/nvidia-exec-0.2.1.ebuild 
b/sys-power/nvidia-exec/nvidia-exec-0.2.1.ebuild
index 99c4e57ee..b0fff053c 100644
--- a/sys-power/nvidia-exec/nvidia-exec-0.2.1.ebuild
+++ b/sys-power/nvidia-exec/nvidia-exec-0.2.1.ebuild
@@ -19,7 +19,7 @@ fi
 DESCRIPTION="GPU switching without login out for Nvidia Optimus laptops under 
Linux"
 HOMEPAGE="https://github.com/pedro00dk/nvidia-exec;
 
-LICENSE="GPL"
+LICENSE="GPL-3"
 SLOT="0"
 
 RDEPEND="



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

2024-05-21 Thread Julien Roy
commit: 72494bb7e682067506a507a97b5c92aa0bbcf444
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:29:13 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72494bb7

profiles: unmask treecleaned packages

Signed-off-by: Julien Roy  jroy.ca>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ff0203953..20001f056 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -145,57 +145,10 @@ dev-nim/ws
 dev-nim/zedeus_redis
 dev-nim/zippy
 
-# Anna Vyalkova  (2024-04-20)
-# Depends on treecleaned dev-python/yapps.
-# Removal on 2024-05-20.
-sci-misc/linuxcnc
-
-# Anna Vyalkova  (2024-04-20)
-# Depends on treecleaned dev-libs/libchdr.
-# Removal on 2024-05-20.
-games-emulation/flycast
-
-# Kostadin Shishmanov  (2024-04-20)
-# Was only needed for  (2024-04-18)
-# Superceded by media-fonts/nerdfonts[firacode]
-# Removal on 2024-05-18
-media-fonts/firacode-nerdfont
-
-# Robert Greener  (2024-04-18)
-# Superceded by media-fonts/nerdfonts[iosevka]
-# Removal on 2024-05-18
-media-fonts/iosevka-nerdfont
-
-# Robert Greener  (2024-04-18)
-# Superceded by media-fonts/nerdfonts[jetbrainsmono]
-# Removal on 2024-05-18
-media-fonts/jetbrainsmono-nerdfont
-
-# Robert Greener  (2024-04-18)
-# Superceded by media-fonts/nerdfonts[robotomono]
-# Removal on 2024-05-18
-media-fonts/robotomono-nerdfont
-
-# Robert Greener  (2024-04-18)
-# Superceded by media-fonts/nerdfonts[ubuntumono]
-# Removal on 2024-05-18
-media-fonts/ubuntumono-nerdfont
-
 # Julien Roy  (2024-03-21)
 # sys-libs/libucontext is masked in ::gentoo
 sys-libs/gcompat
 
-# Julien Roy  (2024-03-19)
-# Per upstream, as of 2024-03-02:
-# "This bridge is deprecated. mautrix-meta is recommended instead."
-# net-im/mautrix-meta 0.2.0 is available in ::guru
-# Masked for removal in 60 days
-net-im/mautrix-facebook
-
 # Julien Roy  (2024-03-09)
 # Dracut fails to boot with Clevis 20
 # https://github.com/latchset/clevis/issues/456



[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/easyloggingpp/, dev-cpp/easyloggingpp/files/

2024-05-21 Thread Julien Roy
commit: 3d82916e44d5b04e14e1e5ab0c6c96df7d1219c6
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:26:07 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d82916e

dev-cpp/easyloggingpp: treeclean

Signed-off-by: Julien Roy  jroy.ca>

 dev-cpp/easyloggingpp/Manifest |  2 -
 dev-cpp/easyloggingpp/easyloggingpp-9.97.0.ebuild  | 32 ---
 dev-cpp/easyloggingpp/easyloggingpp-9.97.1.ebuild  | 31 --
 ...itch-CMake-build-system-from-C-11-to-C-14.patch | 66 --
 .../files/disable-failing-tests.patch  | 45 ---
 dev-cpp/easyloggingpp/metadata.xml | 11 
 6 files changed, 187 deletions(-)

diff --git a/dev-cpp/easyloggingpp/Manifest b/dev-cpp/easyloggingpp/Manifest
deleted file mode 100644
index 7ff31490e..0
--- a/dev-cpp/easyloggingpp/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST easyloggingpp-9.97.0.tar.gz 750851 BLAKE2B 
7ae65db33009dccf6e3a4362e4b5e23080935629b079e5898c8063d31144bef2341a041365bf20d0acd5067ad606e752de4b2b70a55f4bd16047b1ae3bab416d
 SHA512 
e45789edaf7a43ad6a73861840d24ccce9b9d6bba1aaacf93c6ac26ff7449957251d2ca322c9da85130b893332dd305b13a2499eaffc65ecfaaafa3e11f8d63d
-DIST easyloggingpp-9.97.1.tar.gz 771149 BLAKE2B 
313a6547e2af4322bac8843d4efbfef89fa1ebcd40ce24ba32dfd6df7f8c7023dd821e773f43ef484facde1cb5c348c02d6fe23a3fdf308ce2a29559a0d65021
 SHA512 
3df813f7f9796c81c974ba794624db2602253e14b938370deb4c851fe8725f5c7ebf71d7ae0277fcb770b043ccf8f04bbf8e770d14565f4cb704328973473387

diff --git a/dev-cpp/easyloggingpp/easyloggingpp-9.97.0.ebuild 
b/dev-cpp/easyloggingpp/easyloggingpp-9.97.0.ebuild
deleted file mode 100644
index 9fd347ed9..0
--- a/dev-cpp/easyloggingpp/easyloggingpp-9.97.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="C++ logging library"
-HOMEPAGE="https://github.com/abumq/easyloggingpp;
-SRC_URI="https://github.com/abumq/easyloggingpp/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-cpp/gtest )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/0001-Switch-CMake-build-system-from-C-11-to-C-14.patch"
-   "${FILESDIR}/disable-failing-tests.patch"
-)
-
-src_configure() {
-   local mycmakeargs+=(
-   -Dtest=$(usex test ON OFF)
-   )
-   cmake_src_configure
-}

diff --git a/dev-cpp/easyloggingpp/easyloggingpp-9.97.1.ebuild 
b/dev-cpp/easyloggingpp/easyloggingpp-9.97.1.ebuild
deleted file mode 100644
index 5eb9e8ab2..0
--- a/dev-cpp/easyloggingpp/easyloggingpp-9.97.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="C++ logging library"
-HOMEPAGE="https://github.com/abumq/easyloggingpp;
-SRC_URI="https://github.com/abumq/easyloggingpp/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-cpp/gtest )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/disable-failing-tests.patch"
-)
-
-src_configure() {
-   local mycmakeargs+=(
-   -Dtest=$(usex test ON OFF)
-   )
-   cmake_src_configure
-}

diff --git 
a/dev-cpp/easyloggingpp/files/0001-Switch-CMake-build-system-from-C-11-to-C-14.patch
 
b/dev-cpp/easyloggingpp/files/0001-Switch-CMake-build-system-from-C-11-to-C-14.patch
deleted file mode 100644
index fbdbd849f..0
--- 
a/dev-cpp/easyloggingpp/files/0001-Switch-CMake-build-system-from-C-11-to-C-14.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-From 1f6025dc0553c64eb556759a38ff70e55f97904b Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" 
-Date: Thu, 26 Jan 2023 20:10:42 -0500
-Subject: [PATCH] Switch CMake build system from C++11 to C++14
-

- CMakeLists.txt | 22 +++---
- 1 file changed, 11 insertions(+), 11 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 538cc8a..ed42915 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -2,21 +2,21 @@ cmake_minimum_required(VERSION 2.8.7)
- 
- project(Easyloggingpp CXX)
- 
--macro(require_cpp11)
-+macro(require_cpp14)
- if (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 3.0)
- # CMake 3.1 has built-in CXX standard checks.
--message("-- Setting C++11")
--set(CMAKE_CXX_STANDARD 11)
-+me

[gentoo-commits] repo/proj/guru:dev commit in: sci-misc/linuxcnc/

2024-05-21 Thread Julien Roy
commit: 3fc09f42bc409c8ae375e98a241aca04c4e4fd92
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:28:30 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fc09f42

sci-misc/linuxcnc: treeclean

Bug: https://bugs.gentoo.org/587090
Signed-off-by: Julien Roy  jroy.ca>

 sci-misc/linuxcnc/linuxcnc-.ebuild | 126 -
 sci-misc/linuxcnc/metadata.xml |  15 
 2 files changed, 141 deletions(-)

diff --git a/sci-misc/linuxcnc/linuxcnc-.ebuild 
b/sci-misc/linuxcnc/linuxcnc-.ebuild
deleted file mode 100644
index f3cb10abf..0
--- a/sci-misc/linuxcnc/linuxcnc-.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-PYTHON_REQUIRED_USE="tk"
-
-inherit autotools desktop git-r3 python-single-r1
-
-DESCRIPTION="LinuxCNC"
-HOMEPAGE="http://linuxcnc.org/;
-#SRC_URI="https://downloads.sourceforge.net/gentoocnc/distfiles/${P}.tar.gz;
-#SRC_URI="https://github.com/LinuxCNC/linuxcnc/archive/2.7.zip;
-EGIT_REPO_URI="https://github.com/LinuxCNC/linuxcnc.git 
https://gitclone.com/github.com/LinuxCNC/linuxcnc.git;
-S="${WORKDIR}"/linuxcnc-/src
-
-LICENSE="LGPL-3"
-SLOT=""
-IUSE="+gtk modbus rt simulator usb +X"
-# TODO: add shmdrv use flag
-
-DEPEND="
-   ${PYTHON_DEPS}
-
-   dev-lang/tcl
-   dev-lang/tk
-   dev-tcltk/bwidget
-   dev-tcltk/tclx
-   dev-tcltk/tkimg
-   media-gfx/graphviz
-   media-libs/mesa
-   net-firewall/iptables
-   sys-devel/gettext
-   sys-process/procps
-   sys-process/psmisc
-   x11-libs/libXinerama
-   x11-apps/mesa-progs
-   virtual/glu
-   virtual/opengl
-
-   $(python_gen_cond_dep '
-   dev-libs/boost[python,${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pillow[tk,${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-   dev-python/pyopengl[${PYTHON_USEDEP}]
-   ')
-
-   || (
-   net-analyzer/openbsd-netcat
-   net-analyzer/netcat
-   )
-
-   modbus? (  "${envd}" <<-EOF
-   LDPATH="${EPREFIX}/usr/$(get_libdir)/linuxcnc"
-   EOF
-   doenvd "${envd}"
-
-   insinto "/usr/share/linuxcnc/"
-   doins Makefile.inc
-
-   insinto "/etc/linuxcnc/"
-   doins "../scripts/rtapi.conf"
-
-   insinto "/usr/bin/"
-   doins "../scripts/rip-environment"
-
-   doicon "../linuxcncicon.png"
-   make_desktop_entry linuxcnc LinuxCNC linuxcnc 'Science;Robotics'
-}
-
-pkg_postinst() {
-   elog "Opening machine configuration files from older Versions can crash 
the application as it cannot load old named modules, e.g. probe_parport.so not 
found"
-   elog "This is not a Gentoo- or build related error. It looks like 
linuxcnc 2.8 will have some kind of converter for them."
-   elog "If you created them with stepconf. You can just open the stepconf 
file and create them new. Don't forget to backup any manual changes (e.g. 
backlash!) from the .hal and .ini files and make them again."
-}

diff --git a/sci-misc/linuxcnc/metadata.xml b/sci-misc/linuxcnc/metadata.xml
deleted file mode 100644
index df6ba9929..0
--- a/sci-misc/linuxcnc/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   jack9603...@163.com
-   Chunhui Ouyang
-   
-   
-   Build with RT_PREEMPT threads modules
-   Build with posix threads (no 
realtime)
-   Build modbus libraries
-   
-   
-   
-



[gentoo-commits] repo/proj/guru:dev commit in: games-emulation/flycast/

2024-05-21 Thread Julien Roy
commit: 5886ae85c96e0eadfc074ebd27fc65f52e887bf1
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:27:07 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5886ae85

games-emulation/flycast: treeclean

Bug: https://bugs.gentoo.org/926271
Bug: https://bugs.gentoo.org/92
Signed-off-by: Julien Roy  jroy.ca>

 games-emulation/flycast/flycast-.ebuild | 112 
 games-emulation/flycast/metadata.xml|  14 
 2 files changed, 126 deletions(-)

diff --git a/games-emulation/flycast/flycast-.ebuild 
b/games-emulation/flycast/flycast-.ebuild
deleted file mode 100644
index 3cea66b7a..0
--- a/games-emulation/flycast/flycast-.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{3..4} )
-
-inherit cmake git-r3 lua-single xdg
-
-DESCRIPTION="Sega Dreamcast, Naomi and Atomiswave emulator"
-HOMEPAGE="https://github.com/flyinghead/flycast;
-EGIT_REPO_URI="https://github.com/flyinghead/flycast;
-EGIT_SUBMODULES=( 'core/deps/breakpad' 'core/deps/volk' 
'core/deps/VulkanMemoryAllocator' )
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="alsa ao lua opengl +openmp pulseaudio vulkan"
-
-DEPEND="
-   dev-libs/libchdr
-   dev-libs/libzip
-   dev-libs/xxhash
-   media-libs/libsdl2
-   net-libs/miniupnpc
-   sys-libs/zlib
-   alsa? ( media-libs/alsa-lib )
-   ao? ( media-libs/libao )
-   lua? ( ${LUA_DEPS} )
-   opengl? ( virtual/opengl )
-   openmp? ( sys-devel/gcc:*[openmp] )
-   pulseaudio? ( media-libs/libpulse )
-   vulkan? (
-   >=dev-util/glslang-1.3.231
-   dev-util/spirv-headers
-   )
-"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="|| ( opengl vulkan ) || ( ao alsa pulseaudio )"
-
-src_unpack() {
-   use lua && EGIT_SUBMODULES+=( 'core/deps/luabridge' )
-   git-r3_src_unpack
-}
-src_prepare() {
-   # Ensure unneeded deps are not bundled
-   for dep in chdr dirent glslang libretro-common libzip miniupnpc oboe 
patches SDL vixl xxHash; do
-   rm -rf core/deps/${dep}
-   done
-
-   # Skip alsa if flag not enabled
-   use !alsa && sed -i -e '/find_package(ALSA)/d' CMakeLists.txt
-
-   # Skip ao if flag not enabled
-   use !ao && sed -i -e '/pkg_check_modules(AO/d' CMakeLists.txt
-
-   # Skip lua if flag not enabled
-   use !lua && sed -i -e '/find_package(Lua)/d' CMakeLists.txt
-
-   # Skip pulseaudio if flag not enabled
-   use !pulseaudio && sed -i -e '/pkg_check_modules(LIBPULSE/d' 
CMakeLists.txt
-
-   # Unbundle glslang
-   sed -i -e 
'/add_subdirectory(core\/deps\/glslang/{N;s/.*/find_library(GLSLANG 
libglslang.so)\nfind_library(SPIRV 
libSPIRV.so)\ntarget_link_libraries(${PROJECT_NAME} PRIVATE ${GLSLANG} 
${SPIRV})/}' CMakeLists.txt || die
-   sed -i -e '/include.*SPIRV/{s:":/}' 
core/rend/vulkan/shaders.h \
-   core/rend/vulkan/compiler.cpp || die
-   # Crazy commit fix: 8d0654c
-   sed -i -e '/maxMeshViewCountNV/a256,256,128,128,128,128,128,128,4,' \
-   core/rend/vulkan/compiler.cpp || die
-
-   # Unbundle xxHash
-   sed -i -e 
'/XXHASH_BUILD_XXHSUM/{N;N;s/.*/target_link_libraries(${PROJECT_NAME} PRIVATE 
xxhash)/}' \
-   CMakeLists.txt || die
-
-   # Unbundle chdr
-   sed -i -e '/add_subdirectory.*chdr/d' -e 's/chdr-static/chdr/' \
-   -e 's:core/deps/chdr/include:/usr/include/chdr:' CMakeLists.txt 
|| die
-
-   # Do not use ccache
-   sed -i -e '/find_program(CCACHE_FOUND/d' CMakeLists.txt
-
-   # Ensure static libs are not built
-   sed -i -e '/BUILD_SHARED_LIBS/d' CMakeLists.txt
-
-   # Vulkan-header
-   sed -i -e 
'/add_subdirectory(core.*Vulkan-Headers)$/,/Vulkan::Headers/d' \
-   -e '/core\/deps\/Vulkan-Headers\/include)/d' CMakeLists.txt
-   sed -i -e 's:SPIRV/GlslangToSpv.h:glslang/&:' 
core/rend/vulkan/compiler.cpp
-   if use vulkan; then
-   sed -i -e '$atarget_link_libraries(${PROJECT_NAME} PRIVATE 
glslang-default-resource-limits)' CMakeLists.txt
-   fi
-
-   # Do not use ccache
-   sed -i -e '/find_program(CCACHE_PROGRAM ccache)/d' CMakeLists.txt
-
-   # Revert crazy commit: #4408aa7
-   sed -i -e '/if(NOT APPLE AND (/s/.*/if( NOT APPLE )/' CMakeLists.txt
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_OPENGL=$(usex opengl)
-   -DUSE_OPENMP=$(usex openmp)
-   -DUSE_VULKAN=$(usex vulkan)
-   -DUSE_HOST_LIBZIP=ON
-   -DWITH_SYSTEM_ZLIB=ON
-   )
-   cmake_src_configure
-}


[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/robotomono-nerdfont/

2024-05-21 Thread Julien Roy
commit: 62368090ff1d2bf3f8ccad305d1c99d6b7bc6293
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:24:16 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:22 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62368090

media-fonts/robotomono-nerdfont: treeclean

Signed-off-by: Julien Roy  jroy.ca>

 media-fonts/robotomono-nerdfont/Manifest   |  4 
 media-fonts/robotomono-nerdfont/metadata.xml   | 11 -
 .../robotomono-nerdfont-2.2.2.ebuild   | 20 -
 .../robotomono-nerdfont-3.1.1.ebuild   | 26 --
 .../robotomono-nerdfont-3.2.0.ebuild   | 26 --
 .../robotomono-nerdfont-3.2.1.ebuild   | 26 --
 6 files changed, 113 deletions(-)

diff --git a/media-fonts/robotomono-nerdfont/Manifest 
b/media-fonts/robotomono-nerdfont/Manifest
deleted file mode 100644
index f35883cdb..0
--- a/media-fonts/robotomono-nerdfont/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST robotomono-nerdfont-2.2.2.zip 25182334 BLAKE2B 
2c6baed85ce0bdd3b0efdafdede08004d3fa16758d9e2baed12fba89a7d73c0f9a0130e71db5603de9addba366e1fb40ffeb5edfaba96adf1d312dcdd8ff22df
 SHA512 
47f509e446ee1b48eb21d880e111abcb13e489ce45d95561e9eed2292692159b9bfcfd7da6addfe9f868dedbc5d7283a07d35cdaace008125937215e7f96a0ee
-DIST robotomono-nerdfont-3.1.1.gh.tar.xz 3088700 BLAKE2B 
4cc63764c0b98008a549324f512f237ce79df2af23d19615f4215d9ab8421b1620aa4a6f5452d9a2f509e7077aa6963c420e6f0e2ec058c3430f51ef0411fe13
 SHA512 
ef0c73a097242308d2a078b26cff8319d606095b27f1d250c03606feaf44c17446b1ada6f6cbd2ddf251f95da605e0114491760939fb8f032d9a409a954531fc
-DIST robotomono-nerdfont-3.2.0.gh.tar.xz 3424440 BLAKE2B 
537ef78f1247f17cacf1b33e851390dfcba384d9fc392f575aac7f4599d8672ef534113739195eababd8a2eae59cd2dd129d51cc93b5986c593da21be034f6cf
 SHA512 
2b5c667936a00f097eb6c2af57888f0c7b8defb373c15db78b58af7853ed966ca930d8d4cef9337733d56866daa2dce17286e91095ff22686958b597f49a386f
-DIST robotomono-nerdfont-3.2.1.gh.tar.xz 3460532 BLAKE2B 
16737154814d4eeb29af321a4943ed24e3bc793400385148fd82d7dfa1b8cd1aa25472291723aca72d5b32c95ad540e2f854a1048af6e8b3692d780e225ed281
 SHA512 
408819177a0e56ee6684a07645651818779aa8d8a2a13e718044480950427185bcf4d6e8945d63be1da7ff3602b57f606c997a374fa43eef5ceb01b71c69c8cd

diff --git a/media-fonts/robotomono-nerdfont/metadata.xml 
b/media-fonts/robotomono-nerdfont/metadata.xml
deleted file mode 100644
index 0eefc574b..0
--- a/media-fonts/robotomono-nerdfont/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ra...@sandhuservices.dev
-   Rahul Sandhu
-   
-   
-   ryanoasis/nerd-fonts
-   
-

diff --git a/media-fonts/robotomono-nerdfont/robotomono-nerdfont-2.2.2.ebuild 
b/media-fonts/robotomono-nerdfont/robotomono-nerdfont-2.2.2.ebuild
deleted file mode 100644
index 983b1f97c..0
--- a/media-fonts/robotomono-nerdfont/robotomono-nerdfont-2.2.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="A free and open-source typeface for developers"
-HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
-SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/RobotoMono.zip
 -> ${P}.zip"
-
-S="${WORKDIR}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="app-arch/unzip"
-
-FONT_SUFFIX="ttf"

diff --git a/media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.1.1.ebuild 
b/media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.1.1.ebuild
deleted file mode 100644
index 242084ac3..0
--- a/media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="A free and open-source typeface for developers"
-HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
-SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/RobotoMono.tar.xz
 -> ${P}.gh.tar.xz"
-
-S="${WORKDIR}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-FONT_SUFFIX="ttf"
-
-pkg_postinst() {
-   ewarn "Upstream has recently made some major changes since version 
3.0.0."
-   ewarn "The older Material Design Icon codepoints have been dropped."
-   ewarn "See issue 1059, comment 1404891287 at upstream for a translation 
table."
-   ewarn "More information can be found here:"
-   ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
-}

diff --git a/media-fonts/robotomono-nerdfont/robotomono-ner

[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/jetbrainsmono-nerdfont/

2024-05-21 Thread Julien Roy
commit: b9f7b2b95c5830ba13908f5f2b114918b3b7
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:24:30 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9f7

media-fonts/jetbrainsmono-nerdfont: treeclean

Signed-off-by: Julien Roy  jroy.ca>

 media-fonts/jetbrainsmono-nerdfont/Manifest|  4 
 .../jetbrainsmono-nerdfont-2.2.2.ebuild| 20 -
 .../jetbrainsmono-nerdfont-3.1.1.ebuild| 26 --
 .../jetbrainsmono-nerdfont-3.2.0.ebuild| 26 --
 .../jetbrainsmono-nerdfont-3.2.1.ebuild| 26 --
 media-fonts/jetbrainsmono-nerdfont/metadata.xml| 11 -
 6 files changed, 113 deletions(-)

diff --git a/media-fonts/jetbrainsmono-nerdfont/Manifest 
b/media-fonts/jetbrainsmono-nerdfont/Manifest
deleted file mode 100644
index 033495c5e..0
--- a/media-fonts/jetbrainsmono-nerdfont/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST jetbrainsmono-nerdfont-2.2.2.zip 76924136 BLAKE2B 
eca3c4487739008c898f93702de564656cf76d5d94406c69cd7d1b12f9ab8db1ef32a29e3de88311159fc292be4994537d8a106794845ed99eecd40410c22919
 SHA512 
1b009498a2a8a23c80002264e7f1d37d56261c8ff4a7baad3db8bb52dee8fa760c5b3e2cc0921443754a0e5d08f6b553b3857971f0dd34591eb85965204e
-DIST jetbrainsmono-nerdfont-3.1.1.gh.tar.xz 3647308 BLAKE2B 
610016400b035764216555048e8dd2010c7de8744e51b0c53ccf056ca2a1495f4d9a61bd7910aa5c6c05ea13c99162a34f0c84c64eb80e5a6798a2ad69b0431a
 SHA512 
d0642d40ef5bb6843f789722eb1e9cc8aa8ac55f49516166e37e37b9b626eda842f60e37fc16ff0cc99d98b0a8aedab8870a99355fb3c31749f00fe09d4f589c
-DIST jetbrainsmono-nerdfont-3.2.0.gh.tar.xz 5666516 BLAKE2B 
14eb1e7a420ee212d5fc1d1ca2b70c47716982aaeca502d3d802953617effd61233ff738490c4f2061d60a0be41d33cace8d6cff53dd4a00decad98ec699f9be
 SHA512 
b0498d82a10affa30ac72d2aab0a1478ac7e053d1ef766b892d60fd89a48f87640990d09c18e9b1508303694cb9575bf937cd68e6932982cd6b2fc3b16fa4d8e
-DIST jetbrainsmono-nerdfont-3.2.1.gh.tar.xz 5681764 BLAKE2B 
7f4f2c42ee1b847d988cdbb4722a0e0d5d286d9d0d6778e5dcb1de5bd9a4c4b954b60c7b700d85e678a1470efcf702a6feb974e282848121ad4d2f92ad9a8d91
 SHA512 
b4eb3d2e95881de683d655d5b4f40d681d138a08450a366bd5778ea1103d29153b7ddabe320c44ff569c10bed4f825531ac2ce2c44235c0e488713828d143c27

diff --git 
a/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-2.2.2.ebuild 
b/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-2.2.2.ebuild
deleted file mode 100644
index 2bba5f1e0..0
--- a/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-2.2.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="A free and open-source typeface for developers"
-HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
-SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/JetBrainsMono.zip
 -> ${P}.zip"
-
-S="${WORKDIR}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="app-arch/unzip"
-
-FONT_SUFFIX="ttf"

diff --git 
a/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-3.1.1.ebuild 
b/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-3.1.1.ebuild
deleted file mode 100644
index 2f093b273..0
--- a/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-3.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="A free and open-source typeface for developers"
-HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
-SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/JetBrainsMono.tar.xz
 -> ${P}.gh.tar.xz"
-
-S="${WORKDIR}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-FONT_SUFFIX="ttf"
-
-pkg_postinst() {
-   ewarn "Upstream has recently made some major changes since version 
3.0.0."
-   ewarn "The older Material Design Icon codepoints have been dropped."
-   ewarn "See issue 1059, comment 1404891287 at upstream for a translation 
table."
-   ewarn "More information can be found here:"
-   ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
-}

diff --git 
a/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-3.2.0.ebuild 
b/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-3.2.0.ebuild
deleted file mode 100644
index 2f093b273..0
--- a/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-3.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public Licens

[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/firacode-nerdfont/

2024-05-21 Thread Julien Roy
commit: 885d2fe7e220fbbb3b6dbeaf7a5ef477579f2fec
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:25:16 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=885d2fe7

media-fonts/firacode-nerdfont: treeclean

Signed-off-by: Julien Roy  jroy.ca>

 media-fonts/firacode-nerdfont/Manifest |  4 
 .../firacode-nerdfont-2.2.2.ebuild | 20 -
 .../firacode-nerdfont-3.1.1.ebuild | 26 --
 .../firacode-nerdfont-3.2.0.ebuild | 26 --
 .../firacode-nerdfont-3.2.1.ebuild | 26 --
 media-fonts/firacode-nerdfont/metadata.xml | 11 -
 6 files changed, 113 deletions(-)

diff --git a/media-fonts/firacode-nerdfont/Manifest 
b/media-fonts/firacode-nerdfont/Manifest
deleted file mode 100644
index 22865a605..0
--- a/media-fonts/firacode-nerdfont/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST firacode-nerdfont-2.2.2.zip 17241908 BLAKE2B 
9f8ada87945ff10d9eced99369f7c6d469f9eaf2192490623a93b2397fe5b6ee3f0df6923b59eb87e92789840a205adf53c6278e526dbeeb25d0a6d307a07b18
 SHA512 
ab284afb20cc535d24d4bc0c3aa181547ac0ab7afb5c09c931699a8690a3813024194c123b99c526269897c256b5d8f078075bcf20bc9120a64206a2728236b3
-DIST firacode-nerdfont-3.1.1.gh.tar.xz 2268044 BLAKE2B 
34357792d6ca682eed0a70ffe7d7dc95a74ef7bdbb44ab6067f0bfe0fcff90d7517008bb043097ec389aca5875a18040b6472b29259baf5c2cf2e01c6ec6b8b9
 SHA512 
f2fe9eb51e02638ac1fde9bcf6f33914c43fb83ab7027ff1331fe5d98dd0b07aeac027af61f7731a13521db5600eb0fceb56b10d91419f8e30aa8120641d949c
-DIST firacode-nerdfont-3.2.0.gh.tar.xz 2574264 BLAKE2B 
348ce92ec571075da1c1974af687c6c6610f282c3e2ea190204f29645a1bf82631d86966e0c404d0fcfe38275406ec24be0feb654406415b2da860f08ed1e70b
 SHA512 
9a6e3d2ef1924bd13e5f7bdf343d882b74e3fda01ad122f74bbc57c4d45dcbfb1b670229bdb6be7b08e769e43ff7ac030777cc822a2b70756eb8584a726a3080
-DIST firacode-nerdfont-3.2.1.gh.tar.xz 2584452 BLAKE2B 
15e1ea912533ebf2f993e5b7f5cf27c78d7cb3600cb5ff4f89457e683eb98e8a97562369b66debacd216ee88b2547bdbc66fbcce714e54d2c013227522871dfb
 SHA512 
b8261cf2df5a9195fa106e3d17d91499a7099762e6d2c013e1ac292388a639e96268e289319964b7da5d68a873fe460f44002c246bed560f6a97dcd853511831

diff --git a/media-fonts/firacode-nerdfont/firacode-nerdfont-2.2.2.ebuild 
b/media-fonts/firacode-nerdfont/firacode-nerdfont-2.2.2.ebuild
deleted file mode 100644
index 41c982c25..0
--- a/media-fonts/firacode-nerdfont/firacode-nerdfont-2.2.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="A free and open-source typeface for developers"
-HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
-SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/FiraCode.zip
 -> ${P}.zip"
-
-S="${WORKDIR}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="app-arch/unzip"
-
-FONT_SUFFIX="ttf"

diff --git a/media-fonts/firacode-nerdfont/firacode-nerdfont-3.1.1.ebuild 
b/media-fonts/firacode-nerdfont/firacode-nerdfont-3.1.1.ebuild
deleted file mode 100644
index ac4c44343..0
--- a/media-fonts/firacode-nerdfont/firacode-nerdfont-3.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="A free and open-source typeface for developers"
-HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
-SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/FiraCode.tar.xz
 -> ${P}.gh.tar.xz"
-
-S="${WORKDIR}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-FONT_SUFFIX="ttf"
-
-pkg_postinst() {
-   ewarn "Upstream has recently made some major changes since version 
3.0.0."
-   ewarn "The older Material Design Icon codepoints have been dropped."
-   ewarn "See issue 1059, comment 1404891287 at upstream for a translation 
table."
-   ewarn "More information can be found here:"
-   ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
-}

diff --git a/media-fonts/firacode-nerdfont/firacode-nerdfont-3.2.0.ebuild 
b/media-fonts/firacode-nerdfont/firacode-nerdfont-3.2.0.ebuild
deleted file mode 100644
index ac4c44343..0
--- a/media-fonts/firacode-nerdfont/firacode-nerdfont-3.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="A free and open-source typeface for developers"
-HOMEPAGE="https://github.com/ryanoasis/nerd-fonts

[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/iosevka-nerdfont/

2024-05-21 Thread Julien Roy
commit: cbe1de605e20c7c8a7874ca674e57f8cbe09d900
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:24:58 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbe1de60

media-fonts/iosevka-nerdfont: treeclean

Signed-off-by: Julien Roy  jroy.ca>

 media-fonts/iosevka-nerdfont/Manifest  |  5 -
 .../iosevka-nerdfont/iosevka-nerdfont-2.2.2.ebuild | 20 -
 .../iosevka-nerdfont/iosevka-nerdfont-2.3.3.ebuild | 20 -
 .../iosevka-nerdfont/iosevka-nerdfont-3.1.1.ebuild | 26 --
 .../iosevka-nerdfont/iosevka-nerdfont-3.2.0.ebuild | 26 --
 .../iosevka-nerdfont/iosevka-nerdfont-3.2.1.ebuild | 26 --
 media-fonts/iosevka-nerdfont/metadata.xml  | 11 -
 7 files changed, 134 deletions(-)

diff --git a/media-fonts/iosevka-nerdfont/Manifest 
b/media-fonts/iosevka-nerdfont/Manifest
deleted file mode 100644
index 7e31bb610..0
--- a/media-fonts/iosevka-nerdfont/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST iosevka-nerdfont-2.2.2.zip 486465366 BLAKE2B 
04fe963c0e2c4bc076854c1b6d7382a4e9222ead92e320ad369a230c771be9c88300cd2f2cd4d8b4bfbe9a66d76577390fa750e46735be993b51eb0f9e87631e
 SHA512 
99ec42555babde800cfe320a5e48eba6dafaaecfb86ff8964a092e321bac8635dd6a5ffe9a792e56dbf83794f1a7da5368a14ff3ac3c4a70a066999fd6604153
-DIST iosevka-nerdfont-2.3.3.zip 684962518 BLAKE2B 
d374f91e1253e29e682ea9199a049d1b95ad51749e26a03b312b3bc64b53f43f1dd998fbfcb22e71f67782eec1ee92c0242da0cf3deca33d7bcee258afe0bfdd
 SHA512 
48096d703a25bd9e38df66ee4fbee1a289564ef30a2eb29236c24fb669074df82d95f68b6e0b18e74ef64682cc1cfa4903f943c6dd81534371bb45ae5edcef26
-DIST iosevka-nerdfont-3.1.1.gh.tar.xz 28736280 BLAKE2B 
9e508af61d0b0ec8b9a495fc19c85909937967eb754ab6a9c62dd6e8eb8c2cbcd2c616c4ee64737723d593cec75bcc51d0a1c585ea7029f445d2847ea4c9eaf8
 SHA512 
faf27db7c24538c08dad36bea3d71a7925e8f7a4a78c965fce421b8554c2f8bf6352361c096c6cfd9f587e9455855d3cf17f51fc8084d4ed5d6bec050167cd53
-DIST iosevka-nerdfont-3.2.0.gh.tar.xz 78279356 BLAKE2B 
837cc767cd2a54f23ab0d8bd68daea9e0e0ad231bd6408c48d97dcbd9bdf18839d2d70011be8bb5051433df8c2d108275f416692de50048cd86b8a7651b958aa
 SHA512 
317a572c80abcfc5fff52fb9cdf683e9ac271d8b53ce46889b9cca2dd2645cdbadc6799e01a0fc6909429f3331ae9f1fea60fb79cae4139cf2ee64622fb14f20
-DIST iosevka-nerdfont-3.2.1.gh.tar.xz 78246752 BLAKE2B 
d8548a37ee5bdc14943aa2ff9c379f17acbf3cb5a57e8807090ab8bf78fe3e620fb89c08bf551b7f86a5af3b2fe29a157893231eba4f04a83105e3b95214eb47
 SHA512 
85da3eb688d0209f341ed20d1918509729171bfe0a11cf1408a3401e77bb855273c7c176583dc4f1a407ce52830af767b2511a495574ac8abae9453c80d2e864

diff --git a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-2.2.2.ebuild 
b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-2.2.2.ebuild
deleted file mode 100644
index 2d3eb9f04..0
--- a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-2.2.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="A free and open-source typeface for developers"
-HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
-SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/Iosevka.zip
 -> ${P}.zip"
-
-S="${WORKDIR}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="app-arch/unzip"
-
-FONT_SUFFIX="ttf"

diff --git a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-2.3.3.ebuild 
b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-2.3.3.ebuild
deleted file mode 100644
index 2d3eb9f04..0
--- a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-2.3.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="A free and open-source typeface for developers"
-HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
-SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/Iosevka.zip
 -> ${P}.zip"
-
-S="${WORKDIR}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="app-arch/unzip"
-
-FONT_SUFFIX="ttf"

diff --git a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.1.1.ebuild 
b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.1.1.ebuild
deleted file mode 100644
index dd53095dc..0
--- a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="A free and open-source typeface for developers"
-HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
-SRC_URI="https://github.co

[gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-signal/

2024-05-21 Thread Julien Roy
commit: 2e5127e4ff6ad5d80ada956ef8dae4de624a0a35
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:20:45 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:22 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2e5127e4

net-im/mautrix-signal: drop 0.5.1

Signed-off-by: Julien Roy  jroy.ca>

 net-im/mautrix-signal/Manifest|  2 -
 net-im/mautrix-signal/mautrix-signal-0.5.1.ebuild | 66 ---
 2 files changed, 68 deletions(-)

diff --git a/net-im/mautrix-signal/Manifest b/net-im/mautrix-signal/Manifest
index d8e7082c4..66063c380 100644
--- a/net-im/mautrix-signal/Manifest
+++ b/net-im/mautrix-signal/Manifest
@@ -1,5 +1,3 @@
-DIST mautrix-signal-0.5.1.gh.tar.gz 305845 BLAKE2B 
6de8992b4204499f62d106cfd06a9841f79c5b929e7b214fd5b142f71d3c88a09bccea2842ba6465d0ad658e5f1dfcaff343a5b7b6b8090adb75e5f712c7e2c3
 SHA512 
20434685189ac2d6647539afdd63dd530312b1da5d6ce2d25e96268ca15384f7309bd99d9df49648b04e97cbec1ea7c7605ff401acc69eccbec972665035b96d
-DIST mautrix-signal-0.5.1.tar.xz 20352288 BLAKE2B 
835e2baf0dc3e0184eb8f1ffec8b8840708c1bba84105b6044b7bd2b671a693b4038d8858fb32353344353f24c63d714ad6536c3aab40cf214cefac1deb47b8f
 SHA512 
d932dcd99df6e2a2e88282f88fc0301706c4a45fabf835fb1eb81ad94e621e1c77671d310cbd0dc4959f1b45e3bab893535228d89a6cf3fc409e1f6da059b089
 DIST mautrix-signal-0.6.0-deps.tar.xz 23987148 BLAKE2B 
67ef4ae365b2f3bd5ac98d371d950972b6c836518f3515d5596d63db82fa3eefa66b67099deb68d2c0ed2a8556d36403f2ee27ccf37e1f7bffa4f269f1c193e7
 SHA512 
a6d56c3ad185fe1e83deb061b60aa897a0a407d6bf459b6a68df56821b846b7b18db6d1f91ae044c2e9050f79ea2e0507ed9e1ee113d8d2dc93aa99af25121dc
 DIST mautrix-signal-0.6.0.gh.tar.gz 329464 BLAKE2B 
723bb833c712c42e82bcf80fd205b8bf6371818a9631823cd68daa2d29c91cd00eafd6daa2b1d5278f808e7114babd7a572200f6738066225f7e97a18a9a81f5
 SHA512 
ac55ed462b442bc28045bd639359151b5717fef374f74a150c6597f4252cfb406c16de2b7989cb49b5e0e3c29f447427e19ac860048f7a9b2b020823694ffdba
 DIST mautrix-signal-0.6.1-deps.tar.xz 20518340 BLAKE2B 
5329b1b839a20160e10736b2cadcc3baf9c5a62cc95e992dad70d3a5c2eb0cba73bef7ee256967ffa11c137f0ace08c31f37016362d3bda679f019f0d79d2e30
 SHA512 
be26db727443d479b5c948e316e6ba259e6e6636aa8bd72b3987676fd8902c2cc46e4249d977e2fe0985dbf0d39650d5487e6b78cb9454a201ca980540a0

diff --git a/net-im/mautrix-signal/mautrix-signal-0.5.1.ebuild 
b/net-im/mautrix-signal/mautrix-signal-0.5.1.ebuild
deleted file mode 100644
index 1b281563a..0
--- a/net-im/mautrix-signal/mautrix-signal-0.5.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module systemd
-
-DESCRIPTION="A Matrix-Signal puppeting bridge"
-HOMEPAGE="https://github.com/mautrix/signal;
-SRC_URI="https://github.com/mautrix/signal/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://jroy.ca/dist/${P}.tar.xz
-"
-S="${WORKDIR}/signal-${PV}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   acct-user/${PN}
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-libs/libsignal-ffi
-   dev-libs/olm
-"
-
-src_compile() {
-   ego build
-}
-
-src_install() {
-   dobin mautrix-signal
-
-   keepdir /var/log/mautrix/signal
-   fowners -R root:mautrix /var/log/mautrix
-   fperms -R 770 /var/log/mautrix
-   sed -i -e "s/\.\/logs/\/var\/log\/${PN/-/\\\/}/" "example-config.yaml" 
|| die
-
-   insinto "/etc/mautrix"
-   newins "example-config.yaml" "${PN/-/_}.yaml"
-
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   systemd_dounit "${FILESDIR}/${PN}.service"
-
-   fowners -R root:mautrix /etc/mautrix
-   fperms -R 770 /etc/mautrix
-}
-
-pkg_postinst() {
-   einfo
-   elog ""
-   elog "Before you can use ${PN}, you must configure it correctly"
-   elog "The configuration file is located at 
\"/etc/mautrix/${PN/-/_}.yaml\""
-   elog "When done, run the following command: emerge --config 
${CATEGORY}/${PN}"
-   elog "Then, you must register the bridge with your homeserver"
-   elog "Refer your homeserver's documentation for instructions"
-   elog "The registration file is located at 
/var/lib/${PN/-/\/}/registration.yaml"
-   elog "Finally, you may start the ${PN} daemon"
-   einfo
-}
-
-pkg_config() {
-   su - "${PN}" -s /bin/sh -c \
-   "/usr/bin/${PN} -c /etc/mautrix/${PN/-/_}.yaml -g -r 
/var/lib/${PN/-/\/}/registration.yaml"
-}



[gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-facebook/, net-im/mautrix-facebook/files/

2024-05-21 Thread Julien Roy
commit: c82dbf469310ebab31ddb859313fe3669f529518
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:23:16 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:22 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c82dbf46

net-im/mautrix-facebook: treeclean

Bug: https://bugs.gentoo.org/931470
Signed-off-by: Julien Roy  jroy.ca>

 net-im/mautrix-facebook/Manifest   |  2 -
 .../mautrix-facebook/files/mautrix-facebook.initd  | 25 ---
 .../files/mautrix-facebook.service | 12 
 .../mautrix-facebook/mautrix-facebook-0.4.1.ebuild | 76 --
 .../mautrix-facebook/mautrix-facebook-0.5.0.ebuild | 76 --
 net-im/mautrix-facebook/metadata.xml   | 19 --
 6 files changed, 210 deletions(-)

diff --git a/net-im/mautrix-facebook/Manifest b/net-im/mautrix-facebook/Manifest
deleted file mode 100644
index ca2183e54..0
--- a/net-im/mautrix-facebook/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST mautrix-facebook-0.4.1.gh.tar.gz 147071 BLAKE2B 
d74341a642825cf0f8ca1ae7c212a6b8cd0678bd8f0a01bb8eea7e6da512be4197dd72a026e8be199e708d2798af2f84f00f5eaec7a466c0cfe70ce9b157b61f
 SHA512 
7f31408a64a969180fe28de15c5844023d73acd06ef7257e757c43c377ddd0eaa570a931ef05a8bc8d6547040cddebb779c426d94129598ebe72fa50ce9a0681
-DIST mautrix-facebook-0.5.0.gh.tar.gz 161752 BLAKE2B 
0ba054f549853f96b9debed473e1d4944f0b0f7773d4a70f5048fa8d131c0bbc551aaea6b81b058e94650f26ad602c5d339aad25ac18799de0c45d8157bc5827
 SHA512 
cb7df53fb0839cf650a1969804b7e7e6efc6e38b94ba84d00773b0c704a16910dafc37cff19bd23a066c825248188f60bad95d4d44b7968444f77ce820698a07

diff --git a/net-im/mautrix-facebook/files/mautrix-facebook.initd 
b/net-im/mautrix-facebook/files/mautrix-facebook.initd
deleted file mode 100644
index 2ff5861f9..0
--- a/net-im/mautrix-facebook/files/mautrix-facebook.initd
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-name="mautrix-facebook daemon"
-description="A Matrix-Facebook Messenger puppeting bridge"
-module="mautrix_facebook"
-
-pidfile="/run/${RC_SVCNAME}.pid"
-command="/usr/bin/python"
-command_args="-m ${module} -c /etc/mautrix/${module}.yaml -r 
/var/lib/mautrix/facebook/registration.yaml"
-command_background=true
-command_user="mautrix-facebook:mautrix"
-
-output_log="/var/log/mautrix/mautrix-facebook_daemon.log"
-error_log="/var/log/mautrix/mautrix-facebook_daemon.log"
-
-depend() {
-   need net
-}
-
-start_pre() {
-   checkpath -d -m 0755 -o "$command_user" /var/lib/mautrix/facebook
-   checkpath -f -m 0644 -o "$command_user" "$output_log"
-}

diff --git a/net-im/mautrix-facebook/files/mautrix-facebook.service 
b/net-im/mautrix-facebook/files/mautrix-facebook.service
deleted file mode 100644
index 7f21b317f..0
--- a/net-im/mautrix-facebook/files/mautrix-facebook.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=A Matrix-Facebook Messenger puppeting bridge
-After=network.target
-
-[Service]
-User=mautrix-facebook
-Group=mautrix
-Restart=always
-ExecStart=/usr/bin/python -m mautrix_facebook -c 
/etc/mautrix/mautrix_facebook.yaml -r 
/var/lib/mautrix/facebook/registration.yaml
-
-[Install]
-WantedBy=multi-user.target
\ No newline at end of file

diff --git a/net-im/mautrix-facebook/mautrix-facebook-0.4.1.ebuild 
b/net-im/mautrix-facebook/mautrix-facebook-0.4.1.ebuild
deleted file mode 100644
index b421ce99b..0
--- a/net-im/mautrix-facebook/mautrix-facebook-0.4.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 optfeature systemd
-
-DESCRIPTION="A Matrix-Facebook Messenger puppeting bridge "
-HOMEPAGE="https://github.com/mautrix/facebook/;
-SRC_URI="https://github.com/mautrix/facebook/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-S="${WORKDIR}/facebook-${PV}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   acct-user/${PN}
-   dev-python/aiohttp[${PYTHON_USEDEP}]
-   dev-python/asyncpg[${PYTHON_USEDEP}]
-   dev-python/commonmark[${PYTHON_USEDEP}]
-   dev-python/mautrix[${PYTHON_USEDEP}]
-   dev-python/python-olm[${PYTHON_USEDEP}]
-   dev-python/paho-mqtt[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pycryptodome[${PYTHON_USEDEP}]
-   dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/unpaddedbase64[${PYTHON_USEDEP}]
-   dev-python/yarl[${PYTHON_USEDEP}]
-   dev-python/zstandard[${PYTHON

[gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-meta/

2024-05-21 Thread Julien Roy
commit: 40aabc10c82c647cef686837f481f0b34d3ac512
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:17:55 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:22 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40aabc10

net-im/mautrix-meta: add 0.3.1

Signed-off-by: Julien Roy  jroy.ca>

 net-im/mautrix-meta/Manifest  |  2 +
 net-im/mautrix-meta/mautrix-meta-0.3.1.ebuild | 63 +++
 2 files changed, 65 insertions(+)

diff --git a/net-im/mautrix-meta/Manifest b/net-im/mautrix-meta/Manifest
index e1e440c83..a3bda6a2d 100644
--- a/net-im/mautrix-meta/Manifest
+++ b/net-im/mautrix-meta/Manifest
@@ -2,3 +2,5 @@ DIST mautrix-meta-0.2.0.gh.tar.gz 198829 BLAKE2B 
0dd9f02d5518d8fa3839c3df9388618
 DIST mautrix-meta-0.2.0.tar.xz 28251872 BLAKE2B 
bca146d5da3093742fa8a6cb218251c75ba213c1dac48a9a8535971a38baf43c854f90882f40b0797029785bb40785d305d48feeab7cea6d985dfbf86614f00b
 SHA512 
a5c267b49127ddc0052e2f823ed784951d5347567f31ec284516c8abab72a2f209069cfd378385075f86fd87416608d7d9dccb80247d7a44f46f4a037cc74b7e
 DIST mautrix-meta-0.3.0-deps.tar.xz 32145360 BLAKE2B 
0c3c5a987d602067b9431637589d4d448580a3ce21d179f051c9ad45acb24f1f54d9e12d096f7223f3591b6335bc8e103302eb647f34b9cd98e7d5c225aa9c6e
 SHA512 
cb6048c33b19fcfeb0dad78510a44bea3b907726b20e62280f66339f9d57168b259fb1f075a49d27d9e973683b0cb737d8a5439d56d336304be104e24be809a0
 DIST mautrix-meta-0.3.0.gh.tar.gz 202451 BLAKE2B 
cf3a7cd2bd27d8a497c42fd960993d1df7714500abc67b9e30d2853e71070262238272ddbec513f056560a57e3e6028183b90a862139bbb6407028c482c2569b
 SHA512 
099c105ad8834f585215d0d9e3db16c1fe6d6064fe480b944e895527e44c069623f7667db8e84f90004df72dd49bdd1e1359b46e7987814e7c41a0b344ec3a67
+DIST mautrix-meta-0.3.1-deps.tar.xz 28436296 BLAKE2B 
044812d4dfc89fd7d13e38595de1322b14dcbca0ae907c4a6a463047f1ed22e83fa0b825857c3eb134b22f49e7c308749bbf60bbf9725a64ae8b1952b08f7482
 SHA512 
2f753f1e02a9d6225f7370b3d30c06a91127a2e4d4c4e12032a27e9f0136d7590a52a281369d42b1d7b76f6a5b5c2cffbfbe1ea2a96e1c1eb6f145dcbb483fdb
+DIST mautrix-meta-0.3.1.gh.tar.gz 203444 BLAKE2B 
294171599408b3f5f40a244d952b7f06678f52c015bb94ce2d4dad0568642fac399467bd86b81036c200b47a74a389614bd41b74e560d92e4de2b77ca58acd5a
 SHA512 
e0141b9adc9361236d24c94a66fdbbfcd10789f7a8f7d7a582f709c2e716eb72b7d4564c5dc58e2a5c82b37709ad2eb3a45e782aca8d74a430d2a15c0ee6db32

diff --git a/net-im/mautrix-meta/mautrix-meta-0.3.1.ebuild 
b/net-im/mautrix-meta/mautrix-meta-0.3.1.ebuild
new file mode 100644
index 0..3eae17ffe
--- /dev/null
+++ b/net-im/mautrix-meta/mautrix-meta-0.3.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module systemd
+
+DESCRIPTION="A Matrix-Facebook puppeting bridge"
+HOMEPAGE="https://github.com/mautrix/meta;
+SRC_URI="https://github.com/mautrix/meta/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://jroy.ca/dist/${P}-deps.tar.xz
+"
+S="${WORKDIR}/meta-${PV}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   acct-user/${PN}
+   dev-libs/olm
+"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+   ego build
+}
+
+src_install() {
+   dobin mautrix-meta
+
+   keepdir /var/log/mautrix/meta
+   fowners -R root:mautrix /var/log/mautrix
+   fperms -R 770 /var/log/mautrix
+   sed -i -e "s/\.\/logs/\/var\/log\/${PN/-/\\\/}/" "example-config.yaml" 
|| die
+
+   insinto "/etc/mautrix"
+   newins "example-config.yaml" "${PN/-/_}.yaml"
+
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   systemd_dounit "${FILESDIR}/${PN}.service"
+
+   fowners -R root:mautrix /etc/mautrix
+   fperms -R 770 /etc/mautrix
+}
+
+pkg_postinst() {
+   einfo
+   elog ""
+   elog "Before you can use ${PN}, you must configure it correctly"
+   elog "The configuration file is located at 
\"/etc/mautrix/${PN/-/_}.yaml\""
+   elog "When done, run the following command: emerge --config 
${CATEGORY}/${PN}"
+   elog "Then, you must register the bridge with your homeserver"
+   elog "Refer your homeserver's documentation for instructions"
+   elog "The registration file is located at 
/var/lib/${PN/-/\/}/registration.yaml"
+   elog "Finally, you may start the ${PN} daemon"
+   einfo
+}
+
+pkg_config() {
+   su - "${PN}" -s /bin/sh -c \
+   "/usr/bin/${PN} -c /etc/mautrix/${PN/-/_}.yaml -g -r 
/var/lib/${PN/-/\/}/registration.yaml"
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/ubuntumono-nerdfont/

2024-05-21 Thread Julien Roy
commit: 4045abaf3e675f2f47a12ac1bfbea35a8956286e
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:23:58 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:22 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4045abaf

media-fonts/ubuntumono-nerdfont: treeclean

Signed-off-by: Julien Roy  jroy.ca>

 media-fonts/ubuntumono-nerdfont/Manifest   |  4 
 media-fonts/ubuntumono-nerdfont/metadata.xml   | 11 -
 .../ubuntumono-nerdfont-2.2.2.ebuild   | 20 -
 .../ubuntumono-nerdfont-3.1.1.ebuild   | 26 --
 .../ubuntumono-nerdfont-3.2.0.ebuild   | 26 --
 .../ubuntumono-nerdfont-3.2.1.ebuild   | 26 --
 6 files changed, 113 deletions(-)

diff --git a/media-fonts/ubuntumono-nerdfont/Manifest 
b/media-fonts/ubuntumono-nerdfont/Manifest
deleted file mode 100644
index bfc94a24c..0
--- a/media-fonts/ubuntumono-nerdfont/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST ubuntumono-nerdfont-2.2.2.zip 9741947 BLAKE2B 
91ab5d244327351fedbc27e8d406c846a06747ce1747d96f88142c7ca8fc895078446ac6d9ba41fb49f5d7954a7a603a6645c3c785b0736145c917e97e20e498
 SHA512 
7687bac3861d9e7d74ea2584d4e5c57635e1faa0c6c09c3495cde7d635e6aee80bd8a356771369bf34794bd60610d60d0e318c65a7c9a6d70fac067cc55f1c5b
-DIST ubuntumono-nerdfont-3.1.1.gh.tar.xz 1913160 BLAKE2B 
4d44bc11fbabb76574749e870bf54529a18bab066aa5c57b988fe303721c044972400af1f9507bbfbcdcee1f0d9b54a477216911d0f6df5ca696f053d8a47b0e
 SHA512 
326e16008b7ae650ec45f5bb1167362874c2dded0399f7152a50747e4fd09dc135fcae0aa2852e63bf8d956d79a75ab1a4402d57c46711305ad2940f468ee3a5
-DIST ubuntumono-nerdfont-3.2.0.gh.tar.xz 2124672 BLAKE2B 
aa8551f6f954bf7078983de5ebe01a27e66eaae8ec8aa08f94709eeb03574261b6adadbe41987e0c8259a7e9eaa77b7da47936b1c916217526135ea81c8a9bf4
 SHA512 
ae1a135191bcc67a9d74aadc8854ddde67149073b2f3b239eede7f744d08d7492a41f6c38dbff8f78e4d52d2102fb98a830876dd0f6a12d133cef83f0570ef6a
-DIST ubuntumono-nerdfont-3.2.1.gh.tar.xz 2127992 BLAKE2B 
7b9f3ccf8c3ac13ee24e385eba9f724c9229321873ba8000d0e7ea7ebececf9cace2e5d75fefdd650f1f531732f4c037040c45019dd26348bfdfb4fcea340abe
 SHA512 
dc3e5c1d86aca54049a1d175c33453715baa37e58e04671b051690c616115ea7fe3fdefb96714751cadb20eee48c96b614017fbb3e93692498e783619dd919fd

diff --git a/media-fonts/ubuntumono-nerdfont/metadata.xml 
b/media-fonts/ubuntumono-nerdfont/metadata.xml
deleted file mode 100644
index 0eefc574b..0
--- a/media-fonts/ubuntumono-nerdfont/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ra...@sandhuservices.dev
-   Rahul Sandhu
-   
-   
-   ryanoasis/nerd-fonts
-   
-

diff --git a/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-2.2.2.ebuild 
b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-2.2.2.ebuild
deleted file mode 100644
index 70e1964f3..0
--- a/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-2.2.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="A free and open-source typeface for developers"
-HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
-SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/UbuntuMono.zip
 -> ${P}.zip"
-
-S="${WORKDIR}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="app-arch/unzip"
-
-FONT_SUFFIX="ttf"

diff --git a/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.1.1.ebuild 
b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.1.1.ebuild
deleted file mode 100644
index 518cd5d3f..0
--- a/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit font
-
-DESCRIPTION="A free and open-source typeface for developers"
-HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
-SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/UbuntuMono.tar.xz
 -> ${P}.gh.tar.xz"
-
-S="${WORKDIR}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-FONT_SUFFIX="ttf"
-
-pkg_postinst() {
-   ewarn "Upstream has recently made some major changes since version 
3.0.0."
-   ewarn "The older Material Design Icon codepoints have been dropped."
-   ewarn "See issue 1059, comment 1404891287 at upstream for a translation 
table."
-   ewarn "More information can be found here:"
-   ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
-}

diff --git a/media-fonts/ubuntumono-nerdfont/ubuntumono-ner

[gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-signal/

2024-05-21 Thread Julien Roy
commit: 681179e30afadc39aba910d0c8828c0cce04ad15
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:20:05 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:22 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=681179e3

net-im/mautrix-signal: add 0.6.1

Signed-off-by: Julien Roy  jroy.ca>

 net-im/mautrix-signal/Manifest|  2 +
 net-im/mautrix-signal/mautrix-signal-0.6.1.ebuild | 66 +++
 2 files changed, 68 insertions(+)

diff --git a/net-im/mautrix-signal/Manifest b/net-im/mautrix-signal/Manifest
index 57139aeab..d8e7082c4 100644
--- a/net-im/mautrix-signal/Manifest
+++ b/net-im/mautrix-signal/Manifest
@@ -2,3 +2,5 @@ DIST mautrix-signal-0.5.1.gh.tar.gz 305845 BLAKE2B 
6de8992b4204499f62d106cfd06a9
 DIST mautrix-signal-0.5.1.tar.xz 20352288 BLAKE2B 
835e2baf0dc3e0184eb8f1ffec8b8840708c1bba84105b6044b7bd2b671a693b4038d8858fb32353344353f24c63d714ad6536c3aab40cf214cefac1deb47b8f
 SHA512 
d932dcd99df6e2a2e88282f88fc0301706c4a45fabf835fb1eb81ad94e621e1c77671d310cbd0dc4959f1b45e3bab893535228d89a6cf3fc409e1f6da059b089
 DIST mautrix-signal-0.6.0-deps.tar.xz 23987148 BLAKE2B 
67ef4ae365b2f3bd5ac98d371d950972b6c836518f3515d5596d63db82fa3eefa66b67099deb68d2c0ed2a8556d36403f2ee27ccf37e1f7bffa4f269f1c193e7
 SHA512 
a6d56c3ad185fe1e83deb061b60aa897a0a407d6bf459b6a68df56821b846b7b18db6d1f91ae044c2e9050f79ea2e0507ed9e1ee113d8d2dc93aa99af25121dc
 DIST mautrix-signal-0.6.0.gh.tar.gz 329464 BLAKE2B 
723bb833c712c42e82bcf80fd205b8bf6371818a9631823cd68daa2d29c91cd00eafd6daa2b1d5278f808e7114babd7a572200f6738066225f7e97a18a9a81f5
 SHA512 
ac55ed462b442bc28045bd639359151b5717fef374f74a150c6597f4252cfb406c16de2b7989cb49b5e0e3c29f447427e19ac860048f7a9b2b020823694ffdba
+DIST mautrix-signal-0.6.1-deps.tar.xz 20518340 BLAKE2B 
5329b1b839a20160e10736b2cadcc3baf9c5a62cc95e992dad70d3a5c2eb0cba73bef7ee256967ffa11c137f0ace08c31f37016362d3bda679f019f0d79d2e30
 SHA512 
be26db727443d479b5c948e316e6ba259e6e6636aa8bd72b3987676fd8902c2cc46e4249d977e2fe0985dbf0d39650d5487e6b78cb9454a201ca980540a0
+DIST mautrix-signal-0.6.1.gh.tar.gz 330028 BLAKE2B 
d2474ffa525f738e739e3bfce2fdfc9725e339a7615c75c468b3704a755e32c64eca6ca72a30719586f97b777e916e2777bd450f9217631a26e5b45b311c2acf
 SHA512 
36d15e65d916ddbb97d3bfb62c73b5c481fecd65d145c41d7580f5eb3f575daeb057aa6a8b9ad8b35bfc20117a2adcfe7d239aa30802e04dd2f8c9ff9a2b34ce

diff --git a/net-im/mautrix-signal/mautrix-signal-0.6.1.ebuild 
b/net-im/mautrix-signal/mautrix-signal-0.6.1.ebuild
new file mode 100644
index 0..2db1031b9
--- /dev/null
+++ b/net-im/mautrix-signal/mautrix-signal-0.6.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module systemd
+
+DESCRIPTION="A Matrix-Signal puppeting bridge"
+HOMEPAGE="https://github.com/mautrix/signal;
+SRC_URI="https://github.com/mautrix/signal/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://jroy.ca/dist/${P}-deps.tar.xz
+"
+S="${WORKDIR}/signal-${PV}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   acct-user/${PN}
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libsignal-ffi
+   dev-libs/olm
+"
+
+src_compile() {
+   ego build
+}
+
+src_install() {
+   dobin mautrix-signal
+
+   keepdir /var/log/mautrix/signal
+   fowners -R root:mautrix /var/log/mautrix
+   fperms -R 770 /var/log/mautrix
+   sed -i -e "s/\.\/logs/\/var\/log\/${PN/-/\\\/}/" "example-config.yaml" 
|| die
+
+   insinto "/etc/mautrix"
+   newins "example-config.yaml" "${PN/-/_}.yaml"
+
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   systemd_dounit "${FILESDIR}/${PN}.service"
+
+   fowners -R root:mautrix /etc/mautrix
+   fperms -R 770 /etc/mautrix
+}
+
+pkg_postinst() {
+   einfo
+   elog ""
+   elog "Before you can use ${PN}, you must configure it correctly"
+   elog "The configuration file is located at 
\"/etc/mautrix/${PN/-/_}.yaml\""
+   elog "When done, run the following command: emerge --config 
${CATEGORY}/${PN}"
+   elog "Then, you must register the bridge with your homeserver"
+   elog "Refer your homeserver's documentation for instructions"
+   elog "The registration file is located at 
/var/lib/${PN/-/\/}/registration.yaml"
+   elog "Finally, you may start the ${PN} daemon"
+   einfo
+}
+
+pkg_config() {
+   su - "${PN}" -s /bin/sh -c \
+   "/usr/bin/${PN} -c /etc/mautrix/${PN/-/_}.yaml -g -r 
/var/lib/${PN/-/\/}/registration.yaml"
+}



[gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-meta/

2024-05-21 Thread Julien Roy
commit: b3f372787ab54cff87d452cc77452838dadc8d75
Author: Julien Roy  jroy  ca>
AuthorDate: Tue May 21 21:18:11 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:29:22 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3f37278

net-im/mautrix-meta: drop 0.2.0

Signed-off-by: Julien Roy  jroy.ca>

 net-im/mautrix-meta/Manifest  |  2 -
 net-im/mautrix-meta/mautrix-meta-0.2.0.ebuild | 63 ---
 2 files changed, 65 deletions(-)

diff --git a/net-im/mautrix-meta/Manifest b/net-im/mautrix-meta/Manifest
index a3bda6a2d..2f8505fa5 100644
--- a/net-im/mautrix-meta/Manifest
+++ b/net-im/mautrix-meta/Manifest
@@ -1,5 +1,3 @@
-DIST mautrix-meta-0.2.0.gh.tar.gz 198829 BLAKE2B 
0dd9f02d5518d8fa3839c3df9388618a4051b41501fbc1b99ec5c0d213ab8482b0b909d9d7f572471429e441ab12d3f545d4a6ba5b67d3ae885e67b3685a35ae
 SHA512 
76831c21a81c0b8e9ba9df144e938a647ac264e3dd2584df8190cd0bf9e875d8384b46c04e79486d923dc73aea909f585a0879ed7446009d1524e80490c9c7e0
-DIST mautrix-meta-0.2.0.tar.xz 28251872 BLAKE2B 
bca146d5da3093742fa8a6cb218251c75ba213c1dac48a9a8535971a38baf43c854f90882f40b0797029785bb40785d305d48feeab7cea6d985dfbf86614f00b
 SHA512 
a5c267b49127ddc0052e2f823ed784951d5347567f31ec284516c8abab72a2f209069cfd378385075f86fd87416608d7d9dccb80247d7a44f46f4a037cc74b7e
 DIST mautrix-meta-0.3.0-deps.tar.xz 32145360 BLAKE2B 
0c3c5a987d602067b9431637589d4d448580a3ce21d179f051c9ad45acb24f1f54d9e12d096f7223f3591b6335bc8e103302eb647f34b9cd98e7d5c225aa9c6e
 SHA512 
cb6048c33b19fcfeb0dad78510a44bea3b907726b20e62280f66339f9d57168b259fb1f075a49d27d9e973683b0cb737d8a5439d56d336304be104e24be809a0
 DIST mautrix-meta-0.3.0.gh.tar.gz 202451 BLAKE2B 
cf3a7cd2bd27d8a497c42fd960993d1df7714500abc67b9e30d2853e71070262238272ddbec513f056560a57e3e6028183b90a862139bbb6407028c482c2569b
 SHA512 
099c105ad8834f585215d0d9e3db16c1fe6d6064fe480b944e895527e44c069623f7667db8e84f90004df72dd49bdd1e1359b46e7987814e7c41a0b344ec3a67
 DIST mautrix-meta-0.3.1-deps.tar.xz 28436296 BLAKE2B 
044812d4dfc89fd7d13e38595de1322b14dcbca0ae907c4a6a463047f1ed22e83fa0b825857c3eb134b22f49e7c308749bbf60bbf9725a64ae8b1952b08f7482
 SHA512 
2f753f1e02a9d6225f7370b3d30c06a91127a2e4d4c4e12032a27e9f0136d7590a52a281369d42b1d7b76f6a5b5c2cffbfbe1ea2a96e1c1eb6f145dcbb483fdb

diff --git a/net-im/mautrix-meta/mautrix-meta-0.2.0.ebuild 
b/net-im/mautrix-meta/mautrix-meta-0.2.0.ebuild
deleted file mode 100644
index 748abe0dc..0
--- a/net-im/mautrix-meta/mautrix-meta-0.2.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module systemd
-
-DESCRIPTION="A Matrix-Facebook puppeting bridge"
-HOMEPAGE="https://github.com/mautrix/meta;
-SRC_URI="https://github.com/mautrix/meta/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://jroy.ca/dist/${P}.tar.xz
-"
-S="${WORKDIR}/meta-${PV}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   acct-user/${PN}
-   dev-libs/olm
-"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-   ego build
-}
-
-src_install() {
-   dobin mautrix-meta
-
-   keepdir /var/log/mautrix/meta
-   fowners -R root:mautrix /var/log/mautrix
-   fperms -R 770 /var/log/mautrix
-   sed -i -e "s/\.\/logs/\/var\/log\/${PN/-/\\\/}/" "example-config.yaml" 
|| die
-
-   insinto "/etc/mautrix"
-   newins "example-config.yaml" "${PN/-/_}.yaml"
-
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   systemd_dounit "${FILESDIR}/${PN}.service"
-
-   fowners -R root:mautrix /etc/mautrix
-   fperms -R 770 /etc/mautrix
-}
-
-pkg_postinst() {
-   einfo
-   elog ""
-   elog "Before you can use ${PN}, you must configure it correctly"
-   elog "The configuration file is located at 
\"/etc/mautrix/${PN/-/_}.yaml\""
-   elog "When done, run the following command: emerge --config 
${CATEGORY}/${PN}"
-   elog "Then, you must register the bridge with your homeserver"
-   elog "Refer your homeserver's documentation for instructions"
-   elog "The registration file is located at 
/var/lib/${PN/-/\/}/registration.yaml"
-   elog "Finally, you may start the ${PN} daemon"
-   einfo
-}
-
-pkg_config() {
-   su - "${PN}" -s /bin/sh -c \
-   "/usr/bin/${PN} -c /etc/mautrix/${PN/-/_}.yaml -g -r 
/var/lib/${PN/-/\/}/registration.yaml"
-}



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

2024-05-21 Thread Julien Roy
commit: 027c1e52cdbbaf017c44be48104345c14e1082db
Author: Christopher Bayliss  icloud  com>
AuthorDate: Tue May 21 21:01:07 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 21:12:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=027c1e52

dev-util/hut: version bump to 0.5.0

also tidy up the ebuild:

* upstream changed, see the notice in the old upstream's README:
  https://git.sr.ht/~emersion/hut
* correct the copyright years
* drop 'DEPEND="${RDEPEND}"'

Signed-off-by: Christopher Bayliss  icloud.com>
Closes: https://github.com/gentoo/guru/pull/191
Signed-off-by: Julien Roy  jroy.ca>

 dev-util/hut/Manifest   |  4 ++--
 dev-util/hut/{hut-0.3.0.ebuild => hut-0.5.0.ebuild} | 10 --
 dev-util/hut/metadata.xml   |  4 ++--
 3 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-util/hut/Manifest b/dev-util/hut/Manifest
index 754509318..39734cda8 100644
--- a/dev-util/hut/Manifest
+++ b/dev-util/hut/Manifest
@@ -1,2 +1,2 @@
-DIST hut-0.3.0-vendor.tar.xz 863500 BLAKE2B 
2bf717be5d75ba7e0007049d320cca8350d9d7fa53e2408c5a5ea73ec20916844322c84292b23dd6dd97d925590942ded57daf598216a6d2376242050ef3a571
 SHA512 
b55a5a45619da43d435c4a59f3a9518c7e9509840cfe7583a270a9ef00342f2870c169cd14b097afc6ed8635740b73b2f149d5c3f20f8f964c70442ecb7bf763
-DIST hut-0.3.0.tar.gz 116316 BLAKE2B 
68400bfa7e7aa90ee4dfd5d9b2a8f6b4d09ef12103fab07b11abab3d9a99d777c11c8a7fde46228c33b73b65467cbe75db77800e428d17dbf21ba00564a2773b
 SHA512 
41e84329b6d35df1abeca2a84352bd0bafaa7d05e7b36ff106d1c297e021dbc7beddd70c43ebfa02f48bad250469917879ee221a7983d132de8a56bc44e9a26b
+DIST hut-0.5.0-vendor.tar.xz 619096 BLAKE2B 
de94aaa087c857365e52ff8928d61aad1e9ae05cb8601531012df58cdfd878ccf1f89ec8c7c84bed0667b6d153a5b6a30d1ee5a0b758c0fc7e557f0e7159a3c7
 SHA512 
06015a5fe47524790df63ec123c64c33e7f9282956db04253dccebede7050db58bd3b6cf80275a25ccaccacd57f42939ba03b063801c83019ff42348dcc99401
+DIST hut-0.5.0.tar.gz 129041 BLAKE2B 
7e551f337525a7e043acba6b15e260488fdc498f87cfce0ec7d473d7e6070eda5f307a4cc1a8a16b40ec040bdacb8c28a23c3be2009a4c1e052e85a6a943cf72
 SHA512 
f24a0bfcb96f1643d1f6c741c101f54b9a522f3fde6fcd7fc65f27bbec0303e304dc2430cafec0a17aa471ec78e37b2c65cdf401cc5034480cd82f27ed3166d3

diff --git a/dev-util/hut/hut-0.3.0.ebuild b/dev-util/hut/hut-0.5.0.ebuild
similarity index 60%
rename from dev-util/hut/hut-0.3.0.ebuild
rename to dev-util/hut/hut-0.5.0.ebuild
index d5ca7f22f..19773cfeb 100644
--- a/dev-util/hut/hut-0.3.0.ebuild
+++ b/dev-util/hut/hut-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,11 +7,11 @@ inherit go-module
 
 DESCRIPTION="CLI tool for sourcehut"
 
-HOMEPAGE="https://sr.ht/~emersion/hut/;
+HOMEPAGE="https://sr.ht/~xenrox/hut/;
 
 SRC_URI="
-   https://git.sr.ht/~emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   
https://github.com/apraga/hut-vendor/releases/download/v${PV}/hut-${PV}-vendor.tar.xz
+   https://git.sr.ht/~xenrox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   
https://github.com/cjbayliss/hut-vendor/releases/download/v${PV}/hut-${PV}-vendor.tar.xz
 "
 
 S="${WORKDIR}/${PN}-v${PV}"
@@ -21,8 +21,6 @@ SLOT="0"
 
 KEYWORDS="~amd64"
 
-
-DEPEND="${RDEPEND}"
 BDEPEND="app-text/scdoc"
 
 src_compile() {

diff --git a/dev-util/hut/metadata.xml b/dev-util/hut/metadata.xml
index a467263c2..41cdef951 100644
--- a/dev-util/hut/metadata.xml
+++ b/dev-util/hut/metadata.xml
@@ -6,8 +6,8 @@
Alexis Praga


-   ~emersion/hut
-   apraga/hut-vendor
+   ~xenrox/hut
+   cjbayliss/hut-vendor


Hut is a command-line tool to interact with sourcehut. It can 
manage git repositories, builds, publish to pages and pastes.



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/libtypec-utils/files/, dev-libs/libtypec/files/, ...

2024-05-21 Thread Julien Roy
commit: 87377ad7c82389be25fdfdc26a2e2d4970cb2625
Author: Adrian Ratiu  collabora  com>
AuthorDate: Tue May 21 11:47:05 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 11:49:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87377ad7

dev-libs/libtypec: split libtypec and libtypec-utils

And incorporate patches and feedback from Matt Turner [1].

We move the build to use meson as well as add 3 patches
to fix the upstream meson build [2]. I am in the process
of upstreaming these patches.

[1] https://github.com/gentoo/gentoo/pull/36736
[2] https://github.com/libtypec/libtypec/pull/1

Signed-off-by: Adrian Ratiu  collabora.com>

 dev-libs/libtypec-utils/Manifest   |  1 +
 ...1-meson-fix-build-based-on-Gentoo-testing.patch | 76 ++
 ...0.5.1-meson.build-install-lib-and-headers.patch | 74 +
 1-meson.build-reduce-version-duplication.patch | 73 +
 .../libtypec-utils/libtypec-utils-0.5.1.ebuild | 41 
 dev-libs/{libtypec => libtypec-utils}/metadata.xml | 12 ++--
 ...1-meson-fix-build-based-on-Gentoo-testing.patch | 76 ++
 ...0.5.1-meson.build-install-lib-and-headers.patch | 74 +
 1-meson.build-reduce-version-duplication.patch | 73 +
 dev-libs/libtypec/libtypec-0.5.1-r1.ebuild | 33 ++
 dev-libs/libtypec/libtypec-0.5.1.ebuild| 24 ---
 dev-libs/libtypec/metadata.xml | 12 ++--
 12 files changed, 537 insertions(+), 32 deletions(-)

diff --git a/dev-libs/libtypec-utils/Manifest b/dev-libs/libtypec-utils/Manifest
new file mode 100644
index 00..57b37ef5ef
--- /dev/null
+++ b/dev-libs/libtypec-utils/Manifest
@@ -0,0 +1 @@
+DIST libtypec-0.5.1.tar.gz 35289 BLAKE2B 
c6d9fd060e999568b3f348d68cc49665c38d0d0adcf5761e236e14b0ae095ddb06b65226a98495e804ee0bf41dc42526c78e00c1b9e8fdf2dc65a56818a10253
 SHA512 
9acdb2e0963d85b8f6868b0ad18f644466aa8b0bb868bafd823ac3a8179370a68f1a69c8357705c70733a1cf0a750e484c1f4aa1816a1dc887a52024f9dffcce

diff --git 
a/dev-libs/libtypec-utils/files/libtypec-utils-0.5.1-meson-fix-build-based-on-Gentoo-testing.patch
 
b/dev-libs/libtypec-utils/files/libtypec-utils-0.5.1-meson-fix-build-based-on-Gentoo-testing.patch
new file mode 100644
index 00..9d3de58034
--- /dev/null
+++ 
b/dev-libs/libtypec-utils/files/libtypec-utils-0.5.1-meson-fix-build-based-on-Gentoo-testing.patch
@@ -0,0 +1,76 @@
+From 36a5bd5a1aeccba392d9a764be0f7651d08d33ce Mon Sep 17 00:00:00 2001
+From: Adrian Ratiu 
+Date: Mon, 20 May 2024 17:37:19 +0300
+Subject: [PATCH 1/3] meson: fix build based on Gentoo testing
+
+While releasing v0.5.1 upstream forgot to also bump the
+meson build version. :) The meson project version was
+also not set.
+
+There are also two discrepancies between meson and cmake:
+
+1. meson installs libtypec.so.1 whereas cmake installs
+libtypec.so.0.5.1.
+
+2. meson uses soversion = 0 for the ABI version while
+cmake uses 5.
+
+We fix these discrepancies so that mesan installs the
+same files as cmake.
+
+Upstream-Status: In progress [https://github.com/libtypec/libtypec/pull/1]
+
+Signed-off-by: Adrian Ratiu 
+---
+ meson.build   | 13 +++--
+ utils/meson.build |  2 +-
+ 2 files changed, 12 insertions(+), 3 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index a581926..5512f77 100644
+--- a/meson.build
 b/meson.build
+@@ -1,14 +1,23 @@
+ project('libtypec','c',
+ license: 'MIT',
++version: '0.5.1',
+ default_options : [
+   'warning_level=0'])
+ 
+ conf_data = configuration_data()
+ conf_data.set('libtypec_VERSION_MAJOR', '0')
+ conf_data.set('libtypec_VERSION_MINOR', '5')
+-conf_data.set('libtypec_VERSION_PATCH', '0')
++conf_data.set('libtypec_VERSION_PATCH', '1')
+ 
++libudev_dep = dependency('libudev', required: true)
+ 
+ configure_file(input : 'libtypec_config.h.in', output : 'libtypec_config.h', 
configuration : conf_data)
+ 
+-both_libraries('typec', 'libtypec.c', 'libtypec_sysfs_ops.c', 
'libtypec_dbgfs_ops.c',  soversion : '1')
+\ No newline at end of file
++library('typec',
++  'libtypec.c',
++  'libtypec_sysfs_ops.c',
++  'libtypec_dbgfs_ops.c',
++  version : '0.5.1',
++  soversion : '5',
++  dependencies: libudev_dep,
++)
+\ No newline at end of file
+diff --git a/utils/meson.build b/utils/meson.build
+index d901167..8519541 100644
+--- a/utils/meson.build
 b/utils/meson.build
+@@ -6,7 +6,7 @@ default_options : [
+ conf_data = configuration_data()
+ conf_data.set('libtypec_utils_VERSION_MAJOR', '0')
+ conf_data.set('libtypec_utils_VERSION_MINOR', '5')
+-conf_data.set('libtypec_utils_VERSION_PATCH', '0')
++conf_data.set('libtypec_utils_VERSION_PATCH', '1')
+ 
+ 
+ configure_file(input : 'libtypec_utils_config.h.in', output : 
'libtypec_utils_config.h', configuration : conf_data)
+-- 
+2.44.1
+

diff --git 
a/dev-libs/libtypec-utils/files/libtypec

[gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-dock-hyprland/

2024-05-21 Thread Julien Roy
commit: ef3089e1618d51cd495d1010302deece642449be
Author: Pascal Jäger  leimstift  de>
AuthorDate: Mon May 20 20:34:45 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Mon May 20 20:34:45 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef3089e1

gui-apps/nwg-dock-hyprland: drop 0.1.7

Signed-off-by: Pascal Jäger  leimstift.de>

 gui-apps/nwg-dock-hyprland/Manifest|  1 -
 .../nwg-dock-hyprland-0.1.7.ebuild | 74 --
 2 files changed, 75 deletions(-)

diff --git a/gui-apps/nwg-dock-hyprland/Manifest 
b/gui-apps/nwg-dock-hyprland/Manifest
index 123394086f..63f3b69c31 100644
--- a/gui-apps/nwg-dock-hyprland/Manifest
+++ b/gui-apps/nwg-dock-hyprland/Manifest
@@ -32,6 +32,5 @@ DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.20.0.zip 1956163 BLAKE2B 
974c79b689f18d531f9
 DIST gopkg.in%2Fcheck.v1%2F@v%2Fv0.0.0-20161208181325-20d25e280405.mod 25 
BLAKE2B 
6470f3d94700c4d8b3176d692bdb91646750f2c6a866ff2ef4183aff1de01f024a8757f97b4626ec0355092e5f25e7ded91cd5be845f627d107c58b1daf400d7
 SHA512 
9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2
 DIST gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.mod 95 
BLAKE2B 
fbb87f0644ec9da5d4386358d23cdb15b0d23e8212e712f16f338455a3a0ad19fbfd63e92c955c359237ddfa8bb76d6d08280eead24d321668431891eca1e8ab
 SHA512 
307ca9123efc577ca04828996ee9d8edbb51794ccb4b8d9f169ba689e7276aa5f6ae106a04b22b7fab853ffacfebcbf74468b64eaefd57445864c1fbc77fad9d
 DIST gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.zip 101467 
BLAKE2B 
8bb0aec8e693a4c0da59f1931e1fdcf6f94a236faba149d5af91e87284f39c693d20be65248eecde739cb555e371804fa6c723a56c69e6d02a347ba908e968b1
 SHA512 
bee7757d760f5ba1b9f7523af358652a5cb65f2b0064da097f78450871b2636efcbab0298a9871bbb3ce8012bf95a155949251d4f61464dde510097b936b47a8
-DIST nwg-dock-hyprland-0.1.7.tar.gz 20620 BLAKE2B 
5d2598838fed26ca2861cbbb5602eee28d468f04f2b2da05d4ef7106ac1182ac81b986da3e936f6ec265e28aa4a9ac14667e88f32dd391b145b594f264f21d6d
 SHA512 
772b2ff2d3f6b0d80ed11b27f9e60d5c87a61a887cc55b3a22c19e7c0c5cb86d5360f46b8fa951b313b265f77bb50f6d294bd3c2e3cb1e981b4b0b8c63a191de
 DIST nwg-dock-hyprland-0.1.8.tar.gz 20912 BLAKE2B 
8fb38171bb9130d5f55875d5ec66bea4c04289e02e3e3b76eca2dd5e9a0042c81c783cbe29f88e43714147fffc72da0ede9550362ae02a061f5909bda595a8d7
 SHA512 
7a9cddf81b8589bd5dd7f74ae77901da14e8dd136765c94c190602147a3454063dd94ff9ac461d1ce7af1a985faa7eee14f9e5d42d93a852546816a2d7d7624a
 DIST nwg-dock-hyprland-0.1.9.tar.gz 21118 BLAKE2B 
857f4f678704edeee02fce0a4582ae8b0e6fa96d08a85a92bb93bec62cd05bcdbbb477f020b1577dbd9f471e0bb0a8cf3de2d82bde045283cc46ea4f2a3c4b74
 SHA512 
e61a1a66a9e11655964d4351f2e64320003a4f780e97c7c0221bc105135dfd129c272c46dc2ac793f9eb38210730f51ad41f639cefa7d99abed3eb280d399a05

diff --git a/gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild 
b/gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild
deleted file mode 100644
index 952b1560c9..00
--- a/gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-EGO_SUM=(
-   "github.com/allan-simon/go-singleinstance 
v0.0.0-20210120080615-d0997106ab37"
-   "github.com/allan-simon/go-singleinstance 
v0.0.0-20210120080615-d0997106ab37/go.mod"
-   "github.com/davecgh/go-spew v1.1.0/go.mod"
-   "github.com/davecgh/go-spew v1.1.1"
-   "github.com/davecgh/go-spew v1.1.1/go.mod"
-   "github.com/dlasky/gotk3-layershell v0.0.0-20221218201547-1f6674a3f872"
-   "github.com/dlasky/gotk3-layershell 
v0.0.0-20221218201547-1f6674a3f872/go.mod"
-   "github.com/dlasky/gotk3-layershell v0.0.0-20230802002603-b0c42cd8474f"
-   "github.com/dlasky/gotk3-layershell 
v0.0.0-20230802002603-b0c42cd8474f/go.mod"
-   "github.com/gotk3/gotk3 v0.6.1/go.mod"
-   "github.com/gotk3/gotk3 v0.6.2"
-   "github.com/gotk3/gotk3 v0.6.2/go.mod"
-   "github.com/pmezard/go-difflib v1.0.0"
-   "github.com/pmezard/go-difflib v1.0.0/go.mod"
-   "github.com/sirupsen/logrus v1.9.3"
-   "github.com/sirupsen/logrus v1.9.3/go.mod"
-   "github.com/stretchr/objx v0.1.0/go.mod"
-   "github.com/stretchr/testify v1.7.0"
-   "github.com/stretchr/testify v1.7.0/go.mod"
-   "golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8"
-   "golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod"
-   "golang.org/x/sys v0.11.0"
-   "golang.org/x/sys v0.11.0/go.mod"
-   "gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod"
-   "gopk

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

2024-05-21 Thread Julien Roy
commit: 8c04ba9740d500227c14c3cd3c63c3f7a59766b5
Author: Zen  pyl  onl>
AuthorDate: Mon May 20 22:59:17 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Mon May 20 22:59:17 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c04ba97

sys-kernel/ugrd: Add  ebuild

Signed-off-by: Zen  pyl.onl>

 sys-kernel/ugrd/ugrd-.ebuild | 50 
 1 file changed, 50 insertions(+)

diff --git a/sys-kernel/ugrd/ugrd-.ebuild b/sys-kernel/ugrd/ugrd-.ebuild
new file mode 100644
index 00..fe1d076ecd
--- /dev/null
+++ b/sys-kernel/ugrd/ugrd-.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..12} )
+inherit distutils-r1 optfeature shell-completion git-r3
+
+DESCRIPTION="Python based initramfs generator with TOML defintions"
+HOMEPAGE="https://github.com/desultory/ugrd;
+EGIT_REPO_URI="https://github.com/desultory/${PN};
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   app-misc/pax-utils
+   >=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]
+   >=dev-python/pycpio-1.1.2[${PYTHON_USEDEP}]
+   sys-apps/pciutils
+"
+
+src_install() {
+   # Call the distutils-r1_src_install function to install the package
+   distutils-r1_src_install
+   # Create the ugrd config directory
+   keepdir /etc/ugrd
+   # Install the example config into /etc/ugrd/config.toml
+   # Do not overwrite an existing config
+   insinto /etc/ugrd
+   newins examples/example.toml config.toml
+   # Create the kernel preinst.d directory if it doesn't exist
+   # Install the kernel preinst.d hook
+   keepdir /etc/kernel/preinst.d
+   exeinto /etc/kernel/preinst.d
+   doexe hooks/installkernel/51-ugrd.install
+   exeinto /lib/kernel/install.d
+   doexe hooks/kernel-install/51-ugrd.install
+   # Install bash autocomplete script
+   dobashcomp completion/ugrd
+   dozshcomp completion/_ugrd
+}
+
+pkg_postinst() {
+   optfeature "ugrd.crypto.cryptsetup support" sys-fs/cryptsetup
+   optfeature "ugrd.fs.btrfs support" sys-fs/btrfs-progs
+   optfeature "ugrd.crypto.gpg support" app-crypt/gnupg
+}



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

2024-05-21 Thread Julien Roy
commit: 13b10e961c666156624db24bef3787456ea764da
Author: Henri Gasc  eurecom  fr>
AuthorDate: Tue May 21 14:33:27 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 20:35:49 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13b10e96

dev-python/textual: add 0.62.0, drop 0.58.1

Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/textual/Manifest | 2 +-
 dev-python/textual/{textual-0.58.1.ebuild => textual-0.62.0.ebuild} | 6 --
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/textual/Manifest b/dev-python/textual/Manifest
index 998d32c86a..42b57b5dcd 100644
--- a/dev-python/textual/Manifest
+++ b/dev-python/textual/Manifest
@@ -1 +1 @@
-DIST textual-0.58.1.gh.tar.gz 28246721 BLAKE2B 
3ab2d8610677cc45d8cc8fdb07882e1ccc4f5a01555939cd9a39141de08e5ad774aad889d3716a033f7ab30ac9f1637d3ed8605e23f87d055726ab6aa1e2b75b
 SHA512 
3cb8410a352a7bb6d36e29e2ae6900e80cb18cf1f0f5c779f0858bb727a3b27a0e4342b692dbba096698a73564ede0ca9fb27f8a46e87eda4209034e8de3
+DIST textual-0.62.0.gh.tar.gz 28258058 BLAKE2B 
bc9cab701beb5a0a7ce01c845c95ec00b13d1843b2fbca69f1a7e5bf1fe8df13afaa4735d88731857f3561b46ad2948e67489b14337e69b0fb0ec4e2fb71592b
 SHA512 
e03a00abf647500e0233ea24378691b16296c5827a476b9f5530f0fcc83e9c36cf94ec7839a8eb58c2bb1a570ec8bc8b4b6c478e9249055b2d40b47429300111

diff --git a/dev-python/textual/textual-0.58.1.ebuild 
b/dev-python/textual/textual-0.62.0.ebuild
similarity index 89%
rename from dev-python/textual/textual-0.58.1.ebuild
rename to dev-python/textual/textual-0.62.0.ebuild
index f85851e3e7..efbe7ab5fd 100644
--- a/dev-python/textual/textual-0.58.1.ebuild
+++ b/dev-python/textual/textual-0.62.0.ebuild
@@ -10,8 +10,9 @@ DOCS_BUILDER="mkdocs"
 DOCS_DEPEND="
dev-python/mkdocstrings
dev-python/mkdocstrings-python
-   dev-python/mkdocs-material
dev-python/mkdocs-exclude
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-material
dev-python/mkdocs-rss-plugin
dev-python/pytz
 "
@@ -36,6 +37,7 @@ BDEPEND="
dev-python/httpx[${PYTHON_USEDEP}]
>=dev-python/textual-dev-1.2.0[${PYTHON_USEDEP}]


[gentoo-commits] repo/proj/guru:master commit in: dev-python/tree-sitter-languages/

2024-05-21 Thread Julien Roy
commit: 83ead6b6290a9a4a17f4656abf24601abb39fd61
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sun May 19 14:23:55 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 20:35:46 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83ead6b6

dev-python/tree-sitter-languages: new package, add 1.10.2

Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/tree-sitter-languages/Manifest  |  49 +++
 dev-python/tree-sitter-languages/metadata.xml  |  12 ++
 .../tree-sitter-languages-1.10.2.ebuild| 155 +
 3 files changed, 216 insertions(+)

diff --git a/dev-python/tree-sitter-languages/Manifest 
b/dev-python/tree-sitter-languages/Manifest
new file mode 100644
index 00..0df2643eba
--- /dev/null
+++ b/dev-python/tree-sitter-languages/Manifest
@@ -0,0 +1,49 @@
+DIST tree-sitter-bash-f7239f6.gh.tar.gz 444908 BLAKE2B 
53de093339351b934bc4aa42481929317e6579ecad1e503d8600596e9f63770cdf76eaa81079b5bbdb734b733e6a697ac45fe474295939c5b7fb15e2710993bc
 SHA512 
1ef6eaddf28be5fc1d282c7c596f1f2034f93a1254090d98943dd71cd39f61f7d5ed4b764b6a94a71ea6b42e99c5320ff5e65fb133ba473d66be1c06970d16d3
+DIST tree-sitter-c-34f4c7e.gh.tar.gz 380115 BLAKE2B 
e7f167d8402b37af6664b55c99298a5307de7c572cc1d3c8c3a56185e3786d4a404cbe7f3b5f6b83632f74c085aac549ad41f41c6b7668ec6f689068c083a926
 SHA512 
edf2fee63969ce5dd3aa0e065292e9cab42ef446e7c07b428a64bc12f568fe8fcb11edeb68a08c51724a8fc2e72f81cdb4023a3b3d484138a0e76846a713d3c3
+DIST tree-sitter-c-sharp-dd5e597.gh.tar.gz 1856148 BLAKE2B 
068ae72e14baeab5ea06b40c02c5b13dd1c0c5422dec5bc5622b04bd2eaad81067e753af822f8e3947ac66f153b2909cc6e148917c1b82f67399819e3bafab7d
 SHA512 
a6cf321008beef539e98e1c1592ef9036c1372c020b65d82c19115016c5eeb92f43967ffd6f36179320dedd35f1d1f19c8aa5c65a810ad535ef4f4c3a1e81ade
+DIST tree-sitter-commonlisp-c7e8149.gh.tar.gz 291439 BLAKE2B 
cd5b06fa606dddfdd9ce1aed9e8317d0a941b4c1a51216ed22bff32589e34b10a2021d4e286d0841d88a9aa2e0931cdab38de99d1cf41514d293a1e61489aa22
 SHA512 
a4fd96ef6799163e26a4412893b2b02fb27db69b46d4d1d9d10cd7a30b92397136de05d2d1df89b33ba7490a12f00780490d9a9512b6394b63867fea24342779
+DIST tree-sitter-cpp-a714740.gh.tar.gz 1058667 BLAKE2B 
5929f9faf730b0c2603c1ff67c901252855c9c841835e396dd71d51d5d127f319287505c338471fc5b97270852304e2b19061df7452c0c2c050d4ee84432
 SHA512 
c83950864803d50a7cd486f0c332319683495b6259076efc8a42c1edaed46408f4fc1880e17e7dd729568f2dd0e9bf15a00e34ec4649f1e1b0137f7be6acd33b
+DIST tree-sitter-css-98c7b3d.gh.tar.gz 94003 BLAKE2B 
ab535af12c3a8d4ebb4b5820611277b9180742c9307f740796ad280fe03c37e866df76991deba050221bcd48690e71ee2dea770f981583480cb1a0fac955b478
 SHA512 
754d7de1e9dcaea2fca41bda51612e3f42b3a225173738b1973fbbcf8a5de05bd42909897a20c1f0da5756d215a83371874e5b0ab24bd654efda5fe842772ccb
+DIST tree-sitter-dockerfile-25c71d6.gh.tar.gz 43323 BLAKE2B 
890454e45978d9fcbaed2d5a7dc810fb855893dfff3e687e8666b3b041ffedfde993a311a19cc4bcfc76b02ecceb4838cc478fd5db11948310bd875b8123c563
 SHA512 
d23fab83cb9db5cd94ce4deda0a78f310bdfa22fa90880e84ad23f59960e65dc86ac1e0ba772ef20dd4da7fa3bdfc609883d9719c6da588798e6acb04e9942cc
+DIST tree-sitter-dot-9172307.gh.tar.gz 29750 BLAKE2B 
222874ae13318b325bb5e2954eafc3f6f292ac4fac8c880d4ebee28ef32d97a97e2dbaa8140f4095bf5d25e2618f926ecc6e8bbea4359300f1dde2d20ef17b68
 SHA512 
0fed8eedaf90891f20a8c1fa029a972eced7b0c66d8c9c40e3ef1471735b599dc2df15de2dd48961dd78842075293568d45e68c6a67d197019cc5ebd32022bfa
+DIST tree-sitter-elisp-4b0e4a3.gh.tar.gz 25850 BLAKE2B 
b70f06878c6d4b4ae81161d9f31f9759878a6542dfdac5cb1072f6509eaeab3d1ae634f7fb8e7c3dd9de407a2ce136397fe769a1114471d70a6f3aef2275a18a
 SHA512 
e4e88f76f82135c3c1ec75e61a61e43da2411bd13f66aeb98cbfaeda6965efb072f27bcc0d48e73ad2ecd5586a2740a6fa9509d5046ebeafb2388e5554f1c9d3
+DIST tree-sitter-elixir-11426c5.gh.tar.gz 600499 BLAKE2B 
1e02b9855263be295a8774d083ac2a0f4ba0e7c95544352b221a335ab2c24e2d41b9a9f102064686a3aea63df68624b3e57c25047f9ebcde1dba3bb64e407b0e
 SHA512 
0d86012060f339af4b92e6019aa7276a618eba89f7704c780f65bcd6505335a2f6d4532b7d2dd4ecbc56a67de71faa06372dd4abfd15d5a49b71769150f05f36
+DIST tree-sitter-elm-c26afd7.gh.tar.gz 343009 BLAKE2B 
30f2a25847e72f70de2ab9ff4ac8b05513c623cc1e6b405597a3918c1642413ade04c6adca3e8d5f95c87aab82560055cba76a88c9c8a29367520febdb0ce6ee
 SHA512 
988a7d1895fb6d0d2a50147b582d020b86bc90cf0abe163c8c04736a232fab5bbb5c5b24a9027257e1fdd2cf24c39da58b7906683a3dc6984c8b0f151a383adb
+DIST tree-sitter-embedded-template-203f7bd.gh.tar.gz 11972 BLAKE2B 
7ab3263cf9f94e6500a49973487eed1f09157aa37a9a384638b154d35fb5ec8403cf2936a8e4e87c1d6ac70ef4740a936893ddfdf96b5544ee712eb3d5049e44
 SHA512 
bf043ffc684a662d324267d9e42a0062adf36c2b05f6dfb26ac899a0c49897c8cb8962746d8c84e5dce0efb66cb198cea30c96bdf6e8ab19a3611e04c6116341
+DIST tree-sitter-erlang-54b6f81.gh.tar.gz 136559 BLAKE2B 
4cecbe63b5c11da5b5145c6a864352d0a8fb16cb1f787a5b86418c6a095fc2d371a1900e65f5547a3840d93dd3fa5a43b33fb76d218d1c0a2284bf43d61695a

[gentoo-commits] repo/proj/guru:master commit in: dev-embedded/mv88e6xxx-dump/

2024-05-21 Thread Julien Roy
commit: 8b2b874ea3d31f54fe09205dbe37753009bca8d3
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Tue May 21 18:22:18 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 18:22:18 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b2b874e

dev-embedded/mv88e6xxx-dump: Add missing RDEPEND

Add missing RDEPEND.

Closes: https://bugs.gentoo.org/932345
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-embedded/mv88e6xxx-dump/mv88e6xxx-dump-0.2.0_pre20210327.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/dev-embedded/mv88e6xxx-dump/mv88e6xxx-dump-0.2.0_pre20210327.ebuild 
b/dev-embedded/mv88e6xxx-dump/mv88e6xxx-dump-0.2.0_pre20210327.ebuild
index 711a134998..2ede2dfba1 100644
--- a/dev-embedded/mv88e6xxx-dump/mv88e6xxx-dump-0.2.0_pre20210327.ebuild
+++ b/dev-embedded/mv88e6xxx-dump/mv88e6xxx-dump-0.2.0_pre20210327.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 BDEPEND="virtual/pkgconfig"
-DEPEND="net-libs/libmnl:="
+RDEPEND="net-libs/libmnl:="
+DEPEND="${RDEPEND}"
 
 src_prepare() {
default



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

2024-05-21 Thread Julien Roy
commit: 3dc0a33d2d1f5721f63c3a467806595721b1d417
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Tue May 21 17:26:47 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 17:26:47 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3dc0a33d

app-text/lorien-bin: fix typo on mesa RDEPEND

Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild 
b/app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild
index e6797716a8..7de33362fa 100644
--- a/app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild
+++ b/app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-   media-libs/mesa-[opengl(+)]
+   media-libs/mesa[opengl(+)]
x11-libs/libXcursor
x11-libs/libXi
x11-libs/libXinerama



[gentoo-commits] repo/proj/guru:master commit in: sys-power/nvidia-exec/

2024-05-21 Thread Julien Roy
commit: bc6d970a9553d584ef0ab040297da285bbdc5d59
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Tue May 21 15:58:06 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 15:58:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc6d970a

sys-power/nvidia-exec: add 0.2.1, drop 0.1.2-r1

* also add udev logic for future release

Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 sys-power/nvidia-exec/Manifest |  2 +-
 ...a-exec-0.1.2-r1.ebuild => nvidia-exec-0.2.1.ebuild} | 18 ++
 sys-power/nvidia-exec/nvidia-exec-.ebuild  | 18 ++
 3 files changed, 29 insertions(+), 9 deletions(-)

diff --git a/sys-power/nvidia-exec/Manifest b/sys-power/nvidia-exec/Manifest
index 72a1158a33..6bd3acf470 100644
--- a/sys-power/nvidia-exec/Manifest
+++ b/sys-power/nvidia-exec/Manifest
@@ -1 +1 @@
-DIST nvidia-exec-0.1.2.tar.gz 16735 BLAKE2B 
415b35ca77d3c812e4a250deedd3763c772afea3e7e2e9131c49f486b2e784e6f7e22280136a3f483ed63f066651f8637b19cdfbc07bf15e6e59e4b1b039
 SHA512 
605fc35713477e3236f2aad0eb01891b2cf47ba46f6528d6fe785bedb42832114bda0e4a12990aeb2be9d54781787dd4843293f06b7d616ab4639c123d693e4f
+DIST nvidia-exec-0.2.1.tar.gz 17932 BLAKE2B 
ca66d51e37671f1ff834e3b6088fc599dd9bf63690c4e0dbd7e9cb6e63ef717d70bdd2e4de9560152e48694047ed418dab80377833b47c8e8f9b4e887cb7f3e6
 SHA512 
dc1b5aa0229550bfb2703b8308be960323f509d1765c45e7b0ef760d6f691e56dd98a929e140e72accda5f1e690273d901a422a5c9d442a484988ed3aafafaee

diff --git a/sys-power/nvidia-exec/nvidia-exec-0.1.2-r1.ebuild 
b/sys-power/nvidia-exec/nvidia-exec-0.2.1.ebuild
similarity index 76%
rename from sys-power/nvidia-exec/nvidia-exec-0.1.2-r1.ebuild
rename to sys-power/nvidia-exec/nvidia-exec-0.2.1.ebuild
index dc28323cdb..99c4e57ee7 100644
--- a/sys-power/nvidia-exec/nvidia-exec-0.1.2-r1.ebuild
+++ b/sys-power/nvidia-exec/nvidia-exec-0.2.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..12} )
 
-inherit systemd
+inherit systemd # udev future use
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -19,7 +19,7 @@ fi
 DESCRIPTION="GPU switching without login out for Nvidia Optimus laptops under 
Linux"
 HOMEPAGE="https://github.com/pedro00dk/nvidia-exec;
 
-LICENSE="GPL-3"
+LICENSE="GPL"
 SLOT="0"
 
 RDEPEND="
@@ -29,15 +29,25 @@ RDEPEND="
x11-drivers/nvidia-drivers
 "
 
+#src_configure() {
+#econf --with-rulesdir="$(get_udevdir)"/rules.d
+#}
+
 src_install() {
-   dobin "${WORKDIR}/${P}/nvx"
+   newbin "${WORKDIR}/${P}/nvx.py" nvx
systemd_dounit "${WORKDIR}/${P}/nvx.service"
insinto /usr/lib/modprobe.d
-   newins "${WORKDIR}/${P}/modprobe.conf" nvx.conf
+   newins "${WORKDIR}/${P}/nvx-modprobe.conf" nvx.conf
+   #udev_newrules "${WORKDIR}/${P}/nvx-udev.rules" 99-nvx
 }
 
 pkg_postinst() {
+   #udev_reload
ewarn "Don't forget to enable the nvx service:\nsystemctl enable --now 
nvx\n"
ewarn "\nThe nvx.service prevents nvidia modules from loading and turn 
off the graphics card during boot.\n"
ewarn "It is not necessary to handle files, configurations, PCI buses, 
etc, all that is done automatically.\n"
 }
+
+#pkg_postrm() {
+   #udev_reload
+#}

diff --git a/sys-power/nvidia-exec/nvidia-exec-.ebuild 
b/sys-power/nvidia-exec/nvidia-exec-.ebuild
index dc28323cdb..99c4e57ee7 100644
--- a/sys-power/nvidia-exec/nvidia-exec-.ebuild
+++ b/sys-power/nvidia-exec/nvidia-exec-.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..12} )
 
-inherit systemd
+inherit systemd # udev future use
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -19,7 +19,7 @@ fi
 DESCRIPTION="GPU switching without login out for Nvidia Optimus laptops under 
Linux"
 HOMEPAGE="https://github.com/pedro00dk/nvidia-exec;
 
-LICENSE="GPL-3"
+LICENSE="GPL"
 SLOT="0"
 
 RDEPEND="
@@ -29,15 +29,25 @@ RDEPEND="
x11-drivers/nvidia-drivers
 "
 
+#src_configure() {
+#econf --with-rulesdir="$(get_udevdir)"/rules.d
+#}
+
 src_install() {
-   dobin "${WORKDIR}/${P}/nvx"
+   newbin "${WORKDIR}/${P}/nvx.py" nvx
systemd_dounit "${WORKDIR}/${P}/nvx.service"
insinto /usr/lib/modprobe.d
-   newins "${WORKDIR}/${P}/modprobe.conf" nvx.conf
+   newins "${WORKDIR}/${P}/nvx-modprobe.conf" nvx.conf
+   #udev_newrules "${WORKDIR}/${P}/nvx-udev.rules" 99-nvx
 }
 
 pkg_postinst() {
+   #udev_reload
ewarn "Don't forget to enable the nvx service:\nsystemctl enable --now 
nvx\n"
ewarn "\nThe nvx.service prevents nvidia modules from loading and turn 
off the graphics card during boot.\n"
ewarn "It is not necessary to handle files, configurations, PCI buses, 
etc, all that is done automatically.\n"
 }
+
+#pkg_postrm() {
+   #udev_reload
+#}



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

2024-05-21 Thread Julien Roy
commit: 99ba011ec6c892d897e44906124283860482ab3e
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Tue May 21 13:48:13 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 13:48:13 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99ba011e

sys-boot/ventoy-bin: add dep sys-fs/fuse-exfat for mount

Signed-off-by: Vitaly Zdanevich  ya.ru>

 sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild 
b/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild
index 5a68a99201..d5195d320b 100644
--- a/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild
+++ b/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild
@@ -20,9 +20,11 @@ RESTRICT="strip mirror"
 DEPEND="
sys-fs/dosfstools
sys-fs/exfat-utils
+   sys-fs/fuse-exfat
sys-block/parted
 "
-RDEPEND="${DEPEND}"
+# sys-fs/fuse-exfat is needed for mount, without it:
+# mount: /mnt: unknown filesystem type 'exfat'
 
 QA_PREBUILT="*" # Against "does not respect LDFLAGS"
 



[gentoo-commits] repo/proj/guru:master commit in: dev-tex/tectonic/

2024-05-21 Thread Julien Roy
commit: c66b141a16395b79290b4021da2aa5e3fa822d84
Author: Lucio Sauer  posteo  net>
AuthorDate: Mon May 20 16:59:41 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Mon May 20 17:02:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c66b141a

dev-tex/tectonic: add upstream metadata

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

 dev-tex/tectonic/metadata.xml | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/dev-tex/tectonic/metadata.xml b/dev-tex/tectonic/metadata.xml
new file mode 100644
index 00..840d8411e2
--- /dev/null
+++ b/dev-tex/tectonic/metadata.xml
@@ -0,0 +1,14 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   
+   https://github.com/tectonic-typesetting/tectonic/issues/
+   
+   
+   
https://github.com/tectonic-typesetting/tectonic/blob/release/CHANGELOG.md
+   
+   tectonic-typesetting/tectonic
+   
+



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

2024-05-21 Thread Julien Roy
commit: dc26494bcd60928ba5c2d5847dd13368b8c26777
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Tue May 21 16:05:47 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 16:05:47 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc26494b

app-text/lorien-bin: fix typo on RDEPEND

Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild 
b/app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild
index fa675e08c9..e6797716a8 100644
--- a/app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild
+++ b/app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-   >=media-libs/mesa-[opengl(+)]
+   media-libs/mesa-[opengl(+)]
x11-libs/libXcursor
x11-libs/libXi
x11-libs/libXinerama



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

2024-05-21 Thread Julien Roy
commit: 2537abd5525aeca4543fe57f7c28af79e2a2fc62
Author: Zen  pyl  onl>
AuthorDate: Mon May 20 22:54:55 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Mon May 20 22:54:55 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2537abd5

sys-kernel/ugrd: Add 1.7.0

Signed-off-by: Zen  pyl.onl>

 sys-kernel/ugrd/Manifest  |  1 +
 sys-kernel/ugrd/ugrd-1.7.0.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
index 8268dd39d3..f6e9b617bb 100644
--- a/sys-kernel/ugrd/Manifest
+++ b/sys-kernel/ugrd/Manifest
@@ -4,3 +4,4 @@ DIST ugrd-1.4.0.tar.gz 50372 BLAKE2B 
aa5b253d78f82d9a35d812d8090441e7c068c048530
 DIST ugrd-1.4.2.tar.gz 50984 BLAKE2B 
5b69cbaaefdcfe5b427f781806a58b39e6539b7f790e7ab1c6d1e72b3bd904d2f9a44c60079400266e7a8b88d7d7b0de2932fe93cf07739e62dbcc8658179f85
 SHA512 
8d63d782da7cd6ea6c0342ab46190af66c564cd73601eee1da514f8a52722d86212678f70d5b847432bc9c4c133f6cdf06a7b9e0fc2eed7dc806b112e23ddefa
 DIST ugrd-1.5.1.tar.gz 51574 BLAKE2B 
5058e515e3d9aa543eb9ddd51335a5aa197ddf79395a193a4a4440706c2d940e77a0a26d470fc1ae86965d605e9889004d404e6ab5a4e1b4c12aaac92b872d2d
 SHA512 
0a83180ed2947ce71cfb91c0fe65ddf20a3cbcb7f98f04efb4a95f904489153cb2e32e7efdb85c8ded8c4f29d95361bb7dc93e7eba72e74f1531c91aa03c1912
 DIST ugrd-1.6.0.tar.gz 52219 BLAKE2B 
34168eb5c553efe804ac9d5034ada96634f2323f26ecaad89eb5e0c0cc4eeb1ce6182d850186c3d439fa5470679ed08a73531966e9e742c1a018f84bf4dd851c
 SHA512 
ea4843d5c21aa09e992478236395cdb3262110ffa3b5caec8db6712ea132851e9daa471a959437a37d2ca29cd62b9275dfe5515cdeb5c557c1268d797468dfb9
+DIST ugrd-1.7.0.tar.gz 52886 BLAKE2B 
23a940c6b5dd06eab7355c19eaf1554b43526d0aa928c892823369fddfeefe12022f64f49b5f4fa010e1cc7a270518b7eda73e19090ed3e20a3b9b429398273b
 SHA512 
8f8e9645e4d8da93528a92f3c0bc2be7ef573d60923df39673686383157ba7d2cb078ca36d96e6757c081f7405228c2e348b5078ad362cd801278dbd77e6e4e5

diff --git a/sys-kernel/ugrd/ugrd-1.7.0.ebuild 
b/sys-kernel/ugrd/ugrd-1.7.0.ebuild
new file mode 100644
index 00..ca3d0f508e
--- /dev/null
+++ b/sys-kernel/ugrd/ugrd-1.7.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..12} )
+inherit distutils-r1 optfeature shell-completion
+
+DESCRIPTION="Python based initramfs generator with TOML defintions"
+HOMEPAGE="https://github.com/desultory/ugrd;
+SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-misc/pax-utils
+   >=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]
+   >=dev-python/pycpio-1.1.2[${PYTHON_USEDEP}]
+   sys-apps/pciutils
+"
+
+src_install() {
+   # Call the distutils-r1_src_install function to install the package
+   distutils-r1_src_install
+   # Create the ugrd config directory
+   keepdir /etc/ugrd
+   # Install the example config into /etc/ugrd/config.toml
+   # Do not overwrite an existing config
+   insinto /etc/ugrd
+   newins examples/example.toml config.toml
+   # Create the kernel preinst.d directory if it doesn't exist
+   # Install the kernel preinst.d hook
+   keepdir /etc/kernel/preinst.d
+   exeinto /etc/kernel/preinst.d
+   doexe hooks/installkernel/51-ugrd.install
+   exeinto /lib/kernel/install.d
+   doexe hooks/kernel-install/51-ugrd.install
+   # Install bash autocomplete script
+   dobashcomp completion/ugrd
+   dozshcomp completion/_ugrd
+}
+
+pkg_postinst() {
+   optfeature "ugrd.crypto.cryptsetup support" sys-fs/cryptsetup
+   optfeature "ugrd.fs.btrfs support" sys-fs/btrfs-progs
+   optfeature "ugrd.crypto.gpg support" app-crypt/gnupg
+}



[gentoo-commits] repo/proj/guru:master commit in: media-plugins/dtmediawiki/

2024-05-21 Thread Julien Roy
commit: de057f873d74a3d9bddaef82a3db9843605e9623
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Tue May 21 12:16:24 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Tue May 21 12:16:24 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de057f87

media-plugins/dtmediawiki: einfo add that no way to upload original image

Signed-off-by: Vitaly Zdanevich  ya.ru>

 media-plugins/dtmediawiki/dtmediawiki-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-plugins/dtmediawiki/dtmediawiki-.ebuild 
b/media-plugins/dtmediawiki/dtmediawiki-.ebuild
index 2f2a87ee06..cbd0872480 100644
--- a/media-plugins/dtmediawiki/dtmediawiki-.ebuild
+++ b/media-plugins/dtmediawiki/dtmediawiki-.ebuild
@@ -7,7 +7,7 @@ LUA_COMPAT=( lua5-4 )
 
 inherit git-r3 lua-single
 
-DESCRIPTION="Wikimedia Commons export plugin for Darktable"
+DESCRIPTION="Wikimedia Commons export plugin for Darktable. Every upload is 
converted"
 HOMEPAGE="https://github.com/trougnouf/dtMediaWiki;
 EGIT_REPO_URI="https://github.com/trougnouf/dtMediaWiki;
 
@@ -33,4 +33,6 @@ pkg_postinst() {
einfo "To enable: `cat "$FILESDIR"/enable.sh`"
einfo "and go to Darktable preferences (gear ico on the top) -> at the 
bottom left click 'Lua options'"
einfo "to enter username and password"
+   einfo "Note that there is no way to upload original file -"
+   einfo "Darktable will encode your every photo, see 
https://github.com/trougnouf/dtMediaWiki/issues/14#issuecomment-2122181739;
 }



[gentoo-commits] repo/proj/guru:master commit in: x11-wm/qtile-extras/

2024-05-21 Thread Julien Roy
commit: 677dd37b16ae75f6c383c94c6dd9833e4566d447
Author: Lucio Sauer  posteo  net>
AuthorDate: Mon May 20 17:01:36 2024 +
Commit:     Julien Roy  jroy  ca>
CommitDate: Mon May 20 17:02:08 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=677dd37b

x11-wm/qtile-extras: add upstream metadata

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

 x11-wm/qtile-extras/metadata.xml | 12 
 1 file changed, 12 insertions(+)

diff --git a/x11-wm/qtile-extras/metadata.xml b/x11-wm/qtile-extras/metadata.xml
new file mode 100644
index 00..0a770cc324
--- /dev/null
+++ b/x11-wm/qtile-extras/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   https://qtile-extras.readthedocs.io/en/stable/
+   
+   https://github.com/elParaguayo/qtile-extras/issues
+   
+   elParaguayo/qtile-extras
+   
+



  1   2   3   4   5   6   7   8   9   10   >