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

2024-01-28 Thread David Roman
commit: 1b787d4734a0daa6665768cc9f565204fea19d5e
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 19:00:43 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 19:00:43 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b787d47

gui-apps/nwg-icon-picker: drop 0.1.0

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

 .../nwg-icon-picker/nwg-icon-picker-0.1.0.ebuild   | 29 --
 1 file changed, 29 deletions(-)

diff --git a/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.0.ebuild 
b/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.0.ebuild
deleted file mode 100644
index f3d39faa31..00
--- a/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-if [[ "${PV}" ==  ]]
-then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-icon-picker.git;
-else
-   
SRC_URI="https://github.com/nwg-piotr/nwg-icon-picker/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="GTK icon chooser with a text search option"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-icon-picker;
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-   x11-libs/gtk+:3
-   dev-python/pygobject[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/guru:master commit in: app-misc/nwg-shell-wallpapers/

2024-01-28 Thread David Roman
commit: 0ca156715a8c09413ea401edf42dc416390c685a
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 19:05:01 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 19:05:01 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ca15671

app-misc/nwg-shell-wallpapers: add 1.4

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

 app-misc/nwg-shell-wallpapers/Manifest  |  1 +
 .../nwg-shell-wallpapers-1.4.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/app-misc/nwg-shell-wallpapers/Manifest 
b/app-misc/nwg-shell-wallpapers/Manifest
index 1e0b32f921..b1c4ad1eca 100644
--- a/app-misc/nwg-shell-wallpapers/Manifest
+++ b/app-misc/nwg-shell-wallpapers/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-wallpapers-1.1.tar.gz 18835687 BLAKE2B 
73e6659edfcd1d015717dfbedc85373278b8a7ec78a10592b495117018930dc23a3e36f23885a78625c2bfc98074c2ce7a6a8152c57da46ecadd1534494e49ea
 SHA512 
88e0a1f54b3b55ce9833ab793719d6326bcf8bafd2b84c469b68b6b4be3970ae80dbf45cd444f9cf5fdd89fc3cf6036a7312112fa7fca33bb9eedf9205e32613
 DIST nwg-shell-wallpapers-1.3.tar.gz 14905039 BLAKE2B 
71856c2961cfbbb3b2c86e686df63320ddff9357fadbe00732d1dce33779a4f690d3b3bf3f1188cee20a0608c138e09494954285a7d2ce5da363ae1563a43045
 SHA512 
dc3a72f57dbc288841dbe4d4ebbdb4013d620a18acdb9c3e22e3af06fa481db2aeb98d845a27e86a421b9658f451de99bd4f7e4759b97d32d1124e8014097f90
+DIST nwg-shell-wallpapers-1.4.tar.gz 14905267 BLAKE2B 
a1afec9595f44b64f92e2275df807678ccfc1ddb6157e583bbebdd3e3d01cb1bee3761dadb65c636189f2cd0608ecec59daf4900894b7005ebfd7bf06d35590a
 SHA512 
8cf4f8ee316084f5b1a67b150cd560c29caf845e7359e45f9976fb3f9cd3c7ae22dcb113854f4539e04443a2dc37b5cb134bbad04d090cabedb2c0a9db4d8611

diff --git a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.4.ebuild 
b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.4.ebuild
new file mode 100644
index 00..c105bedf54
--- /dev/null
+++ b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Selection of wallpapers contributed to the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-wallpapers;
+LICENSE="MIT"
+SLOT="0"
+
+src_install() {
+   insinto /usr/share/backgrounds/nwg-shell
+   doins wallpapers/*
+}



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

2024-01-28 Thread David Roman
commit: 4c419dbdd3fdcea96d45e1857d84ac3fe82ac88e
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 18:59:00 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 18:59:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c419dbd

gui-apps/nwg-displays: drop 0.3.10

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

 gui-apps/nwg-displays/Manifest   |  1 -
 gui-apps/nwg-displays/nwg-displays-0.3.10.ebuild | 37 
 2 files changed, 38 deletions(-)

diff --git a/gui-apps/nwg-displays/Manifest b/gui-apps/nwg-displays/Manifest
index 23e5bf547f..a41a805c6e 100644
--- a/gui-apps/nwg-displays/Manifest
+++ b/gui-apps/nwg-displays/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-displays-0.3.10.tar.gz 24302 BLAKE2B 
48dcad68179be42bc5c98abb1f01b899ccca832bbf466dec6c2207cd8e66ce9c63275aa847b9a4602e4ac9f5d54df5c97547df1c1ffb0105b9aa8b0350be10d5
 SHA512 
7b51aa88cb7566b5018da479d9afb897fac3f67b17b04dde9cf9106c5876a1c073dfe0342ef71432a07a0061ea1d8066a5e4b73212ca7b23d3dcee2f8785e171
 DIST nwg-displays-0.3.11.tar.gz 24479 BLAKE2B 
b8afd7df9c543b93fcb0faf4ac96a8b2615c9838eca6de3cbc6e2301d6b5c8fc833ed0fdb2dd4358671718f980db21d5a1b3a965140bb06ff9e46a7c2b8af195
 SHA512 
045a12e9c541c943c39546e2637f2bc2d530abd8add85760be4a5191285e7925451a28cf48eeebeb593fbf591657f4b6462c875b592411fdee89ab964723876e
 DIST nwg-displays-0.3.13.tar.gz 24504 BLAKE2B 
9502d566a57c44a6d8d3d75a2ee5c33ccb0bb1312e667058aee5ea96a4bf238d008de8f9a5720ca90f709275a00544da4532e0772928c529b625d2a7b6486daf
 SHA512 
ccf708b5c528519c323951c6a2b2c0b0f5228fdfdf7e94f54f15eeb82d7fa52c8b49bf91399f6801651d02226592dc8cb6833dfe9d0cb59b5c420dd8462e1850

diff --git a/gui-apps/nwg-displays/nwg-displays-0.3.10.ebuild 
b/gui-apps/nwg-displays/nwg-displays-0.3.10.ebuild
deleted file mode 100644
index 3964d30f05..00
--- a/gui-apps/nwg-displays/nwg-displays-0.3.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-displays/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Output management utility for sway and Hyprland"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-displays;
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-   gui-apps/wlr-randr
-   x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   domenu nwg-displays.desktop
-   doicon nwg-displays.svg
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



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

2024-01-28 Thread David Roman
commit: caf4749f910b19736542c664f1f4d8e35d0c5556
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 18:56:17 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 18:56:17 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=caf4749f

gui-apps/nwg-shell: add 0.5.29

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

 gui-apps/nwg-shell/Manifest|  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 00c953001d..478d52e4d6 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.26.tar.gz 2180999 BLAKE2B 
1008e34e663875754302c7631573d0d0a5b82a786204739a77744640d5bd2b3dc880b144f39c39b2a90686c6b19b91dcfc072825e5b29bd4c8e631aba486af7d
 SHA512 
aaf9acc0082aa9bb33f92d860c42eb0ce0d78aa3405bfc8bae1180ea0890926f0f348b4a4d6fcfb01812fe947d21deac65a2d2bec7eddf5e895a4b4535bf20ba
 DIST nwg-shell-0.5.28.tar.gz 2180994 BLAKE2B 
c54e1568846d8bdf44391be0195393ca8d58a2191a0b572d9da2b4f766e91dcf04efd49916afd57df25b9457709a03e1b44d67183faa82d5b3f27a58241784a2
 SHA512 
4833e0adf43e86e763a44583e09574cf591dee67145f43e96aba833d35dde371387183b8468090aa4521e1f968ab1e9950381ac43a38463d7bb6b609fd8cf308
+DIST nwg-shell-0.5.29.tar.gz 2181442 BLAKE2B 
176ed212e4f049e1486012fcb23f62a23106f2551544e89e99016a94c72543f44d4650a0d3c817226bb89c55d17e79ba3fb8613ddb19c81ebdb21b2e574adb91
 SHA512 
dc29091b41e19fc816a1bc2052600ce05b8280addb5ea7530c0e4e3c105b727ac4132dc08313b33b8cca8bef3b4269c1e3e78276240d5c08698cc64dfda2981d

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild 
b/gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild
new file mode 100644
index 00..1beb080d16
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.29.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..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell;
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   gui-apps/grim
+   gui-apps/swappy
+   gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   default
+   dobin scripts/*
+}
+
+pkg_postinst() {
+   elog "To install nwg-shell for the current user, run"
+   elog "nwg-shell-installer -w (for sway) or"
+   elog "nwg-shell-installer -w -hypr (for hyprland)"
+}



[gentoo-commits] repo/proj/guru:master commit in: app-misc/vocabsieve/

2024-01-28 Thread David Roman
commit: 1e2e4747e7fef29461b330b02d1404a71a315674
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Sun Jan 28 21:55:46 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 21:55:46 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e2e4747

app-misc/vocabsieve: add 0.11.1, drop 0.11.0

Signed-off-by: Shaoyu Tseng <1over137  anche.no>

 app-misc/vocabsieve/Manifest| 2 +-
 .../vocabsieve/{vocabsieve-0.11.0.ebuild => vocabsieve-0.11.1.ebuild}   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-misc/vocabsieve/Manifest b/app-misc/vocabsieve/Manifest
index dbf8df02fa..caab0a4058 100644
--- a/app-misc/vocabsieve/Manifest
+++ b/app-misc/vocabsieve/Manifest
@@ -1 +1 @@
-DIST vocabsieve-0.11.0.tar.gz 209015 BLAKE2B 
c96559568b3112242fb2bbe95ac1023358249865562f81c181c63798a3d5b94ab61ac3c3e3c9a668914ad399fb2a11b2b4dc3e5406a65b3a73460025d72d764f
 SHA512 
42bc5c15d25fb9712bdd389eb5f6cd194fe3f9205fe590c79167cc8d74f2f7c3b32d46a6318aa7d63e166787caa5c5561160b0b2c8c23b99c79cc6aab20959ff
+DIST vocabsieve-0.11.1.tar.gz 215480 BLAKE2B 
2be1d39c0b423d76478fea499350a27f3a813fc079be1b7e5c8060837eefbfd409e9986d6c893141ab93fdc7a0c268946bb900545bd7a8697c88b0638ff05d7d
 SHA512 
3b0a5c3587e22ec19c7e0f422dfb3f05f15929dadbb99ace14d3fd59c4a7792a4f82faf3e1e5119ff62f554dd982c774328f37389666bf74164d7802616760c1

diff --git a/app-misc/vocabsieve/vocabsieve-0.11.0.ebuild 
b/app-misc/vocabsieve/vocabsieve-0.11.1.ebuild
similarity index 95%
rename from app-misc/vocabsieve/vocabsieve-0.11.0.ebuild
rename to app-misc/vocabsieve/vocabsieve-0.11.1.ebuild
index bd2f49fe95..7638017eca 100644
--- a/app-misc/vocabsieve/vocabsieve-0.11.0.ebuild
+++ b/app-misc/vocabsieve/vocabsieve-0.11.1.ebuild
@@ -40,4 +40,6 @@ RDEPEND="
dev-python/readmdict[${PYTHON_USEDEP}]
dev-python/python-lzo[${PYTHON_USEDEP}]
dev-python/pyqtgraph[${PYTHON_USEDEP}]
+   dev-python/pynput[${PYTHON_USEDEP}]
+   dev-python/gevent[${PYTHON_USEDEP}]
 "



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

2024-01-28 Thread David Roman
commit: fa6a909bef874dae257217646944505ac1057871
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Sun Jan 28 21:18:51 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 21:18:51 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa6a909b

dev-python/pynput: new package, add 1.7.6

Signed-off-by: Shaoyu Tseng <1over137  anche.no>

 dev-python/pynput/Manifest|  1 +
 dev-python/pynput/metadata.xml| 12 
 dev-python/pynput/pynput-1.7.6.ebuild | 20 
 3 files changed, 33 insertions(+)

diff --git a/dev-python/pynput/Manifest b/dev-python/pynput/Manifest
new file mode 100644
index 00..42a186bc9f
--- /dev/null
+++ b/dev-python/pynput/Manifest
@@ -0,0 +1 @@
+DIST pynput-1.7.6.tar.gz 79501 BLAKE2B 
cb356271ef0688ff6532fb79b858c10fb3a52abc4f6db5f4758948cb16f01e96e9377894ea211952b58f5ff6d997ceeec9ba51a29aef866e65cd83900a9894ae
 SHA512 
66639096a83b7ea7c926bfab67ef6c54b913fc4ffe5814bbc4ace6e4d298237a3623066f4f5c08a2bcf1cc5e40d18dc35b77c18afbd0d00b7b4bf4ed2233d9ff

diff --git a/dev-python/pynput/metadata.xml b/dev-python/pynput/metadata.xml
new file mode 100644
index 00..0637b583bd
--- /dev/null
+++ b/dev-python/pynput/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   1over...@anche.no
+   Shaoyu Tseng
+   
+   
+   pynput
+   moses-palmer/pynput
+   
+

diff --git a/dev-python/pynput/pynput-1.7.6.ebuild 
b/dev-python/pynput/pynput-1.7.6.ebuild
new file mode 100644
index 00..f3eb9d1adc
--- /dev/null
+++ b/dev-python/pynput/pynput-1.7.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3  )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sends virtual input commands"
+HOMEPAGE="https://github.com/moses-palmer/pynput 
https://pypi.org/project/pynput;
+RDEPEND="
+   dev-python/python-evdev[${PYTHON_USEDEP}]
+   dev-python/python-xlib[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"



[gentoo-commits] repo/proj/guru:master commit in: app-misc/nwg-shell-wallpapers/

2024-01-28 Thread David Roman
commit: 53e439d9ea961e8aa3fc79ebb6beb8adc4321cc2
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 19:05:17 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 19:05:17 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53e439d9

app-misc/nwg-shell-wallpapers: drop 1.1

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

 app-misc/nwg-shell-wallpapers/Manifest|  1 -
 .../nwg-shell-wallpapers-1.1.ebuild   | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/app-misc/nwg-shell-wallpapers/Manifest 
b/app-misc/nwg-shell-wallpapers/Manifest
index b1c4ad1eca..7908fa2dea 100644
--- a/app-misc/nwg-shell-wallpapers/Manifest
+++ b/app-misc/nwg-shell-wallpapers/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-wallpapers-1.1.tar.gz 18835687 BLAKE2B 
73e6659edfcd1d015717dfbedc85373278b8a7ec78a10592b495117018930dc23a3e36f23885a78625c2bfc98074c2ce7a6a8152c57da46ecadd1534494e49ea
 SHA512 
88e0a1f54b3b55ce9833ab793719d6326bcf8bafd2b84c469b68b6b4be3970ae80dbf45cd444f9cf5fdd89fc3cf6036a7312112fa7fca33bb9eedf9205e32613
 DIST nwg-shell-wallpapers-1.3.tar.gz 14905039 BLAKE2B 
71856c2961cfbbb3b2c86e686df63320ddff9357fadbe00732d1dce33779a4f690d3b3bf3f1188cee20a0608c138e09494954285a7d2ce5da363ae1563a43045
 SHA512 
dc3a72f57dbc288841dbe4d4ebbdb4013d620a18acdb9c3e22e3af06fa481db2aeb98d845a27e86a421b9658f451de99bd4f7e4759b97d32d1124e8014097f90
 DIST nwg-shell-wallpapers-1.4.tar.gz 14905267 BLAKE2B 
a1afec9595f44b64f92e2275df807678ccfc1ddb6157e583bbebdd3e3d01cb1bee3761dadb65c636189f2cd0608ecec59daf4900894b7005ebfd7bf06d35590a
 SHA512 
8cf4f8ee316084f5b1a67b150cd560c29caf845e7359e45f9976fb3f9cd3c7ae22dcb113854f4539e04443a2dc37b5cb134bbad04d090cabedb2c0a9db4d8611

diff --git a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild 
b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild
deleted file mode 100644
index 6ab9adfad8..00
--- a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Selection of wallpapers contributed to the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-wallpapers;
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND=""
-
-src_install() {
-   insinto /usr/share/backgrounds/nwg-shell
-   doins wallpapers/*
-}



[gentoo-commits] repo/proj/guru:master commit in: sys-apps/0xFFFF/

2024-01-28 Thread David Roman
commit: e18445cd24f610936f4820bc4baf2e74becec9aa
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat Jan 27 09:55:41 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 09:37:29 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e18445cd

sys-apps/0x: drop 0.8, 0.9

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

 sys-apps/0x/0x-0.8.ebuild | 27 ---
 sys-apps/0x/0x-0.9.ebuild | 27 ---
 sys-apps/0x/Manifest  |  2 --
 3 files changed, 56 deletions(-)

diff --git a/sys-apps/0x/0x-0.8.ebuild 
b/sys-apps/0x/0x-0.8.ebuild
deleted file mode 100644
index ea9c8a543d..00
--- a/sys-apps/0x/0x-0.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2013-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="The 0pen Free Fiasco Firmware Flasher"
-HOMEPAGE="https://github.com/pali/0x/;
-SRC_URI="https://github.com/pali/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/libusb:0"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-   tc-export CC
-   default
-}
-
-src_install() {
-   emake DESTDIR="${ED}" PREFIX="/usr" install
-}

diff --git a/sys-apps/0x/0x-0.9.ebuild 
b/sys-apps/0x/0x-0.9.ebuild
deleted file mode 100644
index ea9c8a543d..00
--- a/sys-apps/0x/0x-0.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2013-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="The 0pen Free Fiasco Firmware Flasher"
-HOMEPAGE="https://github.com/pali/0x/;
-SRC_URI="https://github.com/pali/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/libusb:0"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-   tc-export CC
-   default
-}
-
-src_install() {
-   emake DESTDIR="${ED}" PREFIX="/usr" install
-}

diff --git a/sys-apps/0x/Manifest b/sys-apps/0x/Manifest
index 95baaefff7..a66e5a34f2 100644
--- a/sys-apps/0x/Manifest
+++ b/sys-apps/0x/Manifest
@@ -1,3 +1 @@
 DIST 0x-0.10.tar.gz 67940 BLAKE2B 
187d2074d3c4dd78582ca3d40da98a338cff807df2745bc893cba42e1eede8ad08d5bbd43751c14357b24540c5a89c38c1f8cb10c07054b9f89ee927f8411967
 SHA512 
3eaa86ea3a56faedd9137f777a0a4deb13655f4689db02a22b489da7c040b45a129d8237268e7c70cd56d333d7a13257368c8c06ddbfa0bdaad4bb9bd4ab5b36
-DIST 0x-0.8.tar.gz 64504 BLAKE2B 
bc650f494c9c485169c6503f28a62a76089b79aa55948eddd70dd88f135541a16de97820845c98843f4419e80d1b24f1cedef0ec46746c44c14839f8c93b
 SHA512 
514104d60561d601628081de44109c89a21e861e2a0c8ad7e5b9b0fef19c068af9ee1b274a55722083f85b0ca9f6a84a8c6cd97b9017d85b4e975974bb73506a
-DIST 0x-0.9.tar.gz 64845 BLAKE2B 
315d08b21edc053e1357a96e30347d2987cb5d7fb18e6faedfc959f44f710df23f803bb5bc36ebfeec6f2145d2f52685952bc0c192d9d18e45d2e47f4ade3f60
 SHA512 
6ec5ccc1ed7c8b4b2b10e641176f2c07bc8d490519571e1c935c501e8351e84de641848a2feb4f815a6a199c852f5eebd459b4009c1abed56772697445650daa



[gentoo-commits] repo/proj/guru:master commit in: net-news/cliflux/

2024-01-28 Thread David Roman
commit: c1a2adb9bc356145e76cc23d7398c69a1b4061a7
Author: Remigiusz Micielski  purelymail  com>
AuthorDate: Sun Jan 28 13:24:49 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 13:25:04 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1a2adb9

net-news/cliflux: new package, add 1.4.1

Signed-off-by: Remigiusz Micielski  purelymail.com>

 net-news/cliflux/Manifest | 192 ++
 net-news/cliflux/cliflux-1.4.1.ebuild | 215 ++
 net-news/cliflux/metadata.xml |  13 ++
 3 files changed, 420 insertions(+)

diff --git a/net-news/cliflux/Manifest b/net-news/cliflux/Manifest
new file mode 100644
index 00..b7ea3a80e8
--- /dev/null
+++ b/net-news/cliflux/Manifest
@@ -0,0 +1,192 @@
+DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
+DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
+DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
+DIST base64-0.21.2.crate 76389 BLAKE2B 
6da080dfc31c5b2ebdbfd336be6e71373918f9388c85649133363a60ee1647b6ad67c7dfd461b6ee842c3633e40593b6ac2f313585b3e8e07dbd690739f433f9
 SHA512 
3f85bdf846e2f8a2e0f2335749bab58c904479a29311143580f1de42455799d04606dedbf64d355af580d77867d7b895e1078463c7cc5a5fbd9ded9d7cbf3559
+DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
+DIST bitflags-2.4.1.crate 37043 BLAKE2B 
f61c45b142265e9c2944c7054e01704de47510735e9ee5351cd02b98676cc4eb42d68b1fc4849ad5f54654617a74f20cb533b4207c2fe76516b724ba9318b414
 SHA512 
d3fd7abc95acc1cb5bf16d6acc12dbb8eadd250f069268df13c2e8dc3d5f5c15a929cd17ca931c77393b64dce0516ef8674c469789ed32d78e315b5faada062b
+DIST bumpalo-3.13.0.crate 82114 BLAKE2B 
62a930b165e853aeeb40558079f570c75ed13ff5e8436d99309dc6252aa28ae69d327c4b438913d6c7543bc156f2714f0c1e80d759ea0d44babe24ef0f268ac0
 SHA512 
419368d6ca37474c2867751fe5706d0c747326bebce323d571cfc07ee0f022d8e8a7ef5692091b0fa804995b081998dafc55da19a53e51135a767bc0afdb9605
+DIST bytes-1.4.0.crate 58080 BLAKE2B 
99a9d343424e04649bd209bf2a6c3a089a6cc9fdb799968f8c3a711189328e4499df2e09cc6a2a8ce05d2cc668149b364cf30cb3b09e96e21d50a39519c2f49f
 SHA512 
502c63b9fdcd36ed28ede55a63cd359dc7b28658ecd43020511d17d48d7c34e45aa8ff7e4b17770f12197451040c2b724fe68d2aa3ab4f81c9171d052f2aa000
+DIST cassowary-0.3.0.crate 22876 BLAKE2B 
7e74a08e02050548ade7dd1ebba7ce4e4360d258ea6acf126453889dbf16df433bed7b68789736881c957f4c09eead1f763a0c02f2474157b1650a1e77e6eca9
 SHA512 
0838c0b79ed31f0c514fe4ac82633976e34b0d6cb08616313cda0e00623514fc6498c6c308cfef54ea029f1fdbaafe2991ca8ac3c38437a113ac62e37f9397f8
+DIST cc-1.0.79.crate 62624 BLAKE2B 
b3cbed3bd6fcac1c6ea258ec96cd107f859947a35dc89c3dc8f314741b0f668e61518f896ec32ce10c9a7eb20dd350bc177a71810d53ebea59fda062ed9d27db
 SHA512 
cbf0a25f3a23fc540e9d638fabc23f761f1c240ebb4814e761e90437d71fc559cd155768ab9e78fc192220d8a605c66c3af342ed736b719181656170b98d7bf5
+DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
+DIST cliflux-1.4.1.tar.gz 421412 BLAKE2B 
d371d1c4876d4c9f2be27e608ca681ae9734fe2549186c0dadb7e754a8acb32ff08cb452e7e6e3ee57826eec9a7d156d2ca62c84f00311de597b7439f51c3428
 SHA512 
7b1435b6e6978184441df9eb50c20c42ded426c18aed3ba4891dd13387b892e2579362c4e7ca97a925f36c5a4b2a8ddf273a06873a0462de25972a13eb8ad544
+DIST core-foundation-0.9.3.crate 27059 BLAKE2B 
d94fec51b1b1055c285609f4bba45c5169a8cc775e251eac7fbf0da7ef894e1be9ca9f4236b82b67be0610bdf811366e0c6fd3cdb671a1e83c49717e2c5b2d03
 SHA512 
de07967c4f5e2d2e730b6f21984c228dad2cb2f55187f13074a2200f4ce9f906763ee818267a9c67ea560229db7363473b230670a6dbd224fc335f32ba03d072
+DIST core-foundation-sys-0.8.4.crate 17725 BLAKE2B 

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

2024-01-28 Thread David Roman
commit: ab510e2c16d54d79096401f7b1b873b357978827
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 19:00:30 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 19:00:30 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab510e2c

gui-apps/nwg-icon-picker: add 0.1.1

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

 gui-apps/nwg-icon-picker/Manifest  |  1 +
 .../nwg-icon-picker/nwg-icon-picker-0.1.1.ebuild   | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-icon-picker/Manifest 
b/gui-apps/nwg-icon-picker/Manifest
index c59f042fb8..f667098a44 100644
--- a/gui-apps/nwg-icon-picker/Manifest
+++ b/gui-apps/nwg-icon-picker/Manifest
@@ -1 +1,2 @@
 DIST nwg-icon-picker-0.1.0.tar.gz 5616 BLAKE2B 
e725947cb524ebb74259d99ea46a432773ac25fb7ad4e14fc022c9be0e5a3b138f179943adc85cecd8fcb287ca817fd302b0b155ae6e23caef291d36020db9e5
 SHA512 
5192e8b06340b2ecf6ab5d1a343440f398299451362d63bb75eabd574c44c9c5c08f76122d38c426594bedd24443944b86ceeb9e779a9db2a4610d36b0aff1bb
+DIST nwg-icon-picker-0.1.1.tar.gz 5807 BLAKE2B 
7a11a9231246841d8453f5336108264387ed3216e1cba542f7c58efeec691783cfb7faff4c579a88e7f709c99600cdacd7a1c799b8243a5e009f0be32503da70
 SHA512 
acad6452dc7e6313a0c16519eabd8d1cb71903bdda361fc9fc35352f49207cfa5c838e28e34587492068d8f97491cf436b1a8208c0cf177556a3d82e8d93

diff --git a/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.1.ebuild 
b/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.1.ebuild
new file mode 100644
index 00..992d7ee1da
--- /dev/null
+++ b/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+if [[ "${PV}" ==  ]]
+then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-icon-picker.git;
+else
+   
SRC_URI="https://github.com/nwg-piotr/nwg-icon-picker/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="GTK icon chooser with a text search option"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-icon-picker;
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-python/pygobject[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   domenu nwg-icon-picker.desktop
+   doicon nwg-icon-picker.svg
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2024-01-28 Thread David Roman
commit: 6ffc0f9007d288004dc37cac33df07cc95e76338
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 18:57:27 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 18:57:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ffc0f90

gui-apps/nwg-shell-config: add 0.5.32

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

 gui-apps/nwg-shell-config/Manifest |  1 +
 .../nwg-shell-config-0.5.32.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest 
b/gui-apps/nwg-shell-config/Manifest
index e3cb59fffb..b39b4fe9fb 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-config-0.5.30.tar.gz 113863 BLAKE2B 
ce3ceb5a69fb53ec81a392e69e5114bebeaa1bd6e3128ea50a5cd683f18b6534bb44bca59ae191df78e39de9ea9db157bd98524d053312499ced990b5aa8f7f3
 SHA512 
f4317771ffe33fac73ae316f3be16065181be805e1a5223a3e9fbab358cd5cc0168018ef866962402d593f24cd811ac9c6197bc4f66c0669bb6d89fe4f7f7e6d
 DIST nwg-shell-config-0.5.31.tar.gz 114349 BLAKE2B 
82dab1973d7fe40b76a06525517fb7211e5a21cac1e4bd793c23c9f46afe8811b132b793f302b8c42f2b915661b3acec6bc0f30741dee04a612de8ccfd249ad1
 SHA512 
caac936d953fa1dff56db0332101e90979428a9314a6ca9fe88d8230bf172213593240dfd7b7d3cea1336f6fbe71839764a2f084a8e47e3398c3335c32d12eef
+DIST nwg-shell-config-0.5.32.tar.gz 113661 BLAKE2B 
9a88a02069a7cb22f7c57fbc42032ace4c0bca531c271a26ee06b90d16c27d3904cdfe2ef70c253b538ff0da8f39d11f0b8e060b604577be03cba25178623382
 SHA512 
1cf14a350456bca8265455f5905b300101dd9c8ae0ea0ef98de04e39f4e3cf4e40ebc47af05d10b5e968d36e38efa4e0ba94ff24d96b63a170dc9df9fc34

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.32.ebuild 
b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.32.ebuild
new file mode 100644
index 00..4750a5f43b
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.32.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 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 desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config;
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+   gui-apps/nwg-shell
+   sci-geosciences/geopy
+   x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   domenu nwg-shell-config.desktop
+   doicon nwg-shell-config.svg
+   doicon nwg-shell-update.svg
+   doicon nwg-shell-translate.svg
+   doicon nwg-update-noupdate.svg
+   doicon nwg-update-available.svg
+   doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2024-01-28 Thread David Roman
commit: f0d13ff5df13fc42731593d045caa07a0af2dce4
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 18:58:48 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 18:58:48 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0d13ff5

gui-apps/nwg-displays: add 0.3.13

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

 gui-apps/nwg-displays/Manifest   |  1 +
 gui-apps/nwg-displays/nwg-displays-0.3.13.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/gui-apps/nwg-displays/Manifest b/gui-apps/nwg-displays/Manifest
index b8a788e2ed..23e5bf547f 100644
--- a/gui-apps/nwg-displays/Manifest
+++ b/gui-apps/nwg-displays/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-displays-0.3.10.tar.gz 24302 BLAKE2B 
48dcad68179be42bc5c98abb1f01b899ccca832bbf466dec6c2207cd8e66ce9c63275aa847b9a4602e4ac9f5d54df5c97547df1c1ffb0105b9aa8b0350be10d5
 SHA512 
7b51aa88cb7566b5018da479d9afb897fac3f67b17b04dde9cf9106c5876a1c073dfe0342ef71432a07a0061ea1d8066a5e4b73212ca7b23d3dcee2f8785e171
 DIST nwg-displays-0.3.11.tar.gz 24479 BLAKE2B 
b8afd7df9c543b93fcb0faf4ac96a8b2615c9838eca6de3cbc6e2301d6b5c8fc833ed0fdb2dd4358671718f980db21d5a1b3a965140bb06ff9e46a7c2b8af195
 SHA512 
045a12e9c541c943c39546e2637f2bc2d530abd8add85760be4a5191285e7925451a28cf48eeebeb593fbf591657f4b6462c875b592411fdee89ab964723876e
+DIST nwg-displays-0.3.13.tar.gz 24504 BLAKE2B 
9502d566a57c44a6d8d3d75a2ee5c33ccb0bb1312e667058aee5ea96a4bf238d008de8f9a5720ca90f709275a00544da4532e0772928c529b625d2a7b6486daf
 SHA512 
ccf708b5c528519c323951c6a2b2c0b0f5228fdfdf7e94f54f15eeb82d7fa52c8b49bf91399f6801651d02226592dc8cb6833dfe9d0cb59b5c420dd8462e1850

diff --git a/gui-apps/nwg-displays/nwg-displays-0.3.13.ebuild 
b/gui-apps/nwg-displays/nwg-displays-0.3.13.ebuild
new file mode 100644
index 00..7f18db1638
--- /dev/null
+++ b/gui-apps/nwg-displays/nwg-displays-0.3.13.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-displays/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Output management utility for sway and Hyprland"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-displays;
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+   gui-apps/wlr-randr
+   x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   domenu nwg-displays.desktop
+   doicon nwg-displays.svg
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-apps/0xFFFF/

2024-01-28 Thread David Roman
commit: 444ee98da331ec15e946b6a1a4ad656c0940b9a4
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat Jan 27 09:55:06 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 09:37:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=444ee98d

sys-apps/0x: add 0.10

Closes: https://bugs.gentoo.org/888001
Signed-off-by: Takuya Wakazono  gmail.com>

 sys-apps/0x/0x-0.10.ebuild | 31 +++
 sys-apps/0x/Manifest   |  1 +
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/0x/0x-0.10.ebuild 
b/sys-apps/0x/0x-0.10.ebuild
new file mode 100644
index 00..0810b547a8
--- /dev/null
+++ b/sys-apps/0x/0x-0.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2013-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="0pen Free Fiasco Firmware Flasher for Maemo devices"
+HOMEPAGE="https://github.com/pali/0x;
+SRC_URI="https://github.com/pali/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="virtual/libusb:0"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   sed -i 's/-O2//' src/Makefile || die
+   default
+}
+
+src_compile() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}

diff --git a/sys-apps/0x/Manifest b/sys-apps/0x/Manifest
index f6a8d25153..95baaefff7 100644
--- a/sys-apps/0x/Manifest
+++ b/sys-apps/0x/Manifest
@@ -1,2 +1,3 @@
+DIST 0x-0.10.tar.gz 67940 BLAKE2B 
187d2074d3c4dd78582ca3d40da98a338cff807df2745bc893cba42e1eede8ad08d5bbd43751c14357b24540c5a89c38c1f8cb10c07054b9f89ee927f8411967
 SHA512 
3eaa86ea3a56faedd9137f777a0a4deb13655f4689db02a22b489da7c040b45a129d8237268e7c70cd56d333d7a13257368c8c06ddbfa0bdaad4bb9bd4ab5b36
 DIST 0x-0.8.tar.gz 64504 BLAKE2B 
bc650f494c9c485169c6503f28a62a76089b79aa55948eddd70dd88f135541a16de97820845c98843f4419e80d1b24f1cedef0ec46746c44c14839f8c93b
 SHA512 
514104d60561d601628081de44109c89a21e861e2a0c8ad7e5b9b0fef19c068af9ee1b274a55722083f85b0ca9f6a84a8c6cd97b9017d85b4e975974bb73506a
 DIST 0x-0.9.tar.gz 64845 BLAKE2B 
315d08b21edc053e1357a96e30347d2987cb5d7fb18e6faedfc959f44f710df23f803bb5bc36ebfeec6f2145d2f52685952bc0c192d9d18e45d2e47f4ade3f60
 SHA512 
6ec5ccc1ed7c8b4b2b10e641176f2c07bc8d490519571e1c935c501e8351e84de641848a2feb4f815a6a199c852f5eebd459b4009c1abed56772697445650daa



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

2024-01-28 Thread David Roman
commit: 122e129e3cfe42ae1ff464ebaaeda04fded33ba3
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 18:56:30 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 18:56:30 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=122e129e

gui-apps/nwg-shell: drop 0.5.26

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

 gui-apps/nwg-shell/Manifest|  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 478d52e4d6..f48931114f 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.26.tar.gz 2180999 BLAKE2B 
1008e34e663875754302c7631573d0d0a5b82a786204739a77744640d5bd2b3dc880b144f39c39b2a90686c6b19b91dcfc072825e5b29bd4c8e631aba486af7d
 SHA512 
aaf9acc0082aa9bb33f92d860c42eb0ce0d78aa3405bfc8bae1180ea0890926f0f348b4a4d6fcfb01812fe947d21deac65a2d2bec7eddf5e895a4b4535bf20ba
 DIST nwg-shell-0.5.28.tar.gz 2180994 BLAKE2B 
c54e1568846d8bdf44391be0195393ca8d58a2191a0b572d9da2b4f766e91dcf04efd49916afd57df25b9457709a03e1b44d67183faa82d5b3f27a58241784a2
 SHA512 
4833e0adf43e86e763a44583e09574cf591dee67145f43e96aba833d35dde371387183b8468090aa4521e1f968ab1e9950381ac43a38463d7bb6b609fd8cf308
 DIST nwg-shell-0.5.29.tar.gz 2181442 BLAKE2B 
176ed212e4f049e1486012fcb23f62a23106f2551544e89e99016a94c72543f44d4650a0d3c817226bb89c55d17e79ba3fb8613ddb19c81ebdb21b2e574adb91
 SHA512 
dc29091b41e19fc816a1bc2052600ce05b8280addb5ea7530c0e4e3c105b727ac4132dc08313b33b8cca8bef3b4269c1e3e78276240d5c08698cc64dfda2981d

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild 
b/gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild
deleted file mode 100644
index 1beb080d16..00
--- a/gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 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
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell;
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   gui-apps/grim
-   gui-apps/swappy
-   gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-   default
-   dobin scripts/*
-}
-
-pkg_postinst() {
-   elog "To install nwg-shell for the current user, run"
-   elog "nwg-shell-installer -w (for sway) or"
-   elog "nwg-shell-installer -w -hypr (for hyprland)"
-}



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

2024-01-28 Thread David Roman
commit: d9360a812421595e04a61455a1bbadefb6a95429
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 18:57:39 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 18:57:39 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9360a81

gui-apps/nwg-shell-config: drop 0.5.30

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

 gui-apps/nwg-shell-config/Manifest |  1 -
 .../nwg-shell-config-0.5.30.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest 
b/gui-apps/nwg-shell-config/Manifest
index b39b4fe9fb..ae8f794780 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-config-0.5.30.tar.gz 113863 BLAKE2B 
ce3ceb5a69fb53ec81a392e69e5114bebeaa1bd6e3128ea50a5cd683f18b6534bb44bca59ae191df78e39de9ea9db157bd98524d053312499ced990b5aa8f7f3
 SHA512 
f4317771ffe33fac73ae316f3be16065181be805e1a5223a3e9fbab358cd5cc0168018ef866962402d593f24cd811ac9c6197bc4f66c0669bb6d89fe4f7f7e6d
 DIST nwg-shell-config-0.5.31.tar.gz 114349 BLAKE2B 
82dab1973d7fe40b76a06525517fb7211e5a21cac1e4bd793c23c9f46afe8811b132b793f302b8c42f2b915661b3acec6bc0f30741dee04a612de8ccfd249ad1
 SHA512 
caac936d953fa1dff56db0332101e90979428a9314a6ca9fe88d8230bf172213593240dfd7b7d3cea1336f6fbe71839764a2f084a8e47e3398c3335c32d12eef
 DIST nwg-shell-config-0.5.32.tar.gz 113661 BLAKE2B 
9a88a02069a7cb22f7c57fbc42032ace4c0bca531c271a26ee06b90d16c27d3904cdfe2ef70c253b538ff0da8f39d11f0b8e060b604577be03cba25178623382
 SHA512 
1cf14a350456bca8265455f5905b300101dd9c8ae0ea0ef98de04e39f4e3cf4e40ebc47af05d10b5e968d36e38efa4e0ba94ff24d96b63a170dc9df9fc34

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.30.ebuild 
b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.30.ebuild
deleted file mode 100644
index 4750a5f43b..00
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.30.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config;
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-   gui-apps/nwg-shell
-   sci-geosciences/geopy
-   x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   domenu nwg-shell-config.desktop
-   doicon nwg-shell-config.svg
-   doicon nwg-shell-update.svg
-   doicon nwg-shell-translate.svg
-   doicon nwg-update-noupdate.svg
-   doicon nwg-update-available.svg
-   doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/proj/guru:master commit in: app-misc/gentodo/

2024-01-28 Thread David Roman
commit: 4b41f2440f79dc814a27e33613f6e138a6bb5e13
Author: Christopher Fore  posteo  net>
AuthorDate: Sun Jan 28 15:27:38 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 15:28:18 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b41f244

app-misc/gentodo: new package, add 0.2.0, 

Signed-off-by: Christopher Fore  posteo.net>

 app-misc/gentodo/Manifest |  1 +
 app-misc/gentodo/gentodo-0.2.0.ebuild | 45 +++
 app-misc/gentodo/gentodo-.ebuild  | 45 +++
 app-misc/gentodo/metadata.xml | 11 +
 4 files changed, 102 insertions(+)

diff --git a/app-misc/gentodo/Manifest b/app-misc/gentodo/Manifest
new file mode 100644
index 00..fd6d0906c4
--- /dev/null
+++ b/app-misc/gentodo/Manifest
@@ -0,0 +1 @@
+DIST gentodo-0.2.0.tar.gz 19919 BLAKE2B 
864f5fc8498209502efe50b7b45da54461e4a8a36a9561c8af64fcdff415b00c6d98e8bcf9957592d1cb29c896797ea28e4617b7c12abeabee2b67641be0c883
 SHA512 
e9503a58e3dbdd70b1290083ab30bf834bd6211ca1e6b339834d0eec812d0a628f88483cc427092cf8a0cae3b4d27161a43dc711563154b7daa8686a2ba467dc

diff --git a/app-misc/gentodo/gentodo-0.2.0.ebuild 
b/app-misc/gentodo/gentodo-0.2.0.ebuild
new file mode 100644
index 00..7d6d558635
--- /dev/null
+++ b/app-misc/gentodo/gentodo-0.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 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 bash-completion-r1
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/csfore/gentodo.git;
+else
+   
SRC_URI="https://github.com/csfore/gentodo/releases/download/${PV}/gentodo-${PV}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
+HOMEPAGE="https://github.com/csfore/gentodo;
+DESCRIPTION="Todo program to help enhance your Gentoo workflow"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="bash-completion"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+BDEPENDS="
+   ${PYTHON_DEPS}
+"
+DEPEND="
+   ${PYTHON_DEPS}
+"
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/python-bugzilla
+"
+
+python_install_all() {
+   if use bash-completion; then
+   newbashcomp src/gentodo/gentodo-completions.bash gentodo
+   fi
+   distutils-r1_python_install_all
+}

diff --git a/app-misc/gentodo/gentodo-.ebuild 
b/app-misc/gentodo/gentodo-.ebuild
new file mode 100644
index 00..7d6d558635
--- /dev/null
+++ b/app-misc/gentodo/gentodo-.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 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 bash-completion-r1
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/csfore/gentodo.git;
+else
+   
SRC_URI="https://github.com/csfore/gentodo/releases/download/${PV}/gentodo-${PV}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
+HOMEPAGE="https://github.com/csfore/gentodo;
+DESCRIPTION="Todo program to help enhance your Gentoo workflow"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="bash-completion"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+BDEPENDS="
+   ${PYTHON_DEPS}
+"
+DEPEND="
+   ${PYTHON_DEPS}
+"
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/python-bugzilla
+"
+
+python_install_all() {
+   if use bash-completion; then
+   newbashcomp src/gentodo/gentodo-completions.bash gentodo
+   fi
+   distutils-r1_python_install_all
+}

diff --git a/app-misc/gentodo/metadata.xml b/app-misc/gentodo/metadata.xml
new file mode 100644
index 00..e35dd9f913
--- /dev/null
+++ b/app-misc/gentodo/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   csf...@posteo.net
+   Christopher Fore
+   
+   
+   csfore/gentodo
+   
+



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

2024-01-28 Thread David Roman
commit: d7c1ca32235815eb35cded989e2f84e23bf45332
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Jan 27 16:29:23 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sat Jan 27 16:29:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7c1ca32

sys-kernel/uek-sources: add 5.15.0.203.146.5

Signed-off-by: Aisha Tammy  aisha.cc>

 sys-kernel/uek-sources/Manifest|  1 +
 .../uek-sources-5.15.0.203.146.5.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/sys-kernel/uek-sources/Manifest b/sys-kernel/uek-sources/Manifest
index c5a2bc60d5..86b9deee60 100644
--- a/sys-kernel/uek-sources/Manifest
+++ b/sys-kernel/uek-sources/Manifest
@@ -28,6 +28,7 @@ DIST linux-uek-5.15.0-201.135.4.tar.gz 202681240 BLAKE2B 
cae67d293a646389bbd4128
 DIST linux-uek-5.15.0-202.135.1.tar.gz 202776673 BLAKE2B 
7c323345c33cead6782cfc0bfd9dcab58a8d2eb45ad69d0c080382bac8f3405747b0a932d0b2269e67065e6fd304cece4c05d692eb00c151ebbb71977a6783eb
 SHA512 
803e453be3d48237def51af998e76e04e1c439d0c8a2095f083e8f1ceceaedd62d98f19fca29d73eb2f0ac51a210c9fddec8efbc60ab63a349c02041ca11392d
 DIST linux-uek-5.15.0-203.135.1.tar.gz 202796594 BLAKE2B 
2462f19405085e542adb9a162e06d4790020da1c028a86d6813abfa63e3204e79e444281245bf6fe9a4a211af89aa7f28ef12699460a8c035e40708a00193298
 SHA512 
b10f31a468d0dd34630294c3ece3b9291fb373d91dc34a9197b2e4407bc211cc5d1149fb32440b82f2f9e5ad4cc1049855c81ec6d488d457969a38b96313115d
 DIST linux-uek-5.15.0-203.146.3.tar.gz 202853256 BLAKE2B 
18d20b62983459c1204d1dc8533b8d0d8039305459981301e9e424ded435e801dd9d4cde9b0e0e9fe03583fba6a16aeeacc04cb4ec0360349effe68fde6bbfd0
 SHA512 
2d00a66049c36a1862f8398c0febbea1a28d04083ce3d137b7e710bb89d3f15058e105022f746447ce7073702e689a50ed780f63f7d000cdced396a0152806e5
+DIST linux-uek-5.15.0-203.146.5.tar.gz 202851704 BLAKE2B 
0463853bcea62419177573ac1b4081808ff61f1772c69183901221afb0cf063cf53dd2781575e5551e5b5c1a95909fbc5bead99362e09eee4f9d13760f87169d
 SHA512 
8f67fd0d68c951c56c1c65cefaa45205506f0a632768a46329ab24faefbc3ce2c6e122f4b2c0eeddb8ef30f4d3ec25c0d29165c208a35f129c608c0fee54b068
 DIST linux-uek-5.15.0-5.70.1.tar.gz 200233058 BLAKE2B 
92d639ab0c859013ac8518ad52232cd99a43c696f09b72d36bde2f4992ee6344c7ca1b0147d8ebc5ce101181dc238d24d7a59c6bc082a38067426ad88632fd60
 SHA512 
e99c363aa0b64489b775b70979001ff2db2743682ec5f18457db407d0dc2707ed02a251efe86071862e2fc4704abe610c0e1543409819ac6018e6a14db42aefe
 DIST linux-uek-5.15.0-6.80.3.tar.gz 200414049 BLAKE2B 
191a96349e45fcb70297f37b4f725caee2a27bc6a26f0f18c324e3795754a8c01b6c680ebd3230003e536cd7517f943180b0f82a9c3c0368b13cb35b5ba34be2
 SHA512 
e60bbf41de17e59b6ad10c7799117031ac80ca9ab1bd4bbcf880ec8c6f3bc2ab1bfecae7578ff348debc9b6c10823683f9b1877bddadb22c29ced46bed30e688
 DIST linux-uek-5.15.0-8.91.3.tar.gz 201202473 BLAKE2B 
c6a86811a7048d5f8a5d21a0bc5e3772ea0dc3b4b7b954ad45844b666500278c3bea50a2117cd55f66e4d8301b8cd052f0123235451366254b7b5cdc3aa07ea9
 SHA512 
a76c36f64c9a7acffde3a5e94b7b223a1bb9ae2a48d6914b9ad287e3dd04f276547a053ed2afd10b1d2ff4fa5f5fd3e94ae266ff31d05c4f4242bb2789eccec0

diff --git a/sys-kernel/uek-sources/uek-sources-5.15.0.203.146.5.ebuild 
b/sys-kernel/uek-sources/uek-sources-5.15.0.203.146.5.ebuild
new file mode 100644
index 00..c838750ed1
--- /dev/null
+++ b/sys-kernel/uek-sources/uek-sources-5.15.0.203.146.5.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KERNEL_VERSION=$(ver_cut 1-3)
+KERNEL_TRUNK=$(ver_cut 1-2)
+UEK_PATCH_VERSION=$(ver_cut 4-6)
+UEK_VERSION="${KERNEL_VERSION}-${UEK_PATCH_VERSION}"
+
+ETYPE="sources"
+
+K_GENPATCHES_VER="157"
+K_SECURITY_UNSUPPORTED="1"
+CKV="${KERNEL_VERSION}_p${UEK_PATCH_VERSION}"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+DESCRIPTION="Unbreakable Enterprise Kernel (UEK) sources built from Oracle"
+HOMEPAGE="https://github.com/oracle/linux-uek;
+SRC_URI="
+   
https://github.com/oracle/linux-uek/archive/refs/tags/v${UEK_VERSION}.tar.gz
+   -> linux-uek-${UEK_VERSION}.tar.gz
+   
mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.base.tar.xz
+   
mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.experimental.tar.xz
+   
mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.extras.tar.xz
+"
+S="${WORKDIR}/linux-uek-${UEK_VERSION}"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+IUSE="+gentoo experimental"
+
+PATCHES=(
+   "${FILESDIR}"/uek-sources-5.4.17.2136.303.2-O3.patch
+)
+
+src_unpack() {
+   default
+
+   # remove all backup files
+   find . -iname "*~" -print -exec rm {} \; 2>/dev/null
+
+   unpack_set_extraversion
+   unpack_fix_install_path
+
+   env_setup_xmakeopts
+}
+
+src_prepare() {
+   use gentoo && PATCHES+=(
+   "${WORKDIR}"/1500_XATTR_USER_PREFIX.patch
+   
"${WORKDIR}"/1510_fs-enable-link-security-restrictions-by-default.patch
+  

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

2024-01-28 Thread David Roman
commit: 068f137559fa8c7e5fd24171b28cd8d978bbd71f
Author: Dale Showers  fictx  com>
AuthorDate: Sun Jan 28 03:33:55 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 03:33:55 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=068f1375

net-im/matterhorn-bin: add 50200.19.0

Signed-off-by: Dale Showers  fictx.com>

 net-im/matterhorn-bin/Manifest |  1 +
 .../matterhorn-bin-50200.19.0.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/net-im/matterhorn-bin/Manifest b/net-im/matterhorn-bin/Manifest
index 65bb6fd573..078c56b3c5 100644
--- a/net-im/matterhorn-bin/Manifest
+++ b/net-im/matterhorn-bin/Manifest
@@ -1 +1,2 @@
 DIST matterhorn-bin-50200.13.0.tar.bz2 8840191 BLAKE2B 
4b321f035cba7bfeb9a29803c3620ed406610b28d9356ed6070760764d237a755e23e39bde4d53cb6c5909dde6e9592fe4ec46b08d17565f95e07a7749caccfb
 SHA512 
34536c0219fbbbe77a608793fa1e735b4e1ad8679f118cd0389c282e932359d07a439cb62d30b167134956de589be26b16fddb56ee39be2b88dcc9c0a38990dd
+DIST matterhorn-bin-50200.19.0.tar.bz2 9794365 BLAKE2B 
21a71a2d38f4f92824341cbdae174687eb3554cc6b6e837625150a723fc797f5a7c1f9f67538ce08db83daa496356b4dfc7fd7cd1a86bf914396b9b20bc414db
 SHA512 
461f4edb7e98f0518b580c09665eafdc6f2a734fa5c5b2b615f6140b84ae2e7939fbec2ce7935b6dc21fb350b1c11c368d9e9b5944ef09d08324dbe0b7e4f406

diff --git a/net-im/matterhorn-bin/matterhorn-bin-50200.19.0.ebuild 
b/net-im/matterhorn-bin/matterhorn-bin-50200.19.0.ebuild
new file mode 100644
index 00..3bb8a42079
--- /dev/null
+++ b/net-im/matterhorn-bin/matterhorn-bin-50200.19.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN%-bin}"
+MY_P="${MY_PN}-${PV}-fedora-29-x86_64"
+
+DESCRIPTION="Terminal based Mattermost client"
+HOMEPAGE="https://github.com/matterhorn-chat/matterhorn;
+SRC_URI="https://github.com/matterhorn-chat/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2
 -> ${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RDEPEND="
+   ${DEPEND}
+   dev-libs/gmp:0
+   sys-libs/ncurses:0/6
+   sys-libs/zlib:0/1
+"
+
+QA_PREBUILT="*"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   default
+
+   dobin matterhorn
+
+   dodoc docs/commands.md
+   dodoc docs/keybindings.md
+   dodoc docs/sample-config.ini
+
+   insinto /usr/share/${MY_PN}
+   exeinto /usr/share/${MY_PN}/notification-scripts
+   doins -r emoji
+   doins -r syntax
+   doins -r client-scripts
+   doexe notification-scripts/notify
+   doexe notification-scripts/notifyV2
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/fstransform/

2024-01-28 Thread David Roman
commit: fa24536752ade16fd501d849720f883322b28095
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jan 27 14:00:23 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sat Jan 27 14:00:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa245367

sys-fs/fstransform: new package, add 0.9.4

Signed-off-by: Ian Jordan  gmail.com>

 sys-fs/fstransform/Manifest |  1 +
 sys-fs/fstransform/fstransform-0.9.4.ebuild | 25 +
 sys-fs/fstransform/metadata.xml | 16 
 3 files changed, 42 insertions(+)

diff --git a/sys-fs/fstransform/Manifest b/sys-fs/fstransform/Manifest
new file mode 100644
index 00..4d79b05784
--- /dev/null
+++ b/sys-fs/fstransform/Manifest
@@ -0,0 +1 @@
+DIST fstransform-0.9.4.tar.gz 325032 BLAKE2B 
98aad09e72b02dee4ae3a92c787b63787a5d07e2327fd7eb1df8a321b3071c8c335cbbbf99ae27e6863b09a3950985f12b7c124006ec76ad933051d3242bc087
 SHA512 
23e58b731c64b48541c484fc9bb91d101b4c27a8e9b67256c9807c7ff62a1a595e0a69e0668d7a56f4262579b108a1ce02358b8d2300936649d27df6ccdeae91

diff --git a/sys-fs/fstransform/fstransform-0.9.4.ebuild 
b/sys-fs/fstransform/fstransform-0.9.4.ebuild
new file mode 100644
index 00..ba2c643efa
--- /dev/null
+++ b/sys-fs/fstransform/fstransform-0.9.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature
+
+DESCRIPTION="Tool for in-place filesystem conversion "
+HOMEPAGE="https://github.com/cosmos72/fstransform;
+
+SRC_URI="https://github.com/cosmos72/fstransform/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+pkg_postinst() {
+   optfeature_header "fstransform requires these optional tools for the 
file system you wish to convert:"
+   optfeature "btrfs_fsck" sys-fs/btrfs-progs
+   optfeature "e2fsck" sys-fs/e2fsprogs
+   optfeature "jfs_fsck" sys-fs/jfsutils
+   optfeature "ntfsfix" sys-fs/ntfs3f[ntfsprog]
+   optfeature "reiserfsck" sys-fs/reiserfsprogs
+   optfeature "xfs_repair" sys-fs/xfsprogs
+}

diff --git a/sys-fs/fstransform/metadata.xml b/sys-fs/fstransform/metadata.xml
new file mode 100644
index 00..b454be04f9
--- /dev/null
+++ b/sys-fs/fstransform/metadata.xml
@@ -0,0 +1,16 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   immolo...@gmail.com
+   Ian Jordan
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   cosmos72/fstransform
+   
https://github.com/cosmos72/fstransform/issues
+   
+



[gentoo-commits] proj/gcc-patches:master commit in: 14.0.0/gentoo/

2024-01-28 Thread Sam James
commit: d560ef1c4e57321434d7ac686b1ba6de31e0b424
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 23:01:41 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 23:01:53 2024 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=d560ef1c

14.0.0: cut 17 patchset

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

 14.0.0/gentoo/README.history | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/14.0.0/gentoo/README.history b/14.0.0/gentoo/README.history
index 3b7309d..e452982 100644
--- a/14.0.0/gentoo/README.history
+++ b/14.0.0/gentoo/README.history
@@ -1,4 +1,4 @@
-17 ?? ??? 2024
+17 28 Jan 2024
 
- 75_all_PR113364-vect.patch
 



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

2024-01-28 Thread Jonas Stein
commit: e63eb6709c5f6c12d312c9683e72f1d9368f9024
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:55:41 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:55:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63eb670

net-analyzer/prettyping: update HOMEPAGE

Signed-off-by: Jonas Stein  gentoo.org>

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

diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild 
b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
index d8edee93db2a..284ed8a7c3b4 100644
--- a/net-analyzer/prettyping/prettyping-1.0.1.ebuild
+++ b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Ping wrapper that produces coloured, easily readable output"
-HOMEPAGE="http://denilson.sa.nom.br/prettyping/;
+HOMEPAGE="https://denilson.sa.nom.br/prettyping/;
 SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"



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

2024-01-28 Thread Jonas Stein
commit: 20dfec3086201d895df479c269dc1ba3653bb8af
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:47:35 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20dfec30

app-admin/usbview: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 app-admin/usbview/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-admin/usbview/metadata.xml b/app-admin/usbview/metadata.xml
index 9a0cbad9a0eb..5184cee2ce40 100644
--- a/app-admin/usbview/metadata.xml
+++ b/app-admin/usbview/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   Proxy Maintainers
-   proxy-ma...@gentoo.org
-   
+   

gregkh/usbview




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

2024-01-28 Thread Jonas Stein
commit: d93f7fcb9b5429d754428133cd247dad8ac779e4
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:52:43 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93f7fcb

sys-fs/compsize: drop to maintainer-needed

Closes: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 sys-fs/compsize/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/sys-fs/compsize/metadata.xml b/sys-fs/compsize/metadata.xml
index 8230f6be4b7b..ba656c0ab8ac 100644
--- a/sys-fs/compsize/metadata.xml
+++ b/sys-fs/compsize/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   Proxy Maintainers
-   proxy-ma...@gentoo.org
-   
+   

kilobyte/compsize




[gentoo-commits] repo/gentoo:master commit in: media-video/jellyfin-web-jmp-bin/

2024-01-28 Thread Jonas Stein
commit: 29989b3dd2b9ed806bd38a0fdd3982b3528b8c2c
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:50:55 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29989b3d

media-video/jellyfin-web-jmp-bin: update maintainers

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 media-video/jellyfin-web-jmp-bin/metadata.xml | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/media-video/jellyfin-web-jmp-bin/metadata.xml 
b/media-video/jellyfin-web-jmp-bin/metadata.xml
index ea9cd35c6c30..58ee6abd4705 100644
--- a/media-video/jellyfin-web-jmp-bin/metadata.xml
+++ b/media-video/jellyfin-web-jmp-bin/metadata.xml
@@ -8,12 +8,4 @@
ar...@gentoo.org
Arsen Arsenović

-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-
+   



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

2024-01-28 Thread Jonas Stein
commit: 701a89277de9912e152e3c862bb551c6cb60e993
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:51:57 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701a8927

net-misc/xmrig: update maintainers

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 net-misc/xmrig/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-misc/xmrig/metadata.xml b/net-misc/xmrig/metadata.xml
index de0cfaf84747..e7d991de9b98 100644
--- a/net-misc/xmrig/metadata.xml
+++ b/net-misc/xmrig/metadata.xml
@@ -5,10 +5,6 @@
 matt...@gentoo.org
 Matthew Smith
   
-  
-tel...@posteo.de
-James Beddek
-  
   
 candr...@gentoo.org
 Craig Andrews



[gentoo-commits] repo/gentoo:master commit in: media-video/jellyfin-media-player/

2024-01-28 Thread Jonas Stein
commit: 1f31bdb3528fefafd32193a6c6465770f37ab344
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:50:35 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f31bdb3

media-video/jellyfin-media-player: update maintainers

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 media-video/jellyfin-media-player/metadata.xml | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/media-video/jellyfin-media-player/metadata.xml 
b/media-video/jellyfin-media-player/metadata.xml
index ea9cd35c6c30..58ee6abd4705 100644
--- a/media-video/jellyfin-media-player/metadata.xml
+++ b/media-video/jellyfin-media-player/metadata.xml
@@ -8,12 +8,4 @@
ar...@gentoo.org
Arsen Arsenović

-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-
+   



[gentoo-commits] repo/gentoo:master commit in: sci-libs/caffe2/

2024-01-28 Thread Jonas Stein
commit: 443b1fd0d0d3a51e6f9720d1778017f85cf1e277
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:52:13 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443b1fd0

sci-libs/caffe2: update maintainers

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 sci-libs/caffe2/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/sci-libs/caffe2/metadata.xml b/sci-libs/caffe2/metadata.xml
index e69bb62ba592..64d212edd735 100644
--- a/sci-libs/caffe2/metadata.xml
+++ b/sci-libs/caffe2/metadata.xml
@@ -5,10 +5,6 @@
tup...@gentoo.org
Tupone Alfredo

-   
-   tel...@posteo.de
-   James Beddek
-   

Support distributed applications
Use FBGEMM



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

2024-01-28 Thread Jonas Stein
commit: 19e9d3b88a857f95965ed001b11270c3e8a02b43
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:51:14 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e9d3b8

net-analyzer/prettyping: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 net-analyzer/prettyping/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-analyzer/prettyping/metadata.xml 
b/net-analyzer/prettyping/metadata.xml
index 1d0798c0bdf1..07495e084893 100644
--- a/net-analyzer/prettyping/metadata.xml
+++ b/net-analyzer/prettyping/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

'prettyping' is a wrapper around the standard 'ping' tool,
making the output prettier, more colorful, more compact,



[gentoo-commits] repo/gentoo:master commit in: media-video/handbrake/

2024-01-28 Thread Jonas Stein
commit: 31e1dd84fd5a208635096fb7e2afa1f775aababd
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:50:16 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e1dd84

media-video/handbrake: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 media-video/handbrake/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/media-video/handbrake/metadata.xml 
b/media-video/handbrake/metadata.xml
index f3a4081b7b29..2a156bc117f3 100644
--- a/media-video/handbrake/metadata.xml
+++ b/media-video/handbrake/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   Proxy Maintainers
-   proxy-ma...@gentoo.org
-   
+   

Support for the streaming media 
framework from media-libs/gstreamer.
Install the GTK UI, ghb.



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

2024-01-28 Thread Jonas Stein
commit: 4fd374094b2080afcd4f58bd25f3242a60cc5b97
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:48:48 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd37409

dev-libs/cudnn-frontend: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 dev-libs/cudnn-frontend/metadata.xml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/dev-libs/cudnn-frontend/metadata.xml 
b/dev-libs/cudnn-frontend/metadata.xml
index 3f54ce321e06..3cce6a37e444 100644
--- a/dev-libs/cudnn-frontend/metadata.xml
+++ b/dev-libs/cudnn-frontend/metadata.xml
@@ -1,14 +1,7 @@
 
-https://www.gentoo.org/dtd/metadata.dtd'>
+https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   tup...@gentoo.org
-   Tupone Alfredo
-   
+   

NVIDIA/cudnn-frontend




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

2024-01-28 Thread Jonas Stein
commit: 39dcc96d181ee0877846d4a25a73eccac5baa25c
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:49:45 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39dcc96d

media-libs/svt-hevc: update maintainers

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 media-libs/svt-hevc/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/media-libs/svt-hevc/metadata.xml b/media-libs/svt-hevc/metadata.xml
index d8170c303fcc..8d78ba1412a6 100644
--- a/media-libs/svt-hevc/metadata.xml
+++ b/media-libs/svt-hevc/metadata.xml
@@ -1,14 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-tel...@posteo.de
-James Beddek
-
-
-Proxy Maintainers
-proxy-ma...@gentoo.org
-
 
 media-vi...@gentoo.org
 



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

2024-01-28 Thread David Roman
commit: 9f189e1890854e5af019070d63032ae8f589d845
Author: David Roman  gmail  com>
AuthorDate: Sun Jan 28 22:49:36 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 22:49:39 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f189e18

gui-apps/yambar: keyword 1.10.0 for ~arm64

Closes: https://github.com/gentoo/guru/pull/131
Signed-off-by: David Roman  gmail.com>

 gui-apps/yambar/yambar-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/yambar/yambar-1.10.0.ebuild 
b/gui-apps/yambar/yambar-1.10.0.ebuild
index 76a11c9fb8..8faf041d0e 100644
--- a/gui-apps/yambar/yambar-1.10.0.ebuild
+++ b/gui-apps/yambar/yambar-1.10.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
 else
SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/${PN}"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"



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

2024-01-28 Thread David Roman
commit: bdff2b50c2d295e5adb9ef03b16bb413f48cc099
Author: David Roman  gmail  com>
AuthorDate: Sun Jan 28 22:45:27 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 22:45:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdff2b50

dev-python/pynput: disable py3.9, pypy3

Signed-off-by: David Roman  gmail.com>

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

diff --git a/dev-python/pynput/pynput-1.7.6.ebuild 
b/dev-python/pynput/pynput-1.7.6.ebuild
index f3eb9d1adc..9c01a61b32 100644
--- a/dev-python/pynput/pynput-1.7.6.ebuild
+++ b/dev-python/pynput/pynput-1.7.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} pypy3  )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi
 



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

2024-01-28 Thread David Roman
commit: 0fbb6f32d9dc80075727a4c6e68087cccb868b0e
Author: David Roman  gmail  com>
AuthorDate: Sun Jan 28 22:42:43 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan 28 22:42:43 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0fbb6f32

dev-python/gevent: disable py3.12, py3.9, pypy3

Signed-off-by: David Roman  gmail.com>

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

diff --git a/dev-python/gevent/gevent-23.9.1.ebuild 
b/dev-python/gevent/gevent-23.9.1.ebuild
index 47b82014b3..57725dbea3 100644
--- a/dev-python/gevent/gevent-23.9.1.ebuild
+++ b/dev-python/gevent/gevent-23.9.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} pypy3  )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=standalone
 inherit distutils-r1 pypi
 PYTHON_REQ_USE="ssl(+),threads(+)"



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

2024-01-28 Thread Mike Pagano
commit: d19cb57201ce6c6ea4a7da5646cd02a9a8b579fa
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Jan 21 09:38:56 2024 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jan 28 22:42:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19cb572

www-apps/ttyd: fix deps and install

1. Unless 'net-libs/libwebsockets[mbedtls]' is installed, ttyd links
   with 'dev-libs/openssl:=', so dependency on it should be added.

2. Use 'cmake_src_install' to install the binary and manpage.

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>
Closes: https://github.com/gentoo/gentoo/pull/34937
Signed-off-by: Mike Pagano  gentoo.org>

 www-apps/ttyd/metadata.xml   |  3 +++
 www-apps/ttyd/{ttyd-.ebuild => ttyd-1.7.4-r1.ebuild} | 10 ++
 www-apps/ttyd/ttyd-.ebuild   | 10 ++
 3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/www-apps/ttyd/metadata.xml b/www-apps/ttyd/metadata.xml
index cbc3ff79c423..6941e9b4ef09 100644
--- a/www-apps/ttyd/metadata.xml
+++ b/www-apps/ttyd/metadata.xml
@@ -4,6 +4,9 @@

mpag...@gentoo.org

+   
+   Use 
mbedTLS replacement for OpenSSL
+   

tsl0922/ttyd


diff --git a/www-apps/ttyd/ttyd-.ebuild b/www-apps/ttyd/ttyd-1.7.4-r1.ebuild
similarity index 83%
copy from www-apps/ttyd/ttyd-.ebuild
copy to www-apps/ttyd/ttyd-1.7.4-r1.ebuild
index adbcac55b7f7..3fdbd114e567 100644
--- a/www-apps/ttyd/ttyd-.ebuild
+++ b/www-apps/ttyd/ttyd-1.7.4-r1.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
@@ -20,20 +20,22 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
+IUSE="mbedtls"
 
 DEPEND="
dev-libs/json-c:=
dev-libs/libuv:=
-   net-libs/libwebsockets:=[libuv,ssl]
+   net-libs/libwebsockets:=[libuv,mbedtls=,ssl]
sys-libs/zlib:=
+   !mbedtls? ( dev-libs/openssl:= )
 "
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 
 src_install() {
-   dobin ../${P}_build/${PN}
-   doman man/*.1
+   cmake_src_install
+
newinitd "${FILESDIR}/${PN}.initd" "${PN}"
newconfd "${FILESDIR}/${PN}.confd" "${PN}"
systemd_dounit "${FILESDIR}"/${PN}.service

diff --git a/www-apps/ttyd/ttyd-.ebuild b/www-apps/ttyd/ttyd-.ebuild
index adbcac55b7f7..3fdbd114e567 100644
--- a/www-apps/ttyd/ttyd-.ebuild
+++ b/www-apps/ttyd/ttyd-.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
@@ -20,20 +20,22 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
+IUSE="mbedtls"
 
 DEPEND="
dev-libs/json-c:=
dev-libs/libuv:=
-   net-libs/libwebsockets:=[libuv,ssl]
+   net-libs/libwebsockets:=[libuv,mbedtls=,ssl]
sys-libs/zlib:=
+   !mbedtls? ( dev-libs/openssl:= )
 "
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 
 src_install() {
-   dobin ../${P}_build/${PN}
-   doman man/*.1
+   cmake_src_install
+
newinitd "${FILESDIR}/${PN}.initd" "${PN}"
newconfd "${FILESDIR}/${PN}.confd" "${PN}"
systemd_dounit "${FILESDIR}"/${PN}.service



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

2024-01-28 Thread Sam James
commit: 2abc95994851ae9a63c8636ff3694f8616e9fb08
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sat Jan 27 18:12:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 22:13:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abc9599

app-admin/conky: wire up tests

Bug: https://bugs.gentoo.org/920286
Signed-off-by: Matoro Mahri  matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/35046
Signed-off-by: Sam James  gentoo.org>

 app-admin/conky/conky-1.19.6-r2.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-admin/conky/conky-1.19.6-r2.ebuild 
b/app-admin/conky/conky-1.19.6-r2.ebuild
index bf923928932c..63b68644ef56 100644
--- a/app-admin/conky/conky-1.19.6-r2.ebuild
+++ b/app-admin/conky/conky-1.19.6-r2.ebuild
@@ -17,8 +17,9 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv sparc x86"
 IUSE="apcupsd bundled-toluapp cmus curl doc extras hddtemp ical iconv imlib
intel-backlight iostats irc lua-cairo lua-imlib lua-rsvg math moc mpd
-   mysql ncurses nvidia +portmon pulseaudio rss systemd thinkpad truetype
+   mysql ncurses nvidia +portmon pulseaudio rss systemd test thinkpad 
truetype
wayland webserver wifi X xinerama xmms2"
+RESTRICT="!test? ( test )"
 
 COMMON_DEPEND="
curl? ( net-misc/curl )
@@ -68,6 +69,9 @@ RDEPEND="
 "
 DEPEND="
${COMMON_DEPEND}
+   test? (
+   dev-cpp/catch
+   )
wayland? (
dev-libs/wayland-protocols
)
@@ -188,6 +192,7 @@ src_configure() {
-DBUILD_PORT_MONITORS=$(usex portmon)
-DBUILD_PULSEAUDIO=$(usex pulseaudio)
-DBUILD_RSS=$(usex rss)
+   -DBUILD_TESTS=$(usex test)
-DBUILD_WAYLAND=$(usex wayland)
-DBUILD_WLAN=$(usex wifi)
-DBUILD_XFT=$(usex truetype)



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

2024-01-28 Thread Sam James
commit: 321559cd73ab1a4d01cb38b26544896618a062b4
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sat Jan 27 05:15:35 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 22:13:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321559cd

app-text/highlight: wire up tests

Bug: https://bugs.gentoo.org/921001
Signed-off-by: Matoro Mahri  matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/35037
Signed-off-by: Sam James  gentoo.org>

 app-text/highlight/Manifest |  1 +
 app-text/highlight/highlight-4.9.ebuild | 15 +--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/app-text/highlight/Manifest b/app-text/highlight/Manifest
index f5802d9c528c..003099220e62 100644
--- a/app-text/highlight/Manifest
+++ b/app-text/highlight/Manifest
@@ -4,3 +4,4 @@ DIST highlight-4.8.tar.bz2 1492966 BLAKE2B 
f0bc746cb671037c2a5f1557c6114c143448d
 DIST highlight-4.8.tar.bz2.asc 488 BLAKE2B 
466905e2a4b1b577feba593e2d6e855e09764cdb08ddbd5aa3b4c62c4b06bc19a013df16aa1dfc81d4e52765641d5f98615233609d7b4f039f6f8c6a929d345a
 SHA512 
929c5b0a25a2f5a0b9204afb03b5456b2b62d07e519799602b06a0ad2d4bc1d9eac92965571732b0eaffe780904321ebffb31cdf61b6fe644ecc39ddb983c7b8
 DIST highlight-4.9.tar.bz2 1498248 BLAKE2B 
09ff0a5cc81da45270a8382dc6b2a2d3b44d1f084e661fae4a3d39d2ded9af6c77b1fb0d51d32c59f22ccba1612ab7faf68b5e918dda70c9f2e25b29b5c44ecd
 SHA512 
280abd98182c5b95f629ca126e8a59ca6bf6f9e301fc7678aa3e4cb37b714827dfdfab1e008c798e203c7408355be63e01e88f93eacfcf2c5fad95afc6e22112
 DIST highlight-4.9.tar.bz2.asc 488 BLAKE2B 
cbd3541f65ec714ff1fda17fb141aa19f53952634a2027819fdbf50f7cf781f875b76ebd9a82119347f17940d8200f856082dfff51ff994a71a2ece04d654764
 SHA512 
04c2aca4050cae0dde97340a1ebafd968526e2d811e4551e8895acca50613f7e5902e31d735a0da1427d69e85e152530776fa1b9f5896efe410d8f9437768298
+DIST highlight-test-suite-a3479468672cdbc570a17ae84e047fe8f0b88798.tar.bz2 
33310 BLAKE2B 
a06f2503fc571f5978f648fdc677f58f3fdfa759f9b5cf31a85d03589bbbfd2b56c7055517c59292369653503047af63d9c3bfbbe541a50bd2ea2adede28f60c
 SHA512 
9583fe0af315e0dd1e37e137adf5c97a83832885a5a8a12b91790d7d7b0758c03fd76c02fbda368a2481eaec98f7b010a530bc31da98337d6fa7201aadb023ce

diff --git a/app-text/highlight/highlight-4.9.ebuild 
b/app-text/highlight/highlight-4.9.ebuild
index fd881ed2f465..85e9707adae5 100644
--- a/app-text/highlight/highlight-4.9.ebuild
+++ b/app-text/highlight/highlight-4.9.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
@@ -9,15 +9,19 @@ inherit lua-single qmake-utils toolchain-funcs verify-sig xdg
 
 DESCRIPTION="Converts source code to formatted text (HTML, LaTeX, etc.) with 
syntax highlight"
 HOMEPAGE="http://www.andre-simon.de/;
+# This is arbitrary; upstream uses master.  Update when possible.
+TESTSUITE_COMMIT="a3479468672cdbc570a17ae84e047fe8f0b88798"
 SRC_URI="
http://www.andre-simon.de/zip/${P}.tar.bz2
+   test? ( 
https://gitlab.com/tajmone/${PN}-test-suite/-/archive/${TESTSUITE_COMMIT}/${PN}-test-suite-${TESTSUITE_COMMIT}.tar.bz2
 )
verify-sig? ( http://www.andre-simon.de/zip/${P}.tar.bz2.asc )
 "
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="examples gui"
+IUSE="examples gui test"
+RESTRICT="!test? ( test )"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 
@@ -97,6 +101,13 @@ src_compile() {
fi
 }
 
+src_test() {
+   find "../${PN}-test-suite-${TESTSUITE_COMMIT}" -mindepth 1 -maxdepth 1 
-type d | sort | while read line
+   do
+   "${SHELL}" "${line}/regression.sh" || die "Regression tests 
failed for language $(basename "${line}")"
+   done
+}
+
 src_install() {
emake -f makefile "${myhlopts[@]}" install
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/itstool/, dev-util/itstool/files/

2024-01-28 Thread Sam James
commit: abd182e67840a9078e7f19bc2b6ba6b4ae039fdf
Author: Chris Mayo  gmail  com>
AuthorDate: Sun Jan 21 19:38:38 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 22:10:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd182e6

dev-util/itstool: enable py3.12

Closes: https://bugs.gentoo.org/921725
Signed-off-by: Chris Mayo  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34946
Signed-off-by: Sam James  gentoo.org>

 .../itstool/files/itstool-2.0.7-raw-string.patch   | 74 ++
 dev-util/itstool/itstool-2.0.7-r2.ebuild   | 38 +++
 2 files changed, 112 insertions(+)

diff --git a/dev-util/itstool/files/itstool-2.0.7-raw-string.patch 
b/dev-util/itstool/files/itstool-2.0.7-raw-string.patch
new file mode 100644
index ..d879734b7622
--- /dev/null
+++ b/dev-util/itstool/files/itstool-2.0.7-raw-string.patch
@@ -0,0 +1,74 @@
+From: 
https://github.com/itstool/itstool/pull/51/commits/32c7d07664dc37765100285d1202d488cd6a27e8
+From 32c7d07664dc37765100285d1202d488cd6a27e8 Mon Sep 17 00:00:00 2001
+From: Nils Philippsen 
+Date: Mon, 9 Oct 2023 14:26:43 +0200
+Subject: [PATCH] Fix insufficiently quoted regular expressions
+
+These went under the radar until Python 3.12 started warning about them.
+
+Signed-off-by: Nils Philippsen 
+---
+ itstool.in | 14 +++---
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/itstool.in b/itstool.in
+index c21ad4b..4452616 100755
+--- a/itstool.in
 b/itstool.in
+@@ -220,7 +220,7 @@ class Message (object):
+ if not isinstance(text, ustr_type):
+ text = ustr(text, 'utf-8')
+ self._message[-1] += text.replace('&', '').replace('<', 
'').replace('>', '')
+-if re.sub('\s+', ' ', text).strip() != '':
++if re.sub(r'\s+', ' ', text).strip() != '':
+ self._empty = False
+ 
+ def add_entity_ref (self, name):
+@@ -318,7 +318,7 @@ class Message (object):
+ message += '<_:%s-%i/>' % (msg.name, placeholder)
+ placeholder += 1
+ if not self._preserve:
+-message = re.sub('\s+', ' ', message).strip()
++message = re.sub(r'\s+', ' ', message).strip()
+ return message
+ 
+ def get_preserve_space (self):
+@@ -456,9 +456,9 @@ class LocNote (object):
+ if self._preserve_space:
+ return self.locnote
+ else:
+-return re.sub('\s+', ' ', self.locnote).strip()
++return re.sub(r'\s+', ' ', self.locnote).strip()
+ elif self.locnoteref is not None:
+-return '(itstool) link: ' + re.sub('\s+', ' ', 
self.locnoteref).strip()
++return '(itstool) link: ' + re.sub(r'\s+', ' ', 
self.locnoteref).strip()
+ return ''
+ 
+ 
+@@ -889,7 +889,7 @@ class Document (object):
+ trans = translations.ugettext('_\x04translator-credits')
+ if trans is None or trans == 'translator-credits':
+ return
+-regex = re.compile('(.*) \<(.*)\>, (.*)')
++regex = re.compile(r'(.*) \<(.*)\>, (.*)')
+ for credit in trans.split('\n'):
+ match = regex.match(credit)
+ if not match:
+@@ -924,7 +924,7 @@ class Document (object):
+ prevnode = None
+ if node.prev is not None and node.prev.type == 'text':
+ prevtext = node.prev.content
+-if re.sub('\s+', '', prevtext) == '':
++if re.sub(r'\s+', '', prevtext) == '':
+ prevnode = node.prev
+ for lang in sorted(list(translations.keys()), reverse=True):
+ locale = self.get_its_locale_filter(node)
+@@ -1468,7 +1468,7 @@ def match_locale(extrange, locale):
+ localei += 1
+ return True
+ 
+-_locale_pattern = 
re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?')
++_locale_pattern = 
re.compile(r'([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?')
+ def convert_locale (locale):
+ # Automatically convert POSIX-style locales to BCP47
+ match = _locale_pattern.match(locale)

diff --git a/dev-util/itstool/itstool-2.0.7-r2.ebuild 
b/dev-util/itstool/itstool-2.0.7-r2.ebuild
new file mode 100644
index ..e8306872ae4a
--- /dev/null
+++ b/dev-util/itstool/itstool-2.0.7-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit python-single-r1
+
+DESCRIPTION="Translation tool for XML documents that uses gettext files and 
ITS rules"
+HOMEPAGE="http://itstool.org/;
+SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2;
+
+# files in /usr/share/itstool/its are under a special exception || GPL-3+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2024-01-28 Thread Sam James
commit: 02d9351d758b8e0e604e347f6068bcbb3c8f8f03
Author: Sv. Lockal  gmail  com>
AuthorDate: Sat Jan 27 19:49:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 22:13:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d9351d

dev-cpp/tbb: fix build with ld.lld (error: version script assignment of 'local' 
to symbol ...)

Closes: https://bugs.gentoo.org/912210
Signed-off-by: Sv. Lockal  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35048
Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2020.3.ebuild  |  7 +--
 dev-cpp/tbb/tbb-2021.10.0.ebuild   |  7 +--
 dev-cpp/tbb/tbb-2021.11.0.ebuild   |  7 +--
 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 10 --
 dev-cpp/tbb/tbb-2021.7.0-r1.ebuild |  7 +--
 dev-cpp/tbb/tbb-2021.7.0.ebuild|  5 -
 dev-cpp/tbb/tbb-2021.8.0.ebuild|  7 +--
 dev-cpp/tbb/tbb-2021.9.0.ebuild|  7 +--
 8 files changed, 42 insertions(+), 15 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
index 27479b3e46af..36dc24e44018 100644
--- a/dev-cpp/tbb/tbb-2020.3.ebuild
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit flag-o-matic multilib-minimal multilib toolchain-funcs
+inherit flag-o-matic multilib-minimal multilib multibuild toolchain-funcs
 
 PV1="$(ver_cut 1)"
 PV2="$(ver_cut 2)"
@@ -40,6 +40,9 @@ src_prepare() {
 }
 
 multilib_src_configure() {
+   # Workaround for bug #912210
+   append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
+
# pc files are for debian and fedora compatibility
# some deps use them
cat <<-EOF > ${PN}.pc.template

diff --git a/dev-cpp/tbb/tbb-2021.10.0.ebuild b/dev-cpp/tbb/tbb-2021.10.0.ebuild
index 2e11233b7583..3d0e05e45514 100644
--- a/dev-cpp/tbb/tbb-2021.10.0.ebuild
+++ b/dev-cpp/tbb/tbb-2021.10.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit cmake-multilib
+inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="High level abstract threading library"
 HOMEPAGE="https://github.com/oneapi-src/oneTBB;
@@ -27,6 +27,9 @@ PATCHES=(
 )
 
 src_prepare() {
+   # Workaround for bug #912210
+   append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
+
# Has an #error to force compilation as C but links with C++ library, 
dies
# with GLIBCXX_ASSERTIONS as a result.
sed -i -e '/tbb_add_c_test(SUBDIR tbbmalloc NAME test_malloc_pure_c 
DEPENDENCIES TBB::tbbmalloc)/d' test/CMakeLists.txt || die

diff --git a/dev-cpp/tbb/tbb-2021.11.0.ebuild b/dev-cpp/tbb/tbb-2021.11.0.ebuild
index 2e11233b7583..3ac69c080835 100644
--- a/dev-cpp/tbb/tbb-2021.11.0.ebuild
+++ b/dev-cpp/tbb/tbb-2021.11.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit cmake-multilib
+inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="High level abstract threading library"
 HOMEPAGE="https://github.com/oneapi-src/oneTBB;
@@ -35,6 +35,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # Workaround for bug #912210
+   append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
+
local mycmakeargs=(
-DTBB_TEST=$(usex test)
-DTBB_ENABLE_IPO=OFF

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index edfd4bd37ec7..adb066b4c2d9 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit cmake-multilib
+inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="High level abstract threading library"
 HOMEPAGE="https://github.com/oneapi-src/oneTBB;
@@ -39,6 +39,12 @@ PATCHES=(
 )
 
 src_configure() {
+   # Workaround for bug #912210
+   append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
+
+   # Workaround for bug #912210
+   append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
+
local mycmakeargs=(
-DTBB_TEST=$(usex test)
-DTBB_ENABLE_IPO=OFF

diff --git a/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild
index 4263e849f7d0..dd9c26717c7e 100644
--- a/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit cmake-multilib
+inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="High level abstract 

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

2024-01-28 Thread Shaoyu Tseng
commit: fa6a909bef874dae257217646944505ac1057871
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Sun Jan 28 21:18:51 2024 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Sun Jan 28 21:18:51 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa6a909b

dev-python/pynput: new package, add 1.7.6

Signed-off-by: Shaoyu Tseng <1over137  anche.no>

 dev-python/pynput/Manifest|  1 +
 dev-python/pynput/metadata.xml| 12 
 dev-python/pynput/pynput-1.7.6.ebuild | 20 
 3 files changed, 33 insertions(+)

diff --git a/dev-python/pynput/Manifest b/dev-python/pynput/Manifest
new file mode 100644
index 00..42a186bc9f
--- /dev/null
+++ b/dev-python/pynput/Manifest
@@ -0,0 +1 @@
+DIST pynput-1.7.6.tar.gz 79501 BLAKE2B 
cb356271ef0688ff6532fb79b858c10fb3a52abc4f6db5f4758948cb16f01e96e9377894ea211952b58f5ff6d997ceeec9ba51a29aef866e65cd83900a9894ae
 SHA512 
66639096a83b7ea7c926bfab67ef6c54b913fc4ffe5814bbc4ace6e4d298237a3623066f4f5c08a2bcf1cc5e40d18dc35b77c18afbd0d00b7b4bf4ed2233d9ff

diff --git a/dev-python/pynput/metadata.xml b/dev-python/pynput/metadata.xml
new file mode 100644
index 00..0637b583bd
--- /dev/null
+++ b/dev-python/pynput/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   1over...@anche.no
+   Shaoyu Tseng
+   
+   
+   pynput
+   moses-palmer/pynput
+   
+

diff --git a/dev-python/pynput/pynput-1.7.6.ebuild 
b/dev-python/pynput/pynput-1.7.6.ebuild
new file mode 100644
index 00..f3eb9d1adc
--- /dev/null
+++ b/dev-python/pynput/pynput-1.7.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3  )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sends virtual input commands"
+HOMEPAGE="https://github.com/moses-palmer/pynput 
https://pypi.org/project/pynput;
+RDEPEND="
+   dev-python/python-evdev[${PYTHON_USEDEP}]
+   dev-python/python-xlib[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"



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

2024-01-28 Thread Shaoyu Tseng
commit: 1e2e4747e7fef29461b330b02d1404a71a315674
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Sun Jan 28 21:55:46 2024 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Sun Jan 28 21:55:46 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e2e4747

app-misc/vocabsieve: add 0.11.1, drop 0.11.0

Signed-off-by: Shaoyu Tseng <1over137  anche.no>

 app-misc/vocabsieve/Manifest| 2 +-
 .../vocabsieve/{vocabsieve-0.11.0.ebuild => vocabsieve-0.11.1.ebuild}   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-misc/vocabsieve/Manifest b/app-misc/vocabsieve/Manifest
index dbf8df02fa..caab0a4058 100644
--- a/app-misc/vocabsieve/Manifest
+++ b/app-misc/vocabsieve/Manifest
@@ -1 +1 @@
-DIST vocabsieve-0.11.0.tar.gz 209015 BLAKE2B 
c96559568b3112242fb2bbe95ac1023358249865562f81c181c63798a3d5b94ab61ac3c3e3c9a668914ad399fb2a11b2b4dc3e5406a65b3a73460025d72d764f
 SHA512 
42bc5c15d25fb9712bdd389eb5f6cd194fe3f9205fe590c79167cc8d74f2f7c3b32d46a6318aa7d63e166787caa5c5561160b0b2c8c23b99c79cc6aab20959ff
+DIST vocabsieve-0.11.1.tar.gz 215480 BLAKE2B 
2be1d39c0b423d76478fea499350a27f3a813fc079be1b7e5c8060837eefbfd409e9986d6c893141ab93fdc7a0c268946bb900545bd7a8697c88b0638ff05d7d
 SHA512 
3b0a5c3587e22ec19c7e0f422dfb3f05f15929dadbb99ace14d3fd59c4a7792a4f82faf3e1e5119ff62f554dd982c774328f37389666bf74164d7802616760c1

diff --git a/app-misc/vocabsieve/vocabsieve-0.11.0.ebuild 
b/app-misc/vocabsieve/vocabsieve-0.11.1.ebuild
similarity index 95%
rename from app-misc/vocabsieve/vocabsieve-0.11.0.ebuild
rename to app-misc/vocabsieve/vocabsieve-0.11.1.ebuild
index bd2f49fe95..7638017eca 100644
--- a/app-misc/vocabsieve/vocabsieve-0.11.0.ebuild
+++ b/app-misc/vocabsieve/vocabsieve-0.11.1.ebuild
@@ -40,4 +40,6 @@ RDEPEND="
dev-python/readmdict[${PYTHON_USEDEP}]
dev-python/python-lzo[${PYTHON_USEDEP}]
dev-python/pyqtgraph[${PYTHON_USEDEP}]
+   dev-python/pynput[${PYTHON_USEDEP}]
+   dev-python/gevent[${PYTHON_USEDEP}]
 "



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

2024-01-28 Thread Shaoyu Tseng
commit: 8e79179eed884336b3f062e1e955f1d7c64b8b37
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Sun Jan 28 21:42:24 2024 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Sun Jan 28 21:42:24 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e79179e

dev-python/gevent: new package, add 23.9.1

Signed-off-by: Shaoyu Tseng <1over137  anche.no>

 dev-python/gevent/Manifest |  1 +
 dev-python/gevent/gevent-23.9.1.ebuild | 27 +++
 dev-python/gevent/metadata.xml | 13 +
 3 files changed, 41 insertions(+)

diff --git a/dev-python/gevent/Manifest b/dev-python/gevent/Manifest
new file mode 100644
index 00..3f18a7f865
--- /dev/null
+++ b/dev-python/gevent/Manifest
@@ -0,0 +1 @@
+DIST gevent-23.9.1.tar.gz 5847705 BLAKE2B 
b1d2f95728e545e4970235c7cd352f2a3ed742f01a4f2421423d6e9fd36d7fadae5ffe1dba326535501ec8179c36d83ec5e5c4aeced70673921db85fc9e1b042
 SHA512 
c0600a5f9e50040009c3467ad802dda8a48422dca4e781acc9ca3428446399932da2f07d7345936ef634783611cf664d219f614980ed6b936f4a510e56ea753c

diff --git a/dev-python/gevent/gevent-23.9.1.ebuild 
b/dev-python/gevent/gevent-23.9.1.ebuild
new file mode 100644
index 00..47b82014b3
--- /dev/null
+++ b/dev-python/gevent/gevent-23.9.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..12} pypy3  )
+DISTUTILS_USE_PEP517=standalone
+inherit distutils-r1 pypi
+PYTHON_REQ_USE="ssl(+),threads(+)"
+DESCRIPTION="Coroutine-based network library"
+HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent;
+
+IUSE="monitor recommended test"
+DEPENDENCIES=">=dev-python/greenlet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-3.0[${PYTHON_USEDEP}]
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+   monitor? ( >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}] )
+   recommended? ( >=dev-python/cffi-1.12.2[${PYTHON_USEDEP}] )
+   recommended? ( >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}] )
+   "
+BDEPEND="${DEPENDENCIES}"
+RDEPEND="${DEPENDENCIES}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"

diff --git a/dev-python/gevent/metadata.xml b/dev-python/gevent/metadata.xml
new file mode 100644
index 00..6d71f9b1dd
--- /dev/null
+++ b/dev-python/gevent/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   1over...@anche.no
+   Shaoyu Tseng
+   
+   
+   gevent
+   gevent/pyqtdarktheme
+   https://www.gevent.org/
+   
+



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

2024-01-28 Thread Sam James
commit: b83a47883193f3874e47e69977c5efed08675513
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 21:50:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 21:50:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83a4788

app-shells/fzf: Stabilize 0.44.0 arm64, #922776

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

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

diff --git a/app-shells/fzf/fzf-0.44.0.ebuild b/app-shells/fzf/fzf-0.44.0.ebuild
index 7abef5e1ee13..c0338ff444e9 100644
--- a/app-shells/fzf/fzf-0.44.0.ebuild
+++ b/app-shells/fzf/fzf-0.44.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,7 +19,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar
 
 LICENSE="MIT BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: app-arch/libdeflate/files/, app-arch/libdeflate/

2024-01-28 Thread Sam James
commit: 88fe051e9ccff994a9f83464ac9467c3f6403f98
Author: Paul Zander  gmail  com>
AuthorDate: Sat Jan 27 19:41:09 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 21:50:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88fe051e

app-arch/libdeflate: 1.19,  update ebuilds

Make tests that depend on `USE="gzip zlib"` conditional.
Add test time dependency on `sys-libs/zlib`.

Bug: https://github.com/gentoo/gentoo/pull/35036
Signed-off-by: Paul Zander  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35047
Signed-off-by: Sam James  gentoo.org>

 ...bdeflate-1.19-make-gzip-tests-conditional.patch | 37 ++
 app-arch/libdeflate/libdeflate-1.19.ebuild | 25 ---
 app-arch/libdeflate/libdeflate-.ebuild | 25 ---
 app-arch/libdeflate/metadata.xml   |  1 +
 4 files changed, 80 insertions(+), 8 deletions(-)

diff --git 
a/app-arch/libdeflate/files/libdeflate-1.19-make-gzip-tests-conditional.patch 
b/app-arch/libdeflate/files/libdeflate-1.19-make-gzip-tests-conditional.patch
new file mode 100644
index ..ae290f3f69d2
--- /dev/null
+++ 
b/app-arch/libdeflate/files/libdeflate-1.19-make-gzip-tests-conditional.patch
@@ -0,0 +1,37 @@
+Only build these when the user enables zlib and gzip support
+diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt
+index e707a25..fcfaf12 100644
+--- a/programs/CMakeLists.txt
 b/programs/CMakeLists.txt
+@@ -80,22 +80,28 @@ if(LIBDEFLATE_BUILD_TESTS)
+ target_link_libraries(libdeflate_test_utils PUBLIC
+   libdeflate_prog_utils ZLIB::ZLIB)
+ 
++if(LIBDEFLATE_GZIP_SUPPORT AND LIBDEFLATE_ZLIB_SUPPORT)
+ # Build the benchmark and checksum programs.
+ add_executable(benchmark benchmark.c)
+ target_link_libraries(benchmark PRIVATE libdeflate_test_utils)
+ add_executable(checksum checksum.c)
+ target_link_libraries(checksum PRIVATE libdeflate_test_utils)
++endif()
+ 
+ # Build the unit test programs and register them with CTest.
+ set(UNIT_TEST_PROGS
+-test_checksums
+ test_custom_malloc
+ test_incomplete_codes
+ test_invalid_streams
+ test_litrunlen_overflow
+ test_overread
+ test_slow_decompression
+-test_trailing_bytes
+ )
++if(LIBDEFLATE_GZIP_SUPPORT AND LIBDEFLATE_ZLIB_SUPPORT)
++  list(APPEND UNIT_TEST_PROGS
++test_checksums
++test_trailing_bytes
++  )
++endif()
+ foreach(PROG ${UNIT_TEST_PROGS})
+ add_executable(${PROG} ${PROG}.c)
+ target_link_libraries(${PROG} PRIVATE libdeflate_test_utils)

diff --git a/app-arch/libdeflate/libdeflate-1.19.ebuild 
b/app-arch/libdeflate/libdeflate-1.19.ebuild
index ef8f83f51db6..2ed3a652def2 100644
--- a/app-arch/libdeflate/libdeflate-1.19.ebuild
+++ b/app-arch/libdeflate/libdeflate-1.19.ebuild
@@ -18,14 +18,31 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="+gzip static-libs +utils +zlib test"
-RESTRICT="!test? ( test )"
+# the zlib USE-flag enables support for zlib
+# the test USE-flag programs depend on sys-libs/zlib for comparison tests
+IUSE="+gzip +utils +zlib test"
+
+RESTRICT="
+   !test? ( test )
+"
+
+REQUIRED_USE="
+   utils? ( gzip )
+"
+
+DEPEND="
+   test? ( sys-libs/zlib )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.19-make-gzip-tests-conditional.patch"
+)
 
 src_configure() {
local mycmakeargs=(
-DLIBDEFLATE_BUILD_SHARED_LIB="yes"
-   -DLIBDEFLATE_BUILD_STATIC_LIB="$(usex static-libs)"
-   -DLIBDEFLATE_USE_SHARED_LIB="$(usex !static-libs)"
+   -DLIBDEFLATE_BUILD_STATIC_LIB="no"
+   -DLIBDEFLATE_USE_SHARED_LIB="yes"
 
-DLIBDEFLATE_COMPRESSION_SUPPORT="yes"
-DLIBDEFLATE_DECOMPRESSION_SUPPORT="yes"

diff --git a/app-arch/libdeflate/libdeflate-.ebuild 
b/app-arch/libdeflate/libdeflate-.ebuild
index ef8f83f51db6..2ed3a652def2 100644
--- a/app-arch/libdeflate/libdeflate-.ebuild
+++ b/app-arch/libdeflate/libdeflate-.ebuild
@@ -18,14 +18,31 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="+gzip static-libs +utils +zlib test"
-RESTRICT="!test? ( test )"
+# the zlib USE-flag enables support for zlib
+# the test USE-flag programs depend on sys-libs/zlib for comparison tests
+IUSE="+gzip +utils +zlib test"
+
+RESTRICT="
+   !test? ( test )
+"
+
+REQUIRED_USE="
+   utils? ( gzip )
+"
+
+DEPEND="
+   test? ( sys-libs/zlib )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.19-make-gzip-tests-conditional.patch"
+)
 
 src_configure() {
local mycmakeargs=(
-DLIBDEFLATE_BUILD_SHARED_LIB="yes"
-   -DLIBDEFLATE_BUILD_STATIC_LIB="$(usex static-libs)"
-   -DLIBDEFLATE_USE_SHARED_LIB="$(usex !static-libs)"
+   -DLIBDEFLATE_BUILD_STATIC_LIB="no"
+   -DLIBDEFLATE_USE_SHARED_LIB="yes"
 

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

2024-01-28 Thread Sebastian Pipping
commit: 8de6990f9d5b31e5f89d44303ac31cba723e18a8
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Jan 28 21:28:27 2024 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Jan 28 21:28:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de6990f

app-admin/ttyplot: Use tc-getCC rather than cc

Closes: https://bugs.gentoo.org/923129
Signed-off-by: Sebastian Pipping  gentoo.org>

 app-admin/ttyplot/ttyplot-1.6.2-r1.ebuild | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/app-admin/ttyplot/ttyplot-1.6.2-r1.ebuild 
b/app-admin/ttyplot/ttyplot-1.6.2-r1.ebuild
new file mode 100644
index ..a0e31d253379
--- /dev/null
+++ b/app-admin/ttyplot/ttyplot-1.6.2-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Realtime plotting utility with data input from stdin"
+HOMEPAGE="https://github.com/tenox7/ttyplot;
+SRC_URI="https://github.com/tenox7/ttyplot/archive/refs/tags/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="virtual/pkgconfig"
+DEPEND="${RDEPEND}
+   sys-libs/ncurses[tinfo]"
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   local args=(
+   PREFIX=/usr
+   MANPREFIX=/usr/share/man
+   DESTDIR="${D}"
+   )
+   emake "${args[@]}" install
+}



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

2024-01-28 Thread Sam James
commit: 3bd61948995770b72d7b82af15996227061962d1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 21:21:26 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 21:21:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd61948

media-libs/zxing-cpp: Stabilize 2.2.1 x86, #923156

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

 media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild 
b/media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild
index 1005906c65dd..1ec881d07bd8 100644
--- a/media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild
+++ b/media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0/3"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 src_configure() {



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

2024-01-28 Thread Sam James
commit: 17c9938140199f771decd94dad844c803d0eb60b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 21:21:28 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 21:21:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c99381

dev-libs/libverto: Stabilize 0.3.2 x86, #923167

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

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

diff --git a/dev-libs/libverto/libverto-0.3.2.ebuild 
b/dev-libs/libverto/libverto-0.3.2.ebuild
index fddbaaaf28a9..6fb7b0c2d40d 100644
--- a/dev-libs/libverto/libverto-0.3.2.ebuild
+++ b/dev-libs/libverto/libverto-0.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/latchset/libverto/releases/download/${PV}/${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="glib +libev libevent +threads"
 REQUIRED_USE="|| ( glib libev libevent )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-01-28 Thread Sam James
commit: 9d5c4b783e48624600711387578753680fee235a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 21:21:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 21:21:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5c4b78

gnome-extra/libgsf: Stabilize 1.14.51 amd64, #923121

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

 gnome-extra/libgsf/libgsf-1.14.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
index 02758f857356..798aebbc6941 100644
--- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf;
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



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

2024-01-28 Thread Sam James
commit: 33edb17ef8edb98a1e397e084414f8c4146beb0b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 21:21:24 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 21:21:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33edb17e

media-libs/musicbrainz: Stabilize 5.1.0-r1 amd64, #923127

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

 media-libs/musicbrainz/musicbrainz-5.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/musicbrainz/musicbrainz-5.1.0-r1.ebuild 
b/media-libs/musicbrainz/musicbrainz-5.1.0-r1.ebuild
index 8767ab4bb185..a71c83497b93 100644
--- a/media-libs/musicbrainz/musicbrainz-5.1.0-r1.ebuild
+++ b/media-libs/musicbrainz/musicbrainz-5.1.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/lib${P}"
 
 LICENSE="LGPL-2.1"
 SLOT="5/1" # soname of libmusicbrainz5.so
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples test"
 
 RESTRICT="!test? ( test )"



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

2024-01-28 Thread Sam James
commit: 5f33b685c990527ea7ba8867debfeb4e68d8ea0f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 21:21:27 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 21:21:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f33b685

dev-libs/libverto: Stabilize 0.3.2 amd64, #923167

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

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

diff --git a/dev-libs/libverto/libverto-0.3.2.ebuild 
b/dev-libs/libverto/libverto-0.3.2.ebuild
index a55fa73a6c0d..fddbaaaf28a9 100644
--- a/dev-libs/libverto/libverto-0.3.2.ebuild
+++ b/dev-libs/libverto/libverto-0.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/latchset/libverto/releases/download/${PV}/${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="glib +libev libevent +threads"
 REQUIRED_USE="|| ( glib libev libevent )"
 



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

2024-01-28 Thread Sam James
commit: 4de3c1b7f81b898fc764ee47deda22526dbfbc47
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 21:21:25 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 21:21:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de3c1b7

media-libs/zxing-cpp: Stabilize 2.2.1 amd64, #923156

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

 media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild 
b/media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild
index 3dc38a636e2a..1005906c65dd 100644
--- a/media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild
+++ b/media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0/3"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 src_configure() {



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

2024-01-28 Thread Jonas Stein
commit: 64bea957e9561d4666f095a6da1ac5e76e0b5f25
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 21:02:26 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 21:02:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bea957

app-editors/micro: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 app-editors/micro/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-editors/micro/metadata.xml b/app-editors/micro/metadata.xml
index 7128365b1861..87b4441bb04c 100644
--- a/app-editors/micro/metadata.xml
+++ b/app-editors/micro/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   Proxy Maintainers
-   proxy-ma...@gentoo.org
-   
+   

zyedidia/micro




[gentoo-commits] repo/proj/guru:dev commit in: app-text/koodo-reader-bin/

2024-01-28 Thread Shaoyu Tseng
commit: 29d5b91ee7373d7717c6b0b468bea8c2b8c4664c
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Sun Jan 28 20:59:56 2024 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Sun Jan 28 20:59:56 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29d5b91e

app-text/koodo-reader-bin: add 1.6.3

Signed-off-by: Shaoyu Tseng <1over137  anche.no>

 app-text/koodo-reader-bin/Manifest |  1 +
 .../koodo-reader-bin/koodo-reader-bin-1.6.3.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/app-text/koodo-reader-bin/Manifest 
b/app-text/koodo-reader-bin/Manifest
index f3fec821a0..6813609dbb 100644
--- a/app-text/koodo-reader-bin/Manifest
+++ b/app-text/koodo-reader-bin/Manifest
@@ -1 +1,2 @@
 DIST Koodo.Reader-1.5.1.rpm 62509777 BLAKE2B 
510cf4df644d71d1e7835bb7c88d53f01cf5babcde601ac074e4dd35e04186259378d69cc87fccb7cd7250c3fdb180b69d7da866bcf0c5e079bb9e51af764dad
 SHA512 
42c627d89addaeed0d101ec6d63a1f25ed2a6444a24e100cb9cef8e8159a571e7bf130fa25508e5d37b568fbe1c7187259b23034f0d89dbb35f0a2334832939c
+DIST Koodo.Reader-1.6.3-x86_64.rpm 63583533 BLAKE2B 
883ad45ca1596e1c5f7391dbd315876c1d567af2bc495650bd7a843b4054bf35005e9f6cdff937b4c33e777d52c4ba0d616d6b792a136b5ce999f8be7b3bb957
 SHA512 
e4f0a47625ced6ec6a2fbb48639f38cebee4fec6c9773d1cd8f93605eee2a907abe3e5617fd0ed8c4278b2ce3eb4bc33bb7ea20be3ef7077a6c3050d8b41cc31

diff --git a/app-text/koodo-reader-bin/koodo-reader-bin-1.6.3.ebuild 
b/app-text/koodo-reader-bin/koodo-reader-bin-1.6.3.ebuild
new file mode 100644
index 00..9e6b27d327
--- /dev/null
+++ b/app-text/koodo-reader-bin/koodo-reader-bin-1.6.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit rpm xdg
+DESCRIPTION="A modern ebook manager and reader with sync and backup capacities"
+HOMEPAGE="https://koodo.960960.xyz/;
+SRC_URI="https://github.com/troyeguo/koodo-reader/releases/download/v${PV}/Koodo.Reader-${PV}-x86_64.rpm;
+S="${WORKDIR}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+DEPEND="
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   media-libs/alsa-lib
+   >=app-accessibility/at-spi2-core-2.46.0
+   net-print/cups
+   x11-libs/libdrm
+   media-libs/mesa
+   x11-libs/gtk+:3
+   x11-libs/gdk-pixbuf
+   dev-libs/nss
+   x11-libs/pango
+   x11-libs/libxkbcommon
+"
+RDEPEND="${DEPEND}"
+
+QA_PREBUILT="opt/*"
+
+src_install() {
+   insinto /opt
+   doins -r "${S}"/opt/Koodo\ Reader
+   dosym ../../opt/Koodo\ Reader/koodo-reader 
"${EPREFIX}/usr/bin/koodo-reader"
+   fperms +x /opt/Koodo\ Reader/koodo-reader
+   insinto /usr
+   doins -r "${S}"/usr/share
+   doins -r "${S}"/usr/lib
+}



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

2024-01-28 Thread Jonas Stein
commit: ff9701e54e9f56dd4287b4dd0b1a7d1ba85a593e
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 20:55:52 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 20:55:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9701e5

media-libs/svt-av1: update maintainers

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 media-libs/svt-av1/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/media-libs/svt-av1/metadata.xml b/media-libs/svt-av1/metadata.xml
index c21ba5dd13e0..cc3d7275c796 100644
--- a/media-libs/svt-av1/metadata.xml
+++ b/media-libs/svt-av1/metadata.xml
@@ -1,14 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   Proxy Maintainers
-   proxy-ma...@gentoo.org
-   

media-vi...@gentoo.org




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

2024-01-28 Thread Jonas Stein
commit: ca55ef82e5a90a91a62e30aa513366f28607679d
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 20:36:01 2024 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 20:36:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca55ef82

app-shells/fzf: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 app-shells/fzf/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-shells/fzf/metadata.xml b/app-shells/fzf/metadata.xml
index 6f4551e4a947..5941ab0f0b01 100644
--- a/app-shells/fzf/metadata.xml
+++ b/app-shells/fzf/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

junegunn/fzf




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

2024-01-28 Thread Arthur Zamarin
commit: 957f20f11379f409e4094dfde73e373c34c0af89
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Jan 25 19:39:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 20:28:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957f20f1

net-dialup/sercd: EAPI8, fix LICENSE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35021
Signed-off-by: Arthur Zamarin  gentoo.org>

 net-dialup/sercd/sercd-3.0.0-r2.ebuild | 13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/net-dialup/sercd/sercd-3.0.0-r2.ebuild 
b/net-dialup/sercd/sercd-3.0.0-r2.ebuild
index 434c8604631b..70de7d9ff344 100644
--- a/net-dialup/sercd/sercd-3.0.0-r2.ebuild
+++ b/net-dialup/sercd/sercd-3.0.0-r2.ebuild
@@ -1,26 +1,21 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="RFC2217-compliant serial port redirector"
-HOMEPAGE="https://sourceforge.net/projects/sercd;
+HOMEPAGE="https://sourceforge.net/projects/sercd/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
 IUSE="xinetd"
 
 RDEPEND="xinetd? ( virtual/inetd )"
 
 DOCS=( AUTHORS README )
 
-src_prepare() {
-   eapply_user
-}
-
 src_install() {
default
 



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

2024-01-28 Thread Arthur Zamarin
commit: be703393d8e36c4342538ff56eaea5b37b5e5435
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 20:29:45 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 20:29:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be703393

net-dialup/sercd: revbump since EAPI bump

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

 net-dialup/sercd/{sercd-3.0.0-r2.ebuild => sercd-3.0.0-r3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-dialup/sercd/sercd-3.0.0-r2.ebuild 
b/net-dialup/sercd/sercd-3.0.0-r3.ebuild
similarity index 100%
rename from net-dialup/sercd/sercd-3.0.0-r2.ebuild
rename to net-dialup/sercd/sercd-3.0.0-r3.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-mail/mairix/

2024-01-28 Thread Arthur Zamarin
commit: 32cd1029097807cef1c0f0d5cbb912b48bdb67df
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 20:23:38 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 20:23:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cd1029

net-mail/mairix: add missing rdep on dev-libs/openssl:=

Detected using iwdevtools

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

 net-mail/mairix/{mairix-0.24.ebuild => mairix-0.24-r1.ebuild} | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/net-mail/mairix/mairix-0.24.ebuild 
b/net-mail/mairix/mairix-0.24-r1.ebuild
similarity index 88%
rename from net-mail/mairix/mairix-0.24.ebuild
rename to net-mail/mairix/mairix-0.24-r1.ebuild
index e91cc6d8281f..ff491e5ffc50 100644
--- a/net-mail/mairix/mairix-0.24.ebuild
+++ b/net-mail/mairix/mairix-0.24-r1.ebuild
@@ -15,12 +15,16 @@ KEYWORDS="amd64 ppc x86"
 
 IUSE="zlib bzip2"
 
-RDEPEND="zlib? ( sys-libs/zlib )
-   bzip2? ( app-arch/bzip2 )"
+RDEPEND="
+   dev-libs/openssl:=
+   zlib? ( sys-libs/zlib )
+   bzip2? ( app-arch/bzip2 )
+"
 
 DEPEND="${RDEPEND}
app-alternatives/lex
-   app-alternatives/yacc"
+   app-alternatives/yacc
+"
 
 # Fail on various locales
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: net-mail/mairix/

2024-01-28 Thread Arthur Zamarin
commit: 8185abe1c54aebe333c673cfdf8ed64dbc7a7868
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Jan 25 19:57:42 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 20:17:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8185abe1

net-mail/mairix: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35022
Signed-off-by: Arthur Zamarin  gentoo.org>

 net-mail/mairix/mairix-0.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mairix/mairix-0.24.ebuild 
b/net-mail/mairix/mairix-0.24.ebuild
index 29589d0f3a64..e91cc6d8281f 100644
--- a/net-mail/mairix/mairix-0.24.ebuild
+++ b/net-mail/mairix/mairix-0.24.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/rpm-sequoia/

2024-01-28 Thread Arthur Zamarin
commit: f6ef0fe2b60d4c492dc83818824bd06c3cde0a30
Author: Takuya Wakazono  gmail  com>
AuthorDate: Fri Jan 26 07:56:24 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 20:13:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ef0fe2

app-crypt/rpm-sequoia: drop 1.5.0

Signed-off-by: Takuya Wakazono  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35025
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-crypt/rpm-sequoia/Manifest | 107 -
 app-crypt/rpm-sequoia/rpm-sequoia-1.5.0.ebuild | 294 -
 2 files changed, 401 deletions(-)

diff --git a/app-crypt/rpm-sequoia/Manifest b/app-crypt/rpm-sequoia/Manifest
index 7272a9a23e31..3d88b85c7402 100644
--- a/app-crypt/rpm-sequoia/Manifest
+++ b/app-crypt/rpm-sequoia/Manifest
@@ -1,43 +1,30 @@
 DIST aead-0.5.2.crate 15509 BLAKE2B 
0214f3e8ee85a7e18c7d20f9a3fcbdbb9e5af6fdfdcb427e915279b505556dbd2df6d09d5c90561417c56796236a56ab24b2b11389745bc03a0a6da45c0e8636
 SHA512 
61926a615618e64efd0e9342d729a89f80d6e092dda50e018252a06147e2ca0dc2a989136416f57ae02019695757dfa3d3f3cf3799f138e440662744ecab4a44
 DIST aes-0.8.3.crate 124679 BLAKE2B 
7a352a9c5452ed91b32ed82a7450013ba0f0db4d990d37bfa78782e9c031d2a33d0b7680625881566ecc4b7048a44854759163d2e5c962783fffed1ca7d38a78
 SHA512 
89aa691fb6060c37ae8bdc2db8c7ba87a7c5201a776c247bb499fca0fa2b0c062601144af49eb781342a97760a124cc24dbfc38ccecd16493270f47d96282cc0
 DIST aes-gcm-0.10.3.crate 148991 BLAKE2B 
e1376b741386577277a8cb9535c1ad3e15ea383c0f324bc5cedff09a76b11f2c9e29226535688f9431e904bf2800b8e140c4b1cab333e572208eefd19ca897f1
 SHA512 
f9aec1e2609262c30921bf83cdd82117d147905d4ca311f9fef4b9f1734d3a57893ba2586f0ccfd39cf9264d347ba2c2d2c52b4726495eda8fec7fbec42d6db3
-DIST aho-corasick-1.0.4.crate 171175 BLAKE2B 
b3d450533f0799a18fa6ceba41ce841573a3b9fe9bc66745aba9b5a1ef4d86b107aa68c049bd30df7bc86229c71264142e40da8e1d145e776017269a01aed86e
 SHA512 
7cb8feb3289a508b1345b3cc04b59f2f730b80f561b17c7605ce23bf92780b5b3714ec84f5e3c5f4ba0c3abd47ac44fd0064a8bf4c5a7d00bd580774c6a3aee8
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 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 anstyle-1.0.2.crate 13983 BLAKE2B 
4274b101d1cab2b62f9bb7637dab35f4b16e8c08a080355a2ea53e2b7b353ff230aa77fb3a244e0d6ff0dcd27abe5895eb306c630aa0822d0c608f041d4abfea
 SHA512 
09220abfc844192ca698589897845752e02666b4ecd6529af4cde9f260ef36694e6e631c7503fc0e438ac72c88c419043b78399385cb248e789e86404503935a
 DIST anstyle-1.0.4.crate 13998 BLAKE2B 
fb501700855709e53438461c2f4b48d869613e7bb3bb700db8bd0d95082876d3782dc2cfe3ce110bb4a206994de56afe0e90fe89f9ccd07c60fe1c652123ba59
 SHA512 
671c6f57106198bcfc2f9000aacba98fabacfadfce2329dfe8d0e0a2af9404da483d7a844ca2b08e1fc0249371f574c13d0082c9f7a4ed90ff581308257a52d3
-DIST anyhow-1.0.75.crate 43901 BLAKE2B 
6353557d7ec2cbfdd001c039fad62c95fea9e02b113149f726fd14bb36b31e637e8609dd5ee20a900e9c11bb783d9958d664b31ba7c467382fa7f51d477ad3aa
 SHA512 
190d6be8ede0af9808210db53e4dc31ce69b126a26b0357220c4705a11e83cab2c2c09c59964a35794f3c434f717eaa6bb669e9e8f16012535c14246b17e8d40
 DIST anyhow-1.0.79.crate 44931 BLAKE2B 
9270f04c6fbbecb535e3081f4275c3df28f6a893c1dfc0a9f7c009994de2deb8ebced04fe5e6f62931b33c3707f4fbfb0c3b28da1a611b413d40d27149d1fd2f
 SHA512 
ecd6fb1367d494df18c0e274b336a133f3acf7b6a5487d20bdd06e08c7f1f729877086a0966e998221daff120504fadd2be2dc4219ed621f81b0a50c2bbc2011
 DIST ascii-canvas-3.0.0.crate 10575 BLAKE2B 
fc40c40551e3e1b2bec6ae5a85ee8b0a1ab1ef3425cdd19ec6dd47d849205004781a2c8f51470417fe7556cf8524cc63b84a532532c5081604adbcd92d286b44
 SHA512 
216056640604f5faba6d46e2c94ff75234fec83d3bc2dc7cf34dd279706362874e3a513c717b23bc591da07cc3088458913c4e9aa5f280550c93d261095c8703
-DIST assert_cmd-2.0.12.crate 25347 BLAKE2B 
7ff952782a86203c1dd06611f1c644d8eaa6d85c8aa635bb2cac0423050f0af3c3687dcc82235041fb44e748ed06db16ed7c413d0f31305b6e3d208880494fac
 SHA512 
d14783933521ffbcc0bcad8e52e7e0e4fb58cb609123b2a50e20dbee10d7f2df4eb020cdfde386c8cde6b7e0696a3f98e0dbd698c82c99a2c6903c437ec907e4
 DIST assert_cmd-2.0.13.crate 23917 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/rpm-sequoia/

2024-01-28 Thread Arthur Zamarin
commit: 7fca561103a39e7289821bd325e50c691b63559e
Author: Takuya Wakazono  gmail  com>
AuthorDate: Fri Jan 26 07:54:20 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 20:13:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fca5611

app-crypt/rpm-sequoia: add 1.6.0

Swapping .so and .so.1

Closes: https://bugs.gentoo.org/922296
Signed-off-by: Takuya Wakazono  gmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-crypt/rpm-sequoia/Manifest | 110 +
 app-crypt/rpm-sequoia/rpm-sequoia-1.6.0.ebuild | 298 +
 2 files changed, 408 insertions(+)

diff --git a/app-crypt/rpm-sequoia/Manifest b/app-crypt/rpm-sequoia/Manifest
index f8ccda760b83..7272a9a23e31 100644
--- a/app-crypt/rpm-sequoia/Manifest
+++ b/app-crypt/rpm-sequoia/Manifest
@@ -1,31 +1,45 @@
 DIST aead-0.5.2.crate 15509 BLAKE2B 
0214f3e8ee85a7e18c7d20f9a3fcbdbb9e5af6fdfdcb427e915279b505556dbd2df6d09d5c90561417c56796236a56ab24b2b11389745bc03a0a6da45c0e8636
 SHA512 
61926a615618e64efd0e9342d729a89f80d6e092dda50e018252a06147e2ca0dc2a989136416f57ae02019695757dfa3d3f3cf3799f138e440662744ecab4a44
 DIST aes-0.8.3.crate 124679 BLAKE2B 
7a352a9c5452ed91b32ed82a7450013ba0f0db4d990d37bfa78782e9c031d2a33d0b7680625881566ecc4b7048a44854759163d2e5c962783fffed1ca7d38a78
 SHA512 
89aa691fb6060c37ae8bdc2db8c7ba87a7c5201a776c247bb499fca0fa2b0c062601144af49eb781342a97760a124cc24dbfc38ccecd16493270f47d96282cc0
+DIST aes-gcm-0.10.3.crate 148991 BLAKE2B 
e1376b741386577277a8cb9535c1ad3e15ea383c0f324bc5cedff09a76b11f2c9e29226535688f9431e904bf2800b8e140c4b1cab333e572208eefd19ca897f1
 SHA512 
f9aec1e2609262c30921bf83cdd82117d147905d4ca311f9fef4b9f1734d3a57893ba2586f0ccfd39cf9264d347ba2c2d2c52b4726495eda8fec7fbec42d6db3
 DIST aho-corasick-1.0.4.crate 171175 BLAKE2B 
b3d450533f0799a18fa6ceba41ce841573a3b9fe9bc66745aba9b5a1ef4d86b107aa68c049bd30df7bc86229c71264142e40da8e1d145e776017269a01aed86e
 SHA512 
7cb8feb3289a508b1345b3cc04b59f2f730b80f561b17c7605ce23bf92780b5b3714ec84f5e3c5f4ba0c3abd47ac44fd0064a8bf4c5a7d00bd580774c6a3aee8
+DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 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 anstyle-1.0.2.crate 13983 BLAKE2B 
4274b101d1cab2b62f9bb7637dab35f4b16e8c08a080355a2ea53e2b7b353ff230aa77fb3a244e0d6ff0dcd27abe5895eb306c630aa0822d0c608f041d4abfea
 SHA512 
09220abfc844192ca698589897845752e02666b4ecd6529af4cde9f260ef36694e6e631c7503fc0e438ac72c88c419043b78399385cb248e789e86404503935a
+DIST anstyle-1.0.4.crate 13998 BLAKE2B 
fb501700855709e53438461c2f4b48d869613e7bb3bb700db8bd0d95082876d3782dc2cfe3ce110bb4a206994de56afe0e90fe89f9ccd07c60fe1c652123ba59
 SHA512 
671c6f57106198bcfc2f9000aacba98fabacfadfce2329dfe8d0e0a2af9404da483d7a844ca2b08e1fc0249371f574c13d0082c9f7a4ed90ff581308257a52d3
 DIST anyhow-1.0.75.crate 43901 BLAKE2B 
6353557d7ec2cbfdd001c039fad62c95fea9e02b113149f726fd14bb36b31e637e8609dd5ee20a900e9c11bb783d9958d664b31ba7c467382fa7f51d477ad3aa
 SHA512 
190d6be8ede0af9808210db53e4dc31ce69b126a26b0357220c4705a11e83cab2c2c09c59964a35794f3c434f717eaa6bb669e9e8f16012535c14246b17e8d40
+DIST anyhow-1.0.79.crate 44931 BLAKE2B 
9270f04c6fbbecb535e3081f4275c3df28f6a893c1dfc0a9f7c009994de2deb8ebced04fe5e6f62931b33c3707f4fbfb0c3b28da1a611b413d40d27149d1fd2f
 SHA512 
ecd6fb1367d494df18c0e274b336a133f3acf7b6a5487d20bdd06e08c7f1f729877086a0966e998221daff120504fadd2be2dc4219ed621f81b0a50c2bbc2011
 DIST ascii-canvas-3.0.0.crate 10575 BLAKE2B 
fc40c40551e3e1b2bec6ae5a85ee8b0a1ab1ef3425cdd19ec6dd47d849205004781a2c8f51470417fe7556cf8524cc63b84a532532c5081604adbcd92d286b44
 SHA512 
216056640604f5faba6d46e2c94ff75234fec83d3bc2dc7cf34dd279706362874e3a513c717b23bc591da07cc3088458913c4e9aa5f280550c93d261095c8703
 DIST assert_cmd-2.0.12.crate 25347 BLAKE2B 
7ff952782a86203c1dd06611f1c644d8eaa6d85c8aa635bb2cac0423050f0af3c3687dcc82235041fb44e748ed06db16ed7c413d0f31305b6e3d208880494fac
 SHA512 
d14783933521ffbcc0bcad8e52e7e0e4fb58cb609123b2a50e20dbee10d7f2df4eb020cdfde386c8cde6b7e0696a3f98e0dbd698c82c99a2c6903c437ec907e4
+DIST assert_cmd-2.0.13.crate 23917 BLAKE2B 

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

2024-01-28 Thread Arthur Zamarin
commit: f9fc4e8815cba8044c2ba8e47bf216d796df941a
Author: Richard-Rogalski  tutanota  com>
AuthorDate: Sun Jan 28 03:20:53 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 20:09:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fc4e88

dev-java/openjdk-bin:21: add powerpc64le support

Not sure if there was any reason it wasn't added already.
Works for me, power8 ppc64le. Successfully bootstraps the nonbin.

Signed-off-by: Richard Rogalski  firemail.cc>
Closes: https://github.com/gentoo/gentoo/pull/35051
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/openjdk-bin/Manifest  | 1 +
 dev-java/openjdk-bin/openjdk-bin-21.0.1_p12.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-java/openjdk-bin/Manifest b/dev-java/openjdk-bin/Manifest
index b0ce2ae92307..72d59e96abe7 100644
--- a/dev-java/openjdk-bin/Manifest
+++ b/dev-java/openjdk-bin/Manifest
@@ -12,6 +12,7 @@ DIST 
OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.8.1_1.tar.gz 191374032 BLAKE2B
 DIST OpenJDK17U-jdk_x64_linux_hotspot_17.0.8.1_1.tar.gz 192053612 BLAKE2B 
bd59524805f7af5883b7fd20ff13b77594ec6841c28b028ff589419ff31cc7f152c6b177bc133b7749c413c22a7e8bdeab6e2f705ceb49617bb89dd6be6727a4
 SHA512 
3856cea7abfacfeda499200ff09427ce7f2e96f25eb556cb27eecc83f0f8c5b3fcb831a00dcf0202d6dbb191e2a23e2d0f928dcfc503dbfc582193245ecd2522
 DIST OpenJDK17U-jdk_x64_mac_hotspot_17.0.8.1_1.tar.gz 187618128 BLAKE2B 
0413bb2bb928906f8aa09a6dae161fd91b4cc17a81ec822d4553322f1505f8141d10d308ddfb632c1678d2685dd95d999d09de5888aee056ca95847cca26b29e
 SHA512 
b2ba614ca966acc6c03563a248638051abe0851b9b6932e8d93748307250f32b5fd8cef70c8c308aba4f97c02c4791cc7193b19f5b2f407f6c2d003fcf2416a6
 DIST OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.1_12.tar.gz 205976031 BLAKE2B 
86b00c0c8da5c7ef97e993c1a863c715eca4384f892bf184e094ea4abdeac5e47a54159d1aadedd420e3c4e0d3644ce33589aa8bd1f83f5d67bd19c340951a8d
 SHA512 
ed05b9733e8270fe73dab86fb9320689a6613dd2d6a5807a47a2e22f081feefd9729e39521c85f3f443687bd103918850a9bd3a27d1a64b8519bb37c7454e5e8
+DIST OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.1_12.tar.gz 207081261 BLAKE2B 
859761c9d508f692f38369d16050f3d2c0715e84617838f728646baa90e3ce3ac1fc5fffa508f9f45aa8d01cf5a867dfc6849538ff39164e2ca70c27875a59b2
 SHA512 
1e955bd71b738d5260314c9ddd6b006683a1f10854d0bb41535df65dcb828f78f1f9bc021fc3c51d5bcafcae402cb16b683c31f4d854adb4d54440dada3920ac
 DIST OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.1_12.tar.gz 206892255 
BLAKE2B 
f51f7093e3c94c3ae766a36d2ab9da83e5789a6eb586b5ca2f6417c1b58134a1debe80a64fcd80ca7ec8605670bd73ba6cfca2e6a299b12423b7f8a5fcc46f22
 SHA512 
28dc24c8023c06f1ca765b81d06ea17a6ba2448ac0a2190633266211b82a78be03e3a0f27e52ee9a23919696b8c744ba9e2cf1a325f99b7a29fb276a9428735a
 DIST OpenJDK21U-jdk_x64_linux_hotspot_21.0.1_12.tar.gz 207852818 BLAKE2B 
294b849b8a0e851c034d63533fe844e528b05886a4803b3f5c73e0e9b5db1a79462963d0c90da2ae5967f1b7eac1521ddc199cdbff8fadd1875bace5a0f0d2f5
 SHA512 
496ed15dcba607cd1b9e6786932429f9d213d2ea22203bf8cbed61880655ee046bfc4c07b7b0d54285081ddf242fd8957ba34c8be75f5fb2ae0aac16f9b8ef3a
 DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u382b05.tar.gz 102105707 BLAKE2B 
5edec97bb60d983bcc299914c5bad8e89aef70f31ff1f5b26cbd430cbacc8b41c6d04906a9ea3a1eb6cf2601ae81279a871a1eb77c3297abb5454e213f2583b0
 SHA512 
11219c825f8ac0fcdd16120f89b2e7951c651595eb0be762cb511bad8cf44d3bc3136ba6f71b5ded8a9745fe5a143416b0ef4422c1cbbe62f110e4fa5f39c7ed

diff --git a/dev-java/openjdk-bin/openjdk-bin-21.0.1_p12.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-21.0.1_p12.ebuild
index 3d125fc60923..c45432f5aea4 100644
--- a/dev-java/openjdk-bin/openjdk-bin-21.0.1_p12.ebuild
+++ b/dev-java/openjdk-bin/openjdk-bin-21.0.1_p12.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
@@ -31,6 +31,7 @@ SLOT=$(ver_cut 1)
 
 SRC_URI="
$(abi_uri aarch64 arm64)
+   $(abi_uri ppc64le ppc64)
$(abi_uri x64 amd64)
$(abi_uri x64 amd64 musl)
 "
@@ -38,7 +39,7 @@ SRC_URI="
 DESCRIPTION="Prebuilt Java JDK binaries provided by Eclipse Temurin"
 HOMEPAGE="https://adoptium.net;
 LICENSE="GPL-2-with-classpath-exception"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
 IUSE="alsa cups headless-awt selinux source"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-misc/mime-types/

2024-01-28 Thread Arthur Zamarin
commit: 351da57cc6918b9648af7e1af607368e9b0e5c08
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 20:02:35 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 20:02:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351da57c

app-misc/mime-types: Stabilize 2.1.54 ALLARCHES, #923168

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

 app-misc/mime-types/mime-types-2.1.54.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/mime-types/mime-types-2.1.54.ebuild 
b/app-misc/mime-types/mime-types-2.1.54.ebuild
index 7a8330a53554..0edaa98636d4 100644
--- a/app-misc/mime-types/mime-types-2.1.54.ebuild
+++ b/app-misc/mime-types/mime-types-2.1.54.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
@@ -10,7 +10,7 @@ 
SRC_URI="https://pagure.io/mailcap/archive/r${MY_PV}/mailcap-r${MY_PV}.tar.gz;
 
 LICENSE="public-domain MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="nginx"
 
 S="${WORKDIR}/mailcap-r${MY_PV}"



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

2024-01-28 Thread Sam James
commit: 3f6205982f2e3f6fcfde59867d39fe5bd339744f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 20:01:48 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 20:01:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f620598

dev-libs/xmlsec: Stabilize 1.3.3-r1 amd64, #923120

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

 dev-libs/xmlsec/xmlsec-1.3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/xmlsec/xmlsec-1.3.3-r1.ebuild 
b/dev-libs/xmlsec/xmlsec-1.3.3-r1.ebuild
index 1db707dd4d7a..f4a0c18792b6 100644
--- a/dev-libs/xmlsec/xmlsec-1.3.3-r1.ebuild
+++ b/dev-libs/xmlsec/xmlsec-1.3.3-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 LICENSE="MIT"
 # Upstream consider major version bumps to be changes in either X or Y in X.Y.Z
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="doc gcrypt gnutls http nss +openssl static-libs test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



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

2024-01-28 Thread Sam James
commit: 3e2cd4d08f6e541c70b244ab482808b4c151266b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 20:01:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 20:01:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e2cd4d0

media-libs/musicbrainz: Stabilize 5.1.0-r1 x86, #923127

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

 media-libs/musicbrainz/musicbrainz-5.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/musicbrainz/musicbrainz-5.1.0-r1.ebuild 
b/media-libs/musicbrainz/musicbrainz-5.1.0-r1.ebuild
index eee9ce0b835e..8767ab4bb185 100644
--- a/media-libs/musicbrainz/musicbrainz-5.1.0-r1.ebuild
+++ b/media-libs/musicbrainz/musicbrainz-5.1.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/lib${P}"
 
 LICENSE="LGPL-2.1"
 SLOT="5/1" # soname of libmusicbrainz5.so
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="examples test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-01-28 Thread Sam James
commit: 5edd5cbec3a72b1e4026a18ba3435cce0a8c2422
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 20:01:49 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 20:01:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5edd5cbe

gnome-extra/libgsf: Stabilize 1.14.51 x86, #923121

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

 gnome-extra/libgsf/libgsf-1.14.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
index 3d8e125efc23..02758f857356 100644
--- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf;
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



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

2024-01-28 Thread Sam James
commit: 388df0755c165a987ff032cd69f03803cc47815b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 19:59:40 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 20:00:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388df075

www-client/chromium: check tc-ld-is-lld for use_lld param

Make sure we enable the LLD toggle if the user has enabled LLD themselves
rather than the ebuild doing it.

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

 www-client/chromium/chromium-120.0.6099.129.ebuild | 2 +-
 www-client/chromium/chromium-120.0.6099.224.ebuild | 2 +-
 www-client/chromium/chromium-121.0.6167.85.ebuild  | 2 +-
 www-client/chromium/chromium-122.0.6261.6.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/chromium/chromium-120.0.6099.129.ebuild 
b/www-client/chromium/chromium-120.0.6099.129.ebuild
index 91a4aac3089a..e54129b80752 100644
--- a/www-client/chromium/chromium-120.0.6099.129.ebuild
+++ b/www-client/chromium/chromium-120.0.6099.129.ebuild
@@ -723,7 +723,7 @@ chromium_configure() {
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
 
# Force lld for lto and pgo builds, otherwise disable, bug 641556
-   if needs_lld || use lto || use pgo; then
+   if needs_lld || tc-ld-is-lld || use lto || use pgo; then
myconf_gn+=" use_lld=true"
else
myconf_gn+=" use_lld=false"

diff --git a/www-client/chromium/chromium-120.0.6099.224.ebuild 
b/www-client/chromium/chromium-120.0.6099.224.ebuild
index fc235299b7a4..befc4cb52737 100644
--- a/www-client/chromium/chromium-120.0.6099.224.ebuild
+++ b/www-client/chromium/chromium-120.0.6099.224.ebuild
@@ -723,7 +723,7 @@ chromium_configure() {
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
 
# Force lld for lto and pgo builds, otherwise disable, bug 641556
-   if needs_lld || use lto || use pgo; then
+   if needs_lld || tc-ld-is-lld || use lto || use pgo; then
myconf_gn+=" use_lld=true"
else
myconf_gn+=" use_lld=false"

diff --git a/www-client/chromium/chromium-121.0.6167.85.ebuild 
b/www-client/chromium/chromium-121.0.6167.85.ebuild
index b763322aa50c..1234ddf241c6 100644
--- a/www-client/chromium/chromium-121.0.6167.85.ebuild
+++ b/www-client/chromium/chromium-121.0.6167.85.ebuild
@@ -764,7 +764,7 @@ chromium_configure() {
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
 
# 641556: Force lld for lto and pgo builds, otherwise disable
-   if needs_lld || use lto || use pgo; then
+   if needs_lld || tc-ld-is-lld || use lto || use pgo; then
myconf_gn+=" use_lld=true"
else
# This doesn't prevent lld from being used, but rather prevents 
gn from forcing it

diff --git a/www-client/chromium/chromium-122.0.6261.6.ebuild 
b/www-client/chromium/chromium-122.0.6261.6.ebuild
index 6fd300f560f1..cd22863412fc 100644
--- a/www-client/chromium/chromium-122.0.6261.6.ebuild
+++ b/www-client/chromium/chromium-122.0.6261.6.ebuild
@@ -285,7 +285,7 @@ needs_clang() {
 needs_lld() {
# #641556: Force lld for lto and pgo builds, otherwise disable
# #918897: Temporary hack w/ use arm64
-   [[ ${CHROMIUM_FORCE_LLD} == yes ]] || use lto || use pgo || use arm64
+   [[ ${CHROMIUM_FORCE_LLD} == yes ]] || tc-ld-is-lld || use lto || use 
pgo || use arm64
 }
 
 llvm_check_deps() {



[gentoo-commits] repo/gentoo:master commit in: dev-db/lmdb/

2024-01-28 Thread Arthur Zamarin
commit: 6316cb252bb059866a412b7f2d9b7c3a343d8567
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 19:59:58 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 19:59:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6316cb25

dev-db/lmdb: Stabilize 0.9.31 hppa, #923159

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

 dev-db/lmdb/lmdb-0.9.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/lmdb/lmdb-0.9.31.ebuild b/dev-db/lmdb/lmdb-0.9.31.ebuild
index d2a79a47b59f..ba727fa2d4f9 100644
--- a/dev-db/lmdb/lmdb-0.9.31.ebuild
+++ b/dev-db/lmdb/lmdb-0.9.31.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://git.openldap.org/openldap/openldap/-/archive/${MY_P}/openldap-$
 
 LICENSE="OPENLDAP"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="static-libs"
 
 S="${WORKDIR}/openldap-${MY_P}/libraries/liblmdb"



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

2024-01-28 Thread Arthur Zamarin
commit: 41b7f2087abfb95b92cc9bdecc5cc05b5848dc40
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 20:00:02 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 20:00:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b7f208

dev-libs/libverto: Stabilize 0.3.2 arm, #923167

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

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

diff --git a/dev-libs/libverto/libverto-0.3.2.ebuild 
b/dev-libs/libverto/libverto-0.3.2.ebuild
index 5cea204cc1cc..a55fa73a6c0d 100644
--- a/dev-libs/libverto/libverto-0.3.2.ebuild
+++ b/dev-libs/libverto/libverto-0.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/latchset/libverto/releases/download/${PV}/${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="glib +libev libevent +threads"
 REQUIRED_USE="|| ( glib libev libevent )"
 



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

2024-01-28 Thread Arthur Zamarin
commit: 3806303a809c529e79495d2922b7b124a4f83484
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 20:00:00 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 20:00:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3806303a

dev-libs/libverto: Stabilize 0.3.2 sparc, #923167

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

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

diff --git a/dev-libs/libverto/libverto-0.3.2.ebuild 
b/dev-libs/libverto/libverto-0.3.2.ebuild
index cd2aa890683c..3b82182e4663 100644
--- a/dev-libs/libverto/libverto-0.3.2.ebuild
+++ b/dev-libs/libverto/libverto-0.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/latchset/libverto/releases/download/${PV}/${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="glib +libev libevent +threads"
 REQUIRED_USE="|| ( glib libev libevent )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/lmdb/

2024-01-28 Thread Arthur Zamarin
commit: 7fa6e99a3137749d4fba153113d428850cf2235d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 19:59:57 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 19:59:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa6e99a

dev-db/lmdb: Stabilize 0.9.31 arm64, #923159

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

 dev-db/lmdb/lmdb-0.9.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/lmdb/lmdb-0.9.31.ebuild b/dev-db/lmdb/lmdb-0.9.31.ebuild
index 75a90bb93cae..d2a79a47b59f 100644
--- a/dev-db/lmdb/lmdb-0.9.31.ebuild
+++ b/dev-db/lmdb/lmdb-0.9.31.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://git.openldap.org/openldap/openldap/-/archive/${MY_P}/openldap-$
 
 LICENSE="OPENLDAP"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="static-libs"
 
 S="${WORKDIR}/openldap-${MY_P}/libraries/liblmdb"



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

2024-01-28 Thread Arthur Zamarin
commit: 3e07365b6ce63a227f60453855e513250e1f676a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 20:00:01 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 20:00:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e07365b

dev-libs/libverto: Stabilize 0.3.2 hppa, #923167

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

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

diff --git a/dev-libs/libverto/libverto-0.3.2.ebuild 
b/dev-libs/libverto/libverto-0.3.2.ebuild
index 3b82182e4663..5cea204cc1cc 100644
--- a/dev-libs/libverto/libverto-0.3.2.ebuild
+++ b/dev-libs/libverto/libverto-0.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/latchset/libverto/releases/download/${PV}/${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="glib +libev libevent +threads"
 REQUIRED_USE="|| ( glib libev libevent )"
 



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

2024-01-28 Thread Arthur Zamarin
commit: 22c4596cbc93fb14ad12d05bbac0e9cac479a473
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 19:59:59 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 19:59:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c4596c

dev-libs/libverto: Stabilize 0.3.2 arm64, #923167

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

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

diff --git a/dev-libs/libverto/libverto-0.3.2.ebuild 
b/dev-libs/libverto/libverto-0.3.2.ebuild
index 79f2b0966ac9..cd2aa890683c 100644
--- a/dev-libs/libverto/libverto-0.3.2.ebuild
+++ b/dev-libs/libverto/libverto-0.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/latchset/libverto/releases/download/${PV}/${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="glib +libev libevent +threads"
 REQUIRED_USE="|| ( glib libev libevent )"
 



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

2024-01-28 Thread Arthur Zamarin
commit: 720b0eb3fd241b4b174769170aa798fd37fb506e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 19:59:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 19:59:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720b0eb3

net-libs/gupnp-av: Stabilize 0.14.1-r2 amd64, #923115

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

 net-libs/gupnp-av/gupnp-av-0.14.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gupnp-av/gupnp-av-0.14.1-r2.ebuild 
b/net-libs/gupnp-av/gupnp-av-0.14.1-r2.ebuild
index 0281f610051c..5c10aa0c8c13 100644
--- a/net-libs/gupnp-av/gupnp-av-0.14.1-r2.ebuild
+++ b/net-libs/gupnp-av/gupnp-av-0.14.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP 
https://gitlab.gnome.org/GNOME/g
 
 LICENSE="LGPL-2"
 SLOT="0/3" # subslot: soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="gtk-doc +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2024-01-28 Thread Arthur Zamarin
commit: 717eda74f774f7440f7d26a73ec9a0677f6c85ae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 19:59:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 19:59:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717eda74

dev-python/pythran: Stabilize 0.15.0 x86, #922856

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

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

diff --git a/dev-python/pythran/pythran-0.15.0.ebuild 
b/dev-python/pythran/pythran-0.15.0.ebuild
index 22219d49a4a3..f7dd12b222d8 100644
--- a/dev-python/pythran/pythran-0.15.0.ebuild
+++ b/dev-python/pythran/pythran-0.15.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-libs/boost



[gentoo-commits] repo/gentoo:master commit in: dev-db/lmdb/

2024-01-28 Thread Arthur Zamarin
commit: 28ac547ebe730af18c2e518d316f660ead0ea820
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 19:59:59 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 19:59:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ac547e

dev-db/lmdb: Stabilize 0.9.31 arm, #923159

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

 dev-db/lmdb/lmdb-0.9.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/lmdb/lmdb-0.9.31.ebuild b/dev-db/lmdb/lmdb-0.9.31.ebuild
index ba727fa2d4f9..06e802992979 100644
--- a/dev-db/lmdb/lmdb-0.9.31.ebuild
+++ b/dev-db/lmdb/lmdb-0.9.31.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://git.openldap.org/openldap/openldap/-/archive/${MY_P}/openldap-$
 
 LICENSE="OPENLDAP"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="static-libs"
 
 S="${WORKDIR}/openldap-${MY_P}/libraries/liblmdb"



[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/

2024-01-28 Thread Arthur Zamarin
commit: fbd63533ced655f6ab01828addf6a6fd9aea6194
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 19:59:53 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 19:59:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd63533

www-servers/lighttpd: Stabilize 1.4.73 x86, #922261

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

 www-servers/lighttpd/lighttpd-1.4.73.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/lighttpd/lighttpd-1.4.73.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.73.ebuild
index eaa567bc4701..e83f85938308 100644
--- a/www-servers/lighttpd/lighttpd-1.4.73.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.73.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+brotli dbi gnutls kerberos ldap +lua maxminddb mbedtls mmap mysql 
+nettle nss +pcre php postgres rrdtool sasl selinux ssl sqlite test unwind 
webdav xattr +zlib zstd"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/vice/

2024-01-28 Thread Arthur Zamarin
commit: 026ef6e009d24b17141a99e713d9e19ed9ef56ae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 19:59:55 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 19:59:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=026ef6e0

app-emulation/vice: Stabilize 3.8-r1 x86, #922750

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

 app-emulation/vice/vice-3.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/vice/vice-3.8-r1.ebuild 
b/app-emulation/vice/vice-3.8-r1.ebuild
index dd1908d5bfc8..36f76ca6a6e3 100644
--- a/app-emulation/vice/vice-3.8-r1.ebuild
+++ b/app-emulation/vice/vice-3.8-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="
alsa curl debug doc ethernet flac gif +gtk headless lame mpg123
ogg openmp oss parport pci png portaudio pulseaudio sdl



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecl/

2024-01-28 Thread Arthur Zamarin
commit: 86dcb054721b01e6c628e61b16886716977e1174
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 19:59:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 19:59:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86dcb054

dev-lisp/ecl: Stabilize 23.9.9-r1 x86, #922646

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

 dev-lisp/ecl/ecl-23.9.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/ecl/ecl-23.9.9-r1.ebuild 
b/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
index bf285390a978..542b691a6db0 100644
--- a/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
+++ b/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://common-lisp.net/project/ecl/static/files/release/${P}.tgz;
 
 LICENSE="BSD-2 LGPL-2.1+"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc ppc64 ~sparc x86 ~amd64-linux"
 IUSE="cxx debug emacs gengc precisegc cpu_flags_x86_sse +threads +unicode X"
 # test phase only works if ecl already installed #516876
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/

2024-01-28 Thread Arthur Zamarin
commit: c9e9c0a5c3bcf0006ac8afac7f35f1338f722077
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 28 19:59:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 28 19:59:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e9c0a5

net-vpn/tor: Stabilize 0.4.8.10 x86, #922191

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

 net-vpn/tor/tor-0.4.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.4.8.10.ebuild b/net-vpn/tor/tor-0.4.8.10.ebuild
index 16cf3fa07044..b57e148142a3 100644
--- a/net-vpn/tor/tor-0.4.8.10.ebuild
+++ b/net-vpn/tor/tor-0.4.8.10.ebuild
@@ -28,7 +28,7 @@ else
S="${WORKDIR}/${MY_PF}"
 
if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc 
~x86 ~ppc-macos"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc 
x86 ~ppc-macos"
fi
 
BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-tor-20230727 )"



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

2024-01-28 Thread Sam James
commit: 09792f688fc71e165c9512efff4d23afdfb8e3e7
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 19:56:24 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 19:56:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09792f68

www-client/chromium: always pass -Wl,--undefined-version if supported

Needed for e.g. mold and also if the ebuild didn't force lld but it's
being used.

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

 www-client/chromium/chromium-120.0.6099.129.ebuild | 5 +++--
 www-client/chromium/chromium-120.0.6099.224.ebuild | 5 +++--
 www-client/chromium/chromium-121.0.6167.85.ebuild  | 7 ---
 www-client/chromium/chromium-122.0.6261.6.ebuild   | 7 ---
 4 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/www-client/chromium/chromium-120.0.6099.129.ebuild 
b/www-client/chromium/chromium-120.0.6099.129.ebuild
index 671a9a910671..91a4aac3089a 100644
--- a/www-client/chromium/chromium-120.0.6099.129.ebuild
+++ b/www-client/chromium/chromium-120.0.6099.129.ebuild
@@ -719,10 +719,11 @@ chromium_configure() {
myconf_gn+=" is_clang=false"
fi
 
+   # https://bugs.gentoo.org/918897#c32
+   append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
+
# Force lld for lto and pgo builds, otherwise disable, bug 641556
if needs_lld || use lto || use pgo; then
-   # https://bugs.gentoo.org/918897#c32
-   append-ldflags -Wl,--undefined-version
myconf_gn+=" use_lld=true"
else
myconf_gn+=" use_lld=false"

diff --git a/www-client/chromium/chromium-120.0.6099.224.ebuild 
b/www-client/chromium/chromium-120.0.6099.224.ebuild
index ec304dfd9b96..fc235299b7a4 100644
--- a/www-client/chromium/chromium-120.0.6099.224.ebuild
+++ b/www-client/chromium/chromium-120.0.6099.224.ebuild
@@ -719,10 +719,11 @@ chromium_configure() {
myconf_gn+=" is_clang=false"
fi
 
+   # https://bugs.gentoo.org/918897#c32
+   append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
+
# Force lld for lto and pgo builds, otherwise disable, bug 641556
if needs_lld || use lto || use pgo; then
-   # https://bugs.gentoo.org/918897#c32
-   append-ldflags -Wl,--undefined-version
myconf_gn+=" use_lld=true"
else
myconf_gn+=" use_lld=false"

diff --git a/www-client/chromium/chromium-121.0.6167.85.ebuild 
b/www-client/chromium/chromium-121.0.6167.85.ebuild
index ce967e9c792f..b763322aa50c 100644
--- a/www-client/chromium/chromium-121.0.6167.85.ebuild
+++ b/www-client/chromium/chromium-121.0.6167.85.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2009-2023 Gentoo Authors
+# Copyright 2009-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -760,10 +760,11 @@ chromium_configure() {
myconf_gn+=" is_clang=false"
fi
 
+   # https://bugs.gentoo.org/918897#c32
+   append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
+
# 641556: Force lld for lto and pgo builds, otherwise disable
if needs_lld || use lto || use pgo; then
-   # https://bugs.gentoo.org/918897#c32
-   append-ldflags -Wl,--undefined-version
myconf_gn+=" use_lld=true"
else
# This doesn't prevent lld from being used, but rather prevents 
gn from forcing it

diff --git a/www-client/chromium/chromium-122.0.6261.6.ebuild 
b/www-client/chromium/chromium-122.0.6261.6.ebuild
index 191e521abd6b..6fd300f560f1 100644
--- a/www-client/chromium/chromium-122.0.6261.6.ebuild
+++ b/www-client/chromium/chromium-122.0.6261.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2009-2023 Gentoo Authors
+# Copyright 2009-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -765,9 +765,10 @@ chromium_configure() {
fi
fi
 
+   # https://bugs.gentoo.org/918897#c32
+   append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
+
if needs_lld ; then
-   # https://bugs.gentoo.org/918897#c32
-   append-ldflags -Wl,--undefined-version
myconf_gn+=" use_lld=true"
else
# This doesn't prevent lld from being used, but rather prevents 
gn from forcing it



[gentoo-commits] repo/gentoo:master commit in: games-fps/serioussam/

2024-01-28 Thread Florian Schmaus
commit: 45f40d193555eec4837e705aedc1cf86013808cf
Author: Alexander Pavlov  yandex  ru>
AuthorDate: Wed Jan 24 13:55:01 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Jan 28 19:42:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f40d19

games-fps/serioussam: Bump to version 1.10.6d. Update License.

Rename serioussam-1.10.6.ebuild to serioussam-1.10.6c.ebuild
Update license for serioussam-1.10.6c.ebuild
libvorbis(BSD License) sources and headers not need for build 1.10.6c
Add new ebuild serioussam-1.10.6d.ebuild
libvorbis(BSD License) sources and headers not need for build 1.10.6d
zlib(ZLIB License) sources and headers not need for build 1.10.6d
Signed-off-by: Alexander Pavlov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/34880
Signed-off-by: Florian Schmaus  gentoo.org>

 games-fps/serioussam/Manifest  |  1 +
 .../{serioussam-1.10.6.ebuild => serioussam-1.10.6c.ebuild}| 10 +-
 .../{serioussam-1.10.6.ebuild => serioussam-1.10.6d.ebuild}| 10 +-
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/games-fps/serioussam/Manifest b/games-fps/serioussam/Manifest
index eb7ea315651a..a3473b88b03b 100644
--- a/games-fps/serioussam/Manifest
+++ b/games-fps/serioussam/Manifest
@@ -1 +1,2 @@
 DIST serioussam-1.10.6c.tar.gz 47908208 BLAKE2B 
90af9f8c11b474ce0e114c3390e1afd5c746c1b2ca4e61bd6085f1dc42f6f73981cc4434ff8fdcc1306178ae9d2707026765a3a1da006d5adb841d2d314a4214
 SHA512 
de1ba536c84977d1e7335833b8a2080b13a22ca25efba88363972dceb4bcbfda1db448de42d262fa003fe9df393327509e76afc3cc501f96ed6495d29b74b6bb
+DIST serioussam-1.10.6d.tar.gz 47922084 BLAKE2B 
b035df25f897e498e8e6bf4707c3003e0aeb79eff8d0067b5887716acd3630640e2d599434288635f4ae7d6aeb522a0e814c0b5acb64dc6166d7b7487e9ee88c
 SHA512 
1a71e1277f6d2e7d0d059a15c51877d3d838e1c97ea6d8c61cdeb4ff0a4c2640be6a412db2c099b78d15b657d3b0bf8f324416d9258f7867fee6cf54923a542d

diff --git a/games-fps/serioussam/serioussam-1.10.6.ebuild 
b/games-fps/serioussam/serioussam-1.10.6c.ebuild
similarity index 92%
copy from games-fps/serioussam/serioussam-1.10.6.ebuild
copy to games-fps/serioussam/serioussam-1.10.6c.ebuild
index 5f7794528412..79d84e4d8acf 100644
--- a/games-fps/serioussam/serioussam-1.10.6.ebuild
+++ b/games-fps/serioussam/serioussam-1.10.6c.ebuild
@@ -13,13 +13,13 @@ GN2="serioussamse"
 
 DESCRIPTION="Linux port of Serious Sam Classic with Vulkan support"
 HOMEPAGE="https://github.com/tx00100xt/SeriousSamClassic-VK;
-SRC_URI="https://github.com/tx00100xt/SeriousSamClassic-VK/archive/refs/tags/${PV}c.tar.gz
 -> ${P}c.tar.gz"
-S="${WORKDIR}/SeriousSamClassic-VK-${PV}c"
+SRC_URI="https://github.com/tx00100xt/SeriousSamClassic-VK/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/SeriousSamClassic-VK-${PV}"
 
-MY_CONTENT1="${WORKDIR}/SeriousSamClassic-VK-${PV}c/${MY_PN1}"
-MY_CONTENT2="${WORKDIR}/SeriousSamClassic-VK-${PV}c/${MY_PN2}"
+MY_CONTENT1="${WORKDIR}/SeriousSamClassic-VK-${PV}/${MY_PN1}"
+MY_CONTENT2="${WORKDIR}/SeriousSamClassic-VK-${PV}/${MY_PN2}"
 
-LICENSE="GPL-2 BSD ZLIB"
+LICENSE="GPL-2 ZLIB"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="alsa pipewire vulkan"

diff --git a/games-fps/serioussam/serioussam-1.10.6.ebuild 
b/games-fps/serioussam/serioussam-1.10.6d.ebuild
similarity index 92%
rename from games-fps/serioussam/serioussam-1.10.6.ebuild
rename to games-fps/serioussam/serioussam-1.10.6d.ebuild
index 5f7794528412..4df47b2386ee 100644
--- a/games-fps/serioussam/serioussam-1.10.6.ebuild
+++ b/games-fps/serioussam/serioussam-1.10.6d.ebuild
@@ -13,13 +13,13 @@ GN2="serioussamse"
 
 DESCRIPTION="Linux port of Serious Sam Classic with Vulkan support"
 HOMEPAGE="https://github.com/tx00100xt/SeriousSamClassic-VK;
-SRC_URI="https://github.com/tx00100xt/SeriousSamClassic-VK/archive/refs/tags/${PV}c.tar.gz
 -> ${P}c.tar.gz"
-S="${WORKDIR}/SeriousSamClassic-VK-${PV}c"
+SRC_URI="https://github.com/tx00100xt/SeriousSamClassic-VK/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/SeriousSamClassic-VK-${PV}"
 
-MY_CONTENT1="${WORKDIR}/SeriousSamClassic-VK-${PV}c/${MY_PN1}"
-MY_CONTENT2="${WORKDIR}/SeriousSamClassic-VK-${PV}c/${MY_PN2}"
+MY_CONTENT1="${WORKDIR}/SeriousSamClassic-VK-${PV}/${MY_PN1}"
+MY_CONTENT2="${WORKDIR}/SeriousSamClassic-VK-${PV}/${MY_PN2}"
 
-LICENSE="GPL-2 BSD ZLIB"
+LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="alsa pipewire vulkan"



[gentoo-commits] proj/tex-overlay:main commit in: dev-texlive/texlive-luatex/

2024-01-28 Thread Florian Schmaus
commit: 00f4691c6fe61d3cfd85adfff510c21905dc168c
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sun Jan 28 19:37:44 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Jan 28 19:38:06 2024 +
URL:https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=00f4691c

dev-texlive/texlive-luatex: hprefixify luaotfload-database.lua like the 2021 
ebuild does

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

 dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild 
b/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
index d94fef9..4fdcf3c 100644
--- a/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
+++ b/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.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"
@@ -242,7 +242,7 @@ TEXLIVE_MODULE_SRC_CONTENTS="
placeat.source.r45145
texfindpkg.source.r67027
 "
-inherit texlive-module
+inherit prefix texlive-module
 DESCRIPTION="TeXLive LuaTeX packages"
 RESTRICT="mirror"
 
@@ -261,3 +261,8 @@ TEXLIVE_MODULE_BINSCRIPTS="
 TEXLIVE_MODULE_BINLINKS="
luaotfload-tool:mkluatexfontdb
"
+
+src_prepare() {
+   default
+   hprefixify texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua
+}



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

2024-01-28 Thread Michał Górny
commit: 8a97d4377ff9377391585c7d4fc91e864bc7b021
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 28 19:32:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 28 19:36:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a97d437

dev-python/pytest-xdist: Fix retention-related test failures

Closes: https://bugs.gentoo.org/923165
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-3.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-3.5.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-3.5.0.ebuild
index 492b5b864c66..24d0715e31b6 100644
--- a/dev-python/pytest-xdist/pytest-xdist-3.5.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-3.5.0.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
@@ -40,5 +40,5 @@ python_test() {
# since we disabled autoloading, force loading necessary plugins
local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail
 
-   epytest
+   epytest -o tmp_path_retention_count=1
 }



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

2024-01-28 Thread Michał Górny
commit: e86940ab2e32892f76fa5542e21c27d09f28f336
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 28 17:36:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 28 19:36:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86940ab

dev-python/pypdf: Add dev-python/pyyaml test dep

Closes: https://bugs.gentoo.org/923137
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pypdf/pypdf-4.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pypdf/pypdf-4.0.0.ebuild 
b/dev-python/pypdf/pypdf-4.0.0.ebuild
index e314f1fdfa84..6626238ceb3f 100644
--- a/dev-python/pypdf/pypdf-4.0.0.ebuild
+++ b/dev-python/pypdf/pypdf-4.0.0.ebuild
@@ -31,6 +31,7 @@ BDEPEND="
test? (
dev-python/cryptography[${PYTHON_USEDEP}]
>=dev-python/pillow-8.0.0[jpeg,jpeg2k,tiff,${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/os-client-config/

2024-01-28 Thread Michał Górny
commit: 4948d1f55d3dcdc82e31503a69cad4139a5d4a1b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 28 17:02:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 28 19:36:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4948d1f5

dev-python/os-client-config: Add test dep on dev-python/extras

Closes: https://bugs.gentoo.org/923075
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild 
b/dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild
index 04e12131b425..e5c7b30e9f8b 100644
--- a/dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild
+++ b/dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 pypi
 
@@ -23,6 +23,7 @@ RDEPEND="
 BDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
test? (
+   >=dev-python/extras-1.0.0[${PYTHON_USEDEP}]
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
>=dev-python/prometheus-client-0.4.2[${PYTHON_USEDEP}]



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

2024-01-28 Thread Michał Górny
commit: ac797927113f5d444fd9c407ff0fb3e468e13532
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 28 17:34:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 28 19:36:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac797927

dev-python/pygal: Add rdep on dev-python/importlib-metadata

Closes: https://bugs.gentoo.org/923135
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pygal/{pygal-3.0.4.ebuild => pygal-3.0.4-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/pygal/pygal-3.0.4.ebuild 
b/dev-python/pygal/pygal-3.0.4-r1.ebuild
similarity index 91%
rename from dev-python/pygal/pygal-3.0.4.ebuild
rename to dev-python/pygal/pygal-3.0.4-r1.ebuild
index a86c03d7d045..056f080194f7 100644
--- a/dev-python/pygal/pygal-3.0.4.ebuild
+++ b/dev-python/pygal/pygal-3.0.4-r1.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
@@ -23,6 +23,9 @@ LICENSE="LGPL-3+"
 SLOT="0"
 KEYWORDS="amd64 arm64 ~riscv x86"
 
+RDEPEND="
+   dev-python/importlib-metadata[${PYTHON_USEDEP}]
+"
 BDEPEND="
test? (
dev-python/lxml[${PYTHON_USEDEP}]



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

2024-01-28 Thread Michał Górny
commit: f28d655e2897098a46bc477b79f9392bb5937a01
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 28 19:30:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 28 19:36:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28d655e

dev-python/pytest-subtests: Remove obsolete pytest_forked ref

pytest-xdist no longer uses pytest_forked internally, so stop loading
it.

Closes: https://bugs.gentoo.org/923162
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild 
b/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild
index 11ac8bbfedb4..73d58a2ab238 100644
--- a/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild
+++ b/dev-python/pytest-subtests/pytest-subtests-0.11.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
@@ -35,6 +35,6 @@ distutils_enable_tests pytest
 
 python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x 
PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked,pytest_subtests
+   local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_subtests
epytest
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-console-scripts/

2024-01-28 Thread Michał Górny
commit: 30fc9d7245872ad9019b1f7d533137e8e33ef512
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 28 17:40:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 28 19:36:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30fc9d72

dev-python/pytest-console-scripts: Fix retention-rel. test failures

Closes: https://bugs.gentoo.org/923139
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild 
b/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild
index 3d29146a60fc..bd38d6343090 100644
--- a/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild
+++ b/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.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
@@ -34,6 +34,6 @@ python_test() {
sys.exit(pytest.console_main())
EOF
chmod +x "${script}" || die
-   epytest
+   epytest -o tmp_path_retention_count=1
rm "${script}" || die
 }



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-icon-picker/

2024-01-28 Thread Pascal Jäger
commit: 1b787d4734a0daa6665768cc9f565204fea19d5e
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 19:00:43 2024 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Sun Jan 28 19:00:43 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b787d47

gui-apps/nwg-icon-picker: drop 0.1.0

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

 .../nwg-icon-picker/nwg-icon-picker-0.1.0.ebuild   | 29 --
 1 file changed, 29 deletions(-)

diff --git a/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.0.ebuild 
b/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.0.ebuild
deleted file mode 100644
index f3d39faa31..00
--- a/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-if [[ "${PV}" ==  ]]
-then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-icon-picker.git;
-else
-   
SRC_URI="https://github.com/nwg-piotr/nwg-icon-picker/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="GTK icon chooser with a text search option"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-icon-picker;
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-   x11-libs/gtk+:3
-   dev-python/pygobject[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell-config/

2024-01-28 Thread Pascal Jäger
commit: 6ffc0f9007d288004dc37cac33df07cc95e76338
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 18:57:27 2024 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Sun Jan 28 18:57:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ffc0f90

gui-apps/nwg-shell-config: add 0.5.32

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

 gui-apps/nwg-shell-config/Manifest |  1 +
 .../nwg-shell-config-0.5.32.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest 
b/gui-apps/nwg-shell-config/Manifest
index e3cb59fffb..b39b4fe9fb 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-config-0.5.30.tar.gz 113863 BLAKE2B 
ce3ceb5a69fb53ec81a392e69e5114bebeaa1bd6e3128ea50a5cd683f18b6534bb44bca59ae191df78e39de9ea9db157bd98524d053312499ced990b5aa8f7f3
 SHA512 
f4317771ffe33fac73ae316f3be16065181be805e1a5223a3e9fbab358cd5cc0168018ef866962402d593f24cd811ac9c6197bc4f66c0669bb6d89fe4f7f7e6d
 DIST nwg-shell-config-0.5.31.tar.gz 114349 BLAKE2B 
82dab1973d7fe40b76a06525517fb7211e5a21cac1e4bd793c23c9f46afe8811b132b793f302b8c42f2b915661b3acec6bc0f30741dee04a612de8ccfd249ad1
 SHA512 
caac936d953fa1dff56db0332101e90979428a9314a6ca9fe88d8230bf172213593240dfd7b7d3cea1336f6fbe71839764a2f084a8e47e3398c3335c32d12eef
+DIST nwg-shell-config-0.5.32.tar.gz 113661 BLAKE2B 
9a88a02069a7cb22f7c57fbc42032ace4c0bca531c271a26ee06b90d16c27d3904cdfe2ef70c253b538ff0da8f39d11f0b8e060b604577be03cba25178623382
 SHA512 
1cf14a350456bca8265455f5905b300101dd9c8ae0ea0ef98de04e39f4e3cf4e40ebc47af05d10b5e968d36e38efa4e0ba94ff24d96b63a170dc9df9fc34

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.32.ebuild 
b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.32.ebuild
new file mode 100644
index 00..4750a5f43b
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.32.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 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 desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config;
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+   gui-apps/nwg-shell
+   sci-geosciences/geopy
+   x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   domenu nwg-shell-config.desktop
+   doicon nwg-shell-config.svg
+   doicon nwg-shell-update.svg
+   doicon nwg-shell-translate.svg
+   doicon nwg-update-noupdate.svg
+   doicon nwg-update-available.svg
+   doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2024-01-28 Thread Pascal Jäger
commit: 624ce9ca641d319c2ef351c5d17ad2d5b22df57c
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 19:12:30 2024 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Sun Jan 28 19:12:30 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=624ce9ca

gui-apps/nwg-menu: add 0.1.2

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

 gui-apps/nwg-menu/Manifest  | 21 +
 gui-apps/nwg-menu/nwg-menu-0.1.2.ebuild | 84 +
 2 files changed, 105 insertions(+)

diff --git a/gui-apps/nwg-menu/Manifest b/gui-apps/nwg-menu/Manifest
index c800dc9932..639b340a5e 100644
--- a/gui-apps/nwg-menu/Manifest
+++ b/gui-apps/nwg-menu/Manifest
@@ -4,22 +4,43 @@ DIST github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.0.mod 34 
BLAKE2B 7e09c2779bf7a84
 DIST github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.0.zip 60546 BLAKE2B 
e775860f49c6ee09a6c48902d38fdf5d2d77af4cd405d8d303902170e46493301d4aa873a48b4d12a16d92dafaa65290de1fd3a42545025fbfc82f15a3881e8d
 SHA512 
53dc5484f488ae1f8d0eb672c3431bbf9fce33dfcee83dda7929103e3650559cf703f601716984a640422f01cc640860dba0b47e16aef04d0d2452a266fefbf9
 DIST 
github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20210331230524-5cca0b819261.mod
 120 BLAKE2B 
20c762cdf8941a400d33c77d7ac4f800b7598a5003775f4ab459f943f011048ae48db2587af03bfdaed9941d60c6764142d741545057958fe68a8223068d18bd
 SHA512 
de15195276d5a17840e08ca1dc3bd02cb69802d495abd12d81a01c3aa6f8ac540e765204248d7e0a83e99c666e925c003dff3f444f3be6e8a36b6b556bfa9927
 DIST 
github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20210331230524-5cca0b819261.zip
 3678 BLAKE2B 
a5dbd076df021bc1d7dd8ed4a96ed5184562c45d3296f8ffb9f62da59f7dc8b09a00115e944236f7c55f5091642a71fe73489354f0bb6e302a4f9ad108f9f0e9
 SHA512 
57d5ada5decc9019a20e0df36762f3fffecf77f9d08e7d3de18f9c99154572fb3c5a203c600fd8011f2bcfea8f91c5a2bf39d866c331045120cc0f3dbc52e848
+DIST 
github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20210827021656-e6ecab2731f7.mod
 90 BLAKE2B 
b8f340b487e8df1c3d35b380cf1d48fda80812d38939d8739a6a0048f8f6d90b03e23c34672edfc744c5d463a5174f25f522fea5fabd7d7a7544700b032e35ad
 SHA512 
973282445fc5252760021848609aa6ac8dbd7571756eff402bd5c705e344e5969ea6a658c0aa21da8a97b9d20b2edf70125eb6013a9c42b01f57e59d4d21ad99
+DIST 
github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20210827021656-e6ecab2731f7.zip
 2336902 BLAKE2B 
86cac68fbad1ccaf7e5975da9c7edafac80526cfe26f86e4051e3a21b26a46a7de8b7969f20d8d9ba588ab7bbd602069472fc009843d4ebaed9f3bd63bdd8564
 SHA512 
232285f641fbd58b6148638c5cbfe84506839337c064858fb332275587dc207b9a316f8bb180108c0b2495d24cfe6629b1ca0e7a45da657ff76a43753b047f83
+DIST 
github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20230802002603-b0c42cd8474f.mod
 90 BLAKE2B 
b8f340b487e8df1c3d35b380cf1d48fda80812d38939d8739a6a0048f8f6d90b03e23c34672edfc744c5d463a5174f25f522fea5fabd7d7a7544700b032e35ad
 SHA512 
973282445fc5252760021848609aa6ac8dbd7571756eff402bd5c705e344e5969ea6a658c0aa21da8a97b9d20b2edf70125eb6013a9c42b01f57e59d4d21ad99
+DIST 
github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20230802002603-b0c42cd8474f.zip
 2402580 BLAKE2B 
2a4599ae9f21a4530ef36d0f2a6dce5d0a0161dbe4c94d4f7bde82a8d1fa298bdb3bde3964207533d1cd5ce4d173e10b02ca8ae0e7ed3607f1d14112bda11f79
 SHA512 
8c555e52570ba25ce9ceef3d27e2be678bfff1d8dde8bd8dcc2cad8a81178319ce2a2687927eadf6ed9c3a21015d1f3c13f833e1ece344a83133733f741929a9
 DIST 
github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.5.3-0.20210223154815-289cfb6dbf32.mod 39 
BLAKE2B 
4d10be140ba045a068e1a13a1302698ee76f21627f0fdde3d952c82706179fbfd0af3f13737bf8771366298c2e6aec48113682951b81ac9208c88b69cb4836d5
 SHA512 
2e251029136f540fd056077d2b41c7ed820ad3614bf50516ad9a60ba54e1808e18ccfdd91a4454428adcf1426fc2ab93636cc8f9e2a55c14ad07648dd31cc35d
 DIST github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.0.mod 39 BLAKE2B 
4d10be140ba045a068e1a13a1302698ee76f21627f0fdde3d952c82706179fbfd0af3f13737bf8771366298c2e6aec48113682951b81ac9208c88b69cb4836d5
 SHA512 
2e251029136f540fd056077d2b41c7ed820ad3614bf50516ad9a60ba54e1808e18ccfdd91a4454428adcf1426fc2ab93636cc8f9e2a55c14ad07648dd31cc35d
 DIST github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.0.zip 401960 BLAKE2B 
70fec601ae92b3ae0ebca563bef26d6a5619fb8509b7767bed25caaea36ac826fac1ae3067ad8e2dc0606d3bfcff6011da45abf513c5ac44aeb9cabc1153d334
 SHA512 
6a46b089108c36a892b676d89c34b97d4b402d7d4ce02766cefb3e3aa87c7f495588e27b0706c87ba791f34cf41f6e3c5b25c4abc0cc73b91ee454b1c47aaf0e
+DIST github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.1.mod 39 BLAKE2B 
4d10be140ba045a068e1a13a1302698ee76f21627f0fdde3d952c82706179fbfd0af3f13737bf8771366298c2e6aec48113682951b81ac9208c88b69cb4836d5
 SHA512 
2e251029136f540fd056077d2b41c7ed820ad3614bf50516ad9a60ba54e1808e18ccfdd91a4454428adcf1426fc2ab93636cc8f9e2a55c14ad07648dd31cc35d
+DIST github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.1.zip 401975 BLAKE2B 
a1cd9ce75924c05b01d13964f5d6f7a959ed3656fa8293e168f74466c0ee63b06bb8aa168dcf240695cca833e264bcc71ed46776f8bf6a96702af9c918ebb9ec
 SHA512 

[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-icon-picker/

2024-01-28 Thread Pascal Jäger
commit: ab510e2c16d54d79096401f7b1b873b357978827
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 19:00:30 2024 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Sun Jan 28 19:00:30 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab510e2c

gui-apps/nwg-icon-picker: add 0.1.1

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

 gui-apps/nwg-icon-picker/Manifest  |  1 +
 .../nwg-icon-picker/nwg-icon-picker-0.1.1.ebuild   | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-icon-picker/Manifest 
b/gui-apps/nwg-icon-picker/Manifest
index c59f042fb8..f667098a44 100644
--- a/gui-apps/nwg-icon-picker/Manifest
+++ b/gui-apps/nwg-icon-picker/Manifest
@@ -1 +1,2 @@
 DIST nwg-icon-picker-0.1.0.tar.gz 5616 BLAKE2B 
e725947cb524ebb74259d99ea46a432773ac25fb7ad4e14fc022c9be0e5a3b138f179943adc85cecd8fcb287ca817fd302b0b155ae6e23caef291d36020db9e5
 SHA512 
5192e8b06340b2ecf6ab5d1a343440f398299451362d63bb75eabd574c44c9c5c08f76122d38c426594bedd24443944b86ceeb9e779a9db2a4610d36b0aff1bb
+DIST nwg-icon-picker-0.1.1.tar.gz 5807 BLAKE2B 
7a11a9231246841d8453f5336108264387ed3216e1cba542f7c58efeec691783cfb7faff4c579a88e7f709c99600cdacd7a1c799b8243a5e009f0be32503da70
 SHA512 
acad6452dc7e6313a0c16519eabd8d1cb71903bdda361fc9fc35352f49207cfa5c838e28e34587492068d8f97491cf436b1a8208c0cf177556a3d82e8d93

diff --git a/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.1.ebuild 
b/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.1.ebuild
new file mode 100644
index 00..992d7ee1da
--- /dev/null
+++ b/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+if [[ "${PV}" ==  ]]
+then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-icon-picker.git;
+else
+   
SRC_URI="https://github.com/nwg-piotr/nwg-icon-picker/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="GTK icon chooser with a text search option"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-icon-picker;
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-python/pygobject[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   domenu nwg-icon-picker.desktop
+   doicon nwg-icon-picker.svg
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/nwg-shell-wallpapers/

2024-01-28 Thread Pascal Jäger
commit: 53e439d9ea961e8aa3fc79ebb6beb8adc4321cc2
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 19:05:17 2024 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Sun Jan 28 19:05:17 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53e439d9

app-misc/nwg-shell-wallpapers: drop 1.1

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

 app-misc/nwg-shell-wallpapers/Manifest|  1 -
 .../nwg-shell-wallpapers-1.1.ebuild   | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/app-misc/nwg-shell-wallpapers/Manifest 
b/app-misc/nwg-shell-wallpapers/Manifest
index b1c4ad1eca..7908fa2dea 100644
--- a/app-misc/nwg-shell-wallpapers/Manifest
+++ b/app-misc/nwg-shell-wallpapers/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-wallpapers-1.1.tar.gz 18835687 BLAKE2B 
73e6659edfcd1d015717dfbedc85373278b8a7ec78a10592b495117018930dc23a3e36f23885a78625c2bfc98074c2ce7a6a8152c57da46ecadd1534494e49ea
 SHA512 
88e0a1f54b3b55ce9833ab793719d6326bcf8bafd2b84c469b68b6b4be3970ae80dbf45cd444f9cf5fdd89fc3cf6036a7312112fa7fca33bb9eedf9205e32613
 DIST nwg-shell-wallpapers-1.3.tar.gz 14905039 BLAKE2B 
71856c2961cfbbb3b2c86e686df63320ddff9357fadbe00732d1dce33779a4f690d3b3bf3f1188cee20a0608c138e09494954285a7d2ce5da363ae1563a43045
 SHA512 
dc3a72f57dbc288841dbe4d4ebbdb4013d620a18acdb9c3e22e3af06fa481db2aeb98d845a27e86a421b9658f451de99bd4f7e4759b97d32d1124e8014097f90
 DIST nwg-shell-wallpapers-1.4.tar.gz 14905267 BLAKE2B 
a1afec9595f44b64f92e2275df807678ccfc1ddb6157e583bbebdd3e3d01cb1bee3761dadb65c636189f2cd0608ecec59daf4900894b7005ebfd7bf06d35590a
 SHA512 
8cf4f8ee316084f5b1a67b150cd560c29caf845e7359e45f9976fb3f9cd3c7ae22dcb113854f4539e04443a2dc37b5cb134bbad04d090cabedb2c0a9db4d8611

diff --git a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild 
b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild
deleted file mode 100644
index 6ab9adfad8..00
--- a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Selection of wallpapers contributed to the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-wallpapers;
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND=""
-
-src_install() {
-   insinto /usr/share/backgrounds/nwg-shell
-   doins wallpapers/*
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/nwg-shell-wallpapers/

2024-01-28 Thread Pascal Jäger
commit: 0ca156715a8c09413ea401edf42dc416390c685a
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 19:05:01 2024 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Sun Jan 28 19:05:01 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ca15671

app-misc/nwg-shell-wallpapers: add 1.4

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

 app-misc/nwg-shell-wallpapers/Manifest  |  1 +
 .../nwg-shell-wallpapers-1.4.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/app-misc/nwg-shell-wallpapers/Manifest 
b/app-misc/nwg-shell-wallpapers/Manifest
index 1e0b32f921..b1c4ad1eca 100644
--- a/app-misc/nwg-shell-wallpapers/Manifest
+++ b/app-misc/nwg-shell-wallpapers/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-wallpapers-1.1.tar.gz 18835687 BLAKE2B 
73e6659edfcd1d015717dfbedc85373278b8a7ec78a10592b495117018930dc23a3e36f23885a78625c2bfc98074c2ce7a6a8152c57da46ecadd1534494e49ea
 SHA512 
88e0a1f54b3b55ce9833ab793719d6326bcf8bafd2b84c469b68b6b4be3970ae80dbf45cd444f9cf5fdd89fc3cf6036a7312112fa7fca33bb9eedf9205e32613
 DIST nwg-shell-wallpapers-1.3.tar.gz 14905039 BLAKE2B 
71856c2961cfbbb3b2c86e686df63320ddff9357fadbe00732d1dce33779a4f690d3b3bf3f1188cee20a0608c138e09494954285a7d2ce5da363ae1563a43045
 SHA512 
dc3a72f57dbc288841dbe4d4ebbdb4013d620a18acdb9c3e22e3af06fa481db2aeb98d845a27e86a421b9658f451de99bd4f7e4759b97d32d1124e8014097f90
+DIST nwg-shell-wallpapers-1.4.tar.gz 14905267 BLAKE2B 
a1afec9595f44b64f92e2275df807678ccfc1ddb6157e583bbebdd3e3d01cb1bee3761dadb65c636189f2cd0608ecec59daf4900894b7005ebfd7bf06d35590a
 SHA512 
8cf4f8ee316084f5b1a67b150cd560c29caf845e7359e45f9976fb3f9cd3c7ae22dcb113854f4539e04443a2dc37b5cb134bbad04d090cabedb2c0a9db4d8611

diff --git a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.4.ebuild 
b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.4.ebuild
new file mode 100644
index 00..c105bedf54
--- /dev/null
+++ b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Selection of wallpapers contributed to the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-wallpapers;
+LICENSE="MIT"
+SLOT="0"
+
+src_install() {
+   insinto /usr/share/backgrounds/nwg-shell
+   doins wallpapers/*
+}



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

2024-01-28 Thread Pascal Jäger
commit: 4c419dbdd3fdcea96d45e1857d84ac3fe82ac88e
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 18:59:00 2024 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Sun Jan 28 18:59:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c419dbd

gui-apps/nwg-displays: drop 0.3.10

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

 gui-apps/nwg-displays/Manifest   |  1 -
 gui-apps/nwg-displays/nwg-displays-0.3.10.ebuild | 37 
 2 files changed, 38 deletions(-)

diff --git a/gui-apps/nwg-displays/Manifest b/gui-apps/nwg-displays/Manifest
index 23e5bf547f..a41a805c6e 100644
--- a/gui-apps/nwg-displays/Manifest
+++ b/gui-apps/nwg-displays/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-displays-0.3.10.tar.gz 24302 BLAKE2B 
48dcad68179be42bc5c98abb1f01b899ccca832bbf466dec6c2207cd8e66ce9c63275aa847b9a4602e4ac9f5d54df5c97547df1c1ffb0105b9aa8b0350be10d5
 SHA512 
7b51aa88cb7566b5018da479d9afb897fac3f67b17b04dde9cf9106c5876a1c073dfe0342ef71432a07a0061ea1d8066a5e4b73212ca7b23d3dcee2f8785e171
 DIST nwg-displays-0.3.11.tar.gz 24479 BLAKE2B 
b8afd7df9c543b93fcb0faf4ac96a8b2615c9838eca6de3cbc6e2301d6b5c8fc833ed0fdb2dd4358671718f980db21d5a1b3a965140bb06ff9e46a7c2b8af195
 SHA512 
045a12e9c541c943c39546e2637f2bc2d530abd8add85760be4a5191285e7925451a28cf48eeebeb593fbf591657f4b6462c875b592411fdee89ab964723876e
 DIST nwg-displays-0.3.13.tar.gz 24504 BLAKE2B 
9502d566a57c44a6d8d3d75a2ee5c33ccb0bb1312e667058aee5ea96a4bf238d008de8f9a5720ca90f709275a00544da4532e0772928c529b625d2a7b6486daf
 SHA512 
ccf708b5c528519c323951c6a2b2c0b0f5228fdfdf7e94f54f15eeb82d7fa52c8b49bf91399f6801651d02226592dc8cb6833dfe9d0cb59b5c420dd8462e1850

diff --git a/gui-apps/nwg-displays/nwg-displays-0.3.10.ebuild 
b/gui-apps/nwg-displays/nwg-displays-0.3.10.ebuild
deleted file mode 100644
index 3964d30f05..00
--- a/gui-apps/nwg-displays/nwg-displays-0.3.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-displays/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Output management utility for sway and Hyprland"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-displays;
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-   gui-apps/wlr-randr
-   x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   domenu nwg-displays.desktop
-   doicon nwg-displays.svg
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell-config/

2024-01-28 Thread Pascal Jäger
commit: d9360a812421595e04a61455a1bbadefb6a95429
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 18:57:39 2024 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Sun Jan 28 18:57:39 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9360a81

gui-apps/nwg-shell-config: drop 0.5.30

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

 gui-apps/nwg-shell-config/Manifest |  1 -
 .../nwg-shell-config-0.5.30.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest 
b/gui-apps/nwg-shell-config/Manifest
index b39b4fe9fb..ae8f794780 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-config-0.5.30.tar.gz 113863 BLAKE2B 
ce3ceb5a69fb53ec81a392e69e5114bebeaa1bd6e3128ea50a5cd683f18b6534bb44bca59ae191df78e39de9ea9db157bd98524d053312499ced990b5aa8f7f3
 SHA512 
f4317771ffe33fac73ae316f3be16065181be805e1a5223a3e9fbab358cd5cc0168018ef866962402d593f24cd811ac9c6197bc4f66c0669bb6d89fe4f7f7e6d
 DIST nwg-shell-config-0.5.31.tar.gz 114349 BLAKE2B 
82dab1973d7fe40b76a06525517fb7211e5a21cac1e4bd793c23c9f46afe8811b132b793f302b8c42f2b915661b3acec6bc0f30741dee04a612de8ccfd249ad1
 SHA512 
caac936d953fa1dff56db0332101e90979428a9314a6ca9fe88d8230bf172213593240dfd7b7d3cea1336f6fbe71839764a2f084a8e47e3398c3335c32d12eef
 DIST nwg-shell-config-0.5.32.tar.gz 113661 BLAKE2B 
9a88a02069a7cb22f7c57fbc42032ace4c0bca531c271a26ee06b90d16c27d3904cdfe2ef70c253b538ff0da8f39d11f0b8e060b604577be03cba25178623382
 SHA512 
1cf14a350456bca8265455f5905b300101dd9c8ae0ea0ef98de04e39f4e3cf4e40ebc47af05d10b5e968d36e38efa4e0ba94ff24d96b63a170dc9df9fc34

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.30.ebuild 
b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.30.ebuild
deleted file mode 100644
index 4750a5f43b..00
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.30.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config;
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-   gui-apps/nwg-shell
-   sci-geosciences/geopy
-   x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   domenu nwg-shell-config.desktop
-   doicon nwg-shell-config.svg
-   doicon nwg-shell-update.svg
-   doicon nwg-shell-translate.svg
-   doicon nwg-update-noupdate.svg
-   doicon nwg-update-available.svg
-   doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



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

2024-01-28 Thread Pascal Jäger
commit: caf4749f910b19736542c664f1f4d8e35d0c5556
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 18:56:17 2024 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Sun Jan 28 18:56:17 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=caf4749f

gui-apps/nwg-shell: add 0.5.29

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

 gui-apps/nwg-shell/Manifest|  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 00c953001d..478d52e4d6 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.26.tar.gz 2180999 BLAKE2B 
1008e34e663875754302c7631573d0d0a5b82a786204739a77744640d5bd2b3dc880b144f39c39b2a90686c6b19b91dcfc072825e5b29bd4c8e631aba486af7d
 SHA512 
aaf9acc0082aa9bb33f92d860c42eb0ce0d78aa3405bfc8bae1180ea0890926f0f348b4a4d6fcfb01812fe947d21deac65a2d2bec7eddf5e895a4b4535bf20ba
 DIST nwg-shell-0.5.28.tar.gz 2180994 BLAKE2B 
c54e1568846d8bdf44391be0195393ca8d58a2191a0b572d9da2b4f766e91dcf04efd49916afd57df25b9457709a03e1b44d67183faa82d5b3f27a58241784a2
 SHA512 
4833e0adf43e86e763a44583e09574cf591dee67145f43e96aba833d35dde371387183b8468090aa4521e1f968ab1e9950381ac43a38463d7bb6b609fd8cf308
+DIST nwg-shell-0.5.29.tar.gz 2181442 BLAKE2B 
176ed212e4f049e1486012fcb23f62a23106f2551544e89e99016a94c72543f44d4650a0d3c817226bb89c55d17e79ba3fb8613ddb19c81ebdb21b2e574adb91
 SHA512 
dc29091b41e19fc816a1bc2052600ce05b8280addb5ea7530c0e4e3c105b727ac4132dc08313b33b8cca8bef3b4269c1e3e78276240d5c08698cc64dfda2981d

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild 
b/gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild
new file mode 100644
index 00..1beb080d16
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.29.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..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell;
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   gui-apps/grim
+   gui-apps/swappy
+   gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   default
+   dobin scripts/*
+}
+
+pkg_postinst() {
+   elog "To install nwg-shell for the current user, run"
+   elog "nwg-shell-installer -w (for sway) or"
+   elog "nwg-shell-installer -w -hypr (for hyprland)"
+}



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

2024-01-28 Thread Pascal Jäger
commit: 122e129e3cfe42ae1ff464ebaaeda04fded33ba3
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 18:56:30 2024 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Sun Jan 28 18:56:30 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=122e129e

gui-apps/nwg-shell: drop 0.5.26

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

 gui-apps/nwg-shell/Manifest|  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 478d52e4d6..f48931114f 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.26.tar.gz 2180999 BLAKE2B 
1008e34e663875754302c7631573d0d0a5b82a786204739a77744640d5bd2b3dc880b144f39c39b2a90686c6b19b91dcfc072825e5b29bd4c8e631aba486af7d
 SHA512 
aaf9acc0082aa9bb33f92d860c42eb0ce0d78aa3405bfc8bae1180ea0890926f0f348b4a4d6fcfb01812fe947d21deac65a2d2bec7eddf5e895a4b4535bf20ba
 DIST nwg-shell-0.5.28.tar.gz 2180994 BLAKE2B 
c54e1568846d8bdf44391be0195393ca8d58a2191a0b572d9da2b4f766e91dcf04efd49916afd57df25b9457709a03e1b44d67183faa82d5b3f27a58241784a2
 SHA512 
4833e0adf43e86e763a44583e09574cf591dee67145f43e96aba833d35dde371387183b8468090aa4521e1f968ab1e9950381ac43a38463d7bb6b609fd8cf308
 DIST nwg-shell-0.5.29.tar.gz 2181442 BLAKE2B 
176ed212e4f049e1486012fcb23f62a23106f2551544e89e99016a94c72543f44d4650a0d3c817226bb89c55d17e79ba3fb8613ddb19c81ebdb21b2e574adb91
 SHA512 
dc29091b41e19fc816a1bc2052600ce05b8280addb5ea7530c0e4e3c105b727ac4132dc08313b33b8cca8bef3b4269c1e3e78276240d5c08698cc64dfda2981d

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild 
b/gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild
deleted file mode 100644
index 1beb080d16..00
--- a/gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 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
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell;
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   gui-apps/grim
-   gui-apps/swappy
-   gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-   default
-   dobin scripts/*
-}
-
-pkg_postinst() {
-   elog "To install nwg-shell for the current user, run"
-   elog "nwg-shell-installer -w (for sway) or"
-   elog "nwg-shell-installer -w -hypr (for hyprland)"
-}



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

2024-01-28 Thread Pascal Jäger
commit: f0d13ff5df13fc42731593d045caa07a0af2dce4
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Jan 28 18:58:48 2024 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Sun Jan 28 18:58:48 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0d13ff5

gui-apps/nwg-displays: add 0.3.13

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

 gui-apps/nwg-displays/Manifest   |  1 +
 gui-apps/nwg-displays/nwg-displays-0.3.13.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/gui-apps/nwg-displays/Manifest b/gui-apps/nwg-displays/Manifest
index b8a788e2ed..23e5bf547f 100644
--- a/gui-apps/nwg-displays/Manifest
+++ b/gui-apps/nwg-displays/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-displays-0.3.10.tar.gz 24302 BLAKE2B 
48dcad68179be42bc5c98abb1f01b899ccca832bbf466dec6c2207cd8e66ce9c63275aa847b9a4602e4ac9f5d54df5c97547df1c1ffb0105b9aa8b0350be10d5
 SHA512 
7b51aa88cb7566b5018da479d9afb897fac3f67b17b04dde9cf9106c5876a1c073dfe0342ef71432a07a0061ea1d8066a5e4b73212ca7b23d3dcee2f8785e171
 DIST nwg-displays-0.3.11.tar.gz 24479 BLAKE2B 
b8afd7df9c543b93fcb0faf4ac96a8b2615c9838eca6de3cbc6e2301d6b5c8fc833ed0fdb2dd4358671718f980db21d5a1b3a965140bb06ff9e46a7c2b8af195
 SHA512 
045a12e9c541c943c39546e2637f2bc2d530abd8add85760be4a5191285e7925451a28cf48eeebeb593fbf591657f4b6462c875b592411fdee89ab964723876e
+DIST nwg-displays-0.3.13.tar.gz 24504 BLAKE2B 
9502d566a57c44a6d8d3d75a2ee5c33ccb0bb1312e667058aee5ea96a4bf238d008de8f9a5720ca90f709275a00544da4532e0772928c529b625d2a7b6486daf
 SHA512 
ccf708b5c528519c323951c6a2b2c0b0f5228fdfdf7e94f54f15eeb82d7fa52c8b49bf91399f6801651d02226592dc8cb6833dfe9d0cb59b5c420dd8462e1850

diff --git a/gui-apps/nwg-displays/nwg-displays-0.3.13.ebuild 
b/gui-apps/nwg-displays/nwg-displays-0.3.13.ebuild
new file mode 100644
index 00..7f18db1638
--- /dev/null
+++ b/gui-apps/nwg-displays/nwg-displays-0.3.13.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-displays/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Output management utility for sway and Hyprland"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-displays;
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+   gui-apps/wlr-randr
+   x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   domenu nwg-displays.desktop
+   doicon nwg-displays.svg
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



<    1   2   3   4   >