[gentoo-commits] proj/linux-patches:5.10 commit in: /

2023-04-26 Thread Alice Ferrazzi
commit: 993d04936ee82597d4aa7c397cd86267a970
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Apr 26 09:50:46 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Apr 26 09:50:46 2023 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=993d0493

Linux patch 5.10.179

Signed-off-by: Alice Ferrazzi  gentoo.org>

 _README   |4 +
 1178_linux-5.10.179.patch | 2894 +
 2 files changed, 2898 insertions(+)

diff --git a/_README b/_README
index e37eac6d..a9e84fc1 100644
--- a/_README
+++ b/_README
@@ -755,6 +755,10 @@ Patch:  1177_linux-5.10.178.patch
 From:   https://www.kernel.org
 Desc:   Linux 5.10.178
 
+Patch:  1178_linux-5.10.179.patch
+From:   https://www.kernel.org
+Desc:   Linux 5.10.179
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1178_linux-5.10.179.patch b/1178_linux-5.10.179.patch
new file mode 100644
index ..2b1b8ed7
--- /dev/null
+++ b/1178_linux-5.10.179.patch
@@ -0,0 +1,2894 @@
+diff --git a/Documentation/kernel-hacking/locking.rst 
b/Documentation/kernel-hacking/locking.rst
+index 6ed806e6061bb..a6d89efede790 100644
+--- a/Documentation/kernel-hacking/locking.rst
 b/Documentation/kernel-hacking/locking.rst
+@@ -1358,7 +1358,7 @@ Mutex API reference
+ Futex API reference
+ ===
+ 
+-.. kernel-doc:: kernel/futex.c
++.. kernel-doc:: kernel/futex/core.c
+:internal:
+ 
+ Further reading
+diff --git a/Documentation/powerpc/associativity.rst 
b/Documentation/powerpc/associativity.rst
+index 07e7dd3d6c87e..4d01c73685619 100644
+--- a/Documentation/powerpc/associativity.rst
 b/Documentation/powerpc/associativity.rst
+@@ -1,6 +1,6 @@
+ 
+ NUMA resource associativity
+-=
++
+ 
+ Associativity represents the groupings of the various platform resources into
+ domains of substantially similar mean performance relative to resources 
outside
+@@ -20,11 +20,11 @@ A value of 1 indicates the usage of Form 1 associativity. 
For Form 2 associativi
+ bit 2 of byte 5 in the "ibm,architecture-vec-5" property is used.
+ 
+ Form 0
+--
++--
+ Form 0 associativity supports only two NUMA distances (LOCAL and REMOTE).
+ 
+ Form 1
+--
++--
+ With Form 1 a combination of ibm,associativity-reference-points, and 
ibm,associativity
+ device tree properties are used to determine the NUMA distance between 
resource groups/domains.
+ 
+@@ -78,17 +78,18 @@ numa-lookup-index-table.
+ 
+ For ex:
+ ibm,numa-lookup-index-table = <3 0 8 40>;
+-ibm,numa-distace-table = <9>, /bits/ 8 < 10  20  80
+-   20  10 160
+-   80 160  10>;
+-  | 08   40
+---|
+-  |
+-0 | 10   20  80
+-  |
+-8 | 20   10  160
+-  |
+-40| 80   160  10
++ibm,numa-distace-table = <9>, /bits/ 8 < 10  20  80 20  10 160 80 160  10>;
++
++::
++
++| 08   40
++  --|
++|
++  0 | 10   20  80
++|
++  8 | 20   10  160
++|
++  40| 80   160  10
+ 
+ A possible "ibm,associativity" property for resources in node 0, 8 and 40
+ 
+diff --git a/Documentation/powerpc/index.rst b/Documentation/powerpc/index.rst
+index 6ec64b0d52574..4663b72caab8b 100644
+--- a/Documentation/powerpc/index.rst
 b/Documentation/powerpc/index.rst
+@@ -7,6 +7,7 @@ powerpc
+ .. toctree::
+ :maxdepth: 1
+ 
++associativity
+ booting
+ bootwrapper
+ cpu_families
+diff --git a/Documentation/translations/it_IT/kernel-hacking/locking.rst 
b/Documentation/translations/it_IT/kernel-hacking/locking.rst
+index bf1acd6204efa..192ab8e281252 100644
+--- a/Documentation/translations/it_IT/kernel-hacking/locking.rst
 b/Documentation/translations/it_IT/kernel-hacking/locking.rst
+@@ -1400,7 +1400,7 @@ Riferimento per l'API dei Mutex
+ Riferimento per l'API dei Futex
+ ===
+ 
+-.. kernel-doc:: kernel/futex.c
++.. kernel-doc:: kernel/futex/core.c
+:internal:
+ 
+ Approfondimenti
+diff --git a/Makefile b/Makefile
+index 3bde04cc7f048..3ddcade4be8fc 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 10
+-SUBLEVEL = 178
++SUBLEVEL = 179
+ EXTRAVERSION =
+ NAME = Dare mighty things
+ 
+diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
+index aab28161b9ae9..250a03a066a17 100644
+--- a/arch/arm/boot/dts/rk3288.dtsi
 b/arch/arm/boot/dts/rk3288.dtsi
+@@ -959,7 +959,7 @@
+   status = "disabled";
+   };
+ 
+-  spdif: sound@ff88b {
++  spdif: sound@ff8b {
+   compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
+   reg = <0x0 0xff8b 0x0 0x1>;
+   #sound-dai-cells = <0>;

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

2023-04-26 Thread Florian Schmaus
commit: a1a0dce09581e8f59077f5290219735e96c76ba2
Author: Henri Gasc  eurecom  fr>
AuthorDate: Tue Apr 25 17:22:46 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Apr 25 17:22:46 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1a0dce0

dev-python/moderngl: add 5.8.2, drop 5.7.4

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

 dev-python/moderngl/Manifest   |  2 +-
 ...moderngl-5.7.4.ebuild => moderngl-5.8.2.ebuild} | 22 --
 2 files changed, 9 insertions(+), 15 deletions(-)

diff --git a/dev-python/moderngl/Manifest b/dev-python/moderngl/Manifest
index b63830e75..a85f4f822 100644
--- a/dev-python/moderngl/Manifest
+++ b/dev-python/moderngl/Manifest
@@ -1 +1 @@
-DIST v5.7.4.gh.tar.gz 2687476 BLAKE2B 
a71180f2e450eec248bc6388a30738902c0f035014e56b2af21ed0b8c797c579d9ccd0d971ca639dc6347cc986cd1f7e1e86a5a7f9ecdc639808963c17d1ea6c
 SHA512 
a626a0c60809f468563462822570855943ecdb0bcde41e18483259defcd45d89b084719b5eabe6009b0fb823b8921af8fd9858cfd937f4d1fd12de21f03f9359
+DIST moderngl-5.8.2.gh.tar.gz 2611498 BLAKE2B 
9a04c9e7554cb0e96ad497edc0fb9ee533f8a9b9399cd13e6e4a8546a22d626fde0165fdf7e888b9b55ca4ad3bc010ccf6d20904f64ac233b34b32af8d035b72
 SHA512 
fa9a36d826755ceef8609c8ee2330da12f46be9ff8c3dbaa326447134237f7e303999f1d835ed6db65640a63ebdc3c300fb2cc85bc5c74d51f14cd9bb477b871

diff --git a/dev-python/moderngl/moderngl-5.7.4.ebuild 
b/dev-python/moderngl/moderngl-5.8.2.ebuild
similarity index 67%
rename from dev-python/moderngl/moderngl-5.7.4.ebuild
rename to dev-python/moderngl/moderngl-5.8.2.ebuild
index 64bd4a98e..e3584a1e0 100644
--- a/dev-python/moderngl/moderngl-5.7.4.ebuild
+++ b/dev-python/moderngl/moderngl-5.8.2.ebuild
@@ -10,37 +10,31 @@ inherit distutils-r1 virtualx
 
 DESCRIPTION="Modern OpenGL binding for python"
 HOMEPAGE="https://github.com/moderngl/moderngl 
https://pypi.org/project/moderngl;
-SRC_URI="https://github.com/moderngl/moderngl/archive/refs/tags/${PV}.tar.gz 
-> v${PV}.gh.tar.gz"
+SRC_URI="https://github.com/moderngl/moderngl/archive/refs/tags/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+IUSE="debug"
+RESTRICT="test"
+# The tests need moderngl compiled AND installed, otherwise they fail
 
-RDEPEND=""
+DISTUTILS_EXT=1
 BDEPEND="
x11-libs/libX11
-   media-libs/libglvnd[X]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
+   media-libs/mesa
+   dev-python/glcontext[${PYTHON_USEDEP}]
test? (
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
dev-python/pycodestyle[${PYTHON_USEDEP}]
-   dev-python/glcontext[${PYTHON_USEDEP}]
 )
 "
 DEPEND="${BDEPEND}"
 
-distutils_enable_tests pytest
+# distutils_enable_tests pytest
 
 src_test() {
virtx distutils-r1_src_test
 }
-python_test() {
-   rm "${S}/tests/test_local.py"
-   cd "${T}" || die
-   epytest "${S}"/tests
-}



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

2023-04-26 Thread Florian Schmaus
commit: e3b98f50e758170c6fba424196e94c5e8e28
Author: Pascal Jäger  leimstift  de>
AuthorDate: Tue Apr 25 21:16:47 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Apr 25 21:16:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3b98f50

net-im/gtkcord4: new package, add 0.0.10

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

 net-im/gtkcord4/Manifest   | 301 +
 net-im/gtkcord4/gtkcord4-0.0.10.ebuild | 338 +
 net-im/gtkcord4/metadata.xml   |  12 ++
 3 files changed, 651 insertions(+)

diff --git a/net-im/gtkcord4/Manifest b/net-im/gtkcord4/Manifest
new file mode 100644
index 0..d01d266f4
--- /dev/null
+++ b/net-im/gtkcord4/Manifest
@@ -0,0 +1,301 @@
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.34.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.mod 1006 BLAKE2B 
9d321b9bad7e881795f0215828ca23ff5753b8ca9cbe64ca085bcd2f64d36d0d5bdd5c3e80eb64e19e067748b6b23eb7837827cede0e75a840ed1cfa2b00c1a8
 SHA512 
8aa90e6ce7d50af3db56c8a7abdd16822f6351cabb96e6b75ac0cdefa15bb4a2d402aa84e6212fec4d599ec6f13cb1891bb37f41200e6a05a27642375a89a959
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.44.1.mod 1150 BLAKE2B 
dba381727351af838c47c0d81a0d842d3851dc4e4a6cce1fbea14ccef9dc21407dbe2749fcaf130df4211b083ddac015bc532f7285450e767064855cf729ecce
 SHA512 
6a49609209f9d51e4851ed5c55a06b9451c0101de3bd92b7fa5b3662b2e85df4a667ad8068288773b9a85670c65fbba46f88c643aac290d1f65e2a44ef531409
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.44.2.mod 1075 BLAKE2B 
370ba9f085033653a0fe9d328aca613b7feb50eb9407e55ed583d7b9302fd844856c9a1a9dca69c67c360c0a7b49ebff6ebd22946fb83c6c7061b9b8c573e99e
 SHA512 
a58f7bd34b5ba8affd021a2d34be64e49dab0d9bb893ad25e00bf5b50ff92c4762b6d9093134b483dff2573ad3c0ebb5f42808dfbe33081cef0e96dc5215074f
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.45.1.mod 998 BLAKE2B 
8dc0e29275055b37db12138b6e30fb22a6ccd995b3c3566efbb616f799660cd7073bfee935e41a77f311a95d0ec40ef9b5e40673ff8e59c9c06e5cfa32675adb
 SHA512 
ade24f2b10476b5e5eb42d6f471b73ccb7d8107e6a26c5b1fd38191dc7d4ffee31552088fa5854983c47a2c4868a13bfc22d7f92f834662c75f7c4c88e0274ea
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.46.3.mod 960 BLAKE2B 
879529244d38fbecdaea27588031c2d0d82551d8173f7e41f004dae8356e2264259d80e66953e941aa856a9613ae82211ea8dc0b12f9188f65bdf54487052952
 SHA512 
cbe178d04fe28f9b7dd07b0317fd4404d805e80ceada4953ad47763bafa2f215f88464c1315261a902ebcc52145af09df4c96a341e42644d38526909fcef313c
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.50.0.mod 1129 BLAKE2B 
975226b22ad0291e83a5e47d901c79ac5a7c684010972581dc15f9713154141f3d6dd7231407255240620e29cbfeb877f05f5b5d388100a70d381f8f54f7db5f
 SHA512 
70400a50eedc5305fef765d38f0428f636f439195d09cbb283ee7779b8aba1f881f83d894acbc6ee90ff016358aa9b117c79557da15d10fc60264eb36ed3fe3c
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.53.0.mod 1149 BLAKE2B 
bc4e8c16d0c809b4f5d46d8b29112192ff51066e7df99242923eed643339599ca3d1180afe571c3e826d656d935ccc9ff1ba1b79701de859cc15364415bb35ae
 SHA512 
de15381b36dd6691bf40592be83b4ae5b58fc92111a3ccb8cb4b540e1230dc0798d86c149884e8dfb6f93ec827447acdd7ccca2f2942c81aeafd1b035f5c482a
+DIST cloud.google.com%2Fgo%2Fbigquery%2F@v%2Fv1.0.1.mod 319 BLAKE2B 
99d93b5a4dbd4c90f3e8dfb58e64ed41fdbb484f2348297a90c8dabe03b036ef6917c2c9fb7cc4795d0c8d25af10cefebff4c4bc1b2ebcdc876b6db8beae5eb8
 SHA512 
338a067f7ad15d8549da11ac146b65657923ae4fee3caf2eff888c104c0df0edcdf0d98f5be6a67a764aa39210d5cad811ebd9d604084a67049b753246fbf89a
+DIST cloud.google.com%2Fgo%2Fbigquery%2F@v%2Fv1.3.0.mod 555 BLAKE2B 
6707e248be1fa3597027538eb7692f976a8fca6ddc7cf02e355f8d44264c7eef6d093d90c115670b7a3b495658b79e622c47d1c90b95684b8d32547d7342
 SHA512 
2df2dbf07037f027100f8beba6416c00fc115fcde2dce19ea4c0fe4a036e8f66f7ae278e9765d0fc80149a330e6dd90eee8e9a0c93aecfe16da65d02320aabd1
+DIST cloud.google.com%2Fgo%2Fdatastore%2F@v%2Fv1.0.0.mod 433 BLAKE2B 
b3d58e290d719434bd433ffda9572fb233171493c7b81bfe353d9b7730130d5dec365f4e93a136a25467851b5f26cb21be6be06486696f010ccff1fcea140662
 SHA512 
8082ab039764aa6abd6615b1cf3a1830f2813dd5b791a27b7f0ebf5fa1ee68fe040a5e12988e6c91ba5d032a0ad384d6eceff12165d394a75ba56b744382
+DIST cloud.google.com%2Fgo%2Fpubsub%2F@v%2Fv1.0.1.mod 508 BLAKE2B 
9915d1d1a768852b3f262784771c8fe2e7e176e61f7d77841f8d3adac571dc141e36c6455c19090cf00a98a7a5ef0c2c887424142e2ecad339f8105b1c30f91e
 SHA512 

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

2023-04-26 Thread Florian Schmaus
commit: 0b09ab91f96ca6d9a66e2f8e0d1d7a44fc82685c
Author: Henri Gasc  eurecom  fr>
AuthorDate: Tue Apr 25 17:30:23 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Apr 25 17:30:23 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b09ab91

dev-python/moderngl-window: add 2.4.3, drop 2.4.2

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

 dev-python/moderngl-window/Manifest|  2 +-
 ...indow-2.4.2.ebuild => moderngl-window-2.4.3.ebuild} | 18 ++
 2 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/dev-python/moderngl-window/Manifest 
b/dev-python/moderngl-window/Manifest
index 61d89a8d3..fd5e763e0 100644
--- a/dev-python/moderngl-window/Manifest
+++ b/dev-python/moderngl-window/Manifest
@@ -1 +1 @@
-DIST v2.4.2.gh.tar.gz 30988391 BLAKE2B 
12de492955058454ae791246e057f1b8d317a12011c04a8cef883144a0e89204918c2396eb07781d7065f2c008cb75ba5453b87901badf7dd7c19b76edd202d2
 SHA512 
54af3fd48e6aa1a1d55d2b72c54e90e73df366d4e06fea92040e0b3fb75ad24b536584e5a86328a3a51f30a7c4987bbe5ece83b76d58a5126fc677c74a6dfac7
+DIST moderngl-window-2.4.3.gh.tar.gz 30987984 BLAKE2B 
bc8dae6e3f5de49d516581dc204e60497ec2c38c9efcc8b138bb76a1de1e3436029e9d895b6810b849752e1f9ae2ae3ff830f495e64248a2f89d2a75950b2b6e
 SHA512 
0dfde81644913d9797aeb17c74816b0c8f462c0aeb9d31ca3b9d8d691e90931a70b0deab14748f0ee36aa9a2e9fcc771e570b02582bbbfa3fbf75b99f9f205ba

diff --git a/dev-python/moderngl-window/moderngl-window-2.4.2.ebuild 
b/dev-python/moderngl-window/moderngl-window-2.4.3.ebuild
similarity index 63%
rename from dev-python/moderngl-window/moderngl-window-2.4.2.ebuild
rename to dev-python/moderngl-window/moderngl-window-2.4.3.ebuild
index 48ec04129..c03c0f9b8 100644
--- a/dev-python/moderngl-window/moderngl-window-2.4.2.ebuild
+++ b/dev-python/moderngl-window/moderngl-window-2.4.3.ebuild
@@ -4,32 +4,26 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 virtualx
 
 DESCRIPTION="A cross platform utility library for ModernGL"
 HOMEPAGE="https://github.com/moderngl/moderngl-window 
https://pypi.org/project/moderngl-window;
-SRC_URI="https://github.com/moderngl/moderngl-window/archive/refs/tags/${PV}.tar.gz
 -> v${PV}.gh.tar.gz"
+SRC_URI="https://github.com/moderngl/moderngl-window/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
+KEYWORDS="~amd64"
 
-RDEPEND=""
 BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
+   dev-python/moderngl[${PYTHON_USEDEP}]
+   dev-python/glcontext[${PYTHON_USEDEP}]
test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/tox[${PYTHON_USEDEP}]
-   dev-python/flake8[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/moderngl[${PYTHON_USEDEP}]
-   dev-python/glcontext[${PYTHON_USEDEP}]
dev-python/trimesh[${PYTHON_USEDEP}]
dev-python/PyWavefront[${PYTHON_USEDEP}]
+   dev-python/pyrr[${PYTHON_USEDEP}]
)
 "
 DEPEND="${BDEPEND}"



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

2023-04-26 Thread Florian Schmaus
commit: 7534028a5e1937e5b67efbd171740f36952bb754
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 26 06:39:42 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Apr 26 06:44:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7534028a

dev-python/survey: add 4.0.0_alpha

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

 dev-python/survey/Manifest  |  1 +
 dev-python/survey/survey-4.0.0_alpha.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
index 6b44430cb..7d9239b9a 100644
--- a/dev-python/survey/Manifest
+++ b/dev-python/survey/Manifest
@@ -1 +1,2 @@
 DIST survey-3.4.3.tar.gz 21219 BLAKE2B 
e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3
 SHA512 
47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a
+DIST survey-4.0.0_alpha.gh.tar.gz 826669 BLAKE2B 
1ba56162b22ee71a256f11e3b7a16eb726038f95a8e6e18fd97189afbfeb068e666b456de0a3fcef7dad192ec3fe4608013d422fe04e0c423da29024448c83af
 SHA512 
75db5e0842f51a11b78b964bdc1da29a7bf810f31ae4619aae6a64959cefbc7294a8b42fe6f55cfb2ff0fad906f189db7dabd6cc907ebc4143fa61c89a5b57aa

diff --git a/dev-python/survey/survey-4.0.0_alpha.ebuild 
b/dev-python/survey/survey-4.0.0_alpha.ebuild
new file mode 100644
index 0..7db4db0eb
--- /dev/null
+++ b/dev-python/survey/survey-4.0.0_alpha.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+MY_PV=${PV/_/-}
+
+DESCRIPTION="A simple library for creating beautiful interactive prompts"
+HOMEPAGE="
+   https://github.com/Exahilosys/survey
+   https://pypi.org/project/survey/
+"
+SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${MY_PV}.tar.gz
 -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/wrapio-1.0.0[${PYTHON_USEDEP}]
+"



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

2023-04-26 Thread Florian Schmaus
commit: 48977038421d49db874e0690f7b2dab90d4ac304
Author: Julien Roy  jroy  ca>
AuthorDate: Sun Apr 23 19:53:10 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Apr 23 19:53:10 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48977038

gui-wm/hyprland: add missing BDEPEND

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

 gui-wm/hyprland/hyprland-0.24.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild 
b/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild
index 888dbbce7..df6fbb61d 100644
--- a/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild
+++ b/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild
@@ -29,7 +29,6 @@ RDEPEND="
dev-util/glslang
dev-util/vulkan-headers
gui-libs/gtk-layer-shell
-   >=gui-libs/wlroots-0.16.0[X?]
media-libs/libdisplay-info
media-libs/libglvnd[X?]
media-libs/mesa[gles2,wayland,X?]
@@ -60,6 +59,8 @@ DEPEND="${RDEPEND}"
 BDEPEND="
dev-libs/hyprland-protocols
dev-libs/libliftoff
+   dev-vcs/git
+   >=gui-libs/wlroots-0.16.0[X?]
grimblast? ( app-text/scdoc )
shellevents? ( app-text/scdoc )
 "



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

2023-04-26 Thread Florian Schmaus
commit: 3b09e63cb0ac0ed454edd57561f1f6ee16dcd5e0
Author: Henri Gasc  eurecom  fr>
AuthorDate: Tue Apr 25 19:01:01 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Apr 25 19:01:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b09e63c

dev-python/svgelements: add 1.9.3, drop 1.9.0

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

 dev-python/svgelements/Manifest  | 2 +-
 .../{svgelements-1.9.0.ebuild => svgelements-1.9.3.ebuild}   | 5 +
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-python/svgelements/Manifest b/dev-python/svgelements/Manifest
index ded2857d1..00eb6f4e0 100644
--- a/dev-python/svgelements/Manifest
+++ b/dev-python/svgelements/Manifest
@@ -1 +1 @@
-DIST v1.9.0.gh.tar.gz 130668 BLAKE2B 
e1315f0e5136e5a784a69df853fd27737f3b4cfed7423126ab3e94fd50ccb5d747bd9661a9f2853970ed17e9ea185fe342762072aed16b213d39aa44bea369b0
 SHA512 
c0373373f8f43cadf0b374c89830b2ec4e1eda2fa4052d6d0f72139755dc40a3d15d8b10b2298b2fce15f1540628b9aad57b6449b249290c9e08eb1cb4cdef85
+DIST svgelements-1.9.3.gh.tar.gz 132345 BLAKE2B 
63e433f99fd0adc3f9512fd1457ace8c12d7f922960ae4cbc1b84ffda27ba1bf00e3dd12e88dabb70235227969298e4e6bedad450f29dda20afcaf9a342f0441
 SHA512 
9a3bc3c66552859996ba06ac4c5bb5ee425b008b9312a44d07aaca64fb7bd6e3f7d614cdfd709944efdf74fb7da3cc0ab8ecd0c812dff3dcf16305ae8f22

diff --git a/dev-python/svgelements/svgelements-1.9.0.ebuild 
b/dev-python/svgelements/svgelements-1.9.3.ebuild
similarity index 90%
rename from dev-python/svgelements/svgelements-1.9.0.ebuild
rename to dev-python/svgelements/svgelements-1.9.3.ebuild
index dbf009125..5f50990fc 100644
--- a/dev-python/svgelements/svgelements-1.9.0.ebuild
+++ b/dev-python/svgelements/svgelements-1.9.3.ebuild
@@ -10,16 +10,13 @@ inherit distutils-r1 optfeature
 
 DESCRIPTION="SVG Parsing for Elements, Paths, and other SVG Objects."
 HOMEPAGE="https://github.com/meerk40t/svgelements 
https://pypi.org/project/svgelements;
-SRC_URI="https://github.com/meerk40t/svgelements/archive/refs/tags/${PV}.tar.gz
 -> v${PV}.gh.tar.gz"
+SRC_URI="https://github.com/meerk40t/svgelements/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
 
-RDEPEND=""
 BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]



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

2023-04-26 Thread Florian Schmaus
commit: e0705672ec72b999d135801a7d0bb1f61fa3ccbf
Author: Quincy Fleming  protonmail  com>
AuthorDate: Tue Apr 25 03:02:10 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Apr 25 03:02:10 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0705672

app-misc/Clipboard: new package, add 0.6.0

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

 app-misc/Clipboard/Clipboard-0.6.0.ebuild  |  49 ++
 app-misc/Clipboard/Manifest|   1 +
 .../files/Clipboard-0.6.0-disable-debug.patch  |  18 
 0-libdestination-and-disable-lto-and-git.patch | 103 +
 app-misc/Clipboard/metadata.xml|  27 ++
 5 files changed, 198 insertions(+)

diff --git a/app-misc/Clipboard/Clipboard-0.6.0.ebuild 
b/app-misc/Clipboard/Clipboard-0.6.0.ebuild
new file mode 100644
index 0..856d2293c
--- /dev/null
+++ b/app-misc/Clipboard/Clipboard-0.6.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Cut, copy, and paste anything in your terminal"
+HOMEPAGE="https://getclipboard.app/ https://github.com/Slackadays/Clipboard;
+SRC_URI="https://github.com/Slackadays/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="X wayland lto debug"
+
+RDEPEND="X? ( x11-libs/libX11 )
+   wayland? (
+   dev-libs/wayland-protocols
+   dev-libs/wayland
+   )
+"
+PATCHES=(
+   "${FILESDIR}/${P}-libdestination-and-disable-lto-and-git.patch"
+)
+
+src_prepare() {
+   if ! use wayland; then
+   sed -i '/pkg_check_modules(WAYLAND_CLIENT wayland-client 
wayland-protocols)/d' CMakeLists.txt || die
+   fi
+
+   if ! use debug; then
+   eapply "${FILESDIR}/${P}-disable-debug.patch"
+   fi
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   "-DCMAKE_INSTALL_LIBDIR=$(get_libdir)"
+   "-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=$(usex lto TRUE FALSE)"
+   "-DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex X OFF ON)"
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   elog "The \"clipboard\" command is depreciated.  Use \"cb\" instead.  
\"cb\" is symlinked to \"clipboard\" for now."
+}

diff --git a/app-misc/Clipboard/Manifest b/app-misc/Clipboard/Manifest
new file mode 100644
index 0..58b92a5cd
--- /dev/null
+++ b/app-misc/Clipboard/Manifest
@@ -0,0 +1 @@
+DIST Clipboard-0.6.0.tar.gz 9187112 BLAKE2B 
91f1a4064d7cb539aa4e2cb227703cee6a7f9a4931d7555bf35fa9b4499a641cdd9093cadb713ab4f4d2a985e98616216921b658388b2adc939b4495293a301c
 SHA512 
aaf8a05736ba36b24448ec2df822d633f3532557b8f976447e19342fb6a482be8194d2c4d67c8fb9c4d8ecc04f88db5af14ad9d836b923fedfecce275c420875

diff --git a/app-misc/Clipboard/files/Clipboard-0.6.0-disable-debug.patch 
b/app-misc/Clipboard/files/Clipboard-0.6.0-disable-debug.patch
new file mode 100644
index 0..12c68f3ae
--- /dev/null
+++ b/app-misc/Clipboard/files/Clipboard-0.6.0-disable-debug.patch
@@ -0,0 +1,18 @@
+diff -ur '--color=auto' 
Clipboard-0.6.0/src/gui/include/all/clipboard/logging.hpp 
Clipboard-0.6.0-new/src/gui/include/all/clipboard/logging.hpp
+--- Clipboard-0.6.0/src/gui/include/all/clipboard/logging.hpp  2023-04-08 
12:34:14.0 -0500
 Clipboard-0.6.0-new/src/gui/include/all/clipboard/logging.hpp  
2023-04-19 23:01:23.069641770 -0500
+@@ -17,7 +17,6 @@
+ #include 
+ #include 
+ 
+-#if defined(NDEBUG)
+ class NullBuffer : public std::streambuf {
+ public:
+ int overflow(int c) override { return c; }
+@@ -26,6 +25,3 @@
+ static NullBuffer nullBuffer;
+ static std::ostream nullStream();
+ static std::ostream& debugStream = nullStream;
+-#else
+-static std::ostream& debugStream = std::cerr;
+-#endif

diff --git 
a/app-misc/Clipboard/files/Clipboard-0.6.0-libdestination-and-disable-lto-and-git.patch
 
b/app-misc/Clipboard/files/Clipboard-0.6.0-libdestination-and-disable-lto-and-git.patch
new file mode 100644
index 0..e717f94ba
--- /dev/null
+++ 
b/app-misc/Clipboard/files/Clipboard-0.6.0-libdestination-and-disable-lto-and-git.patch
@@ -0,0 +1,103 @@
+diff -ur '--color=auto' Clipboard-0.6.0/CMakeLists.txt 
Clipboard-0.6.0-new/CMakeLists.txt
+--- Clipboard-0.6.0/CMakeLists.txt 2023-04-08 12:34:14.0 -0500
 Clipboard-0.6.0-new/CMakeLists.txt 2023-04-24 10:03:45.180861938 -0500
+@@ -11,22 +11,6 @@
+   set(X11WL ON)
+ endif()
+ 
+-execute_process( # save the current branch to GIT_BRANCH
+-  COMMAND git rev-parse --abbrev-ref HEAD
+-  WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
+-  OUTPUT_VARIABLE GIT_BRANCH
+-  OUTPUT_STRIP_TRAILING_WHITESPACE
+-)
+-
+-execute_process( # save the current commit hash to GIT_COMMIT_HASH
+-  COMMAND git log -1 --format=%h
+-  WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
+-  OUTPUT_VARIABLE GIT_COMMIT_HASH

[gentoo-commits] repo/proj/guru:master commit in: app-editors/imhex/

2023-04-26 Thread Florian Schmaus
commit: c858e783d282e2b770996c2569ffaad1f5ca5556
Author: Henri Gasc  eurecom  fr>
AuthorDate: Mon Apr 24 21:21:54 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr 24 21:22:49 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c858e783

app-editors/imhex: use CFLAGS and CXXFLAGS, disable testing

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

 app-editors/imhex/imhex-1.28.0.ebuild | 23 +--
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/app-editors/imhex/imhex-1.28.0.ebuild 
b/app-editors/imhex/imhex-1.28.0.ebuild
index 8f91766d1..be29cd82b 100644
--- a/app-editors/imhex/imhex-1.28.0.ebuild
+++ b/app-editors/imhex/imhex-1.28.0.ebuild
@@ -55,12 +55,14 @@ pkg_pretend() {
 
 src_prepare() {
default
-   # Due to network sandboxing, we can't do network test here.
+   # We are removing all tests altogether
+   # The tests need ImHex installed to succeed (see 
https://bugs.gentoo.org/attachment.cgi?id=860683), so we remove them
+   # We could use `ln "${BUILD_DIR}/lib/libimhex.so.${PV}" 
"/lib64/libimhex.so.${PV}"` and  circumvent sandboxing
sed -i \
-   -e 's/StoreAPI$/#StoreAPI/' \
-   -e 's/TipsAPI$/#TipsAPI/' \
-   -e 's/ContentAPI$/#ContentAPI/' \
-   "${S}/tests/helpers/CMakeLists.txt" || die
+   -e 's/enable_testing/#enable_testing/' \
+   -e 's/add_subdirectory(tests/#add_subdirectory(tests/' \
+   "${S}/CMakeLists.txt" || die
+
cmake_src_prepare
 }
 
@@ -69,8 +71,8 @@ src_configure() {
-D CMAKE_BUILD_TYPE="Release" \
-D CMAKE_C_COMPILER_LAUNCHER=ccache \
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
-   -D CMAKE_C_FLAGS="-fuse-ld=lld" \
-   -D CMAKE_CXX_FLAGS="-fuse-ld=lld" \
+   -D CMAKE_C_FLAGS="-fuse-ld=lld ${CFLAGS}" \
+   -D CMAKE_CXX_FLAGS="-fuse-ld=lld ${CXXFLAGS}" \
-D CMAKE_OBJC_COMPILER_LAUNCHER=ccache \
-D CMAKE_OBJCXX_COMPILER_LAUNCHER=ccache \
-D CMAKE_SKIP_RPATH=ON \
@@ -97,13 +99,6 @@ src_configure() {
cmake_src_configure
 }
 
-src_test() {
-   pushd "${BUILD_DIR}" || die
-   emake unit_tests
-   popd || die
-   cmake_src_test
-}
-
 src_install() {
cmake_src_install
 



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

2023-04-26 Thread Florian Schmaus
commit: b49f207380d50c8156da232ac6d8d93cdd5ec212
Author: Henri Gasc  eurecom  fr>
AuthorDate: Tue Apr 25 12:56:06 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Apr 25 13:07:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b49f2073

dev-python/mkdocs-mkdocstrings-python: add 0.9.0, drop 0.8.3

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

 dev-python/mkdocs-mkdocstrings-python/Manifest  | 2 +-
 ...ings-python-0.8.3.ebuild => mkdocs-mkdocstrings-python-0.9.0.ebuild} | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/mkdocs-mkdocstrings-python/Manifest 
b/dev-python/mkdocs-mkdocstrings-python/Manifest
index 0d75fc501..5862e59b7 100644
--- a/dev-python/mkdocs-mkdocstrings-python/Manifest
+++ b/dev-python/mkdocs-mkdocstrings-python/Manifest
@@ -1 +1 @@
-DIST mkdocs-mkdocstrings-python-0.8.3.gh.tar.gz 100049 BLAKE2B 
796b26babacb6d6d711d7c748b5bb06e705881929109984d26ebdea1ee64c3d7d3b6427f54e2836d3256921243885518cf12a8ff74d04f2caf39871f08fd3f5a
 SHA512 
af5e4470efd9de23710a2d9ec65430d48ef34b91fa9d6162be491852ed27c3775f3be41eb7703e440924566eeabee897e6cc8bba749f59377bdca617ec887c41
+DIST mkdocs-mkdocstrings-python-0.9.0.gh.tar.gz 101558 BLAKE2B 
7f5ba295a36491dff93751c81b61c99cc3b6011f6f189a80a8400e12fb1a74b966daeecd3507df0d160c3c98c8031015d20cc6abf28f7a6713a369c999beac69
 SHA512 
881199e11d012967bc897ba72099e1f6449be1d7032ea1db40a88f2a2efd874e0ed6e78ba30183f8f6d1b1a564694fb746259791c13778b1aee2ecc697f6cb44

diff --git 
a/dev-python/mkdocs-mkdocstrings-python/mkdocs-mkdocstrings-python-0.8.3.ebuild 
b/dev-python/mkdocs-mkdocstrings-python/mkdocs-mkdocstrings-python-0.9.0.ebuild
similarity index 94%
rename from 
dev-python/mkdocs-mkdocstrings-python/mkdocs-mkdocstrings-python-0.8.3.ebuild
rename to 
dev-python/mkdocs-mkdocstrings-python/mkdocs-mkdocstrings-python-0.9.0.ebuild
index 4fefefe0c..bb0866aeb 100644
--- 
a/dev-python/mkdocs-mkdocstrings-python/mkdocs-mkdocstrings-python-0.8.3.ebuild
+++ 
b/dev-python/mkdocs-mkdocstrings-python/mkdocs-mkdocstrings-python-0.9.0.ebuild
@@ -18,9 +18,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 ISUE="test"
 
-RDEPEND=""
 BDEPEND="
-   dev-python/pdm-pep517[${PYTHON_USEDEP}]
dev-python/mkdocs[${PYTHON_USEDEP}]
dev-python/griffe[${PYTHON_USEDEP}]
test? (



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

2023-04-26 Thread Florian Schmaus
commit: 4070c0e4b85b437a939642b2f82a2ab6cadcfcb5
Author: Henri Gasc  eurecom  fr>
AuthorDate: Tue Apr 25 17:22:16 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Apr 25 17:22:16 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4070c0e4

dev-python/glcontext: add 2.4.0, drop 2.3.7

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

 dev-python/glcontext/Manifest| 2 +-
 .../glcontext/{glcontext-2.3.7.ebuild => glcontext-2.4.0.ebuild} | 9 +++--
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-python/glcontext/Manifest b/dev-python/glcontext/Manifest
index 3887b403b..2f1b31ac5 100644
--- a/dev-python/glcontext/Manifest
+++ b/dev-python/glcontext/Manifest
@@ -1 +1 @@
-DIST v2.3.7.gh.tar.gz 22254 BLAKE2B 
f6714e6427dec938f576eea997f258468a6c8ae1c67ed1d560b660c410676055b0632b22fad6756e7d36d10dcec2a6e66fc8bf506e5b9ea037912e87a94e
 SHA512 
f2d597dc338c9dab911494d2249fdbb400af0e79e101c0cacb53418af4ac4f4cc261cc22dd6685102401ece6dada193769840eb5836cb03119313a8770cc09e9
+DIST glcontext-2.4.0.gh.tar.gz 23721 BLAKE2B 
ece576eecd5051bcc5b9a0b3e5ac90a1f10e13c9db787fc01e6b12017073ae9b4e5a46946bd9b7d417e5d999dfc46c3653b76b1518a542b7fc800088193f3ff0
 SHA512 
63450ba46d12740babe20421a5e874579c1a1c1dd81812acc71fc58d3d3dd7d15ec3cf683e5653c97e7d2f7a1035f5ebe358625c7a45b5c6bed09ffd394bcbfc

diff --git a/dev-python/glcontext/glcontext-2.3.7.ebuild 
b/dev-python/glcontext/glcontext-2.4.0.ebuild
similarity index 82%
rename from dev-python/glcontext/glcontext-2.3.7.ebuild
rename to dev-python/glcontext/glcontext-2.4.0.ebuild
index cc9401ad1..7346bddc0 100644
--- a/dev-python/glcontext/glcontext-2.3.7.ebuild
+++ b/dev-python/glcontext/glcontext-2.4.0.ebuild
@@ -10,20 +10,17 @@ inherit distutils-r1 virtualx
 
 DESCRIPTION="Modern OpenGL binding for python"
 HOMEPAGE="https://github.com/moderngl/glcontext 
https://pypi.org/project/glcontext;
-SRC_URI="https://github.com/moderngl/glcontext/archive/refs/tags/${PV}.tar.gz 
-> v${PV}.gh.tar.gz"
+SRC_URI="https://github.com/moderngl/glcontext/archive/refs/tags/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+IUSE="debug"
 
-RDEPEND=""
+DISTUTILS_EXT=1
 BDEPEND="
x11-libs/libX11
media-libs/libglvnd[X]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: gui-libs/xdg-desktop-portal-hyprland/

2023-04-26 Thread Florian Schmaus
commit: a979daf19910867c6fe21eb2b03e090b0a0b878a
Author: Remigiusz Micielski  gmail  com>
AuthorDate: Mon Apr 24 20:30:59 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr 24 20:37:57 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a979daf1

gui-libs/xdg-desktop-portal-hyprland: drop 0.1.0, 0.2.1

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

 gui-libs/xdg-desktop-portal-hyprland/Manifest  |  4 --
 .../xdg-desktop-portal-hyprland-0.1.0.ebuild   | 81 -
 .../xdg-desktop-portal-hyprland-0.2.1.ebuild   | 82 --
 3 files changed, 167 deletions(-)

diff --git a/gui-libs/xdg-desktop-portal-hyprland/Manifest 
b/gui-libs/xdg-desktop-portal-hyprland/Manifest
index e161380ae..647f7f7a9 100644
--- a/gui-libs/xdg-desktop-portal-hyprland/Manifest
+++ b/gui-libs/xdg-desktop-portal-hyprland/Manifest
@@ -1,5 +1 @@
-DIST hyprland-protocol-0.1.0.tar.gz 6343 BLAKE2B 
cffa25c1fbac992db9aee57956615c2a5f8a6e90150d86246218e6d346e566a43527f56cab08b07359bd2f56b1e02b741fb0dbb37ec35fbadd22dfdb2006d3b0
 SHA512 
f8534c0f6562ce3c770ed9c79b8b78504d6f3aa75001c74ecfa5418af939e88a020ca1cef08d20c62e73c764d66452b5ce212a0f0d2e9a3aaba635ee80b142c5
-DIST hyprland-protocol-0.2.1.tar.gz 6343 BLAKE2B 
cffa25c1fbac992db9aee57956615c2a5f8a6e90150d86246218e6d346e566a43527f56cab08b07359bd2f56b1e02b741fb0dbb37ec35fbadd22dfdb2006d3b0
 SHA512 
f8534c0f6562ce3c770ed9c79b8b78504d6f3aa75001c74ecfa5418af939e88a020ca1cef08d20c62e73c764d66452b5ce212a0f0d2e9a3aaba635ee80b142c5
-DIST xdg-desktop-hyprland-0.1.0.tar.gz 45350 BLAKE2B 
7b0349f3d0ff4708df3068d71deecb675109c905e0cea6fa0724a2645267a70038a54e2a9eb536e6dbc0d0a138071ceb91527e0df91c83cda0b57e3cf3b519d2
 SHA512 
b8cfda484d5d50c7fae33eb020c101990ceb244bdfebac46c9820267697eae76bb1e6261c1b03d8fb0148eb81c64f01c59eb94171cb87407541d20117fa48f18
-DIST xdg-desktop-hyprland-0.2.1.tar.gz 49895 BLAKE2B 
2823133cf0253e36b5a8777184ac220e9b7800d8bf2307599b764cb20f9eb5b3600adaf9d29e6b5707eb99aa3d75719c246b95eca30ef261a90c8d82d675a5ae
 SHA512 
38cfae4736f7016cc3bf998963f42ec5e8e61a1954a4509152834fa2ba33fbc88723af9833881f5ab6e89e92edb0f6840b8ca645b7fa3162220864e9a9aa2725
 DIST xdg-desktop-hyprland-0.3.0.tar.gz 50728 BLAKE2B 
ea139dd5d1f51e004494cdd5eb80b154a95d64dc40100e9f7da99808e9f24018dc1de4e4572906521beb850d22b7fcc4967c63993c274d2c8e550b11e7eb4367
 SHA512 
f303fd0fb5ea09c7e12b6435f4113d7d5d9bbe0a785f2da9beaf7a6f9184954a53a1ad5be2c865e9e7071f5079223e512038328598ac5a64238c307741aad974

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild
deleted file mode 100644
index a16147f38..0
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="xdg-desktop-portal backend for hyprland"
-HOMEPAGE="https://github.com/hyprwm/xdg-desktop-portal-hyprland;
-
-if [[ ${PV} ==  ]]; then
-   
EGIT_REPO_URI="https://github.com/hyprwm/xdg-desktop-portal-hyprland.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64"
-   PROTOCOMMIT=4d29e48433270a2af06b8bc711ca1fe5109746cd
-   
SRC_URI="https://github.com/hyprwm/xdg-desktop-portal-hyprland/archive/refs/tags/v${PV}.tar.gz
 \
-   -> xdg-desktop-hyprland-${PV}.tar.gz
-   
https://github.com/hyprwm/hyprland-protocols/archive/${PROTOCOMMIT}.tar.gz \
-   -> hyprland-protocol-${PV}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0/"
-IUSE="elogind systemd"
-REQUIRED_USE="?? ( elogind systemd )"
-
-DEPEND="
-   >=media-video/pipewire-0.3.41:=
-   dev-libs/inih
-   dev-libs/wayland
-   dev-qt/qtbase
-   dev-qt/qtcore
-   dev-qt/qtgui
-   dev-qt/qtwayland:6
-   dev-qt/qtwidgets
-   media-libs/mesa
-   x11-libs/libdrm
-   || (
-   systemd? ( >=sys-apps/systemd-237 )
-   elogind? ( >=sys-auth/elogind-237 )
-   sys-libs/basu
-   )
-"
-RDEPEND="
-   ${DEPEND}
-   sys-apps/xdg-desktop-portal
-"
-BDEPEND="
-   >=dev-libs/wayland-protocols-1.24
-   virtual/pkgconfig
-"
-
-src_unpack() {
-   default
-
-   rmdir "${S}/subprojects/hyprland-protocols"
-   mv "${WORKDIR}/hyprland-protocols-${PROTOCOMMIT}" 
"${S}/subprojects/hyprland-protocols" || die
-}
-
-src_configure() {
-   local emasonargs=()
-   if use systemd; then
-   emasonargs+=(-Dsd-bus-provider=libsystemd)
-   elif use elogind; then
-   emasonargs+=(-Dsd-bus-provider=libelogind)
-   else
-   emasonargs+=(-Dsd-bus-provider=basu)
-   fi
-   meson_src_configure
-}
-
-src_compile() {
-   meson_src_compile
-   emake -C hyprland-share-picker all
-}
-
-src_install() {
-   meson_src_install
-   

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

2023-04-26 Thread Florian Schmaus
commit: c7b3a4ccb053f92a9e4f23561d22599438c7dc0b
Author: Henri Gasc  eurecom  fr>
AuthorDate: Tue Apr 25 12:46:25 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Apr 25 13:07:46 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7b3a4cc

dev-python/mkdocs-mkdocstrings: add 0.21.2, drop 0.20.0

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

 dev-python/mkdocs-mkdocstrings/Manifest | 2 +-
 ...mkdocstrings-0.20.0.ebuild => mkdocs-mkdocstrings-0.21.2.ebuild} | 6 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/mkdocs-mkdocstrings/Manifest 
b/dev-python/mkdocs-mkdocstrings/Manifest
index 3d9e3221e..b3f82cee0 100644
--- a/dev-python/mkdocs-mkdocstrings/Manifest
+++ b/dev-python/mkdocs-mkdocstrings/Manifest
@@ -1 +1 @@
-DIST mkdocs-mkdocstrings-0.20.0.gh.tar.gz 69064 BLAKE2B 
9b0a1dc3b5e21924e00ba75a6ec79bab33629c65010ec8b0669c17d4000c55fd250f628410c583f14f2d91ee34a0ab419306630025474a820a7377a7beb8b51a
 SHA512 
7a1c5a20c4070d9dec3cf959b38110427efdfc211f66e8423b478903e646f8ef8c8242393d1689392763512a718343b140f01297e57cfbd5f246928c3fbba97b
+DIST mkdocs-mkdocstrings-0.21.2.gh.tar.gz 69412 BLAKE2B 
2e941045c3f9473ec83a60b82ae85ffbb200201295a8d4405648b4b65ef282fa189b01f54107e46ce90fbea34a798177dd3d0dbd138a5db6e507cbc0ef7d
 SHA512 
0880163679cce78432880904c6a56eae533a2d6a167b109a21c45daf5f76abf433243b54bcbb0507b5b42c3df9d9d93367cb2bde996c2dcdcc3e55320b2be35c

diff --git a/dev-python/mkdocs-mkdocstrings/mkdocs-mkdocstrings-0.20.0.ebuild 
b/dev-python/mkdocs-mkdocstrings/mkdocs-mkdocstrings-0.21.2.ebuild
similarity index 88%
rename from dev-python/mkdocs-mkdocstrings/mkdocs-mkdocstrings-0.20.0.ebuild
rename to dev-python/mkdocs-mkdocstrings/mkdocs-mkdocstrings-0.21.2.ebuild
index 7eeef388d..fef37a574 100644
--- a/dev-python/mkdocs-mkdocstrings/mkdocs-mkdocstrings-0.20.0.ebuild
+++ b/dev-python/mkdocs-mkdocstrings/mkdocs-mkdocstrings-0.21.2.ebuild
@@ -22,9 +22,15 @@ BDEPEND="
test? (
dev-python/pymdown-extensions[${PYTHON_USEDEP}]
dev-python/mkdocs-autorefs[${PYTHON_USEDEP}]
+   dev-python/mkdocs-material[${PYTHON_USEDEP}]
dev-python/mkdocs-mkdocstrings-python[${PYTHON_USEDEP}]
)
 "
 DEPEND="${BDEPEND}"
 
 distutils_enable_tests pytest
+
+src_prepare() {
+   rm "${S}/tests/test_plugin.py"
+   default
+}



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

2023-04-26 Thread Florian Schmaus
commit: dc3bae0479bfdc2ec748a8a8b73187563d842662
Author: Julien Roy  jroy  ca>
AuthorDate: Mon Apr 24 17:38:10 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr 24 17:38:10 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc3bae04

dev-python/mautrix: drop 0.19.12

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

 dev-python/mautrix/Manifest   |  1 -
 dev-python/mautrix/mautrix-0.19.12.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/mautrix/Manifest b/dev-python/mautrix/Manifest
index 4e5ab0f85..60eca2b03 100644
--- a/dev-python/mautrix/Manifest
+++ b/dev-python/mautrix/Manifest
@@ -1,2 +1 @@
-DIST mautrix-0.19.12.tar.gz 245130 BLAKE2B 
ce1c3a6f5a553c1c4787c9a7102110ba388456f3aab4ee980f83734a9a4cb2551bb51be6b9b78b582e7af55334c0028473c4b70a678931bcef5468882fcd25bd
 SHA512 
bf6e33d6151d2b2026895c74d58742365b16abd7f6072f38f90a39991283b4fedec22717dcf9f71683d140799ee2a1d364af8cf72762ada10e4d5f46cc464109
 DIST mautrix-0.19.13.tar.gz 245169 BLAKE2B 
036794b984f1979a63a1396a52dfd639dfcc33fcb9bf6b564b13d3e80fdbae69a8b5cea564751a5256fe91349a4014f703094aca6e0303550f90067fc0f8b9ea
 SHA512 
f8cd545a1fa3f7825f97dfb11e5d3a3b9ef1b72e1a387ea23d14320be912eceda2c386db94b38a9971c6c1d50720fdabbd51feb899f8d5c029b8f2965623886e

diff --git a/dev-python/mautrix/mautrix-0.19.12.ebuild 
b/dev-python/mautrix/mautrix-0.19.12.ebuild
deleted file mode 100644
index 8067c5fd3..0
--- a/dev-python/mautrix/mautrix-0.19.12.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="A Python 3 asyncio Matrix framework"
-HOMEPAGE="https://github.com/mautrix/python/;
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/aiohttp[${PYTHON_USEDEP}]
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/olm[${PYTHON_USEDEP}]
-   dev-python/pycryptodome[${PYTHON_USEDEP}]
-   dev-python/unpaddedbase64[${PYTHON_USEDEP}]
-   dev-python/yarl[${PYTHON_USEDEP}]
-   test? (
-   dev-python/aiosqlite[${PYTHON_USEDEP}]
-   dev-python/asyncpg[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/proj/guru:master commit in: gui-libs/xdg-desktop-portal-hyprland/

2023-04-26 Thread Florian Schmaus
commit: bd31f0665567ffc272e41d8c61bbaea0662f44e4
Author: Remigiusz Micielski  gmail  com>
AuthorDate: Mon Apr 24 20:25:16 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr 24 20:37:57 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd31f066

Revert "gui-libs/xdg-desktop-portal-hyprland: fix wrong variable name"

This reverts commit 8dfa4652d619f3361b531f64d33c8547dcbac62f.
Signed-off-by: Remigiusz Micielski  gmail.com>

 .../xdg-desktop-portal-hyprland-0.1.0.ebuild  | 8 
 .../xdg-desktop-portal-hyprland-0.2.1.ebuild  | 8 
 .../xdg-desktop-portal-hyprland-0.3.0.ebuild  | 8 
 .../xdg-desktop-portal-hyprland-.ebuild   | 8 
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild
index b5b2c54e6..a16147f38 100644
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild
+++ 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild
@@ -59,13 +59,13 @@ src_unpack() {
 }
 
 src_configure() {
-   local emesonargs=()
+   local emasonargs=()
if use systemd; then
-   emesonargs+=(-Dsd-bus-provider=libsystemd)
+   emasonargs+=(-Dsd-bus-provider=libsystemd)
elif use elogind; then
-   emesonargs+=(-Dsd-bus-provider=libelogind)
+   emasonargs+=(-Dsd-bus-provider=libelogind)
else
-   emesonargs+=(-Dsd-bus-provider=basu)
+   emasonargs+=(-Dsd-bus-provider=basu)
fi
meson_src_configure
 }

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.2.1.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.2.1.ebuild
index 36fbc67ce..10b789489 100644
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.2.1.ebuild
+++ 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.2.1.ebuild
@@ -60,13 +60,13 @@ src_unpack() {
 }
 
 src_configure() {
-   local emesonargs=()
+   local emasonargs=()
if use systemd; then
-   emesonargs+=(-Dsd-bus-provider=libsystemd)
+   emasonargs+=(-Dsd-bus-provider=libsystemd)
elif use elogind; then
-   emesonargs+=(-Dsd-bus-provider=libelogind)
+   emasonargs+=(-Dsd-bus-provider=libelogind)
else
-   emesonargs+=(-Dsd-bus-provider=basu)
+   emasonargs+=(-Dsd-bus-provider=basu)
fi
meson_src_configure
 }

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0.ebuild
index 17ebcc66e..2db31ff4d 100644
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0.ebuild
+++ 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0.ebuild
@@ -51,13 +51,13 @@ BDEPEND="
 "
 
 src_configure() {
-   local emesonargs=()
+   local emasonargs=()
if use systemd; then
-   emesonargs+=(-Dsd-bus-provider=libsystemd)
+   emasonargs+=(-Dsd-bus-provider=libsystemd)
elif use elogind; then
-   emesonargs+=(-Dsd-bus-provider=libelogind)
+   emasonargs+=(-Dsd-bus-provider=libelogind)
else
-   emesonargs+=(-Dsd-bus-provider=basu)
+   emasonargs+=(-Dsd-bus-provider=basu)
fi
meson_src_configure
 }

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild
index 17ebcc66e..2db31ff4d 100644
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild
+++ 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild
@@ -51,13 +51,13 @@ BDEPEND="
 "
 
 src_configure() {
-   local emesonargs=()
+   local emasonargs=()
if use systemd; then
-   emesonargs+=(-Dsd-bus-provider=libsystemd)
+   emasonargs+=(-Dsd-bus-provider=libsystemd)
elif use elogind; then
-   emesonargs+=(-Dsd-bus-provider=libelogind)
+   emasonargs+=(-Dsd-bus-provider=libelogind)
else
-   emesonargs+=(-Dsd-bus-provider=basu)
+   emasonargs+=(-Dsd-bus-provider=basu)
fi
meson_src_configure
 }



[gentoo-commits] repo/proj/guru:master commit in: gui-libs/xdg-desktop-portal-hyprland/

2023-04-26 Thread Florian Schmaus
commit: 3d6e6056b4659710955f5f6095cf69cbf098085f
Author: Remigiusz Micielski  gmail  com>
AuthorDate: Mon Apr 24 20:34:51 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr 24 20:37:57 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d6e6056

gui-libs/xdg-desktop-portal-hyprland: add 0.3.0-r1, update 

Closes: https://bugs.gentoo.org/904889
Signed-off-by: Remigiusz Micielski  gmail.com>

 ...nd-.ebuild => xdg-desktop-portal-hyprland-0.3.0-r1.ebuild} | 8 
 .../xdg-desktop-portal-hyprland-.ebuild   | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0-r1.ebuild
similarity index 90%
copy from 
gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild
copy to 
gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0-r1.ebuild
index 2db31ff4d..17ebcc66e 100644
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild
+++ 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0-r1.ebuild
@@ -51,13 +51,13 @@ BDEPEND="
 "
 
 src_configure() {
-   local emasonargs=()
+   local emesonargs=()
if use systemd; then
-   emasonargs+=(-Dsd-bus-provider=libsystemd)
+   emesonargs+=(-Dsd-bus-provider=libsystemd)
elif use elogind; then
-   emasonargs+=(-Dsd-bus-provider=libelogind)
+   emesonargs+=(-Dsd-bus-provider=libelogind)
else
-   emasonargs+=(-Dsd-bus-provider=basu)
+   emesonargs+=(-Dsd-bus-provider=basu)
fi
meson_src_configure
 }

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild
index 2db31ff4d..17ebcc66e 100644
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild
+++ 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild
@@ -51,13 +51,13 @@ BDEPEND="
 "
 
 src_configure() {
-   local emasonargs=()
+   local emesonargs=()
if use systemd; then
-   emasonargs+=(-Dsd-bus-provider=libsystemd)
+   emesonargs+=(-Dsd-bus-provider=libsystemd)
elif use elogind; then
-   emasonargs+=(-Dsd-bus-provider=libelogind)
+   emesonargs+=(-Dsd-bus-provider=libelogind)
else
-   emasonargs+=(-Dsd-bus-provider=basu)
+   emesonargs+=(-Dsd-bus-provider=basu)
fi
meson_src_configure
 }



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

2023-04-26 Thread Florian Schmaus
commit: 4d0dcf03f164f26700b89bd43a47e14a90591ce0
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Apr 24 17:13:31 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr 24 17:13:31 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d0dcf03

media-fonts/victor-mono: drop 1.5.3

Signed-off-by: Alexey Zapparov  zapparov.com>

 media-fonts/victor-mono/Manifest |  1 -
 media-fonts/victor-mono/victor-mono-1.5.3.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/media-fonts/victor-mono/Manifest b/media-fonts/victor-mono/Manifest
index 03ab840fb..af9076e3a 100644
--- a/media-fonts/victor-mono/Manifest
+++ b/media-fonts/victor-mono/Manifest
@@ -1,3 +1,2 @@
-DIST victor-mono-1.5.3.zip 8023339 BLAKE2B 
7f34a60fda7d50cc21396feb6dd21f9456553d7fa4a159b41b4d8ce6a80276d24d5d95f43c492974f3e4c6f847f7683e9dcbb68d075aac6ebc9ee3f9d55d325c
 SHA512 
f6206b1633c4627c6563afb5c7334e34744062819786916e2cb8d6a943e686c393bf5814da0ab8a6ecb88cdb05281b37c826e66f6dc1764c84b4c55a51181d59
 DIST victor-mono-1.5.4.zip 8631194 BLAKE2B 
74bc8ce26cbe5bd1b331d440163793740ad1ff393d16ac86dfd18652f11fef8c2899c62eda6ee7e603d9921ac11ab883cdb14a4367d8fdab02a1cd7c65021d63
 SHA512 
7592304648fca98286cea19080fe5ee13bc5c0e19419e86d08960a7d42669886cd5fdc9ee0d2f3832ac53371a81586bfe82cecc6946721d1a99cbe1ec704d62d
 DIST victor-mono-1.5.5.zip 9165795 BLAKE2B 
559f7bb4f216fe00cc32e723279eb0ddec70a4834a943749d6ab20619e265f0da434e3d93501598e3af4314b42c51fe1c68f39d0ab7276cf6ebeaf57208be247
 SHA512 
aa1b24bac802a2e30dc13939df03ca2c5a6fea49e4de3f74009b9c878ef7e2bcc72ddae8ac7853bd1bc3c3caef33f5d5fe87203e106531b48d1e68db66b444e4

diff --git a/media-fonts/victor-mono/victor-mono-1.5.3.ebuild 
b/media-fonts/victor-mono/victor-mono-1.5.3.ebuild
deleted file mode 100644
index 82aa88707..0
--- a/media-fonts/victor-mono/victor-mono-1.5.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-DESCRIPTION="A free programming font with cursive italics and ligatures"
-HOMEPAGE="https://rubjo.github.io/victor-mono/;
-SRC_URI="https://github.com/rubjo/victor-mono/raw/v${PV}/public/VictorMonoAll.zip
 -> ${P}.zip"
-RESTRICT="binchecks strip"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+otf ttf"
-
-REQUIRED_USE="|| ( otf ttf )"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-FONT_CONF=(
-   "${FILESDIR}/66-victor-mono.conf"
-)
-
-src_install() {
-   use otf && { FONT_S="${S}/OTF"; FONT_SUFFIX="otf"; }
-   use ttf && { FONT_S="${S}/TTF"; FONT_SUFFIX="ttf"; }
-
-   font_src_install
-}



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

2023-04-26 Thread Florian Schmaus
commit: a32e8c0da9d76109b10186de5a6ba1217bbd6727
Author: Julien Roy  jroy  ca>
AuthorDate: Mon Apr 24 17:37:56 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr 24 17:37:56 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a32e8c0d

dev-python/mautrix: add 0.19.13

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

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

diff --git a/dev-python/mautrix/Manifest b/dev-python/mautrix/Manifest
index 989bbed98..4e5ab0f85 100644
--- a/dev-python/mautrix/Manifest
+++ b/dev-python/mautrix/Manifest
@@ -1 +1,2 @@
 DIST mautrix-0.19.12.tar.gz 245130 BLAKE2B 
ce1c3a6f5a553c1c4787c9a7102110ba388456f3aab4ee980f83734a9a4cb2551bb51be6b9b78b582e7af55334c0028473c4b70a678931bcef5468882fcd25bd
 SHA512 
bf6e33d6151d2b2026895c74d58742365b16abd7f6072f38f90a39991283b4fedec22717dcf9f71683d140799ee2a1d364af8cf72762ada10e4d5f46cc464109
+DIST mautrix-0.19.13.tar.gz 245169 BLAKE2B 
036794b984f1979a63a1396a52dfd639dfcc33fcb9bf6b564b13d3e80fdbae69a8b5cea564751a5256fe91349a4014f703094aca6e0303550f90067fc0f8b9ea
 SHA512 
f8cd545a1fa3f7825f97dfb11e5d3a3b9ef1b72e1a387ea23d14320be912eceda2c386db94b38a9971c6c1d50720fdabbd51feb899f8d5c029b8f2965623886e

diff --git a/dev-python/mautrix/mautrix-0.19.13.ebuild 
b/dev-python/mautrix/mautrix-0.19.13.ebuild
new file mode 100644
index 0..8067c5fd3
--- /dev/null
+++ b/dev-python/mautrix/mautrix-0.19.13.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="A Python 3 asyncio Matrix framework"
+HOMEPAGE="https://github.com/mautrix/python/;
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/olm[${PYTHON_USEDEP}]
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   dev-python/unpaddedbase64[${PYTHON_USEDEP}]
+   dev-python/yarl[${PYTHON_USEDEP}]
+   test? (
+   dev-python/aiosqlite[${PYTHON_USEDEP}]
+   dev-python/asyncpg[${PYTHON_USEDEP}]
+   

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

2023-04-26 Thread Florian Schmaus
commit: 451c84f2907cf7b014289d490108851550cc4be2
Author: Remigiusz Micielski  gmail  com>
AuthorDate: Mon Apr 24 12:55:20 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr 24 12:55:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=451c84f2

gui-apps/swww: add swww-daemon to QA_IGNORE_FLAGS

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

 gui-apps/swww/swww-0.7.3.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gui-apps/swww/swww-0.7.3.ebuild b/gui-apps/swww/swww-0.7.3.ebuild
index 445b63fb4..dfd5c7fbb 100644
--- a/gui-apps/swww/swww-0.7.3.ebuild
+++ b/gui-apps/swww/swww-0.7.3.ebuild
@@ -219,9 +219,10 @@ DEPEND="app-arch/lz4
 RDEPEND="${DEPEND}"
 BDEPEND=""
 
-# rust does not use *FLAGS from make.conf, silence portage warning
-# update with proper path to binaries this crate installs, omit leading /
-QA_FLAGS_IGNORED="usr/bin/${PN}"
+QA_FLAGS_IGNORED="
+   usr/bin/swww
+   usr/bin/swww-daemon
+"
 
 src_install() {
dodoc README.md CHANGELOG.md



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/bibata-xcursors/

2023-04-26 Thread Florian Schmaus
commit: de06a95e83c40cbe3387e6d7cda2b8f0adb442b1
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Apr 24 16:47:59 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr 24 16:47:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de06a95e

x11-themes/bibata-xcursors: add 2.0.3

Signed-off-by: Alexey Zapparov  zapparov.com>

 x11-themes/bibata-xcursors/Manifest |  1 +
 .../bibata-xcursors/bibata-xcursors-2.0.3.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/x11-themes/bibata-xcursors/Manifest 
b/x11-themes/bibata-xcursors/Manifest
index e445cc061..00c76cef7 100644
--- a/x11-themes/bibata-xcursors/Manifest
+++ b/x11-themes/bibata-xcursors/Manifest
@@ -1,2 +1,3 @@
 DIST bibata-xcursors-1.1.2-r2.tar.gz 26397061 BLAKE2B 
4bd1c9a2b8fc1cd636e855e876a9efefac6abc1ad464466000d444d98fbb675fa83beeba9633cfc98cf448e454ac0192793ef832586c186be52f4c5b3fb6427b
 SHA512 
5acc71613fc8d4528d83d50f6e763ffc5645ede306c7f761ea3791bab74afbe2904711aa4ce5b88d204e3a0b074d9d61bef2d5bfa9b4147527c00a6dca9667f9
 DIST bibata-xcursors-2.0.2.tar.gz 96043910 BLAKE2B 
38495942a40fd252a8d96e585b0da1b858ef702b6df806d9fdaafddb497df15ffef599801806161ae3108e4b80236503b9190ab021b82e476fa548fcc47dd68e
 SHA512 
192cdd81c9ab0dc7d8acd1e20454f6c954ce1af031d083a5c8a22a1f28a101667e0c30eecb84a626cf843cc47068bf728726277bc0b56df757dff96d002aea98
+DIST bibata-xcursors-2.0.3.tar.gz 95694863 BLAKE2B 
68344c46d07982351e36267e8ade471b8fb25895d7d799f2ff5aab88f79d23671105a869d9a029a8ea10bc76e753e2dce576c780901017f9a8255f389f31f6a8
 SHA512 
fe05f908e2bf16c0072a34f4fd2233ed2bf03740b1ea7ab30ce4be43810fc5dec47844af532ff3c52b6cc75318a3653599f44b48e88623b9250787ba1c7982f1

diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-2.0.3.ebuild 
b/x11-themes/bibata-xcursors/bibata-xcursors-2.0.3.ebuild
new file mode 100644
index 0..f0cf55bc1
--- /dev/null
+++ b/x11-themes/bibata-xcursors/bibata-xcursors-2.0.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Opensource, compact, and material-designed cursor set"
+HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor;
+SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${PV}/Bibata.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/cursors/xorg-x11
+   doins -r Bibata-{Modern,Original}-{Amber,Classic,Ice}
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-libs/xdg-desktop-portal-hyprland/

2023-04-26 Thread Florian Schmaus
commit: 8dfa4652d619f3361b531f64d33c8547dcbac62f
Author: Remigiusz Micielski  gmail  com>
AuthorDate: Mon Apr 24 12:25:38 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr 24 12:27:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8dfa4652

gui-libs/xdg-desktop-portal-hyprland: fix wrong variable name

Closes: https://bugs.gentoo.org/904889
Signed-off-by: Remigiusz Micielski  gmail.com>

 .../xdg-desktop-portal-hyprland-0.1.0.ebuild  | 8 
 .../xdg-desktop-portal-hyprland-0.2.1.ebuild  | 8 
 .../xdg-desktop-portal-hyprland-0.3.0.ebuild  | 8 
 .../xdg-desktop-portal-hyprland-.ebuild   | 8 
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild
index a16147f38..b5b2c54e6 100644
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild
+++ 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild
@@ -59,13 +59,13 @@ src_unpack() {
 }
 
 src_configure() {
-   local emasonargs=()
+   local emesonargs=()
if use systemd; then
-   emasonargs+=(-Dsd-bus-provider=libsystemd)
+   emesonargs+=(-Dsd-bus-provider=libsystemd)
elif use elogind; then
-   emasonargs+=(-Dsd-bus-provider=libelogind)
+   emesonargs+=(-Dsd-bus-provider=libelogind)
else
-   emasonargs+=(-Dsd-bus-provider=basu)
+   emesonargs+=(-Dsd-bus-provider=basu)
fi
meson_src_configure
 }

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.2.1.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.2.1.ebuild
index 10b789489..36fbc67ce 100644
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.2.1.ebuild
+++ 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.2.1.ebuild
@@ -60,13 +60,13 @@ src_unpack() {
 }
 
 src_configure() {
-   local emasonargs=()
+   local emesonargs=()
if use systemd; then
-   emasonargs+=(-Dsd-bus-provider=libsystemd)
+   emesonargs+=(-Dsd-bus-provider=libsystemd)
elif use elogind; then
-   emasonargs+=(-Dsd-bus-provider=libelogind)
+   emesonargs+=(-Dsd-bus-provider=libelogind)
else
-   emasonargs+=(-Dsd-bus-provider=basu)
+   emesonargs+=(-Dsd-bus-provider=basu)
fi
meson_src_configure
 }

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0.ebuild
index 2db31ff4d..17ebcc66e 100644
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0.ebuild
+++ 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0.ebuild
@@ -51,13 +51,13 @@ BDEPEND="
 "
 
 src_configure() {
-   local emasonargs=()
+   local emesonargs=()
if use systemd; then
-   emasonargs+=(-Dsd-bus-provider=libsystemd)
+   emesonargs+=(-Dsd-bus-provider=libsystemd)
elif use elogind; then
-   emasonargs+=(-Dsd-bus-provider=libelogind)
+   emesonargs+=(-Dsd-bus-provider=libelogind)
else
-   emasonargs+=(-Dsd-bus-provider=basu)
+   emesonargs+=(-Dsd-bus-provider=basu)
fi
meson_src_configure
 }

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild
index 2db31ff4d..17ebcc66e 100644
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild
+++ 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-.ebuild
@@ -51,13 +51,13 @@ BDEPEND="
 "
 
 src_configure() {
-   local emasonargs=()
+   local emesonargs=()
if use systemd; then
-   emasonargs+=(-Dsd-bus-provider=libsystemd)
+   emesonargs+=(-Dsd-bus-provider=libsystemd)
elif use elogind; then
-   emasonargs+=(-Dsd-bus-provider=libelogind)
+   emesonargs+=(-Dsd-bus-provider=libelogind)
else
-   emasonargs+=(-Dsd-bus-provider=basu)
+   emesonargs+=(-Dsd-bus-provider=basu)
fi
meson_src_configure
 }



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

2023-04-26 Thread Florian Schmaus
commit: 04522bf71ee2ff0b7cb8b64f6dd4e2322a309ec1
Author: Julien Roy  jroy  ca>
AuthorDate: Sun Apr 23 19:22:22 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Apr 23 19:22:22 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04522bf7

gui-apps/hyprland-plugins: drop 0.24.1

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

 .../hyprland-plugins-0.24.1.ebuild | 92 --
 1 file changed, 92 deletions(-)

diff --git a/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1.ebuild 
b/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1.ebuild
deleted file mode 100644
index c674218ec..0
--- a/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT=bb1437add2df7f76147f7beb430365637fc2c35e
-SPLITCOMMIT=feb6ab9a4929a92d41c724f6d16e9d351b12de39
-DESCRIPTION="A blazing fast wayland wallpaper utility"
-HOMEPAGE="https://github.com/hyprwm/hyprpaper;
-SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz
-   
https://github.com/hyprwm/Hyprland/releases/download/v${PV}/source-v${PV}.tar.gz
 \
-   -> ${P}-hyprsrc.gh.tar.gz
-   
https://github.com/Duckonaut/split-monitor-workspaces/archive/${SPLITCOMMIT}.tar.gz
 \
-   -> ${P}-split-monitor-workspaces.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars split-monitor-workspaces X"
-REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars 
split-monitor-workspaces )"
-
-RDEPEND="gui-wm/hyprland"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   ~gui-wm/hyprland-${PV}
-   split-monitor-workspaces? ( gui-libs/wlroots[X?] )
-   x11-libs/libdrm
-   x11-libs/pixman
-"
-
-src_unpack() {
-   default
-   cp "${FILESDIR}/split-monitor-workspaces.patch" 
"${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}" || die
-}
-
-src_prepare() {
-   eapply_user
-   if use split-monitor-workspaces && ! use X; then
-   cd "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}" || die
-   eapply "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}"
-   fi
-}
-
-src_compile() {
-   emake -C "${WORKDIR}/hyprland-source" protocols
-   export HYPRLAND_HEADERS="${WORKDIR}/hyprland-source"
-
-   if use borders-plus-plus; then
-   emake -C "${S}/borders-plus-plus" all
-   fi
-
-   if use csgo-vulkan-fix; then
-   emake -C "${S}/csgo-vulkan-fix" all
-   fi
-
-   if use hyprbars; then
-   emake -C "${S}/hyprbars" all
-   fi
-
-   if use split-monitor-workspaces; then
-   emake -C "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}" 
split-monitor-workspaces.so
-   fi
-}
-
-src_install() {
-   insinto "/usr/share/hyprland/plugins"
-
-   if use borders-plus-plus; then
-   doins "${S}/borders-plus-plus/borders-plus-plus.so"
-   fi
-
-   if use csgo-vulkan-fix; then
-   doins "${S}/csgo-vulkan-fix/csgo-vulkan-fix.so"
-   fi
-
-   if use hyprbars; then
-   doins "${S}/hyprbars/hyprbars.so"
-   fi
-
-   if use split-monitor-workspaces; then
-   doins 
"${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}/split-monitor-workspaces.so"
-   emake -C "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}" 
all
-   fi
-}
-
-pkg_postinst() {
-   einfo "Plugins are installed in /usr/share/hyprland/plugins"
-   einfo "To load them, refer to the official documentation"
-   einfo "https://wiki.hyprland.org/Plugins/Using-Plugins/;
-}



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

2023-04-26 Thread Florian Schmaus
commit: ccf5884d0914062c7efb4fe2a54360a6b2612ae9
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Apr 24 17:13:17 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr 24 17:13:17 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccf5884d

media-fonts/victor-mono: add 1.5.5

Signed-off-by: Alexey Zapparov  zapparov.com>

 media-fonts/victor-mono/Manifest |  1 +
 media-fonts/victor-mono/victor-mono-1.5.5.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/media-fonts/victor-mono/Manifest b/media-fonts/victor-mono/Manifest
index c542d7b1e..03ab840fb 100644
--- a/media-fonts/victor-mono/Manifest
+++ b/media-fonts/victor-mono/Manifest
@@ -1,2 +1,3 @@
 DIST victor-mono-1.5.3.zip 8023339 BLAKE2B 
7f34a60fda7d50cc21396feb6dd21f9456553d7fa4a159b41b4d8ce6a80276d24d5d95f43c492974f3e4c6f847f7683e9dcbb68d075aac6ebc9ee3f9d55d325c
 SHA512 
f6206b1633c4627c6563afb5c7334e34744062819786916e2cb8d6a943e686c393bf5814da0ab8a6ecb88cdb05281b37c826e66f6dc1764c84b4c55a51181d59
 DIST victor-mono-1.5.4.zip 8631194 BLAKE2B 
74bc8ce26cbe5bd1b331d440163793740ad1ff393d16ac86dfd18652f11fef8c2899c62eda6ee7e603d9921ac11ab883cdb14a4367d8fdab02a1cd7c65021d63
 SHA512 
7592304648fca98286cea19080fe5ee13bc5c0e19419e86d08960a7d42669886cd5fdc9ee0d2f3832ac53371a81586bfe82cecc6946721d1a99cbe1ec704d62d
+DIST victor-mono-1.5.5.zip 9165795 BLAKE2B 
559f7bb4f216fe00cc32e723279eb0ddec70a4834a943749d6ab20619e265f0da434e3d93501598e3af4314b42c51fe1c68f39d0ab7276cf6ebeaf57208be247
 SHA512 
aa1b24bac802a2e30dc13939df03ca2c5a6fea49e4de3f74009b9c878ef7e2bcc72ddae8ac7853bd1bc3c3caef33f5d5fe87203e106531b48d1e68db66b444e4

diff --git a/media-fonts/victor-mono/victor-mono-1.5.5.ebuild 
b/media-fonts/victor-mono/victor-mono-1.5.5.ebuild
new file mode 100644
index 0..22d36addc
--- /dev/null
+++ b/media-fonts/victor-mono/victor-mono-1.5.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="A free programming font with cursive italics and ligatures"
+HOMEPAGE="https://rubjo.github.io/victor-mono/;
+SRC_URI="https://github.com/rubjo/victor-mono/raw/v${PV}/public/VictorMonoAll.zip
 -> ${P}.zip"
+RESTRICT="binchecks strip"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+otf ttf"
+
+REQUIRED_USE="|| ( otf ttf )"
+
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+
+FONT_CONF=(
+   "${FILESDIR}/66-victor-mono.conf"
+)
+
+src_install() {
+   use otf && { FONT_S="${S}/OTF"; FONT_SUFFIX="otf"; }
+   use ttf && { FONT_S="${S}/TTF"; FONT_SUFFIX="ttf"; }
+
+   font_src_install
+}



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/bibata-xcursors/

2023-04-26 Thread Florian Schmaus
commit: da04de2d36b259a3755dd1af00f59d7ad53e
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Apr 24 17:06:58 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr 24 17:06:58 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da04de2d

x11-themes/bibata-xcursors: drop 1.1.2-r2

Signed-off-by: Alexey Zapparov  zapparov.com>

 x11-themes/bibata-xcursors/Manifest |  1 -
 .../bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/x11-themes/bibata-xcursors/Manifest 
b/x11-themes/bibata-xcursors/Manifest
index 00c76cef7..3a4b708ea 100644
--- a/x11-themes/bibata-xcursors/Manifest
+++ b/x11-themes/bibata-xcursors/Manifest
@@ -1,3 +1,2 @@
-DIST bibata-xcursors-1.1.2-r2.tar.gz 26397061 BLAKE2B 
4bd1c9a2b8fc1cd636e855e876a9efefac6abc1ad464466000d444d98fbb675fa83beeba9633cfc98cf448e454ac0192793ef832586c186be52f4c5b3fb6427b
 SHA512 
5acc71613fc8d4528d83d50f6e763ffc5645ede306c7f761ea3791bab74afbe2904711aa4ce5b88d204e3a0b074d9d61bef2d5bfa9b4147527c00a6dca9667f9
 DIST bibata-xcursors-2.0.2.tar.gz 96043910 BLAKE2B 
38495942a40fd252a8d96e585b0da1b858ef702b6df806d9fdaafddb497df15ffef599801806161ae3108e4b80236503b9190ab021b82e476fa548fcc47dd68e
 SHA512 
192cdd81c9ab0dc7d8acd1e20454f6c954ce1af031d083a5c8a22a1f28a101667e0c30eecb84a626cf843cc47068bf728726277bc0b56df757dff96d002aea98
 DIST bibata-xcursors-2.0.3.tar.gz 95694863 BLAKE2B 
68344c46d07982351e36267e8ade471b8fb25895d7d799f2ff5aab88f79d23671105a869d9a029a8ea10bc76e753e2dce576c780901017f9a8255f389f31f6a8
 SHA512 
fe05f908e2bf16c0072a34f4fd2233ed2bf03740b1ea7ab30ce4be43810fc5dec47844af532ff3c52b6cc75318a3653599f44b48e88623b9250787ba1c7982f1

diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild 
b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild
deleted file mode 100644
index f6b4a0fa4..0
--- a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Opensource, compact, and material-designed cursor set"
-HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor;
-SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${PV}/Bibata.tar.gz
 -> ${P}-r2.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="x11-libs/libXcursor"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /usr/share/cursors/xorg-x11
-   doins -r Bibata-{Modern,Original}-{Amber,Classic,Ice}
-}



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

2023-04-26 Thread Florian Schmaus
commit: 5fdc4449477a75d121e1414c5ca344a61ab9d716
Author: Julien Roy  jroy  ca>
AuthorDate: Sun Apr 23 20:03:20 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Apr 23 20:03:29 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fdc4449

dev-python/zodb: add 5.8.0-r1

drop python 3.11 due to dependency

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

 dev-python/zodb/zodb-5.8.0-r1.ebuild | 57 
 1 file changed, 57 insertions(+)

diff --git a/dev-python/zodb/zodb-5.8.0-r1.ebuild 
b/dev-python/zodb/zodb-5.8.0-r1.ebuild
new file mode 100644
index 0..367332c02
--- /dev/null
+++ b/dev-python/zodb/zodb-5.8.0-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..10} )
+PYPI_NO_NORMALIZE=1
+PYPI_PN="${PN^^}"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python object-oriented database"
+HOMEPAGE="https://github.com/zopefoundation/zodb;
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/BTrees[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/persistent[${PYTHON_USEDEP}]
+   dev-python/transaction[${PYTHON_USEDEP}]
+   dev-python/zc-lockfile[${PYTHON_USEDEP}]
+   dev-python/zconfig[${PYTHON_USEDEP}]
+   dev-python/zodbpickle[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? (
+   dev-python/j1m-sphinxautozconfig[${PYTHON_USEDEP}]
+   dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-zopeext[${PYTHON_USEDEP}]
+   )
+   test? (
+   dev-python/manuel[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   dev-python/zope-testrunner[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests setup.py
+
+src_unpack() {
+   default
+   # Remove failing test
+   rm "${S}/src/${PN^^}/tests/testdocumentation.py" || die
+}
+
+python_test() {
+   zope-testrunner -pvc -j "$(nproc)" --usecompiled \
+   --path "${BUILD_DIR}/install$(python_get_sitedir)/" || die
+}



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

2023-04-26 Thread Florian Schmaus
commit: ad47de6136d74bc33a503705461f432605a46119
Author: Julien Roy  jroy  ca>
AuthorDate: Sun Apr 23 20:04:02 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Apr 23 20:04:02 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad47de61

dev-python/zodb: drop 5.8.0

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

 dev-python/zodb/zodb-5.8.0.ebuild | 57 ---
 1 file changed, 57 deletions(-)

diff --git a/dev-python/zodb/zodb-5.8.0.ebuild 
b/dev-python/zodb/zodb-5.8.0.ebuild
deleted file mode 100644
index 1dcf0a400..0
--- a/dev-python/zodb/zodb-5.8.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYPI_NO_NORMALIZE=1
-PYPI_PN="${PN^^}"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python object-oriented database"
-HOMEPAGE="https://github.com/zopefoundation/zodb;
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/BTrees[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/persistent[${PYTHON_USEDEP}]
-   dev-python/transaction[${PYTHON_USEDEP}]
-   dev-python/zc-lockfile[${PYTHON_USEDEP}]
-   dev-python/zconfig[${PYTHON_USEDEP}]
-   dev-python/zodbpickle[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   doc? (
-   dev-python/j1m-sphinxautozconfig[${PYTHON_USEDEP}]
-   dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-zopeext[${PYTHON_USEDEP}]
-   )
-   test? (
-   dev-python/manuel[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   dev-python/zope-testrunner[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests setup.py
-
-src_unpack() {
-   default
-   # Remove failing test
-   rm "${S}/src/${PN^^}/tests/testdocumentation.py" || die
-}
-
-python_test() {
-   zope-testrunner -pvc -j "$(nproc)" --usecompiled \
-   --path "${BUILD_DIR}/install$(python_get_sitedir)/" || die
-}



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

2023-04-26 Thread Florian Schmaus
commit: 86ea339900fca3572056e074ed63c640a68b4e4a
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Apr 26 09:41:26 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Apr 26 09:41:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ea3399

dev-java/scala-cli-bin: minor SRC_URI style changes

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

 dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild 
b/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild
index 92f68c415997..dbd4d61e3c92 100644
--- a/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild
+++ b/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild
@@ -12,16 +12,16 @@ DESCRIPTION="CLI to interact with Scala and Java"
 HOMEPAGE="https://scala-cli.virtuslab.org/;
 SRC_URI="
!amd64? ( !arm64? (
-   
https://github.com/VirtusLab/scala-cli/releases/download/v${UPSTREAM_PV}/scala-cli
 ->
-scala-cli-non-native-${UPSTREAM_PV}
+   
https://github.com/VirtusLab/scala-cli/releases/download/v${UPSTREAM_PV}/scala-cli
+   -> scala-cli-non-native-${UPSTREAM_PV}
) )
amd64? (
-   
https://github.com/VirtusLab/scala-cli/releases/download/v${UPSTREAM_PV}/scala-cli-x86_64-pc-linux.gz
 ->
-   scala-cli-amd64-${UPSTREAM_PV}.gz
+   
https://github.com/VirtusLab/scala-cli/releases/download/v${UPSTREAM_PV}/scala-cli-x86_64-pc-linux.gz
+   -> scala-cli-amd64-${UPSTREAM_PV}.gz
)
arm64? (
-   
https://github.com/VirtusLab/scala-cli/releases/download/v${UPSTREAM_PV}/scala-cli-aarch64-pc-linux.gz
 ->
-   scala-cli-arm64-${UPSTREAM_PV}.gz
+   
https://github.com/VirtusLab/scala-cli/releases/download/v${UPSTREAM_PV}/scala-cli-aarch64-pc-linux.gz
+   -> scala-cli-arm64-${UPSTREAM_PV}.gz
)
 "
 



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

2023-04-26 Thread Florian Schmaus
commit: 95ad330ee15476ba1db1427c0df754aaa95535f0
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Apr 26 09:34:53 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Apr 26 09:37:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ad330e

dev-java/scala-cli-bin: add 1.0.0_rc1

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

 dev-java/scala-cli-bin/Manifest|  3 +
 .../scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild   | 78 ++
 2 files changed, 81 insertions(+)

diff --git a/dev-java/scala-cli-bin/Manifest b/dev-java/scala-cli-bin/Manifest
index 9a5a4e3ea236..22c6709610b0 100644
--- a/dev-java/scala-cli-bin/Manifest
+++ b/dev-java/scala-cli-bin/Manifest
@@ -1,9 +1,12 @@
 DIST scala-cli-amd64-0.1.20.gz 32520802 BLAKE2B 
b032e7ed3c5e340e03bbddde6b00289da7f7a7017266cd6f6b1500540a5c81d453180a88e11b3590a26e2188cf2206ac6fa4089b9f85cfce5745a7b15a5b44ee
 SHA512 
a08632992fb9bf811f88b267ef587de673a5f59b5ba0e1d6b49aaf4057328cd738519afeb7f76a96ef569376b3d34dc11f4891729b5cbd900b0d8b348a0f3566
 DIST scala-cli-amd64-0.2.0.gz 32589377 BLAKE2B 
1eebcf83a12d4aa0f981895b8ae8d5bea3d17ac02282410aff9c02a961cf305d81ebe19422f0d96c5e8246c51d0702c352d23900e690b774550a9720246c3c08
 SHA512 
50617a5006b738612f234e7acc5be9d7012cb525b2548286585c11d9ac9bad6f8711a41cb1210b50089709f5765ebacce27151420fa5922cd58496fccb9bc11e
 DIST scala-cli-amd64-0.2.1.gz 32642273 BLAKE2B 
f30dde2a5408032942e5676b0274473fe0db6ccab9e74830c33fa37a8283438cc848fda15d79f076be1eeb45f0463769acc4f82b2e0fc4a1c0e141c9df40d502
 SHA512 
773206656b35dea9312f8c8a2db6cd98e1a7c0d03840f661185f276b69dcc1dafe699e1db3cdfb9fd2891fec56cc6ad1cf03e7e53761afd9a1f3596fae31e05c
+DIST scala-cli-amd64-1.0.0-RC1.gz 32431480 BLAKE2B 
3ac9aa93a109493288397ca595c7364a79530a601baa2fdd11f6f0e618f9c1fb07068eb05a8242a5fcc00efc213b8225a60b8e2e75ef5dec782280665cad0cc8
 SHA512 
559fb6caa346e370b93778da5266b8d009cd4335e3a7baeee090c14110dcdf87fb45bee7c00eab50f3df875d88378dcfc0f6ef4a61cf8522918f9d49337e0767
 DIST scala-cli-arm64-0.1.20.gz 32342696 BLAKE2B 
54189891dce54d09869e5a0800683cf53e5613bb9ac74c137ddfea4e06f4a35dad07ec97db81e69a9fd704b1f44bda8b7466bdddaf9fdab07ca0a051d91f
 SHA512 
040d287566f06b4d14a58cd9340ac15d8afa124d536053c0ee13db6d64e463162f7f2556004d593381377cc73b3a9075ee688937de4591fe6aa4a5cfe5121808
 DIST scala-cli-arm64-0.2.0.gz 32460836 BLAKE2B 
742848e3125886ffc49d3972efcc8087967457e9fe6a1fead0c12a263136da0da654e30d97e8d59ac9aa3b016126a969e4e70e2824aba628a685baaa82369fbb
 SHA512 
61a3b3a45c73041d210ba483bc8eac19d4aa518de7342d7e96c2cb24cc2e9b22a4fb2da2e65b6dcf0dde8dc4cbef565c607ee8339090e4efa2161e6c5b13b35f
 DIST scala-cli-arm64-0.2.1.gz 32498301 BLAKE2B 
6ffd39f37bbcd33a59855e7226435dfea6ae99bc5cf30d182cd6920636e6b2e9ff627bd028b90f7cfbff4ed1829545697fe839290990d2938a24c64784f7e549
 SHA512 
b6609cb52bdfd4dffe4060343c652b477b5730c1f3f5f7267a39577c13e894b23982bfe80ae065472103bcbd1573675434e91128d31cbf3c83242f9aa60243b1
+DIST scala-cli-arm64-1.0.0-RC1.gz 32263782 BLAKE2B 
4131187460fb9f4236d35ebe2e63913812eba85eb8a862f2f02b681a6914b1a21f1f426e6411cff14f6309d0a7e91e2ff7f61b0336245d178f38747d953473dc
 SHA512 
c43ecaf1638c4aa092d2a823a931ceea77cebd940907a8c781caa7c526411a5c2c50a7468ef6efab816d9d26d6769c0df421abc60f02b489478e804ec52e
 DIST scala-cli-non-native-0.1.20 9239916 BLAKE2B 
15d45ecd9b20cb5184626bd518b373e4ba12948b6fd14c11a55923118aa0e690ec0ffadd64c613a206555c3e2fbb580339c8b3cf3b9e039aea04551d5ce4f238
 SHA512 
1f7c8d22ae94bf79cd6d139ecbf4d73e2009a3ad727404051716e531271e01c31b252174e9b039bfcffa997d6ab9f18f0e30de7834de8f92ddbb0ad140a572e7
 DIST scala-cli-non-native-0.2.0 9395272 BLAKE2B 
02236a18c380037bbf06649d883cc38af2f0bd4c0428838d6f551dd37a937c58e83c1ca6dc41b4052bb4e146b322d59179e2f81fb9261202003bbfdfb1f5de37
 SHA512 
fada2760148718d52a8b7b196479a4b5baa37275a525c1fbecc3cb039ef7e81952fc73560abd51fda6fc7a82bdb37ae2b502faf7fe43e406ac4cf7010ab617ab
 DIST scala-cli-non-native-0.2.1 9468051 BLAKE2B 
9a9b5694261b769fafa3f3747f5e83869324e341f264dbfa463382e217acd5a2c994fb6e67e9e36175d97520938a40add424f5e9a77c62056eec6a828d4ea61a
 SHA512 
547e9786527b7e7d34f4f912a6b9ae0c8f15eca3aa90f11f704283c63e5105363464f1e81f6dbb363fa71fb17e3e48b4db86e70f3b37b5059c40c02cd47382f5
+DIST scala-cli-non-native-1.0.0-RC1 9560878 BLAKE2B 
a0e8a86f61c5d9baa9dd36fdd2abd974063bab40644cfafd6f93f917c10f3cae2b665a19058641f61f75f11b614415db5d624d1397c061fed299b32059919faf
 SHA512 
9b8c2b0868ed38601c5f992fae425d486ca5ac026fa664a404ba0ef4813ea9351f196a694e111fe2bbf2ccaa17257982feee91a85444d778f6a3d20f6347a438

diff --git a/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild 
b/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild
new file mode 100644
index ..92f68c415997
--- /dev/null
+++ b/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+

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

2023-04-26 Thread Florian Schmaus
commit: 547f8369537204d632e1f3fe2a31504679afdc32
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Apr 26 09:35:42 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Apr 26 09:37:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547f8369

dev-java/scala-cli-bin: stabilize 0.2.1 for amd64

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

 dev-java/scala-cli-bin/scala-cli-bin-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/scala-cli-bin/scala-cli-bin-0.2.1.ebuild 
b/dev-java/scala-cli-bin/scala-cli-bin-0.2.1.ebuild
index 7e22bcaded14..5309b1060c5e 100644
--- a/dev-java/scala-cli-bin/scala-cli-bin-0.2.1.ebuild
+++ b/dev-java/scala-cli-bin/scala-cli-bin-0.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
arm64? ( 
https://github.com/VirtusLab/scala-cli/releases/download/v${PV}/scala-cli-aarch64-pc-linux.gz
 -> scala-cli-arm64-${PV}.gz )
 "
 
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 LICENSE="Apache-2.0"
 SLOT="0"
 



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

2023-04-26 Thread Florian Schmaus
commit: bdb65b731a94034a2639df766da86e6511c664e8
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Apr 26 09:36:00 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Apr 26 09:37:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb65b73

dev-java/scala-cli-bin: drop 0.1.20

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

 dev-java/scala-cli-bin/Manifest|  3 -
 dev-java/scala-cli-bin/scala-cli-bin-0.1.20.ebuild | 65 --
 2 files changed, 68 deletions(-)

diff --git a/dev-java/scala-cli-bin/Manifest b/dev-java/scala-cli-bin/Manifest
index 22c6709610b0..c65661f401e4 100644
--- a/dev-java/scala-cli-bin/Manifest
+++ b/dev-java/scala-cli-bin/Manifest
@@ -1,12 +1,9 @@
-DIST scala-cli-amd64-0.1.20.gz 32520802 BLAKE2B 
b032e7ed3c5e340e03bbddde6b00289da7f7a7017266cd6f6b1500540a5c81d453180a88e11b3590a26e2188cf2206ac6fa4089b9f85cfce5745a7b15a5b44ee
 SHA512 
a08632992fb9bf811f88b267ef587de673a5f59b5ba0e1d6b49aaf4057328cd738519afeb7f76a96ef569376b3d34dc11f4891729b5cbd900b0d8b348a0f3566
 DIST scala-cli-amd64-0.2.0.gz 32589377 BLAKE2B 
1eebcf83a12d4aa0f981895b8ae8d5bea3d17ac02282410aff9c02a961cf305d81ebe19422f0d96c5e8246c51d0702c352d23900e690b774550a9720246c3c08
 SHA512 
50617a5006b738612f234e7acc5be9d7012cb525b2548286585c11d9ac9bad6f8711a41cb1210b50089709f5765ebacce27151420fa5922cd58496fccb9bc11e
 DIST scala-cli-amd64-0.2.1.gz 32642273 BLAKE2B 
f30dde2a5408032942e5676b0274473fe0db6ccab9e74830c33fa37a8283438cc848fda15d79f076be1eeb45f0463769acc4f82b2e0fc4a1c0e141c9df40d502
 SHA512 
773206656b35dea9312f8c8a2db6cd98e1a7c0d03840f661185f276b69dcc1dafe699e1db3cdfb9fd2891fec56cc6ad1cf03e7e53761afd9a1f3596fae31e05c
 DIST scala-cli-amd64-1.0.0-RC1.gz 32431480 BLAKE2B 
3ac9aa93a109493288397ca595c7364a79530a601baa2fdd11f6f0e618f9c1fb07068eb05a8242a5fcc00efc213b8225a60b8e2e75ef5dec782280665cad0cc8
 SHA512 
559fb6caa346e370b93778da5266b8d009cd4335e3a7baeee090c14110dcdf87fb45bee7c00eab50f3df875d88378dcfc0f6ef4a61cf8522918f9d49337e0767
-DIST scala-cli-arm64-0.1.20.gz 32342696 BLAKE2B 
54189891dce54d09869e5a0800683cf53e5613bb9ac74c137ddfea4e06f4a35dad07ec97db81e69a9fd704b1f44bda8b7466bdddaf9fdab07ca0a051d91f
 SHA512 
040d287566f06b4d14a58cd9340ac15d8afa124d536053c0ee13db6d64e463162f7f2556004d593381377cc73b3a9075ee688937de4591fe6aa4a5cfe5121808
 DIST scala-cli-arm64-0.2.0.gz 32460836 BLAKE2B 
742848e3125886ffc49d3972efcc8087967457e9fe6a1fead0c12a263136da0da654e30d97e8d59ac9aa3b016126a969e4e70e2824aba628a685baaa82369fbb
 SHA512 
61a3b3a45c73041d210ba483bc8eac19d4aa518de7342d7e96c2cb24cc2e9b22a4fb2da2e65b6dcf0dde8dc4cbef565c607ee8339090e4efa2161e6c5b13b35f
 DIST scala-cli-arm64-0.2.1.gz 32498301 BLAKE2B 
6ffd39f37bbcd33a59855e7226435dfea6ae99bc5cf30d182cd6920636e6b2e9ff627bd028b90f7cfbff4ed1829545697fe839290990d2938a24c64784f7e549
 SHA512 
b6609cb52bdfd4dffe4060343c652b477b5730c1f3f5f7267a39577c13e894b23982bfe80ae065472103bcbd1573675434e91128d31cbf3c83242f9aa60243b1
 DIST scala-cli-arm64-1.0.0-RC1.gz 32263782 BLAKE2B 
4131187460fb9f4236d35ebe2e63913812eba85eb8a862f2f02b681a6914b1a21f1f426e6411cff14f6309d0a7e91e2ff7f61b0336245d178f38747d953473dc
 SHA512 
c43ecaf1638c4aa092d2a823a931ceea77cebd940907a8c781caa7c526411a5c2c50a7468ef6efab816d9d26d6769c0df421abc60f02b489478e804ec52e
-DIST scala-cli-non-native-0.1.20 9239916 BLAKE2B 
15d45ecd9b20cb5184626bd518b373e4ba12948b6fd14c11a55923118aa0e690ec0ffadd64c613a206555c3e2fbb580339c8b3cf3b9e039aea04551d5ce4f238
 SHA512 
1f7c8d22ae94bf79cd6d139ecbf4d73e2009a3ad727404051716e531271e01c31b252174e9b039bfcffa997d6ab9f18f0e30de7834de8f92ddbb0ad140a572e7
 DIST scala-cli-non-native-0.2.0 9395272 BLAKE2B 
02236a18c380037bbf06649d883cc38af2f0bd4c0428838d6f551dd37a937c58e83c1ca6dc41b4052bb4e146b322d59179e2f81fb9261202003bbfdfb1f5de37
 SHA512 
fada2760148718d52a8b7b196479a4b5baa37275a525c1fbecc3cb039ef7e81952fc73560abd51fda6fc7a82bdb37ae2b502faf7fe43e406ac4cf7010ab617ab
 DIST scala-cli-non-native-0.2.1 9468051 BLAKE2B 
9a9b5694261b769fafa3f3747f5e83869324e341f264dbfa463382e217acd5a2c994fb6e67e9e36175d97520938a40add424f5e9a77c62056eec6a828d4ea61a
 SHA512 
547e9786527b7e7d34f4f912a6b9ae0c8f15eca3aa90f11f704283c63e5105363464f1e81f6dbb363fa71fb17e3e48b4db86e70f3b37b5059c40c02cd47382f5
 DIST scala-cli-non-native-1.0.0-RC1 9560878 BLAKE2B 
a0e8a86f61c5d9baa9dd36fdd2abd974063bab40644cfafd6f93f917c10f3cae2b665a19058641f61f75f11b614415db5d624d1397c061fed299b32059919faf
 SHA512 
9b8c2b0868ed38601c5f992fae425d486ca5ac026fa664a404ba0ef4813ea9351f196a694e111fe2bbf2ccaa17257982feee91a85444d778f6a3d20f6347a438

diff --git a/dev-java/scala-cli-bin/scala-cli-bin-0.1.20.ebuild 
b/dev-java/scala-cli-bin/scala-cli-bin-0.1.20.ebuild
deleted file mode 100644
index 07adfc4db021..
--- a/dev-java/scala-cli-bin/scala-cli-bin-0.1.20.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-sources/

2023-04-26 Thread Alice Ferrazzi
commit: 4b009710429981bf833d88cc400f16ed50732abc
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Apr 26 09:36:45 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Apr 26 09:36:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b009710

sys-kernel/vanilla-sources: add 4.19.282, drop 4.19.281

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 ...{vanilla-sources-4.19.281.ebuild => vanilla-sources-4.19.282.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 0fd9f7f12c97..4490603efb1d 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -7,7 +7,7 @@ DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b
 DIST linux-6.2.tar.xz 136430892 BLAKE2B 
05b63254734ea685db437cb1c00a6da63eee74d7e99f4ed2d074aaa01ac4487813ab297d337a6855cdbcbb33346b631c4256ee3b06191adfb1be3615a56bdd6d
 SHA512 
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd
 DIST linux-6.3.tar.xz 136891752 BLAKE2B 
f1887c8924efa8d0cb14c4e604affd0b0168bcf20f56a37c027405c7bc11aba822a43fcb38ccb55a81a26f747d00e1ab5a6554818affbf1e1c7ef5220150fc69
 SHA512 
768979440f4907ba64d4481b383d6101faf208f27a0b897156123aa278c5743fe3c4f61945b2541429c532d45382aaee8899ea9d44a1d2895bfbb79bfd937f65
 DIST patch-4.14.313.xz 5074660 BLAKE2B 
117a4fd78dab2e21e4288f364713309ab45bc7fb6b74001aa48f7e92a5e09fe0b5f7c764e5d321e39bca48c01b455c7ffe96abfe213b9b843455f20479486e3b
 SHA512 
70e3c8495c7c661d46b8feb631157af3da5330262de1d5b559be096ccea751f9b0c2835cae4dc80abb560429a8710338f6c2caec79dcde021fd60d917f2975a9
-DIST patch-4.19.281.xz 5305668 BLAKE2B 
5fae2d71e107365cba7c8fc7ce5b70f283b2015789141341924c6f831f04fc644f6a7116dbc2cf7ad8d9a30c2ed37a01be035bb59186d8b27a5bbb1d802f0008
 SHA512 
bb87ad9aac392b6c55a840cf3ef13644c280b049e64965651fa4fd695c551464d33db1ceae6cd17eff666e14a6500dcdd168dca4027b32b627140632824cd837
+DIST patch-4.19.282.xz 5310344 BLAKE2B 
4a5dfc2b63f8d1e48cf4f7e98d596e00bb8ea0bbd79c8fe54f1fb517c03cb6fced98c80b1c719c49f41692f1636b54a910f8612ce531ca464202f5b2a3a71ead
 SHA512 
18084c9f57a5339344f45faf1fb7eff9045f683ee01bc3d8886b1c6f1ccc8d85ed4d79d3fb60992ee92f1ade9b7b9ce5a4ffb2c14d5cff0e7fb62f7b66d70d02
 DIST patch-5.10.178.xz 4564264 BLAKE2B 
726532a194b754424114fab861ea9c41113b6a65cf6c94a662263d295d71dfedb44b92831c34373ae5d1439b61e1063be5d802d59af25c99769c9e9a3facc3aa
 SHA512 
4aa4c01b1c6007b0ef7375740022ea9e42c721419e742dabf26f5c968ff2bce76359b2738404c24c1e44bd71fefe6f358f38255a8ef99e647b8549486bf7
 DIST patch-5.15.108.xz 3901800 BLAKE2B 
67a9e1fe4ef61041b5dfa6df6069a5cb276dc3ec24a4e31d6b4af10917dccad0aecd5ed43cbde8f2682684cc660fc3b351c5b20d84e823f17a9d1f7b74d91cad
 SHA512 
e9046cfe52e1c9b1db81ab50417e79a8b44dd1b6f31745eb4d9985c246d660871b919aa53f3bf270c7c417f004bc51a23043111ad5cef9bbed46ac128dc13e90
 DIST patch-5.4.242.xz 4711468 BLAKE2B 
7cd14f8183c45f3bad3df92e46a74242d2091efb3693b1fd098d81409c8d47e15c6a4bd08545972d38c8b41d26941ad2b686ae4732d648b1926d70d7bc931f97
 SHA512 
b7ac45533559e3d0f802dd392868062b2f3099d9384f5d95502dce518008f038123c3ae5a04e220a6ec39c993f7e29b8c0db01659cd9010591ae34c4a5e8d9b2

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.281.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.19.282.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.19.281.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.19.282.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-sources/

2023-04-26 Thread Alice Ferrazzi
commit: dfaa63d992c7bc19e502858b093ab62a8fe724a8
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Apr 26 09:36:34 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Apr 26 09:36:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfaa63d9

sys-kernel/vanilla-sources: add 5.4.242, drop 5.4.241

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.4.241.ebuild => vanilla-sources-5.4.242.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 59bbb37f2f89..0fd9f7f12c97 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -10,6 +10,6 @@ DIST patch-4.14.313.xz 5074660 BLAKE2B 
117a4fd78dab2e21e4288f364713309ab45bc7fb6
 DIST patch-4.19.281.xz 5305668 BLAKE2B 
5fae2d71e107365cba7c8fc7ce5b70f283b2015789141341924c6f831f04fc644f6a7116dbc2cf7ad8d9a30c2ed37a01be035bb59186d8b27a5bbb1d802f0008
 SHA512 
bb87ad9aac392b6c55a840cf3ef13644c280b049e64965651fa4fd695c551464d33db1ceae6cd17eff666e14a6500dcdd168dca4027b32b627140632824cd837
 DIST patch-5.10.178.xz 4564264 BLAKE2B 
726532a194b754424114fab861ea9c41113b6a65cf6c94a662263d295d71dfedb44b92831c34373ae5d1439b61e1063be5d802d59af25c99769c9e9a3facc3aa
 SHA512 
4aa4c01b1c6007b0ef7375740022ea9e42c721419e742dabf26f5c968ff2bce76359b2738404c24c1e44bd71fefe6f358f38255a8ef99e647b8549486bf7
 DIST patch-5.15.108.xz 3901800 BLAKE2B 
67a9e1fe4ef61041b5dfa6df6069a5cb276dc3ec24a4e31d6b4af10917dccad0aecd5ed43cbde8f2682684cc660fc3b351c5b20d84e823f17a9d1f7b74d91cad
 SHA512 
e9046cfe52e1c9b1db81ab50417e79a8b44dd1b6f31745eb4d9985c246d660871b919aa53f3bf270c7c417f004bc51a23043111ad5cef9bbed46ac128dc13e90
-DIST patch-5.4.241.xz 4704880 BLAKE2B 
b264668dd1641cab0847f1b67392246d808ad59fdd1d41012721a8c0611418276693abe4cdc655d4c274916e955a873daa627e250656e72860df517b1ed67852
 SHA512 
2da4a40e3484daba2a76e3405b3dc5eb26ef31b402881ced356b2393f21709b8fd54866128b64fccd34d9459c4d7371ad36bb31e04c411950e4eab4ce9385f3e
+DIST patch-5.4.242.xz 4711468 BLAKE2B 
7cd14f8183c45f3bad3df92e46a74242d2091efb3693b1fd098d81409c8d47e15c6a4bd08545972d38c8b41d26941ad2b686ae4732d648b1926d70d7bc931f97
 SHA512 
b7ac45533559e3d0f802dd392868062b2f3099d9384f5d95502dce518008f038123c3ae5a04e220a6ec39c993f7e29b8c0db01659cd9010591ae34c4a5e8d9b2
 DIST patch-6.1.25.xz 1380440 BLAKE2B 
32e534cfecb02d536df0dd5c30445c940a0d617b061d6ff67ecdc459d80668818c805b377544f78ed5c3c6da0df99c7f064d2464bfe7e00c2b3f2480de68723f
 SHA512 
1bb1e3ce45b3e68ea23ef957ce31b62f4f1eb9d7825aef065a1cec67c8440c6caed2f2d036759e8cf9659be001711bc25ab53bb0dd34f8442d0a6a78c4da05e2
 DIST patch-6.2.12.xz 717304 BLAKE2B 
cac6c5b94062ab23030baf97c4a50b3ada89afc322de8e58a9ecb1b77b3686a5af62debe902b1b374c06c85d8ef09cd5bc61a7e5d82b47cda8cc5cc4446ddaef
 SHA512 
fd16bf76aae8fd11a6600a8a46af31cfe501377288cde53157ca193706bcb504ad83fcdb69484f9fa213eb5e7ceca592eb4d8443c8ab393045a49a7cd51790ef

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.4.241.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.4.242.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.4.241.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.4.242.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-sources/

2023-04-26 Thread Alice Ferrazzi
commit: 7a2b9c27ced9de6edb9b45a28a98dbdb1ffba7ea
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Apr 26 09:36:57 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Apr 26 09:36:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2b9c27

sys-kernel/vanilla-sources: add 4.14.314, drop 4.14.313

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 ...{vanilla-sources-4.14.313.ebuild => vanilla-sources-4.14.314.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 4490603efb1d..022ed141e679 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -6,7 +6,7 @@ DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6
 DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
 DIST linux-6.2.tar.xz 136430892 BLAKE2B 
05b63254734ea685db437cb1c00a6da63eee74d7e99f4ed2d074aaa01ac4487813ab297d337a6855cdbcbb33346b631c4256ee3b06191adfb1be3615a56bdd6d
 SHA512 
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd
 DIST linux-6.3.tar.xz 136891752 BLAKE2B 
f1887c8924efa8d0cb14c4e604affd0b0168bcf20f56a37c027405c7bc11aba822a43fcb38ccb55a81a26f747d00e1ab5a6554818affbf1e1c7ef5220150fc69
 SHA512 
768979440f4907ba64d4481b383d6101faf208f27a0b897156123aa278c5743fe3c4f61945b2541429c532d45382aaee8899ea9d44a1d2895bfbb79bfd937f65
-DIST patch-4.14.313.xz 5074660 BLAKE2B 
117a4fd78dab2e21e4288f364713309ab45bc7fb6b74001aa48f7e92a5e09fe0b5f7c764e5d321e39bca48c01b455c7ffe96abfe213b9b843455f20479486e3b
 SHA512 
70e3c8495c7c661d46b8feb631157af3da5330262de1d5b559be096ccea751f9b0c2835cae4dc80abb560429a8710338f6c2caec79dcde021fd60d917f2975a9
+DIST patch-4.14.314.xz 5079908 BLAKE2B 
a6701b5fe178e1a84b20bf34f3045edfdcc5698923cca7344c9072d96ee448a7877477d81db643f579ef39c5a27c597f905961c01d1a853025670e9898605e36
 SHA512 
129d040d0c2e132e6acdb4e0cbd665f612ee11c431733bdeba489b53453abb4be006fae2beeac21c6ed03b15bb99cf7681ae208b36749cb65266942345b236fe
 DIST patch-4.19.282.xz 5310344 BLAKE2B 
4a5dfc2b63f8d1e48cf4f7e98d596e00bb8ea0bbd79c8fe54f1fb517c03cb6fced98c80b1c719c49f41692f1636b54a910f8612ce531ca464202f5b2a3a71ead
 SHA512 
18084c9f57a5339344f45faf1fb7eff9045f683ee01bc3d8886b1c6f1ccc8d85ed4d79d3fb60992ee92f1ade9b7b9ce5a4ffb2c14d5cff0e7fb62f7b66d70d02
 DIST patch-5.10.178.xz 4564264 BLAKE2B 
726532a194b754424114fab861ea9c41113b6a65cf6c94a662263d295d71dfedb44b92831c34373ae5d1439b61e1063be5d802d59af25c99769c9e9a3facc3aa
 SHA512 
4aa4c01b1c6007b0ef7375740022ea9e42c721419e742dabf26f5c968ff2bce76359b2738404c24c1e44bd71fefe6f358f38255a8ef99e647b8549486bf7
 DIST patch-5.15.108.xz 3901800 BLAKE2B 
67a9e1fe4ef61041b5dfa6df6069a5cb276dc3ec24a4e31d6b4af10917dccad0aecd5ed43cbde8f2682684cc660fc3b351c5b20d84e823f17a9d1f7b74d91cad
 SHA512 
e9046cfe52e1c9b1db81ab50417e79a8b44dd1b6f31745eb4d9985c246d660871b919aa53f3bf270c7c417f004bc51a23043111ad5cef9bbed46ac128dc13e90

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.313.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.14.314.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.313.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.314.ebuild



[gentoo-commits] proj/linux-patches:4.14 commit in: /

2023-04-26 Thread Alice Ferrazzi
commit: 5b51e599cab5e515fb29636f309faf959f2ca63c
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Apr 26 09:35:25 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Apr 26 09:35:25 2023 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=5b51e599

Linux patch 4.14.314

Signed-off-by: Alice Ferrazzi  gentoo.org>

 _README   |4 +
 1313_linux-4.14.314.patch | 1116 +
 2 files changed, 1120 insertions(+)

diff --git a/_README b/_README
index dbc1bc22..ea9baee1 100644
--- a/_README
+++ b/_README
@@ -1295,6 +1295,10 @@ Patch:  1312_linux-4.14.313.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.14.313
 
+Patch:  1313_linux-4.14.314.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.14.314
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1313_linux-4.14.314.patch b/1313_linux-4.14.314.patch
new file mode 100644
index ..1fdbe6ff
--- /dev/null
+++ b/1313_linux-4.14.314.patch
@@ -0,0 +1,1116 @@
+diff --git a/Makefile b/Makefile
+index 8baae12a4e60e..ad598ce284944 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 14
+-SUBLEVEL = 313
++SUBLEVEL = 314
+ EXTRAVERSION =
+ NAME = Petit Gorille
+ 
+diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
+index c3440adc763ce..c1329359359a0 100644
+--- a/arch/arm/boot/dts/rk3288.dtsi
 b/arch/arm/boot/dts/rk3288.dtsi
+@@ -910,7 +910,7 @@
+   status = "disabled";
+   };
+ 
+-  spdif: sound@ff88b {
++  spdif: sound@ff8b {
+   compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
+   reg = <0x0 0xff8b 0x0 0x1>;
+   #sound-dai-cells = <0>;
+diff --git a/arch/s390/kernel/ptrace.c b/arch/s390/kernel/ptrace.c
+index 42e4cd20fbbed..7c635e4328b87 100644
+--- a/arch/s390/kernel/ptrace.c
 b/arch/s390/kernel/ptrace.c
+@@ -500,9 +500,7 @@ long arch_ptrace(struct task_struct *child, long request,
+   }
+   return 0;
+   case PTRACE_GET_LAST_BREAK:
+-  put_user(child->thread.last_break,
+-   (unsigned long __user *) data);
+-  return 0;
++  return put_user(child->thread.last_break, (unsigned long __user 
*)data);
+   case PTRACE_ENABLE_TE:
+   if (!MACHINE_HAS_TE)
+   return -EIO;
+@@ -854,9 +852,7 @@ long compat_arch_ptrace(struct task_struct *child, 
compat_long_t request,
+   }
+   return 0;
+   case PTRACE_GET_LAST_BREAK:
+-  put_user(child->thread.last_break,
+-   (unsigned int __user *) data);
+-  return 0;
++  return put_user(child->thread.last_break, (unsigned int __user 
*)data);
+   }
+   return compat_ptrace_request(child, request, addr, data);
+ }
+diff --git a/arch/x86/purgatory/Makefile b/arch/x86/purgatory/Makefile
+index 2f15a2ac4209c..2040ddb824c2d 100644
+--- a/arch/x86/purgatory/Makefile
 b/arch/x86/purgatory/Makefile
+@@ -20,6 +20,9 @@ KBUILD_CFLAGS := -fno-strict-aliasing -Wall 
-Wstrict-prototypes -fno-zero-initia
+ KBUILD_CFLAGS += -m$(BITS)
+ KBUILD_CFLAGS += $(call cc-option,-fno-PIE)
+ 
++AFLAGS_REMOVE_setup-x86_$(BITS).o += -Wa,-gdwarf-2
++AFLAGS_REMOVE_entry64.o   += -Wa,-gdwarf-2
++
+ $(obj)/purgatory.ro: $(PURGATORY_OBJS) FORCE
+   $(call if_changed,ld)
+ 
+diff --git a/drivers/iio/adc/at91-sama5d2_adc.c 
b/drivers/iio/adc/at91-sama5d2_adc.c
+index e015b86be6b09..e47f9eff0115c 100644
+--- a/drivers/iio/adc/at91-sama5d2_adc.c
 b/drivers/iio/adc/at91-sama5d2_adc.c
+@@ -400,7 +400,7 @@ static struct iio_trigger 
*at91_adc_allocate_trigger(struct iio_dev *indio,
+   trig = devm_iio_trigger_alloc(>dev, "%s-dev%d-%s", indio->name,
+ indio->id, trigger_name);
+   if (!trig)
+-  return NULL;
++  return ERR_PTR(-ENOMEM);
+ 
+   trig->dev.parent = indio->dev.parent;
+   iio_trigger_set_drvdata(trig, indio);
+diff --git a/drivers/iio/counter/104-quad-8.c 
b/drivers/iio/counter/104-quad-8.c
+index 181585ae6e171..bdb07694e2e83 100644
+--- a/drivers/iio/counter/104-quad-8.c
 b/drivers/iio/counter/104-quad-8.c
+@@ -64,9 +64,6 @@ static int quad8_read_raw(struct iio_dev *indio_dev,
+ {
+   struct quad8_iio *const priv = iio_priv(indio_dev);
+   const int base_offset = priv->base + 2 * chan->channel;
+-  unsigned int flags;
+-  unsigned int borrow;
+-  unsigned int carry;
+   int i;
+ 
+   switch (mask) {
+@@ -76,12 +73,7 @@ static int quad8_read_raw(struct iio_dev *indio_dev,
+   return IIO_VAL_INT;
+   }
+ 
+-  flags = inb(base_offset 

[gentoo-commits] proj/linux-patches:4.19 commit in: /

2023-04-26 Thread Alice Ferrazzi
commit: cde696d925b9817023917301fcf574927a1ae46a
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Apr 26 09:35:04 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Apr 26 09:35:04 2023 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=cde696d9

Linux patch 4.19.282

Signed-off-by: Alice Ferrazzi  gentoo.org>

 _README   |4 +
 1281_linux-4.19.282.patch | 1163 +
 2 files changed, 1167 insertions(+)

diff --git a/_README b/_README
index 4970a0aa..4cf6104f 100644
--- a/_README
+++ b/_README
@@ -1167,6 +1167,10 @@ Patch:  1280_linux-4.19.281.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.19.281
 
+Patch:  1281_linux-4.19.282.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.19.282
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1281_linux-4.19.282.patch b/1281_linux-4.19.282.patch
new file mode 100644
index ..cc01ce33
--- /dev/null
+++ b/1281_linux-4.19.282.patch
@@ -0,0 +1,1163 @@
+diff --git a/Makefile b/Makefile
+index 5fb104fb2f368..6ed7f3fe3a4e8 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 19
+-SUBLEVEL = 281
++SUBLEVEL = 282
+ EXTRAVERSION =
+ NAME = "People's Front"
+ 
+diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
+index 402b5e0fd616c..4de88ded6d9a1 100644
+--- a/arch/arm/boot/dts/rk3288.dtsi
 b/arch/arm/boot/dts/rk3288.dtsi
+@@ -924,7 +924,7 @@
+   status = "disabled";
+   };
+ 
+-  spdif: sound@ff88b {
++  spdif: sound@ff8b {
+   compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
+   reg = <0x0 0xff8b 0x0 0x1>;
+   #sound-dai-cells = <0>;
+diff --git a/arch/s390/kernel/ptrace.c b/arch/s390/kernel/ptrace.c
+index 3ffa2847c110b..c36289a3ad500 100644
+--- a/arch/s390/kernel/ptrace.c
 b/arch/s390/kernel/ptrace.c
+@@ -503,9 +503,7 @@ long arch_ptrace(struct task_struct *child, long request,
+   }
+   return 0;
+   case PTRACE_GET_LAST_BREAK:
+-  put_user(child->thread.last_break,
+-   (unsigned long __user *) data);
+-  return 0;
++  return put_user(child->thread.last_break, (unsigned long __user 
*)data);
+   case PTRACE_ENABLE_TE:
+   if (!MACHINE_HAS_TE)
+   return -EIO;
+@@ -857,9 +855,7 @@ long compat_arch_ptrace(struct task_struct *child, 
compat_long_t request,
+   }
+   return 0;
+   case PTRACE_GET_LAST_BREAK:
+-  put_user(child->thread.last_break,
+-   (unsigned int __user *) data);
+-  return 0;
++  return put_user(child->thread.last_break, (unsigned int __user 
*)data);
+   }
+   return compat_ptrace_request(child, request, addr, data);
+ }
+diff --git a/arch/x86/purgatory/Makefile b/arch/x86/purgatory/Makefile
+index 2cfa0caef1336..002f7a01af11f 100644
+--- a/arch/x86/purgatory/Makefile
 b/arch/x86/purgatory/Makefile
+@@ -25,7 +25,7 @@ KCOV_INSTRUMENT := n
+ # make up the standalone purgatory.ro
+ 
+ PURGATORY_CFLAGS_REMOVE := -mcmodel=kernel
+-PURGATORY_CFLAGS := -mcmodel=large -ffreestanding -fno-zero-initialized-in-bss
++PURGATORY_CFLAGS := -mcmodel=large -ffreestanding 
-fno-zero-initialized-in-bss -g0
+ PURGATORY_CFLAGS += $(DISABLE_STACKLEAK_PLUGIN) -DDISABLE_BRANCH_PROFILING
+ 
+ # Default KBUILD_CFLAGS can have -pg option set when FTRACE is enabled. That
+@@ -56,6 +56,9 @@ CFLAGS_sha256.o  += $(PURGATORY_CFLAGS)
+ CFLAGS_REMOVE_string.o+= $(PURGATORY_CFLAGS_REMOVE)
+ CFLAGS_string.o   += $(PURGATORY_CFLAGS)
+ 
++AFLAGS_REMOVE_setup-x86_$(BITS).o += -g -Wa,-gdwarf-2
++AFLAGS_REMOVE_entry64.o   += -g -Wa,-gdwarf-2
++
+ $(obj)/purgatory.ro: $(PURGATORY_OBJS) FORCE
+   $(call if_changed,ld)
+ 
+diff --git a/drivers/iio/adc/at91-sama5d2_adc.c 
b/drivers/iio/adc/at91-sama5d2_adc.c
+index b355899f54cc9..41afb9b8696d2 100644
+--- a/drivers/iio/adc/at91-sama5d2_adc.c
 b/drivers/iio/adc/at91-sama5d2_adc.c
+@@ -989,7 +989,7 @@ static struct iio_trigger 
*at91_adc_allocate_trigger(struct iio_dev *indio,
+   trig = devm_iio_trigger_alloc(>dev, "%s-dev%d-%s", indio->name,
+ indio->id, trigger_name);
+   if (!trig)
+-  return NULL;
++  return ERR_PTR(-ENOMEM);
+ 
+   trig->dev.parent = indio->dev.parent;
+   iio_trigger_set_drvdata(trig, indio);
+diff --git a/drivers/iio/counter/104-quad-8.c 
b/drivers/iio/counter/104-quad-8.c
+index 92be8d0f7735f..92e68cada844c 100644
+--- a/drivers/iio/counter/104-quad-8.c
 b/drivers/iio/counter/104-quad-8.c
+@@ 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/rt-sources/

2023-04-26 Thread Alice Ferrazzi
commit: d7658efcccbc22fa5d98af264d5fc5189087f7ff
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Apr 26 07:33:19 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Apr 26 09:30:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7658efc

sys-kernel/rt-sources: add 4.19.280_p123, drop 4.19.277_p122

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest| 4 ++--
 ...t-sources-4.19.277_p122.ebuild => rt-sources-4.19.280_p123.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index ca75007a131a..7da6b8a77cdc 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -16,8 +16,8 @@ DIST linux-6.0.tar.xz 133886176 BLAKE2B 
c09a9c877ac0fac83dc31d2d04d96f0a3331d4ed
 DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
 DIST patch-4.14.311-rt146.patch.xz 243544 BLAKE2B 
a7c21414d0a64084ae81042d3584ac164b9a8a16971ff13f63a51688412d9506bd688f7b594fb3450b4edcc6ec295af05f67c6e03ae41fd38ff85f23375b1de1
 SHA512 
ecbef7ac115e92b5fb40815062cbb1e3137c9b277ab6d522ecd6fdb11c07830583d72de93547853d484b48ae9aa4afa25305f6dde1c21094e1dcd198898a
 DIST patch-4.14.311.xz 5062424 BLAKE2B 
06b9ae2da911607809ba897f9d852110fb7924b6693881bc54daacee21c8f3ebcc167747418f7f0c334cd9aa96de808d8fe4ff07bea1f0e2d36849d95c31494c
 SHA512 
f34566a87f835013e88ef497590daff6c7b1527a7c8527f4c6f0a6029cb3c94ff0eada7c8847566b8aaaccc514d25142eb2c27542ab0f779368134d3f466077b
-DIST patch-4.19.277-rt122.patch.xz 168180 BLAKE2B 
bed6969bf730296c5d5f46e130778ae527cc2bc32284535301233933971c2c9e31a2035dd5c314e0b41832a7b90040b100b773d173dfccca30ac3a4b6640a33f
 SHA512 
913708a103e09b1861e2538992ea69400ebc2291e3d125b5f2bae4461b4610c7565d7a10a533d5354591f51172b0da834ae6532ecf36889698596e551876853b
-DIST patch-4.19.277.xz 5169348 BLAKE2B 
71d57bfe34376cdee263ad9dc974e302908c77f5337948c677619dbb230bc2612e81db394969c3af18593f0521805614ae01e1ebc21076a65829c855b4427392
 SHA512 
1db760d21f5485f5515814b55b1a0ad05a6563701008e19966e6efabb0cafa8e506b77fc17ef58f3d8d5adba973b197da8fe71e2360c350d99f546f30cb3e729
+DIST patch-4.19.280-rt123.patch.xz 168120 BLAKE2B 
351dfb52fb24f7e25e76eb77150c8dc68751dec2531b9d288802ddb4667f485d9b9ce4486abf1486567987c425c8465f59a6b4867d4766319af65c7e217b8679
 SHA512 
41a89d1bd8ca50044420b05c3ca2c9c98d1b0eeb2e8eaeaf582ab71f47f9aaf0b0f6c2d68921c2b2af81b377a9a64bf7853f203bcb12aa21485cda8a1e367948
+DIST patch-4.19.280.xz 5298824 BLAKE2B 
bfd7f3e73c1c34dc53501a1d4e1498c2a93d3cad07fb6703da1d2c0b819f96a1e3990b98909c9099816b0018a6006b07b48f0d5e1d38bf78b78868b32b93c3bd
 SHA512 
968ddae5628e7a1f2b1260179586eef943fa664eac4b6b4945d49d93a5bf94ab0e8bca789cd545ed125c7caa0e0ea4441c8a5360b010cee39888092c7aade346
 DIST patch-4.9.327-rt197.patch.xz 169900 BLAKE2B 
432b68f260db4970c3bd844a4d1a8709ceaaee86df6a77bd4be6260f53b1491f900cb63fd59efbcd55161e6c5629274fd555a05d97baef15bd68103194b2c6c1
 SHA512 
acfbe50962fb2fe6b215be10f076427161950098f33278bf5a51c3a28dd70203923e92b2a43b635fb2fe4fb791f4fd532eb4db378b094baa8abaa9fbfeaed822
 DIST patch-4.9.327.xz 4449004 BLAKE2B 
b48aa23af600cafe5117854b76105c9c65adf9f2f026927367781cd360c61c551b174d2ea73eb02543e626408b27bf3bb8cfed62d9c36e9bac6d22c7e1099a48
 SHA512 
d6a5421cfbd70ff20664cbf05f9c955f03b55c3e22306f7adfd87ed760794817fd7d2211e5d92b169df64d8578717a9250c7ea6ca312bf10287a7283bf66d0e6
 DIST patch-5.10.176-rt86.patch.xz 171044 BLAKE2B 
da24333ea54bc11f15cbf7da03cc6a8d23bcc15253b0ea2c4c0155bff1ba1abcaba12e71cfec64e7a7dcef3a246569e72e174222c8ec23f97947700bb5836b51
 SHA512 
fcc8da740b152488cea4ca6f5d48a4180097472bbef135befaa54a651aaf309a81491a2e622a36e6e9a6aa32ea78742d7ec7cc1de80f03ff00dcbdc2a2e34ea8

diff --git a/sys-kernel/rt-sources/rt-sources-4.19.277_p122.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.19.280_p123.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-4.19.277_p122.ebuild
rename to sys-kernel/rt-sources/rt-sources-4.19.280_p123.ebuild



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

2023-04-26 Thread Andreas Sturmlechner
commit: 951659271d5eb03eed68b6fbb0dcbe29aad50902
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 26 08:54:11 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 26 08:54:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95165927

app-crypt/keysmith: drop 23.04.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-crypt/keysmith/keysmith-23.04.0.ebuild | 33 --
 1 file changed, 33 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-23.04.0.ebuild 
b/app-crypt/keysmith/keysmith-23.04.0.ebuild
deleted file mode 100644
index 67d965480312..
--- a/app-crypt/keysmith/keysmith-23.04.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=5.104.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-DEPEND="${RDEPEND}
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-"



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

2023-04-26 Thread Andreas Sturmlechner
commit: 05ec6f3c9d4367e6fa7848b713fa170001bf2445
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 26 08:53:51 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 26 08:53:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ec6f3c

app-crypt/keysmith: Add missing dependency

Closes: https://bugs.gentoo.org/905105
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-crypt/keysmith/keysmith-23.04.0-r1.ebuild | 34 +++
 1 file changed, 34 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild 
b/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild
new file mode 100644
index ..7fa64afa630f
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=5.104.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE=""
+
+RDEPEND="
+   dev-libs/libsodium:=
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+DEPEND="${RDEPEND}
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+"



[gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/

2023-04-26 Thread Andreas Sturmlechner
commit: f972606ee7998864251893a5815d32757d01f8b8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 26 08:49:29 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 26 08:49:29 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f972606e

app-crypt/keysmith: Add missing dependency

Bug: https://bugs.gentoo.org/905105
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-crypt/keysmith/keysmith-23.04.49..ebuild | 1 +
 app-crypt/keysmith/keysmith-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-23.04.49..ebuild 
b/app-crypt/keysmith/keysmith-23.04.49..ebuild
index 123d9aab1e..e666a09131 100644
--- a/app-crypt/keysmith/keysmith-23.04.49..ebuild
+++ b/app-crypt/keysmith/keysmith-23.04.49..ebuild
@@ -18,6 +18,7 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
+   dev-libs/libsodium:=
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5

diff --git a/app-crypt/keysmith/keysmith-.ebuild 
b/app-crypt/keysmith/keysmith-.ebuild
index 123d9aab1e..e666a09131 100644
--- a/app-crypt/keysmith/keysmith-.ebuild
+++ b/app-crypt/keysmith/keysmith-.ebuild
@@ -18,6 +18,7 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
+   dev-libs/libsodium:=
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5



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

2023-04-26 Thread Ionen Wolkens
commit: ef53d4bba5b476e461c8f33b99cc1d4a897de7b1
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Apr 26 08:06:26 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Apr 26 08:36:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef53d4bb

dev-util/mingw64-toolchain: drop 10.0.0_p2, 10.0.0_p3

Never keyworded testing versions.

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-util/mingw64-toolchain/Manifest|   1 -
 .../mingw64-toolchain-10.0.0_p2.ebuild | 314 
 .../mingw64-toolchain-10.0.0_p3.ebuild | 323 -
 3 files changed, 638 deletions(-)

diff --git a/dev-util/mingw64-toolchain/Manifest 
b/dev-util/mingw64-toolchain/Manifest
index a521d157a1ce..68054eeca0ea 100644
--- a/dev-util/mingw64-toolchain/Manifest
+++ b/dev-util/mingw64-toolchain/Manifest
@@ -1,6 +1,5 @@
 DIST binutils-2.39.tar.xz 25167756 BLAKE2B 
ac6a5296c6586d53eaadcbffc5c399a6d79edf72450b9bb8b3525ce525129cef3d2eb90c85ef3bb3270b5a03b0e1ffb8f0b705f028158726f9777ebb8685066f
 SHA512 
68e038f339a8c21faa19a57bbc447a51c817f47c2e06d740847c6e9cc3396c025d35d5369fa8c3f8b70414757c89f0e577939ddc0d70f283182504920f53b0a3
 DIST binutils-2.40.tar.xz 25241484 BLAKE2B 
8d799f7c595f878b9af5b17a490021dd8b8300ac2fe0ed8574c012929d22d2d0493e003a3e631a9436e8e712da801779b777c566167fe42b0bde119ffa5ad1c2
 SHA512 
a37e042523bc46494d99d5637c3f3d8f9956d9477b748b3b1f6d7dfbb8d968ed52c932e88a4e946c6f77b8f48f1e1b360ca54c3d298f17193f3b4963472f6925
 DIST gcc-12.2.0.tar.xz 84645292 BLAKE2B 
715574af9ad678f9dc8cfd19c866bf910c7edfd479e7e9681337feaa9b54e5d304ddb85483816b8d89754d502405823ae2eff0d1e444538763f40be8e428d8da
 SHA512 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
-DIST gcc-13-20230416.tar.xz 83936936 BLAKE2B 
c052fff2838a0bdd87f90345a5f7f5c607a6fe360b02ce8cb076f6dd3a62f6aae0c7d3914eee447e9c92c971331ddcbf0c94f2aa120aef89a742162b5e7dbfdd
 SHA512 
222bb6db05b23aeb428262c69319a4964097065a88a5ae6c19b104c31af82c465f139c08f01bb077b0e776685769b77a54b772ebc4e2057e7c3e8954283997cf
 DIST gcc-13.1.0.tar.xz 87451196 BLAKE2B 
b956a773cffe8b43bd6c9a99fe614f53f665438925a6b320975d301f547923e45d4d6fa577a143467fb03e0a9c1bab2b6719a1011d672367f3e644433a2d7606
 SHA512 
6cf06dfc48f57f5e67f7efe3248019329a14d690c728d9f2f7ef5fa0d58f1816f309586ba7ea2eac20d0b60a2d1b701f68392e9067dd46f827ba0efd7192db33
 DIST mingw-w64-v10.0.0.tar.bz2 9620291 BLAKE2B 
451372403289c492ca939d65bb4d9f6e9fa6bdd6b32d79d6438d858e106e8cc291712ada1f3f7b951a4c6908e7d0385d485ca76920af39bcf86effa48408e330
 SHA512 
3c0827af7c40809a867758f6cd9ef3ff0c988b43082345bf725e03949af95968d634ace99a7ffae323189549221dcb5d861de9e801f1fbc7904e446641b60516

diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p2.ebuild 
b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p2.ebuild
deleted file mode 100644
index 2f27e2bb7149..
--- a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p2.ebuild
+++ /dev/null
@@ -1,314 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-inherit edo flag-o-matic multilib-build toolchain-funcs
-
-# Pick versions known to work for Wine and use vanilla for simplicity,
-# ideally update only on mingw64-runtime bumps or if toolchain is getting
-# too outdated to avoid rebuilding the entire toolchain too often.
-# Do _p1++ rather than revbump if changing without bumping mingw64 itself.
-BINUTILS_PV=2.40
-GCC_PV=12.2.0
-MINGW_PV=$(ver_cut 1-3)
-
-DESCRIPTION="All-in-one mingw64 toolchain intended for building Wine without 
crossdev"
-HOMEPAGE="
-   https://www.mingw-w64.org/
-   https://gcc.gnu.org/
-   https://sourceware.org/binutils/;
-SRC_URI="
-   
mirror://sourceforge/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v${MINGW_PV}.tar.bz2
-   mirror://gnu/gcc/gcc-${GCC_PV}/gcc-${GCC_PV}.tar.xz
-   mirror://gnu/binutils/binutils-${BINUTILS_PV}.tar.xz"
-S="${WORKDIR}"
-
-# l1:binutils+gcc, l2:gcc(libraries), l3:mingw64-runtime
-LICENSE="
-   GPL-3+
-   LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 )
-   ZPL BSD BSD-2 ISC LGPL-2+ LGPL-2.1+ MIT public-domain"
-SLOT="0"
-# unkeyworded for testing new binutils, keywording may wait until can bump
-# either gcc or mingw64-runtime at same time given the long build time
-#KEYWORDS="-* ~amd64 ~x86"
-IUSE="+abi_x86_32 custom-cflags debug"
-
-RDEPEND="
-   dev-libs/gmp:=
-   dev-libs/mpc:=
-   dev-libs/mpfr:=
-   sys-libs/zlib:=
-   virtual/libiconv"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/mingw64-runtime-10.0.0-msvcr-extra-race.patch
-   "${FILESDIR}"/mingw64-runtime-10.0.0-tmp-files-clash.patch
-   "${FILESDIR}"/gcc-11.3.0-plugin-objdump.patch
-   "${FILESDIR}"/gcc-12.2.0-drop-cflags-sed.patch
-)
-
-pkg_pretend() {
-   

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

2023-04-26 Thread Ionen Wolkens
commit: f77a3717a3fee29d668a19d373c37025f9cf9c26
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Apr 26 06:54:52 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Apr 26 08:36:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77a3717

app-emulation/ruffle: sync live, add duplicate sources workaround

Bit hacky but it builds again with this.

Also changed handling of packages/workspaces given upstream has set
a desktop-only default to simplify things for normal users, but that
won't even run tests nor build the other tools (--bins does not work
so well anymore, so specifying exact packages).

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/ruffle/ruffle-.ebuild | 31 +--
 1 file changed, 25 insertions(+), 6 deletions(-)

diff --git a/app-emulation/ruffle/ruffle-.ebuild 
b/app-emulation/ruffle/ruffle-.ebuild
index 5abbe4507eac..afafabcc1607 100644
--- a/app-emulation/ruffle/ruffle-.ebuild
+++ b/app-emulation/ruffle/ruffle-.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Flash Player emulator written in Rust"
 HOMEPAGE="https://ruffle.rs/;
 EGIT_REPO_URI="https://github.com/ruffle-rs/ruffle.git;
 
-LICENSE="Apache-2.0 BSD BSD-2 Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 
Unicode-DFS-2016 ZLIB curl"
+LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB curl"
 SLOT="0"
 
 # dlopen: libX* (see winit+x11-dl crates)
@@ -17,8 +17,6 @@ RDEPEND="
dev-libs/glib:2
dev-libs/openssl:=
media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
sys-libs/zlib:=
x11-libs/gtk+:3
x11-libs/libX11
@@ -41,13 +39,33 @@ QA_FLAGS_IGNORED="usr/bin/${PN}.*"
 
 src_unpack() {
git-r3_src_unpack
+
+   # hack: cargo_live_src_unpack (currently) fails due to dasp being
+   # vendored from two sources, roughly merge with a patch directive
+   # https://github.com/rust-lang/cargo/issues/10310
+   local rev=$(sed -En '/^dasp =/s/.*, rev = "([a-z0-9]+).*/\1/p' \
+   "${S}"/core/Cargo.toml) # skip || die
+   if [[ ${rev} ]]; then
+   cat >> "${S}"/Cargo.toml <<-EOF || die
+   [patch.crates-io]
+   dasp_sample = { git = 
"https://github.com/RustAudio/dasp;, rev = "${rev}" }
+   EOF
+   else
+   eqawarn "dasp hack either needs an update or removal"
+   fi
+
cargo_live_src_unpack
 }
 
-src_compile() {
-   filter-lto # does not play well with C code in crates
+src_configure() {
+   filter-lto # TODO: cleanup after bug #893658
 
-   cargo_src_compile --bins # note: configure --bins would skip tests
+   if use test; then
+   # tests will be skipped if don't build everything
+   cargo_src_configure --workspace
+   else
+   cargo_src_configure 
--package={ruffle_{desktop,scanner},exporter}
+   fi
 }
 
 src_test() {
@@ -61,6 +79,7 @@ src_install() {
make_desktop_entry ${PN} ${PN^} ${PN} "AudioVideo;Player;Emulator;" \

"MimeType=application/x-shockwave-flash;application/vnd.adobe.flash.movie;"
 
+   # TODO: swap with /gentoo after 
https://github.com/gentoo/gentoo/pull/29510
cd target/$(usex debug{,} release) || die
 
newbin ${PN}_desktop ${PN}



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

2023-04-26 Thread Ionen Wolkens
commit: d40efb39554df7bcabaf53648aa0ee808f680660
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Apr 26 08:03:20 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Apr 26 08:36:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40efb39

dev-util/mingw64-toolchain: add 10.0.0_p4 w/ gcc-13.1.0 (keyworded)

Been using _p3 with a bit earlier 13 pre-release + binutils-2.40
with Wine for a bit and no known issues at the moment.

Closes: https://bugs.gentoo.org/898778
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-util/mingw64-toolchain/Manifest|   1 +
 .../mingw64-toolchain-10.0.0_p4.ebuild | 321 +
 2 files changed, 322 insertions(+)

diff --git a/dev-util/mingw64-toolchain/Manifest 
b/dev-util/mingw64-toolchain/Manifest
index b3f53ced509a..a521d157a1ce 100644
--- a/dev-util/mingw64-toolchain/Manifest
+++ b/dev-util/mingw64-toolchain/Manifest
@@ -2,4 +2,5 @@ DIST binutils-2.39.tar.xz 25167756 BLAKE2B 
ac6a5296c6586d53eaadcbffc5c399a6d79ed
 DIST binutils-2.40.tar.xz 25241484 BLAKE2B 
8d799f7c595f878b9af5b17a490021dd8b8300ac2fe0ed8574c012929d22d2d0493e003a3e631a9436e8e712da801779b777c566167fe42b0bde119ffa5ad1c2
 SHA512 
a37e042523bc46494d99d5637c3f3d8f9956d9477b748b3b1f6d7dfbb8d968ed52c932e88a4e946c6f77b8f48f1e1b360ca54c3d298f17193f3b4963472f6925
 DIST gcc-12.2.0.tar.xz 84645292 BLAKE2B 
715574af9ad678f9dc8cfd19c866bf910c7edfd479e7e9681337feaa9b54e5d304ddb85483816b8d89754d502405823ae2eff0d1e444538763f40be8e428d8da
 SHA512 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
 DIST gcc-13-20230416.tar.xz 83936936 BLAKE2B 
c052fff2838a0bdd87f90345a5f7f5c607a6fe360b02ce8cb076f6dd3a62f6aae0c7d3914eee447e9c92c971331ddcbf0c94f2aa120aef89a742162b5e7dbfdd
 SHA512 
222bb6db05b23aeb428262c69319a4964097065a88a5ae6c19b104c31af82c465f139c08f01bb077b0e776685769b77a54b772ebc4e2057e7c3e8954283997cf
+DIST gcc-13.1.0.tar.xz 87451196 BLAKE2B 
b956a773cffe8b43bd6c9a99fe614f53f665438925a6b320975d301f547923e45d4d6fa577a143467fb03e0a9c1bab2b6719a1011d672367f3e644433a2d7606
 SHA512 
6cf06dfc48f57f5e67f7efe3248019329a14d690c728d9f2f7ef5fa0d58f1816f309586ba7ea2eac20d0b60a2d1b701f68392e9067dd46f827ba0efd7192db33
 DIST mingw-w64-v10.0.0.tar.bz2 9620291 BLAKE2B 
451372403289c492ca939d65bb4d9f6e9fa6bdd6b32d79d6438d858e106e8cc291712ada1f3f7b951a4c6908e7d0385d485ca76920af39bcf86effa48408e330
 SHA512 
3c0827af7c40809a867758f6cd9ef3ff0c988b43082345bf725e03949af95968d634ace99a7ffae323189549221dcb5d861de9e801f1fbc7904e446641b60516

diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p4.ebuild 
b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p4.ebuild
new file mode 100644
index ..daed2fea783e
--- /dev/null
+++ b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p4.ebuild
@@ -0,0 +1,321 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit edo flag-o-matic multilib-build toolchain-funcs
+
+# Pick versions known to work for wine+dxvk, and avoid too frequent updates
+# due to slow rebuilds. Do _p1++ rather than revbump on changes (not using
+# Gentoo patchsets for simplicity, their changes are mostly unneeded here).
+BINUTILS_PV=2.40
+GCC_PV=13.1.0
+MINGW_PV=$(ver_cut 1-3)
+
+DESCRIPTION="All-in-one mingw64 toolchain intended for building Wine without 
crossdev"
+HOMEPAGE="
+   https://www.mingw-w64.org/
+   https://gcc.gnu.org/
+   https://sourceware.org/binutils/;
+SRC_URI="
+   
mirror://sourceforge/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v${MINGW_PV}.tar.bz2
+   mirror://gnu/binutils/binutils-${BINUTILS_PV}.tar.xz"
+if [[ ${GCC_PV} == *-* ]]; then
+   SRC_URI+=" mirror://gcc/snapshots/${GCC_PV}/gcc-${GCC_PV}.tar.xz"
+else
+   SRC_URI+="
+   mirror://gcc/gcc-${GCC_PV}/gcc-${GCC_PV}.tar.xz
+   mirror://gnu/gcc/gcc-${GCC_PV}/gcc-${GCC_PV}.tar.xz"
+fi
+S="${WORKDIR}"
+
+# l1:binutils+gcc, l2:gcc(libraries), l3:mingw64-runtime
+LICENSE="
+   GPL-3+
+   LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 )
+   ZPL BSD BSD-2 ISC LGPL-2+ LGPL-2.1+ MIT public-domain"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="+abi_x86_32 custom-cflags debug"
+
+RDEPEND="
+   dev-libs/gmp:=
+   dev-libs/mpc:=
+   dev-libs/mpfr:=
+   sys-libs/zlib:=
+   virtual/libiconv"
+DEPEND="${RDEPEND}"
+
+QA_CONFIG_IMPL_DECL_SKIP=(
+   strerror_r # libstdc++ test using -Wimplicit+error
+)
+
+PATCHES=(
+   "${FILESDIR}"/mingw64-runtime-10.0.0-msvcr-extra-race.patch
+   "${FILESDIR}"/mingw64-runtime-10.0.0-tmp-files-clash.patch
+   "${FILESDIR}"/binutils-2.40-import-lib.patch
+   "${FILESDIR}"/gcc-12.2.0-drop-cflags-sed.patch
+)
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} == binary ]] && return
+
+   tc-is-cross-compiler &&
+ 

[gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/

2023-04-26 Thread Ionen Wolkens
commit: f9b82904bd8128128a98f541d0776009a1852024
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Apr 26 07:49:52 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Apr 26 08:36:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b82904

games-emulation/pcsx2: add 1.7.4425

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-emulation/pcsx2/Manifest  |   1 +
 games-emulation/pcsx2/pcsx2-1.7.4425.ebuild | 237 
 2 files changed, 238 insertions(+)

diff --git a/games-emulation/pcsx2/Manifest b/games-emulation/pcsx2/Manifest
index 1496d4a0c301..db45ae12d53c 100644
--- a/games-emulation/pcsx2/Manifest
+++ b/games-emulation/pcsx2/Manifest
@@ -1,6 +1,7 @@
 DIST pcsx2-1.6.0.tar.gz 17963332 BLAKE2B 
d1370fd089e1f8716a3365b9f499fef9418c4a9464e701cf0dbac8296cf59a2c6fc9b85ed680c514d8128da7b5c47aa8a067d48cac9eb0482ef2ba5f9234e60e
 SHA512 
0a3e01a25384719fc72b636a1e9cf1cd966d0c978c1c3adfb46d6b3f76f43a25f90ef63d27a1d8092cdf444c5dc7560ce807ca81908d11ade9715e7eaaad6253
 DIST pcsx2-1.7.3738.tar.gz 15935061 BLAKE2B 
51e113e2148c94861a3d6baab8de5b8ed613cdb6e3aa3574445f0a66e628dffb3bf26a6a3b54e0be65d71a90088fe6e79f65055d54e580d46ad4db1dadbb8a66
 SHA512 
7da8dd46cd065fefc4c2bb4ab76b8fc2bf9769dba78f47759c59b2a21e62cf0e5d53e9f800e16bf09238bf156cd7fa63a4ca75a47f41b78df9512a701536c789
 DIST pcsx2-1.7.4280.tar.gz 8983164 BLAKE2B 
822322bac0ae5bbd484246316a2c0466f5d9b1783ab3fea28eb42ac9f9ddb2d4c104ed1bf824fc36b91a5d7bf9815e48f970e999148b2afe66f2cf7dd13c8585
 SHA512 
60446743d511789482bc52ac9ff52a26e1d35b753c8a9320a45658c9070562533ba553716122d406b67bc3bac6ada2e5383c2213b6b354a719dbd2d811b79a5e
+DIST pcsx2-1.7.4425.tar.gz 8976395 BLAKE2B 
9c2abaa90ad238a436e8ec801dab7da40a842fbf9e6a2bc9358b101cb4cea8e84f644bfac4b101a79307b7208781e4dfe34ccacd56dcc9df1feba867d360eb31
 SHA512 
a62e9d9c2f51a75e620a56a26b76c22d5eb922a7402ee44d91778cb4392cbfb168b9d77f17c2f83d4fc52f3af3983c63e2d7c695e33cf0d3575d75ae61994bc8
 DIST pcsx2-fast_float-32d21dcecb.tar.gz 76108 BLAKE2B 
7a4e8e3bb67387c03912e5f7035ba3fab1aeaa119b36ebdeb14c45069b3270270a8b87de2774ec325d8ed2ef0604a3d3762432d42f1e026a213990ac39341e10
 SHA512 
2cbdc5b05ab7c19e20b4e34959b90d1fa866d4ba239ec0a4c434cd33bddfb1cb6f1da467b0a525f5a4887c9b1860e975fe074aca0d9e211f0fc7bc6402d3601e
 DIST pcsx2-glslang-c9706bdda0.tar.gz 3433325 BLAKE2B 
f2449a6c8b05e47367164d09036ae2302f0f28ec83c2e2f401426f52fbd4edf55f717f01eea2cbfe7554e1004b89ffdebc34ec21a95809fcbc719f69e65e8487
 SHA512 
5ff0902e95592525b2671788bf27717c85d0876b31e96374eff5128f9bf7caf93bb636e4d5e1916a5d641715a780172308403bd49305d9a07cf66358d7e6407c
 DIST pcsx2-rcheevos-31f8788fe0.tar.gz 522855 BLAKE2B 
39533199f6b1e0cd821d817ff57101ccad0049f5144b856f1e796c83d81fcee059caa944a0fb14a0e95e51da43a6bc003cd6891ca85c2b9a959b4c42d8ca0a84
 SHA512 
cb0e8bf4d222f3ef127d20a9d6738e6c39d7cff48a0da8fe19fcc43669433b7e53cc63ab332e8f0cd935b6a33eddef3e741ee862a82bd4f29a02df1d9a42ec45

diff --git a/games-emulation/pcsx2/pcsx2-1.7.4425.ebuild 
b/games-emulation/pcsx2/pcsx2-1.7.4425.ebuild
new file mode 100644
index ..ae1c9c594c50
--- /dev/null
+++ b/games-emulation/pcsx2/pcsx2-1.7.4425.ebuild
@@ -0,0 +1,237 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake desktop fcaps flag-o-matic
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/PCSX2/pcsx2.git;
+else
+   HASH_FASTFLOAT=32d21dcecb404514f94fb58660b8029a4673c2c1
+   HASH_RCHEEVOS=31f8788fe0e694e99db7ce138d45a655c556fa96
+   HASH_GLSLANG=c9706bdda0ac22b9856f1aa8261e5b9e15cd20c5
+   HASH_VULKAN=9f4c61a31435a7a90a314fc68aeb386c92a09c0f
+   SRC_URI="
+   https://github.com/PCSX2/pcsx2/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz
+   
https://github.com/fastfloat/fast_float/archive/${HASH_FASTFLOAT}.tar.gz
+   -> ${PN}-fast_float-${HASH_FASTFLOAT::10}.tar.gz
+   
https://github.com/RetroAchievements/rcheevos/archive/${HASH_RCHEEVOS}.tar.gz
+   -> ${PN}-rcheevos-${HASH_RCHEEVOS::10}.tar.gz
+   vulkan? (
+   
https://github.com/KhronosGroup/glslang/archive/${HASH_GLSLANG}.tar.gz
+   -> ${PN}-glslang-${HASH_GLSLANG::10}.tar.gz
+   
https://github.com/KhronosGroup/Vulkan-Headers/archive/${HASH_VULKAN}.tar.gz
+   -> 
${PN}-vulkan-headers-${HASH_VULKAN::10}.tar.gz
+   )"
+   KEYWORDS="-* ~amd64"
+fi
+
+DESCRIPTION="PlayStation 2 emulator"
+HOMEPAGE="https://pcsx2.net/;
+
+LICENSE="
+   GPL-3+ Apache-2.0 BSD BSD-2 BSD-4 Boost-1.0 CC0-1.0 GPL-2+
+   ISC LGPL-2.1+ LGPL-3+ MIT OFL-1.1 ZLIB public-domain"
+SLOT="0"
+IUSE="alsa backtrace cpu_flags_x86_sse4_1 jack pulseaudio sndio test vulkan 
wayland"
+REQUIRED_USE="cpu_flags_x86_sse4_1" # dies at runtime if no support

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

2023-04-26 Thread Miroslav Šulc
commit: 8276835401cba13951441958f3ca9ae1b077b7db
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Apr 26 07:23:59 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Apr 26 07:23:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82768354

net-analyzer/zabbix: bump to 6.4.2

Signed-off-by: Miroslav Šulc  gentoo.org>

 net-analyzer/zabbix/Manifest|   2 +
 net-analyzer/zabbix/zabbix-6.4.2.ebuild | 397 
 2 files changed, 399 insertions(+)

diff --git a/net-analyzer/zabbix/Manifest b/net-analyzer/zabbix/Manifest
index 8cba7bb919d1..c96ef83f186c 100644
--- a/net-analyzer/zabbix/Manifest
+++ b/net-analyzer/zabbix/Manifest
@@ -18,3 +18,5 @@ DIST zabbix-6.4.0-go-deps.tar.xz 21481908 BLAKE2B 
83280695c1f47c9d5c794e8da0e414
 DIST zabbix-6.4.0.tar.gz 42787621 BLAKE2B 
defb3819e5320488f5f35d6fbc52877a30313e9f745447559eea40b74d786a55d4a3971b1ff6072eedf805296c9b5bfe98fa3395affb50e2ba5be439091212d6
 SHA512 
e572c6de1a7e2f1cf5ea4a56886aabe0915d41c0f8fb6e6812dba6f7766deebe8cd743dbc8a80839fc49a794b799b93cd30dfa0741cf6fa7e1652058211f97bb
 DIST zabbix-6.4.1-go-deps.tar.xz 21571696 BLAKE2B 
e312fdfdc5687b94c6b2368a42d9189e7671624100d908af8ecca55fd8d590cbbea986301e638ab6b423a2b3f58bd2e1a1719b4dc6535564ba65e5aed476f3d3
 SHA512 
9db079435e6ececf692c9ba4d3b2af4eaedf79c742def69566e285ddd065fe9647e2472464a7a28eb99c3e6008142d7df3f5a49d71d1fb5eb73203a9996faf93
 DIST zabbix-6.4.1.tar.gz 43014634 BLAKE2B 
498358bf2a5de028b1bb0c8a5ebbe45451ec9be8fe2b08726f5c853b750a504f1dd7fe1b7c68d7f05fe65382077b65716dcd554d225019433d61ecd4dd6656c9
 SHA512 
4f82cdbf527b34e3689b280e8a0405faa1d9066a6288b273ac50f3b3008c0a6b8fcc325b760de4204dbf52a1301d7e59eadbe74a3f7a5fc3e26d6eb2f7a5c17f
+DIST zabbix-6.4.2-go-deps.tar.xz 21577064 BLAKE2B 
5a695f354b9fab5af34529fdd2d532f5764d70b8b9b233cba602cf76a44d50e092acba1bdcf13563348bc7e234ee4c749ab7880837b27ed506055c8fefb555b5
 SHA512 
778d4976735d47c6b0fc59ddb79ab9a0c817d19c80ac949ab315805bae4bae43a1e28a6c4d0a2b54fb55a1da3de0edb74df19507aa68b10c9ed8203c0c1d15b6
+DIST zabbix-6.4.2.tar.gz 43141377 BLAKE2B 
3d20de6b203d7f04bc90d23a989f7a0f2d85de26d144eb22d4326b056e37a995283105d270f30902c21a167b4421f3929949268f0361107c8efb5a3c22ba41b7
 SHA512 
72b8842444aade42519d78856231024c1587ad9076ef21597a2dde580a49b99ea884a62508ebb1c08d883430b911a54d8a5f8421bee0d9e99b3610342191632f

diff --git a/net-analyzer/zabbix/zabbix-6.4.2.ebuild 
b/net-analyzer/zabbix/zabbix-6.4.2.ebuild
new file mode 100644
index ..f3edadcff0ce
--- /dev/null
+++ b/net-analyzer/zabbix/zabbix-6.4.2.ebuild
@@ -0,0 +1,397 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# To create the go modules tarball:
+#   cd src/go
+#   GOMODCACHE="${PWD}"/go-mod go mod download -modcacherw
+#   tar -acf zabbix-${PV}-go-deps.tar.xz go-mod
+
+EAPI=8
+
+GO_OPTIONAL="yes"
+# needed to make webapp-config dep optional
+WEBAPP_OPTIONAL="yes"
+inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module 
user-info
+
+DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
+HOMEPAGE="https://www.zabbix.com/;
+MY_P=${P/_/}
+MY_PV=${PV/_/}
+SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 1-2)/${P}.tar.gz
+   agent2? ( 
https://dev.gentoo.org/~fordfrog/distfiles/${P}-go-deps.tar.xz )
+"
+
+LICENSE="GPL-2"
+SLOT="0/$(ver_cut 1-2)"
+WEBAPP_MANUAL_SLOT="yes"
+KEYWORDS="~amd64 ~x86"
+IUSE="agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc 
openipmi +openssl oracle +postgres proxy server snmp sqlite ssh static"
+REQUIRED_USE="|| ( agent agent2 frontend proxy server )
+   ?? ( gnutls openssl )
+   proxy? ( ^^ ( mysql oracle postgres sqlite ) )
+   server? ( ^^ ( mysql oracle postgres ) !sqlite )
+   static? ( !oracle !snmp )"
+
+COMMON_DEPEND="
+   curl? ( net-misc/curl )
+   gnutls? ( net-libs/gnutls:0= )
+   java? ( >=virtual/jdk-1.8:* )
+   ldap? (
+   =dev-libs/cyrus-sasl-2*
+   net-libs/gnutls:=
+   net-nds/openldap:=
+   )
+   libxml2? ( dev-libs/libxml2 )
+   mysql? ( dev-db/mysql-connector-c:= )
+   odbc? ( dev-db/unixODBC )
+   openipmi? ( sys-libs/openipmi )
+   openssl? ( dev-libs/openssl:=[-bindist(-)] )
+   oracle? ( dev-db/oracle-instantclient[odbc,sdk] )
+   postgres? ( dev-db/postgresql:* )
+   proxy?  (
+   dev-libs/libevent:=
+   sys-libs/zlib
+   )
+   server? (
+   dev-libs/libevent:=
+   sys-libs/zlib
+   )
+   snmp? ( net-analyzer/net-snmp:= )
+   sqlite? ( dev-db/sqlite )
+   ssh? ( net-libs/libssh2 )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   acct-group/zabbix
+   acct-user/zabbix
+   java? ( >=virtual/jre-1.8:* )
+   mysql? ( virtual/mysql )
+   proxy? (
+   dev-libs/libpcre2:=
+   

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

2023-04-26 Thread Jakov Smolić
commit: 0f8402d9573b6e4219fa59cfd606aba8f2ac7bce
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Apr 26 07:10:25 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Apr 26 07:10:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8402d9

app-crypt/keysmith: Keyword 23.04.0 ppc64, #905080

Signed-off-by: Jakov Smolić  gentoo.org>

 app-crypt/keysmith/keysmith-23.04.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/keysmith/keysmith-23.04.0.ebuild 
b/app-crypt/keysmith/keysmith-23.04.0.ebuild
index 00d17b6a427d..67d965480312 100644
--- a/app-crypt/keysmith/keysmith-23.04.0.ebuild
+++ b/app-crypt/keysmith/keysmith-23.04.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/keysmith/;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latexmk/

2023-04-26 Thread Florian Schmaus
commit: 02f907d8e8dc6f25a3a3a053da5c8fbdb405c9ad
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Apr 25 08:02:58 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Apr 26 07:04:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f907d8

dev-tex/latexmk: add 480

Signed-off-by: Florian Schmaus  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/30745
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-tex/latexmk/Manifest   |  1 +
 dev-tex/latexmk/latexmk-480.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-tex/latexmk/Manifest b/dev-tex/latexmk/Manifest
index c6aaf908e3df..95eaf509dad9 100644
--- a/dev-tex/latexmk/Manifest
+++ b/dev-tex/latexmk/Manifest
@@ -1 +1,2 @@
 DIST latexmk-470b.zip 458908 BLAKE2B 
b82f09227412a05fcb662530b2c6691bac72640e5e1bc431de1710ca13b2c97f62f23fbf18a11eff21b222483367c7a4ba88cc197148d8f0b37edc53a96e1490
 SHA512 
2f984fd9c1785177fd58eb6bad44061bc7b397ed627599557704bae2cef1f53c186d161f99e4aaae5fa33fc66d56936dc9f5b6385f00d85bd634016bac0d555d
+DIST latexmk-480.zip 515014 BLAKE2B 
ec45e6590346c2ab0a226fff08143e5262fd442485c7199b3eea279901753b4d4d7c7d1030e44451a833bbfd74dcf04bae8fd6f63732ac4d5858f5dd96377687
 SHA512 
38652457a0ba311a7d4e3fdfeec53af27a1f370bf35e4f4214d97946eeece13b67ece22fe5b2c428c3d4d9145f593b683a1fc7993c11c601d8c4d87b592428da

diff --git a/dev-tex/latexmk/latexmk-480.ebuild 
b/dev-tex/latexmk/latexmk-480.ebuild
new file mode 100644
index ..b17c38a6c86d
--- /dev/null
+++ b/dev-tex/latexmk/latexmk-480.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Perl script for automatically building LaTeX documents"
+HOMEPAGE="https://personal.psu.edu/~jcc8/software/latexmk/
+ https://ctan.org/pkg/latexmk/;
+SRC_URI="https://personal.psu.edu/~jcc8/software/${PN}/${P}.zip;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
+
+RDEPEND="virtual/latex-base
+   dev-lang/perl"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+   newbin latexmk.pl latexmk
+   doman latexmk.1
+   dodoc CHANGES README latexmk.pdf latexmk.txt
+   dodoc -r example_rcfiles extra-scripts
+   newbashcomp "${FILESDIR}"/completion.bash-2 ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/texlive/, dev-tex/latexmk/

2023-04-26 Thread Florian Schmaus
commit: eac4ef89bc915254b9163dba84df7768456ae89b
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Apr 26 07:03:34 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Apr 26 07:04:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac4ef89

dev-tex/latexmk: upstream's versioning scheme

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

 app-text/texlive/{texlive-2021.ebuild => texlive-2021-r1.ebuild} | 4 ++--
 dev-tex/latexmk/{latexmk-470b.ebuild => latexmk-4.70b.ebuild}| 4 ++--
 dev-tex/latexmk/{latexmk-480.ebuild => latexmk-4.80.ebuild}  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-text/texlive/texlive-2021.ebuild 
b/app-text/texlive/texlive-2021-r1.ebuild
similarity index 99%
rename from app-text/texlive/texlive-2021.ebuild
rename to app-text/texlive/texlive-2021-r1.ebuild
index 8a26c0091664..5d89ea9a4f1e 100644
--- a/app-text/texlive/texlive-2021.ebuild
+++ b/app-text/texlive/texlive-2021-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -46,7 +46,7 @@ RDEPEND="${DEPEND}
extra? (
app-text/dvisvgm
dev-tex/latexdiff
-   >=dev-tex/latexmk-418
+   dev-tex/latexmk
>=${TEXLIVE_CAT}/texlive-bibtexextra-${PV}
>=${TEXLIVE_CAT}/texlive-fontsextra-${PV}
>=${TEXLIVE_CAT}/texlive-formatsextra-${PV}

diff --git a/dev-tex/latexmk/latexmk-470b.ebuild 
b/dev-tex/latexmk/latexmk-4.70b.ebuild
similarity index 87%
rename from dev-tex/latexmk/latexmk-470b.ebuild
rename to dev-tex/latexmk/latexmk-4.70b.ebuild
index 590510a61fc0..9dc442f45b8d 100644
--- a/dev-tex/latexmk/latexmk-470b.ebuild
+++ b/dev-tex/latexmk/latexmk-4.70b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit bash-completion-r1
 DESCRIPTION="Perl script for automatically building LaTeX documents"
 HOMEPAGE="https://personal.psu.edu/~jcc8/software/latexmk/
  https://ctan.org/pkg/latexmk/;
-SRC_URI="https://personal.psu.edu/~jcc8/software/${PN}/${P}.zip;
+SRC_URI="https://personal.psu.edu/~jcc8/software/${PN}/${P/./}.zip;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-tex/latexmk/latexmk-480.ebuild 
b/dev-tex/latexmk/latexmk-4.80.ebuild
similarity index 91%
rename from dev-tex/latexmk/latexmk-480.ebuild
rename to dev-tex/latexmk/latexmk-4.80.ebuild
index b17c38a6c86d..98e61dcf6d2e 100644
--- a/dev-tex/latexmk/latexmk-480.ebuild
+++ b/dev-tex/latexmk/latexmk-4.80.ebuild
@@ -8,7 +8,7 @@ inherit bash-completion-r1
 DESCRIPTION="Perl script for automatically building LaTeX documents"
 HOMEPAGE="https://personal.psu.edu/~jcc8/software/latexmk/
  https://ctan.org/pkg/latexmk/;
-SRC_URI="https://personal.psu.edu/~jcc8/software/${PN}/${P}.zip;
+SRC_URI="https://personal.psu.edu/~jcc8/software/${PN}/${P/./}.zip;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2023-04-26 Thread Viorel Munteanu
commit: 7534028a5e1937e5b67efbd171740f36952bb754
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 26 06:39:42 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 26 06:44:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7534028a

dev-python/survey: add 4.0.0_alpha

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

 dev-python/survey/Manifest  |  1 +
 dev-python/survey/survey-4.0.0_alpha.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
index 6b44430cb..7d9239b9a 100644
--- a/dev-python/survey/Manifest
+++ b/dev-python/survey/Manifest
@@ -1 +1,2 @@
 DIST survey-3.4.3.tar.gz 21219 BLAKE2B 
e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3
 SHA512 
47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a
+DIST survey-4.0.0_alpha.gh.tar.gz 826669 BLAKE2B 
1ba56162b22ee71a256f11e3b7a16eb726038f95a8e6e18fd97189afbfeb068e666b456de0a3fcef7dad192ec3fe4608013d422fe04e0c423da29024448c83af
 SHA512 
75db5e0842f51a11b78b964bdc1da29a7bf810f31ae4619aae6a64959cefbc7294a8b42fe6f55cfb2ff0fad906f189db7dabd6cc907ebc4143fa61c89a5b57aa

diff --git a/dev-python/survey/survey-4.0.0_alpha.ebuild 
b/dev-python/survey/survey-4.0.0_alpha.ebuild
new file mode 100644
index 0..7db4db0eb
--- /dev/null
+++ b/dev-python/survey/survey-4.0.0_alpha.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+MY_PV=${PV/_/-}
+
+DESCRIPTION="A simple library for creating beautiful interactive prompts"
+HOMEPAGE="
+   https://github.com/Exahilosys/survey
+   https://pypi.org/project/survey/
+"
+SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${MY_PV}.tar.gz
 -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/wrapio-1.0.0[${PYTHON_USEDEP}]
+"



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

2023-04-26 Thread Hans de Graaff
commit: 7c886a667576d2cb0ce8e44a5edaa06412e1fbe2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 26 06:30:39 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 26 06:30:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c886a66

dev-lang/ruby: drop 3.0.5

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

 dev-lang/ruby/Manifest  |   1 -
 dev-lang/ruby/ruby-3.0.5.ebuild | 267 
 2 files changed, 268 deletions(-)

diff --git a/dev-lang/ruby/Manifest b/dev-lang/ruby/Manifest
index e9eb72bb5917..fbdf49a2ac84 100644
--- a/dev-lang/ruby/Manifest
+++ b/dev-lang/ruby/Manifest
@@ -1,6 +1,5 @@
 DIST ruby-2.7.7.tar.xz 12101804 BLAKE2B 
35f53835259217e344bde7fa3e2fe18e24c3e56eed2ca6dffb7385f38def401e6115944189138b280df5bbb0f5ff2e98f88260165f6e1802c60bd24cc6366397
 SHA512 
a19be3f0dfce040fe79f439e606f179d6750d2cc6e7b64fd65933edd487f5995573f7d0730beec9d3edadf942f8e9216f01ab3fff189d6cbe9d46a9add3e2683
 DIST ruby-2.7.8.tar.xz 12105320 BLAKE2B 
dde5dc368b0e23b19c2f52ec16f233a90f26aa42739882b5222a9112e42d424e16eb781ba0b5351c89c8845724f4e53073f6c60a6e29814c346f824ade5dfab0
 SHA512 
4b49dff3e1c2e79d914e10418e4c03026f5d4c137dc337f5c720fe26cb9fcdcf4afc6b7c967356cf5fbe04cc5ef431174c48a035becf3e2322c2c45d3c9b2f59
-DIST ruby-3.0.5.tar.xz 15880196 BLAKE2B 
581aa202f6b1b5c72bb18d486c4f74ec87a6c2dd38166c4841b75dba891aabd72c3889b158134b04763cddb22c0f60015f4d21c5130077053e1fcb13e28a8024
 SHA512 
1c69d18210a2156f7696c678a8d54bf05c4dc49a1401c1ecc5760b1c23fb6ac14053873a225564664d6a327cda274ce72f47d112a6ad8d378f978de4e507e9a0
 DIST ruby-3.0.6.tar.xz 15864560 BLAKE2B 
e1fca86cdf267fc2289ef4d605fdf0023265c3a291ca4088361c0acd64310a7c41bf0750b4ac762157c20ceaa5df8bdc0a67374bcad9654bca5c3fc8630ff89c
 SHA512 
abbf883cd9f3ddbd171df8f8c3cd35d930623c4c01a5e01387de0aee9811cca7604b82163e18e04f809773bf1ca5a450f13f62f3db14f191f610e116ae4fa6f8
 DIST ruby-3.1.4.tar.xz 15316604 BLAKE2B 
5d771c267451c05ae192991976957d43d1131e652ac5a90a8dfff9deba97cf6b139d0113f5d2ed44225a545aa79a1c732555de1efc83d1010d097ec35f7e92dd
 SHA512 
a627bb629a10750b8b2081ad451a41faea0fc85d95aa1e267e3d2a0f56a35bb58195d4a8d13bbdbd82f4197a96dae22b1cee1dfc83861ec33a67ece07aef5633
 DIST ruby-3.2.2.tar.xz 15118856 BLAKE2B 
8e09fb0f6808d4572f86ea190db4f4b950ff3a13391bf7bc3e515b6d14f356d3f7c1eb5bbbe2de460ef78edee54462fdf9be56722cd9e27a613febfe45f8c40a
 SHA512 
a29f24cd80f563f6368952d06d6273f7241a409fa9ab2f60e03dde2ac58ca06bee1750715b6134caebf4c061d3503446dc37a6059e19860bb0010eef34951935

diff --git a/dev-lang/ruby/ruby-3.0.5.ebuild b/dev-lang/ruby/ruby-3.0.5.ebuild
deleted file mode 100644
index a68e584d769f..
--- a/dev-lang/ruby/ruby-3.0.5.ebuild
+++ /dev/null
@@ -1,267 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic
-
-MY_P="${PN}-$(ver_cut 1-3)"
-S=${WORKDIR}/${MY_P}
-
-SLOT=$(ver_cut 1-2)
-MY_SUFFIX=$(ver_rs 1 '' ${SLOT})
-RUBYVERSION=${SLOT}.0
-
-DESCRIPTION="An object-oriented scripting language"
-HOMEPAGE="https://www.ruby-lang.org/;
-SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz;
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit +rdoc rubytests socks5 
+ssl static-libs systemtap tk xemacs"
-
-RDEPEND="
-   berkdb? ( sys-libs/db:= )
-   gdbm? ( sys-libs/gdbm:= )
-   jemalloc? ( dev-libs/jemalloc:= )
-   jit? ( || ( sys-devel/gcc:* sys-devel/clang:* ) )
-   ssl? (
-   =dev-libs/openssl-1.1*:0=
-   )
-   socks5? ( >=net-proxy/dante-1.1.13 )
-   systemtap? ( dev-util/systemtap )
-   tk? (
-   dev-lang/tcl:0=[threads]
-   dev-lang/tk:0=[threads]
-   )
-   dev-libs/libyaml
-   dev-libs/libffi:=
-   sys-libs/readline:0=
-   sys-libs/zlib
-   virtual/libcrypt:=
-   >=app-eselect/eselect-ruby-20201225
-"
-
-DEPEND="${RDEPEND}"
-
-BUNDLED_GEMS="
-   >=dev-ruby/minitest-5.14.2[ruby_targets_ruby30]
-   >=dev-ruby/power_assert-1.2.0[ruby_targets_ruby30]
-   >=dev-ruby/rake-13.0.3[ruby_targets_ruby30]
-   >=dev-ruby/rbs-1.0.0[ruby_targets_ruby30]
-   >=dev-ruby/rexml-3.2.4[ruby_targets_ruby30]
-   >=dev-ruby/rss-0.2.9[ruby_targets_ruby30]
-   >=dev-ruby/test-unit-3.3.7[ruby_targets_ruby30]
-   >=dev-ruby/typeprof-0.11.0[ruby_targets_ruby30]
-"
-
-PDEPEND="
-   ${BUNDLED_GEMS}
-   virtual/rubygems[ruby_targets_ruby30]
-   >=dev-ruby/bundler-2.2.15[ruby_targets_ruby30]
-   >=dev-ruby/did_you_mean-1.5.0[ruby_targets_ruby30]
-   >=dev-ruby/json-2.5.1[ruby_targets_ruby30]
-   rdoc? ( >=dev-ruby/rdoc-6.3.0[ruby_targets_ruby30] )
-   xemacs? ( app-xemacs/ruby-modes )"
-

<    1   2   3