[gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/

2024-08-29 Thread Joe Kappus
commit: 99cd34af6a988e0cf625da53e360e11c08adbb46
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Aug 30 06:57:28 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Aug 30 06:57:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99cd34af

net-nntp/pan: drop 0.158, 0.158-r1, 0.159

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

 net-nntp/pan/Manifest|  1 -
 net-nntp/pan/pan-0.158-r1.ebuild | 58 ---
 net-nntp/pan/pan-0.158.ebuild| 58 ---
 net-nntp/pan/pan-0.159.ebuild| 75 
 4 files changed, 192 deletions(-)

diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest
index 7a820c711..2203427fb 100644
--- a/net-nntp/pan/Manifest
+++ b/net-nntp/pan/Manifest
@@ -1,3 +1,2 @@
-DIST pan-v0.158.tar.bz2 1819095 BLAKE2B 
4adb51f99f795e23a7f6d67d59c9e120a913e54c38b6dfd200859f1655657076dfd57f400fb221923b5c0d2d1a376faba13102e494f1a8515b289fe115d23647
 SHA512 
d2c12d92c5715ac585a8da340cb5ca03783a116ae64d2fc0dda7f7603ccb11783a78e4bbb5a4daf90605d401b78c2b3b80ddd8d0106ae8e60c38b0d2f4ab389d
 DIST pan-v0.159.tar.bz2 1810262 BLAKE2B 
1f5a932bb771324b23054665ea181fb1130e2709a2a202c27d56058c57868d6897e957e317c5822ad245f79157284d4c99975d57cc73f52cd0e807bc1f60ea6f
 SHA512 
c05bb2b79daac11e78c1f56205517da7c5526111d2684e8bae3400117226a8a6c9c69d489cf218892c82060a6d72b888172ae8922ad7c38af658f5772d4893c9
 DIST pan-v0.160.tar.bz2 1810939 BLAKE2B 
134068f374f0b126968e237448e2698b8d10d0993fe3d4c569447814d0d903db9c3970a6f0b1847ac0778f997b110cc7d25fc6f69d4e69c869d61f61d7b0d0be
 SHA512 
bc352cfeb252210bb0095b4b616115a4c9d0372c49bb774d3574f0b489824f1512394b0e635e43159694f58d530a3e4e6d95ec0227951a1b78224f4cea9ba33a

diff --git a/net-nntp/pan/pan-0.158-r1.ebuild b/net-nntp/pan/pan-0.158-r1.ebuild
deleted file mode 100644
index e2a2d1237..0
--- a/net-nntp/pan/pan-0.158-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit autotools gnome2
-
-DESCRIPTION="A newsreader for GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
-SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
-S="${WORKDIR}/pan-v${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="dbus gnome-keyring libnotify nls spell ssl"
-
-DEPEND="
-   >=dev-libs/glib-2.26:2
-   dev-libs/gmime:3.0
-   >=x11-libs/gtk+-3.00:3
-   gnome-keyring? (
-   >=app-crypt/gcr-3.20
-   >=app-crypt/libsecret-0.20
-   )
-   libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
-   spell? (
-   >=app-text/enchant-2.2.3:2
-   >=app-text/gtkspell-3.0.10:3 )
-   ssl? ( >=net-libs/gnutls-3:0= )
-   >=sys-libs/zlib-1.2.0
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/pango
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   app-text/yelp-tools
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=(
-   $(use_with dbus) \
-   $(use_enable gnome-keyring gkr) \
-   $(use_enable nls) \
-   $(use_with spell gtkspell) \
-   $(use_enable libnotify) \
-   $(use_with ssl gnutls)
-   )
-
-   gnome2_src_configure "${myconf[@]}"
-}

diff --git a/net-nntp/pan/pan-0.158.ebuild b/net-nntp/pan/pan-0.158.ebuild
deleted file mode 100644
index e2a2d1237..0
--- a/net-nntp/pan/pan-0.158.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit autotools gnome2
-
-DESCRIPTION="A newsreader for GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
-SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
-S="${WORKDIR}/pan-v${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="dbus gnome-keyring libnotify nls spell ssl"
-
-DEPEND="
-   >=dev-libs/glib-2.26:2
-   dev-libs/gmime:3.0
-   >=x11-libs/gtk+-3.00:3
-   gnome-keyring? (
-   >=app-crypt/gcr-3.20
-   >=app-crypt/libsecret-0.20
-   )
-   libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
-   spell? (
-   >=app-text/enchant-2.2.3:2
-   >=app-text/gtkspell-3.0.10:3 )
-   ssl? ( >=net-libs/gnutls-3:0= )
-   >=sys-libs/zlib-1.2.0
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/pango
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   app-text/yel

[gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/

2024-08-29 Thread Joe Kappus
commit: 5100645160a488df26b0d84e267343d04121ff4b
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Aug 30 06:56:23 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Aug 30 06:56:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51006451

net-nntp/pan: add 0.160

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

 net-nntp/pan/Manifest |  1 +
 net-nntp/pan/pan-0.160.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest
index e13d1ea62..7a820c711 100644
--- a/net-nntp/pan/Manifest
+++ b/net-nntp/pan/Manifest
@@ -1,2 +1,3 @@
 DIST pan-v0.158.tar.bz2 1819095 BLAKE2B 
4adb51f99f795e23a7f6d67d59c9e120a913e54c38b6dfd200859f1655657076dfd57f400fb221923b5c0d2d1a376faba13102e494f1a8515b289fe115d23647
 SHA512 
d2c12d92c5715ac585a8da340cb5ca03783a116ae64d2fc0dda7f7603ccb11783a78e4bbb5a4daf90605d401b78c2b3b80ddd8d0106ae8e60c38b0d2f4ab389d
 DIST pan-v0.159.tar.bz2 1810262 BLAKE2B 
1f5a932bb771324b23054665ea181fb1130e2709a2a202c27d56058c57868d6897e957e317c5822ad245f79157284d4c99975d57cc73f52cd0e807bc1f60ea6f
 SHA512 
c05bb2b79daac11e78c1f56205517da7c5526111d2684e8bae3400117226a8a6c9c69d489cf218892c82060a6d72b888172ae8922ad7c38af658f5772d4893c9
+DIST pan-v0.160.tar.bz2 1810939 BLAKE2B 
134068f374f0b126968e237448e2698b8d10d0993fe3d4c569447814d0d903db9c3970a6f0b1847ac0778f997b110cc7d25fc6f69d4e69c869d61f61d7b0d0be
 SHA512 
bc352cfeb252210bb0095b4b616115a4c9d0372c49bb774d3574f0b489824f1512394b0e635e43159694f58d530a3e4e6d95ec0227951a1b78224f4cea9ba33a

diff --git a/net-nntp/pan/pan-0.160.ebuild b/net-nntp/pan/pan-0.160.ebuild
new file mode 100644
index 0..fc1cbd592
--- /dev/null
+++ b/net-nntp/pan/pan-0.160.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake gnome2 toolchain-funcs
+
+DESCRIPTION="A newsreader for GNOME"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
+SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
+S="${WORKDIR}/pan-v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="dbus gnome-keyring libnotify spell ssl"
+# currently broken due to cmake migration
+RESTRICT="test"
+
+DEPEND="
+   >=dev-libs/glib-2.26:2
+   dev-libs/gmime:3.0
+   >=x11-libs/gtk+-3.00:3
+   gnome-keyring? (
+   >=app-crypt/gcr-3.20
+   >=app-crypt/libsecret-0.20
+   )
+   libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
+   spell? (
+   >=app-text/enchant-2.2.3:2
+   >=app-text/gtkspell-3.0.10:3 )
+   ssl? ( >=net-libs/gnutls-3:0= )
+   >=sys-libs/zlib-1.2.0
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/pango
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   app-text/yelp-tools
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   cmake_src_prepare
+
+   # Relax linker restriction on clang. Not ideal, but it's this or block 
clang.
+   if tc-is-clang; then
+   append-ldflags "-Wl,--allow-shlib-undefined"
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWANT_DBUS=$(usex dbus) \
+   -DWANT_GKR=$(usex gnome-keyring) \
+   -DWANT_GTKSPELL=$(usex spell) \
+   -DWANT_NOTIFY=$(usex libnotify) \
+   -DWANT_GNUTLS=$(usex ssl)
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   # Since cmake apparently doesn't include the below automatically
+   dolib.so "${BUILD_DIR}/pan/data/libdata.so"
+   dolib.so "${BUILD_DIR}/pan/data-impl/libdata-impl.so"
+   dolib.so "${BUILD_DIR}/pan/general/libgeneralutils.so"
+   dolib.so "${BUILD_DIR}/pan/tasks/libtasks.so"
+   dolib.so "${BUILD_DIR}/pan/usenet-utils/libusenet-utils.so"
+
+}



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

2024-08-29 Thread Joe Kappus
commit: a4d226d7c2f9cb06612ffb0255ea168adf5e9f86
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Aug 30 00:36:02 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Aug 30 00:36:02 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4d226d7

dev-build/just: drop 1.31.0, 1.32.0

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

 dev-build/just/Manifest   |  34 --
 dev-build/just/just-1.31.0.ebuild | 228 --
 dev-build/just/just-1.32.0.ebuild | 228 --
 3 files changed, 490 deletions(-)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index 969b5c169..cbce4ad5d 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -2,51 +2,34 @@ DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 
8dfcbba0b9d94e55eae739b16f5c6474baa
 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
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST anstream-0.6.14.crate 29160 BLAKE2B 
1120895a51ed7a285c5d5a03d2f7e26dc956d95f39cf500ba9f547d71a62ed0326f519860ddcf8db77cb09e9119e914a62693369eca51cbf9c01ef874ade9112
 SHA512 
65ece20958e3fb1ed4a5ff1d45f5bfdcb942c64994a3d14eefb0dfd5b04f433f6e1b06ebff240c67ed8ff7cc01d93ca0acf8c8ea29cb41309c6c882e7c192b34
 DIST anstream-0.6.15.crate 29231 BLAKE2B 
cc4cf0f381c210fecc20b5796fe872b533419e5f957021b0c3be3cdc23fb84ce029fbef6f9b6f174a76ad713c07f0811145a70572de7c24cfab060fdd990f49a
 SHA512 
1cb01a0293b4c9bcc010909707e71c464416d3ec6fc9789060b7aa9fe4cc04424fefa8013cc8765ccdae6dfd9a1c50a11f7b30b39a32c4aeaf525f28167ddb92
-DIST anstyle-1.0.7.crate 15709 BLAKE2B 
872e0ed09e7e94c6f6b812349e39f949aff4d7cbb87744ab26fe49f57a7d330e0f79447213374f7f862ea276aab2dd1077dc8df3f7c5f34079ef30c4d17eeeba
 SHA512 
e20d49f7d148e03f7b127be7802e0b6b7a2b05720614d46c2ade5e440ce322b44ddd3a9239b897886faa03ed1cb30f947ee27d3811fa83dffba10b3975eba7ed
 DIST anstyle-1.0.8.crate 15771 BLAKE2B 
c039613e7de27cc990e5764810f9351754b160928a8954dc19041354cf9fef1422ed964237a5d39d16e4e9f8592ed52c523ccf36b0b5506f464d4f818f3332ff
 SHA512 
3b867f73df0b2f69a0c7d5d6e62c7515045e053656afaa303e5aade8012e838cdf5d15d2c3d7c297db9e297d08ea69a9c8eed04b97922a83f56c58962c1c0b69
-DIST anstyle-parse-0.2.4.crate 23069 BLAKE2B 
e80bd81e351326a38b3f559020a2430ac37293e61b6b6309b37bbb8bdb78ec11ca9c0fd270098af5e5ffb2f5660cfbfda949d20fd2efd336ed1c143215b2
 SHA512 
c1dac475df77d090a4d2041ba40ff418abe66e93e4ddda54653bf024fb4995e431166684343509a2337bc813fe06f362d3df8a1d7d05d177cec1a488bcb9942a
 DIST anstyle-parse-0.2.5.crate 22680 BLAKE2B 
7473651b1eee08857a6ed1419d3d62ba4b9a9aa0d6657965ad9c67bddd793d825737d3804961716a89bdebed9879ac43b42c897cd229c6e7bd780859e1e3c247
 SHA512 
cd94ad0e88ad4547a660da1473bf4e6dfed805a066782124204143c7f754c12db719bd3a1774c299f1a035740bfc4830919da191bd14e0acede410f6dbd1e2ef
-DIST anstyle-query-1.1.0.crate 9832 BLAKE2B 
de106e289c874bca806214e275647415bdd02e2878f3a80e7d337cfbcdb755d8c182b2879371f00f5cad97cdf68224ac11ca41cc89ad7ab3929f854a9f9e76a6
 SHA512 
321ddfa7b090142116c96bc8c70d81cec3e816922249ae0f07389e2d1b62c8b40636675ccfdfd23d52e29c162ae7d929637dfc7d697dafb79e596d04eb8cd90b
 DIST anstyle-query-1.1.1.crate 9891 BLAKE2B 
c298114c1864a5233fb39c365e079a7f1f4ef23499dc330e5deb06f83f27bc727015befef79075c7e39952547f799b4135d7db287cf72dfc914191df784a4989
 SHA512 
1b2e888f025142a0d9b01314cf083831a2a45d8da737c1be3a6a9aa177e73e0d2ae7999fe7610dd450b7096115e8cf38c5da23723cebf1deaa7d3501d3dbd5ce
-DIST anstyle-wincon-3.0.3.crate 12179 BLAKE2B 
37793975a05ad60bb2b670c208db11c5cda8a2a456242cd118748709d0a220b541b6f088676eccd19870cfb8f910d4aa1e7764393785a6db0531af4a3ffc8047
 SHA512 
55217c65fc9ec674e5b4dd70716a221bd108b507dce9baaeb542f0e0a47027ec7fe61f9cd3cccfda43e4a4cd785b42f13400daf89884c32d3768e48bdff2d179
 DIST anstyle-wincon-3.0.4.crate 12234 BLAKE2B 
23294d6ed7715c55c8f796eb7b860450c57b22b57e32a5c75847f2e2bd68a52b33c24797db662aa5fd7e799b9644075c8c939d93b0cf8598b16ee80fc817b77f
 SHA512 
24b3a9a44382609ad449425a657d4b42a792d4703c36e0953f09a03817759c266a2f0ff4ecc9e8b93ea8403df2badef1f1af6a6e50af56205176c41b13501ae6
-DIST arrayref-0.3.7.crate 962

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

2024-08-29 Thread Joe Kappus
commit: 3df850fbe117ad2c570dfcdd3e92c6c6a9033f39
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Aug 30 01:00:44 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Aug 30 01:00:44 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3df850fb

dev-build/just: add 1.35.0

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

 dev-build/just/Manifest   |  36 ++
 dev-build/just/just-1.35.0.ebuild | 229 ++
 2 files changed, 265 insertions(+)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index cbce4ad5d..24a5b472b 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -9,36 +9,48 @@ DIST anstyle-query-1.1.1.crate 9891 BLAKE2B 
c298114c1864a5233fb39c365e079a7f1f4e
 DIST anstyle-wincon-3.0.4.crate 12234 BLAKE2B 
23294d6ed7715c55c8f796eb7b860450c57b22b57e32a5c75847f2e2bd68a52b33c24797db662aa5fd7e799b9644075c8c939d93b0cf8598b16ee80fc817b77f
 SHA512 
24b3a9a44382609ad449425a657d4b42a792d4703c36e0953f09a03817759c266a2f0ff4ecc9e8b93ea8403df2badef1f1af6a6e50af56205176c41b13501ae6
 DIST arrayref-0.3.8.crate 10279 BLAKE2B 
f77ff13afd788ce0f30c2959ac03079e8cb5a225f55ce647fc14604b5775d4d3aa70324cb3a0fe3ca35e6c43a8c64282dfd9869a497fbf4ddbad16b606db275b
 SHA512 
27a1b5688327a45358cc62df868835e7da7276c73e853130c41c9f6d9f95822780f159c6e7d1fa10848ba30fed8e173a1d8949630f18a828c3009de342be21dc
 DIST arrayvec-0.7.4.crate 29856 BLAKE2B 
81ffac1db340e919618351819def3880ab1ef70d0acc47d680f15298eb749bcbc3bf7944ba14159be46b1e734c91b4c0f8cbaf774fd864c17caa3c9fb1fc2e9b
 SHA512 
91e8f70330c515c966d78ae235e890594f9607381ac738a2c3586b53f01411e98d1687494f39ccc365948ae60497df3dfb2be18e26ab7e69bc0966b6c250e1ac
+DIST arrayvec-0.7.6.crate 31237 BLAKE2B 
b9d1df7e3ec47d434a2606fe9540e37e02351873b376a4e113b54461288e9ab20e02285eed5c4bc0f052ec4d6b3c804044413490ea706c31a852624b03bde7bb
 SHA512 
b1f320746018a7f32340a833420089446ec5cefb7f299b4506eab7423d5db49f00b72d8aa8c6600f9159b9480d5eb3ce69407d93f5c9934147860c83e4d6eca8
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.3.0.crate 16524 BLAKE2B 
7d5a03853d6b4f0da08d8e139fb200da21e47fa7e50d1956270d0ff0cc496f660f8f800122c95eee9ba98d9210ab200c3010b782097483d12d6be4ac0df0e7c9
 SHA512 
a5570b955d57a7183ba148b335837dc5af24b202e80681027536d33fe2822509ba644fc70c29f018c893285ced2bf6774f44ca6c59f7c7e2226d5349cf7c3635
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bitflags-2.6.0.crate 45357 BLAKE2B 
3a368bd2eb58c095b7b4a46680cc2d90a28e24b2e37c854bbf8647c861c4b8fb37eca827599673c5c7df763048149dd82123d1ede1f8a0e58a6bc23c8250f7e6
 SHA512 
f9bb3c48931ed7e7e05ec6d13305af5da6b6c18861ff307d7dc17c658f63972c87b70b0527287b3625c8592befc207cfe15550654995faf3862bb12a6d95bacf
 DIST blake3-1.5.3.crate 172698 BLAKE2B 
b6d1a13ca4358d7724ac82882b2bdf8421181b32dedbe3640ccdf1fcb661a627a7d9ac5c4c6e62e85cd8250d8dd41ce1884206e29ea21a2482a80e9a34e0e726
 SHA512 
ef3f9d58ad123e5ce9357691f174e008b0370ed85c614ff38dfbb8462ada9bb68d5881f58ca779f22d002eac8b00a8ba7347db78a5db93b38fc94599ddc70214
+DIST blake3-1.5.4.crate 180240 BLAKE2B 
d0c514ff45a023897dab13be763c04df861da8d5b97b32e534f7c30c2b184fd0d7f337e1a7269ae03824473b9968dff0872769f15b27241c7e2e184d4edb333e
 SHA512 
dc28ab0f5e2b802c8ed9febc781854115e31ec4e29d2c3377cf7ec50215242ad26b3fdc62ef691b4c0bf0999119530260598bcecc4d96f2d0405ba96e067812c
 DIST block-buffer-0.10.4.crate 10538 BLAKE2B 
d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11
 SHA512 
b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb
 DIST bstr-1.10.0.crate 380426 BLAKE2B 
19330a5a293430c09908d2174ff814351b16419f60de6463abf9b8a9dff06a4e6845e889d8047a710cef54842f2790d9cd5080b92cdcb113d89742b869979c74
 SHA512 
823abdbda9b13802facc7d6b1ed9ad809ed3b0b827d26e418348ffb8481b5f5735f129c5a9a8c7b2ab010d7f32ca57cba69a1ee10a64225c54c6ceacd22c05d2
 DIST bumpalo-3.16.0.crate 85677 BLAKE2B 
08da17b757931d2910e0299df53eb62731aa8c4ebd8915859b81d1982b331e7455dfac977c754e500a35ee07ba8eff00a61d2f62be99744e2ddbba06c1268f49
 SHA512 
a51b75c36f6794db444cab20eeb24f42a319080ecb486a56d254d6f873f3d188b5ccba11db30c068bd0c52c4322d4a3f5f5195c81c94b0bc04387030418835b1
 DIST byteorder-1.5.0.crate 23288 BLAKE2B 
7f85a7948406844070a2c8202e0bd52f73b3dfc7c666a97046128044eb9352195afb80e2bf894c0742ad109e4473339de1365d09591de70dfec6c8c02a8e145

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

2024-08-18 Thread Joe Kappus
commit: acd297c8698da2f4b5cfdc06add0f2d45c9da8e1
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Aug 19 04:46:14 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Aug 19 04:46:14 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acd297c8

mail-client/proton-mail-bin: add 5.0.157.4, drop 5.0.142.4

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

 mail-client/proton-mail-bin/Manifest| 2 +-
 ...roton-mail-bin-5.0.142.4.ebuild => proton-mail-bin-5.0.157.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/proton-mail-bin/Manifest 
b/mail-client/proton-mail-bin/Manifest
index 89b9b2e6a..1f812fff9 100644
--- a/mail-client/proton-mail-bin/Manifest
+++ b/mail-client/proton-mail-bin/Manifest
@@ -1 +1 @@
-DIST proton-mail-bin-5.0.142.4.rpm 83048653 BLAKE2B 
e19d2b5dd1244c4949aba8f356efa41355b1580c171d253d130bfdfa42698e512b6056d0be955dc1986ceb165ff15e70498f38514e13de2b6cff08d7f2903171
 SHA512 
00a2742aa487b3b08ab15502895b967272d6096ccc442087cb8d4be11b6842fac5856746ad2dfe45f99f229fbfa3d59b2b8c105e61ed86f8d75e80d160527212
+DIST proton-mail-bin-5.0.157.4.rpm 83048897 BLAKE2B 
a75c8d5067e19fcaa2d05775bfd1328522a3c9248e3896c98999458924206027d838c984912bcf2fc51beb110268ad99501568347b509c8b0265de2be3956c73
 SHA512 
ac294dabfd3150c26acf46d9988942778076191d4b1b100798de06d6fbaececa87083d72c6e717259969250a711ef7559e20cb6d862b890244cc34d917b86e6e

diff --git a/mail-client/proton-mail-bin/proton-mail-bin-5.0.142.4.ebuild 
b/mail-client/proton-mail-bin/proton-mail-bin-5.0.157.4.ebuild
similarity index 100%
rename from mail-client/proton-mail-bin/proton-mail-bin-5.0.142.4.ebuild
rename to mail-client/proton-mail-bin/proton-mail-bin-5.0.157.4.ebuild



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

2024-08-05 Thread Joe Kappus
commit: 0bba6978225401cee93982219f15612d67ca7306
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Aug  5 19:02:10 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Aug  5 19:02:24 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bba6978

dev-build/just: add 1.34.0

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

 dev-build/just/Manifest   |  31 +
 dev-build/just/just-1.34.0.ebuild | 230 ++
 2 files changed, 261 insertions(+)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index be5cdd523..969b5c169 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -3,11 +3,17 @@ DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf1
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anstream-0.6.14.crate 29160 BLAKE2B 
1120895a51ed7a285c5d5a03d2f7e26dc956d95f39cf500ba9f547d71a62ed0326f519860ddcf8db77cb09e9119e914a62693369eca51cbf9c01ef874ade9112
 SHA512 
65ece20958e3fb1ed4a5ff1d45f5bfdcb942c64994a3d14eefb0dfd5b04f433f6e1b06ebff240c67ed8ff7cc01d93ca0acf8c8ea29cb41309c6c882e7c192b34
+DIST anstream-0.6.15.crate 29231 BLAKE2B 
cc4cf0f381c210fecc20b5796fe872b533419e5f957021b0c3be3cdc23fb84ce029fbef6f9b6f174a76ad713c07f0811145a70572de7c24cfab060fdd990f49a
 SHA512 
1cb01a0293b4c9bcc010909707e71c464416d3ec6fc9789060b7aa9fe4cc04424fefa8013cc8765ccdae6dfd9a1c50a11f7b30b39a32c4aeaf525f28167ddb92
 DIST anstyle-1.0.7.crate 15709 BLAKE2B 
872e0ed09e7e94c6f6b812349e39f949aff4d7cbb87744ab26fe49f57a7d330e0f79447213374f7f862ea276aab2dd1077dc8df3f7c5f34079ef30c4d17eeeba
 SHA512 
e20d49f7d148e03f7b127be7802e0b6b7a2b05720614d46c2ade5e440ce322b44ddd3a9239b897886faa03ed1cb30f947ee27d3811fa83dffba10b3975eba7ed
+DIST anstyle-1.0.8.crate 15771 BLAKE2B 
c039613e7de27cc990e5764810f9351754b160928a8954dc19041354cf9fef1422ed964237a5d39d16e4e9f8592ed52c523ccf36b0b5506f464d4f818f3332ff
 SHA512 
3b867f73df0b2f69a0c7d5d6e62c7515045e053656afaa303e5aade8012e838cdf5d15d2c3d7c297db9e297d08ea69a9c8eed04b97922a83f56c58962c1c0b69
 DIST anstyle-parse-0.2.4.crate 23069 BLAKE2B 
e80bd81e351326a38b3f559020a2430ac37293e61b6b6309b37bbb8bdb78ec11ca9c0fd270098af5e5ffb2f5660cfbfda949d20fd2efd336ed1c143215b2
 SHA512 
c1dac475df77d090a4d2041ba40ff418abe66e93e4ddda54653bf024fb4995e431166684343509a2337bc813fe06f362d3df8a1d7d05d177cec1a488bcb9942a
+DIST anstyle-parse-0.2.5.crate 22680 BLAKE2B 
7473651b1eee08857a6ed1419d3d62ba4b9a9aa0d6657965ad9c67bddd793d825737d3804961716a89bdebed9879ac43b42c897cd229c6e7bd780859e1e3c247
 SHA512 
cd94ad0e88ad4547a660da1473bf4e6dfed805a066782124204143c7f754c12db719bd3a1774c299f1a035740bfc4830919da191bd14e0acede410f6dbd1e2ef
 DIST anstyle-query-1.1.0.crate 9832 BLAKE2B 
de106e289c874bca806214e275647415bdd02e2878f3a80e7d337cfbcdb755d8c182b2879371f00f5cad97cdf68224ac11ca41cc89ad7ab3929f854a9f9e76a6
 SHA512 
321ddfa7b090142116c96bc8c70d81cec3e816922249ae0f07389e2d1b62c8b40636675ccfdfd23d52e29c162ae7d929637dfc7d697dafb79e596d04eb8cd90b
+DIST anstyle-query-1.1.1.crate 9891 BLAKE2B 
c298114c1864a5233fb39c365e079a7f1f4ef23499dc330e5deb06f83f27bc727015befef79075c7e39952547f799b4135d7db287cf72dfc914191df784a4989
 SHA512 
1b2e888f025142a0d9b01314cf083831a2a45d8da737c1be3a6a9aa177e73e0d2ae7999fe7610dd450b7096115e8cf38c5da23723cebf1deaa7d3501d3dbd5ce
 DIST anstyle-wincon-3.0.3.crate 12179 BLAKE2B 
37793975a05ad60bb2b670c208db11c5cda8a2a456242cd118748709d0a220b541b6f088676eccd19870cfb8f910d4aa1e7764393785a6db0531af4a3ffc8047
 SHA512 
55217c65fc9ec674e5b4dd70716a221bd108b507dce9baaeb542f0e0a47027ec7fe61f9cd3cccfda43e4a4cd785b42f13400daf89884c32d3768e48bdff2d179
+DIST anstyle-wincon-3.0.4.crate 12234 BLAKE2B 
23294d6ed7715c55c8f796eb7b860450c57b22b57e32a5c75847f2e2bd68a52b33c24797db662aa5fd7e799b9644075c8c939d93b0cf8598b16ee80fc817b77f
 SHA512 
24b3a9a44382609ad449425a657d4b42a792d4703c36e0953f09a03817759c266a2f0ff4ecc9e8b93ea8403df2badef1f1af6a6e50af56205176c41b13501ae6
 DIST arrayref-0.3.7.crate 9620 BLAKE2B 
69d25ca9c15c188ca954a862f320869a448a5d8ed5765a6fc26309abb030e1d846d12800d960c8a97aa3ab422e8d2b883bd154781ed219a858e02b20cc803613
 SHA512 
dcf1c7de6d1d4b921e26a39cd70070bd460cd27f0a38be9099e41fc8b05fb60ba4f9aa91f92401cdcd0847bad08bffa7db4dca8d7cc84a3c8a1416d1758838ce
+DIST arrayref-0.3.8.crate 1027

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

2024-07-25 Thread Joe Kappus
commit: 5ac4e92726ec104f4d526568c9d651e9296b2e9d
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Jul 26 03:59:07 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Jul 26 03:59:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ac4e927

net-im/nheko: Update RDEPEND

dev-qt/kdsingleapplication -> dev-libs/kdsingleapplication

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

 net-im/nheko/nheko-0.12.0.ebuild | 2 +-
 net-im/nheko/nheko-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/nheko/nheko-0.12.0.ebuild b/net-im/nheko/nheko-0.12.0.ebuild
index 41925b044..92596c206 100644
--- a/net-im/nheko/nheko-0.12.0.ebuild
+++ b/net-im/nheko/nheko-0.12.0.ebuild
@@ -27,13 +27,13 @@ RDEPEND="
>=dev-db/lmdb++-1.0.0
dev-libs/libevent:=
dev-libs/libfmt:=
+   >=dev-libs/kdsingleapplication-1.1.0
>=dev-libs/mtxclient-0.10.0:=
dev-libs/olm
>=dev-libs/openssl-1.1.0:=
>=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
>=dev-libs/re2-0.2022.04.01:=
dev-libs/spdlog:=
-   >=dev-qt/kdsingleapplication-1.1.0:=
dev-qt/qtbase:6[concurrent,dbus,gui,widgets]
dev-qt/qtdeclarative:6[widgets]
dev-qt/qtimageformats:6

diff --git a/net-im/nheko/nheko-.ebuild b/net-im/nheko/nheko-.ebuild
index 1ec785caf..220f06708 100644
--- a/net-im/nheko/nheko-.ebuild
+++ b/net-im/nheko/nheko-.ebuild
@@ -29,12 +29,12 @@ RDEPEND="
>=dev-db/lmdb++-1.0.0
dev-libs/libevent:=
dev-libs/libfmt:=
+   >=dev-libs/kdsingleapplication-1.1.0
dev-libs/olm
>=dev-libs/openssl-1.1.0:=
>=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
>=dev-libs/re2-0.2022.04.01:=
dev-libs/spdlog:=
-   >=dev-qt/kdsingleapplication-1.1.0:=
dev-qt/qtbase:6[concurrent,dbus,gui,widgets]
dev-qt/qtdeclarative:6[widgets]
dev-qt/qtimageformats:6



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

2024-07-25 Thread Joe Kappus
commit: a9d8243091218adc1cc56be04fe4d147eaccf4e5
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Jul 26 03:19:04 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Jul 26 03:19:04 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9d82430

net-im/nheko: update RDEPEND

Needed by 2ba8aef245ea39c2a5f7437de78ff1be5a1854a4
dev-libs/kdsingleapplication: Drop IUSE qt6 (dropping qt5 "option")

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

 net-im/nheko/nheko-0.12.0.ebuild | 2 +-
 net-im/nheko/nheko-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/nheko/nheko-0.12.0.ebuild b/net-im/nheko/nheko-0.12.0.ebuild
index e22f303cc..41925b044 100644
--- a/net-im/nheko/nheko-0.12.0.ebuild
+++ b/net-im/nheko/nheko-0.12.0.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
>=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
>=dev-libs/re2-0.2022.04.01:=
dev-libs/spdlog:=
-   >=dev-qt/kdsingleapplication-1.1.0:=[qt6]
+   >=dev-qt/kdsingleapplication-1.1.0:=
dev-qt/qtbase:6[concurrent,dbus,gui,widgets]
dev-qt/qtdeclarative:6[widgets]
dev-qt/qtimageformats:6

diff --git a/net-im/nheko/nheko-.ebuild b/net-im/nheko/nheko-.ebuild
index b25d7d977..1ec785caf 100644
--- a/net-im/nheko/nheko-.ebuild
+++ b/net-im/nheko/nheko-.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
>=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
>=dev-libs/re2-0.2022.04.01:=
dev-libs/spdlog:=
-   >=dev-qt/kdsingleapplication-1.1.0:=[qt6]
+   >=dev-qt/kdsingleapplication-1.1.0:=
dev-qt/qtbase:6[concurrent,dbus,gui,widgets]
dev-qt/qtdeclarative:6[widgets]
dev-qt/qtimageformats:6



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

2024-07-19 Thread Joe Kappus
commit: c34275a1469b861f68271f53b95fde75f5a554b1
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Jul 19 20:55:12 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Jul 19 20:55:21 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c34275a1

dev-build/just: add 1.32.0

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

 dev-build/just/Manifest   |   5 +
 dev-build/just/just-1.32.0.ebuild | 228 ++
 2 files changed, 233 insertions(+)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index 10711f4d2..be5cdd523 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -14,11 +14,13 @@ DIST autocfg-1.3.0.crate 16524 BLAKE2B 
7d5a03853d6b4f0da08d8e139fb200da21e47fa7e
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bitflags-2.6.0.crate 45357 BLAKE2B 
3a368bd2eb58c095b7b4a46680cc2d90a28e24b2e37c854bbf8647c861c4b8fb37eca827599673c5c7df763048149dd82123d1ede1f8a0e58a6bc23c8250f7e6
 SHA512 
f9bb3c48931ed7e7e05ec6d13305af5da6b6c18861ff307d7dc17c658f63972c87b70b0527287b3625c8592befc207cfe15550654995faf3862bb12a6d95bacf
 DIST blake3-1.5.2.crate 172720 BLAKE2B 
b9c56c3e783db61fe388d71f27fe42517f58c89bac7c1a7be8b49229f93fa69c9827734fcbc721d0c570d7b2c26f8fff7e9da40a02ff70776587d09e774e9bd8
 SHA512 
e802f14f76450473806775b502ea97aaf1a6184fabe4eb7ad3b3cb25fdb929a9a299358a7b6b9e08f68fbc1d5cebfeda9a8594dca3f6dbd5a3680dc5c9fe3ef5
+DIST blake3-1.5.3.crate 172698 BLAKE2B 
b6d1a13ca4358d7724ac82882b2bdf8421181b32dedbe3640ccdf1fcb661a627a7d9ac5c4c6e62e85cd8250d8dd41ce1884206e29ea21a2482a80e9a34e0e726
 SHA512 
ef3f9d58ad123e5ce9357691f174e008b0370ed85c614ff38dfbb8462ada9bb68d5881f58ca779f22d002eac8b00a8ba7347db78a5db93b38fc94599ddc70214
 DIST block-buffer-0.10.4.crate 10538 BLAKE2B 
d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11
 SHA512 
b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST bumpalo-3.16.0.crate 85677 BLAKE2B 
08da17b757931d2910e0299df53eb62731aa8c4ebd8915859b81d1982b331e7455dfac977c754e500a35ee07ba8eff00a61d2f62be99744e2ddbba06c1268f49
 SHA512 
a51b75c36f6794db444cab20eeb24f42a319080ecb486a56d254d6f873f3d188b5ccba11db30c068bd0c52c4322d4a3f5f5195c81c94b0bc04387030418835b1
 DIST camino-1.1.7.crate 36204 BLAKE2B 
ea87922e77401a23f25d66af303f39c568f37377e4f0cd6d206cb7b175a51528680bf67897e3b9830d276acb1b156b7c66e149b75370be202cb99fbbcea54233
 SHA512 
b82c809bd52549d16e286d514b5dbb1d640633b7ff05412ce3539e543de9c69d99bc3f62597b94fc0cedd7c8034ebf73663a6f647e46409b778baa4877928c45
 DIST cc-1.1.4.crate 81127 BLAKE2B 
fef48f4305d9ff973408aaa73dbe17c2420a3fcf1f46eb1865157ad91b96797bca3b258f9c8c473b6306bd0a148fbd8fc04b2952334b0985f880b890e80d72f3
 SHA512 
f4140aa80d8263dec91f602b8d08adf95cdcb239c9dc6085dabf3a4a47ca2b0ac7d370aebc882593c0d548bea5d082dfed8eeed113e5e89a08228330b57fb6ab
+DIST cc-1.1.5.crate 81493 BLAKE2B 
3edd99cd9d05b090a57cf62f1236c02d0731baa8b2bdcd6c14f21e68323cdf4a65439f81701c1b1960b70919f1a342f1ad8e0bc830bfd187eedbbf443a5df77b
 SHA512 
2ee646d3808bd06b3bba5788d0f93762009875e1f5c25dad67b0f8dafcb512be3ff105bf9d2e92a2507a2fd942b8d774004971c1f203ad40894336ffb89ceebd
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST cfg_aliases-0.1.1.crate 6009 BLAKE2B 
6acfae9a89d3479f7ce1f0b5dbb13bfe27c006b936a96685606a61a06f69d17ab754a8a0d96c54213f758281c2fb32ac74d03a34e0f836dc7e438387955aac37
 SHA512 
238828445c5b48ca41ff88825af0a1ad30494e423bb6f89b6d5e4d26042afaa1ceb0e32041f7cddd79c3e15c6c82a1ddb9469c4b63a1ac52d4bcc1174900f880
 DIST chrono-0.4.38.crate 220559 BLAKE2B 
ab828bfeed56eb737a1797d5e1132cafe87a1e14bf7a1fe4a5098f50e6ceead50ca2e7f041cc2ff63d5f4e41e2853322f6c345bb31ff12a5b412e3e5202f5fea
 SHA512 
858e47e3facebd5383e71898f26b27d92fe4a69027e2cc47da2af59975ead7767355e0b699f4228eabe76a3eff8b2519c7cecf8b60dc3fc60fbf9b28e2f3d4d9
@@ -66,6 +68,7 @@ DIST is_terminal_polyfill-1.70.0.crate 7451 BLAKE2B 
9efe76f14d61a5af6d3cd30d5e64
 DIST itoa-1.0.11.crate 1056

[gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/

2024-07-17 Thread Joe Kappus
commit: 833b7e5d3e3e9ac93e2517906611c967ae42f06d
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Jul 17 20:34:55 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed Jul 17 20:34:55 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=833b7e5d

app-admin/agru: fix copyright/license header

3rd time's the charm.

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

 app-admin/agru/agru-0.1.10.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-admin/agru/agru-0.1.10.ebuild 
b/app-admin/agru/agru-0.1.10.ebuild
index ba10ddc5e..6c8479c1c 100644
--- a/app-admin/agru/agru-0.1.10.ebuild
+++ b/app-admin/agru/agru-0.1.10.ebuild
@@ -1,4 +1,5 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 inherit go-module



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

2024-07-16 Thread Joe Kappus
commit: 6ef7fe5dba3a622147fbaca98f2ae9d3d3a00e48
Author: Joe Kappus  wt  gd>
AuthorDate: Tue Jul 16 16:58:03 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Tue Jul 16 21:45:11 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ef7fe5d

dev-build/just: drop 1.29.0, 1.29.1

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

 dev-build/just/Manifest   |  36 --
 dev-build/just/just-1.29.0.ebuild | 232 --
 dev-build/just/just-1.29.1.ebuild | 232 --
 3 files changed, 500 deletions(-)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index 3ba283d10..10711f4d2 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -12,36 +12,27 @@ DIST arrayvec-0.7.4.crate 29856 BLAKE2B 
81ffac1db340e919618351819def3880ab1ef70d
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.3.0.crate 16524 BLAKE2B 
7d5a03853d6b4f0da08d8e139fb200da21e47fa7e50d1956270d0ff0cc496f660f8f800122c95eee9ba98d9210ab200c3010b782097483d12d6be4ac0df0e7c9
 SHA512 
a5570b955d57a7183ba148b335837dc5af24b202e80681027536d33fe2822509ba644fc70c29f018c893285ced2bf6774f44ca6c59f7c7e2226d5349cf7c3635
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
-DIST bitflags-2.5.0.crate 43821 BLAKE2B 
2d2a78b0a19dcb39580e6f73ed6c468b0626043010b34661084944c83561fe49db24bee1ab57fd692d57617be6506d529e095aea27b753a77e26d0b1ebf7ed78
 SHA512 
75d7a89e53e5e7582591932bc430e6a1db7ed0f914ded6dbcf957125be52975598df7fee14ef816f66544432ef0505f0a081f3794d17138ec429e283fe14fcf9
 DIST bitflags-2.6.0.crate 45357 BLAKE2B 
3a368bd2eb58c095b7b4a46680cc2d90a28e24b2e37c854bbf8647c861c4b8fb37eca827599673c5c7df763048149dd82123d1ede1f8a0e58a6bc23c8250f7e6
 SHA512 
f9bb3c48931ed7e7e05ec6d13305af5da6b6c18861ff307d7dc17c658f63972c87b70b0527287b3625c8592befc207cfe15550654995faf3862bb12a6d95bacf
-DIST blake3-1.5.1.crate 170239 BLAKE2B 
d966170b27098a9f51a2ee1ad0e16bf09a5b886b9e350fcee70d62c0e42bbe6e7629eb185cea9b11e55fa4f5c3e4b65803472e1b18306316cb33e7854feac0f5
 SHA512 
86c67b98dc3fd790363dbafc71a47cab96bda5e6e1f971210f532783e3b538b1a62e1580140380aaeaafbfdf63d93bc3b09e01b836eb5a7a11655fec01009763
 DIST blake3-1.5.2.crate 172720 BLAKE2B 
b9c56c3e783db61fe388d71f27fe42517f58c89bac7c1a7be8b49229f93fa69c9827734fcbc721d0c570d7b2c26f8fff7e9da40a02ff70776587d09e774e9bd8
 SHA512 
e802f14f76450473806775b502ea97aaf1a6184fabe4eb7ad3b3cb25fdb929a9a299358a7b6b9e08f68fbc1d5cebfeda9a8594dca3f6dbd5a3680dc5c9fe3ef5
 DIST block-buffer-0.10.4.crate 10538 BLAKE2B 
d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11
 SHA512 
b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST bumpalo-3.16.0.crate 85677 BLAKE2B 
08da17b757931d2910e0299df53eb62731aa8c4ebd8915859b81d1982b331e7455dfac977c754e500a35ee07ba8eff00a61d2f62be99744e2ddbba06c1268f49
 SHA512 
a51b75c36f6794db444cab20eeb24f42a319080ecb486a56d254d6f873f3d188b5ccba11db30c068bd0c52c4322d4a3f5f5195c81c94b0bc04387030418835b1
 DIST camino-1.1.7.crate 36204 BLAKE2B 
ea87922e77401a23f25d66af303f39c568f37377e4f0cd6d206cb7b175a51528680bf67897e3b9830d276acb1b156b7c66e149b75370be202cb99fbbcea54233
 SHA512 
b82c809bd52549d16e286d514b5dbb1d640633b7ff05412ce3539e543de9c69d99bc3f62597b94fc0cedd7c8034ebf73663a6f647e46409b778baa4877928c45
-DIST cc-1.0.99.crate 76961 BLAKE2B 
d615f647bc5e4f7f580f878fc41baee172e9513f1157d421c491c36af2ca330dde2a6ddd4238c03aae27feed5e8cc042f4b790d7b145952a8676ac553f72e356
 SHA512 
2f6c9a0869b3b636b011390efade0085ed5fe616ecb33ff586c948779b9c9bea9169cb1c31441b0aeb63dbaa35cdb76b6e67ace38d561e2c150e06853a2b1757
 DIST cc-1.1.4.crate 81127 BLAKE2B 
fef48f4305d9ff973408aaa73dbe17c2420a3fcf1f46eb1865157ad91b96797bca3b258f9c8c473b6306bd0a148fbd8fc04b2952334b0985f880b890e80d72f3
 SHA512 
f4140aa80d8263dec91f602b8d08adf95cdcb239c9dc6085dabf3a4a47ca2b0ac7d370aebc882593c0d548bea5d082dfed8eeed113e5e89a08228330b57fb6ab
 DIST cfg-if-1.0.0.crate 793

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

2024-07-16 Thread Joe Kappus
commit: 98e8c78cea25970b188892a4e8be1ec8d3d3706e
Author: Joe Kappus  wt  gd>
AuthorDate: Tue Jul 16 21:43:46 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Tue Jul 16 21:45:14 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98e8c78c

dev-build/just: QA fixups

Incorporating feedback from AndrewAmmerlaan & antecrescent.

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

 dev-build/just/just-1.31.0.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-build/just/just-1.31.0.ebuild 
b/dev-build/just/just-1.31.0.ebuild
index d4c08b75a..9a3a7ad29 100644
--- a/dev-build/just/just-1.31.0.ebuild
+++ b/dev-build/just/just-1.31.0.ebuild
@@ -192,8 +192,6 @@ KEYWORDS="~amd64 ~arm64 ~x86"
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 
 src_test() {
-   # $USER must be set or tests fail Bug #890889
-   export USER=portage
default
 }
 
@@ -208,7 +206,7 @@ src_install() {
cargo_src_install
 
mkdir man || die
-   ./target/$(usex debug debug release)/just --man > man/just.1 || die
+   $(cargo_target_dir)/just --man > man/just.1 || die
 
doman man/*
 
@@ -217,14 +215,14 @@ src_install() {
mkdir completions || die
 
# bash-completion
-   ./target/$(usex debug debug release)/just --completions bash > 
completions/just.bash || die
+   $(cargo_target_dir)/just --completions bash > completions/just.bash || 
die
newbashcomp "completions/${PN}.bash" "${PN}"
 
# zsh-completion
-   ./target/$(usex debug debug release)/just --completions zsh > 
completions/just.zsh || die
+   $(cargo_target_dir)/just --completions zsh > completions/just.zsh || die
newzshcomp "completions/${PN}.zsh" "_${PN}"
 
# fish-completion
-   ./target/$(usex debug debug release)/just --completions fish > 
completions/just.fish || die
+   $(cargo_target_dir)/just --completions fish > completions/just.fish || 
die
dofishcomp "completions/${PN}.fish"
 }



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

2024-07-14 Thread Joe Kappus
commit: 38818f22fb1788a598b0467d0fda58ed27e0acd9
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Jul 15 06:12:08 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Jul 15 06:12:08 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38818f22

dev-build/just: add 1.31.0

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

 dev-build/just/Manifest   |  33 ++
 dev-build/just/just-1.31.0.ebuild | 230 ++
 2 files changed, 263 insertions(+)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index 2fff30d62..3ba283d10 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -13,22 +13,30 @@ DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856
 DIST autocfg-1.3.0.crate 16524 BLAKE2B 
7d5a03853d6b4f0da08d8e139fb200da21e47fa7e50d1956270d0ff0cc496f660f8f800122c95eee9ba98d9210ab200c3010b782097483d12d6be4ac0df0e7c9
 SHA512 
a5570b955d57a7183ba148b335837dc5af24b202e80681027536d33fe2822509ba644fc70c29f018c893285ced2bf6774f44ca6c59f7c7e2226d5349cf7c3635
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bitflags-2.5.0.crate 43821 BLAKE2B 
2d2a78b0a19dcb39580e6f73ed6c468b0626043010b34661084944c83561fe49db24bee1ab57fd692d57617be6506d529e095aea27b753a77e26d0b1ebf7ed78
 SHA512 
75d7a89e53e5e7582591932bc430e6a1db7ed0f914ded6dbcf957125be52975598df7fee14ef816f66544432ef0505f0a081f3794d17138ec429e283fe14fcf9
+DIST bitflags-2.6.0.crate 45357 BLAKE2B 
3a368bd2eb58c095b7b4a46680cc2d90a28e24b2e37c854bbf8647c861c4b8fb37eca827599673c5c7df763048149dd82123d1ede1f8a0e58a6bc23c8250f7e6
 SHA512 
f9bb3c48931ed7e7e05ec6d13305af5da6b6c18861ff307d7dc17c658f63972c87b70b0527287b3625c8592befc207cfe15550654995faf3862bb12a6d95bacf
 DIST blake3-1.5.1.crate 170239 BLAKE2B 
d966170b27098a9f51a2ee1ad0e16bf09a5b886b9e350fcee70d62c0e42bbe6e7629eb185cea9b11e55fa4f5c3e4b65803472e1b18306316cb33e7854feac0f5
 SHA512 
86c67b98dc3fd790363dbafc71a47cab96bda5e6e1f971210f532783e3b538b1a62e1580140380aaeaafbfdf63d93bc3b09e01b836eb5a7a11655fec01009763
+DIST blake3-1.5.2.crate 172720 BLAKE2B 
b9c56c3e783db61fe388d71f27fe42517f58c89bac7c1a7be8b49229f93fa69c9827734fcbc721d0c570d7b2c26f8fff7e9da40a02ff70776587d09e774e9bd8
 SHA512 
e802f14f76450473806775b502ea97aaf1a6184fabe4eb7ad3b3cb25fdb929a9a299358a7b6b9e08f68fbc1d5cebfeda9a8594dca3f6dbd5a3680dc5c9fe3ef5
 DIST block-buffer-0.10.4.crate 10538 BLAKE2B 
d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11
 SHA512 
b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST bumpalo-3.16.0.crate 85677 BLAKE2B 
08da17b757931d2910e0299df53eb62731aa8c4ebd8915859b81d1982b331e7455dfac977c754e500a35ee07ba8eff00a61d2f62be99744e2ddbba06c1268f49
 SHA512 
a51b75c36f6794db444cab20eeb24f42a319080ecb486a56d254d6f873f3d188b5ccba11db30c068bd0c52c4322d4a3f5f5195c81c94b0bc04387030418835b1
 DIST camino-1.1.7.crate 36204 BLAKE2B 
ea87922e77401a23f25d66af303f39c568f37377e4f0cd6d206cb7b175a51528680bf67897e3b9830d276acb1b156b7c66e149b75370be202cb99fbbcea54233
 SHA512 
b82c809bd52549d16e286d514b5dbb1d640633b7ff05412ce3539e543de9c69d99bc3f62597b94fc0cedd7c8034ebf73663a6f647e46409b778baa4877928c45
 DIST cc-1.0.99.crate 76961 BLAKE2B 
d615f647bc5e4f7f580f878fc41baee172e9513f1157d421c491c36af2ca330dde2a6ddd4238c03aae27feed5e8cc042f4b790d7b145952a8676ac553f72e356
 SHA512 
2f6c9a0869b3b636b011390efade0085ed5fe616ecb33ff586c948779b9c9bea9169cb1c31441b0aeb63dbaa35cdb76b6e67ace38d561e2c150e06853a2b1757
+DIST cc-1.1.4.crate 81127 BLAKE2B 
fef48f4305d9ff973408aaa73dbe17c2420a3fcf1f46eb1865157ad91b96797bca3b258f9c8c473b6306bd0a148fbd8fc04b2952334b0985f880b890e80d72f3
 SHA512 
f4140aa80d8263dec91f602b8d08adf95cdcb239c9dc6085dabf3a4a47ca2b0ac7d370aebc882593c0d548bea5d082dfed8eeed113e5e89a08228330b57fb6ab
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST cfg_aliases-0.1.1.crate 6009 BLAKE2B 
6acfae9a89d3479f7ce1f0b5dbb13bfe27c006b936a96685606a61a06f69d17ab754a8a0d96c54213f758281c2fb32ac74d03a34e0f836dc7e438387955aac3

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

2024-07-14 Thread Joe Kappus
commit: f604713c5eae5875d2b04fa46454a6a5ba52d8bd
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Jul 15 06:05:08 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Jul 15 06:05:08 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f604713c

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

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

 mail-client/proton-mail-bin/Manifest| 2 +-
 ...n-mail-bin-5.0.126.1.ebuild => proton-mail-bin-5.0.142.4.ebuild} | 6 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/mail-client/proton-mail-bin/Manifest 
b/mail-client/proton-mail-bin/Manifest
index cdb368b66..89b9b2e6a 100644
--- a/mail-client/proton-mail-bin/Manifest
+++ b/mail-client/proton-mail-bin/Manifest
@@ -1 +1 @@
-DIST proton-mail-bin-5.0.126.1.rpm 83048269 BLAKE2B 
a4de4905fe90035d0a39b5b1bdba0d461029b0468a0568a1fe3ecb502a8164ff67af8879f8cceab3ae07a2890eff72d68eb906bd727727ac274a3fe5206a80f2
 SHA512 
5fcd824913ead17e9040a9212c84df5badca1600ae38d8e3245ccdafe062bc68d7be703b2339a0ff5eda33f355b578808ac2e881918433bfa9323556ab00d558
+DIST proton-mail-bin-5.0.142.4.rpm 83048653 BLAKE2B 
e19d2b5dd1244c4949aba8f356efa41355b1580c171d253d130bfdfa42698e512b6056d0be955dc1986ceb165ff15e70498f38514e13de2b6cff08d7f2903171
 SHA512 
00a2742aa487b3b08ab15502895b967272d6096ccc442087cb8d4be11b6842fac5856746ad2dfe45f99f229fbfa3d59b2b8c105e61ed86f8d75e80d160527212

diff --git a/mail-client/proton-mail-bin/proton-mail-bin-5.0.126.1.ebuild 
b/mail-client/proton-mail-bin/proton-mail-bin-5.0.142.4.ebuild
similarity index 92%
rename from mail-client/proton-mail-bin/proton-mail-bin-5.0.126.1.ebuild
rename to mail-client/proton-mail-bin/proton-mail-bin-5.0.142.4.ebuild
index fdc4d31cc..626170dac 100644
--- a/mail-client/proton-mail-bin/proton-mail-bin-5.0.126.1.ebuild
+++ b/mail-client/proton-mail-bin/proton-mail-bin-5.0.142.4.ebuild
@@ -15,6 +15,12 @@ LICENSE="freedist"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libxcb
+"
+
 QA_PREBUILT="opt/proton-mail/*"
 
 src_install() {



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyperscan/, sys-libs/gcompat/, dev-python/guppy3/, app-misc/zcock/, ...

2024-06-14 Thread Joe Kappus
commit: 9d22a109ccea06a8844126f764e444fe4eccf97e
Author: Joe Kappus  wt  gd>
AuthorDate: Sat Jun 15 06:15:24 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sat Jun 15 06:15:24 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d22a109

*/*: switch remaining metadata.xml to https

gentoo.org 301's to https for a long time now.

Update the stragglers.

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

 app-admin/pulumi-bin/metadata.xml | 2 +-
 app-misc/catt/metadata.xml| 2 +-
 app-misc/chayang/metadata.xml | 2 +-
 app-misc/far2l/metadata.xml   | 2 +-
 app-misc/godedupe/metadata.xml| 2 +-
 app-misc/zcock/metadata.xml   | 2 +-
 dev-python/PythonQwt/metadata.xml | 2 +-
 dev-python/ahocorasick/metadata.xml   | 2 +-
 dev-python/arpy/metadata.xml  | 2 +-
 dev-python/cassowary/metadata.xml | 2 +-
 dev-python/guiqwt/metadata.xml| 2 +-
 dev-python/guppy3/metadata.xml| 2 +-
 dev-python/plotext/metadata.xml   | 2 +-
 dev-python/pyperscan/metadata.xml | 2 +-
 dev-python/pysnooper/metadata.xml | 2 +-
 dev-util/gitlab-ci-local-bin/metadata.xml | 2 +-
 games-arcade/tetrio-desktop/metadata.xml  | 2 +-
 games-puzzle/blockout/metadata.xml| 2 +-
 media-libs/glee/manifest.xml  | 2 +-
 media-sound/yewtube/metadata.xml  | 2 +-
 net-im/armcord-bin/metadata.xml   | 2 +-
 net-irc/halloy/metadata.xml   | 2 +-
 net-p2p/dogecoin-qt/metadata.xml  | 2 +-
 net-p2p/gridcoin/metadata.xml | 2 +-
 sci-biology/cytoscape-bin/metadata.xml| 2 +-
 sci-biology/jalview-bin/metadata.xml  | 2 +-
 sys-libs/gcompat/metadata.xml | 2 +-
 sys-process/forkstat/metadata.xml | 2 +-
 www-client/yandex-browser/metadata.xml| 2 +-
 29 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/app-admin/pulumi-bin/metadata.xml 
b/app-admin/pulumi-bin/metadata.xml
index 87621ad9a..d2e334c1e 100644
--- a/app-admin/pulumi-bin/metadata.xml
+++ b/app-admin/pulumi-bin/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

ale...@zapparov.com

diff --git a/app-misc/catt/metadata.xml b/app-misc/catt/metadata.xml
index 981025146..8edd98a10 100644
--- a/app-misc/catt/metadata.xml
+++ b/app-misc/catt/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

davidroma...@gmail.com

diff --git a/app-misc/chayang/metadata.xml b/app-misc/chayang/metadata.xml
index 1ed32f96e..19478cecb 100644
--- a/app-misc/chayang/metadata.xml
+++ b/app-misc/chayang/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

m...@matous.dev

diff --git a/app-misc/far2l/metadata.xml b/app-misc/far2l/metadata.xml
index 5995d0e6f..ed7554019 100644
--- a/app-misc/far2l/metadata.xml
+++ b/app-misc/far2l/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

syut...@gmail.com

diff --git a/app-misc/godedupe/metadata.xml b/app-misc/godedupe/metadata.xml
index 6a4fa5bcf..be12b80ec 100644
--- a/app-misc/godedupe/metadata.xml
+++ b/app-misc/godedupe/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

davidroma...@gmail.com

diff --git a/app-misc/zcock/metadata.xml b/app-misc/zcock/metadata.xml
index 8c34e8f0f..bda3ed581 100644
--- a/app-misc/zcock/metadata.xml
+++ b/app-misc/zcock/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

davidroma...@gmail.com

diff --git a/dev-python/PythonQwt/metadata.xml 
b/dev-python/PythonQwt/metadata.xml
index e255c3cdf..e0c9b2770 100644
--- a/dev-python/PythonQwt/metadata.xml
+++ b/dev-python/PythonQwt/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

davidroma...@gmail.com

diff --git a/dev-python/ahocorasick/metadata.xml 
b/dev-python/ahocorasick/metadata.xml
index 4442d5ac0..358c4e1c4 100644
--- a/dev-python/ahocorasick/metadata.xml
+++ b/dev-python/ahocorasick/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

davidroma...@gmail.com

diff --git a/dev-python/arpy/metadata.xml b/dev-python/arpy/metadata.xml
index 2d5b733e2..3d40e2bb2 100644
--- a/dev-python/arpy/metadata.xml
+++ b/dev-python/arpy/metadata.xml
@@ -1,5 +1,5 @@
 
-http://

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

2024-06-14 Thread Joe Kappus
commit: c05292c55708492a760afe7e344ace2e3629a29a
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Jun 14 22:29:27 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Jun 14 22:29:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c05292c5

dev-build/just: add 1.29.1

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

 dev-build/just/Manifest   |   1 +
 dev-build/just/just-1.29.1.ebuild | 232 ++
 2 files changed, 233 insertions(+)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index e864c1dd0..3d0978711 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -77,6 +77,7 @@ DIST js-sys-0.3.69.crate 81083 BLAKE2B 
529c94cd2289883b3b43a848d47d8ae025ad09095
 DIST just-1.27.0.crate 244683 BLAKE2B 
4bac748b94a110fedda950e6b1ee6e0efce4e82888a021a083b63534172321a965a832eacb81e8a5013032328955f207a1abc974b45cd40a0b365db1290f8bb7
 SHA512 
6909de1b52525a0ce2241d5e7a10e32116447e0d6742f12fe6daeca2ac7523a9b173c6885c5dac2d1287c9bffbf876a01ae407f3578ca4853ed252ef47df0242
 DIST just-1.28.0.crate 242393 BLAKE2B 
37e4e8ba53aa686debf3b82581eaccf72eba8e2a7d41d0de618f8c0fb396ca2fcd1fee46d9800db6b6f5dbd8ebfada3a50b941a5d4f4f73a92afe771353c7512
 SHA512 
e8916a8190d41f6edd45b97a56496e63e4deff7c6eae12a792e8806aedd92c0f6d5375540d9836849e4f1dcb7712720cc1e344403abb666d0d139ac73171751b
 DIST just-1.29.0.crate 246652 BLAKE2B 
dd7cdfaf60e6d050048d6ced0983148840ffc220c3607a9dfdfa16828df045ed2e382eb78eff66025060270d4b2dead596020964cb6100079be509b5803a4bfc
 SHA512 
73fc59cb1f13fce97f095f2b84970823a1f154362800775b0368a61b3120eec837af5ba59b60ad4817023f0e9c16f00a025625c183350bca6e2b36d6d73addaf
+DIST just-1.29.1.crate 246749 BLAKE2B 
5ad00983ab044cae9fce40fa52826c607f63a3f1dd5577d0851606e49232cf5ad48eb3a77b999e9d7f862ec8cc03004c51a91662cac984ca6d850cb40db628de
 SHA512 
1d4566fcd0e5b56a04a3f20b1c43fa8dbb8c370de4c4fee536d3f5c7c21218f54f701f957f8cc600601f15f22d6f40a71c1088d6ae7f0a4fac400bcbe7aab4c5
 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23
 SHA512 
e124c0521ec7c950f3c4a066821918da7a9c6e75d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
 DIST lexiclean-0.0.1.crate 5362 BLAKE2B 
c60a82de8de091263d24c8f5de8f04f7a0908b7689d24daff1f85548ca158cc7f81f84a55ec50f4499fea237a26a7892a594f6d5319b2232db06232a0428a291
 SHA512 
5f60056a6830fcd21ece4fbdbaba5cf4b8bf33d85aa520c32de44a2f821c6dab60d2c9ec108981bd081f394e216ae45b62c9aa7f223eaf6702dd0586157ec868
 DIST libc-0.2.155.crate 743539 BLAKE2B 
42cdcf8d4a187383548b1f09d404474f168916d626d614463fe10a1fd886e972e1caf6297e75445214af3f31fe631d0927e54ec1cdc63e20082b3587e38dce16
 SHA512 
05354bba532b8338bda1f88f12c7f3893429734a06e33925fca2b99d49548ae5216e2cd84e782d2368a2dfef20b0e035e2dcad8dd13ede7119462a8c639b2807

diff --git a/dev-build/just/just-1.29.1.ebuild 
b/dev-build/just/just-1.29.1.ebuild
new file mode 100644
index 0..6fb4e390b
--- /dev/null
+++ b/dev-build/just/just-1.29.1.ebuild
@@ -0,0 +1,232 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+   aho-corasick@1.1.3
+   android-tzdata@0.1.1
+   android_system_properties@0.1.5
+   ansi_term@0.12.1
+   anstream@0.6.14
+   anstyle@1.0.7
+   anstyle-parse@0.2.4
+   anstyle-query@1.1.0
+   anstyle-wincon@3.0.3
+   arrayref@0.3.7
+   arrayvec@0.7.4
+   atty@0.2.14
+   autocfg@1.3.0
+   bitflags@1.3.2
+   bitflags@2.5.0
+   blake3@1.5.1
+   block-buffer@0.10.4
+   bstr@0.2.17
+   bumpalo@3.16.0
+   camino@1.1.7
+   cc@1.0.99
+   cfg-if@1.0.0
+   cfg_aliases@0.1.1
+   chrono@0.4.38
+   clap@2.34.0
+   clap@4.5.7
+   clap_builder@4.5.7
+   clap_complete@4.5.5
+   clap_derive@4.5.5
+   clap_lex@0.7.1
+   clap_mangen@0.2.21
+   colorchoice@1.0.1
+   constant_time_eq@0.3.0
+   core-foundation-sys@0.8.6
+   cpufeatures@0.2.12
+   cradle@0.2.2
+   crossbeam-deque@0.8.5
+   crossbeam-epoch@0.9.18
+   crossbeam-utils@0.8.20
+   crypto-common@0.1.6
+   ctrlc@3.4.4
+   derivative@2.2.0
+   diff@0.1.13
+   digest@0.10.7
+   dirs@5.0.1
+   dirs-sys@0.4.1
+   dotenvy@0.15.7
+   edit-distance@2.1.0
+   either@1.12.0
+   env_filter@0.1.0
+   env_logger@0.11.3
+   errno@0.3.9
+   executable-path@1.0.0
+   fastrand@2.1.0
+   generic-array@0.14.7
+   getopts@0.2.21
+   getrandom@0.2.15
+   heck@0.3.3
+   heck@0.5.0
+   hermit-abi@0.1.19
+   hermit-abi@0.3.9
+   home@0.5.9
+   humantime@2.1.0
+   iana-time-zone@0.1.60
+   iana-time-zone-haiku@0.1.2
+   is_terminal_polyfill@1.70.0
+   itoa@1.0.11
+   js-sys@0.3.69
+   lazy_static@1.4.0
+   l

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

2024-06-14 Thread Joe Kappus
commit: f5ce7d1b1db8786f58139996a24c0ca632d52ead
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Jun 14 22:29:48 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Jun 14 22:29:48 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5ce7d1b

dev-build/just: drop 1.27.0, 1.28.0

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

 dev-build/just/Manifest   |  21 
 dev-build/just/just-1.27.0.ebuild | 207 --
 dev-build/just/just-1.28.0.ebuild | 229 --
 3 files changed, 457 deletions(-)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index 3d0978711..2fff30d62 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -5,7 +5,6 @@ DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585
 DIST anstream-0.6.14.crate 29160 BLAKE2B 
1120895a51ed7a285c5d5a03d2f7e26dc956d95f39cf500ba9f547d71a62ed0326f519860ddcf8db77cb09e9119e914a62693369eca51cbf9c01ef874ade9112
 SHA512 
65ece20958e3fb1ed4a5ff1d45f5bfdcb942c64994a3d14eefb0dfd5b04f433f6e1b06ebff240c67ed8ff7cc01d93ca0acf8c8ea29cb41309c6c882e7c192b34
 DIST anstyle-1.0.7.crate 15709 BLAKE2B 
872e0ed09e7e94c6f6b812349e39f949aff4d7cbb87744ab26fe49f57a7d330e0f79447213374f7f862ea276aab2dd1077dc8df3f7c5f34079ef30c4d17eeeba
 SHA512 
e20d49f7d148e03f7b127be7802e0b6b7a2b05720614d46c2ade5e440ce322b44ddd3a9239b897886faa03ed1cb30f947ee27d3811fa83dffba10b3975eba7ed
 DIST anstyle-parse-0.2.4.crate 23069 BLAKE2B 
e80bd81e351326a38b3f559020a2430ac37293e61b6b6309b37bbb8bdb78ec11ca9c0fd270098af5e5ffb2f5660cfbfda949d20fd2efd336ed1c143215b2
 SHA512 
c1dac475df77d090a4d2041ba40ff418abe66e93e4ddda54653bf024fb4995e431166684343509a2337bc813fe06f362d3df8a1d7d05d177cec1a488bcb9942a
-DIST anstyle-query-1.0.3.crate 9742 BLAKE2B 
cfcba0a2773f07b9292279afd70832c5d4eb441ed61bcacdbeeda9184c63b7e01af70a8744d6efceb7f74a2c2dfa5672b873255cc1d273bd6a2d3d7ee08c2d2b
 SHA512 
38637f49e547836a4958d9f528cb270abfc81c5ca644d6d43b0f3aaef8c6f1301a8bc30a23afec5e71722c3afe7eb0f48f9fdea88b73e36f597b74531da84226
 DIST anstyle-query-1.1.0.crate 9832 BLAKE2B 
de106e289c874bca806214e275647415bdd02e2878f3a80e7d337cfbcdb755d8c182b2879371f00f5cad97cdf68224ac11ca41cc89ad7ab3929f854a9f9e76a6
 SHA512 
321ddfa7b090142116c96bc8c70d81cec3e816922249ae0f07389e2d1b62c8b40636675ccfdfd23d52e29c162ae7d929637dfc7d697dafb79e596d04eb8cd90b
 DIST anstyle-wincon-3.0.3.crate 12179 BLAKE2B 
37793975a05ad60bb2b670c208db11c5cda8a2a456242cd118748709d0a220b541b6f088676eccd19870cfb8f910d4aa1e7764393785a6db0531af4a3ffc8047
 SHA512 
55217c65fc9ec674e5b4dd70716a221bd108b507dce9baaeb542f0e0a47027ec7fe61f9cd3cccfda43e4a4cd785b42f13400daf89884c32d3768e48bdff2d179
 DIST arrayref-0.3.7.crate 9620 BLAKE2B 
69d25ca9c15c188ca954a862f320869a448a5d8ed5765a6fc26309abb030e1d846d12800d960c8a97aa3ab422e8d2b883bd154781ed219a858e02b20cc803613
 SHA512 
dcf1c7de6d1d4b921e26a39cd70070bd460cd27f0a38be9099e41fc8b05fb60ba4f9aa91f92401cdcd0847bad08bffa7db4dca8d7cc84a3c8a1416d1758838ce
@@ -19,22 +18,16 @@ DIST block-buffer-0.10.4.crate 10538 BLAKE2B 
d819c4f9c4be85868e8b105fb7e479d2e58
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST bumpalo-3.16.0.crate 85677 BLAKE2B 
08da17b757931d2910e0299df53eb62731aa8c4ebd8915859b81d1982b331e7455dfac977c754e500a35ee07ba8eff00a61d2f62be99744e2ddbba06c1268f49
 SHA512 
a51b75c36f6794db444cab20eeb24f42a319080ecb486a56d254d6f873f3d188b5ccba11db30c068bd0c52c4322d4a3f5f5195c81c94b0bc04387030418835b1
 DIST camino-1.1.7.crate 36204 BLAKE2B 
ea87922e77401a23f25d66af303f39c568f37377e4f0cd6d206cb7b175a51528680bf67897e3b9830d276acb1b156b7c66e149b75370be202cb99fbbcea54233
 SHA512 
b82c809bd52549d16e286d514b5dbb1d640633b7ff05412ce3539e543de9c69d99bc3f62597b94fc0cedd7c8034ebf73663a6f647e46409b778baa4877928c45
-DIST cc-1.0.98.crate 76780 BLAKE2B 
64124ebdda70b211b6fde8c02d256d97d57fc3a0db433371bad896c06e36caaa5f938074d92ca82724b34fde06bc10af63c7fdde8f52ac50a3ea6e3329d18d93
 SHA512 
dfeb194266a4a9cf2ddf69fe20f8e20a72a0a9c2f72b1ea578fd48dae5b0c3589f501068ca24e0da7b3691860cd8c05247c803f3ef2f338d56eef8b1f4f4fbd2
 DIST cc-1.0.99.crate 76961 BLAKE2B 
d615f647bc5e4f7f580f878fc41baee172e9513f1157d421c491c36af2ca330dde2a6ddd4238c03aae27feed5e8cc042f4b790d7b145952a8676ac553f72e356
 SHA512 
2f6c9a0869b3b636b011390efade0085ed5fe616ecb33ff586c948779b9c9bea9169cb1c31441b0aeb63dbaa35cdb76b6e67ace38d561e2c150e06853a2b1757
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST cfg_aliases-0.

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

2024-06-14 Thread Joe Kappus
commit: 5c073b369d4a42694fc74161c35b5b1e58da94f6
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Jun 14 09:41:12 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Jun 14 09:41:12 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c073b36

dev-build/just: add 1.29.0

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

 dev-build/just/Manifest   |  13 +++
 dev-build/just/just-1.29.0.ebuild | 232 ++
 2 files changed, 245 insertions(+)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index db7bc438a..e864c1dd0 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -20,15 +20,22 @@ DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d1
 DIST bumpalo-3.16.0.crate 85677 BLAKE2B 
08da17b757931d2910e0299df53eb62731aa8c4ebd8915859b81d1982b331e7455dfac977c754e500a35ee07ba8eff00a61d2f62be99744e2ddbba06c1268f49
 SHA512 
a51b75c36f6794db444cab20eeb24f42a319080ecb486a56d254d6f873f3d188b5ccba11db30c068bd0c52c4322d4a3f5f5195c81c94b0bc04387030418835b1
 DIST camino-1.1.7.crate 36204 BLAKE2B 
ea87922e77401a23f25d66af303f39c568f37377e4f0cd6d206cb7b175a51528680bf67897e3b9830d276acb1b156b7c66e149b75370be202cb99fbbcea54233
 SHA512 
b82c809bd52549d16e286d514b5dbb1d640633b7ff05412ce3539e543de9c69d99bc3f62597b94fc0cedd7c8034ebf73663a6f647e46409b778baa4877928c45
 DIST cc-1.0.98.crate 76780 BLAKE2B 
64124ebdda70b211b6fde8c02d256d97d57fc3a0db433371bad896c06e36caaa5f938074d92ca82724b34fde06bc10af63c7fdde8f52ac50a3ea6e3329d18d93
 SHA512 
dfeb194266a4a9cf2ddf69fe20f8e20a72a0a9c2f72b1ea578fd48dae5b0c3589f501068ca24e0da7b3691860cd8c05247c803f3ef2f338d56eef8b1f4f4fbd2
+DIST cc-1.0.99.crate 76961 BLAKE2B 
d615f647bc5e4f7f580f878fc41baee172e9513f1157d421c491c36af2ca330dde2a6ddd4238c03aae27feed5e8cc042f4b790d7b145952a8676ac553f72e356
 SHA512 
2f6c9a0869b3b636b011390efade0085ed5fe616ecb33ff586c948779b9c9bea9169cb1c31441b0aeb63dbaa35cdb76b6e67ace38d561e2c150e06853a2b1757
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST cfg_aliases-0.1.1.crate 6009 BLAKE2B 
6acfae9a89d3479f7ce1f0b5dbb13bfe27c006b936a96685606a61a06f69d17ab754a8a0d96c54213f758281c2fb32ac74d03a34e0f836dc7e438387955aac37
 SHA512 
238828445c5b48ca41ff88825af0a1ad30494e423bb6f89b6d5e4d26042afaa1ceb0e32041f7cddd79c3e15c6c82a1ddb9469c4b63a1ac52d4bcc1174900f880
 DIST chrono-0.4.38.crate 220559 BLAKE2B 
ab828bfeed56eb737a1797d5e1132cafe87a1e14bf7a1fe4a5098f50e6ceead50ca2e7f041cc2ff63d5f4e41e2853322f6c345bb31ff12a5b412e3e5202f5fea
 SHA512 
858e47e3facebd5383e71898f26b27d92fe4a69027e2cc47da2af59975ead7767355e0b699f4228eabe76a3eff8b2519c7cecf8b60dc3fc60fbf9b28e2f3d4d9
 DIST clap-2.34.0.crate 202210 BLAKE2B 
f383adf1d757ac4b68995132b33837686ce451f85a02a8d05d2c746da398510d05d46330f3efade063c3952aacb1754cdac73dd0afcae0df5340a89f9353aa1c
 SHA512 
c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8
 DIST clap-4.5.4.crate 55401 BLAKE2B 
e9ece2eee6be16c366888f6140080c43a182aa758a971ab2f60fa5c8f5e00460c3e6ae6bface1f36445306265ce13d8145ac24cef833b68b2b2c32c13a7a4a00
 SHA512 
c1e88968a86598a6541cd8f8144909872fe71fc707dc5327293a71425f6ff9d4957491f93c36326a9f615c1cce1a453cc85740ff18e1ca571e91bf8f7a6ad7c0
+DIST clap-4.5.7.crate 56343 BLAKE2B 
e2392ddd11213c8410344c474d84bf40d2d5a0663d25ce8126940ce59085a84334223e92ebd59fc387b4d1334b8f8cd7b76eb15f916adc5ef59b9858929c5787
 SHA512 
f126132811696d5fcac0242264121a08c1f7c59b4830d73b6b95b8c5b31a2c11928b0d7026151a5d1a0108aa912d7c6157652193ea1ef5a980669bdf388d5bfb
 DIST clap_builder-4.5.2.crate 163566 BLAKE2B 
5eb81df416f3da0bb7e53c59ef4e914f03e2bb0563bb3707fbf70215f249aa523e3f5ef2205d0a8e25c23db6c6d0d344181c1c771566453505c769c55b355374
 SHA512 
af7eb8326a980cf461442a4dd6d224e61ae31a2fe4a45b34210a2c1f747eed49e00b6254699e82f986f441667f290a5de747b5e9d9d0360ed049504343385864
+DIST clap_builder-4.5.7.crate 163957 BLAKE2B 
a1d6e728f05b7f7eab8fd9fc8dd0e25f8a066e0ba72ccd6084e747f5833ef90e98b63f4bb0b3af54b74c193df3ceb4eac63a45c9f3222570ef7ec85562346a01
 SHA512 
df0ef9adabb61538619d94ead0768fb8291cdef48c0cf47b323aa366fa2564d89ddf65cd0ef0b7162ef5e590be26a357cc775ae5278abf8048c05a5fbf58b5cc
 DIST clap_complete-4.5.2.crate 37850 BLAKE2B 
bfaae6107890319a9717d96f5616012016fd5439c7ac7dcfb0082d797a335c7c926459c8c1db0cc0652f700366c83956d8e0447bb3e990c183133b8f26d64301
 SHA512 
1c9db70159681dd23011df6e804fa193f67f3dee874b2583a5c9da90db1c7283a13b330befecca91de260f70b974168652b450cf8b519a79957ac7a6373992b3
+DIST clap_complete-4.5.5.crate 38809 BLAKE2B 
943ff061b229d3120368579dec89a3ffc0af592ec7d7d4cbc2260fa5c2435e1e1fb0e50c2f305f50b5899f93bf1d0ecb619602ac36b2790d364c656dc46b2f1

[gentoo-commits] repo/proj/guru:dev commit in: app-arch/unalz/files/, app-arch/unalz/

2024-06-12 Thread Joe Kappus
commit: 4911a96e391a797ec1df384df1a0fdac06f7606b
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Jun 12 22:05:06 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed Jun 12 22:05:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4911a96e

app-arch/unalz: revbump, clang build fix

Removed the register keyword, makes clang happy.

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

 .../unalz/files/unalz-0.65-remove-register.patch   | 22 
 app-arch/unalz/unalz-0.65-r2.ebuild| 40 ++
 2 files changed, 62 insertions(+)

diff --git a/app-arch/unalz/files/unalz-0.65-remove-register.patch 
b/app-arch/unalz/files/unalz-0.65-remove-register.patch
new file mode 100644
index 0..e277afbf5
--- /dev/null
+++ b/app-arch/unalz/files/unalz-0.65-remove-register.patch
@@ -0,0 +1,22 @@
+diff --git a/UnAlz.cpp b/UnAlz.cpp
+index 26d6bd1..97c0ff8 100644
+--- a/UnAlz.cpp
 b/UnAlz.cpp
+@@ -1935,7 +1935,7 @@ void CUnAlz::SetDestCodepage(const char* szToCodepage)
+ 

+ unsigned int CUnAlz::_strlcpy (char *dest, const char *src, unsigned int size)
+ {
+-  register unsigned int i = 0;
++  unsigned int i = 0;
+   if (size > 0) {
+   size--;
+   for (i=0; size > 0 && src[i] != '\0'; ++i, size--)
+@@ -1947,7 +1947,7 @@ unsigned int CUnAlz::_strlcpy (char *dest, const char 
*src, unsigned int size)
+ }
+ unsigned int CUnAlz::_strlcat (char *dest, const char *src, unsigned int size)
+ {
+-  register char *d = dest;
++  char *d = dest;
+   for (; size > 0 && *d != '\0'; size--, d++);
+   return (d - dest) + _strlcpy(d, src, size);
+ }

diff --git a/app-arch/unalz/unalz-0.65-r2.ebuild 
b/app-arch/unalz/unalz-0.65-r2.ebuild
new file mode 100644
index 0..7c424769c
--- /dev/null
+++ b/app-arch/unalz/unalz-0.65-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Extract ALZ archives"
+HOMEPAGE="http://kippler.com/win/unalz/";
+SRC_URI="
+   http://kippler.com/win/${PN}/${P}.tgz
+   
https://git.launchpad.net/ubuntu/+source/unalz/patch/?id=b4ade05e7e6dec25fee7d57bac6a055137e332c0
 -> ${PN}-0.65-use-system-zlib.patch
+   
https://git.launchpad.net/ubuntu/+source/unalz/patch/?id=00932925e108f186301c5941130fc34c9a76f345
 -> ${PN}-0.65-use-system-bz2.patch
+"
+S="${WORKDIR}"/${PN}
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   app-arch/bzip2
+   sys-libs/zlib
+   virtual/libiconv
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-buildfix-wrong-data-type.patch
+   "${DISTDIR}"/${P}-use-system-zlib.patch
+   "${DISTDIR}"/${P}-use-system-bz2.patch
+   "${FILESDIR}"/${P}-respect-compiler-flags.patch
+   "${FILESDIR}"/${P}-remove-register.patch
+)
+
+src_compile() {
+   emake linux-utf8
+}
+
+src_install() {
+   dobin "${S}"/unalz
+}



[gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/

2024-06-09 Thread Joe Kappus
commit: f6942cfedbd9d7e70fdf948d9e66f8e2b20c2ee5
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Jun 10 06:28:03 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Jun 10 06:29:29 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6942cfe

net-nntp/pan: correct test restriction, relax clang linking

Am aware of 
https://wiki.gentoo.org/wiki/Project:Quality_Assurance/-Wl,-z,defs_and_-Wl,--no-allow-shlib-undefined

Will try to get this properly fixed soon, workaround now for clang users.

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

 net-nntp/pan/pan-0.159-r1.ebuild | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/net-nntp/pan/pan-0.159-r1.ebuild b/net-nntp/pan/pan-0.159-r1.ebuild
index 0e4f95094..fc1cbd592 100644
--- a/net-nntp/pan/pan-0.159-r1.ebuild
+++ b/net-nntp/pan/pan-0.159-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-inherit cmake gnome2
+inherit cmake gnome2 toolchain-funcs
 
 DESCRIPTION="A newsreader for GNOME"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
@@ -14,6 +14,8 @@ SLOT="0"
 
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="dbus gnome-keyring libnotify spell ssl"
+# currently broken due to cmake migration
+RESTRICT="test"
 
 DEPEND="
>=dev-libs/glib-2.26:2
@@ -42,6 +44,11 @@ BDEPEND="
 
 src_prepare() {
cmake_src_prepare
+
+   # Relax linker restriction on clang. Not ideal, but it's this or block 
clang.
+   if tc-is-clang; then
+   append-ldflags "-Wl,--allow-shlib-undefined"
+   fi
 }
 
 src_configure() {
@@ -66,10 +73,4 @@ src_install() {
dolib.so "${BUILD_DIR}/pan/tasks/libtasks.so"
dolib.so "${BUILD_DIR}/pan/usenet-utils/libusenet-utils.so"
 
-
-}
-
-src_test() {
-   # not doing tests. Bug #933860
-   einfo "Skipping tests..."
 }



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

2024-06-09 Thread Joe Kappus
commit: fc76788b5f1d0da163bcb055e4ff98feb755c426
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jun  9 16:34:59 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jun  9 16:34:59 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc76788b

dev-build/just: die some more

Adding missing || die on feedback from antecrescent.
See-also: 
https://github.com/gentoo/guru/commit/c346c9b42525ac871f4c9c5e25dfcf43931e3a35

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

 dev-build/just/just-1.28.0.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-build/just/just-1.28.0.ebuild 
b/dev-build/just/just-1.28.0.ebuild
index 9dabe06bb..e49394440 100644
--- a/dev-build/just/just-1.28.0.ebuild
+++ b/dev-build/just/just-1.28.0.ebuild
@@ -209,21 +209,21 @@ src_install() {
cargo_src_install
 
mkdir -p man || die
-   ./target/$(usex debug debug release)/just --man > man/just.1
+   ./target/$(usex debug debug release)/just --man > man/just.1 || die
 
doman man/*
 
einstalldocs
 
# bash-completion
-   ./target/$(usex debug debug release)/just --completions bash > 
completions/just.bash
+   ./target/$(usex debug debug release)/just --completions bash > 
completions/just.bash || die
newbashcomp "completions/${PN}.bash" "${PN}"
 
# zsh-completion
-   ./target/$(usex debug debug release)/just --completions zsh > 
completions/just.zsh
+   ./target/$(usex debug debug release)/just --completions zsh > 
completions/just.zsh || die
newzshcomp "completions/${PN}.zsh" "_${PN}"
 
# fish-completion
-   ./target/$(usex debug debug release)/just --completions fish > 
completions/just.fish
+   ./target/$(usex debug debug release)/just --completions fish > 
completions/just.fish || die
dofishcomp "completions/${PN}.fish"
 }



[gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/

2024-06-09 Thread Joe Kappus
commit: 01f31c3b474f72ac0cda8525f58c84e2f9c44809
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jun  9 16:26:08 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jun  9 16:29:46 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01f31c3b

net-nntp/pan: revbump for RDEPEND, switch from local to eclass var.

Didn't revbump when I updated RDEPEND for QA, so doing it now.

Switching local build_dir to BUILD_DIR on feedback from antecrescent.
See-Also: 
https://github.com/gentoo/guru/commit/ae98af00cbbc48ccbbf28e6f346b5973ed458ca0

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

 net-nntp/pan/pan-0.158-r1.ebuild | 58 +++
 net-nntp/pan/pan-0.159-r1.ebuild | 75 
 2 files changed, 133 insertions(+)

diff --git a/net-nntp/pan/pan-0.158-r1.ebuild b/net-nntp/pan/pan-0.158-r1.ebuild
new file mode 100644
index 0..e2a2d1237
--- /dev/null
+++ b/net-nntp/pan/pan-0.158-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools gnome2
+
+DESCRIPTION="A newsreader for GNOME"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
+SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
+S="${WORKDIR}/pan-v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="dbus gnome-keyring libnotify nls spell ssl"
+
+DEPEND="
+   >=dev-libs/glib-2.26:2
+   dev-libs/gmime:3.0
+   >=x11-libs/gtk+-3.00:3
+   gnome-keyring? (
+   >=app-crypt/gcr-3.20
+   >=app-crypt/libsecret-0.20
+   )
+   libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
+   spell? (
+   >=app-text/enchant-2.2.3:2
+   >=app-text/gtkspell-3.0.10:3 )
+   ssl? ( >=net-libs/gnutls-3:0= )
+   >=sys-libs/zlib-1.2.0
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/pango
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   app-text/yelp-tools
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   $(use_with dbus) \
+   $(use_enable gnome-keyring gkr) \
+   $(use_enable nls) \
+   $(use_with spell gtkspell) \
+   $(use_enable libnotify) \
+   $(use_with ssl gnutls)
+   )
+
+   gnome2_src_configure "${myconf[@]}"
+}

diff --git a/net-nntp/pan/pan-0.159-r1.ebuild b/net-nntp/pan/pan-0.159-r1.ebuild
new file mode 100644
index 0..0e4f95094
--- /dev/null
+++ b/net-nntp/pan/pan-0.159-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake gnome2
+
+DESCRIPTION="A newsreader for GNOME"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
+SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
+S="${WORKDIR}/pan-v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="dbus gnome-keyring libnotify spell ssl"
+
+DEPEND="
+   >=dev-libs/glib-2.26:2
+   dev-libs/gmime:3.0
+   >=x11-libs/gtk+-3.00:3
+   gnome-keyring? (
+   >=app-crypt/gcr-3.20
+   >=app-crypt/libsecret-0.20
+   )
+   libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
+   spell? (
+   >=app-text/enchant-2.2.3:2
+   >=app-text/gtkspell-3.0.10:3 )
+   ssl? ( >=net-libs/gnutls-3:0= )
+   >=sys-libs/zlib-1.2.0
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/pango
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   app-text/yelp-tools
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWANT_DBUS=$(usex dbus) \
+   -DWANT_GKR=$(usex gnome-keyring) \
+   -DWANT_GTKSPELL=$(usex spell) \
+   -DWANT_NOTIFY=$(usex libnotify) \
+   -DWANT_GNUTLS=$(usex ssl)
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   # Since cmake apparently doesn't include the below automatically
+   dolib.so "${BUILD_DIR}/pan/data/libdata.so"
+   dolib.so "${BUILD_DIR}/pan/data-impl/libdata-impl.so"
+   dolib.so "${BUILD_DIR}/pan/general/libgeneralutils.so"
+   dolib.so "${BUILD_DIR}/pan/tasks/libtasks.so"
+   dolib.so "${BUILD_DIR}/pan/usenet-utils/libusenet-utils.so"
+
+
+}
+
+src_test() {
+   # not doing tests. Bug #933860
+   einfo "Skipping tests..."
+}



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

2024-06-09 Thread Joe Kappus
commit: c346c9b42525ac871f4c9c5e25dfcf43931e3a35
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jun  9 16:04:32 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jun  9 16:07:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c346c9b4

dev-build/just-1.28.0: fixups

Add GH code review fixups from antecrescent.
https://github.com/gentoo/guru/commit/56a211875e7decddc116b10194464fb62ad8c4e8

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

 dev-build/just/just-1.28.0.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-build/just/just-1.28.0.ebuild 
b/dev-build/just/just-1.28.0.ebuild
index 104387bb4..9dabe06bb 100644
--- a/dev-build/just/just-1.28.0.ebuild
+++ b/dev-build/just/just-1.28.0.ebuild
@@ -208,23 +208,22 @@ src_install() {
 
cargo_src_install
 
-   mkdir -p man
-   ./target/release/just --man > man/just.1
-   ./target/release/just --completions $shell > completions/just.$shell
+   mkdir -p man || die
+   ./target/$(usex debug debug release)/just --man > man/just.1
 
doman man/*
 
einstalldocs
 
# bash-completion
-   ./target/release/just --completions bash > completions/just.bash
+   ./target/$(usex debug debug release)/just --completions bash > 
completions/just.bash
newbashcomp "completions/${PN}.bash" "${PN}"
 
# zsh-completion
-   ./target/release/just --completions zsh > completions/just.zsh
+   ./target/$(usex debug debug release)/just --completions zsh > 
completions/just.zsh
newzshcomp "completions/${PN}.zsh" "_${PN}"
 
# fish-completion
-   ./target/release/just --completions fish > completions/just.fish
+   ./target/$(usex debug debug release)/just --completions fish > 
completions/just.fish
dofishcomp "completions/${PN}.fish"
 }



[gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/

2024-06-09 Thread Joe Kappus
commit: 2a0ce73a7d26230e97863388fc880ef2fba379d4
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jun  9 08:04:45 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jun  9 08:04:45 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a0ce73a

net-nntp/pan: disable tests

Since they fail and I hate cmake.

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

 net-nntp/pan/pan-0.159.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/net-nntp/pan/pan-0.159.ebuild b/net-nntp/pan/pan-0.159.ebuild
index 16dddf936..e6df925c9 100644
--- a/net-nntp/pan/pan-0.159.ebuild
+++ b/net-nntp/pan/pan-0.159.ebuild
@@ -69,3 +69,8 @@ src_install() {
 
 
 }
+
+src_test() {
+   # not doing tests. Bug #933860
+   einfo "Skipping tests..."
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-shells/mrsh/

2024-06-08 Thread Joe Kappus
commit: d96066301198636e3ad53e4e288822993ebbd957
Author: Joe Kappus  wt  gd>
AuthorDate: Sat Jun  8 07:55:43 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sat Jun  8 07:55:43 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9606630

app-shells/mrsh: update HOMEPAGE

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

 app-shells/mrsh/mrsh-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/mrsh/mrsh-.ebuild b/app-shells/mrsh/mrsh-.ebuild
index 6cfbfdd03..253162e40 100644
--- a/app-shells/mrsh/mrsh-.ebuild
+++ b/app-shells/mrsh/mrsh-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit git-r3 meson
 
 DESCRIPTION="minimal strictly POSIX compliant shell"
-HOMEPAGE="https://mrsh.sh/";
+HOMEPAGE="https://git.sr.ht/~emersion/mrsh";
 EGIT_REPO_URI="https://git.sr.ht/~emersion/mrsh";
 LICENSE="MIT"
 SLOT="0"



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

2024-06-08 Thread Joe Kappus
commit: e277f5c131adecac1beee7c08110a959ab62b32a
Author: Joe Kappus  wt  gd>
AuthorDate: Sat Jun  8 07:47:26 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sat Jun  8 07:47:26 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e277f5c1

net-im/mautrix-whatsapp: add 0.10.7, remove pypi upstream, add RDEPEND

I think chuso meant to bump this and must have forgot, the deps were on
their server.

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

 net-im/mautrix-whatsapp/Manifest   | 2 ++
 net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild | 7 +--
 ...utrix-whatsapp-0.10.0.ebuild => mautrix-whatsapp-0.10.7.ebuild} | 7 +--
 net-im/mautrix-whatsapp/metadata.xml   | 1 -
 4 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/net-im/mautrix-whatsapp/Manifest b/net-im/mautrix-whatsapp/Manifest
index 23a567620..f8f165f94 100644
--- a/net-im/mautrix-whatsapp/Manifest
+++ b/net-im/mautrix-whatsapp/Manifest
@@ -1,2 +1,4 @@
 DIST mautrix-whatsapp-0.10.0-deps.tar.xz 44605336 BLAKE2B 
631844436ca1fb408a1dbd074d613f5b21c789bc7af931336204c4c104a0e7f039c7c94c651211e12253bcf63b72a899f4b2bb554eed6f778a1e747dd762
 SHA512 
fb06e5d121c2e1d2ed67ca21973a37187d0f79d5cc1206bc8aa7a031503967932254e430db00ee95645770eea7509f0ec9ab24fa3fe6a26bb5fb28149873a584
 DIST mautrix-whatsapp-0.10.0.gh.tar.gz 152560 BLAKE2B 
b455c54fec79c0d56b61d441291a3f5ae1ab55db3f23e69d2fd5c11cc0bcbd69d5d8f14cd44c6a252d1f72c37af0d67ac959cc3a9163fe772d3d530d4f5f2af0
 SHA512 
0906b1e01f26d25adf337a012e73fa28bf9961a30add61ae7a22aaf903ce28d50e00c34124ed6703c9be86a38c3e29d638c2fa969013608ee38034cc01b5882f
+DIST mautrix-whatsapp-0.10.7-deps.tar.xz 42991792 BLAKE2B 
73265c85603bf913405df0ed010e30faa308e834d1017b144c6052c0346b116e4543e50589427876a4d42f4286fa15450f2553afd0dbb6277d118547af378978
 SHA512 
f2ab8e41fb942e2a17ff9d9859b6c5d8b247f9fb0bd3bbefcb42abf3e37c496f61dabdbd06139ddc9cbaf1e3d75bf294d26693759dcad86f6fb6859c637ba67e
+DIST mautrix-whatsapp-0.10.7.gh.tar.gz 159078 BLAKE2B 
9e85517e95da8ee4011aaffd51be6440a36dad2b742addce8445781555756df3ba2bb540ce3c2b9e613371eca4e7e021ae08273e39a41e57b54ca0430219bed1
 SHA512 
b0d3d572bbd29e5b4391662fd3fa1e6849d9f51a094257072883ec2797972defbfc3e22ab6fa0354b634045974bbe8a6d090699330c3ace1021f944757a766f3

diff --git a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild 
b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild
index 7dd38106f..1871f9e0f 100644
--- a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild
+++ b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.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
@@ -18,7 +18,10 @@ IUSE="crypt"
 
 DEPEND="crypt? ( dev-libs/olm )"
 
-RDEPEND="acct-user/${PN}"
+RDEPEND="
+   ${DEPEND}
+   acct-user/${PN}
+"
 
 src_compile() {
ego build $(use crypt || echo '-tags nocrypto')

diff --git a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild 
b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.7.ebuild
similarity index 94%
copy from net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild
copy to net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.7.ebuild
index 7dd38106f..777debbc3 100644
--- a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild
+++ b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.7.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
@@ -18,7 +18,10 @@ IUSE="crypt"
 
 DEPEND="crypt? ( dev-libs/olm )"
 
-RDEPEND="acct-user/${PN}"
+RDEPEND="
+${DEPEND}
+acct-user/${PN}
+"
 
 src_compile() {
ego build $(use crypt || echo '-tags nocrypto')

diff --git a/net-im/mautrix-whatsapp/metadata.xml 
b/net-im/mautrix-whatsapp/metadata.xml
index fc68fa52f..a31a577ec 100644
--- a/net-im/mautrix-whatsapp/metadata.xml
+++ b/net-im/mautrix-whatsapp/metadata.xml
@@ -17,6 +17,5 @@
https://docs.mau.fi/bridges/go/whatsapp/index.html
https://github.com/mautrix/whatsapp/issues
mautrix/whatsapp
-   mautrix-whatsapp

 



[gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/

2024-06-08 Thread Joe Kappus
commit: 533bf8937f07f1a8c5aab2d906af276eae3d7a80
Author: Joe Kappus  wt  gd>
AuthorDate: Sat Jun  8 07:27:16 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sat Jun  8 07:27:16 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=533bf893

net-nntp/pan: drop 0.157

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

 net-nntp/pan/Manifest |  1 -
 net-nntp/pan/pan-0.157.ebuild | 55 ---
 2 files changed, 56 deletions(-)

diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest
index dc9a37f24..e13d1ea62 100644
--- a/net-nntp/pan/Manifest
+++ b/net-nntp/pan/Manifest
@@ -1,3 +1,2 @@
-DIST pan-v0.157.tar.bz2 1819034 BLAKE2B 
0e28184050ce4e2a62ef6f273ce06ccb25a61bd380a7790a9236aab63b3f4e381fd4d4881c922d0fef4f228cc92a72c868a1ad19fe684a0ab2f02af65ff0e57d
 SHA512 
f15c139756467c4a9b241ad4efab8df611d8a2533597a9b3d275410a7cb6ed4575430ff200be442792fc2170b4580898aed269a26e3d63c109bae62ea2d41978
 DIST pan-v0.158.tar.bz2 1819095 BLAKE2B 
4adb51f99f795e23a7f6d67d59c9e120a913e54c38b6dfd200859f1655657076dfd57f400fb221923b5c0d2d1a376faba13102e494f1a8515b289fe115d23647
 SHA512 
d2c12d92c5715ac585a8da340cb5ca03783a116ae64d2fc0dda7f7603ccb11783a78e4bbb5a4daf90605d401b78c2b3b80ddd8d0106ae8e60c38b0d2f4ab389d
 DIST pan-v0.159.tar.bz2 1810262 BLAKE2B 
1f5a932bb771324b23054665ea181fb1130e2709a2a202c27d56058c57868d6897e957e317c5822ad245f79157284d4c99975d57cc73f52cd0e807bc1f60ea6f
 SHA512 
c05bb2b79daac11e78c1f56205517da7c5526111d2684e8bae3400117226a8a6c9c69d489cf218892c82060a6d72b888172ae8922ad7c38af658f5772d4893c9

diff --git a/net-nntp/pan/pan-0.157.ebuild b/net-nntp/pan/pan-0.157.ebuild
deleted file mode 100644
index 28162dc66..0
--- a/net-nntp/pan/pan-0.157.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit autotools gnome2
-
-DESCRIPTION="A newsreader for GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
-SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
-S="${WORKDIR}/pan-v${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="dbus gnome-keyring libnotify nls spell ssl"
-
-DEPEND="
-   >=dev-libs/glib-2.26:2
-   dev-libs/gmime:3.0
-   >=x11-libs/gtk+-3.00:3
-   gnome-keyring? (
-   >=app-crypt/gcr-3.20
-   >=app-crypt/libsecret-0.20
-   )
-   libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
-   spell? (
-   >=app-text/enchant-2.2.3:2
-   >=app-text/gtkspell-3.0.10:3 )
-   ssl? ( >=net-libs/gnutls-3:0= )
-   >=sys-libs/zlib-1.2.0
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   app-text/yelp-tools
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=(
-   $(use_with dbus) \
-   $(use_enable gnome-keyring gkr) \
-   $(use_enable nls) \
-   $(use_with spell gtkspell) \
-   $(use_enable libnotify) \
-   $(use_with ssl gnutls)
-   )
-
-   gnome2_src_configure "${myconf[@]}"
-}



[gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/

2024-06-08 Thread Joe Kappus
commit: ae98af00cbbc48ccbbf28e6f346b5973ed458ca0
Author: Joe Kappus  wt  gd>
AuthorDate: Sat Jun  8 07:26:46 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sat Jun  8 07:26:46 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae98af00

net-nntp/pan: add missing dependencies

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

 net-nntp/pan/pan-0.158-r1.ebuild | 59 
 net-nntp/pan/pan-0.158.ebuild|  3 ++
 net-nntp/pan/pan-0.159.ebuild|  3 ++
 3 files changed, 6 insertions(+), 59 deletions(-)

diff --git a/net-nntp/pan/pan-0.158-r1.ebuild b/net-nntp/pan/pan-0.158-r1.ebuild
deleted file mode 100644
index ac04f8371..0
--- a/net-nntp/pan/pan-0.158-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake gnome2
-
-DESCRIPTION="A newsreader for GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
-SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
-S="${WORKDIR}/pan-v${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-#cmake broken https://gitlab.gnome.org/GNOME/pan/-/issues/184
-KEYWORDS=""
-IUSE="dbus gnome-keyring libnotify spell ssl"
-
-DEPEND="
-   >=dev-libs/glib-2.26:2
-   dev-libs/gmime:3.0
-   >=x11-libs/gtk+-3.00:3
-   gnome-keyring? (
-   >=app-crypt/gcr-3.20
-   >=app-crypt/libsecret-0.20
-   )
-   libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
-   spell? (
-   >=app-text/enchant-2.2.3:2
-   >=app-text/gtkspell-3.0.10:3 )
-   ssl? ( >=net-libs/gnutls-3:0= )
-   >=sys-libs/zlib-1.2.0
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   app-text/yelp-tools
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWANT_DBUS=$(usex dbus) \
-   -DWANT_GKR=$(usex gnome-keyring) \
-   -DWANT_GTKSPELL=$(usex spell) \
-   -DWANT_NOTIFY=$(usex libnotify) \
-   -DWANT_GNUTLS=$(usex ssl)
-   )
-
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-}

diff --git a/net-nntp/pan/pan-0.158.ebuild b/net-nntp/pan/pan-0.158.ebuild
index 28162dc66..e2a2d1237 100644
--- a/net-nntp/pan/pan-0.158.ebuild
+++ b/net-nntp/pan/pan-0.158.ebuild
@@ -28,6 +28,9 @@ DEPEND="
>=app-text/gtkspell-3.0.10:3 )
ssl? ( >=net-libs/gnutls-3:0= )
>=sys-libs/zlib-1.2.0
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/pango
 "
 RDEPEND="${DEPEND}"
 BDEPEND="

diff --git a/net-nntp/pan/pan-0.159.ebuild b/net-nntp/pan/pan-0.159.ebuild
index 341ce9596..16dddf936 100644
--- a/net-nntp/pan/pan-0.159.ebuild
+++ b/net-nntp/pan/pan-0.159.ebuild
@@ -29,6 +29,9 @@ DEPEND="
>=app-text/gtkspell-3.0.10:3 )
ssl? ( >=net-libs/gnutls-3:0= )
>=sys-libs/zlib-1.2.0
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/pango
 "
 RDEPEND="${DEPEND}"
 BDEPEND="



[gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/

2024-06-08 Thread Joe Kappus
commit: 6ceba8f6a1b05984021d2c39639fda418f76bd61
Author: Joe Kappus  wt  gd>
AuthorDate: Sat Jun  8 07:18:10 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sat Jun  8 07:18:15 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ceba8f6

net-nntp/pan: add 0.159

Moved to cmake, ugly ebuild now.

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

 net-nntp/pan/Manifest |  1 +
 net-nntp/pan/pan-0.159.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest
index c8ff025cf..dc9a37f24 100644
--- a/net-nntp/pan/Manifest
+++ b/net-nntp/pan/Manifest
@@ -1,2 +1,3 @@
 DIST pan-v0.157.tar.bz2 1819034 BLAKE2B 
0e28184050ce4e2a62ef6f273ce06ccb25a61bd380a7790a9236aab63b3f4e381fd4d4881c922d0fef4f228cc92a72c868a1ad19fe684a0ab2f02af65ff0e57d
 SHA512 
f15c139756467c4a9b241ad4efab8df611d8a2533597a9b3d275410a7cb6ed4575430ff200be442792fc2170b4580898aed269a26e3d63c109bae62ea2d41978
 DIST pan-v0.158.tar.bz2 1819095 BLAKE2B 
4adb51f99f795e23a7f6d67d59c9e120a913e54c38b6dfd200859f1655657076dfd57f400fb221923b5c0d2d1a376faba13102e494f1a8515b289fe115d23647
 SHA512 
d2c12d92c5715ac585a8da340cb5ca03783a116ae64d2fc0dda7f7603ccb11783a78e4bbb5a4daf90605d401b78c2b3b80ddd8d0106ae8e60c38b0d2f4ab389d
+DIST pan-v0.159.tar.bz2 1810262 BLAKE2B 
1f5a932bb771324b23054665ea181fb1130e2709a2a202c27d56058c57868d6897e957e317c5822ad245f79157284d4c99975d57cc73f52cd0e807bc1f60ea6f
 SHA512 
c05bb2b79daac11e78c1f56205517da7c5526111d2684e8bae3400117226a8a6c9c69d489cf218892c82060a6d72b888172ae8922ad7c38af658f5772d4893c9

diff --git a/net-nntp/pan/pan-0.159.ebuild b/net-nntp/pan/pan-0.159.ebuild
new file mode 100644
index 0..341ce9596
--- /dev/null
+++ b/net-nntp/pan/pan-0.159.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake gnome2
+
+DESCRIPTION="A newsreader for GNOME"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
+SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
+S="${WORKDIR}/pan-v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="dbus gnome-keyring libnotify spell ssl"
+
+DEPEND="
+   >=dev-libs/glib-2.26:2
+   dev-libs/gmime:3.0
+   >=x11-libs/gtk+-3.00:3
+   gnome-keyring? (
+   >=app-crypt/gcr-3.20
+   >=app-crypt/libsecret-0.20
+   )
+   libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
+   spell? (
+   >=app-text/enchant-2.2.3:2
+   >=app-text/gtkspell-3.0.10:3 )
+   ssl? ( >=net-libs/gnutls-3:0= )
+   >=sys-libs/zlib-1.2.0
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   app-text/yelp-tools
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWANT_DBUS=$(usex dbus) \
+   -DWANT_GKR=$(usex gnome-keyring) \
+   -DWANT_GTKSPELL=$(usex spell) \
+   -DWANT_NOTIFY=$(usex libnotify) \
+   -DWANT_GNUTLS=$(usex ssl)
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   # Since cmake apparently doesn't include the below automatically
+   local build_dir="${S%/*}/pan-v${PV}_build"
+   dolib.so "${build_dir}/pan/data/libdata.so"
+   dolib.so "${build_dir}/pan/data-impl/libdata-impl.so"
+   dolib.so "${build_dir}/pan/general/libgeneralutils.so"
+   dolib.so "${build_dir}/pan/tasks/libtasks.so"
+   dolib.so "${build_dir}/pan/usenet-utils/libusenet-utils.so"
+
+
+}



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

2024-06-07 Thread Joe Kappus
commit: 56a211875e7decddc116b10194464fb62ad8c4e8
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Jun  7 23:43:06 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Jun  7 23:44:38 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56a21187

dev-build/just: add manpage/completion generation

Sorry took awhile to figure this out, the one time
I didn't test before pushing.

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

 dev-build/just/just-1.28.0.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-build/just/just-1.28.0.ebuild 
b/dev-build/just/just-1.28.0.ebuild
index d52b03f4a..104387bb4 100644
--- a/dev-build/just/just-1.28.0.ebuild
+++ b/dev-build/just/just-1.28.0.ebuild
@@ -208,16 +208,23 @@ src_install() {
 
cargo_src_install
 
+   mkdir -p man
+   ./target/release/just --man > man/just.1
+   ./target/release/just --completions $shell > completions/just.$shell
+
doman man/*
 
einstalldocs
 
# bash-completion
+   ./target/release/just --completions bash > completions/just.bash
newbashcomp "completions/${PN}.bash" "${PN}"
 
# zsh-completion
+   ./target/release/just --completions zsh > completions/just.zsh
newzshcomp "completions/${PN}.zsh" "_${PN}"
 
# fish-completion
+   ./target/release/just --completions fish > completions/just.fish
dofishcomp "completions/${PN}.fish"
 }



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

2024-06-05 Thread Joe Kappus
commit: 1bcba45cdedd2ca3c03a2d33defdad7fc36dcbd7
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Jun  5 23:11:23 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed Jun  5 23:11:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bcba45c

dev-build/just: remove mirroring restriction

based on feedback from:
https://github.com/gentoo/guru/commit/b479757cbba037a6a4b28f9d4686a87bcfc972f5#commitcomment-142785313

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

 dev-build/just/just-1.27.0.ebuild | 1 -
 dev-build/just/just-1.28.0.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-build/just/just-1.27.0.ebuild 
b/dev-build/just/just-1.27.0.ebuild
index abc413180..487193d3d 100644
--- a/dev-build/just/just-1.27.0.ebuild
+++ b/dev-build/just/just-1.27.0.ebuild
@@ -173,7 +173,6 @@ SRC_URI="${CARGO_CRATE_URIS}"
 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 MIT 
Unicode-DFS-2016 Unlicense"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
-RESTRICT="mirror"
 
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 

diff --git a/dev-build/just/just-1.28.0.ebuild 
b/dev-build/just/just-1.28.0.ebuild
index 14acefff9..d52b03f4a 100644
--- a/dev-build/just/just-1.28.0.ebuild
+++ b/dev-build/just/just-1.28.0.ebuild
@@ -189,7 +189,6 @@ SRC_URI="${CARGO_CRATE_URIS}"
 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 MIT 
Unicode-DFS-2016 Unlicense"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
-RESTRICT="mirror"
 
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-power/linux-tools-power-x86/

2024-06-05 Thread Joe Kappus
commit: 421df1bd3a4518d451d77e312d997acce8e3d028
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Jun  5 21:40:19 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed Jun  5 21:40:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=421df1bd

sys-power/linux-tools-power-x86: fix dependency QA issues.

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

 sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild | 8 ++--
 sys-power/linux-tools-power-x86/linux-tools-power-x86-6.6.ebuild | 8 ++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild 
b/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild
index d46d085b6..0009e72b4 100644
--- a/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild
+++ b/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2013-2023 Gentoo Authors
+# Copyright 2013-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,8 +17,12 @@ SLOT="0/0"
 KEYWORDS="~amd64"
 IUSE="pstate-tracer"
 
-CDEPEND="dev-libs/libnl:3"
+CDEPEND="
+   dev-libs/libnl:3
+   sys-libs/libcap
+"
 RDEPEND="
+   ${CDEPEND}
pstate-tracer? (
${PYTHON_DEPS}
dev-python/gnuplot-py[${PYTHON_USEDEP}]

diff --git a/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.6.ebuild 
b/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.6.ebuild
index d46d085b6..0009e72b4 100644
--- a/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.6.ebuild
+++ b/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2013-2023 Gentoo Authors
+# Copyright 2013-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,8 +17,12 @@ SLOT="0/0"
 KEYWORDS="~amd64"
 IUSE="pstate-tracer"
 
-CDEPEND="dev-libs/libnl:3"
+CDEPEND="
+   dev-libs/libnl:3
+   sys-libs/libcap
+"
 RDEPEND="
+   ${CDEPEND}
pstate-tracer? (
${PYTHON_DEPS}
dev-python/gnuplot-py[${PYTHON_USEDEP}]



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

2024-06-05 Thread Joe Kappus
commit: b479757cbba037a6a4b28f9d4686a87bcfc972f5
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Jun  5 20:03:19 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed Jun  5 20:03:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b479757c

dev-build/just: add 1.28.0, drop 1.26.0

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

 dev-build/just/Manifest| 42 +++--
 .../{just-1.26.0.ebuild => just-1.28.0.ebuild} | 71 +++---
 2 files changed, 75 insertions(+), 38 deletions(-)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index 9bf1e2099..db7bc438a 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -1,24 +1,28 @@
 DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 
8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830
 SHA512 
ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69
+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
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anstream-0.6.14.crate 29160 BLAKE2B 
1120895a51ed7a285c5d5a03d2f7e26dc956d95f39cf500ba9f547d71a62ed0326f519860ddcf8db77cb09e9119e914a62693369eca51cbf9c01ef874ade9112
 SHA512 
65ece20958e3fb1ed4a5ff1d45f5bfdcb942c64994a3d14eefb0dfd5b04f433f6e1b06ebff240c67ed8ff7cc01d93ca0acf8c8ea29cb41309c6c882e7c192b34
 DIST anstyle-1.0.7.crate 15709 BLAKE2B 
872e0ed09e7e94c6f6b812349e39f949aff4d7cbb87744ab26fe49f57a7d330e0f79447213374f7f862ea276aab2dd1077dc8df3f7c5f34079ef30c4d17eeeba
 SHA512 
e20d49f7d148e03f7b127be7802e0b6b7a2b05720614d46c2ade5e440ce322b44ddd3a9239b897886faa03ed1cb30f947ee27d3811fa83dffba10b3975eba7ed
 DIST anstyle-parse-0.2.4.crate 23069 BLAKE2B 
e80bd81e351326a38b3f559020a2430ac37293e61b6b6309b37bbb8bdb78ec11ca9c0fd270098af5e5ffb2f5660cfbfda949d20fd2efd336ed1c143215b2
 SHA512 
c1dac475df77d090a4d2041ba40ff418abe66e93e4ddda54653bf024fb4995e431166684343509a2337bc813fe06f362d3df8a1d7d05d177cec1a488bcb9942a
 DIST anstyle-query-1.0.3.crate 9742 BLAKE2B 
cfcba0a2773f07b9292279afd70832c5d4eb441ed61bcacdbeeda9184c63b7e01af70a8744d6efceb7f74a2c2dfa5672b873255cc1d273bd6a2d3d7ee08c2d2b
 SHA512 
38637f49e547836a4958d9f528cb270abfc81c5ca644d6d43b0f3aaef8c6f1301a8bc30a23afec5e71722c3afe7eb0f48f9fdea88b73e36f597b74531da84226
+DIST anstyle-query-1.1.0.crate 9832 BLAKE2B 
de106e289c874bca806214e275647415bdd02e2878f3a80e7d337cfbcdb755d8c182b2879371f00f5cad97cdf68224ac11ca41cc89ad7ab3929f854a9f9e76a6
 SHA512 
321ddfa7b090142116c96bc8c70d81cec3e816922249ae0f07389e2d1b62c8b40636675ccfdfd23d52e29c162ae7d929637dfc7d697dafb79e596d04eb8cd90b
 DIST anstyle-wincon-3.0.3.crate 12179 BLAKE2B 
37793975a05ad60bb2b670c208db11c5cda8a2a456242cd118748709d0a220b541b6f088676eccd19870cfb8f910d4aa1e7764393785a6db0531af4a3ffc8047
 SHA512 
55217c65fc9ec674e5b4dd70716a221bd108b507dce9baaeb542f0e0a47027ec7fe61f9cd3cccfda43e4a4cd785b42f13400daf89884c32d3768e48bdff2d179
 DIST arrayref-0.3.7.crate 9620 BLAKE2B 
69d25ca9c15c188ca954a862f320869a448a5d8ed5765a6fc26309abb030e1d846d12800d960c8a97aa3ab422e8d2b883bd154781ed219a858e02b20cc803613
 SHA512 
dcf1c7de6d1d4b921e26a39cd70070bd460cd27f0a38be9099e41fc8b05fb60ba4f9aa91f92401cdcd0847bad08bffa7db4dca8d7cc84a3c8a1416d1758838ce
 DIST arrayvec-0.7.4.crate 29856 BLAKE2B 
81ffac1db340e919618351819def3880ab1ef70d0acc47d680f15298eb749bcbc3bf7944ba14159be46b1e734c91b4c0f8cbaf774fd864c17caa3c9fb1fc2e9b
 SHA512 
91e8f70330c515c966d78ae235e890594f9607381ac738a2c3586b53f01411e98d1687494f39ccc365948ae60497df3dfb2be18e26ab7e69bc0966b6c250e1ac
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
+DIST autocfg-1.3.0.crate 16524 BLAKE2B 
7d5a03853d6b4f0da08d8e139fb200da21e47fa7e50d1956270d0ff0cc496f660f8f800122c95eee9ba98d9210ab200c3010b782097483d12d6be4ac0df0

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

2024-05-25 Thread Joe Kappus
commit: 0be7ed7a0d9ec711d67db7da6cd0a27af39e6a01
Author: Joe Kappus  wt  gd>
AuthorDate: Sun May 26 00:33:37 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun May 26 00:33:37 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0be7ed7a

sys-boot/ventoy-bin: update HOMEPAGE

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

 sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild | 2 +-
 1 file changed, 1 insertion(+), 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 d5195d320..a4b98ca99 100644
--- a/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild
+++ b/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit desktop xdg
 
 DESCRIPTION="Creator of bootable USBs, with ability to copy ISOs, persistence 
storage"
-HOMEPAGE="http://www.ventoy.net";
+HOMEPAGE="https://www.ventoy.net";
 
SRC_URI="https://github.com/ventoy/Ventoy/releases/download/v${PV}/ventoy-${PV}-linux.tar.gz";
 
 S="${WORKDIR}"/ventoy-${PV}



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

2024-05-25 Thread Joe Kappus
commit: 5dfc8f5266d62e814fec15f5f26be2bdad192138
Author: Joe Kappus  wt  gd>
AuthorDate: Sun May 26 00:35:42 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun May 26 00:35:42 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5dfc8f52

sys-boot/ventoy-bin: add 1.0.98

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

 sys-boot/ventoy-bin/Manifest |  1 +
 sys-boot/ventoy-bin/ventoy-bin-1.0.98.ebuild | 90 
 2 files changed, 91 insertions(+)

diff --git a/sys-boot/ventoy-bin/Manifest b/sys-boot/ventoy-bin/Manifest
index f0af723d6..aa5cb9913 100644
--- a/sys-boot/ventoy-bin/Manifest
+++ b/sys-boot/ventoy-bin/Manifest
@@ -1 +1,2 @@
 DIST ventoy-1.0.97-linux.tar.gz 19964906 BLAKE2B 
c1f7235838ed5fe55028424dd160d4322b8fe96f99404149cf3c25f00afe06dd9d35970f6cbd2b8f04432e8380b412495eae18b2f02a24d0003c63a644be6315
 SHA512 
af6d4a0c3c06009de3fd55377656d678ab037cc0b808421269551891502de32605ed3e17012395aa6ed58ca9c74bd52b19ed7fe43eda39a78b2c42cca1cd9b5f
+DIST ventoy-1.0.98-linux.tar.gz 19840507 BLAKE2B 
4d1f3c6e727c70ff4c1fda7dcf59467b54d9b50edf880170cd69df2fdab995bcee370635b44be091247d5e687c2a2367c57de33b4e48823cbc5bc33b050cdea2
 SHA512 
40914e5a13e78b72fe677c99cfa68c0bb46fceddc979a7dd1f1a3e2fa30568f3b21250cbf02df59f4a06373a47a4c181d44e46f7f4eb08f413ad6c24cd2a1a65

diff --git a/sys-boot/ventoy-bin/ventoy-bin-1.0.98.ebuild 
b/sys-boot/ventoy-bin/ventoy-bin-1.0.98.ebuild
new file mode 100644
index 0..a4b98ca99
--- /dev/null
+++ b/sys-boot/ventoy-bin/ventoy-bin-1.0.98.ebuild
@@ -0,0 +1,90 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Creator of bootable USBs, with ability to copy ISOs, persistence 
storage"
+HOMEPAGE="https://www.ventoy.net";
+SRC_URI="https://github.com/ventoy/Ventoy/releases/download/v${PV}/ventoy-${PV}-linux.tar.gz";
+
+S="${WORKDIR}"/ventoy-${PV}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="strip mirror"
+
+DEPEND="
+   sys-fs/dosfstools
+   sys-fs/exfat-utils
+   sys-fs/fuse-exfat
+   sys-block/parted
+"
+# sys-fs/fuse-exfat is needed for mount, without it:
+# mount: /mnt: unknown filesystem type 'exfat'
+
+QA_PREBUILT="*" # Against "does not respect LDFLAGS"
+
+CARCH="x86_64"
+
+src_prepare() {
+   # Decompress tools
+   pushd tool/$CARCH || die
+   for file in *.xz; do
+   xzcat "$file" >"${file%.xz}" || die
+   chmod +x "${file%.xz}" || die
+   done
+
+   # Cleanup .xz crap
+   rm -fv ./*.xz || die
+   popd || die
+
+   # Apply sanitize patch
+   eapply -p0 "${FILESDIR}/sanitize.patch"
+
+   # Log location
+   sed -i 's|log\.txt|/var/log/ventoy.log|g' WebUI/static/js/languages.js 
tool/languages.json || die
+
+   # Non-POSIX compliant scripts
+   sed -i 's|bin/sh|usr/bin/env bash|g' 
tool/{ventoy_lib.sh,VentoyWorker.sh} || die
+
+   # Clean up unused binaries
+   # Preserving mkexfatfs and mount.exfat-fuse because exfatprogs is 
incompatible
+   for binary in xzcat hexdump; do
+   rm -fv tool/$CARCH/$binary || die
+   done
+   default
+}
+
+src_install() {
+   insopts -m0644
+   insinto /opt/ventoy/boot/
+   doins boot/*
+   insinto /opt/ventoy/ventoy/
+   doins ventoy/*
+   insopts -m0755
+   insinto /opt/ventoy/tool/
+   doins tool/*.{cer,glade,json,sh,xz}
+   insinto /opt/ventoy/tool/$CARCH/
+   doins tool/$CARCH/*
+   insinto /opt/ventoy/
+   doins ./*.sh plugin WebUI "VentoyGUI.$CARCH"
+
+   # Install .desktop
+   insopts -m0644
+   insinto /usr/share/pixmaps/
+   newins WebUI/static/img/VentoyLogo.png ventoy.png
+   domenu "${FILESDIR}/ventoy.desktop"
+
+   # Link system binaries
+   for binary in xzcat hexdump; do
+   dosym -r /usr/bin/$binary /opt/ventoy/tool/$CARCH/$binary
+   done
+
+   dobin "${FILESDIR}"/ventoy{,gui,web,plugson,-{,extend-}persistent}
+
+   rm "${D}"/opt/ventoy/tool/x86_64/Ventoy2Disk.gtk2 || die
+}



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

2024-05-25 Thread Joe Kappus
commit: 187e150d28b2cd0c958a80f5f822e7c77ba9bf11
Author: Joe Kappus  wt  gd>
AuthorDate: Sat May 25 12:20:08 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: gui-apps/wdisplays/

2024-05-25 Thread Joe Kappus
commit: dc7e00dc41618ac42f505d03a276e5cd83d264cf
Author: Joe Kappus  wt  gd>
AuthorDate: Sat May 25 12:14:38 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: gui-apps/wdisplays/

2024-05-25 Thread Joe Kappus
commit: 250235e7439c42c4fab47b57174e7d7646a6372b
Author: Joe Kappus  wt  gd>
AuthorDate: Sat May 25 12:05:27 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: dev-build/just/

2024-05-25 Thread Joe Kappus
commit: 4f481f0b278e24b688e4810addbbd062cf7d00c7
Author: Joe Kappus  wt  gd>
AuthorDate: Sat May 25 10:26:19 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: mail-client/proton-mail-bin/

2024-05-24 Thread Joe Kappus
commit: 44ca9f4a5e1ffc0a00a06328d5069633745d4490
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 19:32:00 2024 +
Commit:     Joe Kappus  wt  gd>
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: media-fonts/warframe-fonts/

2024-05-24 Thread Joe Kappus
commit: 335194611a19d714848be1888445faa9e6f43cd2
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 07:36:36 2024 +
Commit:     Joe Kappus  wt  gd>
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&rlkey=3ehhk98vupze6if64gl3lia08
 -> Corpus.ttf
+   
https://www.dropbox.com/scl/fo/el9i8ltoms44id3wt3swv/h/Languages/CorpusBold.ttf?dl=1&rlkey=3ehhk98vupze6if64gl3lia08
 -> CorpusBold.ttf
+   
https://www.dropbox.com/scl/fo/el9i8ltoms44id3wt3swv/h/Languages/Grineer.ttf?dl=1&rlkey=3ehhk98vupze6if64gl3lia08
 -> Grineer.ttf
+   
https://www.dropbox.com/scl/fo/el9i8ltoms44id3wt3swv/h/Languages/Solaris.ttf?dl=1&rlkey=3ehhk98vupze6if64gl3lia08
 -> Solaris.ttf
 "
 S="${DISTDIR}"
 



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

2024-05-24 Thread Joe Kappus
commit: ffc174451cf0ca1cda30a577aaf90a4175cabf95
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 07:06:49 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: net-vpn/cloudflare-warp/

2024-05-23 Thread Joe Kappus
commit: d59bb57602c638bb49dc2c915b69050585c79067
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 06:44:05 2024 +
Commit:     Joe Kappus  wt  gd>
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 systra

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

2024-05-23 Thread Joe Kappus
commit: 624879a4dfc0aeac74aae7123ba1cf08f983abd6
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 06:43:21 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: gui-apps/hypridle/

2024-05-23 Thread Joe Kappus
commit: f7fd68a0e0d3073244e63cf7676d45b7f4a62db8
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 06:25:25 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: gui-apps/hypridle/

2024-05-23 Thread Joe Kappus
commit: 01ea40e705b1ff58a539a55999cb21bfdaf7d62c
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 06:28:19 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: profiles/

2024-05-23 Thread Joe Kappus
commit: 9ce16a6b7a73648d305bd4b69c8c00735c4edbbd
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 06:18:59 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: gui-apps/hyprpaper/

2024-05-23 Thread Joe Kappus
commit: e89ef88f836599802f336eb962af7d6d746e3803
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 05:49:01 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: gui-apps/hyprpicker/

2024-05-23 Thread Joe Kappus
commit: 536d4e7a4b305bcee8fed13c6f69b93d90ceb74d
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 05:19:11 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: gui-apps/hyprpaper/

2024-05-23 Thread Joe Kappus
commit: e3608ecab23143bf63cfb61b6206e829ed044b16
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 05:08:17 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: gui-apps/hyprpicker/

2024-05-23 Thread Joe Kappus
commit: 9d653a458633b92ec7a34b17949429827d5aa171
Author: Joe Kappus  wt  gd>
AuthorDate: Fri May 24 05:06:31 2024 +
Commit:     Joe Kappus  wt  gd>
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:dev commit in: app-misc/dbf/

2024-05-20 Thread Joe Kappus
commit: 98659c7cf94c47d3d3e3b6384d2fe544b8e8262e
Author: Joe Kappus  wt  gd>
AuthorDate: Mon May 20 09:21:47 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon May 20 09:21:47 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98659c7c

app-misc/dbf: fix RDEPEND

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

 app-misc/dbf/dbf-0.9.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-misc/dbf/dbf-0.9.0.ebuild b/app-misc/dbf/dbf-0.9.0.ebuild
index 924daba241..f25c2a1b97 100644
--- a/app-misc/dbf/dbf-0.9.0.ebuild
+++ b/app-misc/dbf/dbf-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -19,9 +19,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
+RDEPEND="dev-libs/libdbf"
+
 DEPEND="${RDEPEND}
dev-perl/XML-Parser
-   dev-libs/libdbf
doc? ( app-text/docbook-sgml-utils )
virtual/pkgconfig"
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-power/linux-tools-power-x86/files/

2024-05-15 Thread Joe Kappus
commit: e5c92ddd9f009b25f033d77bc860ad33528e3f62
Author: Joe Kappus  wt  gd>
AuthorDate: Wed May 15 07:19:30 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed May 15 07:22:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5c92ddd

sys-power/linux-tools-power-x86/files: drop -D_FORTIFY_SOURCE=2 from CFLAGS

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

 .../files/linux-tools-power-x86-6.1-cflags.patch   | 33 ++
 .../files/linux-tools-power-x86-6.6-cflags.patch   | 16 +++
 2 files changed, 32 insertions(+), 17 deletions(-)

diff --git 
a/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.1-cflags.patch 
b/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.1-cflags.patch
index 499bbce0d6..8de8139d85 100644
--- 
a/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.1-cflags.patch
+++ 
b/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.1-cflags.patch
@@ -1,7 +1,8 @@
-diff -urN a/tools/power/x86/intel-speed-select/Makefile 
b/tools/power/x86/intel-speed-select/Makefile
 a/tools/power/x86/intel-speed-select/Makefile  2022-12-11 
17:15:18.0 -0500
-+++ b/tools/power/x86/intel-speed-select/Makefile  2023-02-04 
05:47:25.961523494 -0500
-@@ -13,7 +13,7 @@
+diff --git a/tools/power/x86/intel-speed-select/Makefile 
b/tools/power/x86/intel-speed-select/Makefile
+index 7221f2f55e8b..96b5a456a4c5 100644
+--- a/tools/power/x86/intel-speed-select/Makefile
 b/tools/power/x86/intel-speed-select/Makefile
+@@ -13,7 +13,7 @@ endif
  # Do not use make's built-in rules
  # (this improves performance and avoids hard-to-debug behaviour);
  MAKEFLAGS += -r
@@ -10,10 +11,11 @@ diff -urN a/tools/power/x86/intel-speed-select/Makefile 
b/tools/power/x86/intel-
  override LDFLAGS += -lnl-genl-3 -lnl-3
  
  ALL_TARGETS := intel-speed-select
-diff -urN a/tools/power/x86/turbostat/Makefile 
b/tools/power/x86/turbostat/Makefile
 a/tools/power/x86/turbostat/Makefile   2022-12-11 17:15:18.0 
-0500
-+++ b/tools/power/x86/turbostat/Makefile   2023-02-04 05:49:01.960951027 
-0500
-@@ -9,7 +9,7 @@
+diff --git a/tools/power/x86/turbostat/Makefile 
b/tools/power/x86/turbostat/Makefile
+index 92e139b9c792..d2c21035e16d 100644
+--- a/tools/power/x86/turbostat/Makefile
 b/tools/power/x86/turbostat/Makefile
+@@ -9,11 +9,10 @@ ifeq ("$(origin O)", "command line")
  endif
  
  turbostat : turbostat.c
@@ -22,10 +24,15 @@ diff -urN a/tools/power/x86/turbostat/Makefile 
b/tools/power/x86/turbostat/Makef
  override CFLAGS +=
-DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
  override CFLAGS +=
-DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"'
  override CFLAGS +=-D_FILE_OFFSET_BITS=64
-diff -urN a/tools/power/x86/x86_energy_perf_policy/Makefile 
b/tools/power/x86/x86_energy_perf_policy/Makefile
 a/tools/power/x86/x86_energy_perf_policy/Makefile  2022-12-11 
17:15:18.0 -0500
-+++ b/tools/power/x86/x86_energy_perf_policy/Makefile  2023-02-04 
05:47:25.962523488 -0500
-@@ -9,7 +9,6 @@
+-override CFLAGS +=-D_FORTIFY_SOURCE=2
+ 
+ %: %.c
+   @mkdir -p $(BUILD_OUTPUT)
+diff --git a/tools/power/x86/x86_energy_perf_policy/Makefile 
b/tools/power/x86/x86_energy_perf_policy/Makefile
+index 666b325a62a2..1fdeef864e7c 100644
+--- a/tools/power/x86/x86_energy_perf_policy/Makefile
 b/tools/power/x86/x86_energy_perf_policy/Makefile
+@@ -9,9 +9,8 @@ ifeq ("$(origin O)", "command line")
  endif
  
  x86_energy_perf_policy : x86_energy_perf_policy.c
@@ -34,3 +41,5 @@ diff -urN a/tools/power/x86/x86_energy_perf_policy/Makefile 
b/tools/power/x86/x8
  override CFLAGS +=
-DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
 -override CFLAGS +=-D_FORTIFY_SOURCE=2
  
+ %: %.c
+   @mkdir -p $(BUILD_OUTPUT)

diff --git 
a/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.6-cflags.patch 
b/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.6-cflags.patch
index 111fb1a888..8de8139d85 100644
--- 
a/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.6-cflags.patch
+++ 
b/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.6-cflags.patch
@@ -12,10 +12,10 @@ index 7221f2f55e8b..96b5a456a4c5 100644
  
  ALL_TARGETS := intel-speed-select
 diff --git a/tools/power/x86/turbostat/Makefile 
b/tools/power/x86/turbostat/Makefile
-index 92e139b9c792..972fb3c5a514 100644
+index 92e139b9c792..d2c21035e16d 100644
 --- a/tools/power/x86/turbostat/Makefile
 +++ b/tools/power/x86/turbostat/Makefile
-@@ -9,7 +9,7 @@ ifeq ("$(origin O)", "command line")
+@@ -9,11 +9,10 @@ ifeq ("$(origin O)", "command line")
  endif
  
  turbostat : turbostat.c
@@ -24,16 +24,22 @@ index 92e139b9c792..972fb3c5a514 100644
  override CFLAGS +

[gentoo-commits] repo/proj/guru:dev commit in: sys-power/linux-tools-power-x86/files/, sys-power/linux-tools-power-x86/

2024-05-14 Thread Joe Kappus
commit: 795b8fd5bed35989ef2520b35d735b72f71ba7d4
Author: Joe Kappus  wt  gd>
AuthorDate: Tue May 14 08:48:54 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Tue May 14 08:50:37 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=795b8fd5

sys-power/linux-tools-power-x86: add 6.6, fix cflags

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

 sys-power/linux-tools-power-x86/Manifest   |  1 +
 ...gs.patch => linux-tools-power-x86-6.6-cflags.patch} | 18 --
 .../linux-tools-power-x86-6.1.ebuild   |  2 +-
 ...x86-6.1.ebuild => linux-tools-power-x86-6.6.ebuild} |  2 +-
 4 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/sys-power/linux-tools-power-x86/Manifest 
b/sys-power/linux-tools-power-x86/Manifest
index ef5ea75ef1..f47107e8b3 100644
--- a/sys-power/linux-tools-power-x86/Manifest
+++ b/sys-power/linux-tools-power-x86/Manifest
@@ -1 +1,2 @@
 DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
+DIST linux-6.6.tar.xz 140064536 BLAKE2B 
5f02fd8696d42f7ec8c5fbadec8e7270bdcfcb1f9844a6c4db3e1fd461c93ce1ccda650ca72dceb4890ebcbbf768ba8fba0bce91efc49fbd2c307b04e95665f2
 SHA512 
458b2c34d46206f9b4ccbac54cc57aeca1eaecaf831bc441e59701bac6eadffc17f6ce24af6eadd0454964e843186539ac0d63295ad2cc32d112b60360c39a35

diff --git 
a/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-5.18-cflags.patch 
b/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.6-cflags.patch
similarity index 59%
rename from 
sys-power/linux-tools-power-x86/files/linux-tools-power-x86-5.18-cflags.patch
rename to 
sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.6-cflags.patch
index 700baa781a..111fb1a888 100644
--- 
a/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-5.18-cflags.patch
+++ 
b/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.6-cflags.patch
@@ -1,28 +1,34 @@
+diff --git a/tools/power/x86/intel-speed-select/Makefile 
b/tools/power/x86/intel-speed-select/Makefile
+index 7221f2f55e8b..96b5a456a4c5 100644
 --- a/tools/power/x86/intel-speed-select/Makefile
 +++ b/tools/power/x86/intel-speed-select/Makefile
-@@ -13,7 +13,7 @@
+@@ -13,7 +13,7 @@ endif
  # Do not use make's built-in rules
  # (this improves performance and avoids hard-to-debug behaviour);
  MAKEFLAGS += -r
 -override CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include 
-I/usr/include/libnl3
-+override CFLAGS += -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include 
-I/usr/include/libnl3
++override CFLAGS += -Wall -D_GNU_SOURCE -I$(OUTPUT)include 
-I/usr/include/libnl3
  override LDFLAGS += -lnl-genl-3 -lnl-3
  
  ALL_TARGETS := intel-speed-select
+diff --git a/tools/power/x86/turbostat/Makefile 
b/tools/power/x86/turbostat/Makefile
+index 92e139b9c792..972fb3c5a514 100644
 --- a/tools/power/x86/turbostat/Makefile
 +++ b/tools/power/x86/turbostat/Makefile
-@@ -9,7 +9,7 @@
+@@ -9,7 +9,7 @@ ifeq ("$(origin O)", "command line")
  endif
  
  turbostat : turbostat.c
--override CFLAGS +=-O2 -Wall -I../../../include
-+override CFLAGS +=-Wall -I../../../include
+-override CFLAGS +=-O2 -Wall -Wextra -I../../../include
++override CFLAGS +=-Wall -Wextra -I../../../include
  override CFLAGS +=
-DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
  override CFLAGS +=
-DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"'
  override CFLAGS +=-D_FILE_OFFSET_BITS=64
+diff --git a/tools/power/x86/x86_energy_perf_policy/Makefile 
b/tools/power/x86/x86_energy_perf_policy/Makefile
+index 666b325a62a2..0053893229fb 100644
 --- a/tools/power/x86/x86_energy_perf_policy/Makefile
 +++ b/tools/power/x86/x86_energy_perf_policy/Makefile
-@@ -9,7 +9,7 @@
+@@ -9,7 +9,7 @@ ifeq ("$(origin O)", "command line")
  endif
  
  x86_energy_perf_policy : x86_energy_perf_policy.c

diff --git a/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild 
b/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild
index a2c0295b13..d46d085b61 100644
--- a/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild
+++ b/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit fcaps linux-info python-r1 toolchain-funcs
 

diff --git a/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild 
b/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.6.ebuild
similarity index 98%
copy from sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild
copy to sys-power/

[gentoo-commits] repo/proj/guru:dev commit in: sys-power/linux-tools-power-x86/

2024-05-14 Thread Joe Kappus
commit: 4e922ea02063d1a1ee76dd5e021e867adf6b2ed4
Author: Joe Kappus  wt  gd>
AuthorDate: Tue May 14 08:15:06 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Tue May 14 08:50:33 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e922ea0

sys-power/linux-tools-power-x86: drop 5.18

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

 sys-power/linux-tools-power-x86/Manifest   |  1 -
 .../linux-tools-power-x86-5.18.ebuild  | 92 --
 2 files changed, 93 deletions(-)

diff --git a/sys-power/linux-tools-power-x86/Manifest 
b/sys-power/linux-tools-power-x86/Manifest
index db36dab303..ef5ea75ef1 100644
--- a/sys-power/linux-tools-power-x86/Manifest
+++ b/sys-power/linux-tools-power-x86/Manifest
@@ -1,2 +1 @@
-DIST linux-5.18.tar.xz 129790264 BLAKE2B 
e2745a69eb70169e90505a9318a3993046eab3020496eecde7d8352ecda0eb71a25b21becf7ce93fc593507dce7d1cd61b94ddcdf82b3094d79c0d3d48508eeb
 SHA512 
dbbc9d1395898a498fa4947fceda1781344fa5d360240f753810daa4fa88e519833e2186c4e582a8f1836e6413e9e85f6563c7770523b704e8702d67622f98b5
 DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68

diff --git a/sys-power/linux-tools-power-x86/linux-tools-power-x86-5.18.ebuild 
b/sys-power/linux-tools-power-x86/linux-tools-power-x86-5.18.ebuild
deleted file mode 100644
index 1a6a13dcd0..00
--- a/sys-power/linux-tools-power-x86/linux-tools-power-x86-5.18.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 2013-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit fcaps linux-info python-r1 toolchain-funcs
-
-DESCRIPTION="Linux x86 CPU power tools"
-HOMEPAGE="https://www.kernel.org/";
-SRC_URI="https://cdn.kernel.org/pub/linux/kernel/v${PV%%.*}.x/linux-${PV}.tar.xz";
-S="${WORKDIR}/linux-${PV}"
-
-LICENSE="GPL-2"
-SLOT="0/0"
-KEYWORDS="~amd64"
-IUSE="pstate-tracer"
-
-CDEPEND="dev-libs/libnl:3"
-RDEPEND="
-   pstate-tracer? (
-   ${PYTHON_DEPS}
-   dev-python/gnuplot-py[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-visualization/gnuplot
-   )
-"
-DEPEND="
-   ${CDEPEND}
-   virtual/os-headers
-"
-
-REQUIRED_USE="pstate-tracer? ( ${PYTHON_REQUIRED_USE} )"
-
-PATCHES=( "${FILESDIR}/${P}-cflags.patch" )
-FILECAPS=( 'cap_sys_rawio=ep' usr/bin/turbostat )
-
-pkg_setup() {
-   linux-info_pkg_setup
-   if linux_config_exists; then
-   CONFIG_CHECK_MODULES="CONFIG_X86_MSR" || ewarn "msr module is 
needed at runtime"
-   fi
-}
-
-src_configure() {
-   export bindir="${EPREFIX}/usr/bin"
-   export sbindir="${EPREFIX}/usr/sbin"
-   export mandir="${EPREFIX}/usr/share/man"
-   export includedir="${EPREFIX}/usr/include"
-   export libdir="${EPREFIX}/usr/$(get_libdir)"
-   export localedir="${EPREFIX}/usr/share/locale"
-   export docdir="${EPREFIX}/usr/share/doc/${PF}"
-   export confdir="${EPREFIX}/etc"
-   export 
bash_completion_dir="${EPREFIX}/usr/share/bash-completion/completions"
-   export V=1
-}
-
-src_compile() {
-   myemakeargs=(
-   AR="$(tc-getAR)"
-   CC="$(tc-getCC)"
-   LD="$(tc-getCC)"
-   VERSION=${PV}
-   )
-   emake -C tools/power/x86/intel-speed-select "${myemakeargs[@]}"
-   emake -C tools/power/x86/turbostat "${myemakeargs[@]}"
-   emake -C tools/power/x86/x86_energy_perf_policy "${myemakeargs[@]}"
-}
-
-src_install() {
-   pushd "${S}/tools/power/x86/intel-speed-select" || die
-   emake "${myemakeargs[@]}" DESTDIR="${D}" install
-   popd || die
-   pushd "${S}/tools/power/x86/turbostat" || die
-   emake "${myemakeargs[@]}" DESTDIR="${D}" install
-   popd || die
-   pushd "${S}/tools/power/x86/x86_energy_perf_policy" || die
-   emake "${myemakeargs[@]}" DESTDIR="${D}" install
-   popd || die
-
-   if use pstate-tracer; then
-   python_foreach_impl python_doscript 
tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py
-   python_foreach_impl python_doscript 
tools/power/x86/amd_pstate_tracer/amd_pstate_trace.py
-   fi
-
-   einstalldocs
-}
-
-pkg_postinst() {
-   fcaps_pkg_postinst
-}



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

2024-05-14 Thread Joe Kappus
commit: 01a9f826712629bffd89b83ffad9a166e06881c8
Author: Joe Kappus  wt  gd>
AuthorDate: Tue May 14 07:40:36 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Tue May 14 07:40:36 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01a9f826

dev-build/just: add 1.26.0

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

 dev-build/just/Manifest   |  55 +++
 dev-build/just/just-1.26.0.ebuild | 195 ++
 2 files changed, 250 insertions(+)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index b7c84668b4..8150cf12a1 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -1,24 +1,34 @@
 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 
69d25ca9c15c188ca954a862f320869a448a5d8ed5765a6fc26309abb030e1d846d12800d960c8a97aa3ab422e8d2b883bd154781ed219a858e02b20cc80361

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

2024-04-22 Thread Joe Kappus
commit: c77dbdd53f568f5de694ffaa81a9f66a45656cff
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Apr 22 19:26:42 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Apr 22 19:26:42 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c77dbdd5

dev-build/just: drop 1.25.0

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

 dev-build/just/Manifest   |   5 -
 dev-build/just/just-1.25.0.ebuild | 194 --
 dev-build/just/metadata.xml   |   2 +-
 3 files changed, 1 insertion(+), 200 deletions(-)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index 38828e9b90..b7c84668b4 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -26,7 +26,6 @@ DIST crossbeam-deque-0.8.5.crate 21726 BLAKE2B 
d97b35e8e8858deaa7fa9a836e836d029
 DIST crossbeam-epoch-0.9.18.crate 46875 BLAKE2B 
200c256cad6011a3a14c4664bea6b150fce72d561c4fffc387fa561b08c0480e8756bf51c14874c5fb19f427424547f72d2cd7dd6f56fb8ba85f8d52bfd1
 SHA512 
0a8a199b9d77f4e28e91fe0a0cbff7e0dec58cac283631fd972477fa912d2f6ddfddaed2c695e4978b01cb5440b702822af6333e7c3dfbcb9a2c2086999516b2
 DIST crossbeam-utils-0.8.19.crate 42328 BLAKE2B 
b2846f569555818fe7a3ef4aa29f68c638f933ee0251713c2c92624bee5f8013def5527027022963f572815991abb98d5e68d0fa00f478b2762133f84ffc84c0
 SHA512 
6e742fbb0d2a6371db87e81f8ac583259530a288237d0e8347394581c60004703a822318ec945936c410bb44001b115d8d986bb264e5b2d8091bb63a8edd93a9
 DIST crypto-common-0.1.6.crate 8760 BLAKE2B 
f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7
 SHA512 
471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f
-DIST ctrlc-3.4.2.crate 14171 BLAKE2B 
65bcbaff2a58a78370888e988e52bdf7b8c1dec5963854374a87fa31b4db633f41b7a7e9965027411c14b089680eaaf32db1ab26ceeebaecbe09c0c3b5e1fce9
 SHA512 
99fc52445a51438bbbefefedf6409efc6b9c8db8f8932bde8eebeda3bfa952d116923b6ea9762e3bd28521ddee17ca1c8fb9b24cf8fe287063ec2ffc696ec408
 DIST ctrlc-3.4.4.crate 14660 BLAKE2B 
fe7c2ca8352dbe40e60ad2c63654beafd9ad3f62483b23b3c614a22dacc8ce0edd2b94e9ec3a2472c581f6a1b8befe0952df092b4c7d34ad92414190e285e51b
 SHA512 
c09c5bb87e4116e4f2604023d9a94afb9985678a4d02aac17baf5b5d13d0ac7321e07dd7b20ed620af9670926acdb6b78be37a56c8be171c21975d34ebf0196c
 DIST derivative-2.2.0.crate 48076 BLAKE2B 
56d27e27493c3b818ad45703efda607a0a0d9a48b0d43785b6a013443b8b964b67bb5b5284d242358415c5fb81b86b02079ee7c0595ec07bc658240eb114b887
 SHA512 
3c65ecdabd2dc202be3d83b06f96b6f68504fe542ede7e2285093c6d360a33ec76a3787c436c6e5ff8f59d430436a4b8ce2f908cf7b2b08cd8b0045de4e5d1da
 DIST diff-0.1.13.crate 46216 BLAKE2B 
27ceeafb7afd45eabbbe22d1f05667f513a6062762e6b77122e267282a8f2a0bf96384989508bf10c9e13af4856bc9f58f09b10055d6fc2c32681e288ffa9f9e
 SHA512 
45e259c9fe7c23bd9e9454891b42d4aef6d681d35ee039d21fdb05ae9ed5856161a40f29889e7880ac2a2daf85f1b7d752d213b4a99a1a74ed2682c18a3ae7fb
@@ -51,7 +50,6 @@ DIST hermit-abi-0.3.9.crate 16165 BLAKE2B 
b779f005bd4cb9ba9abe401a0a559a5bbcc447
 DIST home-0.5.9.crate 8760 BLAKE2B 
02277a6d0e54a88e62a50ceb5b50b08cd5dc1ca5ddc17a799db0f49a17fee8560df53f616ae22cd16020ae2a89ce7c6ec22e5e2c0d513405bc2859a6e3ec61f9
 SHA512 
3f1f7b619f1a47694cda92321a11d66ebbb2dc0b0c33446a7a4b886f547ee88231b61c038de04bb82acd50e617f19b5085893b8401206d32cd54502033e04bf1
 DIST humantime-2.1.0.crate 16749 BLAKE2B 
e2ae8325b037fb175b9200cc5c1944ce579056c6662cce307beb6701894552362a25e371aad65f8fb9384945b48815ca74bb8b544a32e0a5845b7edd30b918c9
 SHA512 
3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c
 DIST itoa-1.0.10.crate 10534 BLAKE2B 
8ffcb345d07070cc01651fd44c19f3e0659185eda733c407fd4be0955a301879ae1272dae7f425279dae8dcb7f7dc954465c9a09b5c521938a503d34fecfe2a7
 SHA512 
fc496be0873e31afa6ddf7f2958030f8fcb517cadb86a48280a0c50ce50460afda189af1e6c26e5ff6f85c750d772c21503864c32b526c4fe4bcdb5b07918538
-DIST just-1.25.0.crate 231618 BLAKE2B 
d2d7d65ccb14d1ff518a8f052be2e278023a899b151044b2695b58553c55d26b866ee4bac83e60d712017d10dfb8fe14a6612e97e210fe906a528be53fee2e21
 SHA512 
2fe776d59f0dcdf24984336de827b50f492c87c5a127860e7557b97481206b9b62e0e1606b7e700cfbe62c82cd9134c0d063c5feecb26e6884d2556bd794b5fa
 DIST just-1.25.2.crate 231816 BLAKE2B 
daf02f524ea89d06b4acf3de7d2a46e0a3440c3e5443cfe3073d717c42f66347a2caad6d5b81d68a6671f7f76b87f3dedef8004084030362425758445dccc875
 SHA512 
6afc8065e1c0f415595d4a42da2cb734b663005fa0629d04b2d4f64227555df823b6b8450eed196a743e02800fa2c9f4b6a99573242f3bf9feff0e810fee5812
 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23
 SHA512 
e124c0521ec7c950f3c4a066821918da7a9c6e75d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
 DIST lexiclean-0.0.1.crate 536

[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/, app-admin/s-tui/files/

2024-04-22 Thread Joe Kappus
commit: 587572275a64f662a7c51b036f8c6b28e1292317
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Apr 22 19:26:02 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Apr 22 19:26:02 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58757227

app-admin/s-tui: drop 1.1.4

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

 app-admin/s-tui/Manifest   |  1 -
 .../files/s-tui-1.1.4-setuptools-warning.patch | 22 -
 app-admin/s-tui/s-tui-1.1.4.ebuild | 36 --
 3 files changed, 59 deletions(-)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index 0fabdf54bf..bb6e9a0e87 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1,2 +1 @@
-DIST s-tui-1.1.4.gh.tar.gz 2608449 BLAKE2B 
80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870
 SHA512 
20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322
 DIST s-tui-1.1.6.gh.tar.gz 2608253 BLAKE2B 
64815def105ad3c57f2103841ad09948ec6205bda09f4afca7dcca3bb9586c3e8d08aa0524d42f086f589f613bd79b389fca0f55182391bf20679b4d040eb087
 SHA512 
73412b55175ca2a5e98e410a3c9b5ce9aa1cffc13eb9af26e834d0ea784c06f6a9f81bb1be028b8cf94046ff0a8b20fff5b1191c949d49a72cecf3abd6a1fc38

diff --git a/app-admin/s-tui/files/s-tui-1.1.4-setuptools-warning.patch 
b/app-admin/s-tui/files/s-tui-1.1.4-setuptools-warning.patch
deleted file mode 100644
index f8625a6b34..00
--- a/app-admin/s-tui/files/s-tui-1.1.4-setuptools-warning.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 7507377a3571f7b1bb26dc04f471e9bd9734bd6f Mon Sep 17 00:00:00 2001
-From: Joe Kappus 
-Date: Sun, 14 Jan 2024 05:08:47 -0500
-Subject: [PATCH] Fix setuptools warning
-
-Resolves: https://github.com/amanusk/s-tui/issues/178

- setup.cfg | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.cfg b/setup.cfg
-index 312e33a..bda3f26 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -1,3 +1,3 @@
- [metadata]
--description-file = README.md
-+description_file = README.md
- license_files = LICENSE
--- 
-2.43.0
-

diff --git a/app-admin/s-tui/s-tui-1.1.4.ebuild 
b/app-admin/s-tui/s-tui-1.1.4.ebuild
deleted file mode 100644
index 9431676948..00
--- a/app-admin/s-tui/s-tui-1.1.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Stress-Terminal UI monitoring tool"
-HOMEPAGE="https://amanusk.github.io/s-tui/";
-
-PATCHES="${FILESDIR}/${P}-setuptools-warning.patch"
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git";
-   EGIT_SUBMODULES=()
-else
-   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/psutil-5.9.1[${PYTHON_USEDEP}]
-   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   optfeature "Stress options in program menu" app-benchmarks/stress
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2024-04-21 Thread Joe Kappus
commit: 8b6eb58994c3162b49962a2c8cb5fac8e67a7036
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Apr 21 22:38:28 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Apr 21 22:38:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b6eb589

app-admin/s-tui: add 1.1.6

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

 app-admin/s-tui/Manifest   |  1 +
 app-admin/s-tui/metadata.xml   |  2 +-
 app-admin/s-tui/s-tui-1.1.6.ebuild | 34 ++
 3 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index 0dc193c776..0fabdf54bf 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1 +1,2 @@
 DIST s-tui-1.1.4.gh.tar.gz 2608449 BLAKE2B 
80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870
 SHA512 
20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322
+DIST s-tui-1.1.6.gh.tar.gz 2608253 BLAKE2B 
64815def105ad3c57f2103841ad09948ec6205bda09f4afca7dcca3bb9586c3e8d08aa0524d42f086f589f613bd79b389fca0f55182391bf20679b4d040eb087
 SHA512 
73412b55175ca2a5e98e410a3c9b5ce9aa1cffc13eb9af26e834d0ea784c06f6a9f81bb1be028b8cf94046ff0a8b20fff5b1191c949d49a72cecf3abd6a1fc38

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index becc7655c0..3431d6b870 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -3,7 +3,7 @@
 

j...@wt.gd
-   joecool
+       Joe Kappus


amanusk/s-tui

diff --git a/app-admin/s-tui/s-tui-1.1.6.ebuild 
b/app-admin/s-tui/s-tui-1.1.6.ebuild
new file mode 100644
index 00..c980717745
--- /dev/null
+++ b/app-admin/s-tui/s-tui-1.1.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Stress-Terminal UI monitoring tool"
+HOMEPAGE="https://amanusk.github.io/s-tui/";
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git";
+   EGIT_SUBMODULES=()
+else
+   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/psutil-5.9.1[${PYTHON_USEDEP}]
+   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "Stress options in program menu" app-benchmarks/stress
+}



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

2024-04-18 Thread Joe Kappus
commit: 6703f19154ef1c36db07c43498a1eaa0a35c933c
Author: Joe Kappus  wt  gd>
AuthorDate: Thu Apr 18 07:40:36 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Thu Apr 18 07:40:36 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6703f191

dev-python/rstcheck: add 6.2.1

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

 dev-python/rstcheck/Manifest  |  1 +
 dev-python/rstcheck/rstcheck-6.2.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/rstcheck/Manifest b/dev-python/rstcheck/Manifest
index fa0d5c789d..71ade1e8f0 100644
--- a/dev-python/rstcheck/Manifest
+++ b/dev-python/rstcheck/Manifest
@@ -1 +1,2 @@
 DIST rstcheck-6.2.0.tar.gz 23378 BLAKE2B 
e1239c884ffdb0c676d3cbe526b33d8a84685b9c914c88b28da7df58985681be8114b507d49c16c970b291475997ddc626445df26647381c23260363a1b0ec82
 SHA512 
8b92d0e43cf3aea8881d660dae485ffb8dcce893e43cab589f41cc2cb6918a5b685f78428a18526df97c2b0eadc8be85836be4a82fda4277f3d93b4d1bd3648e
+DIST rstcheck-6.2.1.tar.gz 23609 BLAKE2B 
1c652e90e80b208d25b1644bab3eb8523a97e7018c33bd89a3beea5e4537df158a7cfd8a72897726170bc42949aa83140a061e1a217dd3c806c1a4550657e558
 SHA512 
6a3d9cfef0ed1ac73e0b2515053426db823bfe8d12691fee432084889541633472cf94bc2449f0e0583e83d5d28cd47520ea6bcdbb520b7831e73702b7a89e8b

diff --git a/dev-python/rstcheck/rstcheck-6.2.1.ebuild 
b/dev-python/rstcheck/rstcheck-6.2.1.ebuild
new file mode 100644
index 00..861b4f766f
--- /dev/null
+++ b/dev-python/rstcheck/rstcheck-6.2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Checks syntax of reStructuredText and code blocks nested within 
it"
+HOMEPAGE="https://github.com/rstcheck/rstcheck";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/docutils[${PYTHON_USEDEP}]"
+BDEPEND="
+   >=dev-python/setuptools-scm-7.1.0[${PYTHON_USEDEP}]
+"
+
+# broken without dev-python/typer and dev-python/restcheck-core
+RESTRICT="test"



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

2024-04-17 Thread Joe Kappus
commit: 5bf257550fd23f03cadf7a10c4efa1c706548bfc
Author: Joe Kappus  wt  gd>
AuthorDate: Thu Apr 18 06:49:42 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Thu Apr 18 06:49:42 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5bf25755

net-proxy/MTProxy: drop 3.0.4, add 3.0.4-r1

Fixes a bunch of QA issues. This package is
not CLANG compatible so tinderbox will generate
new bugs at some point.

Adjust flags patch courtesy of Anna in
https://bugs.gentoo.org/658542

Initscripts should be added at some point.

Closes: https://bugs.gentoo.org/927985
Closes: https://bugs.gentoo.org/927986
Closes: https://bugs.gentoo.org/927987
Closes: https://bugs.gentoo.org/929028
Signed-off-by: Joe Kappus  wt.gd>

 ...TProxy-3.0.4.ebuild => MTProxy-3.0.4-r1.ebuild} |   5 +
 .../MTProxy/files/MTProxy-3.0.4-adjust_flags.patch | 158 +
 .../files/MTProxy-3.0.4-no_implicit_func.patch |  13 ++
 3 files changed, 176 insertions(+)

diff --git a/net-proxy/MTProxy/MTProxy-3.0.4.ebuild 
b/net-proxy/MTProxy/MTProxy-3.0.4-r1.ebuild
similarity index 83%
rename from net-proxy/MTProxy/MTProxy-3.0.4.ebuild
rename to net-proxy/MTProxy/MTProxy-3.0.4-r1.ebuild
index 07514e67c0..1c7d601221 100644
--- a/net-proxy/MTProxy/MTProxy-3.0.4.ebuild
+++ b/net-proxy/MTProxy/MTProxy-3.0.4-r1.ebuild
@@ -18,6 +18,11 @@ DEPEND="
 
 RDEPEND="${DEPEND}"
 
+PATCHES="
+   ${FILESDIR}/${P}-adjust_flags.patch
+   ${FILESDIR}/${P}-no_implicit_func.patch
+"
+
 src_install() {
dobin objs/bin/mtproto-proxy
 }

diff --git a/net-proxy/MTProxy/files/MTProxy-3.0.4-adjust_flags.patch 
b/net-proxy/MTProxy/files/MTProxy-3.0.4-adjust_flags.patch
new file mode 100644
index 00..ae460a558c
--- /dev/null
+++ b/net-proxy/MTProxy/files/MTProxy-3.0.4-adjust_flags.patch
@@ -0,0 +1,158 @@
+diff -Nru MTProxy.orig/common/crc32.c MTProxy/common/crc32.c
+--- MTProxy.orig/common/crc32.c2018-06-17 01:58:54.69200 +0300
 MTProxy/common/crc32.c 2018-06-17 05:58:10.89300 +0300
+@@ -443,6 +443,12 @@
+ static const v2di CRC64_K128 = { CRC64_REFLECTED_X191, CRC64_REFLECTED_X127 };
+ static const v2di CRC64_MU   = { CRC64_REFLECTED_MU, 
CRC64_REFLECTED_POLY_65_BIT };
+ 
++#ifndef __PCLMUL__
++#pragma GCC push_options
++#pragma GCC target("ssse3,pclmul")
++#define __DISABLE_PCLMUL__
++#endif /* __PCLMUL__ */
++
+ static v2di crcXX_partial_clmul (const void *q, long len, v2di D, v2di E, 
v2di K256, v2di K128) __attribute__((aligned(32)));
+ v2di crcXX_partial_clmul (const void *q, long len, v2di D, v2di E, v2di K256, 
v2di K128) {
+   v2di G, H;
+@@ -538,6 +544,11 @@
+ #endif
+ }
+ 
++#ifdef __DISABLE_PCLMUL__
++#undef __DISABLE_PCLMUL__
++#pragma GCC pop_options
++#endif /* __DISABLE_PCLMUL__ */
++
+ / CRC-64 /
+ 
+ static const uint64_t crc64_table[256] = {
+@@ -622,6 +633,12 @@
+   return crc;
+ }
+ 
++#ifndef __PCLMUL__
++#pragma GCC push_options
++#pragma GCC target("ssse3,pclmul")
++#define __DISABLE_PCLMUL__
++#endif /* __PCLMUL__ */
++
+ static uint64_t crc64_barrett_reduction (v2di D) {
+   /* After reflection mu constant is 64 bit */
+   v2di E =  __builtin_ia32_pclmulqdq128 (D, CRC64_MU, 0x00);
+@@ -665,6 +682,11 @@
+   return crc64_barrett_reduction (D);
+ }
+ 
++#ifdef __DISABLE_PCLMUL__
++#undef __DISABLE_PCLMUL__
++#pragma GCC pop_options
++#endif /* __DISABLE_PCLMUL__ */
++
+ /* {{{ GF-32 */
+ 
+ unsigned gf32_mulx (unsigned a, unsigned poly) {
+@@ -756,6 +778,12 @@
+   return crc1;
+ }
+ 
++#ifndef __PCLMUL__
++#pragma GCC push_options
++#pragma GCC target("ssse3,pclmul")
++#define __DISABLE_PCLMUL__
++#endif /* __PCLMUL__ */
++
+ uint64_t gf32_combine_clmul (unsigned *powers, unsigned crc1, int64_t len2) {
+   v2di D;
+   FASTMOV_RMI32_TO_SSE(D, crc1);
+@@ -781,6 +809,11 @@
+   RETURN_SSE_UINT64(D);
+ }
+ 
++#ifdef __DISABLE_PCLMUL__
++#undef __DISABLE_PCLMUL__
++#pragma GCC pop_options
++#endif /* __DISABLE_PCLMUL__ */
++
+ /* }}} */
+ 
+ static unsigned compute_crc32_combine_generic (unsigned crc1, unsigned crc2, 
int64_t len2) {
+@@ -874,6 +907,12 @@
+   assert (crc64_power_buf[125]);
+ }
+ 
++#ifndef __PCLMUL__
++#pragma GCC push_options
++#pragma GCC target("ssse3,pclmul")
++#define __DISABLE_PCLMUL__
++#endif /* __PCLMUL__ */
++
+ static uint64_t compute_crc64_combine_clmul (uint64_t crc1, uint64_t crc2, 
int64_t len2) {
+   if (len2 <= 0) {
+ return crc1;
+@@ -902,6 +941,11 @@
+   return crc64_barrett_reduction (D) ^ crc2;
+ }
+ 
++#ifdef __DISABLE_PCLMUL__
++#undef __DISABLE_PCLMUL__
++#pragma GCC pop_options
++#endif /* __DISABLE_PCLMUL__ */
++
+ static uint64_t compute_crc64_combine_generic (uint64_t crc1, uint64_t crc2, 
int64_t len2) {
+   if (len2 <= 0) {
+ return crc1;
+diff -Nru MTProxy.orig/common/crc32c.c MTProxy/common/crc32c.c
+--- MTProxy.orig/common/crc32c.c   2018-06-17 01:58:54.69300 +0300
 MTProxy/common

[gentoo-commits] repo/proj/guru:dev commit in: games-fps/etlegacy/

2024-04-17 Thread Joe Kappus
commit: 4042c164a2d224d0c1126280fc2561fd9e914be3
Author: Joe Kappus  wt  gd>
AuthorDate: Thu Apr 18 05:36:24 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Thu Apr 18 05:36:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4042c164

games-fps/etlegacy: add 2.82.0

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

 games-fps/etlegacy/Manifest   |   1 +
 games-fps/etlegacy/etlegacy-2.82.0.ebuild | 156 ++
 2 files changed, 157 insertions(+)

diff --git a/games-fps/etlegacy/Manifest b/games-fps/etlegacy/Manifest
index 371f89a661..88c93b70b5 100644
--- a/games-fps/etlegacy/Manifest
+++ b/games-fps/etlegacy/Manifest
@@ -1,2 +1,3 @@
 DIST et260b.x86_full.zip 275647724 BLAKE2B 
ea52d1859e78c6da5a16bd3598c2b649e9f79596be93fe35858a1174b0d63ef94eaecdb24b8f749d7dc39b1a70dd38557d455238cbc4b857ed7083369fe47262
 SHA512 
7a9639c7a67c6c058ae1c85ca1e04e74526194a8a676eaccffa1984869251cc058f0cb79b96604ec087492003d14f7f3e96c8ebe7e527959ae47d4d25645d3e1
 DIST etlegacy-2.81.0.tar.gz 15515335 BLAKE2B 
f66b4f6136b4651695d478547f7d535cb80d1309f44e9640113e5416b977e59cee1c59a531c8dbd56cb9587e218f9e8230a3bd0470ac3540967e5aa53f6f79f5
 SHA512 
c37f6c6740c0da67dccdb1bdd3b72641f2fbfeb3aac7c018e1cba5fdb2052039d7b56c60119ad92df47f8ff4046b10e9bb770a5614d50a4ca3e308e1df058a03
+DIST etlegacy-2.82.0.tar.gz 15179026 BLAKE2B 
8821fd752e0779959ee858368280fdeca1ea3d9c230d7e93a5eee8aba40522110f8fd47dba08b1244730ac83fea7385c926f973f0a43ccf07ac39c3c5f5684f1
 SHA512 
7ca18da3d92e12c9aba6477646f14b57e9cfbeb267c6d19661b7f2fe2331e8b0496b55001ba3f7dbf5bc253ccdfd153223ae8767a43169dcd8df250219933ceb

diff --git a/games-fps/etlegacy/etlegacy-2.82.0.ebuild 
b/games-fps/etlegacy/etlegacy-2.82.0.ebuild
new file mode 100644
index 00..c45ba5c5bf
--- /dev/null
+++ b/games-fps/etlegacy/etlegacy-2.82.0.ebuild
@@ -0,0 +1,156 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake unpacker xdg
+
+DESCRIPTION="Wolfenstein: Enemy Territory 2.60b compatible client/server"
+HOMEPAGE="https://www.etlegacy.com/";
+
+# We need the game files from the original enemy-territory release
+ET_RELEASE="et260b"
+SRC_URI="https://cdn.splashdamage.com/downloads/games/wet/${ET_RELEASE}.x86_full.zip";
+
+if [[ ${PV} = "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/${PN}/${PN}.git"
+else
+   SRC_URI+=" https://github.com/${PN}/${PN}/archive/v${PV/_rc/rc}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3 RTCW-ETEULA"
+SLOT="0"
+IUSE="autoupdate +curl dedicated +freetype +gettext ipv6 irc +lua omnibot 
+openal +opengl +png renderer2 renderer-gles +ssl +theora +vorbis"
+#REQUIRED_USE="omnibot? ( x86 )"
+
+RESTRICT="bindist mirror"
+
+# TODO add debug use for CMAKE_BUILD_TYPE=debug
+
+LUADEPEND="lua? ( >=dev-lang/lua-5.4:* )"
+
+# * media-libs/glew | media-libs/glew:=
+# * media-libs/libpng:= <
+# * > media-libs/libogg
+# * media-libs/openal   <
+# * sys-devel/gettext   <
+UIDEPEND="
+   media-libs/glew:=
+   media-libs/libsdl2[sound,video,X]
+   media-libs/libogg
+   media-libs/libjpeg-turbo:0
+   virtual/opengl
+   sys-libs/zlib:=[minizip]
+   curl? ( net-misc/curl )
+   freetype? ( media-libs/freetype )
+   gettext? ( sys-devel/gettext )
+   renderer-gles? ( media-libs/mesa[gles1] )
+   openal? ( media-libs/openal )
+   png? ( media-libs/libpng:0= )
+   ssl? ( dev-libs/openssl:0= )
+   theora? ( media-libs/libtheora )
+   vorbis? ( media-libs/libvorbis )
+   ${LUADEPEND}
+"
+
+DEPEND="
+   dev-db/sqlite:3
+   dev-libs/cJSON
+   opengl? ( ${UIDEPEND} )
+"
+
+RDEPEND="${DEPEND}"
+BDEPEND="$(unpacker_src_uri_depends)"
+
+#QA_TEXTRELS="usr/share/games/etlegacy/legacy/omni-bot/omnibot_et.so"
+
+S="${WORKDIR}/${P/_rc/rc}"
+
+src_unpack() {
+   if [[ "${PV}" =  ]] ; then
+   git-r3_src_unpack
+   else
+   default
+   fi
+   mkdir et && cd et || die
+   unzip "${DISTDIR}"/${ET_RELEASE}.x86_full.zip
+   unpack_makeself ${ET_RELEASE}.x86_keygen_V03.run
+}
+
+src_prepare() {
+   cmake_src_prepare
+   # if [[ "${PV}" !=  ]] ; then
+   #   sed -e "/^set(ETLEGACY_VERSION_MINOR/s@[[:digit:]]\+@$(ver_cut 
2)@" \
+   #   -i cmake/ETLVersion.cmake || die
+   # fi
+   sed -e 's@[-_]dirty@@' -i cmake/ETLVersion.cmake || die
+}
+
+src_configure() {
+   mycmakeargs=(
+   # path and build type
+   #-DCMAKE_BUILD_TYPE="Release"
+   -DCMAKE_INSTALL_PREFIX=&qu

[gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/

2024-04-17 Thread Joe Kappus
commit: 2dbc5c9ca1c51788f2e59741592e91d5c644f48f
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Apr 17 21:14:15 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed Apr 17 21:14:15 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2dbc5c9c

app-editors/typora-bin: fix copyright year

pkgdev commit should really do this...

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

 app-editors/typora-bin/typora-bin-1.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/typora-bin/typora-bin-1.8.10.ebuild 
b/app-editors/typora-bin/typora-bin-1.8.10.ebuild
index f9279ba722..d2684f37e7 100644
--- a/app-editors/typora-bin/typora-bin-1.8.10.ebuild
+++ b/app-editors/typora-bin/typora-bin-1.8.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/

2024-04-17 Thread Joe Kappus
commit: c133f1878c94f39c86b00b2ebf73aa160f2a775d
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Apr 17 21:08:03 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed Apr 17 21:09:24 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c133f187

app-editors/typora-bin: add 1.8.10, drop 1.7.6

Dropped the maintainer due to inactivity, I am not adding myself
because I don't use this and don't get update notifications.

The last version had CVE which is why I bumped it.

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

 app-editors/typora-bin/Manifest  | 4 ++--
 app-editors/typora-bin/metadata.xml  | 5 +
 .../typora-bin/{typora-bin-1.7.6.ebuild => typora-bin-1.8.10.ebuild} | 0
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-editors/typora-bin/Manifest b/app-editors/typora-bin/Manifest
index e31700b3ab..09856e5864 100644
--- a/app-editors/typora-bin/Manifest
+++ b/app-editors/typora-bin/Manifest
@@ -1,2 +1,2 @@
-DIST typora_1.7.6_amd64.deb 88633700 BLAKE2B 
7ff19cc01a93b1175d79cc68cc496af2932ff7136ad9b9e92d04ed98161a9540f6cb86c9218ee21fc88bd39b9e3d764ca99a09140bdffdb4f55b7599d1252b64
 SHA512 
9c23de69be1dfd35ab9553f7d2c6e18b2a7b18ef44930fe986ca87063a96d9b5bfe2e58447f2b5625ab66e19a78053631ef0bf673e5c7935e808b2d27b093f5a
-DIST typora_1.7.6_arm64.deb 79230784 BLAKE2B 
3679b4c0a528daa15bea555904a3e0bccfc52702f85af3b0064bcdcbfd3f25adaa68045411dbf2652eb1067fdd0c5ba4e644565fa7cd1b47aaa8b476ee2eeb5e
 SHA512 
30055c886cda45464bdb1cd1a3782315975fbaf77247e9a273c09791f13a0b0f1cbb27b99031303f6649f584fe3db6560df8b8d3a7fbab7efefa5fdd94d1
+DIST typora_1.8.10_amd64.deb 90362776 BLAKE2B 
1ba738ba2c2466e6250854599578d092be566f49261ce31996578f87b988ca5d3b19cfa91b5e34f9cefd5714caa59c4f4167926162507800ece780443919661f
 SHA512 
6560774e283129fa556a916d412903893388194625472062a36dd84d771ae261974b0c6a3b4642b081e8e19a7bb9477720e00f39efa4934aa8301001127e69a6
+DIST typora_1.8.10_arm64.deb 80609512 BLAKE2B 
6badc9b528a9c55517987fdb75b05eb3786a5546d167fadf85353b59e0b523f351534ac04dd43ce22dd938ffed586c21fbabecd25aa858d7c20092772ba2eb29
 SHA512 
2811a067587dc4578b693ebf0e44f64b68a98a5391b7ae19995d4ede6019b85c4911d00fc1f5bea482de600532baf707cc843c6ee7ad7da3a3b83989720f3455

diff --git a/app-editors/typora-bin/metadata.xml 
b/app-editors/typora-bin/metadata.xml
index ee4dd4a85c..3bd4232dc5 100644
--- a/app-editors/typora-bin/metadata.xml
+++ b/app-editors/typora-bin/metadata.xml
@@ -1,8 +1,5 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   queer...@riseup.net
-   Avis Drożniak
-   
+ 
 

diff --git a/app-editors/typora-bin/typora-bin-1.7.6.ebuild 
b/app-editors/typora-bin/typora-bin-1.8.10.ebuild
similarity index 100%
rename from app-editors/typora-bin/typora-bin-1.7.6.ebuild
rename to app-editors/typora-bin/typora-bin-1.8.10.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: app-arch/unalz/, app-arch/unalz/files/

2024-04-17 Thread Joe Kappus
commit: 681e65013fae37e64f5b37d85179f98ad44bb2fe
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Apr 17 10:17:17 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed Apr 17 10:25:37 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=681e6501

app-arch/unalz: update EAPI 7 -> 8, fixups

Major fixups, didn't revbump as nobody
could build this for years.

It needs a little more to work with clang,
but with gcc it's fine.

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

 app-arch/unalz/Manifest|  4 +--
 .../files/unalz-0.65-respect-compiler-flags.patch  | 36 ++
 app-arch/unalz/unalz-0.65-r1.ebuild| 30 ++
 3 files changed, 56 insertions(+), 14 deletions(-)

diff --git a/app-arch/unalz/Manifest b/app-arch/unalz/Manifest
index c0a9924e3e..01106b0278 100644
--- a/app-arch/unalz/Manifest
+++ b/app-arch/unalz/Manifest
@@ -1,3 +1,3 @@
-DIST unalz-0.65-use-system-bz2.patch.bz2 18820 BLAKE2B 
7737efd16b9510b981dba46847c8ec9725adeb9a64a1df0473a37bb2aac9dc6fc10c6289c22e8b264d7c676633a1b0bea78922f2a3ec5ac39e0697d045117bef
 SHA512 
4247a39258607bb5c58989c199b0914188c1d3d2ff5021f8c2aa4b5d9c04a1caeab1989fd069326c53073181e5cfdea286a6e750611b10ba421fa22b718c58c2
-DIST unalz-0.65-use-system-zlib.patch.bz2 57637 BLAKE2B 
eb647a7f8f89314a64d96a46908d17f89776e3e0837a7b483d3a425e0932f7fea4bb7aa7378628c3ce9abf6d91081756ead937696a1577612857fd4dba3d38f3
 SHA512 
8aa24822b36cf771cf12ae73b958b83bed83696624396cfa3e73dfc39e8f9c924fd6df3c3dd469269bc31845c044990dbb1f21b4f058c195d0eb4414c54621f5
+DIST unalz-0.65-use-system-bz2.patch 1477 BLAKE2B 
bf92a6682557ca130c9b5e3cfb5e04ad399d7208e0632713ec7f117a2241e3b1863721c02d29b3b66f7c8e4a91369f1abb631e31d4fa9f6c96742b80e24f3ddf
 SHA512 
404bcaf223c61e2a38c802c6eb8b51146a3aba51c4d032d71e915514d795c0a25e0ff6e16314ed15ec536eb430cb2747d2e1980a78a26830eb0c0b7e732f27e4
+DIST unalz-0.65-use-system-zlib.patch 1455 BLAKE2B 
d9a356523b19d4726c4e70cf97b6819f1a4511e73db57c954757a7df05521595b86c49a92392df50e712e9652118ac53711f27e661bf53d6c85706e153785e59
 SHA512 
7aa1e5736854d1de372e00cee4ea364b2fd96b7f0533a9526a8dea1f4984e5582a444e78aea7b21f9f3d7878c3865424aa7409e66e4b0c5fc2a07fe5c1fecac4
 DIST unalz-0.65.tgz 137985 BLAKE2B 
d99ca69a46c45ac1e231fe394fbf7f5d4721e10838c8684c8b436f779e2e3286c7586ce345fe3548cc41931c904366f96fbb82fadd9a62faeefa862f924ffb4e
 SHA512 
6e22d1e28c956ced5c9dbfd4d7b5c03f36a8bd3e076801984cc4539e579cefbb1a6001d1086b33e14843e9d5be37a6cf811acffb52bb5dfb5d4a65518b735600

diff --git a/app-arch/unalz/files/unalz-0.65-respect-compiler-flags.patch 
b/app-arch/unalz/files/unalz-0.65-respect-compiler-flags.patch
new file mode 100644
index 00..3f6477b3ad
--- /dev/null
+++ b/app-arch/unalz/files/unalz-0.65-respect-compiler-flags.patch
@@ -0,0 +1,36 @@
+diff --git a/Makefile b/Makefile
+index 31012ca..8357917 100755
+--- a/Makefile
 b/Makefile
+@@ -1,8 +1,8 @@
+-CPP = g++
+-CC  = gcc
++#CPP = g++
++#CC  = gcc
+ OBJ = main.o UnAlz.o UnAlzUtils.o UnAlzBz2decompress.o UnAlzBzip2.o
+ BIN = unalz
+-LDFLAGS = -lz -lbz2
++LDFLAGS += -lz -lbz2
+ CFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 
+ 
+ all:
+@@ -12,7 +12,7 @@ all:
+   @echo ""
+   @echo "TARGET_SYSTEM is one of"
+   @echo ""
+-  @echo " posix-utf8: POSIX with utf8 filesystem(Most of modern 
OS, e.g. OSX/Ubuntu)"
++  @echo " posix-utf8: POSIX with utf8 filesystem(Most of modern 
OS, e.g. OSX/Ubuntu)"
+   @echo " posix : POSIX system 
(FreeBSD/linux/OSX/sparc/Win32)"
+   @echo " linux-utf8: LINUX with utf8 filesystem(without -liconv 
option)"
+   @echo " posix-noiconv : POSIX without libiconv 
(Windows(MINGW32,CYGWIN) or EUC-KR file system)"
+@@ -34,8 +34,8 @@ posix-noiconv: unalz
+   $(CPP) $(OBJ) $(LDFLAGS) -o $(BIN)
+ 
+ linux-utf8: unalz
+-  $(CPP) -c UnAlz.cpp -c UnAlzUtils.cpp -c main.cpp -D_UNALZ_ICONV 
-D_UNALZ_UTF8 $(CFLAGS)
+-  $(CPP) $(OBJ) $(LDFLAGS) -o $(BIN)
++  $(CXX) -c UnAlz.cpp -c UnAlzUtils.cpp -c main.cpp -D_UNALZ_ICONV 
-D_UNALZ_UTF8 $(CFLAGS)
++  $(CXX) $(OBJ) $(LDFLAGS) -o $(BIN)
+ 
+ install:
+   cp unalz /usr/local/bin/

diff --git a/app-arch/unalz/unalz-0.65-r1.ebuild 
b/app-arch/unalz/unalz-0.65-r1.ebuild
index 469603d312..1dfb5cfcf9 100644
--- a/app-arch/unalz/unalz-0.65-r1.ebuild
+++ b/app-arch/unalz/unalz-0.65-r1.ebuild
@@ -1,31 +1,37 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Extract ALZ archives"
 HOMEPAGE="http://kippler.com/win/unalz/";
-SRC_URI="http://kippler.com/win/${PN}/${P}.tgz
-   https://alarmpi.no-ip.org/gentoo/${PN}-0.65-use-system-zlib.patch.bz

[gentoo-commits] repo/proj/guru:dev commit in: app-arch/unalz/

2024-04-17 Thread Joe Kappus
commit: c3ff2c5f629da268f8a472c9e41eca9462e353c0
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Apr 17 09:44:48 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed Apr 17 10:18:01 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3ff2c5f

app-arch/unalz: add myself as a maintainer

Package was broken a long time, old maintainer not been active.

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

 app-arch/unalz/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/unalz/metadata.xml b/app-arch/unalz/metadata.xml
index 18f43ef59b..7472f89d6e 100644
--- a/app-arch/unalz/metadata.xml
+++ b/app-arch/unalz/metadata.xml
@@ -2,7 +2,7 @@
 https://www.gentoo.org/dtd/metadata.dtd";>
 
   
-m.santu...@posteo.net
-Michele Santullo
+    j...@wt.gd
+Joe Kappus
   
 



[gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/

2024-04-16 Thread Joe Kappus
commit: 9381134439967ab68c274b7f14a18c3e805a1ff6
Author: Joe Kappus  wt  gd>
AuthorDate: Tue Apr 16 10:37:41 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Tue Apr 16 10:41:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93811344

net-nntp/pan: drop 0.155, add 0.158, 0.158-r1 cmake testing, fixups

0.158-r1 is unkeyworded as not building, tracked bug in comment.

0.159 will drop autotools, so it's a priority to get working.

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

 net-nntp/pan/Manifest  |  2 +-
 net-nntp/pan/pan-0.157.ebuild  |  5 ++--
 .../pan/{pan-0.155.ebuild => pan-0.158-r1.ebuild}  | 35 --
 .../pan/{pan-0.155.ebuild => pan-0.158.ebuild} |  5 ++--
 4 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest
index 99eeb702dd..c8ff025cf9 100644
--- a/net-nntp/pan/Manifest
+++ b/net-nntp/pan/Manifest
@@ -1,2 +1,2 @@
-DIST pan-v0.155.tar.bz2 1797355 BLAKE2B 
262123f73a79677640c7a98f4917d037fad27a644a5f9f4d63b7460d31f8a68c346da9d5521a3b54ac13df53c99fd97864f7cb2795135f6e675fb74cd8321d47
 SHA512 
85605a76dad1868926cc021a4642c40dca737b0fb77410c4e82981bf02e8157f8347518fccc82157804e89bd0786863a00bd1cc963637da3a54b82043e9c15f0
 DIST pan-v0.157.tar.bz2 1819034 BLAKE2B 
0e28184050ce4e2a62ef6f273ce06ccb25a61bd380a7790a9236aab63b3f4e381fd4d4881c922d0fef4f228cc92a72c868a1ad19fe684a0ab2f02af65ff0e57d
 SHA512 
f15c139756467c4a9b241ad4efab8df611d8a2533597a9b3d275410a7cb6ed4575430ff200be442792fc2170b4580898aed269a26e3d63c109bae62ea2d41978
+DIST pan-v0.158.tar.bz2 1819095 BLAKE2B 
4adb51f99f795e23a7f6d67d59c9e120a913e54c38b6dfd200859f1655657076dfd57f400fb221923b5c0d2d1a376faba13102e494f1a8515b289fe115d23647
 SHA512 
d2c12d92c5715ac585a8da340cb5ca03783a116ae64d2fc0dda7f7603ccb11783a78e4bbb5a4daf90605d401b78c2b3b80ddd8d0106ae8e60c38b0d2f4ab389d

diff --git a/net-nntp/pan/pan-0.157.ebuild b/net-nntp/pan/pan-0.157.ebuild
index f1e8285fee..28162dc66f 100644
--- a/net-nntp/pan/pan-0.157.ebuild
+++ b/net-nntp/pan/pan-0.157.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
@@ -7,6 +7,7 @@ inherit autotools gnome2
 DESCRIPTION="A newsreader for GNOME"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
 
SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
+S="${WORKDIR}/pan-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -35,8 +36,6 @@ BDEPEND="
virtual/pkgconfig
 "
 
-S="${WORKDIR}/pan-v${PV}"
-
 src_prepare() {
default
eautoreconf

diff --git a/net-nntp/pan/pan-0.155.ebuild b/net-nntp/pan/pan-0.158-r1.ebuild
similarity index 63%
copy from net-nntp/pan/pan-0.155.ebuild
copy to net-nntp/pan/pan-0.158-r1.ebuild
index f1e8285fee..ac04f8371e 100644
--- a/net-nntp/pan/pan-0.155.ebuild
+++ b/net-nntp/pan/pan-0.158-r1.ebuild
@@ -1,17 +1,20 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-inherit autotools gnome2
+inherit cmake gnome2
 
 DESCRIPTION="A newsreader for GNOME"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
 
SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
+S="${WORKDIR}/pan-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="dbus gnome-keyring libnotify nls spell ssl"
+
+#cmake broken https://gitlab.gnome.org/GNOME/pan/-/issues/184
+KEYWORDS=""
+IUSE="dbus gnome-keyring libnotify spell ssl"
 
 DEPEND="
>=dev-libs/glib-2.26:2
@@ -35,22 +38,22 @@ BDEPEND="
virtual/pkgconfig
 "
 
-S="${WORKDIR}/pan-v${PV}"
-
 src_prepare() {
-   default
-   eautoreconf
+   cmake_src_prepare
 }
 
 src_configure() {
-   local myconf=(
-   $(use_with dbus) \
-   $(use_enable gnome-keyring gkr) \
-   $(use_enable nls) \
-   $(use_with spell gtkspell) \
-   $(use_enable libnotify) \
-   $(use_with ssl gnutls)
+   local mycmakeargs=(
+   -DWANT_DBUS=$(usex dbus) \
+   -DWANT_GKR=$(usex gnome-keyring) \
+   -DWANT_GTKSPELL=$(usex spell) \
+   -DWANT_NOTIFY=$(usex libnotify) \
+   -DWANT_GNUTLS=$(usex ssl)
)
 
-   gnome2_src_configure "${myconf[@]}"
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
 }

diff --git a/net-nntp/pan/pan-0.155.ebuild b/net-nntp/pan/pan-0.158.ebuild
similarity index 96%
rename from net-nntp/pan/pan-0.155.ebuild
rename to net-nntp/pan/pan-0.158.ebuild
index f1e8285fee..28162dc66f 100644
-

[gentoo-commits] repo/proj/guru:dev commit in: net-vpn/mullvadvpn-app/

2024-04-11 Thread Joe Kappus
commit: 10ec5f8ad9200abf6125792d47b57c052c4eb6b0
Author: Joe Kappus  wt  gd>
AuthorDate: Thu Apr 11 14:35:34 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Thu Apr 11 14:35:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10ec5f8a

net-vpn/mullvadvpn-app: add 2024.1

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

 net-vpn/mullvadvpn-app/Manifest|  1 +
 .../mullvadvpn-app/mullvadvpn-app-2024.1.ebuild| 67 ++
 2 files changed, 68 insertions(+)

diff --git a/net-vpn/mullvadvpn-app/Manifest b/net-vpn/mullvadvpn-app/Manifest
index 17b36a5d5b..4d1b85fd16 100644
--- a/net-vpn/mullvadvpn-app/Manifest
+++ b/net-vpn/mullvadvpn-app/Manifest
@@ -1,2 +1,3 @@
 DIST MullvadVPN-2023.5_x86_64.rpm 81073977 BLAKE2B 
eb844bd61b1cfcb97e1b9f79940e55d4f6cf9e028bbf472d5a4b3e64778537888aff7788413634d74feca063b1a6d9c71ad2f616708766192633ea9a214dc437
 SHA512 
b4d6055704a61e3113f3e6446d9e51225f582ee5b33dc7ef8b8d13ecf0d292de42e2a0eeea0bfc323ec0274374de6a6f0b2f927ff2ae6087192d6ebb15f16259
 DIST MullvadVPN-2023.6_x86_64.rpm 8853 BLAKE2B 
0916576f72732290ae6d3ffb462c62a334fce794a9c691a3ee8f0c622857c18f6733ea8b748034db6e068eb0e56214f312b28ad51d2ebb7bfd68df6756372068
 SHA512 
f8a78c533a76c40b71ef4062fe5c245924e73b05d3525c40e5b037ba1666aedf2917260f443d6d85188600ad4d7b45309a5257b439c7dcbd38d6e66e773b909e
+DIST MullvadVPN-2024.1_x86_64.rpm 87750673 BLAKE2B 
000d43bceeec45650f95aed4812d327da2fe5017e0a23a784521066d3aedf6499695f441ddb82bc1ca86c5e8f414d0ddaecaec09ade2642395a7505ab0e53065
 SHA512 
f5e2408a964520805427c53c97f1ed2313632a68e0f8b10b78b541878be591e8d62883e0ef8536959747c80769ffae9d0f11b82571328b9d62686466e88d9b7c

diff --git a/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.1.ebuild 
b/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.1.ebuild
new file mode 100644
index 00..81d0825e99
--- /dev/null
+++ b/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop rpm systemd shell-completion xdg
+
+DESCRIPTION="Tool used to manage daemon setup"
+HOMEPAGE="https://github.com/mullvad/mullvadvpn-app https://mullvad.net/";
+SRC_URI="amd64? ( 
https://github.com/mullvad/mullvadvpn-app/releases/download/${PV}/MullvadVPN-${PV}_x86_64.rpm
 )"
+
+LICENSE="GPL-3"
+SLOT="0"
+RESTRICT="test strip"
+KEYWORDS="-* ~amd64"
+
+RDEPEND="
+   app-accessibility/at-spi2-core
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   x11-libs/gtk+
+   x11-libs/libdrm
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXfixes
+   x11-libs/libxkbcommon
+   x11-libs/libXrandr
+   x11-libs/pango
+"
+
+QA_PREBUILT="*"
+
+S="${WORKDIR}"
+
+src_install() {
+   # Using doins -r would strip executable bits from all binaries
+   cp -pPR "${S}"/opt "${D}"/ || die "Failed to copy files"
+   fperms +x "/opt/Mullvad VPN/chrome_crashpad_handler"
+   fperms 4755 "/opt/Mullvad VPN/chrome-sandbox"
+
+   # tbh I don't know if all next lines are needed or we can just do cp 
-pPR "${S}"/usr "${D}"/"
+
+   local i
+   dobin "${S}"/usr/bin/mullvad
+   dobin "${S}"/usr/bin/mullvad-daemon
+   dobin "${S}"/usr/bin/mullvad-exclude
+   dosym "/opt/Mullvad VPN/resources/mullvad-problem-report" 
/usr/bin/mullvad-problem-report
+
+   newinitd "${FILESDIR}"/mullvad-daemon.initd mullvad-daemon
+
+   systemd_newunit "${S}"/usr/lib/systemd/system/mullvad-daemon.service 
mullvad-daemon.service
+   systemd_newunit 
"${S}"/usr/lib/systemd/system/mullvad-early-boot-blocking.service 
mullvad-early-boot-blocking.service
+
+   newbashcomp "${S}"/usr/share/bash-completion/completions/mullvad mullvad
+   newfishcomp "${S}"/usr/share/fish/vendor_completions.d/mullvad.fish 
mullvad
+   newzshcomp "${S}"/usr/share/zsh/site-functions/_mullvad _mullvad
+
+   domenu "${S}"/usr/share/applications/mullvad-vpn.desktop
+   local x
+   for x in 16 32 48 64 128 256 512 1024; do
+   doicon -s ${x} 
"${S}"/usr/share/icons/hicolor/${x}x${x}/apps/mullvad-vpn.png
+   done
+
+}



[gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/

2024-04-03 Thread Joe Kappus
commit: 4ba9a596a2ca4d4f5775d7de6045d73b1ac752e6
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Apr  3 22:50:31 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed Apr  3 22:50:31 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ba9a596

net-nntp/pan: drop 0.154-r1

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

 net-nntp/pan/Manifest|  1 -
 net-nntp/pan/pan-0.154-r1.ebuild | 56 
 2 files changed, 57 deletions(-)

diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest
index 3ccfa17b97..99eeb702dd 100644
--- a/net-nntp/pan/Manifest
+++ b/net-nntp/pan/Manifest
@@ -1,3 +1,2 @@
-DIST pan-v0.154.tar.bz2 1787849 BLAKE2B 
fca621408ae0d6720de85e179e840fe445ac4945881e82bf7e2697b39da77ab36ffe990ad8b7887b9fc3a03b5edeee8fa7d6597ae3cf0efb0c35f6e4cfb28242
 SHA512 
af3fe526d4bc0f0011ec52e32f95bf872925ab81c94f2b742fb192f49a012e495299ab3be4400ce626d81ab6e176c0bd83dfed4037fe9ab7863fa1c4fe3c1bf6
 DIST pan-v0.155.tar.bz2 1797355 BLAKE2B 
262123f73a79677640c7a98f4917d037fad27a644a5f9f4d63b7460d31f8a68c346da9d5521a3b54ac13df53c99fd97864f7cb2795135f6e675fb74cd8321d47
 SHA512 
85605a76dad1868926cc021a4642c40dca737b0fb77410c4e82981bf02e8157f8347518fccc82157804e89bd0786863a00bd1cc963637da3a54b82043e9c15f0
 DIST pan-v0.157.tar.bz2 1819034 BLAKE2B 
0e28184050ce4e2a62ef6f273ce06ccb25a61bd380a7790a9236aab63b3f4e381fd4d4881c922d0fef4f228cc92a72c868a1ad19fe684a0ab2f02af65ff0e57d
 SHA512 
f15c139756467c4a9b241ad4efab8df611d8a2533597a9b3d275410a7cb6ed4575430ff200be442792fc2170b4580898aed269a26e3d63c109bae62ea2d41978

diff --git a/net-nntp/pan/pan-0.154-r1.ebuild b/net-nntp/pan/pan-0.154-r1.ebuild
deleted file mode 100644
index f1e8285fee..00
--- a/net-nntp/pan/pan-0.154-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit autotools gnome2
-
-DESCRIPTION="A newsreader for GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
-SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="dbus gnome-keyring libnotify nls spell ssl"
-
-DEPEND="
-   >=dev-libs/glib-2.26:2
-   dev-libs/gmime:3.0
-   >=x11-libs/gtk+-3.00:3
-   gnome-keyring? (
-   >=app-crypt/gcr-3.20
-   >=app-crypt/libsecret-0.20
-   )
-   libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
-   spell? (
-   >=app-text/enchant-2.2.3:2
-   >=app-text/gtkspell-3.0.10:3 )
-   ssl? ( >=net-libs/gnutls-3:0= )
-   >=sys-libs/zlib-1.2.0
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   app-text/yelp-tools
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/pan-v${PV}"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=(
-   $(use_with dbus) \
-   $(use_enable gnome-keyring gkr) \
-   $(use_enable nls) \
-   $(use_with spell gtkspell) \
-   $(use_enable libnotify) \
-   $(use_with ssl gnutls)
-   )
-
-   gnome2_src_configure "${myconf[@]}"
-}



[gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/

2024-04-03 Thread Joe Kappus
commit: 67810704585122125ea7433955bf3d8aa1a0c3a4
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Apr  3 22:50:53 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed Apr  3 22:50:59 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67810704

net-nntp/pan: update maintainers

I mostly use my full name not my username on stuff.

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

 net-nntp/pan/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/pan/metadata.xml b/net-nntp/pan/metadata.xml
index 470bb9ec10..478330414e 100644
--- a/net-nntp/pan/metadata.xml
+++ b/net-nntp/pan/metadata.xml
@@ -3,7 +3,7 @@
 
 
j...@wt.gd
-   joecool
+   Joe Kappus
 
 
pan



[gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/

2024-04-03 Thread Joe Kappus
commit: 97b91e01ae220e1e5ccbd5ff4d99c0a76aef8a2c
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Apr  3 22:48:25 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Wed Apr  3 22:48:30 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=97b91e01

net-nntp/pan: add 0.157

There will be a -r1 at some point, upstream unfortunately moved to
cmake and this is the last release that supports autotools and cmake.

I will adapt it soon, but this bump is fully functional.

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

 net-nntp/pan/Manifest |  1 +
 net-nntp/pan/pan-0.157.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest
index 8f78cccdb4..3ccfa17b97 100644
--- a/net-nntp/pan/Manifest
+++ b/net-nntp/pan/Manifest
@@ -1,2 +1,3 @@
 DIST pan-v0.154.tar.bz2 1787849 BLAKE2B 
fca621408ae0d6720de85e179e840fe445ac4945881e82bf7e2697b39da77ab36ffe990ad8b7887b9fc3a03b5edeee8fa7d6597ae3cf0efb0c35f6e4cfb28242
 SHA512 
af3fe526d4bc0f0011ec52e32f95bf872925ab81c94f2b742fb192f49a012e495299ab3be4400ce626d81ab6e176c0bd83dfed4037fe9ab7863fa1c4fe3c1bf6
 DIST pan-v0.155.tar.bz2 1797355 BLAKE2B 
262123f73a79677640c7a98f4917d037fad27a644a5f9f4d63b7460d31f8a68c346da9d5521a3b54ac13df53c99fd97864f7cb2795135f6e675fb74cd8321d47
 SHA512 
85605a76dad1868926cc021a4642c40dca737b0fb77410c4e82981bf02e8157f8347518fccc82157804e89bd0786863a00bd1cc963637da3a54b82043e9c15f0
+DIST pan-v0.157.tar.bz2 1819034 BLAKE2B 
0e28184050ce4e2a62ef6f273ce06ccb25a61bd380a7790a9236aab63b3f4e381fd4d4881c922d0fef4f228cc92a72c868a1ad19fe684a0ab2f02af65ff0e57d
 SHA512 
f15c139756467c4a9b241ad4efab8df611d8a2533597a9b3d275410a7cb6ed4575430ff200be442792fc2170b4580898aed269a26e3d63c109bae62ea2d41978

diff --git a/net-nntp/pan/pan-0.157.ebuild b/net-nntp/pan/pan-0.157.ebuild
new file mode 100644
index 00..f1e8285fee
--- /dev/null
+++ b/net-nntp/pan/pan-0.157.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools gnome2
+
+DESCRIPTION="A newsreader for GNOME"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/pan/";
+SRC_URI="https://gitlab.gnome.org/GNOME/pan/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="dbus gnome-keyring libnotify nls spell ssl"
+
+DEPEND="
+   >=dev-libs/glib-2.26:2
+   dev-libs/gmime:3.0
+   >=x11-libs/gtk+-3.00:3
+   gnome-keyring? (
+   >=app-crypt/gcr-3.20
+   >=app-crypt/libsecret-0.20
+   )
+   libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
+   spell? (
+   >=app-text/enchant-2.2.3:2
+   >=app-text/gtkspell-3.0.10:3 )
+   ssl? ( >=net-libs/gnutls-3:0= )
+   >=sys-libs/zlib-1.2.0
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   app-text/yelp-tools
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/pan-v${PV}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   $(use_with dbus) \
+   $(use_enable gnome-keyring gkr) \
+   $(use_enable nls) \
+   $(use_with spell gtkspell) \
+   $(use_enable libnotify) \
+   $(use_with ssl gnutls)
+   )
+
+   gnome2_src_configure "${myconf[@]}"
+}



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

2024-03-11 Thread Joe Kappus
commit: 21325a9bbc11fe68914c32f45283e8029ca879a5
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Mar 11 22:58:16 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Mar 11 22:58:16 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21325a9b

dev-build/just: drop 1.22.1, 1.23.0, 1.24.0

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

 dev-build/just/Manifest   |  53 ---
 dev-build/just/just-1.22.1.ebuild | 178 
 dev-build/just/just-1.23.0.ebuild | 178 
 dev-build/just/just-1.24.0.ebuild | 183 --
 4 files changed, 592 deletions(-)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index a55978d279..450b014687 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -1,6 +1,5 @@
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST anstream-0.6.11.crate 30239 BLAKE2B 
4ac585ec56a804239d32ad3e64d93936ef9d5c8e0f0e2df17f7b081b6a3b2c4c32ff4ebc09ec02507bbed22b025628029d859610aed90c024e19a3216de73c8b
 SHA512 
f8dd65cc116a1495782a3bfc98edfdd0973ab22ea2fafd292fb4bd3495af7b5ea410f320d3fa05f7f812fa96c2a20f4cd2af9fc58869a1a306f32714cbe45163
 DIST anstream-0.6.13.crate 30928 BLAKE2B 
0c6d0932dc486ccbe8d7e6f97bd8aae03fb84d4db90d0488070b7109de673e0af845a70a39e546af87f71f4c7f7bb159ab8ed68ac0f03a0297457062d9d69dc0
 SHA512 
4f9ccfd135de9be22a01230f39d571c8d8ccf7c3eba837fbf0868c9660693b60ee0c1c2f9490a587d5307e892ed45cb946da7a0690a9f972619c94fb050bde09
 DIST anstyle-1.0.6.crate 14604 BLAKE2B 
0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20
 SHA512 
dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa
 DIST anstyle-parse-0.2.3.crate 24699 BLAKE2B 
17e8638187ccc1ca0174a8cec7f7daeee7e0d8b8c430f7e74f9b10d8de4b49fd1c6facfdafde305b7a3e55b1ebf2b4e8ec4975a0cce691514ddae9eb5b5e711e
 SHA512 
4a6d0f706d75c9b3c5144f34efdef3ef8fcd075962c594a23a6209ed56112563a34b3c01e05a08a0868d59204272d06211b2585cb9d06ce075ea875bedb2f399
@@ -10,7 +9,6 @@ DIST arrayref-0.3.7.crate 9620 BLAKE2B 
69d25ca9c15c188ca954a862f320869a448a5d8ed
 DIST arrayvec-0.7.4.crate 29856 BLAKE2B 
81ffac1db340e919618351819def3880ab1ef70d0acc47d680f15298eb749bcbc3bf7944ba14159be46b1e734c91b4c0f8cbaf774fd864c17caa3c9fb1fc2e9b
 SHA512 
91e8f70330c515c966d78ae235e890594f9607381ac738a2c3586b53f01411e98d1687494f39ccc365948ae60497df3dfb2be18e26ab7e69bc0966b6c250e1ac
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
-DIST bitflags-2.4.1.crate 37043 BLAKE2B 
f61c45b142265e9c2944c7054e01704de47510735e9ee5351cd02b98676cc4eb42d68b1fc4849ad5f54654617a74f20cb533b4207c2fe76516b724ba9318b414
 SHA512 
d3fd7abc95acc1cb5bf16d6acc12dbb8eadd250f069268df13c2e8dc3d5f5c15a929cd17ca931c77393b64dce0516ef8674c469789ed32d78e315b5faada062b
 DIST bitflags-2.4.2.crate 42602 BLAKE2B 
768d4ca52aca73d8acf2f494a66957ed2603eefd5a04332ed0880d230c2cc6ef3bfdc0792fa6f288a0eb132913dbb256793e580bc34f4a40e8200e1fbafe97a9
 SHA512 
ef4c20e6e78a2ecee97e17189b7100a504d8176c7c15d7f17d62157a116d66f83f8b2bba472a4acf02cd3edbd94b20a7047af918c3f3b371e2e04f7474be0214
 DIST blake3-1.5.0.crate 168914 BLAKE2B 
72d1851f3cbe5c996570f5cf0cb4ab8c4215ac0e95a6b930dd64ff650333a8745ad1b63a2f988227d66a096cafc59777aeec8e63c05a22d666c1bdd58acaa320
 SHA512 
39c4d3d370bede96b3f4e37c44514dddfd1ef91d178116e1556eb8f3e2687b705e2320f842e600e59229198ae4ab1de34eaf59e8a3c039003f13d0f08aab
 DIST block-buffer-0.10.4.crate 10538 BLAKE2B 
d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11
 SHA512 
b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed72352

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

2024-03-11 Thread Joe Kappus
commit: d43c205e7b3aa512f52c7c5d3f0ac69e3513c9b5
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Mar 11 23:00:25 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Mar 11 23:00:25 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d43c205e

dev-build/just: add 1.25.2

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

 dev-build/just/Manifest   |   6 ++
 dev-build/just/just-1.25.2.ebuild | 195 ++
 2 files changed, 201 insertions(+)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index 450b014687..38828e9b90 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -16,6 +16,7 @@ DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d1
 DIST camino-1.1.6.crate 30519 BLAKE2B 
3696bee362c9a6c7331079f86823aede0df06c1c36fdc2d11c0628267ca7635fd78430cc927cf3b2af34591537d3968b3c5f1cf9d500f3e889c202c944fc6138
 SHA512 
e777cc6e2a01c95931a81521eb278156d1c50ffd0126f914b21e35dbb7644b835f3c26bbe7a487bbca508d26b4c9339e051fa42825b154c2fa03c04375b0
 DIST cc-1.0.90.crate 73954 BLAKE2B 
840417889519dec96a745c49ecbc8b0d3da9b37a4b6b0165ee8983c07b8150061690b34409381365ae4c70c5780923d19cddce29d5fbc370eb6b6fff29121436
 SHA512 
349f3c3f8208632f8754cc05d70976eb14f3f13a14d59413994c656efc36bb32b7310adc7d5f3a6745f15e0aaa88334644c9aba8d29fb961215d74bec605307e
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
+DIST cfg_aliases-0.1.1.crate 6009 BLAKE2B 
6acfae9a89d3479f7ce1f0b5dbb13bfe27c006b936a96685606a61a06f69d17ab754a8a0d96c54213f758281c2fb32ac74d03a34e0f836dc7e438387955aac37
 SHA512 
238828445c5b48ca41ff88825af0a1ad30494e423bb6f89b6d5e4d26042afaa1ceb0e32041f7cddd79c3e15c6c82a1ddb9469c4b63a1ac52d4bcc1174900f880
 DIST clap-2.34.0.crate 202210 BLAKE2B 
f383adf1d757ac4b68995132b33837686ce451f85a02a8d05d2c746da398510d05d46330f3efade063c3952aacb1754cdac73dd0afcae0df5340a89f9353aa1c
 SHA512 
c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8
 DIST colorchoice-1.0.0.crate 6857 BLAKE2B 
a0818be1299717461ffc1bcfb6fc53a0b3b645aa8c45fb72e045cf2d876fa207948610e58d6a837aad24838ea9616e80b0558ca3eae03fdf9bc4c03a8e5ba52f
 SHA512 
53363f2889cd8e8a3b3ed10c48356896c0daa72f3c12c9c7804707ab0dbc07c0e34ef52fa4f0fb1647311ce5913168c1bf62c2407ff86a33f765a9e6fccad551
 DIST constant_time_eq-0.3.0.crate 11369 BLAKE2B 
a6fb4ad3146b26bb3e18458938e65133431df129963041465291b38a69ba2b53ffcc849f455e67a65a5291803591b350afe4ad4996f1c4cb76c18a987b5b3ee2
 SHA512 
77bf6817c521daa45c0df7721418b4aa367531adde46b1db97316d52ffb46fc4ee2d3e6f62ff91ca6292db5e1d3e040f0f5287c3936f12a595b2c8c5928bf5e6
@@ -26,6 +27,7 @@ DIST crossbeam-epoch-0.9.18.crate 46875 BLAKE2B 
200c256cad6011a3a14c4664bea6b150
 DIST crossbeam-utils-0.8.19.crate 42328 BLAKE2B 
b2846f569555818fe7a3ef4aa29f68c638f933ee0251713c2c92624bee5f8013def5527027022963f572815991abb98d5e68d0fa00f478b2762133f84ffc84c0
 SHA512 
6e742fbb0d2a6371db87e81f8ac583259530a288237d0e8347394581c60004703a822318ec945936c410bb44001b115d8d986bb264e5b2d8091bb63a8edd93a9
 DIST crypto-common-0.1.6.crate 8760 BLAKE2B 
f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7
 SHA512 
471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f
 DIST ctrlc-3.4.2.crate 14171 BLAKE2B 
65bcbaff2a58a78370888e988e52bdf7b8c1dec5963854374a87fa31b4db633f41b7a7e9965027411c14b089680eaaf32db1ab26ceeebaecbe09c0c3b5e1fce9
 SHA512 
99fc52445a51438bbbefefedf6409efc6b9c8db8f8932bde8eebeda3bfa952d116923b6ea9762e3bd28521ddee17ca1c8fb9b24cf8fe287063ec2ffc696ec408
+DIST ctrlc-3.4.4.crate 14660 BLAKE2B 
fe7c2ca8352dbe40e60ad2c63654beafd9ad3f62483b23b3c614a22dacc8ce0edd2b94e9ec3a2472c581f6a1b8befe0952df092b4c7d34ad92414190e285e51b
 SHA512 
c09c5bb87e4116e4f2604023d9a94afb9985678a4d02aac17baf5b5d13d0ac7321e07dd7b20ed620af9670926acdb6b78be37a56c8be171c21975d34ebf0196c
 DIST derivative-2.2.0.crate 48076 BLAKE2B 
56d27e27493c3b818ad45703efda607a0a0d9a48b0d43785b6a013443b8b964b67bb5b5284d242358415c5fb81b86b02079ee7c0595ec07bc658240eb114b887
 SHA512 
3c65ecdabd2dc202be3d83b06f96b6f68504fe542ede7e2285093c6d360a33ec76a3787c436c6e5ff8f59d430436a4b8ce2f908cf7b2b08cd8b0045de4e5d1da
 DIST diff-0.1.13.crate 46216 BLAKE2B 
27ceeafb7afd45eabbbe22d1f05667f513a6062762e6b77122e267282a8f2a0bf96384989508bf10c9e13af4856bc9f58f09b10055d6fc2c32681e288ffa9f9e
 SHA512 
45e259c9fe7c23bd9e9454891b42d4aef6d681d35ee039d21fdb05ae9ed5856161a40f29889e7880ac2a2daf85f1b7d752d213b4a99a1a74ed2682c18a3ae7fb
 DIST digest-0.10.7.crate 1955

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

2024-03-07 Thread Joe Kappus
commit: 5e4dfc0e87979a13066194e5a9e3337cecc43fc0
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Mar  8 06:56:10 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Mar  8 06:56:10 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e4dfc0e

dev-build/just: add 1.25.0

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

 dev-build/just/Manifest   |  34 +++
 dev-build/just/just-1.25.0.ebuild | 194 ++
 2 files changed, 228 insertions(+)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index 4397017a26..a55978d279 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -1,22 +1,31 @@
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anstream-0.6.11.crate 30239 BLAKE2B 
4ac585ec56a804239d32ad3e64d93936ef9d5c8e0f0e2df17f7b081b6a3b2c4c32ff4ebc09ec02507bbed22b025628029d859610aed90c024e19a3216de73c8b
 SHA512 
f8dd65cc116a1495782a3bfc98edfdd0973ab22ea2fafd292fb4bd3495af7b5ea410f320d3fa05f7f812fa96c2a20f4cd2af9fc58869a1a306f32714cbe45163
+DIST anstream-0.6.13.crate 30928 BLAKE2B 
0c6d0932dc486ccbe8d7e6f97bd8aae03fb84d4db90d0488070b7109de673e0af845a70a39e546af87f71f4c7f7bb159ab8ed68ac0f03a0297457062d9d69dc0
 SHA512 
4f9ccfd135de9be22a01230f39d571c8d8ccf7c3eba837fbf0868c9660693b60ee0c1c2f9490a587d5307e892ed45cb946da7a0690a9f972619c94fb050bde09
 DIST anstyle-1.0.6.crate 14604 BLAKE2B 
0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20
 SHA512 
dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa
 DIST anstyle-parse-0.2.3.crate 24699 BLAKE2B 
17e8638187ccc1ca0174a8cec7f7daeee7e0d8b8c430f7e74f9b10d8de4b49fd1c6facfdafde305b7a3e55b1ebf2b4e8ec4975a0cce691514ddae9eb5b5e711e
 SHA512 
4a6d0f706d75c9b3c5144f34efdef3ef8fcd075962c594a23a6209ed56112563a34b3c01e05a08a0868d59204272d06211b2585cb9d06ce075ea875bedb2f399
 DIST anstyle-query-1.0.2.crate 8739 BLAKE2B 
c06643e8616f1f4469a32f9c0512941ce53ac5db9ebfa7a5b2f19233040cd4438dd2ee69ab89ecbc1c239e92b674dea9df15ed673408c6f3fe21787cc17d76f3
 SHA512 
f409b624cbeecf58fd87c47f85be28cae1fe48f65d692195fb80854c514e38c40d0e0ffad3a5b388a3929c47bd2060302ebb635aa98dc57329f3a5ed7be3e2dc
 DIST anstyle-wincon-3.0.2.crate 11272 BLAKE2B 
73e124773f618a744b17017d4680ec6ccc84ff94fbe2e565073fbcc0facecd3cb65356cf27746d07f453bc917cbeb2ade3a618c6b8578d64cff4828c99569868
 SHA512 
4cc194faacffa01c6989354c1cadbf1134f0945250f67b7020ab5b475e30db34c799176bd335a6265386cb9c5e8b5bcbdf35894ec0c809b140ffe1c406751931
+DIST arrayref-0.3.7.crate 9620 BLAKE2B 
69d25ca9c15c188ca954a862f320869a448a5d8ed5765a6fc26309abb030e1d846d12800d960c8a97aa3ab422e8d2b883bd154781ed219a858e02b20cc803613
 SHA512 
dcf1c7de6d1d4b921e26a39cd70070bd460cd27f0a38be9099e41fc8b05fb60ba4f9aa91f92401cdcd0847bad08bffa7db4dca8d7cc84a3c8a1416d1758838ce
+DIST arrayvec-0.7.4.crate 29856 BLAKE2B 
81ffac1db340e919618351819def3880ab1ef70d0acc47d680f15298eb749bcbc3bf7944ba14159be46b1e734c91b4c0f8cbaf774fd864c17caa3c9fb1fc2e9b
 SHA512 
91e8f70330c515c966d78ae235e890594f9607381ac738a2c3586b53f01411e98d1687494f39ccc365948ae60497df3dfb2be18e26ab7e69bc0966b6c250e1ac
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bitflags-2.4.1.crate 37043 BLAKE2B 
f61c45b142265e9c2944c7054e01704de47510735e9ee5351cd02b98676cc4eb42d68b1fc4849ad5f54654617a74f20cb533b4207c2fe76516b724ba9318b414
 SHA512 
d3fd7abc95acc1cb5bf16d6acc12dbb8eadd250f069268df13c2e8dc3d5f5c15a929cd17ca931c77393b64dce0516ef8674c469789ed32d78e315b5faada062b
 DIST bitflags-2.4.2.crate 42602 BLAKE2B 
768d4ca52aca73d8acf2f494a66957ed2603eefd5a04332ed0880d230c2cc6ef3bfdc0792fa6f288a0eb132913dbb256793e580bc34f4a40e8200e1fbafe97a

[gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-python/gnuplot-py/

2024-02-24 Thread Joe Kappus
commit: 539afd7885f45d0b3d2b07cda982c04fc256
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Feb 25 07:39:23 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Feb 25 07:39:41 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=539afd78

dev-python/gnuplot-py: add myself as a maintainer

Needed as conditional dependency of sys-power/linux-tools-power-x86.

I may still drop it, but this will clear pkgcheck.

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

 dev-python/gnuplot-py/metadata.xml | 4 ++--
 profiles/package.mask  | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/gnuplot-py/metadata.xml 
b/dev-python/gnuplot-py/metadata.xml
index ae757a8981..dd52ed1fe4 100644
--- a/dev-python/gnuplot-py/metadata.xml
+++ b/dev-python/gnuplot-py/metadata.xml
@@ -3,8 +3,8 @@
 

co-maintainers welcome
-   lssndrbarbi...@gmail.com
-   Alessandro Barbieri
+   j...@wt.gd
+       Joe Kappus


gnuplot-py

diff --git a/profiles/package.mask b/profiles/package.mask
index a7515d1ffb..be3bd1a078 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -431,7 +431,6 @@ dev-python/github-sublee-glicko2
 dev-python/glyphsLib
 dev-python/glyphsets
 dev-python/glyphtools
-dev-python/gnuplot-py
 dev-python/googletransx
 dev-python/gpxpy
 dev-python/hstspreload



[gentoo-commits] repo/proj/guru:dev commit in: sys-power/linux-tools-power-x86/, profiles/

2024-02-24 Thread Joe Kappus
commit: b33fffe821bac1a97839b8821ebd3267ec494e60
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Feb 25 07:18:44 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Feb 25 07:29:37 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b33fffe8

sys-power/linux-tools-power-x86: unmask, take over maint

Going to target LTS kernels with this. Give me a day or so to
bump to 6.6.

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

 profiles/package.mask| 1 -
 sys-power/linux-tools-power-x86/metadata.xml | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f7662401bc..a7515d1ffb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -576,7 +576,6 @@ sys-power/ZenStates-Linux
 sys-power/amdgpu-fan
 sys-power/disable-c6
 sys-power/geopmd
-sys-power/linux-tools-power-x86
 virtual/MASS
 virtual/Matrix
 virtual/lattice

diff --git a/sys-power/linux-tools-power-x86/metadata.xml 
b/sys-power/linux-tools-power-x86/metadata.xml
index a169f25fc4..535afd782d 100644
--- a/sys-power/linux-tools-power-x86/metadata.xml
+++ b/sys-power/linux-tools-power-x86/metadata.xml
@@ -2,8 +2,8 @@
 https://www.gentoo.org/dtd/metadata.dtd";>
 

-   lssndrbarbi...@gmail.com
-   Alessandro Barbieri
+   j...@wt.gd
+       Joe Kappus


Install utility to debug and tune 
the performance of the {amd,intel}_pstate drivers



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

2024-02-13 Thread Joe Kappus
commit: 31d8bbe30672acfdde7a9db7c942524c7945d610
Author: Joe Kappus  wt  gd>
AuthorDate: Tue Feb 13 08:17:23 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Tue Feb 13 08:17:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31d8bbe3

dev-build/just: drop 1.21.0, 1.22.0

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

 dev-build/just/Manifest   |  20 -
 dev-build/just/just-1.21.0.ebuild | 179 --
 dev-build/just/just-1.22.0.ebuild | 179 --
 3 files changed, 378 deletions(-)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index 038a388bf9..4397017a26 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -15,7 +15,6 @@ DIST camino-1.1.6.crate 30519 BLAKE2B 
3696bee362c9a6c7331079f86823aede0df06c1c36
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST clap-2.34.0.crate 202210 BLAKE2B 
f383adf1d757ac4b68995132b33837686ce451f85a02a8d05d2c746da398510d05d46330f3efade063c3952aacb1754cdac73dd0afcae0df5340a89f9353aa1c
 SHA512 
c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8
 DIST colorchoice-1.0.0.crate 6857 BLAKE2B 
a0818be1299717461ffc1bcfb6fc53a0b3b645aa8c45fb72e045cf2d876fa207948610e58d6a837aad24838ea9616e80b0558ca3eae03fdf9bc4c03a8e5ba52f
 SHA512 
53363f2889cd8e8a3b3ed10c48356896c0daa72f3c12c9c7804707ab0dbc07c0e34ef52fa4f0fb1647311ce5913168c1bf62c2407ff86a33f765a9e6fccad551
-DIST cpufeatures-0.2.11.crate 12727 BLAKE2B 
5b91dffb779e437606db9b75d2b05c2de19069575a8272112e9a0389f5bd8de0f753cd90330b5a5bb6a3f84c9e794e96328664557db31c43853ba43097229efc
 SHA512 
af179e269a4d5f48b50134a5e98ac541a9a0d6aa34f13fb8fd9ce8d5092352e1b322437254449ecb1bce608d8558b1cca2c79232ac1327efd887193bd1d36031
 DIST cpufeatures-0.2.12.crate 12837 BLAKE2B 
5b518c58c548d9116f94cefc2214fe2faf87c3aaf3fffbb0bf4085f75372cf7fc5144bc3f827101a3a14a51363d06d8075db94ff5ed853ab2ccffaf597728093
 SHA512 
52742595702fc3371d4126fb355f3d7a6da514a94e43170f1db041cc6c560027f92115eab7846131dba1018ca5c72003ae36f945c1de88d57a0e7f66331623c6
 DIST cradle-0.2.2.crate 30309 BLAKE2B 
cb0da3568421d31f2b40a308d3b76b6bd1ed70a9e435182bea8b67c208c22f05cdb315692dbeb6068179c7c1a196f22e6e6255a24b3411927c6ae57149387f48
 SHA512 
a020f5c0a0b17b2645c28939d62fc27d4be476ac67579ffc4977e8d2a7746f7367facdd3bad54e4616ba5a3406667f738a90767cf759e76c4311aab703e43dea
 DIST crypto-common-0.1.6.crate 8760 BLAKE2B 
f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7
 SHA512 
471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f
@@ -25,7 +24,6 @@ DIST diff-0.1.13.crate 46216 BLAKE2B 
27ceeafb7afd45eabbbe22d1f05667f513a6062762e
 DIST digest-0.10.7.crate 19557 BLAKE2B 
61e69d78cb8d6850ae26ad7ff2d52dd6dce820d8c621230def11cc0e8aa6d883a6e1b25340fb45748db52a8ccf3c8d36a8aa0c8cdf4d4eeb4e3f870d86abe09a
 SHA512 
0dd8c012468ab9011b89413ea4d3647d95b1f683b020a0e6274c95ed5148638b56fef19cd9044c837ad53715b582b88eed277fe96e917c27c5d7abdbf7c3794c
 DIST dirs-5.0.1.crate 12255 BLAKE2B 
eadd38e85211ed5aee7fab964e90342273320644c36262aa7b436e493512851a4751a09d22aa8bae0495f4b22df6e7395d13715ca8b8c6196107b1be03af9328
 SHA512 
cfc329518e85a25c296521b9aeb6e5d5f60b4525aa786ebfa8b9f198446a1ff5892160d1bb4790d7f3fc4a0abdb5921b2e4896e271a3fc3a3225897313b77bd1
 DIST dirs-sys-0.4.1.crate 10719 BLAKE2B 
30334f2192698d7d03bd4e8bc8a682482da7d13baacb8547a132f55019d3727ac35579926ba4367fe0a5b7fa917945abc03e010cb7363683753c87440581df42
 SHA512 
53c7c8bc76d7211d08a0e6b25caaed12eeb7283cb4b352c12311db3c796794330943259a08e48ff9d3a280917920a088e5aede32677a4b2f9f819c2dca6adb9a
-DIST doc-comment-0.3.3.crate 4123 BLAKE2B 
a82d1c1a7a90af6e111b5e684a1298d7eac5fd8e4bf7d5baf6c7403d26b609958716d57e51122fe7ad7626fe00a2d824dcfef3cc2fd7679fdb7b5099603de1cd
 SHA512 
e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba
 DIST dotenvy-0.15.7.crate 20293 BLAKE2B 
89a205ca637c31678fdc7249212a6a71a10bea47607279087f719a4929ca30e27f5cf74d4560390ddbb825a58bebc8851a82c3c6ed525922a74206a85bbde6f2
 SHA512 
208eba7f7d012b71dbdd19d27fad4fa1d2982507d3362167fab72ce819f44972ac0dab6a10f3842f3f8b44d979cf8517240fa4249ee066f4806ef4e38e343bfc
 DIST edit-distance-2.1.0.crate 7288 BLAKE2B 
390bd500b4841d5d000258b2228555afb4ed8b14131dbce24ac1ac3cd3088cc733fe71ac056718c8230f7d99df6d3fcf203ba901f00626ab6672e8f338390811
 SHA512 
1d6a7ab42f2f11fa82e4c9990dcbdbe8570782459e46844e38c50dc06db6e44bfe2248b894c6a111a2dce9c48e294c0f91ecea0528dffcfdecda2687b008969b
 DI

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

2024-02-13 Thread Joe Kappus
commit: d14b5191621cc713336bb3c719a44068ae5c1a7b
Author: Joe Kappus  wt  gd>
AuthorDate: Tue Feb 13 08:16:31 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Tue Feb 13 08:16:31 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d14b5191

dev-build/just: add 1.24.0

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

 dev-build/just/Manifest   |  31 +++
 dev-build/just/just-1.24.0.ebuild | 183 ++
 2 files changed, 214 insertions(+)

diff --git a/dev-build/just/Manifest b/dev-build/just/Manifest
index 1c71745522..038a388bf9 100644
--- a/dev-build/just/Manifest
+++ b/dev-build/just/Manifest
@@ -1,13 +1,20 @@
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
+DIST anstream-0.6.11.crate 30239 BLAKE2B 
4ac585ec56a804239d32ad3e64d93936ef9d5c8e0f0e2df17f7b081b6a3b2c4c32ff4ebc09ec02507bbed22b025628029d859610aed90c024e19a3216de73c8b
 SHA512 
f8dd65cc116a1495782a3bfc98edfdd0973ab22ea2fafd292fb4bd3495af7b5ea410f320d3fa05f7f812fa96c2a20f4cd2af9fc58869a1a306f32714cbe45163
+DIST anstyle-1.0.6.crate 14604 BLAKE2B 
0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20
 SHA512 
dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa
+DIST anstyle-parse-0.2.3.crate 24699 BLAKE2B 
17e8638187ccc1ca0174a8cec7f7daeee7e0d8b8c430f7e74f9b10d8de4b49fd1c6facfdafde305b7a3e55b1ebf2b4e8ec4975a0cce691514ddae9eb5b5e711e
 SHA512 
4a6d0f706d75c9b3c5144f34efdef3ef8fcd075962c594a23a6209ed56112563a34b3c01e05a08a0868d59204272d06211b2585cb9d06ce075ea875bedb2f399
+DIST anstyle-query-1.0.2.crate 8739 BLAKE2B 
c06643e8616f1f4469a32f9c0512941ce53ac5db9ebfa7a5b2f19233040cd4438dd2ee69ab89ecbc1c239e92b674dea9df15ed673408c6f3fe21787cc17d76f3
 SHA512 
f409b624cbeecf58fd87c47f85be28cae1fe48f65d692195fb80854c514e38c40d0e0ffad3a5b388a3929c47bd2060302ebb635aa98dc57329f3a5ed7be3e2dc
+DIST anstyle-wincon-3.0.2.crate 11272 BLAKE2B 
73e124773f618a744b17017d4680ec6ccc84ff94fbe2e565073fbcc0facecd3cb65356cf27746d07f453bc917cbeb2ade3a618c6b8578d64cff4828c99569868
 SHA512 
4cc194faacffa01c6989354c1cadbf1134f0945250f67b7020ab5b475e30db34c799176bd335a6265386cb9c5e8b5bcbdf35894ec0c809b140ffe1c406751931
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bitflags-2.4.1.crate 37043 BLAKE2B 
f61c45b142265e9c2944c7054e01704de47510735e9ee5351cd02b98676cc4eb42d68b1fc4849ad5f54654617a74f20cb533b4207c2fe76516b724ba9318b414
 SHA512 
d3fd7abc95acc1cb5bf16d6acc12dbb8eadd250f069268df13c2e8dc3d5f5c15a929cd17ca931c77393b64dce0516ef8674c469789ed32d78e315b5faada062b
+DIST bitflags-2.4.2.crate 42602 BLAKE2B 
768d4ca52aca73d8acf2f494a66957ed2603eefd5a04332ed0880d230c2cc6ef3bfdc0792fa6f288a0eb132913dbb256793e580bc34f4a40e8200e1fbafe97a9
 SHA512 
ef4c20e6e78a2ecee97e17189b7100a504d8176c7c15d7f17d62157a116d66f83f8b2bba472a4acf02cd3edbd94b20a7047af918c3f3b371e2e04f7474be0214
 DIST block-buffer-0.10.4.crate 10538 BLAKE2B 
d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11
 SHA512 
b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST camino-1.1.6.crate 30519 BLAKE2B 
3696bee362c9a6c7331079f86823aede0df06c1c36fdc2d11c0628267ca7635fd78430cc927cf3b2af34591537d3968b3c5f1cf9d500f3e889c202c944fc613

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

2024-02-05 Thread Joe Kappus
commit: 67750dbd18d9102bae029ca53f9c9a9369597d88
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Feb  5 21:53:42 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Feb  5 21:53:42 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67750dbd

dev-libs/zfp: add 1.0.1, drop 0.5.5-r1

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

 dev-libs/zfp/Manifest  | 2 +-
 dev-libs/zfp/{zfp-0.5.5-r1.ebuild => zfp-1.0.1.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/zfp/Manifest b/dev-libs/zfp/Manifest
index aab6009839..bb41c6a431 100644
--- a/dev-libs/zfp/Manifest
+++ b/dev-libs/zfp/Manifest
@@ -1 +1 @@
-DIST zfp-0.5.5.gh.tar.gz 127482 BLAKE2B 
2a3bfca4280c15c8679d1af23ff1b5e09de07060ecb120ce399a56bf598c7a934dbf8053ffd9b6bd26c81641d2f46557d5ad71c3abffefa475eaf28c8286
 SHA512 
c043cee73f6e972e047452552ab2ceb9247a6747fdb7e5f863aeab3a05208737c0bcabbe29f3c10e5c1aba961ec47aa6a0abdb395486fa0d5fb16a4ad45733c4
+DIST zfp-1.0.1.gh.tar.gz 508016 BLAKE2B 
6911402dd70fa423ac0a3add54229e2603530c9444534da603e08c078c2a8087c78989f113756e4388b00e17ebb7fe92fb7e98f43fca837eaaa8c728cb2d41da
 SHA512 
5bbd98ed2f98e75c654afa863cab3023abb2eeb8f203f9049c75d5dbdf4b364cfb5c8378e10e6aaeaf13242315ad4949b06619810a67b3adaed095b7e8a48d5a

diff --git a/dev-libs/zfp/zfp-0.5.5-r1.ebuild b/dev-libs/zfp/zfp-1.0.1.ebuild
similarity index 96%
rename from dev-libs/zfp/zfp-0.5.5-r1.ebuild
rename to dev-libs/zfp/zfp-1.0.1.ebuild
index 20d8336ccf..28f00c5d4e 100644
--- a/dev-libs/zfp/zfp-0.5.5-r1.ebuild
+++ b/dev-libs/zfp/zfp-1.0.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 #DOCS_BUILDER="sphinx"
 #DOCS_DIR="docs/source"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit cmake fortran-2 python-single-r1 #docs
 



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprland-split-monitor-workspaces/

2024-01-14 Thread Joe Kappus
commit: 77919f00a4025e63db923ca2ea29a479e270460f
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan 14 11:36:07 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jan 14 11:36:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77919f00

gui-apps/hyprland-split-monitor-workspaces: update upstream metadata

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

 gui-apps/hyprland-split-monitor-workspaces/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/hyprland-split-monitor-workspaces/metadata.xml 
b/gui-apps/hyprland-split-monitor-workspaces/metadata.xml
index b05c0f896a..378848881c 100644
--- a/gui-apps/hyprland-split-monitor-workspaces/metadata.xml
+++ b/gui-apps/hyprland-split-monitor-workspaces/metadata.xml
@@ -13,6 +13,6 @@

https://github.com/Duckonaut/split-monitor-workspaces/issues

https://github.com/hyprwm/hyprland-plugins/releases
Duckonaut/split-monitor-workspaces
-   hypr/Hyprland
+   hyprwm/Hyprland

 



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprland-plugins/

2024-01-14 Thread Joe Kappus
commit: 89910f5da2bb800699497f38868de730713ef5f3
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan 14 11:34:34 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jan 14 11:34:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89910f5d

gui-apps/hyprland-plugins: update upstream metadata

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

 gui-apps/hyprland-plugins/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/hyprland-plugins/metadata.xml 
b/gui-apps/hyprland-plugins/metadata.xml
index ed6385631a..01f20ab81a 100644
--- a/gui-apps/hyprland-plugins/metadata.xml
+++ b/gui-apps/hyprland-plugins/metadata.xml
@@ -12,8 +12,8 @@


https://github.com/hyprwm/hyprland-plugins/issues

https://github.com/hyprwm/hyprland-plugins/releases
-   hypr/hyprland-plugins
-   hypr/Hyprland
+   hyprwm/hyprland-plugins
+   hyprwm/Hyprland


adds one or two additional 
borders to windows



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/files/, app-admin/s-tui/

2024-01-14 Thread Joe Kappus
commit: b9ce26ef04324155d9ac058a8c0923912429f927
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan 14 10:20:18 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jan 14 10:20:18 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9ce26ef

app-admin/s-tui: drop 1.1.3-r1

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

 app-admin/s-tui/Manifest   |  1 -
 .../files/s-tui-1.1.4-setuptools-warning.patch | 22 ++
 app-admin/s-tui/s-tui-1.1.3-r1.ebuild  | 34 --
 3 files changed, 22 insertions(+), 35 deletions(-)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index a935d7167f..0dc193c776 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1,2 +1 @@
-DIST s-tui-1.1.3.gh.tar.gz 2608383 BLAKE2B 
15e8e47acb11df816b415eca6bb67db4464054570c9435f704e51dfbb5e798cda1e5c9e5baf69dc01917c6cebb1b040f4f594d2199de7dfb0be7425320357b49
 SHA512 
80a746187d7d4e4581b6a7c68c3939772eed95ae16530ca38692c9fcfdb98068e60fbe401cf741e1896d8a303a240b231c27a7bf5471c24357fe06df6fdfb153
 DIST s-tui-1.1.4.gh.tar.gz 2608449 BLAKE2B 
80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870
 SHA512 
20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322

diff --git a/app-admin/s-tui/files/s-tui-1.1.4-setuptools-warning.patch 
b/app-admin/s-tui/files/s-tui-1.1.4-setuptools-warning.patch
new file mode 100644
index 00..f8625a6b34
--- /dev/null
+++ b/app-admin/s-tui/files/s-tui-1.1.4-setuptools-warning.patch
@@ -0,0 +1,22 @@
+From 7507377a3571f7b1bb26dc04f471e9bd9734bd6f Mon Sep 17 00:00:00 2001
+From: Joe Kappus 
+Date: Sun, 14 Jan 2024 05:08:47 -0500
+Subject: [PATCH] Fix setuptools warning
+
+Resolves: https://github.com/amanusk/s-tui/issues/178
+---
+ setup.cfg | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.cfg b/setup.cfg
+index 312e33a..bda3f26 100644
+--- a/setup.cfg
 b/setup.cfg
+@@ -1,3 +1,3 @@
+ [metadata]
+-description-file = README.md
++description_file = README.md
+ license_files = LICENSE
+-- 
+2.43.0
+

diff --git a/app-admin/s-tui/s-tui-1.1.3-r1.ebuild 
b/app-admin/s-tui/s-tui-1.1.3-r1.ebuild
deleted file mode 100644
index d2e55445a7..00
--- a/app-admin/s-tui/s-tui-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Stress-Terminal UI monitoring tool"
-HOMEPAGE="https://amanusk.github.io/s-tui/";
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git";
-   EGIT_SUBMODULES=()
-else
-   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
-   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   optfeature "Stress options in program menu" app-benchmarks/stress
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2024-01-14 Thread Joe Kappus
commit: 3ba932ff0867fff6d97389205eb56b47239c07e8
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan 14 10:17:25 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jan 14 10:17:25 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ba932ff

app-admin/s-tui: metadata fix indenting

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

 app-admin/s-tui/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index 479df1372c..becc7655c0 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -5,8 +5,8 @@
j...@wt.gd
joecool

-
-amanusk/s-tui
-s-tui
-
+   
+   amanusk/s-tui
+   s-tui
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2024-01-14 Thread Joe Kappus
commit: 4465918986459a2b1da95f8145d8940379e20a11
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan 14 10:19:43 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jan 14 10:19:43 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44659189

app-admin/s-tui: fix setuptools warnings

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

 app-admin/s-tui/s-tui-1.1.4.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-admin/s-tui/s-tui-1.1.4.ebuild 
b/app-admin/s-tui/s-tui-1.1.4.ebuild
index c980717745..9431676948 100644
--- a/app-admin/s-tui/s-tui-1.1.4.ebuild
+++ b/app-admin/s-tui/s-tui-1.1.4.ebuild
@@ -10,6 +10,8 @@ inherit distutils-r1 optfeature
 DESCRIPTION="Stress-Terminal UI monitoring tool"
 HOMEPAGE="https://amanusk.github.io/s-tui/";
 
+PATCHES="${FILESDIR}/${P}-setuptools-warning.patch"
+
 if [[ ${PV} == ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/amanusk/${PN}.git";



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

2024-01-14 Thread Joe Kappus
commit: 58f77ce2c435fa081570efd07bcc76a0b2b86d35
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan 14 09:33:00 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jan 14 09:34:39 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58f77ce2

dev-libs/libdbf: add dev-util/intltool to BDEPEND

I guess including autotools doesn't add it, this
shuts up tinderbox.

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

 dev-libs/libdbf/libdbf-0.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libdbf/libdbf-0.0.1.ebuild 
b/dev-libs/libdbf/libdbf-0.0.1.ebuild
index d390494946..256053ed37 100644
--- a/dev-libs/libdbf/libdbf-0.0.1.ebuild
+++ b/dev-libs/libdbf/libdbf-0.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -17,11 +17,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
-RDEPEND=""
 DEPEND="${RDEPEND}
dev-perl/XML-Parser
doc? ( app-text/docbook-sgml-utils )
virtual/pkgconfig"
+BDEPEND="dev-util/intltool"
 
 S="${WORKDIR}/${PN}-${MY_COMMIT}"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-build/just/, sys-devel/just/, profiles/updates/

2024-01-13 Thread Joe Kappus
commit: fd228610fabbea2bacc3aee2f8de5f9cb0627176
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan 14 07:00:25 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jan 14 07:00:25 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd228610

dev-build/just: rename sys-devel/just

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

 {sys-devel => dev-build}/just/Manifest   | 0
 {sys-devel => dev-build}/just/just-1.21.0.ebuild | 0
 {sys-devel => dev-build}/just/just-1.22.0.ebuild | 0
 {sys-devel => dev-build}/just/just-1.22.1.ebuild | 0
 {sys-devel => dev-build}/just/just-1.23.0.ebuild | 0
 {sys-devel => dev-build}/just/metadata.xml   | 0
 profiles/updates/1Q-2024 | 1 +
 7 files changed, 1 insertion(+)

diff --git a/sys-devel/just/Manifest b/dev-build/just/Manifest
similarity index 100%
rename from sys-devel/just/Manifest
rename to dev-build/just/Manifest

diff --git a/sys-devel/just/just-1.21.0.ebuild 
b/dev-build/just/just-1.21.0.ebuild
similarity index 100%
rename from sys-devel/just/just-1.21.0.ebuild
rename to dev-build/just/just-1.21.0.ebuild

diff --git a/sys-devel/just/just-1.22.0.ebuild 
b/dev-build/just/just-1.22.0.ebuild
similarity index 100%
rename from sys-devel/just/just-1.22.0.ebuild
rename to dev-build/just/just-1.22.0.ebuild

diff --git a/sys-devel/just/just-1.22.1.ebuild 
b/dev-build/just/just-1.22.1.ebuild
similarity index 100%
rename from sys-devel/just/just-1.22.1.ebuild
rename to dev-build/just/just-1.22.1.ebuild

diff --git a/sys-devel/just/just-1.23.0.ebuild 
b/dev-build/just/just-1.23.0.ebuild
similarity index 100%
rename from sys-devel/just/just-1.23.0.ebuild
rename to dev-build/just/just-1.23.0.ebuild

diff --git a/sys-devel/just/metadata.xml b/dev-build/just/metadata.xml
similarity index 100%
rename from sys-devel/just/metadata.xml
rename to dev-build/just/metadata.xml

diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
new file mode 100644
index 00..c68224e39c
--- /dev/null
+++ b/profiles/updates/1Q-2024
@@ -0,0 +1 @@
+move sys-devel/just dev-build/just



[gentoo-commits] repo/proj/guru:dev commit in: sys-devel/just/

2024-01-13 Thread Joe Kappus
commit: d1d83fa887ee5c2303ee52e25c4b98aa59564b22
Author: Joe Kappus  wt  gd>
AuthorDate: Sat Jan 13 08:46:23 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sat Jan 13 08:46:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1d83fa8

sys-devel/just: add 1.23.0

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

 sys-devel/just/Manifest   |   4 +
 sys-devel/just/just-1.23.0.ebuild | 178 ++
 2 files changed, 182 insertions(+)

diff --git a/sys-devel/just/Manifest b/sys-devel/just/Manifest
index 42f8103a62..1c71745522 100644
--- a/sys-devel/just/Manifest
+++ b/sys-devel/just/Manifest
@@ -29,6 +29,7 @@ DIST fastrand-2.0.1.crate 14664 BLAKE2B 
7a5812153500170dcc53ca8d66384fef46eeb5a8
 DIST generic-array-0.14.7.crate 15950 BLAKE2B 
e74c785e3127095625951da192a018281ea9976aaeb11019f9088c3f27748c5fed1ef25d577150864486dc48b5138d6892e42f99979339f711a66fc70756c82b
 SHA512 
363a7b04e4102f9ca63d429721c1ada6272be6bf0a2e97da681faf76381f73f0e3acb86623b9ce2dae441de9fda704088391779b9769ec02b3c8c9f9f35f897d
 DIST getopts-0.2.21.crate 18457 BLAKE2B 
10651e947e49acc768d99ae56ca5a7f37c1f61bbd1674e2ca58e3ae563fd64f3563d53ccdd0ae7a878710a39e13a99ac8c274974157db2c691f8c222de14992d
 SHA512 
5515ae6ccb0f03efb783683f46cfd1755342c4e83bb673ff8914c7f9dea0dae333f8d9703865e992659a359067df0e8b0e2253de0d4b0c7707cbe7d73401bb1f
 DIST getrandom-0.2.11.crate 35391 BLAKE2B 
cc3af20769f8effebcd6fe4f48bb762211f78cfad016b796ce4b6b83a25d0a758ecee4352af18ef97e84c17fb4efb0c7bf113b53d2dd30eaa32067fed97978fa
 SHA512 
2230c219e1080b4b13f207bdfd54b1acff37d9e5fec5263ec9952df9c0279939b231c722b54524deab85002caf1047a471f3fba8090428d918e99d53edf82345
+DIST getrandom-0.2.12.crate 36163 BLAKE2B 
0afef8504932ea0ea051cde1d14bd5b79edde68d6ebae6fe88fa4aaa532605a16f466d0d9c0d0aa619eaa105600b6d5ee4e191865a3fa041549a78f78ca82396
 SHA512 
dd97d7dae1a7ba653abdaf2db719e1a9c8eb721b08b4af0f1c45b1ed5079069d1b57e4f6d9d879e7fae3a890763f4b6aea9bc2d945392b98e811e7b348589bee
 DIST heck-0.3.3.crate 10260 BLAKE2B 
dc756738081d855583f239908f671e9b5dde72ebfb577f6387b1a169817a03332464cf67071708a4c4f06b1ecb222118e8c719073ccdec1c0f938e5ef378b13f
 SHA512 
b3498e033f44e03206421e565efec5b21d13107b60d35e4476331c44e6effd75c81f7678f2452c822eefd581209a2ffefd2034779cca2d8b4fac4583bbbf777f
 DIST heck-0.4.1.crate 11567 BLAKE2B 
520aeea740cfa30b0cca12f73594ffa655f32959673b1c9caaca1ea0162e455546ae3033881394c0ba0516bcd5c9a997da02162e1585522d665813b9096eabd9
 SHA512 
8c80e959d2f10a2893f9a71994720f90747742bb5b61fc0a539eed3ea5679b140c48fd7f7690d7122cd6af5f7f20a19d412e3569fe741c6d31f6b2ce1e0b80e8
 DIST hermit-abi-0.1.19.crate 9979 BLAKE2B 
801e8052b85341cca388ada9db4b06bb1bd7b64474185b2ad06c0256b9e597639bd3dd4ba0053ea010f922e53969a4ab47b90d451fd9b94c8f2324055d151ea1
 SHA512 
1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632fd5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a
@@ -40,6 +41,7 @@ DIST itoa-1.0.10.crate 10534 BLAKE2B 
8ffcb345d07070cc01651fd44c19f3e0659185eda73
 DIST just-1.21.0.crate 223872 BLAKE2B 
393c4f0809131b577438cdfca4d0062709fecacc26242c3446125875ef8764b805e7d4afb87fc4f8c70ab0f6ae4649707b86fee11070a322ba387eda96121bbe
 SHA512 
cbe66707c322a7fa412554359863bdda9cfbe78b26775b6d0f5a6732f7b7ddda3d7e2c26d836265cafa0fab3b8776551d83a4c26fab9844d02d3e1fe031ea833
 DIST just-1.22.0.crate 224226 BLAKE2B 
4573bb6f077ace702f9f667f5b155c93928a7478dc90e7291912e43b2cefc78acf39bca072dc2a9f578a34fa86ea590e6f356076c6549e8b45952ac88851e6e5
 SHA512 
3981f46a3ff75ba56cff5c5ed4055045af73332e46d5257d963f83e395c17addf03e7814a99f874262a3650b18e360105e41057c39f9dc4f18deb5200fff35e4
 DIST just-1.22.1.crate 224846 BLAKE2B 
2e2cacb203580c8d5380dcf00acb0bf1913ad03aceb938791513a24364758126609447f7fae94017a7d4707d0f6ba8d8b43bd4abecad1afd6175cb016fe5ec31
 SHA512 
cf7e01815e817acfd6135a4af8aecca0e54c5b625afa64758874489f28453234ddf53c43e2f1ccad83ace5285f36fcfcd08ff60e20832956bc040bfefe42b271
+DIST just-1.23.0.crate 228031 BLAKE2B 
be3027da7aa7fc2c628ebc1a0a6256809a2d6b57427c2ee0b40bdd48e5d5411aad7d1942904e1c047dd83e37d9d04fe0b0af18903a6a5b3477a1c774635dacf7
 SHA512 
c6ca8c7276b8a727f2124b73ebbbfdcac5122dfd49c3b3d5716d409e8448eb377f8ff686e3b37c08e0379eee9bb139689ef71fc861dacee688d3e1b1bdd82a32
 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23
 SHA512 
e124c0521ec7c950f3c4a066821918da7a9c6e75d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
 DIST lexiclean-0.0.1.crate 5362 BLAKE2B 
c60a82de8de091263d24c8f5de8f04f7a0908b7689d24daff1f85548ca158cc7f81f84a55ec50f4499fea237a26a7892a594f6d5319b2232db06232a0428a291
 SHA512 
5f60056a6830fcd21ece4fbdbaba5cf4b8bf33d85aa520c32de44a2f821c6dab60d2c9ec108981bd081f394e216ae45b62c9aa7f223eaf6702dd0586157ec868
 DIST libc-0.2.151.crate 73664

[gentoo-commits] repo/proj/guru:dev commit in: sys-devel/just/

2024-01-09 Thread Joe Kappus
commit: 95fbfac3c5e5600b0e918932c5904f21bf3f176e
Author: Joe Kappus  wt  gd>
AuthorDate: Tue Jan  9 09:33:09 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Tue Jan  9 09:33:31 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95fbfac3

sys-devel/just: add 1.22.1

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

 sys-devel/just/Manifest   |  14 +++
 sys-devel/just/just-1.22.1.ebuild | 178 ++
 2 files changed, 192 insertions(+)

diff --git a/sys-devel/just/Manifest b/sys-devel/just/Manifest
index e33223932d..42f8103a62 100644
--- a/sys-devel/just/Manifest
+++ b/sys-devel/just/Manifest
@@ -9,6 +9,7 @@ DIST camino-1.1.6.crate 30519 BLAKE2B 
3696bee362c9a6c7331079f86823aede0df06c1c36
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST clap-2.34.0.crate 202210 BLAKE2B 
f383adf1d757ac4b68995132b33837686ce451f85a02a8d05d2c746da398510d05d46330f3efade063c3952aacb1754cdac73dd0afcae0df5340a89f9353aa1c
 SHA512 
c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8
 DIST cpufeatures-0.2.11.crate 12727 BLAKE2B 
5b91dffb779e437606db9b75d2b05c2de19069575a8272112e9a0389f5bd8de0f753cd90330b5a5bb6a3f84c9e794e96328664557db31c43853ba43097229efc
 SHA512 
af179e269a4d5f48b50134a5e98ac541a9a0d6aa34f13fb8fd9ce8d5092352e1b322437254449ecb1bce608d8558b1cca2c79232ac1327efd887193bd1d36031
+DIST cpufeatures-0.2.12.crate 12837 BLAKE2B 
5b518c58c548d9116f94cefc2214fe2faf87c3aaf3fffbb0bf4085f75372cf7fc5144bc3f827101a3a14a51363d06d8075db94ff5ed853ab2ccffaf597728093
 SHA512 
52742595702fc3371d4126fb355f3d7a6da514a94e43170f1db041cc6c560027f92115eab7846131dba1018ca5c72003ae36f945c1de88d57a0e7f66331623c6
 DIST cradle-0.2.2.crate 30309 BLAKE2B 
cb0da3568421d31f2b40a308d3b76b6bd1ed70a9e435182bea8b67c208c22f05cdb315692dbeb6068179c7c1a196f22e6e6255a24b3411927c6ae57149387f48
 SHA512 
a020f5c0a0b17b2645c28939d62fc27d4be476ac67579ffc4977e8d2a7746f7367facdd3bad54e4616ba5a3406667f738a90767cf759e76c4311aab703e43dea
 DIST crypto-common-0.1.6.crate 8760 BLAKE2B 
f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7
 SHA512 
471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f
 DIST ctrlc-3.4.2.crate 14171 BLAKE2B 
65bcbaff2a58a78370888e988e52bdf7b8c1dec5963854374a87fa31b4db633f41b7a7e9965027411c14b089680eaaf32db1ab26ceeebaecbe09c0c3b5e1fce9
 SHA512 
99fc52445a51438bbbefefedf6409efc6b9c8db8f8932bde8eebeda3bfa952d116923b6ea9762e3bd28521ddee17ca1c8fb9b24cf8fe287063ec2ffc696ec408
@@ -38,9 +39,11 @@ DIST is-terminal-0.4.10.crate 7683 BLAKE2B 
9b7cdea9ad36be80fe334a05d89c36154d08a
 DIST itoa-1.0.10.crate 10534 BLAKE2B 
8ffcb345d07070cc01651fd44c19f3e0659185eda733c407fd4be0955a301879ae1272dae7f425279dae8dcb7f7dc954465c9a09b5c521938a503d34fecfe2a7
 SHA512 
fc496be0873e31afa6ddf7f2958030f8fcb517cadb86a48280a0c50ce50460afda189af1e6c26e5ff6f85c750d772c21503864c32b526c4fe4bcdb5b07918538
 DIST just-1.21.0.crate 223872 BLAKE2B 
393c4f0809131b577438cdfca4d0062709fecacc26242c3446125875ef8764b805e7d4afb87fc4f8c70ab0f6ae4649707b86fee11070a322ba387eda96121bbe
 SHA512 
cbe66707c322a7fa412554359863bdda9cfbe78b26775b6d0f5a6732f7b7ddda3d7e2c26d836265cafa0fab3b8776551d83a4c26fab9844d02d3e1fe031ea833
 DIST just-1.22.0.crate 224226 BLAKE2B 
4573bb6f077ace702f9f667f5b155c93928a7478dc90e7291912e43b2cefc78acf39bca072dc2a9f578a34fa86ea590e6f356076c6549e8b45952ac88851e6e5
 SHA512 
3981f46a3ff75ba56cff5c5ed4055045af73332e46d5257d963f83e395c17addf03e7814a99f874262a3650b18e360105e41057c39f9dc4f18deb5200fff35e4
+DIST just-1.22.1.crate 224846 BLAKE2B 
2e2cacb203580c8d5380dcf00acb0bf1913ad03aceb938791513a24364758126609447f7fae94017a7d4707d0f6ba8d8b43bd4abecad1afd6175cb016fe5ec31
 SHA512 
cf7e01815e817acfd6135a4af8aecca0e54c5b625afa64758874489f28453234ddf53c43e2f1ccad83ace5285f36fcfcd08ff60e20832956bc040bfefe42b271
 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23
 SHA512 
e124c0521ec7c950f3c4a066821918da7a9c6e75d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
 DIST lexiclean-0.0.1.crate 5362 BLAKE2B 
c60a82de8de091263d24c8f5de8f04f7a0908b7689d24daff1f85548ca158cc7f81f84a55ec50f4499fea237a26a7892a594f6d5319b2232db06232a0428a291
 SHA512 
5f60056a6830fcd21ece4fbdbaba5cf4b8bf33d85aa520c32de44a2f821c6dab60d2c9ec108981bd081f394e216ae45b62c9aa7f223eaf6702dd0586157ec868
 DIST libc-0.2.151.crate 73664

[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2024-01-07 Thread Joe Kappus
commit: 1c441819093624a4d40b82949680583501f30d0d
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan  7 22:09:33 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jan  7 22:09:33 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c441819

app-admin/s-tui: add 1.1.4

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

 app-admin/s-tui/Manifest   |  1 +
 app-admin/s-tui/s-tui-1.1.4.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index e8bad70d10..a935d7167f 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1 +1,2 @@
 DIST s-tui-1.1.3.gh.tar.gz 2608383 BLAKE2B 
15e8e47acb11df816b415eca6bb67db4464054570c9435f704e51dfbb5e798cda1e5c9e5baf69dc01917c6cebb1b040f4f594d2199de7dfb0be7425320357b49
 SHA512 
80a746187d7d4e4581b6a7c68c3939772eed95ae16530ca38692c9fcfdb98068e60fbe401cf741e1896d8a303a240b231c27a7bf5471c24357fe06df6fdfb153
+DIST s-tui-1.1.4.gh.tar.gz 2608449 BLAKE2B 
80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870
 SHA512 
20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322

diff --git a/app-admin/s-tui/s-tui-1.1.4.ebuild 
b/app-admin/s-tui/s-tui-1.1.4.ebuild
new file mode 100644
index 00..c980717745
--- /dev/null
+++ b/app-admin/s-tui/s-tui-1.1.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Stress-Terminal UI monitoring tool"
+HOMEPAGE="https://amanusk.github.io/s-tui/";
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git";
+   EGIT_SUBMODULES=()
+else
+   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/psutil-5.9.1[${PYTHON_USEDEP}]
+   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "Stress options in program menu" app-benchmarks/stress
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2024-01-07 Thread Joe Kappus
commit: 6c08f024e4719f4579c4622cde2f44dd229c2ab8
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan  7 22:06:27 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sun Jan  7 22:06:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c08f024

app-admin/s-tui: add myself as a maintainer

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

 app-admin/s-tui/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index e91d3faefb..479df1372c 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-
+   
+   j...@wt.gd
+   joecool
+   
 
 amanusk/s-tui
 s-tui



[gentoo-commits] repo/proj/guru:dev commit in: sys-devel/just/

2024-01-05 Thread Joe Kappus
commit: 087d60e5f0d041d6e4bc392a8bde14a1c33791a7
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Jan  5 07:16:47 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Jan  5 07:16:47 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=087d60e5

sys-devel/just: add 1.22.0

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

 sys-devel/just/Manifest   |   5 ++
 sys-devel/just/just-1.22.0.ebuild | 179 ++
 2 files changed, 184 insertions(+)

diff --git a/sys-devel/just/Manifest b/sys-devel/just/Manifest
index 444b13fbe4..3f68b6600a 100644
--- a/sys-devel/just/Manifest
+++ b/sys-devel/just/Manifest
@@ -41,6 +41,7 @@ DIST just-1.18.0.crate 216577 BLAKE2B 
7a188bbcc248b1075543647128a78a3b4a826e5c69
 DIST just-1.18.1.crate 216754 BLAKE2B 
4e339829b7f16080df8809951e2328eb258322f4ab24ba4fa2bd163ed82a7e99a8ce4effa8773ccdece0085194be58aae2d4b24fe33530722e0b0ea20837
 SHA512 
f965fe70a14cd59e5ac7444f86d80c72daf1d48c30deaa625121f344dde23ef893d0777e2df231dd600cdd8fce00ab1520e708b1ad0fb16ef07e9abf0e460f60
 DIST just-1.19.0.crate 220171 BLAKE2B 
3c00ed32110f8d36958f08bbaa89272e0ebf09dd36a4fd5cbfddfabfc43809bd78da6500cf2179b1f7f8d3bb3d3b43a8e75a15c0ab870387d8a3ee3985fdeaa1
 SHA512 
23465d5c1d16c8fb5884588f22ba70d3ea0627aa9193c271ccd2b1ab5d0204c2bf1594a2e805f91645d7623446018adb0e90fdde0a240db834701b7351719675
 DIST just-1.21.0.crate 223872 BLAKE2B 
393c4f0809131b577438cdfca4d0062709fecacc26242c3446125875ef8764b805e7d4afb87fc4f8c70ab0f6ae4649707b86fee11070a322ba387eda96121bbe
 SHA512 
cbe66707c322a7fa412554359863bdda9cfbe78b26775b6d0f5a6732f7b7ddda3d7e2c26d836265cafa0fab3b8776551d83a4c26fab9844d02d3e1fe031ea833
+DIST just-1.22.0.crate 224226 BLAKE2B 
4573bb6f077ace702f9f667f5b155c93928a7478dc90e7291912e43b2cefc78acf39bca072dc2a9f578a34fa86ea590e6f356076c6549e8b45952ac88851e6e5
 SHA512 
3981f46a3ff75ba56cff5c5ed4055045af73332e46d5257d963f83e395c17addf03e7814a99f874262a3650b18e360105e41057c39f9dc4f18deb5200fff35e4
 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23
 SHA512 
e124c0521ec7c950f3c4a066821918da7a9c6e75d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
 DIST lexiclean-0.0.1.crate 5362 BLAKE2B 
c60a82de8de091263d24c8f5de8f04f7a0908b7689d24daff1f85548ca158cc7f81f84a55ec50f4499fea237a26a7892a594f6d5319b2232db06232a0428a291
 SHA512 
5f60056a6830fcd21ece4fbdbaba5cf4b8bf33d85aa520c32de44a2f821c6dab60d2c9ec108981bd081f394e216ae45b62c9aa7f223eaf6702dd0586157ec868
 DIST libc-0.2.151.crate 736640 BLAKE2B 
ba8ea6d22b0eefdc5c1c5ee9fab960b6ea0eb7098a21b032563ec78b5d6e2a8f1d7ca4d5bb721c71de2c5de28e105029f229b9b03cd5168c78a65c7164e6d07d
 SHA512 
2039bdfd704c5a876ff7d609622bb968260d6e0fd264ca457e92b75660503eca10e1ff21864b3c919d2656de521f03ef443895f5c0150271ae2502857742b0ec
@@ -58,9 +59,11 @@ DIST pretty_assertions-1.4.0.crate 78846 BLAKE2B 
68583c49f81ab0cf5b90f6de10ef3aa
 DIST proc-macro-error-1.0.4.crate 25293 BLAKE2B 
ef918c5efaf2545ab38787c8d0c07315af00431139e4dff66346bf798e3a429f91d12a79776c150412fdda0b158a72badd5e1044ac4d6917f8482d4b5a7110b7
 SHA512 
8a47bc9d3e24e9561d1e384d8f5a633284c2cf9b5e6733c5f9d1dbfe1870ccc8e2152482852e50b551cecb68e009148585b910ffb0508a7b4875598eaf8657db
 DIST proc-macro-error-attr-1.0.4.crate 7971 BLAKE2B 
98e2925881c2be186e22c2c439697e91d43f807eb61a5d13e3b0b4321ed50a74f3d699942c04b89b6fea0f156bb5d19ebcf22f9cd4b98a7e6917c437600ed823
 SHA512 
2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495
 DIST proc-macro2-1.0.71.crate 44407 BLAKE2B 
74d21761dc35130363ac46717c55e876c9d7c2e8fdd72ef5437c2e5825c600c9179273eaec444b356f963025cfbc565751b36ba22c8dcbf712636596931149cc
 SHA512 
d8f970a55446ddb85ca875a867bc17ca790711ccd222de1d273e5370a37b0fd9b62c76d1d0c514ea3a620ddfa7a719e4aae483fc59f9c21dfc45e5e1fd4ec459
+DIST proc-macro2-1.0.72.crate 45263 BLAKE2B 
e306e21cd3ce36fdbf8ddc47cd97d0286eadae1d0ec5e8f7400c8675861d7081d15b67945a26f907fdf2f162846ea25e5da5dd4826c6287f96869030fc196bd8
 SHA512 
469121d50808a5925c98862f5b2b0f664ff0f875c8450654892949f27bd0569ddfa8becd1d5d84e0590d0248ed3efdfa568306a7a2e0017adf277b3f8305ae63
 DIST pulldown-cmark-0.9.3.crate 117339 BLAKE2B 
0b4105a9452139865723a66e434804da7fec35771a90335debe579164ce7ddd78192949db77ad5427ff80b44805a8fa5ca497e6b4111344aaa014faaa508904f
 SHA512 
2f5acf1b6f345ea2f82c6daeb4b73c93c2772dcfb7ccff6fba9e51b8840b0662202eb3bd1c917f8f81be1ba86b58fb3d5f87616dbdca991e0ef6fc249dc888fe
 DIST pulldown-cmark-to-cmark-10.0.4.crate 17917 BLAKE2B 
956fec0f042b70754f681640b1ad90454da5376b246a56539a029c4c53f64c6743bf9e4e938cb75bedc2eb3d960a2cc577f78120eff1f9942d6e0b33d7833426
 SHA512 
00030ee97d0d69738fa160bb0b87cc569061775077e162e7daacc52b1558477048d2bc36485576c94bc05f03d01086137740f2f6ed92b13e2c75653bda12
 DIST quote-1.0.33.crate 2809

[gentoo-commits] repo/proj/guru:dev commit in: sys-devel/just/

2024-01-05 Thread Joe Kappus
commit: 3d4af19fa94a26a5ef399be2b062810efc27998c
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Jan  5 08:06:00 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Fri Jan  5 08:06:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d4af19f

sys-devel/just: drop 1.18.0, 1.18.1, 1.19.0

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

 sys-devel/just/Manifest   |   8 --
 sys-devel/just/just-1.18.0.ebuild | 172 --
 sys-devel/just/just-1.18.1.ebuild | 172 --
 sys-devel/just/just-1.19.0.ebuild | 172 --
 4 files changed, 524 deletions(-)

diff --git a/sys-devel/just/Manifest b/sys-devel/just/Manifest
index 3f68b6600a..e33223932d 100644
--- a/sys-devel/just/Manifest
+++ b/sys-devel/just/Manifest
@@ -35,11 +35,7 @@ DIST hermit-abi-0.3.3.crate 14253 BLAKE2B 
9ed8b40a1cc894addcba2a45562d74359ba551
 DIST home-0.5.9.crate 8760 BLAKE2B 
02277a6d0e54a88e62a50ceb5b50b08cd5dc1ca5ddc17a799db0f49a17fee8560df53f616ae22cd16020ae2a89ce7c6ec22e5e2c0d513405bc2859a6e3ec61f9
 SHA512 
3f1f7b619f1a47694cda92321a11d66ebbb2dc0b0c33446a7a4b886f547ee88231b61c038de04bb82acd50e617f19b5085893b8401206d32cd54502033e04bf1
 DIST humantime-2.1.0.crate 16749 BLAKE2B 
e2ae8325b037fb175b9200cc5c1944ce579056c6662cce307beb6701894552362a25e371aad65f8fb9384945b48815ca74bb8b544a32e0a5845b7edd30b918c9
 SHA512 
3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c
 DIST is-terminal-0.4.10.crate 7683 BLAKE2B 
9b7cdea9ad36be80fe334a05d89c36154d08a3eee872d77cb63a443868bc07ee13995f00baf154eb710b51053f8aa568d7768eb91981b5a834bc2169787df92c
 SHA512 
d2ef6e60306ed29e1161c3203913393b1b4ad497c285be40961f8b3dd64ef23c2ff97a44c123b6193aa1a308bdbdf4b450f8b33dc4a5e7d54ccb6fafce9194d9
-DIST is-terminal-0.4.9.crate 8109 BLAKE2B 
0fa495da123f6fe5e3ba5f643f1ee097fc4f8e8aa54d9525b6108855a6a2e58556534a5e8dbfe7b5f8e2f1932003ac63f6aa3384317de7b385cf724bee294468
 SHA512 
0803ea53945715333d9b5fb18feec7230a49cb1a5f7308e2ea8d06a650e376794dd372be111e85622fd21320228706dd589423510dd010cd6ea112f185c46966
 DIST itoa-1.0.10.crate 10534 BLAKE2B 
8ffcb345d07070cc01651fd44c19f3e0659185eda733c407fd4be0955a301879ae1272dae7f425279dae8dcb7f7dc954465c9a09b5c521938a503d34fecfe2a7
 SHA512 
fc496be0873e31afa6ddf7f2958030f8fcb517cadb86a48280a0c50ce50460afda189af1e6c26e5ff6f85c750d772c21503864c32b526c4fe4bcdb5b07918538
-DIST just-1.18.0.crate 216577 BLAKE2B 
7a188bbcc248b1075543647128a78a3b4a826e5c698298fb7cbc75a1cb1a7bf669d02e464c2de07434edb779cbfe6f2a294cee19ea26b8bcb562b36a173a695e
 SHA512 
64118ffdba46d744c51e43f3528e6fc6c67d03af0c97eea054c22d9d0ae7025b2dc3bf5ca381b0bb7eabe02b6bb619e8a2ae1ce8f3699b24df9042cb0b3db374
-DIST just-1.18.1.crate 216754 BLAKE2B 
4e339829b7f16080df8809951e2328eb258322f4ab24ba4fa2bd163ed82a7e99a8ce4effa8773ccdece0085194be58aae2d4b24fe33530722e0b0ea20837
 SHA512 
f965fe70a14cd59e5ac7444f86d80c72daf1d48c30deaa625121f344dde23ef893d0777e2df231dd600cdd8fce00ab1520e708b1ad0fb16ef07e9abf0e460f60
-DIST just-1.19.0.crate 220171 BLAKE2B 
3c00ed32110f8d36958f08bbaa89272e0ebf09dd36a4fd5cbfddfabfc43809bd78da6500cf2179b1f7f8d3bb3d3b43a8e75a15c0ab870387d8a3ee3985fdeaa1
 SHA512 
23465d5c1d16c8fb5884588f22ba70d3ea0627aa9193c271ccd2b1ab5d0204c2bf1594a2e805f91645d7623446018adb0e90fdde0a240db834701b7351719675
 DIST just-1.21.0.crate 223872 BLAKE2B 
393c4f0809131b577438cdfca4d0062709fecacc26242c3446125875ef8764b805e7d4afb87fc4f8c70ab0f6ae4649707b86fee11070a322ba387eda96121bbe
 SHA512 
cbe66707c322a7fa412554359863bdda9cfbe78b26775b6d0f5a6732f7b7ddda3d7e2c26d836265cafa0fab3b8776551d83a4c26fab9844d02d3e1fe031ea833
 DIST just-1.22.0.crate 224226 BLAKE2B 
4573bb6f077ace702f9f667f5b155c93928a7478dc90e7291912e43b2cefc78acf39bca072dc2a9f578a34fa86ea590e6f356076c6549e8b45952ac88851e6e5
 SHA512 
3981f46a3ff75ba56cff5c5ed4055045af73332e46d5257d963f83e395c17addf03e7814a99f874262a3650b18e360105e41057c39f9dc4f18deb5200fff35e4
 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23
 SHA512 
e124c0521ec7c950f3c4a066821918da7a9c6e75d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
@@ -49,7 +45,6 @@ DIST libredox-0.0.1.crate 4212 BLAKE2B 
fecbb90e2842a69f3967bb2a09b0181dce1720b60
 DIST linked-hash-map-0.5.6.crate 15049 BLAKE2B 
0f30e388633c60433dcbee353507f1c6857bd210f0b61a4d166a9b95067bdadaebe49d5fca4fa6ce13072e26037c6f75d46cc30cf8dc3c9cfcb3f33b33630093
 SHA512 
031a87645381c96beff33572e4bac1a9877e52fd2f99d39918fbede17d72291b35e2eb69e07edec20c3058554c35cc38fe85b8f175c2a3c69366136fcc71f707
 DIST linux-raw-sys-0.4.12.crate 1465800 BLAKE2B 
2f70a344c427093fd55732b68239f771cf6563edfe2db4b2f50cdbc904dfc7565b30bf06454b91482eaeea787b9cd4214979665bfa32f3c1c586551333cf4d2

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

2023-12-31 Thread Joe Kappus
commit: b5b21960c1d3b4dd0f8d5849b02302d3190f77c9
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Jan  1 03:26:24 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Jan  1 03:26:24 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5b21960

app-misc/yazi: add 0.1.5

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

 app-misc/yazi/yazi-0.1.5.ebuild | 297 
 1 file changed, 297 insertions(+)

diff --git a/app-misc/yazi/yazi-0.1.5.ebuild b/app-misc/yazi/yazi-0.1.5.ebuild
new file mode 100644
index 00..bd07c46a9c
--- /dev/null
+++ b/app-misc/yazi/yazi-0.1.5.ebuild
@@ -0,0 +1,297 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+   addr2line@0.21.0
+   adler@1.0.2
+   aho-corasick@1.1.1
+   android-tzdata@0.1.1
+   android_system_properties@0.1.5
+   ansi-to-tui@3.1.0
+   anstream@0.6.4
+   anstyle@1.0.4
+   anstyle-parse@0.2.2
+   anstyle-query@1.0.0
+   anstyle-wincon@3.0.1
+   anyhow@1.0.75
+   async-channel@1.9.0
+   autocfg@1.1.0
+   backtrace@0.3.69
+   base64@0.21.4
+   bincode@1.3.3
+   bit_field@0.10.2
+   bitflags@1.3.2
+   bitflags@2.4.0
+   block-buffer@0.10.4
+   bstr@1.6.2
+   bumpalo@3.14.0
+   bytemuck@1.14.0
+   byteorder@1.5.0
+   bytes@1.5.0
+   cassowary@0.3.0
+   cc@1.0.83
+   cfg-if@1.0.0
+   chrono@0.4.31
+   clap@4.4.6
+   clap_builder@4.4.6
+   clap_complete@4.4.3
+   clap_complete_fig@4.4.1
+   clap_complete_nushell@4.4.1
+   clap_derive@4.4.2
+   clap_lex@0.5.1
+   clipboard-win@4.5.0
+   color_quant@1.1.0
+   colorchoice@1.0.0
+   concurrent-queue@2.3.0
+   core-foundation-sys@0.8.4
+   crc32fast@1.3.2
+   crossbeam-channel@0.5.8
+   crossbeam-deque@0.8.3
+   crossbeam-epoch@0.9.15
+   crossbeam-utils@0.8.16
+   crossterm@0.27.0
+   crossterm_winapi@0.9.1
+   crunchy@0.2.2
+   crypto-common@0.1.6
+   deranged@0.3.8
+   digest@0.10.7
+   dirs@5.0.1
+   dirs-sys@0.4.1
+   either@1.9.0
+   equivalent@1.0.1
+   erased-serde@0.3.31
+   error-code@2.3.1
+   event-listener@2.5.3
+   exr@1.71.0
+   fdeflate@0.3.0
+   filetime@0.2.22
+   flate2@1.0.27
+   flume@0.11.0
+   fnv@1.0.7
+   form_urlencoded@1.2.0
+   fsevent-sys@4.1.0
+   futures@0.3.28
+   futures-channel@0.3.28
+   futures-core@0.3.28
+   futures-executor@0.3.28
+   futures-io@0.3.28
+   futures-macro@0.3.28
+   futures-sink@0.3.28
+   futures-task@0.3.28
+   futures-util@0.3.28
+   generic-array@0.14.7
+   getrandom@0.2.10
+   gif@0.12.0
+   gimli@0.28.0
+   glob@0.3.1
+   half@2.2.1
+   hashbrown@0.12.3
+   hashbrown@0.14.1
+   heck@0.4.1
+   hermit-abi@0.3.3
+   iana-time-zone@0.1.57
+   iana-time-zone-haiku@0.1.2
+   idna@0.4.0
+   if_chain@1.0.2
+   image@0.24.7
+   indexmap@1.9.3
+   indexmap@2.0.2
+   indoc@2.0.4
+   inotify@0.9.6
+   inotify-sys@0.1.5
+   itertools@0.11.0
+   itoa@1.0.9
+   jpeg-decoder@0.3.0
+   js-sys@0.3.64
+   kqueue@1.0.8
+   kqueue-sys@1.0.4
+   lazy_static@1.4.0
+   lebe@0.5.2
+   libc@0.2.149
+   line-wrap@0.1.1
+   linked-hash-map@0.5.6
+   lock_api@0.4.10
+   log@0.4.20
+   lua-src@546.0.1
+   luajit-src@210.4.8+resty107baaf
+   malloc_buf@0.0.6
+   md-5@0.10.6
+   memchr@2.6.4
+   memoffset@0.9.0
+   minimal-lexical@0.2.1
+   miniz_oxide@0.7.1
+   mio@0.8.8
+   mlua@0.9.1
+   mlua-sys@0.3.2
+   nom@7.1.3
+   notify@6.1.1
+   nu-ansi-term@0.46.0
+   num-integer@0.1.45
+   num-rational@0.4.1
+   num-traits@0.2.17
+   num_cpus@1.16.0
+   objc@0.2.7
+   object@0.32.1
+   once_cell@1.18.0
+   onig@6.4.0
+   onig_sys@69.8.1
+   option-ext@0.2.0
+   ordered-float@2.10.0
+   overload@0.1.1
+   parking_lot@0.12.1
+   parking_lot_core@0.9.8
+   paste@1.0.14
+   percent-encoding@2.3.0
+   pin-project-lite@0.2.13
+   pin-utils@0.1.0
+   pkg-config@0.3.27
+   plist@1.5.0
+   png@0.17.10
+   proc-macro-error@1.0.4
+   proc-macro-error-attr@1.0.4
+   proc-macro2@1.0.69
+   qoi@0.4.1
+   quick-xml@0.29.0
+   quote@1.0.33
+   ratatui@0.23.0
+   rayon@1.8.0
+   rayon-core@1.12.0
+   redox_syscall@0.2.16
+   redox_syscall@0.3.5
+   redox_users@0.4.3
+   regex@1.9.6
+   regex-automata@0.3.9
+   regex-syntax@0.7.5
+   rustc-demangle@0.1.23
+   rustc-hash@1.1.0
+   rustversion@1.0.14
+   ryu@1.0.15
+   safemem@0.3.3
+   same-file@1.0.6
+   scopeguard@1.2.0
+   serde@1.0.188
+   ser

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

2023-12-31 Thread Joe Kappus
commit: dad76fa354d2051654def00d611536056ba2fecf
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Jan  1 03:22:28 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Jan  1 03:22:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dad76fa3

app-misc/yazi: update HOMEPAGE

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

 app-misc/yazi/Manifest  | 64 +
 app-misc/yazi/yazi-0.1.4.ebuild |  2 +-
 2 files changed, 65 insertions(+), 1 deletion(-)

diff --git a/app-misc/yazi/Manifest b/app-misc/yazi/Manifest
index 6f8cb6d85f..8766b5af62 100644
--- a/app-misc/yazi/Manifest
+++ b/app-misc/yazi/Manifest
@@ -1,40 +1,58 @@
 DIST addr2line-0.21.0.crate 40807 BLAKE2B 
9796b9a1177a299797902b7f64247d81d63d3f7e0dcc1256990628e84c5f92e3094ee8d753d9b72187b9aaa73b7ca67c0217899f2226ebd1076f8d25b458475b
 SHA512 
afde7660dda30dee240e79df1fb5b92d4572520bf17a134ef3765e2a077af9e13713952d52e27fae420109b40f6e24dbce1056687dbcbead858ffc21cc7dc69b
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST aho-corasick-1.0.5.crate 172064 BLAKE2B 
bab7767070b959e8e4c054bf505b9423d7fc8b02dc682b559f54db986abe72ddf83a069b4bb585d71b47de92d2fce66a1c151a0d29c4aae99378ca05c3d5eb50
 SHA512 
6b0a64dbfe0c166341a34cd169bc46d28e40f72db4d599a1aff5327a6e891408f39e8e92e983cf9396a8e8135f93e41550237ff3e5c8c05a5325688746fd814b
+DIST aho-corasick-1.1.1.crate 182812 BLAKE2B 
df74c2cfa0ae392a8d466e370ba761c4cd37c65773affba9a3cdcf7f5797b34b4a25e1646be3de5081644b34db2dce273609edb4f18a1ce7fdbf31ac28a10b88
 SHA512 
a894e1cefbb63a3b7b78a3676874d0b7a507c27970f48cdfbda1e5deefbf6b20ed4271b660a12eea77b318cd2fa0f80850a0b1ddfe0d0731ffa326c0fc295692
 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
 DIST ansi-to-tui-3.1.0.crate 13075 BLAKE2B 
c9657001bd7c1e4006ae3263adb06b2cf399b060164d2d11da36485c192c87526716a16d5c0b19489af214640558d7cee35f9a365f2ca2cb6f33b8e3a8ab976e
 SHA512 
0438790fe76f80ceb4ba7724768fece81c32aa93dc3bf04fb735ef48a944e8d8381ca572a53976149db40f9c664a0955ef5f88637fcc9d2cbdefe3ece8aef706
 DIST anstream-0.5.0.crate 19646 BLAKE2B 
770dc99092e1c48ad5c1658e83abff3b8c9e0915e360048bfe0fe04faf61991e01e88ca4adca23533bf11fe078066e351778661128d69381756688341022f29d
 SHA512 
8e285cc8f92708cf9482e7b4dc84dd891e5ec0bd8c57894c6bb368eede1127b7b903adb4c40b37287e3644535cc60c92662951c2c8fb5b92e10f49ff5374d359
+DIST anstream-0.6.4.crate 20593 BLAKE2B 
2b617c45d351e01222fc50f52551e57b4a8b0ecf84c6ddf44336c7c9d3b9dde15232b1c4f664d567849295bf8f03612b73ded56f1b3937392eb7718f1e0446c3
 SHA512 
0b983d626c53d1edc184f04cbd2c004eb9c40d14486b23cce86ebf50cbd3d916d32cb0423ae1d67c2b83b966690090af740538538ef846c0b126c686a1ebe159
 DIST anstyle-1.0.2.crate 13983 BLAKE2B 
4274b101d1cab2b62f9bb7637dab35f4b16e8c08a080355a2ea53e2b7b353ff230aa77fb3a244e0d6ff0dcd27abe5895eb306c630aa0822d0c608f041d4abfea
 SHA512 
09220abfc844192ca698589897845752e02666b4ecd6529af4cde9f260ef36694e6e631c7503fc0e438ac72c88c419043b78399385cb248e789e86404503935a
+DIST anstyle-1.0.4.crate 13998 BLAKE2B 
fb501700855709e53438461c2f4b48d869613e7bb3bb700db8bd0d95082876d3782dc2cfe3ce110bb4a206994de56afe0e90fe89f9ccd07c60fe1c652123ba59
 SHA512 
671c6f57106198bcfc2f9000aacba98fabacfadfce2329dfe8d0e0a2af9404da483d7a844ca2b08e1fc0249371f574c13d0082c9f7a4ed90ff581308257a52d3
 DIST anstyle-parse-0.2.1.crate 24802 BLAKE2B 
6304a56c6a9fbaf1bb4d1d177b2315684345dc9d71c35836f9544145364f8d6eb56e25c03076690c594ab7db5914501acb569f6c136952e59c93179ced527fb2
 SHA512 
5c8fc7d88ffc3a6e78340ffe0f3c2d72e865512030ade4509de9c673eba955c536bb1873dac11f6ba11cc8367fb30c67451ed65d19f81507c9e917c702bfd176
+DIST anstyle-parse-0.2.2.crate 24696 BLAKE2B 
979daa24ccc3ea484445216bddc190f148f0ad83b95c997c1becbadfb641b67834980c413bcf5b7ddc2c6883d5e071a9636fbb44f79680ac42f8b73a797e466a
 SHA512 
28039806f87c2bd8266cea834975939b79fdf0cc95a029654806655c0662520aa497d84eefadcd9edce204986e60b62678e76a09cdb38bcc50c91e9d05c4bee9
 DIST anstyle-query-1.0.0.crate 8620 BLAKE2B 
2d296b5066fd6284a2410923215571e6df650c5ef892d6de7a7088a0996ca30608797feabc84f3c325ff4d07001dac80ac5067d2a9c9d15d9ba59a276b399f5

[gentoo-commits] repo/proj/guru:dev commit in: www-client/yandex-browser/

2023-12-31 Thread Joe Kappus
commit: 3596a407c58116be81f9261414785b4d0d08d5c0
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Jan  1 02:45:57 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Jan  1 02:45:57 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3596a407

www-client/yandex-browser: add 23.11.1.714_p1, drop 23.9.1.962_p1

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

 www-client/yandex-browser/Manifest  | 2 +-
 ...rowser-23.9.1.962_p1.ebuild => yandex-browser-23.11.1.714_p1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/yandex-browser/Manifest 
b/www-client/yandex-browser/Manifest
index aa310c172f..09f5df6314 100644
--- a/www-client/yandex-browser/Manifest
+++ b/www-client/yandex-browser/Manifest
@@ -1 +1 @@
-DIST yandex-browser-23.9.1.962_p1.deb 158802680 BLAKE2B 
ab76c07182fc8ff253b57cffcee9dec6d2f5e5454a1b96b06235228e5ded9248a3351bc201bddb0c0ac629c1d56cca7bf1a584991d7413bb6454c1f5d313ebe8
 SHA512 
5da7616fea48d0ed1b1ee7e5530c69511c7303664fbf16e9ea85f7a155c87a92feea8e8f1d41659de00986e7c4a47939b56684fdc41febd4111a7764bdc94081
+DIST yandex-browser-23.11.1.714_p1.deb 154275256 BLAKE2B 
6e10db229b03525d0ae7d7877a9e5c64d2870bef79678bac12514fd1d681f063bb63e901cb321ab99b03cedb1dc0268fc9551e02da9e85d83058713744c7
 SHA512 
87fcce39c071d5991211d778810b20c4a5d59d66642edf7dd90d537e1f13cccb340e5a30c78caa2cb7093244a0db8f778fd2da121140a490f1ac426d39b3927e

diff --git a/www-client/yandex-browser/yandex-browser-23.9.1.962_p1.ebuild 
b/www-client/yandex-browser/yandex-browser-23.11.1.714_p1.ebuild
similarity index 100%
rename from www-client/yandex-browser/yandex-browser-23.9.1.962_p1.ebuild
rename to www-client/yandex-browser/yandex-browser-23.11.1.714_p1.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/

2023-12-31 Thread Joe Kappus
commit: 6e8da14109a8752dc84df84f59877d1b112dcffb
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Jan  1 02:41:18 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Jan  1 02:41:18 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e8da141

gui-apps/wlr-randr: update upstream metadata

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

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

diff --git a/gui-apps/wlr-randr/metadata.xml b/gui-apps/wlr-randr/metadata.xml
index db49d87d2a..7e5130f685 100644
--- a/gui-apps/wlr-randr/metadata.xml
+++ b/gui-apps/wlr-randr/metadata.xml
@@ -6,6 +6,6 @@
Aisha Tammy


-   emersion/wlr-randr
+   ~emersion/wlr-randr

 



[gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/

2023-12-31 Thread Joe Kappus
commit: daeb25cfb2ca8e05b854dafe1ae35f730aa1fc0f
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Jan  1 02:37:48 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Jan  1 02:37:48 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=daeb25cf

app-editors/typora-bin: add 1.7.6, drop 1.5.8

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

 app-editors/typora-bin/Manifest   | 4 ++--
 .../typora-bin/{typora-bin-1.5.8.ebuild => typora-bin-1.7.6.ebuild}   | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/typora-bin/Manifest b/app-editors/typora-bin/Manifest
index 20e6ce0948..e31700b3ab 100644
--- a/app-editors/typora-bin/Manifest
+++ b/app-editors/typora-bin/Manifest
@@ -1,2 +1,2 @@
-DIST typora_1.5.8_amd64.deb 85330472 BLAKE2B 
bbcbb4c8edda85351adcc37518e30e242f39973649155187afeaf05cac0192292767f54732f38a40a5474d21c93aa75c166c03ef13860b42d7558c967a8b43f2
 SHA512 
ceb62393913c5b51486d4867c914d43d9ebe2bd4cb9e6c67f83ca20d816594e968d648c97811ab4f4238acdc21c5cf9b95fa82084e3e33d0a3978dc0974b6e7e
-DIST typora_1.5.8_arm64.deb 75802376 BLAKE2B 
36b570b596436a231fdc5d63f95496b8e7a18f0950c299553f624ebdf66ef58c01ca4fae2753248b643375b2553851639d1dc15ce11cd276af382514dc38759e
 SHA512 
7435e2d52a835abf7c349ccc9cf343a40e49bc966692dd6953d49fc8d31c5a9f464bd6b48067d691af2b57cb093a5ed4543097d85912a8b73dbc0d9029aef14d
+DIST typora_1.7.6_amd64.deb 88633700 BLAKE2B 
7ff19cc01a93b1175d79cc68cc496af2932ff7136ad9b9e92d04ed98161a9540f6cb86c9218ee21fc88bd39b9e3d764ca99a09140bdffdb4f55b7599d1252b64
 SHA512 
9c23de69be1dfd35ab9553f7d2c6e18b2a7b18ef44930fe986ca87063a96d9b5bfe2e58447f2b5625ab66e19a78053631ef0bf673e5c7935e808b2d27b093f5a
+DIST typora_1.7.6_arm64.deb 79230784 BLAKE2B 
3679b4c0a528daa15bea555904a3e0bccfc52702f85af3b0064bcdcbfd3f25adaa68045411dbf2652eb1067fdd0c5ba4e644565fa7cd1b47aaa8b476ee2eeb5e
 SHA512 
30055c886cda45464bdb1cd1a3782315975fbaf77247e9a273c09791f13a0b0f1cbb27b99031303f6649f584fe3db6560df8b8d3a7fbab7efefa5fdd94d1

diff --git a/app-editors/typora-bin/typora-bin-1.5.8.ebuild 
b/app-editors/typora-bin/typora-bin-1.7.6.ebuild
similarity index 100%
rename from app-editors/typora-bin/typora-bin-1.5.8.ebuild
rename to app-editors/typora-bin/typora-bin-1.7.6.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: net-vpn/mullvadvpn-app/

2023-12-31 Thread Joe Kappus
commit: a2750d6ce6db4e21de41725c7ea5b49017def5f0
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Jan  1 02:29:22 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Jan  1 02:29:22 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2750d6c

net-vpn/mullvadvpn-app: update upstream metadata

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

 net-vpn/mullvadvpn-app/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/mullvadvpn-app/metadata.xml 
b/net-vpn/mullvadvpn-app/metadata.xml
index b2cd3596d1..c16f1c4d20 100644
--- a/net-vpn/mullvadvpn-app/metadata.xml
+++ b/net-vpn/mullvadvpn-app/metadata.xml
@@ -6,6 +6,6 @@
David Roman


-   mullvad/mullvad-app 
+   mullvad/mullvadvpn-app 

 



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

2023-12-31 Thread Joe Kappus
commit: 71fd0818723a2deb2fc8f79671e0dd9407f0e961
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Jan  1 02:23:09 2024 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Mon Jan  1 02:23:09 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71fd0818

sys-kernel/ugrd: update Manifest

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

 sys-kernel/ugrd/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
index 8a81e522d0..245365456c 100644
--- a/sys-kernel/ugrd/Manifest
+++ b/sys-kernel/ugrd/Manifest
@@ -1,3 +1,3 @@
 DIST ugrd-0.12.1.tar.gz 39929 BLAKE2B 
d4d2788c0d23907b87ea6c98607f3d36e25c895618668123089c2cb96dc8895be411c7c5865522b58a53a90c51e77f874ee13324c5602bceb325bb680dccf63b
 SHA512 
3dec60f8535bb63525a0da07583d35c539de27e0d4ab2c79c033ce49a1b745b262a245e58224f5fabb1450af76d750578e47d60eb0961ac842eaed6e5f212c7d
 DIST ugrd-0.19.1.tar.gz 44713 BLAKE2B 
e22d8c6df5cffb6c903badf6b45f693a319215791d2fae6d45e163a1a191823130b4a1bdb541a20760154796e16f5e6e0bb10ce47f4d5c59279a71f37bc53362
 SHA512 
56383aca3bd52a734ae35ae51aec0aa12d849484466d58832324dc441fed3e955085119ba44d3248948033167e163be5d747fa27c71c999e78e7fa6357853e25
-DIST ugrd-0.19.2.tar.gz 44628 BLAKE2B 
e9020f65a6cc51ea7ad205d16cd6360eb74bf21b82a0f0df1f33a89eb39b0a4dcaba7b6c9f4c61124e6ae947d2c93062219081c0ebfb398327abbf1b099dbc7d
 SHA512 
4e1ebaf4d361d7f0cf75679e7857ef3fe4a3aaf78a5ed2117547ea32c90773645337f0604f23f13c33f248cb55cabfaaf4a2dad1e234822eb3967bafe103fca9
+DIST ugrd-0.19.3.tar.gz 44629 BLAKE2B 
4c319cfe745640ff7ced5eb161498b3cd6250434d7b56e909a74b1a133910039ec81a399d55f6408b5b33f88a94fb41a54dd18d97443d00e73730a36802b635f
 SHA512 
4cedc043d3e7ac616d263e4d467d1b825a5c425f7682f1ab531a84dfd17c49f99398226fc9ee39044591dcbc6d3308d01f1ffa6734e552945d1096bf1bff2923



[gentoo-commits] repo/proj/guru:dev commit in: sys-devel/just/

2023-12-30 Thread Joe Kappus
commit: 07faa1054758a7cd8a3f40c0d98bc2883befd9d3
Author: Joe Kappus  wt  gd>
AuthorDate: Sat Dec 30 09:37:24 2023 +
Commit:     Joe Kappus  wt  gd>
CommitDate: Sat Dec 30 09:37:24 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07faa105

sys-devel/just: add 1.21.0

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

 sys-devel/just/Manifest   |  11 +++
 sys-devel/just/just-1.21.0.ebuild | 179 ++
 2 files changed, 190 insertions(+)

diff --git a/sys-devel/just/Manifest b/sys-devel/just/Manifest
index 29310c3ac7..444b13fbe4 100644
--- a/sys-devel/just/Manifest
+++ b/sys-devel/just/Manifest
@@ -15,6 +15,8 @@ DIST ctrlc-3.4.2.crate 14171 BLAKE2B 
65bcbaff2a58a78370888e988e52bdf7b8c1dec5963
 DIST derivative-2.2.0.crate 48076 BLAKE2B 
56d27e27493c3b818ad45703efda607a0a0d9a48b0d43785b6a013443b8b964b67bb5b5284d242358415c5fb81b86b02079ee7c0595ec07bc658240eb114b887
 SHA512 
3c65ecdabd2dc202be3d83b06f96b6f68504fe542ede7e2285093c6d360a33ec76a3787c436c6e5ff8f59d430436a4b8ce2f908cf7b2b08cd8b0045de4e5d1da
 DIST diff-0.1.13.crate 46216 BLAKE2B 
27ceeafb7afd45eabbbe22d1f05667f513a6062762e6b77122e267282a8f2a0bf96384989508bf10c9e13af4856bc9f58f09b10055d6fc2c32681e288ffa9f9e
 SHA512 
45e259c9fe7c23bd9e9454891b42d4aef6d681d35ee039d21fdb05ae9ed5856161a40f29889e7880ac2a2daf85f1b7d752d213b4a99a1a74ed2682c18a3ae7fb
 DIST digest-0.10.7.crate 19557 BLAKE2B 
61e69d78cb8d6850ae26ad7ff2d52dd6dce820d8c621230def11cc0e8aa6d883a6e1b25340fb45748db52a8ccf3c8d36a8aa0c8cdf4d4eeb4e3f870d86abe09a
 SHA512 
0dd8c012468ab9011b89413ea4d3647d95b1f683b020a0e6274c95ed5148638b56fef19cd9044c837ad53715b582b88eed277fe96e917c27c5d7abdbf7c3794c
+DIST dirs-5.0.1.crate 12255 BLAKE2B 
eadd38e85211ed5aee7fab964e90342273320644c36262aa7b436e493512851a4751a09d22aa8bae0495f4b22df6e7395d13715ca8b8c6196107b1be03af9328
 SHA512 
cfc329518e85a25c296521b9aeb6e5d5f60b4525aa786ebfa8b9f198446a1ff5892160d1bb4790d7f3fc4a0abdb5921b2e4896e271a3fc3a3225897313b77bd1
+DIST dirs-sys-0.4.1.crate 10719 BLAKE2B 
30334f2192698d7d03bd4e8bc8a682482da7d13baacb8547a132f55019d3727ac35579926ba4367fe0a5b7fa917945abc03e010cb7363683753c87440581df42
 SHA512 
53c7c8bc76d7211d08a0e6b25caaed12eeb7283cb4b352c12311db3c796794330943259a08e48ff9d3a280917920a088e5aede32677a4b2f9f819c2dca6adb9a
 DIST doc-comment-0.3.3.crate 4123 BLAKE2B 
a82d1c1a7a90af6e111b5e684a1298d7eac5fd8e4bf7d5baf6c7403d26b609958716d57e51122fe7ad7626fe00a2d824dcfef3cc2fd7679fdb7b5099603de1cd
 SHA512 
e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba
 DIST dotenvy-0.15.7.crate 20293 BLAKE2B 
89a205ca637c31678fdc7249212a6a71a10bea47607279087f719a4929ca30e27f5cf74d4560390ddbb825a58bebc8851a82c3c6ed525922a74206a85bbde6f2
 SHA512 
208eba7f7d012b71dbdd19d27fad4fa1d2982507d3362167fab72ce819f44972ac0dab6a10f3842f3f8b44d979cf8517240fa4249ee066f4806ef4e38e343bfc
 DIST edit-distance-2.1.0.crate 7288 BLAKE2B 
390bd500b4841d5d000258b2228555afb4ed8b14131dbce24ac1ac3cd3088cc733fe71ac056718c8230f7d99df6d3fcf203ba901f00626ab6672e8f338390811
 SHA512 
1d6a7ab42f2f11fa82e4c9990dcbdbe8570782459e46844e38c50dc06db6e44bfe2248b894c6a111a2dce9c48e294c0f91ecea0528dffcfdecda2687b008969b
@@ -32,21 +34,26 @@ DIST hermit-abi-0.1.19.crate 9979 BLAKE2B 
801e8052b85341cca388ada9db4b06bb1bd7b6
 DIST hermit-abi-0.3.3.crate 14253 BLAKE2B 
9ed8b40a1cc894addcba2a45562d74359ba55156e2c3a547afce139324b1345df2f158f58978ccd7d343fac5e5d2cda86e2e0a9dafc77af36d4cd8aa0a6d4c03
 SHA512 
eb162d085e8e0db72571aca925fdb6094d1e5d091766dd62d6a116957459bfadc8d51f1acc67f4da3cf6a8802c0ff445f3ad2516c1df8fcdca0b751632e150a1
 DIST home-0.5.9.crate 8760 BLAKE2B 
02277a6d0e54a88e62a50ceb5b50b08cd5dc1ca5ddc17a799db0f49a17fee8560df53f616ae22cd16020ae2a89ce7c6ec22e5e2c0d513405bc2859a6e3ec61f9
 SHA512 
3f1f7b619f1a47694cda92321a11d66ebbb2dc0b0c33446a7a4b886f547ee88231b61c038de04bb82acd50e617f19b5085893b8401206d32cd54502033e04bf1
 DIST humantime-2.1.0.crate 16749 BLAKE2B 
e2ae8325b037fb175b9200cc5c1944ce579056c6662cce307beb6701894552362a25e371aad65f8fb9384945b48815ca74bb8b544a32e0a5845b7edd30b918c9
 SHA512 
3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c
+DIST is-terminal-0.4.10.crate 7683 BLAKE2B 
9b7cdea9ad36be80fe334a05d89c36154d08a3eee872d77cb63a443868bc07ee13995f00baf154eb710b51053f8aa568d7768eb91981b5a834bc2169787df92c
 SHA512 
d2ef6e60306ed29e1161c3203913393b1b4ad497c285be40961f8b3dd64ef23c2ff97a44c123b6193aa1a308bdbdf4b450f8b33dc4a5e7d54ccb6fafce9194d9
 DIST is-terminal-0.4.9.crate 8109 BLAKE2B 
0fa495da123f6fe5e3ba5f643f1ee097fc4f8e8aa54d9525b6108855a6a2e58556534a5e8dbfe7b5f8e2f1932003ac63f6aa3384317de7b385cf724bee294468
 SHA512 
0803ea53945715333d9b5fb18feec7230a49cb1a5f7308e2ea8d06a650e376794dd372be111e85622fd21320228706dd589423510dd010cd6ea112f185c46966
 DIST itoa-1.0.10.crate 1053

  1   2   >