[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubectl/

2023-02-03 Thread William Hubbs
commit: 3c52b4f1b508d99defb39579229ff5bdd03861fc
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Feb  3 17:02:33 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Feb  3 17:03:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c52b4f1

sys-cluster/kubectl: drop 1.26.0

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/Manifest  |  1 -
 sys-cluster/kubectl/kubectl-1.26.0.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest
index f82c15021ef2..cfc5b18427d8 100644
--- a/sys-cluster/kubectl/Manifest
+++ b/sys-cluster/kubectl/Manifest
@@ -4,5 +4,4 @@ DIST kubernetes-1.24.10.tar.gz 37847249 BLAKE2B 
7f95f4ac29b5898033a8c19dc838eeae
 DIST kubernetes-1.24.9.tar.gz 37831367 BLAKE2B 
695c5680dbcf40723be7075c71bef598d154aa7633b8309ebd6387e7c2d26ed82a37606427d5e7318eba8fa564a9c7832e459a2be27831d6d61bfb2c46fb273c
 SHA512 
ad81acacb79ef55422280479307ae6134370ee0af7f8a2392cad87dbfcdecf57a96a0c4da732336b023ac7ed19aadf307b652d4c30fb29ae2f8c984183049c44
 DIST kubernetes-1.25.5.tar.gz 38145275 BLAKE2B 
fe152017f00e6c9760a122447ee6ac8053e3d6804a2d30a1ced3fa476e6ced110c3dd30f9040ebf320832fd696f268df2bf9463f349d4924c3d465322c8c2ed4
 SHA512 
6786dc02f7d14c3a974511542068649c6ffdba20c6d56fcb7df497c387f37841badf851ea01a3e6c9ca02732ea5e0201947a0221a9552c0c9340ff6410703b5a
 DIST kubernetes-1.25.6.tar.gz 38158861 BLAKE2B 
af116c78d216477ab757523f66b3332ef982b49384145a69d1b5641b0929b7179171814f89bbba1950b0ab69476e9e48722e8b9b04f0e77610d7dc602d4bac65
 SHA512 
47e0f736ee7efc614a2e8ed08acd95b64ee78484ac735ca515a03607634a9a94e2d7f3989db300f130506390a93eebb32fba4e54fe2869e3c782932f9b9a033b
-DIST kubernetes-1.26.0.tar.gz 40269668 BLAKE2B 
ebfa202d834d2560b3d1c3cced997796e1c1617b9975e47db0dcc8350541cf38781aa4e82c3fcb87476e84949058f9e603dd4040927773f04b35156b5df856ac
 SHA512 
2737007c1525fc618b9843a15405024c1b4735be05bff7190f041e5ae43b2439d195430ef93f5b2ffb26d6d5394bdfc0bf2d03e0f104ddfe96d682b952cb001c
 DIST kubernetes-1.26.1.tar.gz 38162001 BLAKE2B 
e3589eb702da49786b3363c16a2a405721c2130fe9814c41af94c5d466e7946732c05da46ccecce915e3d80ea122c3a60d1c5b00a86cfed8b7238bd74daa041e
 SHA512 
8794322c1e943ca47a059e6866bda9dee04acc8a202a984efe5c82403e394c4f5aa2c0218fb43582016c7276e17e837f64c39fc3af0c633461bf026aaacc97ae

diff --git a/sys-cluster/kubectl/kubectl-1.26.0.ebuild 
b/sys-cluster/kubectl/kubectl-1.26.0.ebuild
deleted file mode 100644
index 0a6d3b7c65b8..
--- a/sys-cluster/kubectl/kubectl-1.26.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit bash-completion-r1 go-module
-
-DESCRIPTION="CLI to run commands against Kubernetes clusters"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="hardened"
-
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   _output/bin/${PN} completion bash > ${PN}.bash || die
-   _output/bin/${PN} completion zsh > ${PN}.zsh || die
-   newbashcomp ${PN}.bash ${PN}
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-proxy/

2023-02-03 Thread William Hubbs
commit: 6a15ff6f018772167825c43a4f429c9a0296a09d
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Feb  3 17:02:35 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Feb  3 17:03:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a15ff6f

sys-cluster/kube-proxy: drop 1.26.0

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/Manifest |  1 -
 sys-cluster/kube-proxy/kube-proxy-1.26.0.ebuild | 34 -
 2 files changed, 35 deletions(-)

diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest
index f82c15021ef2..cfc5b18427d8 100644
--- a/sys-cluster/kube-proxy/Manifest
+++ b/sys-cluster/kube-proxy/Manifest
@@ -4,5 +4,4 @@ DIST kubernetes-1.24.10.tar.gz 37847249 BLAKE2B 
7f95f4ac29b5898033a8c19dc838eeae
 DIST kubernetes-1.24.9.tar.gz 37831367 BLAKE2B 
695c5680dbcf40723be7075c71bef598d154aa7633b8309ebd6387e7c2d26ed82a37606427d5e7318eba8fa564a9c7832e459a2be27831d6d61bfb2c46fb273c
 SHA512 
ad81acacb79ef55422280479307ae6134370ee0af7f8a2392cad87dbfcdecf57a96a0c4da732336b023ac7ed19aadf307b652d4c30fb29ae2f8c984183049c44
 DIST kubernetes-1.25.5.tar.gz 38145275 BLAKE2B 
fe152017f00e6c9760a122447ee6ac8053e3d6804a2d30a1ced3fa476e6ced110c3dd30f9040ebf320832fd696f268df2bf9463f349d4924c3d465322c8c2ed4
 SHA512 
6786dc02f7d14c3a974511542068649c6ffdba20c6d56fcb7df497c387f37841badf851ea01a3e6c9ca02732ea5e0201947a0221a9552c0c9340ff6410703b5a
 DIST kubernetes-1.25.6.tar.gz 38158861 BLAKE2B 
af116c78d216477ab757523f66b3332ef982b49384145a69d1b5641b0929b7179171814f89bbba1950b0ab69476e9e48722e8b9b04f0e77610d7dc602d4bac65
 SHA512 
47e0f736ee7efc614a2e8ed08acd95b64ee78484ac735ca515a03607634a9a94e2d7f3989db300f130506390a93eebb32fba4e54fe2869e3c782932f9b9a033b
-DIST kubernetes-1.26.0.tar.gz 40269668 BLAKE2B 
ebfa202d834d2560b3d1c3cced997796e1c1617b9975e47db0dcc8350541cf38781aa4e82c3fcb87476e84949058f9e603dd4040927773f04b35156b5df856ac
 SHA512 
2737007c1525fc618b9843a15405024c1b4735be05bff7190f041e5ae43b2439d195430ef93f5b2ffb26d6d5394bdfc0bf2d03e0f104ddfe96d682b952cb001c
 DIST kubernetes-1.26.1.tar.gz 38162001 BLAKE2B 
e3589eb702da49786b3363c16a2a405721c2130fe9814c41af94c5d466e7946732c05da46ccecce915e3d80ea122c3a60d1c5b00a86cfed8b7238bd74daa041e
 SHA512 
8794322c1e943ca47a059e6866bda9dee04acc8a202a984efe5c82403e394c4f5aa2c0218fb43582016c7276e17e837f64c39fc3af0c633461bf026aaacc97ae

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.26.0.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.26.0.ebuild
deleted file mode 100644
index c2bf8bb7da7f..
--- a/sys-cluster/kube-proxy/kube-proxy-1.26.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Kubernetes Proxy service"
-HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="hardened"
-
-RDEPEND="net-firewall/conntrack-tools"
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   keepdir /var/log/${PN} /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-scheduler/

2023-02-03 Thread William Hubbs
commit: cfd80a81a5aeca4dcc1240a2a83a6f09e3d67a91
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Feb  3 17:02:37 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Feb  3 17:03:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd80a81

sys-cluster/kube-scheduler: drop 1.26.0

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/Manifest|  1 -
 .../kube-scheduler/kube-scheduler-1.26.0.ebuild| 38 --
 2 files changed, 39 deletions(-)

diff --git a/sys-cluster/kube-scheduler/Manifest 
b/sys-cluster/kube-scheduler/Manifest
index f82c15021ef2..cfc5b18427d8 100644
--- a/sys-cluster/kube-scheduler/Manifest
+++ b/sys-cluster/kube-scheduler/Manifest
@@ -4,5 +4,4 @@ DIST kubernetes-1.24.10.tar.gz 37847249 BLAKE2B 
7f95f4ac29b5898033a8c19dc838eeae
 DIST kubernetes-1.24.9.tar.gz 37831367 BLAKE2B 
695c5680dbcf40723be7075c71bef598d154aa7633b8309ebd6387e7c2d26ed82a37606427d5e7318eba8fa564a9c7832e459a2be27831d6d61bfb2c46fb273c
 SHA512 
ad81acacb79ef55422280479307ae6134370ee0af7f8a2392cad87dbfcdecf57a96a0c4da732336b023ac7ed19aadf307b652d4c30fb29ae2f8c984183049c44
 DIST kubernetes-1.25.5.tar.gz 38145275 BLAKE2B 
fe152017f00e6c9760a122447ee6ac8053e3d6804a2d30a1ced3fa476e6ced110c3dd30f9040ebf320832fd696f268df2bf9463f349d4924c3d465322c8c2ed4
 SHA512 
6786dc02f7d14c3a974511542068649c6ffdba20c6d56fcb7df497c387f37841badf851ea01a3e6c9ca02732ea5e0201947a0221a9552c0c9340ff6410703b5a
 DIST kubernetes-1.25.6.tar.gz 38158861 BLAKE2B 
af116c78d216477ab757523f66b3332ef982b49384145a69d1b5641b0929b7179171814f89bbba1950b0ab69476e9e48722e8b9b04f0e77610d7dc602d4bac65
 SHA512 
47e0f736ee7efc614a2e8ed08acd95b64ee78484ac735ca515a03607634a9a94e2d7f3989db300f130506390a93eebb32fba4e54fe2869e3c782932f9b9a033b
-DIST kubernetes-1.26.0.tar.gz 40269668 BLAKE2B 
ebfa202d834d2560b3d1c3cced997796e1c1617b9975e47db0dcc8350541cf38781aa4e82c3fcb87476e84949058f9e603dd4040927773f04b35156b5df856ac
 SHA512 
2737007c1525fc618b9843a15405024c1b4735be05bff7190f041e5ae43b2439d195430ef93f5b2ffb26d6d5394bdfc0bf2d03e0f104ddfe96d682b952cb001c
 DIST kubernetes-1.26.1.tar.gz 38162001 BLAKE2B 
e3589eb702da49786b3363c16a2a405721c2130fe9814c41af94c5d466e7946732c05da46ccecce915e3d80ea122c3a60d1c5b00a86cfed8b7238bd74daa041e
 SHA512 
8794322c1e943ca47a059e6866bda9dee04acc8a202a984efe5c82403e394c4f5aa2c0218fb43582016c7276e17e837f64c39fc3af0c633461bf026aaacc97ae

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.26.0.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.26.0.ebuild
deleted file mode 100644
index b9b95df178b2..
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.26.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Kubernetes Scheduler"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="hardened"
-
-COMMON_DEPEND="acct-group/kube-scheduler
-   acct-user/kube-scheduler"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}



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

2023-02-03 Thread Arthur Zamarin
commit: 9deac9ca68f74a48fad47c40b12a3e4fe38c1877
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 17:03:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 17:03:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9deac9ca

dev-python/boto3: Stabilize 1.26.54 ALLARCHES, #893098

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

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

diff --git a/dev-python/boto3/boto3-1.26.54.ebuild 
b/dev-python/boto3/boto3-1.26.54.ebuild
index 9523f65d5fb9..d6d605bdb0c6 100644
--- a/dev-python/boto3/boto3-1.26.54.ebuild
+++ b/dev-python/boto3/boto3-1.26.54.ebuild
@@ -25,7 +25,7 @@ else
https://github.com/boto/boto3/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
 
# botocore is x.(y+3).z
BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"



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

2023-02-03 Thread Arthur Zamarin
commit: fea711694d67fb24000eef2b92545006f429
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 17:03:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 17:03:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea71169

dev-python/botocore: Stabilize 1.29.54 ALLARCHES, #893098

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

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

diff --git a/dev-python/botocore/botocore-1.29.54.ebuild 
b/dev-python/botocore/botocore-1.29.54.ebuild
index 0f4daaa48e81..5afa7a9459c5 100644
--- a/dev-python/botocore/botocore-1.29.54.ebuild
+++ b/dev-python/botocore/botocore-1.29.54.ebuild
@@ -24,7 +24,7 @@ else
https://github.com/boto/botocore/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 RDEPEND="



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

2023-02-03 Thread Arthur Zamarin
commit: b1bb00937787b5a7cedc3237efad2c7f5e1dfc04
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 17:03:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 17:03:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bb0093

app-admin/awscli: Stabilize 1.27.54 ALLARCHES, #893098

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

 app-admin/awscli/awscli-1.27.54.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/awscli/awscli-1.27.54.ebuild 
b/app-admin/awscli/awscli-1.27.54.ebuild
index 62c19f3a63fb..2d91a172182b 100644
--- a/app-admin/awscli/awscli-1.27.54.ebuild
+++ b/app-admin/awscli/awscli-1.27.54.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
 
 # botocore is x.(y+2).z
 BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"



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

2023-02-03 Thread Michał Górny
commit: bbb63a393957d1b1a14016ad654bbf57a6fae0ed
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 17:26:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 17:26:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb63a39

dev-python/boto3: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/boto3/Manifest |  6 
 dev-python/boto3/boto3-1.26.50.ebuild | 68 ---
 dev-python/boto3/boto3-1.26.57.ebuild | 68 ---
 dev-python/boto3/boto3-1.26.58.ebuild | 68 ---
 dev-python/boto3/boto3-1.26.60.ebuild | 68 ---
 dev-python/boto3/boto3-1.26.61.ebuild | 68 ---
 dev-python/boto3/boto3-1.26.62.ebuild | 68 ---
 7 files changed, 414 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index c81e302670ed..b7147b748748 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,9 +1,3 @@
-DIST boto3-1.26.50.gh.tar.gz 589841 BLAKE2B 
98808cc2811f6371152b75424abe7da24230beb9caa4fcb62c273c232998fa1bbd4195d47e173c181f6b77cd95c6d90e21dc6126d65a0ce5453244cc03a5a12f
 SHA512 
d4a8fd68c7fa099009e491f697ce3089a7f9d54433d25aa76d2733facde82f62f3955efc8ea5156dabce9502a2912847d45f7e1ab5dc71c1db26ca5d2b4ae220
 DIST boto3-1.26.54.gh.tar.gz 592401 BLAKE2B 
7fd5bb10cda2b27fc43a7efa65c4651d95c8ddb7c94b424847f21010f9d748398a9efc47118ed7d2d903696644903fb8c4e7bc3ba3f70643a565b426023f
 SHA512 
86d315eba84d783d327d19b41a593f193d9b356a205f29a1589e43e43519aa6eedefc26e7b23234dade6ab0bbb309d8039b011d0ba766757be8eb7a57c22f49b
-DIST boto3-1.26.57.gh.tar.gz 593947 BLAKE2B 
5a30f237d992bb766b3afaced8b9e01c792c857a02aee5ba589f0f03c4c8eace3b32920d1dd62554fbb85d14b7f96789590d4acbc764dd3c56208fa5bf2dea1d
 SHA512 
112719584ad122373e5aa24ebb6ea5c87772cdab71f59274b2f2172d92c72ed6894645253e15e12a808a83e14b12d27fde8a9fe086ccc33b987166de3fe0984b
-DIST boto3-1.26.58.gh.tar.gz 594149 BLAKE2B 
5bf0ec6a321826a6f7cc346e6051e6b4d99451d0222ccf9445a9f24f561dd1797333a05d44addf1bea9b2b7e18b952c5acfa9f51a5d275fc7b34c5e8c5ab4342
 SHA512 
16a68f232cfdfbd4c8c6368d520c5826150039f069819aaf608a2e8b03845739a8014c54ba1fb57eeba8ebe4c6ad8e3b135d2a6a4dccd9d41de98fa0b730142d
 DIST boto3-1.26.59.gh.tar.gz 594565 BLAKE2B 
90c5fe950da7fabc46a4c34e0a77997cfc643273f6b3c1afed6caad3415486b25a6610c8fb9d3f3450b4f3b73e45cfec5d6b1f02666dbd2608944e2db81a955b
 SHA512 
e4dff5978e41a9f4c29ef131d7b8c1f0ec625d9fc77a8cff9ce3c6d5a00d68e75b62da34b418252ddfeedf6302332edd8a30d88401ea393d0de3add64ab5cc40
-DIST boto3-1.26.60.gh.tar.gz 595047 BLAKE2B 
ae920d1fd17e4ceb81c512f5d2af63e4b6c09d8a5382bc50656a8ade1bd490a28bc299d7beb9b3f2b271d1001dbad7f3f1a52177d0d6a09943aea5b351a805dc
 SHA512 
372b3e1a5265448a1f7ed11e1d66f2d33f7b35a5b66203220470eefa93eb04cbcddf2f45809ee5d1d2d369bd75ae40dbd48580b6a30a5f43d97e6b04c6211cfa
-DIST boto3-1.26.61.gh.tar.gz 596525 BLAKE2B 
4d6e4548bc7f2ee57145341a107c6ebafd4fc47b13f10ddc142e974c8444365eb5242510994d9f8bb1d020b988ae08c25322d8a6e96184053ace65583c4f0375
 SHA512 
22f92510a959714a2128730cd618d602542a4c0f305a3560ff8b2acfb79a8bbab07d417bb10830c04d80406cfb31fa8c3765de3506ad7839efd403410c887836
-DIST boto3-1.26.62.gh.tar.gz 597271 BLAKE2B 
ec5585060479da854567b8bf50271b083bd3bf4eec382db3391408a5b7b9c09d7ad67689b87643a1f411609624008a691935bbacaecf321bc39f9783a92349d2
 SHA512 
5209f6f9ae308df56d5dc8b15b6f4a6b083fd92ed365b715e9d22861d5ab9058ebf343e94e702830933d1eaee60f1566fed4e87b76585e52b1bab8ea92b3ccb2
 DIST boto3-1.26.63.gh.tar.gz 597618 BLAKE2B 
f48de0f51694efa0a4fa6afa25ad7475fb7e304cf9291d6dcd275d4dd64ee3f29665afd1fb64f5883513c4224e03240a8e225e41765409822d33e95078e1a9ac
 SHA512 
5f781ce615202fa84e321982699877376b2cb3692cf52f2b157eea6800d160ccf6da38b3c545d62cbce029b59f492d5ef67a31d06dc33b6f6bffd1e1b40c5d85

diff --git a/dev-python/boto3/boto3-1.26.50.ebuild 
b/dev-python/boto3/boto3-1.26.50.ebuild
deleted file mode 100644
index d6d605bdb0c6..
--- a/dev-python/boto3/boto3-1.26.50.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 multiprocessing
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="
-   https://github.com/boto/boto3/
-   https://pypi.org/project/boto3/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/boto/boto3";
-   inherit git-r3
-   BOTOCORE_PV=${PV}
-else
-   SRC_URI="
-   https://github.com/boto/boto3/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
-
-   # botocore is x.(y+3).z
-   BOTOCORE_PV="$(ver_cut 1).$(( $(ver

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

2023-02-03 Thread Michał Górny
commit: 66e6e31896285f7c76f92a4e54485a5848c68bd9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 17:27:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 17:27:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e6e318

dev-python/botocore: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/botocore/Manifest|  6 ---
 dev-python/botocore/botocore-1.29.50.ebuild | 74 -
 dev-python/botocore/botocore-1.29.57.ebuild | 74 -
 dev-python/botocore/botocore-1.29.58.ebuild | 74 -
 dev-python/botocore/botocore-1.29.60.ebuild | 74 -
 dev-python/botocore/botocore-1.29.61.ebuild | 74 -
 dev-python/botocore/botocore-1.29.62.ebuild | 74 -
 7 files changed, 450 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index d22c6929022f..494b842abd53 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,9 +1,3 @@
-DIST botocore-1.29.50.gh.tar.gz 6392 BLAKE2B 
a9d12740ea927b6331b8593b9d7ae2af51feb4df740f8e9e260372d601791aebd699f569d6a3d6041f9c8ecb852a2493f872148aca5120a01c5773148e42a960
 SHA512 
3661a3b3a5bba8be0d14d24ec85d50fea0d2001721871be84c13396a8f7244797e24b6b1de46e8b9d903c76312f939b122c206ec4f8dcac0b76e8d77b59198cf
 DIST botocore-1.29.54.gh.tar.gz 11127081 BLAKE2B 
7c2d11d968ca6a4d3b23b12c44cb8f050ac1848f75280c44bbb2f3567860204ed8615bd1596e02b8d0222f4d54c22a8559114365ec6a69e4a01a166a821d8c8a
 SHA512 
4ba58c9b881ff95149ba1a5805453885208cdb68f197cc9a6c13cc9ca075e988ae33e4809f2970d9c48fa426e26c06d83686b8bbf4ff69d4a7cfe26ef3f903bf
-DIST botocore-1.29.57.gh.tar.gz 11132049 BLAKE2B 
748a8b709cb6bff1a1bb38757ad68c31aa680589ed59e7c3f73b6563a5b9572ace96102ffda56643d33f0dee98f30f8443a431c7869ccfe54a311964ce781b5b
 SHA512 
adbd760b8238b259bcc1eb3ba42cdb702b60eb6fece73a5bda5129a974826655157e702cef6a1114c2e3bd036b1cf22ebbead6e78bf88129fe68b02de1f38dae
-DIST botocore-1.29.58.gh.tar.gz 11135559 BLAKE2B 
937b00f1a3c4e3ec818846549bc0cef391c86d3fee9bdd53285111e51c2c52145e7e904020511ed32f2247dd4f150f036f40feeac1a6f899781aff057f9a6d85
 SHA512 
5cfe5fb174cc14018cd2b7b7af15110665d7ca22f5ae827ba939ce12e71a45e9b5cab8d7ec656fa94c450d46c430a5541cd5bfe92d82da868424db4f8fa4fb2e
 DIST botocore-1.29.59.gh.tar.gz 11131182 BLAKE2B 
fa85e1f8dc3c366f7a7fb3e9b06dd298b1ad62be882891df3414289aa9e88bff72753690a1438e6040aefb7cafa1718a70c940e8cd2b4e743df44013b5748ef6
 SHA512 
9a4811b44c67652cacc899d1d84d4db1305cb60e73dd47d7f543b85ec37f921cab00a51d67b48ab6a215be8f7543e30c54585e0fb337085e1b75774b053c4bf3
-DIST botocore-1.29.60.gh.tar.gz 11129718 BLAKE2B 
690d80fa12e9df141402019dc45ef2b0807669132ede8af6b57a45a172da78fda3de017a6392920885125763f221a1dbc6a406cb5cf85e66fb50916cc58ba15f
 SHA512 
b8fb6567db599e09bc000ed0b178ff2799c45edeaf21b122a2028b83a50ef7aa27f874b8dec034f6dc61738c4fd3a218db92b26e104cfa2b3ed6f818d034108e
-DIST botocore-1.29.61.gh.tar.gz 11137565 BLAKE2B 
29cce274a1ded4bad0a841664e8b81d1d347ab0b2088c18f8c549463d6480edc795f6ec88571e5d0f0e453dcb5dff554027094072398022f38646ff81d73fd31
 SHA512 
3349fcf2859fe6d7f9e4cd901e80c8c2b856afb9b03e7967ab73a6888e6990767624cc462a338a17832687d279007c858047f69ceafbaf825a0b5fb468574c83
-DIST botocore-1.29.62.gh.tar.gz 11139851 BLAKE2B 
528dd2338ec4b1d9ab8f50d277f9dcec005fe5ce24045b06dfac4a856755a284076a92034c761d54dc5daeaa1a86cdcac3add3efb72d702e909b30a076976ec1
 SHA512 
a4691bbb9c02027d39b1471107e70843d135050e0e495e32bd223e45b587cd1bb91052a38885b99b063420e1ee73e121365adfe82c241f33fdfbfc722d098c7d
 DIST botocore-1.29.63.gh.tar.gz 11139461 BLAKE2B 
b05f6d52f55df9e456e80e9b701e2498c5fcdd2c65720719095e2c44b87acf854712a6cbc19e20a53b58b8075c8f20952605f60ed58cb1f99a6a771c61dac4d1
 SHA512 
7005db01c04d0eb2d94760ff1b7b89d28d956b310736dc5601b9e0bfd4b7ffeac6042a596f4f731b600e669a3fc74a7eededbe2bc0ef70d7d3a68f1d14149f9c

diff --git a/dev-python/botocore/botocore-1.29.50.ebuild 
b/dev-python/botocore/botocore-1.29.50.ebuild
deleted file mode 100644
index 5afa7a9459c5..
--- a/dev-python/botocore/botocore-1.29.50.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 multiprocessing
-
-DESCRIPTION="Low-level, data-driven core of boto 3"
-HOMEPAGE="
-   https://github.com/boto/botocore/
-   https://pypi.org/project/botocore/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/boto/botocore";
-   inherit git-r3
-else
-   SRC_URI="
-   https://github.com/boto/botocore/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-

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

2023-02-03 Thread Michał Górny
commit: 7e3d0eed15dcd0b3fc18baa42a5de07f76bbdf42
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 17:26:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 17:26:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3d0eed

app-admin/awscli: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-admin/awscli/Manifest  |  6 ---
 app-admin/awscli/awscli-1.27.50.ebuild | 80 --
 app-admin/awscli/awscli-1.27.57.ebuild | 80 --
 app-admin/awscli/awscli-1.27.58.ebuild | 80 --
 app-admin/awscli/awscli-1.27.60.ebuild | 80 --
 app-admin/awscli/awscli-1.27.61.ebuild | 80 --
 app-admin/awscli/awscli-1.27.62.ebuild | 80 --
 7 files changed, 486 deletions(-)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 84ad7101b0e1..13c8a603a5de 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,9 +1,3 @@
-DIST aws-cli-1.27.50.gh.tar.gz 2347235 BLAKE2B 
cacfe2c8d4fce7de6452a02fa8bcbcde58dbf010328a161e5eecc7305b225264ae68d3e20c6107cfa3b817e2030ffb20dc09a938f8bff59036fab5969e3e6da0
 SHA512 
af95ad60f2537c12c1353ab0cee045b55834b92b51d0b2fb1bf48991d34f4aa3b61ab20ca438ecba5d8019009065f7993bab64b7e7e0edf89765351c3f4fa168
 DIST aws-cli-1.27.54.gh.tar.gz 2349811 BLAKE2B 
08cb317ea4621273644c39c1152e1a3f8bd9f52ed8c30d7c37dfea9e986ca1597fda1dfbdea8c4043fa783f061609d6f24895997e9f9a3f27d5677c0f9e6c3de
 SHA512 
af4783eef3c1c666b8b3c6d20f1c0177db6d4ce01645b092770cba535dad95609b4bece366355ce6d6a505ac7ab5a2e390d64fb84d6c00e402f9f8ab88db91d9
-DIST aws-cli-1.27.57.gh.tar.gz 2359650 BLAKE2B 
637674f1726828b43a8135b9f7ff9d1f4a05716680aa909829148e4acf7104290c49f90b453294e16cc74d0d200bdfa4049b470a5194df5e3098308d0c088d3b
 SHA512 
be1ac08e57012751f59e63996395b39bf5a9f42381e9a08baffacc2ac9d104c3560c250b2b210608bf6b460fdc31cc1f794a90949a52ebdbb3c22f03e5fb00c2
-DIST aws-cli-1.27.58.gh.tar.gz 2359921 BLAKE2B 
da3ead9140407faff60384fa7aafbc27a8a86d088e4516599e573b9e968f00d3e292a8ea6a0eb0a80449f1fef3bb62204dad2a788f10ba87a959218d909da77b
 SHA512 
2bc4dfe5058c847510f4f43006191153b23e5efecc51bb010f9b06ba127504ee40c953bcb6e47d921760f1bc6eb87747971a9a3514f781dd4bd76f30ecd7de81
 DIST aws-cli-1.27.59.gh.tar.gz 2360458 BLAKE2B 
e60117e41cf95d442db333cf49c146e4ed02247007b8f46228799c5dee8c486aec34b236c9a0a6d152d690ff86c34fd797a6f35227a6e443805cdfe1b1b30f00
 SHA512 
87b9aebe812415223285c09ab5a36de2b9c0da49775d1162a5b5d7489ad61c16ca5361b721bc9e4ec4ccc09306be24513f42d7263b315d6856be20fdf0779686
-DIST aws-cli-1.27.60.gh.tar.gz 2361068 BLAKE2B 
ee5b5b1129bcdfe261d0b7ddbfa905b4c97a799ba7c494cad74bcb3c74dcff39131b908d602a60c023c26cf4c733a52b385c4ad8266c53e5d60d8036c5abd2e6
 SHA512 
aa14729040d4dcfdbb75936eb29d651c03ea28a3c18f5ad4b9e685899e07f03703f2058d508a16c753df1b1e66af3ff84ec9e31476fc2f969786235ce15ae425
-DIST aws-cli-1.27.61.gh.tar.gz 2362178 BLAKE2B 
512fd70f5688289b79807e679aded5085af89a14e5724dc70a771fed846060a4ef1265b3ef9d598c24d228649412204cf48d02a2ff840575a8e9a3fc3a2fe12a
 SHA512 
c8b0640fd2aba05617e3ed60d5cfc6749102e16477eaae2e94d5be7750d5bfea14c8020a4dc7bac5c2b2bae2f46f302930b03b6d47a1cf778ae08be761f7274f
-DIST aws-cli-1.27.62.gh.tar.gz 2362968 BLAKE2B 
8d2bbbea1f4ff27bc441308c08ecbb2e02f102a75520dd6af9de19c258059510c6ad48beb6c7ad0ef576bb96687156c1165e66d1fd5457e4947ce1551d3bea73
 SHA512 
f27ce64e582cb88dc58009ef994b996c931a7827e8d9d4d450a7118a3fef1758a44ee706832b543d39481fbf4a82eb4cdb9944aa294d25e063476190bc20a66a
 DIST aws-cli-1.27.63.gh.tar.gz 2363224 BLAKE2B 
4fe7971271d4359f9d29cdf4c028bd8d06a1a8188e6aef108c33d6b137bb2aee84f3655f3666381fdbf8166dd5ea071c564faac32fb0c06a461249385dbc503d
 SHA512 
01c578f13c0f316c41bdf3bbc5e8532f01d0bfa108207899b8c56b990acdbf5b80d0ffbf1be944088f34e623494b1a1f6d52823d654c192b07133291e4bd7deb

diff --git a/app-admin/awscli/awscli-1.27.50.ebuild 
b/app-admin/awscli/awscli-1.27.50.ebuild
deleted file mode 100644
index 2d91a172182b..
--- a/app-admin/awscli/awscli-1.27.50.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit bash-completion-r1 distutils-r1 multiprocessing
-
-MY_P=aws-cli-${PV}
-DESCRIPTION="Universal Command Line Environment for AWS"
-HOMEPAGE="
-   https://github.com/aws/aws-cli/
-   https://pypi.org/project/awscli/
-"
-SRC_URI="
-   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
-
-# botocore is x.(y+2).z
-BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
-RDEPEND="
-   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtio-win/, app-emulation/virtio-win/files/

2023-02-03 Thread Ulrich Müller
commit: 8a25b48cdf3d4bb58073091127f6e76a1ceaa545
Author: Kai-Chun Ning  gmail  com>
AuthorDate: Thu Feb  2 22:13:03 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Feb  3 17:39:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a25b48c

app-emulation/virtio-win: add README

Closes: https://bugs.gentoo.org/892197
Signed-off-by: Kai-Chun Ning  gmail.com>
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emulation/virtio-win/files/README.gentoo | 15 +++
 app-emulation/virtio-win/virtio-win-0.1.221.1.ebuild | 12 ++--
 app-emulation/virtio-win/virtio-win-0.1.225.2.ebuild | 12 ++--
 app-emulation/virtio-win/virtio-win-0.1.229.1.ebuild | 12 ++--
 4 files changed, 45 insertions(+), 6 deletions(-)

diff --git a/app-emulation/virtio-win/files/README.gentoo 
b/app-emulation/virtio-win/files/README.gentoo
new file mode 100644
index ..9c50feb9a1e8
--- /dev/null
+++ b/app-emulation/virtio-win/files/README.gentoo
@@ -0,0 +1,15 @@
+VirtIO drivers have been installed as a CD-ROM image to
+
+  /usr/share/drivers/windows/virtio-win.iso
+
+To install the drivers on a Windows guest machine, either during or after the
+installation of Windows, pass the iso file to the guest machine and mount it as
+a CD-ROM image. Then, in the Windows guest, open the Device Manager and start
+the driver update wizard. Locate the appropriate device and click to update its
+driver. In the pop-up window, click to browse in the guest machine to locate
+the iso image, and select the driver(s) from it to install.
+
+For an example, see: https://wiki.gentoo.org/wiki/QEMU/Windows_guest
+
+For information on using the Device Manager, refer to the Windows
+documentation.

diff --git a/app-emulation/virtio-win/virtio-win-0.1.221.1.ebuild 
b/app-emulation/virtio-win/virtio-win-0.1.221.1.ebuild
index d86ab2c1a639..057b187a0c4b 100644
--- a/app-emulation/virtio-win/virtio-win-0.1.221.1.ebuild
+++ b/app-emulation/virtio-win/virtio-win-0.1.221.1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit readme.gentoo-r1
+
 MY_PV=$(ver_cut 1-3)
 MY_DW=$(ver_rs 3 -)
 
@@ -14,9 +16,15 @@ LICENSE="BSD Apache-2.0 GPL-2 GPL-2+ GPL-3+ LGPL-2+ Ms-RL"
 SLOT="0"
 KEYWORDS="~amd64"
 S="${WORKDIR}"
+INSTALL_PATH=/usr/share/drivers/windows
 
 src_install() {
-   insinto /usr/share/drivers/windows
+   insinto "${INSTALL_PATH}"
doins "${DISTDIR}/${PN}-${MY_PV}.iso"
-   dosym "${PN}-${MY_PV}.iso" "/usr/share/drivers/windows/${PN}.iso"
+   dosym "${PN}-${MY_PV}.iso" "${INSTALL_PATH}/${PN}.iso"
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
 }

diff --git a/app-emulation/virtio-win/virtio-win-0.1.225.2.ebuild 
b/app-emulation/virtio-win/virtio-win-0.1.225.2.ebuild
index d86ab2c1a639..057b187a0c4b 100644
--- a/app-emulation/virtio-win/virtio-win-0.1.225.2.ebuild
+++ b/app-emulation/virtio-win/virtio-win-0.1.225.2.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit readme.gentoo-r1
+
 MY_PV=$(ver_cut 1-3)
 MY_DW=$(ver_rs 3 -)
 
@@ -14,9 +16,15 @@ LICENSE="BSD Apache-2.0 GPL-2 GPL-2+ GPL-3+ LGPL-2+ Ms-RL"
 SLOT="0"
 KEYWORDS="~amd64"
 S="${WORKDIR}"
+INSTALL_PATH=/usr/share/drivers/windows
 
 src_install() {
-   insinto /usr/share/drivers/windows
+   insinto "${INSTALL_PATH}"
doins "${DISTDIR}/${PN}-${MY_PV}.iso"
-   dosym "${PN}-${MY_PV}.iso" "/usr/share/drivers/windows/${PN}.iso"
+   dosym "${PN}-${MY_PV}.iso" "${INSTALL_PATH}/${PN}.iso"
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
 }

diff --git a/app-emulation/virtio-win/virtio-win-0.1.229.1.ebuild 
b/app-emulation/virtio-win/virtio-win-0.1.229.1.ebuild
index d86ab2c1a639..057b187a0c4b 100644
--- a/app-emulation/virtio-win/virtio-win-0.1.229.1.ebuild
+++ b/app-emulation/virtio-win/virtio-win-0.1.229.1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit readme.gentoo-r1
+
 MY_PV=$(ver_cut 1-3)
 MY_DW=$(ver_rs 3 -)
 
@@ -14,9 +16,15 @@ LICENSE="BSD Apache-2.0 GPL-2 GPL-2+ GPL-3+ LGPL-2+ Ms-RL"
 SLOT="0"
 KEYWORDS="~amd64"
 S="${WORKDIR}"
+INSTALL_PATH=/usr/share/drivers/windows
 
 src_install() {
-   insinto /usr/share/drivers/windows
+   insinto "${INSTALL_PATH}"
doins "${DISTDIR}/${PN}-${MY_PV}.iso"
-   dosym "${PN}-${MY_PV}.iso" "/usr/share/drivers/windows/${PN}.iso"
+   dosym "${PN}-${MY_PV}.iso" "${INSTALL_PATH}/${PN}.iso"
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
 }



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

2023-02-03 Thread William Hubbs
commit: 26405516f93ce1695efced404bc3a2f0731e27b1
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Feb  3 17:44:29 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Feb  3 17:45:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26405516

www-apps/hugo: drop go 1.20 blocker

Bug: https://bugs.gentoo.org/892980
Signed-off-by: William Hubbs  gentoo.org>

 www-apps/hugo/hugo-0.108.0.ebuild | 1 -
 www-apps/hugo/hugo-0.110.0.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/www-apps/hugo/hugo-0.108.0.ebuild 
b/www-apps/hugo/hugo-0.108.0.ebuild
index d755ec533746..8985198b2e7d 100644
--- a/www-apps/hugo/hugo-0.108.0.ebuild
+++ b/www-apps/hugo/hugo-0.108.0.ebuild
@@ -22,7 +22,6 @@ IUSE="doc +sass test"
 
 BDEPEND="
>=dev-lang/go-1.18
-   

[gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/

2023-02-03 Thread Sam James
commit: 1352a480e30e215bfcea3f08e9af4d3079dbebe9
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 17:31:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 17:47:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1352a480

net-dns/bind-tools: depend on newer libuv

At 
https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_16/lib/isc/netmgr/netmgr.c#L244,
there's a check for runtime version vs built against version, but not equality,
just whether it's new enough if at build time, we built against something which
had more features b/c newer.

Require the newest one in the list to avoid issues when mixing stable/~arch
and also because we're not going to be testing an old libuv anyway.

Reported by robbat2.

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

 .../{bind-tools-9.16.33.ebuild => bind-tools-9.16.33-r1.ebuild}| 7 +--
 .../{bind-tools-9.16.36.ebuild => bind-tools-9.16.36-r1.ebuild}| 5 -
 .../{bind-tools-9.16.37.ebuild => bind-tools-9.16.37-r1.ebuild}| 5 -
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/net-dns/bind-tools/bind-tools-9.16.33.ebuild 
b/net-dns/bind-tools/bind-tools-9.16.33-r1.ebuild
similarity index 93%
rename from net-dns/bind-tools/bind-tools-9.16.33.ebuild
rename to net-dns/bind-tools/bind-tools-9.16.33-r1.ebuild
index 9fac2b5c984e..a0e03ab0062c 100644
--- a/net-dns/bind-tools/bind-tools-9.16.33.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.16.33-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=8
@@ -21,8 +21,11 @@ IUSE="+caps doc gssapi idn libedit readline test xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 
#409687
 RESTRICT="!test? ( test )"
 
+# libuv lower bound should be the highest value seen at
+# 
https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_16/lib/isc/netmgr/netmgr.c#L244
+# to avoid issues with matching stable/testing, etc
 COMMON_DEPEND="
-   dev-libs/libuv:=
+   >=dev-libs/libuv-1.42.0:=
dev-libs/openssl:=
caps? ( sys-libs/libcap )
xml? ( dev-libs/libxml2 )

diff --git a/net-dns/bind-tools/bind-tools-9.16.36.ebuild 
b/net-dns/bind-tools/bind-tools-9.16.36-r1.ebuild
similarity index 94%
rename from net-dns/bind-tools/bind-tools-9.16.36.ebuild
rename to net-dns/bind-tools/bind-tools-9.16.36-r1.ebuild
index 4e991c95960e..632173751156 100644
--- a/net-dns/bind-tools/bind-tools-9.16.36.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.16.36-r1.ebuild
@@ -21,8 +21,11 @@ IUSE="+caps doc gssapi idn libedit readline test xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 
#409687
 RESTRICT="!test? ( test )"
 
+# libuv lower bound should be the highest value seen at
+# 
https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_16/lib/isc/netmgr/netmgr.c#L244
+# to avoid issues with matching stable/testing, etc
 COMMON_DEPEND="
-   dev-libs/libuv:=
+   >=dev-libs/libuv-1.42.0:=
dev-libs/openssl:=
caps? ( sys-libs/libcap )
xml? ( dev-libs/libxml2 )

diff --git a/net-dns/bind-tools/bind-tools-9.16.37.ebuild 
b/net-dns/bind-tools/bind-tools-9.16.37-r1.ebuild
similarity index 94%
rename from net-dns/bind-tools/bind-tools-9.16.37.ebuild
rename to net-dns/bind-tools/bind-tools-9.16.37-r1.ebuild
index 8c70c6e06ed8..da4c92eb0df6 100644
--- a/net-dns/bind-tools/bind-tools-9.16.37.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.16.37-r1.ebuild
@@ -21,8 +21,11 @@ IUSE="+caps doc gssapi idn libedit readline test xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 
#409687
 RESTRICT="!test? ( test )"
 
+# libuv lower bound should be the highest value seen at
+# 
https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_16/lib/isc/netmgr/netmgr.c#L244
+# to avoid issues with matching stable/testing, etc
 COMMON_DEPEND="
-   dev-libs/libuv:=
+   >=dev-libs/libuv-1.42.0:=
dev-libs/openssl:=
caps? ( sys-libs/libcap )
xml? ( dev-libs/libxml2 )



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

2023-02-03 Thread Sam James
commit: f8e86ac24dc85ac1bb09d353f3424c9083e24343
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 17:00:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 17:47:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e86ac2

dev-util/cmake: drop 3.23.3, 3.25.1

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

 dev-util/cmake/Manifest|   7 -
 dev-util/cmake/cmake-3.23.3.ebuild | 261 -
 dev-util/cmake/cmake-3.25.1.ebuild | 293 -
 3 files changed, 561 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index c0665edbe0c6..7a7bf9d61135 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -1,14 +1,7 @@
-DIST cmake-3.23.3-SHA-256.txt 1452 BLAKE2B 
aa2e2dfb2757210688a5a9131ca1fffdf6617a52219d373fd908c08e52b7d77f0e980086561a083cabaf8d9f3e24b15064bb74ad2737fcbfe11c8aba5814eb4e
 SHA512 
22808c050e8927867fc5d2daa6999d9eed53e99015f89d1f5bef61397d1b2a9888728e86fdca8716c47f8133e02b3fa726d0cc97c0bb4ab5f5ff16a1fc0ae82f
-DIST cmake-3.23.3-SHA-256.txt.asc 833 BLAKE2B 
10f61d7cfaa5c86d0e372f33d9ba0dbe7ae9cbfe17669107167b3ae72d0e337c63fb1c27a528dcda804323a1f0d4843b630e15427c33e0f5d5c568e27cea769d
 SHA512 
75ff4b25fdd71bc05a7d6fec3c72ec5b8d6ed7ac980d533e6c820855c74a1a58f52d53c1a454dffe1a15568445c4c1c805891997e5709567c9e7709ba1c5e4d9
-DIST cmake-3.23.3.tar.gz 9988050 BLAKE2B 
55105ce380e5e9f1839fc38cc0eaefe505d58bffa60feab9813a36c7cac92f4fb6aa6b6aaad899f1e8d58cfa5ececb9e7335a470244ccc06848d833b1eddf224
 SHA512 
75f86abe60ef28ba9bd06546c0c24578921621fb4be942171e629366a759cf1469e430945addc85f8ce977920883c063ed26de1b78fd24dfd98d0eb604800632
 DIST cmake-3.24.3-SHA-256.txt 1646 BLAKE2B 
739503a16c2e333c9b05a3232e2dcc56105f6933414a4a2054a582b9cf53a12c2b1a37d2189077cbcd138b8cc2828ef1819ab0fc74ded926ef0df7c7ea8c79e1
 SHA512 
b670acc21b98d1da22b31743f83ba10d6dbfda60341457a02639ee6f15d50462ddcd90b5992eff275d77e7cce6f074aff72abd95c539d18f191682ad87d7884e
 DIST cmake-3.24.3-SHA-256.txt.asc 833 BLAKE2B 
f8797072c2d30facfbbebc972c68cd1a6510331e63c67e6b665bd97dd9013e354bab68e03d578698d2f9e50c173ff8e1cac40751c7a3645be294a717f4bfee3a
 SHA512 
bc67eaf6dba935df85ae3d7c37600259b032579813b275087332d5cc4c72dd6bdf44762260729a15f237f69f772670291bb2f2dcc4b155fb17112e0e8fa01d6b
 DIST cmake-3.24.3-docs.tar.xz 492156 BLAKE2B 
92edd031189673c46e8e13a5e1200917734b918651dc01d982c25602e48cd5d5f014fa8563bdc79b3d09d90ef07a52c9d5a570a5181c59c233ba5bf450cdd5df
 SHA512 
75806743fca976098b9b7ee777c494478142ab5686dc8ccb18510b5938c7e88cf8b3bc47321022f55f33c04bb0a7f549d70be8c765d1ec143467e679c8863132
 DIST cmake-3.24.3.tar.gz 10399876 BLAKE2B 
24e2ff8cf4f63ba182dd305c14367fa0163f6187da84f7ec10b1ad6241c7df5b48f329b67ba5f7b5d3b644cba89c7adb848a3ae7196bf5b4dbfaedf178dba250
 SHA512 
57edf2a8c1c9edeed7fd11271083f333d940b31e0e909d9c71671465961559c505e4e22f36e68bfe1a40a01eb05fe94bc8d37b062f9be613f959f864207e3764
-DIST cmake-3.25.1-SHA-256.txt 1646 BLAKE2B 
b5ebf93e481b2bf63c5448875983f0b4d13f4e588eb226577969738f3b56c0ca14d9ab99ffc4dbcf8a2ab74a159de00368ce6ebf9667b90ef657083f351c4c01
 SHA512 
5e7618b27b0cdb674ee0ea7e1e6641ba31da6f4414ae1a08ed11691e105ebd89a39a307b53e04e2386785bcd2917e1b8d65755ef7c07a1d9f4f400dcb5385b44
-DIST cmake-3.25.1-SHA-256.txt.asc 833 BLAKE2B 
3dce05d9ad5852165418726fc16de4fcc6c66aa379ce926a68c10515dcd87ed40b60ce345952fc2c83f342b5ebb0f02134af6c07b58e9dcf7e1757ad6294d8b5
 SHA512 
70ec7f1cef52d76ab6732556b663509de780648a2009608632a7df0de86c1d8b91fab874233413216a486fa97648d95de1556f89f48cea936408b609380c5aa4
-DIST cmake-3.25.1-docs.tar.xz 499680 BLAKE2B 
0baac457fbde68046080a906093be96c6fe3d7a4b592125237258768eeb0f9c80d3e1e867e2850fe3ebd27a1284d2f47245ca73b8f5b6eb4c046f2afdab78e56
 SHA512 
02e1bf84be15a7c796a9a7535ee286ca3cddc478707daa1be076be44285f762a0c5eb620b34815e6713b7262a534d7c7fb48e53896c4706645792397f8da83e3
-DIST cmake-3.25.1.tar.gz 10561054 BLAKE2B 
3aaf546ebc935caaaf6d15c61f99184964902a50004222ba29e17714488b219f8d8754008f2b2d701dd7befe8c0f4cd0edad92fcabb8ad37b981f31b2d1e37a2
 SHA512 
ec4203cac569e3c340bf6535d193d9ccff9c4e4d59a7a7ae5b9156172f647d9f9212bdc37b3c12cbd676b1351b9a64364c563aaa968a2f41e0f402410ed78d57
 DIST cmake-3.25.2-SHA-256.txt 1646 BLAKE2B 
10289acf1a74e45ad1109bb0759ce82024553947ff60c8358854f26d276e89155df9b44561adee4b838d95fb2fcb54b4d2ca1e957b35a90ee80ea56dc63d94be
 SHA512 
75d6a0c4c9350ad466559f44f56f2d18308cdfbaba24da3c86950c9bfb4861f9486f031b41206de83019850944081f304953dbd04b55501ea7b3912aabfb1e00
 DIST cmake-3.25.2-SHA-256.txt.asc 833 BLAKE2B 
823c1132836529c3ca1c9060f504ad9904169621e3284c489b92f6334454ffa82791d336c78a27e705eca686e63131aed249c44e61b5f7fb915e80cca0155edc
 SHA512 
16d5f8e0071db7f29b2f502b8a26e71e73519980555f64a548f1b3d5e917ec377cdfa49a4750dffde952e6b818dd37d000992bf67b553902b2117809f02b9486
 DIST cmake-3.25.2-docs.tar.xz 500144 BLAKE2B 
9f45daf51c3acddce8e273649cd7445d00324883f2feccc98632a35d2ba72e7f6fd286f65bc362969f41d13cd5f34881aac8a229c9

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

2023-02-03 Thread Sam James
commit: 05db41626668d3f2d4a79bf6876f44bf06b0dee9
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 17:47:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 17:47:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05db4162

dev-util/cmake: add 3.26.0_rc1 (unkeyworded)

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

 dev-util/cmake/Manifest   | 2 ++
 dev-util/cmake/{cmake-.ebuild => cmake-3.26.0_rc1.ebuild} | 7 ---
 dev-util/cmake/cmake-.ebuild  | 7 ---
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 7a7bf9d61135..1e12ca339a97 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -6,3 +6,5 @@ DIST cmake-3.25.2-SHA-256.txt 1646 BLAKE2B 
10289acf1a74e45ad1109bb0759ce82024553
 DIST cmake-3.25.2-SHA-256.txt.asc 833 BLAKE2B 
823c1132836529c3ca1c9060f504ad9904169621e3284c489b92f6334454ffa82791d336c78a27e705eca686e63131aed249c44e61b5f7fb915e80cca0155edc
 SHA512 
16d5f8e0071db7f29b2f502b8a26e71e73519980555f64a548f1b3d5e917ec377cdfa49a4750dffde952e6b818dd37d000992bf67b553902b2117809f02b9486
 DIST cmake-3.25.2-docs.tar.xz 500144 BLAKE2B 
9f45daf51c3acddce8e273649cd7445d00324883f2feccc98632a35d2ba72e7f6fd286f65bc362969f41d13cd5f34881aac8a229c9f6533caf0d86e1092075a8
 SHA512 
191daffb9a244fac79700bb0d21b3d65c7b94685dafd589122d37017660d13768e3e3257170bbfe46871efc59da6e7e2fcad0ce860cf87f1dc149c80df73cf91
 DIST cmake-3.25.2.tar.gz 10561266 BLAKE2B 
ca093cf0b2a0254494965c8b46ab188024b6d745cd56461451f4fa023fbb4f2cca7077877f1698c082d8a3b52c898d6f793657d8da3879f19f7b24139cbab7f0
 SHA512 
20146d06a1722c36249192944a58e4780aad334d2bc5ce2a3d8c4f24656630c5b71ca0ae7ed53587e3d46f488bd773452fa60c3fc7045fe54db2dbc6ffd86390
+DIST cmake-3.26.0-rc1.tar.gz 10666314 BLAKE2B 
1fcc779757447f3c07e41160f2f16648e902fff66ece3099bf5c5c57b6cca75e55e7b35c5eca0dc128146aec5d0064f5a35fecca0015beca6fa0102585c6e808
 SHA512 
6280fd7f3f04da291350441847d4be001bcc56d7e31a08739327958a26721a88cab2de608e53b28154324dc857aeb67dca0f2cd5243b4b3269744628273d6386
+DIST cmake-3.26.0_rc1-docs.tar.xz 507308 BLAKE2B 
83cc5c43acdd7b38961b68c3b477ef070553230823a0a1636222b8ac4e5d268beab4f6bfbaf7d631c07135011a5c1842db227306fbbe5542a629fd03d039c324
 SHA512 
d2a366e8c56035ad697f71d30b37bd9b096c07edb7c84e0b8c271ba1daf1cdc4f59caa1fadf9ad9fad597dcbbd2a0b80f0bf7cd5a23f6888d2d8794d604cf617

diff --git a/dev-util/cmake/cmake-.ebuild 
b/dev-util/cmake/cmake-3.26.0_rc1.ebuild
similarity index 98%
copy from dev-util/cmake/cmake-.ebuild
copy to dev-util/cmake/cmake-3.26.0_rc1.ebuild
index 9491df325a39..a2b661bbcdbe 100644
--- a/dev-util/cmake/cmake-.ebuild
+++ b/dev-util/cmake/cmake-3.26.0_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,8 @@ EAPI=8
 : ${CMAKE_DOCS_PREBUILT:=1}
 
 CMAKE_DOCS_PREBUILT_DEV=sam
-CMAKE_DOCS_VERSION=$(ver_cut 1-3)
+#CMAKE_DOCS_VERSION=$(ver_cut 1-3)
+CMAKE_DOCS_VERSION=${PV}
 # Default to generating docs (inc. man pages) if no prebuilt; overridden later
 # See bug #784815
 CMAKE_DOCS_USEFLAG="+doc"
@@ -133,7 +134,7 @@ cmake_src_bootstrap() {
 src_unpack() {
if [[ ${PV} ==  ]] ; then
git-r3_src_unpack
-   elif ! use verify-sig || [[ ${PV} == *_rc* ]] ; then
+   elif [[ ${PV} == *_rc* ]] || ! use verify-sig ; then
default
else
cd "${DISTDIR}" || die

diff --git a/dev-util/cmake/cmake-.ebuild b/dev-util/cmake/cmake-.ebuild
index 9491df325a39..a2b661bbcdbe 100644
--- a/dev-util/cmake/cmake-.ebuild
+++ b/dev-util/cmake/cmake-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,8 @@ EAPI=8
 : ${CMAKE_DOCS_PREBUILT:=1}
 
 CMAKE_DOCS_PREBUILT_DEV=sam
-CMAKE_DOCS_VERSION=$(ver_cut 1-3)
+#CMAKE_DOCS_VERSION=$(ver_cut 1-3)
+CMAKE_DOCS_VERSION=${PV}
 # Default to generating docs (inc. man pages) if no prebuilt; overridden later
 # See bug #784815
 CMAKE_DOCS_USEFLAG="+doc"
@@ -133,7 +134,7 @@ cmake_src_bootstrap() {
 src_unpack() {
if [[ ${PV} ==  ]] ; then
git-r3_src_unpack
-   elif ! use verify-sig || [[ ${PV} == *_rc* ]] ; then
+   elif [[ ${PV} == *_rc* ]] || ! use verify-sig ; then
default
else
cd "${DISTDIR}" || die



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

2023-02-03 Thread Sam James
commit: 20ed86c07862610c43957c748c64bdd3ea5b383c
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 18:09:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 18:09:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ed86c0

dev-util/cmake: Stabilize 3.25.2 arm64, #893110

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

 dev-util/cmake/cmake-3.25.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/cmake-3.25.2.ebuild 
b/dev-util/cmake/cmake-3.25.2.ebuild
index ca2d7b4e1543..5d9f797f6072 100644
--- a/dev-util/cmake/cmake-3.25.2.ebuild
+++ b/dev-util/cmake/cmake-3.25.2.ebuild
@@ -47,7 +47,7 @@ else

https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt.asc
)"
 
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-bradking )"
fi



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

2023-02-03 Thread Sam James
commit: 25d75da35a8056817db6e4250bfcaa63e153c71e
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 18:09:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 18:09:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d75da3

dev-util/cmake: Stabilize 3.25.2 sparc, #893110

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

 dev-util/cmake/cmake-3.25.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/cmake-3.25.2.ebuild 
b/dev-util/cmake/cmake-3.25.2.ebuild
index bcb269c0b956..57510197b610 100644
--- a/dev-util/cmake/cmake-3.25.2.ebuild
+++ b/dev-util/cmake/cmake-3.25.2.ebuild
@@ -47,7 +47,7 @@ else

https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt.asc
)"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-bradking )"
fi



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

2023-02-03 Thread Sam James
commit: 624b034c2c4bc946572d4cec6ec03bfa3d59758e
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 18:09:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 18:09:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624b034c

dev-util/cmake: Stabilize 3.25.2 amd64, #893110

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

 dev-util/cmake/cmake-3.25.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/cmake-3.25.2.ebuild 
b/dev-util/cmake/cmake-3.25.2.ebuild
index 57510197b610..ca2d7b4e1543 100644
--- a/dev-util/cmake/cmake-3.25.2.ebuild
+++ b/dev-util/cmake/cmake-3.25.2.ebuild
@@ -47,7 +47,7 @@ else

https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt.asc
)"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-bradking )"
fi



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/files/, x11-drivers/nvidia-drivers/

2023-02-03 Thread Ionen Wolkens
commit: 39f5d7814f3d97d05360059b3052d5c8b3d82cd8
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Feb  3 18:04:07 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Feb  3 18:11:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f5d781

x11-drivers/nvidia-drivers: add 525.47.07:0/vulkan, drop 525.47.06

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

 x11-drivers/nvidia-drivers/Manifest|   4 +-
 .../files/nvidia-drivers-525.23-clang15.patch  | 107 -
 ...7.06.ebuild => nvidia-drivers-525.47.07.ebuild} |   4 -
 3 files changed, 2 insertions(+), 113 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 261c38294abc..3f7861743b7e 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -6,7 +6,7 @@ DIST NVIDIA-Linux-x86_64-390.157.run 85835541 BLAKE2B 
44b855cd11f3b2f231f9fb9049
 DIST NVIDIA-Linux-x86_64-470.161.03.run 272397700 BLAKE2B 
eaa94b7398b3aaadf30c33c95c95b167094ca56114e2e3032978b0959264ac8b8663181485eb1af0282a59b43f912c0ecd48e5eadcb06b6fda601b357ac49bc7
 SHA512 
26b1640f9427847b68233ffacf5c4a07e75ed9923429dfc9e5de3d7e5c1f109dfaf0fe0a0639cbd47f056784ed3e00e2e741d5c84532df79590a0c9ffa5ba625
 DIST NVIDIA-Linux-x86_64-510.108.03.run 329603898 BLAKE2B 
ec7327628cc0d5929f91fa7dcf09d741341b15a509169d8de187f66a99a9196077362bd9a370ba5e294fd644a3aee1bd3abfc45f20c9cb5b05660d299c9e0479
 SHA512 
70fbd91b0dc5db119acf20654854c417bb14889e84145e2675dc893e7247a9c34f90820cddb8202cf5c3219abc286c7014b247a2ce94bdb5681a1bca96f41a29
 DIST NVIDIA-Linux-x86_64-515.86.01.run 363743089 BLAKE2B 
aa03a0f059da99fa549cd9d672cef0194f2b22b349470d80ce626b3f4afb89b1f130b451735f92f5a66dfec02735bd6395053be609668371991837e3be4026cb
 SHA512 
9a31e14afc017e847f1208577f597c490adb63c256d6dff1a9eae56b65cf85374a604516b0be9da7a43e9af93b3c5aec47b2ffefd6b4050a4b7e55f348cf4e7b
-DIST NVIDIA-Linux-x86_64-525.47.06.run 415511798 BLAKE2B 
8b35774fc2689c0e51159fbe23ffe084ca670209906ca106fc7364c6fe631080f0a0dcaa2d99d34da084e0e72a41ac6741a7e7df828eb07e47729631a456b864
 SHA512 
7efe2ef0ee26e788e0e8c09da3f6ee7b56dcaffdffd611f6a6c0228181d618a0dea65a174b5a233cbfba497790f771f8948c11c7b957aa0863fba76781d16548
+DIST NVIDIA-Linux-x86_64-525.47.07.run 413838999 BLAKE2B 
6921e903f45d49eadec8a690d8c86fefd0bc534a4412fa1a076db4b5cd2840c0c2c4076ab4ec0b562b9888bd4f0061f7d260c1e14b88653e912b17079e85d17b
 SHA512 
51417a35a10a165f64751ce6bc7da2ab182d467bf3e6d3fac876c009fa413e044e16a1f32abbcca71209f8f29c2184c358aa9f88eddfb4ee80cea6817e1ee725
 DIST NVIDIA-Linux-x86_64-525.85.05.run 415131239 BLAKE2B 
38bdcce884011cfc0a1b5d08807c0a163ac7807621f3ec69feabbdf27af9e0409491db893912776b05a45f8f56c06f281a84074ab8ff21a71774b890bdff2cf8
 SHA512 
db30b9186cdcf22b2dde267c08a10cadfc3d37190c57a26a71e282b0f661b187b5b28764418eacf8b2344ebfa8feb7480ae1de31b3bc3026feaf9482a3b51741
 DIST NVIDIA-kernel-module-source-515.86.01.tar.xz 7504412 BLAKE2B 
20b1b9eb6e2fbc7adfa0b78c6acc88c9da8346888c3d1f1ec01a6c1252feccfc104e338605bfaf7617f0b78c7d0de05b32577394714be3575aa67b37c0e843ca
 SHA512 
075fb8b9c3f43f21f51035460a9bc306b11214eb029e950a5bfbc283dc1d3403210ae303148442d31b2c5bf618923bd1762ab5a91234d005f50177fc02fa8ba4
 DIST NVIDIA-kernel-module-source-525.85.05.tar.xz 10081192 BLAKE2B 
b80f1893fe18dcb62ad2d1daaa7c1642e8699c7acda0bf55a104e10824ece908e45e8202949262fce5459b3bebe3582fa52aa506333989388eea94d65e26da11
 SHA512 
1ed3e69d959d68a351541483cbf552730ec1748faee3bacf1b9f0099650bc3244ed11a4aee84e51187321f59fbedaa92d24a66439265c9f2e436db82a6876ee0
@@ -35,4 +35,4 @@ DIST nvidia-xconfig-470.161.03.tar.bz2 108669 BLAKE2B 
6c12e38759ce64c5637d6301e2
 DIST nvidia-xconfig-510.108.03.tar.bz2 109729 BLAKE2B 
48378155d57f9b4a2b58b044daa1f2f2ed9b897b77f0453f67c7b03200cc09689b628f88a87c0f4c8ae149f11cbe6364eda34c2636cc1e1fce33b799d8225138
 SHA512 
17462e7826225804685eaea4dba05252dce138f95c72285abe607ee1b2a6269d2f4e5c0833802037d29350d1218ed9982053871b0b08c4f5f329d497da299fab
 DIST nvidia-xconfig-515.86.01.tar.bz2 109747 BLAKE2B 
d6253f9d052be5aaa1a2be82bf4a36c971aae8b6e9f61e4ff5f27ec415d945bab8289678d6a2495ff7521c66478421090a452ceb19d87803de4290aeb7f69bba
 SHA512 
f4e66f23d9227671158ee0b99b1ccc44f25dc6a910d3b00332d135fb94f21b67f581804b53a40945a652777c898e20069962721931c7b58d2c33d38925da5e35
 DIST nvidia-xconfig-525.85.05.tar.bz2 110595 BLAKE2B 
249263ad84c72c5682836bc3717774b95238197319a88b35adb9174e6023c385c49bf95ed1bf89a6d4fef0ba445a9802e437324358bddbe999f61849ea68afc0
 SHA512 
b2cad5f509e817e1e9f43bfce279a512d5899dbbb3dae212161b1ce7237ac3598e335779fbb7abb8b77327827838d7d310522f0b0a014498cff26f4ed5824841
-DIST open-gpu-kernel-modules-525.47.06.tar.gz 10299729 BLAKE2B 
945adf90945a0935bcd3bc9eecb93a45b307b5a042baa474ee27bd1f0f404df71e1c3adb3c3544236d8742572d8dbd8864c9a6bb88ff4cdc6573837841967a2a
 SHA512 
b92316d2a35215786bd0a645d9c2560e5c7db4acaf7ee000d591dfe95aac87cb56843f731b710308e86d8d1bdf0add12fe1d494d5750f2b0e23430bf2c50a201
+D

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

2023-02-03 Thread Sam James
commit: 8877a73ac9a312eccd29f218275206477102339c
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 18:30:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 18:30:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8877a73a

dev-util/cmake: Stabilize 3.25.2 ppc64, #893110

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

 dev-util/cmake/cmake-3.25.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/cmake-3.25.2.ebuild 
b/dev-util/cmake/cmake-3.25.2.ebuild
index 5d9f797f6072..8825af2a4a7c 100644
--- a/dev-util/cmake/cmake-3.25.2.ebuild
+++ b/dev-util/cmake/cmake-3.25.2.ebuild
@@ -47,7 +47,7 @@ else

https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt.asc
)"
 
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-bradking )"
fi



[gentoo-commits] repo/gentoo:master commit in: net-dns/bind/

2023-02-03 Thread Sam James
commit: cd108918e7c8e6ab7907f0eff10ef6e2f4695b2f
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 18:38:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 18:38:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd108918

net-dns/bind: Stabilize 9.16.33 ppc, #893120

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

 net-dns/bind/bind-9.16.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind/bind-9.16.33.ebuild b/net-dns/bind/bind-9.16.33.ebuild
index abd5a0911662..fc26a58a3c40 100644
--- a/net-dns/bind/bind-9.16.33.ebuild
+++ b/net-dns/bind/bind-9.16.33.ebuild
@@ -33,7 +33,7 @@ SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${P}.tar.xz
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 # -berkdb by default re bug #602682
 IUSE="berkdb +caps +dlz dnstap doc dnsrps fixed-rrset geoip geoip2 gssapi
 json ldap lmdb mysql odbc postgres python selinux static-libs test xml +zlib"



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/drumgizmo/

2023-02-03 Thread Samuel Bauer
commit: 1792b1aa09a75098e536a9a8d46d47c3ce7c07f5
Author: Samuel Bauer  yahoo  fr>
AuthorDate: Fri Feb  3 18:40:43 2023 +
Commit: Samuel Bauer  yahoo  fr>
CommitDate: Fri Feb  3 18:40:43 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1792b1aa

media-sound/drumgizmo: new ebuild

Signed-off-by: Samuel Bauer  yahoo.fr>

 media-sound/drumgizmo/Manifest|  4 +++
 media-sound/drumgizmo/drumgizmo-0.9.20.ebuild | 43 +
 media-sound/drumgizmo/drumgizmo-.ebuild   | 45 +++
 media-sound/drumgizmo/metadata.xml|  8 +
 4 files changed, 100 insertions(+)

diff --git a/media-sound/drumgizmo/Manifest b/media-sound/drumgizmo/Manifest
new file mode 100644
index 0..3364f9f74
--- /dev/null
+++ b/media-sound/drumgizmo/Manifest
@@ -0,0 +1,4 @@
+DIST drumgizmo-0.9.20.tar.gz 1094020 BLAKE2B 
c92c41fd9cfd09a42d6500ec7d5f3bffd7dd646ef11b88212393f91a06d0af596c4f627be037c3eb0d19fd3ae11448e43d7a40ae8928dea7fbdfb61cad057cdb
 SHA512 
3444201961d74e7787bebe4006df6c257f6c1a57dd81d272b203a4a56ad609d3fa4e88224dfe4ea6a67f4db94b340666d018cb79fc376dd264398f98d66433e8
+EBUILD drumgizmo-0.9.20.ebuild 1051 BLAKE2B 
fab4f2ea991e11ed87da3b0b24f736ea8be8919cc432c8a5d620c0befc68e0ff170cf9ff9186ae8ca3b8da778a242a7fc10bbfb7f74a7b8d3749853029bba0e2
 SHA512 
48b2dc08922ef0d451f8dd99cea22102c0b0ac8a8e1bfcfd7ed3aa263706df5167b876afebb52f8739a2a6b543633f58bfc4f9df19655f094ec12d6baccf5002
+EBUILD drumgizmo-.ebuild 1051 BLAKE2B 
d311c03c9e9d5d41fd8db7aa652a7b50be8992a356aa79b179a09f58648e9605ea76e393f5a835838483b0ae757b22fc0086a5eafb75fe38503828f8407932ad
 SHA512 
fd89abb06a61f80988325f285f5814221dd4378c3cdc8556e295467a40826fa0dbc9e6076f452b1c02c0cde85efb45ff81fa344731ff268bd2d89013449b025d
+MISC metadata.xml 239 BLAKE2B 
d1152a8f235bb442d0bf85a2ce59045f8575a3ee74396f4db3a27798bc0ad61f255c4d962d0dc1ac97edfd78d5867925ca82b89b0c6f1d57c421841d81893c5d
 SHA512 
eb06f766ea0d192b7bf483a5769fd18c422c5a4a0dd7dfaea3f368ce6fabc1e87cd1e87af8b56796d4f565535b71bbb839ffe2dbff58dd96b38a2768e7764e3b

diff --git a/media-sound/drumgizmo/drumgizmo-0.9.20.ebuild 
b/media-sound/drumgizmo/drumgizmo-0.9.20.ebuild
new file mode 100644
index 0..5bd94eed0
--- /dev/null
+++ b/media-sound/drumgizmo/drumgizmo-0.9.20.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Cross-platform drum plugin and stand-alone application"
+HOMEPAGE="https://www.drumgizmo.org/wiki";
+SRC_URI="https://www.drumgizmo.org/releases/${P}/${P}.tar.gz";
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="amd64"
+IUSE="+alsa jack lv2 vst cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3"
+
+DEPEND="
+   lv2? ( media-libs/lv2 )
+   media-libs/libsmf
+   media-libs/libsndfile
+   media-libs/zita-resampler
+   x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="|| ( alsa jack )"
+
+src_configure() {
+   local sse=0
+   use cpu_flags_x86_sse  && sse=1
+   use cpu_flags_x86_sse2 && sse=2
+   use cpu_flags_x86_sse3 && sse=3
+
+   econf --enable-cli=yes \
+   --enable-static=no \
+   $(usex alsa '' '--disable-output-alsa') \
+   $(usex jack '' '--disable-input-jackmidi') \
+   $(usex jack '' '--disable-output-jackaudio') \
+   --enable-gui=x11 \
+   --enable-lv2=$(usex lv2) \
+   --enable-sse=${sse} \
+   --enable-vst=$(usex vst) \
+   --with-debug=no \
+   --with-test=no
+}

diff --git a/media-sound/drumgizmo/drumgizmo-.ebuild 
b/media-sound/drumgizmo/drumgizmo-.ebuild
new file mode 100644
index 0..273535905
--- /dev/null
+++ b/media-sound/drumgizmo/drumgizmo-.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3
+
+DESCRIPTION="Cross-platform drum plugin and stand-alone application"
+HOMEPAGE="https://www.drumgizmo.org/wiki";
+EGIT_REPO_URI="https://git.drumgizmo.org/${PN}.git";
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="alsa jack lv2 vst cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3"
+
+DEPEND="
+   lv2? ( media-libs/lv2 )
+   media-libs/libsmf
+   media-libs/libsndfile
+   media-libs/zita-resampler
+   x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="|| ( alsa jack )"
+
+src_configure() {
+   local sse=0
+   use cpu_flags_x86_sse  && sse=1
+   use cpu_flags_x86_sse2 && sse=2
+   use cpu_flags_x86_sse3 && sse=3
+
+   econf --enable-cli=yes \
+   --enable-static=no \
+   $(usex alsa '' '--disable-output-alsa') \
+   $(usex jack '' '--disable-input-jackmidi') \
+   $(usex jack '' '--disable-output-jackaudio') \
+   --enable-gui=x11 \
+   --enable-lv2=$(usex l

[gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/

2023-02-03 Thread Samuel Bauer
commit: 62a5a576b1c5c27ec43970b7a44f03b394ab4a01
Author: Samuel Bauer  yahoo  fr>
AuthorDate: Fri Feb  3 18:40:27 2023 +
Commit: Samuel Bauer  yahoo  fr>
CommitDate: Fri Feb  3 18:40:27 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62a5a576

media-sound/qpwgraph: new ebuild

Signed-off-by: Samuel Bauer  yahoo.fr>

 media-sound/qpwgraph/Manifest  |  5 
 media-sound/qpwgraph/metadata.xml  | 18 
 media-sound/qpwgraph/qpwgraph-0.3.9.ebuild | 41 
 media-sound/qpwgraph/qpwgraph-.ebuild  | 44 ++
 4 files changed, 108 insertions(+)

diff --git a/media-sound/qpwgraph/Manifest b/media-sound/qpwgraph/Manifest
new file mode 100644
index 0..e622ff5cb
--- /dev/null
+++ b/media-sound/qpwgraph/Manifest
@@ -0,0 +1,5 @@
+AUX 0.3.4-multiple_user.patch 700 BLAKE2B 
de5fc098efb0a46edf97b905617d4c643b40abf83dc4c4c07fb16e519ca86f6cf02f24c6292b513a353cf7cd20049278c9908a48c6c4e13f95a64421fff5f30b
 SHA512 
6f51fd351024cb27b0707be864718d1d8d9ba7cd553d8bb87b3f097d39f5d59d659caadfb880a1ebc866ff230d07cc8d0a62343048a1b4dfafc52f586cb45def
+DIST qpwgraph-0.3.9.tar.bz2 448732 BLAKE2B 
68415f75accf29da138367239755375affbe585a469bbaf387a942c34a7f6a866dc38e276ba7ae659adf9ee26996cce08fa0da53734c943baf82c4b74a1cdcda
 SHA512 
c8fba3edd93dd466a5f1655e1ff260cbdd054ba13a962afb5f2ba8634eb850f748faac0b6073576090c4e31520ea634e08d1d746809563a887ffc701ffa4b30a
+EBUILD qpwgraph-0.3.9.ebuild 838 BLAKE2B 
387365f976bff58244427994ec817c6f523a52802ec7170d4c9cf94c8ed836bda923966aa5ce4a7f2b28e220edb1893ee24faca339607a8dcbfef2d03dee52b4
 SHA512 
8303fa7569b6f100887f519b6a852eb58b711086095d2949f8f0232792d56afc3db67142560c516e67b9ad8baa47c825777e34672d215e90925a0728cad7bd5c
+EBUILD qpwgraph-.ebuild 990 BLAKE2B 
e08a479f577d68607becb5cd2f58a21671b991a7c40d2f5cb5afac660fac23eee7229e15ee28f5b7d746e05246bc1a5a1657fae20e385b927b0ce9be6c6b9250
 SHA512 
d5be50f7581aed14d1867f5c9e80f58e20c2a08fd3b77aff992e3f3ced675ddd971435b39d50baa26c5c0f549d427901a263debdaae334447d37151ab5b53e91
+MISC metadata.xml 546 BLAKE2B 
251078ccbd300f58924eb2eaf6e5b99c1efd403767032190fc40a7a0b1aeea3bec40f07a07a1a8e0b22f5e50bc62682475dd4552ecceb72e970ce6c06e50c517
 SHA512 
551c6e19aaf0f31dec2bc785813ad6b159b0dcead74928d0443bda72bcfe5116e348979e3843462fe021eda084f4697300a44fa174806c0358ff7d55f045e0b7

diff --git a/media-sound/qpwgraph/metadata.xml 
b/media-sound/qpwgraph/metadata.xml
new file mode 100644
index 0..9f619d3b4
--- /dev/null
+++ b/media-sound/qpwgraph/metadata.xml
@@ -0,0 +1,18 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   Samuel BAUER
+   samuel.ba...@yahoo.fr
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   rncbc/qpwjack
+   
+   
+   Build support for tray icon
+   
+

diff --git a/media-sound/qpwgraph/qpwgraph-0.3.9.ebuild 
b/media-sound/qpwgraph/qpwgraph-0.3.9.ebuild
new file mode 100644
index 0..f925abb1c
--- /dev/null
+++ b/media-sound/qpwgraph/qpwgraph-0.3.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="PipeWire Graph Qt GUI Interface"
+HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph";
+SRC_URI="https://gitlab.freedesktop.org/rncbc/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="alsa trayicon wayland"
+
+BDEPEND="dev-qt/linguist-tools:5"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   media-video/pipewire
+   trayicon? ( dev-qt/qtnetwork:5 )
+"
+RDEPEND="${DEPEND}
+   dev-qt/qtsvg:5
+"
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCONFIG_ALSA_MIDI=$(usex alsa)
+   -DCONFIG_SYSTEM_TRAY=$(usex trayicon)
+   -DCONFIG_WAYLAND=$(usex wayland)
+   -DCONFIG_QT6=0
+   )
+   cmake_src_configure
+}

diff --git a/media-sound/qpwgraph/qpwgraph-.ebuild 
b/media-sound/qpwgraph/qpwgraph-.ebuild
new file mode 100644
index 0..d3bace97f
--- /dev/null
+++ b/media-sound/qpwgraph/qpwgraph-.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake git-r3 xdg
+
+DESCRIPTION="PipeWire Graph Qt GUI Interface"
+HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph";
+EGIT_REPO="https://gitlab.freedesktop.org/rncbc/qpwgraph";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+
+BDEPEND="dev-qt/linguist-tools:5"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   media-video/pipewire"
+RDEPEND="${DEPEND}
+ 

[gentoo-commits] repo/gentoo:master commit in: eclass/

2023-02-03 Thread Michał Górny
commit: d27219ef714fd17289c3e645f79d45053cd95ef7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 18:35:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 18:46:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27219ef

llvm.eclass: Allow LLVM 17

Signed-off-by: Michał Górny  gentoo.org>

 eclass/llvm.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
index cdbc766feeb3..022820d012d5 100644
--- a/eclass/llvm.eclass
+++ b/eclass/llvm.eclass
@@ -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
 
 # @ECLASS: llvm.eclass
@@ -78,7 +78,7 @@ DEPEND="!!sys-devel/llvm:0"
 # @INTERNAL
 # @DESCRIPTION:
 # Correct values of LLVM slots, newest first.
-declare -g -r _LLVM_KNOWN_SLOTS=( {16..8} )
+declare -g -r _LLVM_KNOWN_SLOTS=( {17..8} )
 
 # @FUNCTION: get_llvm_slot
 # @USAGE: [-b|-d] []



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

2023-02-03 Thread Michał Górny
commit: 25f71bbbc5124b153e7f57161eeea9fa8ae02712
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 18:50:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 18:50:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f71bbb

package.mask: Last rite dev-python/oauth2client and revdeps

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 533a419c5daf..8b980e64c7c4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,19 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2023-02-03)
+# The package has been archived upstream.  It is broken with all Python
+# versions supported by Gentoo, and it is broken with django-2.
+# The other listed packages are its reverse dependencies.
+# Removal on 2023-03-05.  Bug #718972.
+app-misc/gcalcli
+app-misc/goobook
+dev-python/gcs-oauth2-boto-plugin
+dev-python/google-apitools
+dev-python/google-reauth-python
+dev-python/oauth2client
+net-misc/gsutil
+
 # Marek Szuba  (2023-02-03)
 # New major version with breaking changes, mask until 2023-03-03
 # for revdep testing and porting. Bug #893006.



[gentoo-commits] repo/gentoo:master commit in: sys-apps/kmod/

2023-02-03 Thread Sam James
commit: ccfb9e9f8433a844b3d2f2d9a1dd0c0d05e1f6df
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 19:00:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 19:03:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfb9e9f

sys-apps/kmod: enable py3.11 and add python bindings smoketest

Thanks to Andrés for the suggestion for the Python test. Now we can
add future Python implementations with confidence.

Closes: https://bugs.gentoo.org/408915
Thanks-to: Andrés Becerra Sandoval  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 sys-apps/kmod/kmod-30-r1.ebuild | 23 +--
 sys-apps/kmod/kmod-.ebuild  | 25 ++---
 2 files changed, 43 insertions(+), 5 deletions(-)

diff --git a/sys-apps/kmod/kmod-30-r1.ebuild b/sys-apps/kmod/kmod-30-r1.ebuild
index 9cb6a84d3e0b..18c0daa0974a 100644
--- a/sys-apps/kmod/kmod-30-r1.ebuild
+++ b/sys-apps/kmod/kmod-30-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit autotools libtool bash-completion-r1 python-r1
 
@@ -26,7 +26,7 @@ IUSE="debug doc +lzma pkcs7 python static-libs +tools +zlib 
+zstd"
 # I was also told that the test suite is intended for kmod developers.
 # So we have to restrict it.
 # See bug #408915.
-RESTRICT="test"
+#RESTRICT="test"
 
 # - >=zlib-1.2.6 required because of bug #427130
 # - Block systemd below 217 for 
-static-nodes-indicate-that-creation-of-static-nodes-.patch
@@ -139,6 +139,25 @@ src_compile() {
fi
 }
 
+src_test() {
+   python_test() {
+   mkdir "${T}/test-${EPYTHON}" || die
+   emake -C "${BUILD_DIR}" DESTDIR="${T}/test-${EPYTHON}" \
+VPATH="${native_builddir}:${S}" \
+install-pkgpyexecLTLIBRARIES \
+install-dist_pkgpyexecPYTHON
+
+   # Smoke test based on https://bugs.gentoo.org/891975#c5
+   local -x 
PYTHONPATH="${T}/test-${EPYTHON}/usr/lib/${EPYTHON}/site-packages:${PYTHONPATH}"
+   ${EPYTHON} -c 'import kmod; km = kmod.Kmod(); print([(m.name, 
m.size) for m in km.loaded()])' || die
+   rm -r "${T}/test-${EPYTHON}" || die
+   }
+
+   if use python; then
+   python_foreach_impl python_test
+   fi
+}
+
 src_install() {
emake -C "${BUILD_DIR}" DESTDIR="${D}" install
 

diff --git a/sys-apps/kmod/kmod-.ebuild b/sys-apps/kmod/kmod-.ebuild
index 872dcbbc2737..50b51480db27 100644
--- a/sys-apps/kmod/kmod-.ebuild
+++ b/sys-apps/kmod/kmod-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit autotools libtool bash-completion-r1 python-r1
 
@@ -26,7 +26,7 @@ IUSE="debug doc +lzma pkcs7 python static-libs +tools +zlib 
+zstd"
 # I was also told that the test suite is intended for kmod developers.
 # So we have to restrict it.
 # See bug #408915.
-RESTRICT="test"
+#RESTRICT="test"
 
 # - >=zlib-1.2.6 required because of bug #427130
 # - Block systemd below 217 for 
-static-nodes-indicate-that-creation-of-static-nodes-.patch
@@ -60,7 +60,7 @@ fi
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-DOCS=( NEWS README TODO )
+DOCS=( NEWS README.md TODO )
 
 src_prepare() {
default
@@ -132,6 +132,25 @@ src_compile() {
fi
 }
 
+src_test() {
+   python_test() {
+   mkdir "${T}/test-${EPYTHON}" || die
+   emake -C "${BUILD_DIR}" DESTDIR="${T}/test-${EPYTHON}" \
+VPATH="${native_builddir}:${S}" \
+install-pkgpyexecLTLIBRARIES \
+install-dist_pkgpyexecPYTHON
+
+   # Smoke test based on https://bugs.gentoo.org/891975#c5
+   local -x 
PYTHONPATH="${T}/test-${EPYTHON}/usr/lib/${EPYTHON}/site-packages:${PYTHONPATH}"
+   ${EPYTHON} -c 'import kmod; km = kmod.Kmod(); print([(m.name, 
m.size) for m in km.loaded()])' || die
+   rm -r "${T}/test-${EPYTHON}" || die
+   }
+
+   if use python; then
+   python_foreach_impl python_test
+   fi
+}
+
 src_install() {
emake -C "${BUILD_DIR}" DESTDIR="${D}" install
 



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

2023-02-03 Thread Michał Górny
commit: d98397f75c632b95e474a17f2b1d8b3010f15ff0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 18:54:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 19:04:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98397f7

package.mask: Last rite x11-themes/gtk-engines-nodoka

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8b980e64c7c4..ebefc2267558 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2023-02-03)
+# Dead upstream, no active maintainer, no reverse dependencies,
+# build issues.
+# Removal on 2023-03-05.  Bug #892918.
+x11-themes/gtk-engines-nodoka
+
 # Michał Górny  (2023-02-03)
 # The package has been archived upstream.  It is broken with all Python
 # versions supported by Gentoo, and it is broken with django-2.



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

2023-02-03 Thread Michał Górny
commit: 41495239a6bbf4fd99b2ca1bd35c7370dc0a5e91
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 18:55:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 19:04:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41495239

package.mask: Last rite x11-themes/echo-icon-theme

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ebefc2267558..685bcd1fd9d1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2023-02-03)
+# Dead upstream, no active maintainer, no reverse dependencies.
+# Removal on 2023-03-05.  Bug #892916.
+x11-themes/echo-icon-theme
+
 # Michał Górny  (2023-02-03)
 # Dead upstream, no active maintainer, no reverse dependencies,
 # build issues.



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

2023-02-03 Thread Michał Górny
commit: 7b97dde91a2c4851c4163486fa3a9a421401104c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 18:57:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 19:04:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b97dde9

package.mask: Last rite dev-python/textX

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6d43cf0599dd..ec0e883f65d0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2023-02-03)
+# Uses unmaintained dev-python/future.  No reverse dependencies.
+# Removal on 2023-03-05.  Bug #888283.
+dev-python/textX
+
 # Michał Górny  (2023-02-03)
 # Hacky build system that does not work via PEP517 build backend.
 # No reverse dependencies.



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

2023-02-03 Thread Michał Górny
commit: d6695eff71c9a993b0ee2c96e942967c09ea4ffa
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 18:56:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 19:04:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6695eff

package.mask: Last rite dev-python/pyFFTW

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 685bcd1fd9d1..6d43cf0599dd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2023-02-03)
+# Hacky build system that does not work via PEP517 build backend.
+# No reverse dependencies.
+# Removal on 2023-03-05.  Bug #890321.
+dev-python/pyFFTW
+
 # Michał Górny  (2023-02-03)
 # Dead upstream, no active maintainer, no reverse dependencies.
 # Removal on 2023-03-05.  Bug #892916.



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gtkada/, dev-ada/gtkada/files/

2023-02-03 Thread Alfredo Tupone
commit: 3898ccf6e8bf0b1cbbdae55756435d05d9b747f5
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Feb  3 18:48:06 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Feb  3 19:11:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3898ccf6

dev-ada/gtkada: stabilize and remove old

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ada/gtkada/Manifest  |  2 -
 dev-ada/gtkada/files/gtkada-2017-r1-gentoo.patch | 50 --
 dev-ada/gtkada/files/gtkada-2019-gentoo.patch| 11 
 dev-ada/gtkada/files/gtkada-2021-uninstall.patch | 13 -
 dev-ada/gtkada/gtkada-2021-r1.ebuild | 67 
 dev-ada/gtkada/gtkada-22.0.0-r1.ebuild   | 60 -
 dev-ada/gtkada/gtkada-23.0.0-r1.ebuild   |  4 +-
 7 files changed, 2 insertions(+), 205 deletions(-)

diff --git a/dev-ada/gtkada/Manifest b/dev-ada/gtkada/Manifest
index df23bab64bf1..2d1e06147ff3 100644
--- a/dev-ada/gtkada/Manifest
+++ b/dev-ada/gtkada/Manifest
@@ -1,3 +1 @@
-DIST gtkada-2021-20210518-1A011-src.tar.gz 12341654 BLAKE2B 
888e7f447b09218f54f6fc28743bf313163f30bcde5f0deba7c02a113340e2e73458cc98a8e9d9277f131cb4e28280fd69afa6797d47312c61e7d73929fb5a11
 SHA512 
fb5db2886a26c15b58180e53f22d4ee25ce23c19240b27352cb47becf19bb76b32c90a10f5085165913360d1cf87bf52b4588d8cdc2b9681e717f9af71ae86a8
-DIST gtkada-22.0.0.tar.gz 6070022 BLAKE2B 
ff5d13831acf839290923871a80a5edfff7d39c689175d528e50bfcae4f120381d8cc74a58f2d843e0aba6fd7c23bb43a34db279b0af9d7c9cc4f4bc9615b179
 SHA512 
abcc6152b0dac66b29ef791527bf6e8f0e1359e5a374732824561ca47d9b1951c168b9b27dbc1f24e496ef5afe6c68020edc9d374faf0495118630ef08a5c448
 DIST gtkada-23.0.0.tar.gz 6045493 BLAKE2B 
05efb40453aa6f3ebd3beaf3dd7915bc2cca8cfec211bc6ae2f0a7a15f16029b1142028422367dbd4f68e72e02b71c030eec39802b0f9202e411d611a1fe521b
 SHA512 
ea5dffe4fe1b99cfbd952bace510aff9e0f79fe2fa075c299d12e68dfb43b6334df0d707631de30e6e2c3a80759d342b178e8ed29a82e90445e450cfd332767f

diff --git a/dev-ada/gtkada/files/gtkada-2017-r1-gentoo.patch 
b/dev-ada/gtkada/files/gtkada-2017-r1-gentoo.patch
deleted file mode 100644
index 0dbbbe720d05..
--- a/dev-ada/gtkada/files/gtkada-2017-r1-gentoo.patch
+++ /dev/null
@@ -1,50 +0,0 @@
 gtkada-gpl-2016-src/Makefile.in.old2017-01-21 22:42:18.319969095 
+0100
-+++ gtkada-gpl-2016-src/Makefile.in2017-01-21 22:42:33.989700236 +0100
-@@ -60,30 +60,33 @@
- LIBRARY_TYPE_FOR_TOOLS=static
- endif
- 
--all: tools tests
-+all: tools
- static: build_library_type/static
- relocatable: build_library_type/relocatable
- 
- tools:
-   @echo "== Building tools ="
--  ${GPRBUILD_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) 
-Psrc/tools/tools.gpr
-+  ${GPRBUILD_FULL} -v -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) \
-+-Psrc/tools/tools.gpr -cargs:Ada $(ADAFLAGS)
- 
- build_library_type/%:  src/gtkada-intl.adb
-   @echo "== Building $(@F) libraries ="
--  ${GPRBUILD_FULL} -XLIBRARY_TYPE=$(@F) -Psrc/gtkada.gpr
-+  ${GPRBUILD_FULL} -v -XLIBRARY_TYPE=$(@F) -Psrc/gtkada.gpr \
-+-cargs:Ada $(ADAFLAGS) -cargs:C $(CFLAGS)
- ifeq (${HAVE_OPENGL}, True)
-   ${GPRBUILD_FULL} -XLIBRARY_TYPE=$(@F) -Psrc/opengl/gtkada_gl.gpr
- endif
- 
- src/gtkada-intl.adb: src/gtkada-intl.gpb Makefile
-   gnatprep -DGETTEXT_INTL=$(GETTEXT_INTL) -DHAVE_GETTEXT=$(HAVE_GETTEXT) 
src/gtkada-intl.gpb $@
- 
- testgtk/opengl/view_gl.adb: testgtk/opengl/view_gl.gpb Makefile
-   gnatprep -r -c -DHAVE_GL=${HAVE_OPENGL} -DWIN32=False 
testgtk/opengl/view_gl.gpb $@
- 
- tests: testgtk/opengl/view_gl.adb
-   @echo "== Building tests ="
--  cd testgtk; ${GPRBUILD_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) 
-Ptestgtk.gpr -aP ../src
-+  cd testgtk; ${GPRBUILD_FULL} -v 
-XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) \
-+-Ptestgtk.gpr -aP ../src -cargs:Ada $(ADAFLAGS)
- 
- install/%: force
-   ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(@F) --build-name=$(@F) \
-@@ -121,9 +121,6 @@
- install: install-clean
-   ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) \
-   --mode=usage -Psrc/tools/tools.gpr
--  cd testgtk; ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) 
\
--  --mode=usage --exec-subdir=${DESTDIR}${exampledir} \
--  -Ptestgtk.gpr -aP ../src
- 
-   @echo 
'---'
-   @echo '--  GtkAda has now been installed.   
--'

diff --git a/dev-ada/gtkada/files/gtkada-2019-gentoo.patch 
b/dev-ada/gtkada/files/gtkada-2019-gentoo.patch
deleted file mode 100644
index 79f58a41b2d1..
--- a/dev-ada/gtkada/files/gtkada-2019-gentoo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/Makefile.in  2019-09-21 18:47:40.749628914 +0200
-+++ b/Makefile.in  2019-09-21 18:48:08.547200073 +0200
-@@ -30,7 +30,7 @@
- 
- GPRBUILD_FULL = ${GPRBUILD} -

[gentoo-commits] repo/gentoo:master commit in: dev-ada/e3-core/

2023-02-03 Thread Alfredo Tupone
commit: 6a9005977ee1a54807b2ca995d161e26b53efb68
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Feb  3 19:03:52 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Feb  3 19:11:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a900597

dev-ada/e3-core: stable and remove old

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ada/e3-core/Manifest |  1 -
 dev-ada/e3-core/e3-core-22.1.0-r1.ebuild | 55 
 dev-ada/e3-core/e3-core-22.2.0.ebuild|  2 +-
 3 files changed, 1 insertion(+), 57 deletions(-)

diff --git a/dev-ada/e3-core/Manifest b/dev-ada/e3-core/Manifest
index b90a2b0749f9..666c5fe4fc83 100644
--- a/dev-ada/e3-core/Manifest
+++ b/dev-ada/e3-core/Manifest
@@ -1,2 +1 @@
-DIST e3-core-22.1.0.tar.gz 442938 BLAKE2B 
b207a09d8b97f707e8b3a6255b9ef7161e40f716a8bcd853923df2310f2413689ddadf9db98e90f103f8a93813eec20bf462e47541d6f409df5966b0b1d9fca7
 SHA512 
e887fea2140bb42ebc9d8596b87dc077f8da6a0ed4178081aedaaf3f462b76a431c53e6e56bcb7efee2ed3854c50d7b989819b469b394977d6d25f644368f12d
 DIST e3-core-22.2.0.tar.gz 383417 BLAKE2B 
ef595dc785b0073a53ddb06ab1ab7b1a0e9eea0131d2a15318f6355a581f83d14f61f6b0f23d4e3df4afe31e0c03a6b1b4ca8b5aefdb3f982ccaa3454f127f0d
 SHA512 
a2bc2a183b3fed9ad2f0119406dc26857254e4a68014f618a75c062518b990e5f1f3af72e9dc321dea3f9248bd97bded87a20b5389a3e03f2d3b76bb83f56216

diff --git a/dev-ada/e3-core/e3-core-22.1.0-r1.ebuild 
b/dev-ada/e3-core/e3-core-22.1.0-r1.ebuild
deleted file mode 100644
index de08bb95f3d7..
--- a/dev-ada/e3-core/e3-core-22.1.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 toolchain-funcs
-
-DESCRIPTION="Ease the development of portable automated build systems"
-HOMEPAGE="https://www.adacore.com/";
-SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]
-   dev-python/stevedore[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-   dev-python/tqdm[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/requests-toolbelt[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/tomlkit[${PYTHON_USEDEP}]
-   !app-editors/e3"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   test? (
-   dev-python/httpretty[${PYTHON_USEDEP}]
-   dev-vcs/subversion
-   dev-python/mock[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-distro.patch
-   "${FILESDIR}"/${P}-test.patch
-)
-
-distutils_enable_tests pytest
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-src_compile() {
-   local PLATFORM=x86_64-linux
-   rm src/e3/os/data/rlimit* || die
-   $(tc-getCC) ${CFLAGS} -o src/e3/os/data/rlimit-${PLATFORM} 
tools/rlimit/rlimit.c ${LDFLAGS}
-   distutils-r1_src_compile
-}

diff --git a/dev-ada/e3-core/e3-core-22.2.0.ebuild 
b/dev-ada/e3-core/e3-core-22.2.0.ebuild
index 4fe586a45700..1d932fed8927 100644
--- a/dev-ada/e3-core/e3-core-22.2.0.ebuild
+++ b/dev-ada/e3-core/e3-core-22.2.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 RESTRICT="test"
 
 RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-ada/e3-testsuite/

2023-02-03 Thread Alfredo Tupone
commit: 377befd30851505e76be085c09ea065a9deaf284
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Feb  3 19:08:52 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Feb  3 19:11:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=377befd3

dev-ada/e3-testsuite: stable and remove old

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ada/e3-testsuite/Manifest |  1 -
 dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild | 29 ---
 dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild |  2 +-
 3 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/dev-ada/e3-testsuite/Manifest b/dev-ada/e3-testsuite/Manifest
index 54875842a713..0660f12d65de 100644
--- a/dev-ada/e3-testsuite/Manifest
+++ b/dev-ada/e3-testsuite/Manifest
@@ -1,2 +1 @@
-DIST e3-testsuite-24.0.tar.gz 103595 BLAKE2B 
c41360aeb9243810fb3fe26c567430365c09823430927cb1e5e04e4fc0e3b28727a7fe3e286b1fe135ce32e2cc85821994804695a23f6fddcfc4f4bb8f57661b
 SHA512 
1460b3611b863d0311960702fd684612f32cd876fa1864feae39b16251677ee25f4f29c1f749d2eeb93d0306dc3c130e424e11c6d5561f01482a065f239de170
 DIST e3-testsuite-25.0.tar.gz 138004 BLAKE2B 
5a1b5bd7e51bae030867034ab48b4dbf38813a52c9d72f76dfac6018faf37ec69e3967a94f371fcc395df01e82a80426ecad274cfb5999c893c2559289421a0b
 SHA512 
3aef1fae5204991f7f8c2c0456b46c9c1535c59c55c4840184f986ff2444de518a2f165f052dfd0412f25824ab26bea6a6317b20f194f459d30a17580cdea8c6

diff --git a/dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild 
b/dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild
deleted file mode 100644
index 159e6e07c792..
--- a/dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Generic testsuite framework in Python"
-HOMEPAGE="https://www.adacore.com/";
-SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-ada/e3-core[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-BDEPEND=""
-
-distutils_enable_tests pytest
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}

diff --git a/dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild 
b/dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild
index 159e6e07c792..b692bb33f385 100644
--- a/dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild
+++ b/dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 RESTRICT="!test? ( test )"
 
 RDEPEND="dev-ada/e3-core[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-bindings/

2023-02-03 Thread Alfredo Tupone
commit: 73f209203bb349b1da057e7e6d136df04d7a3066
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Feb  3 18:39:53 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Feb  3 19:11:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f20920

dev-ada/gnatcoll-bindings: stabilize and remove old

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ada/gnatcoll-bindings/Manifest |  2 -
 .../gnatcoll-bindings-2021.ebuild  | 90 
 .../gnatcoll-bindings-22.0.0-r1.ebuild | 96 --
 .../gnatcoll-bindings-23.0.0.ebuild|  2 +-
 4 files changed, 1 insertion(+), 189 deletions(-)

diff --git a/dev-ada/gnatcoll-bindings/Manifest 
b/dev-ada/gnatcoll-bindings/Manifest
index 05d96a34036d..7c7be14e5a39 100644
--- a/dev-ada/gnatcoll-bindings/Manifest
+++ b/dev-ada/gnatcoll-bindings/Manifest
@@ -1,3 +1 @@
-DIST gnatcoll-bindings-2021-20210518-19B15-src.tar.gz 1425986 BLAKE2B 
c10fc6ff8bc74de37178a5e74d7ca81fd476c84765612b59c4a7711bfd6fb2428157bc12715e3813170c1403419ca89bdea55569f111c7a66130f689575fe368
 SHA512 
c2cae5bef27c19c46a69c188d111676cb6d68762e8666740dac69bddbeb350d56497ceceda5b6959e7810d51d98ead7827d95735bfc932c343cec5acee81b041
-DIST gnatcoll-bindings-22.0.0.tar.gz 243040 BLAKE2B 
f6577e6d31362b59ac2bdb8c70772e6783d88f192f63e335082140d143d17be15bb62143174217b2e823e6183e5148725c1d12e4b00c3cc0abfacf3a279d30df
 SHA512 
b8f4184f0992057ea33350e30e007859c5ef3e028d7604c47ae160f3c2ffcc828187ed9c9c3de7c6d2b7b16274714822460dc09d687386035d2773df45e90bf2
 DIST gnatcoll-bindings-23.0.0.tar.gz 251006 BLAKE2B 
8cc5ada5c76d146d80c1b83bfbcfea28b9951339eb5dcdca40a4b40fdeb2ed2ad1971deea60b6fdc7cc2565745958d13fcc1acbd012465dea4cb2535e947af34
 SHA512 
3f92d3c95ffbcf96df53a1db39c9b829ae3d0a9ee3695d3d7726168bd6744ca4d4dfe4b224b50b50603c6295e1c0c6dd3d9940cf9e20c147a3bed8e6cc39c1ce

diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild 
b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild
deleted file mode 100644
index d053766be68b..
--- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10} )
-ADA_COMPAT=( gnat_2021 )
-inherit ada multiprocessing python-single-r1
-
-MYP=${P}-${PV}0518-19B15-src
-ADAMIRROR=https://community.download.adacore.com/v1
-ID=d93655ced17f15c5f376b6861825df3f9c183980
-
-DESCRIPTION="GNAT Component Collection"
-HOMEPAGE="http://libre.adacore.com";
-SRC_URI="${ADAMIRROR}/${ID}?filename=${MYP}.tar.gz -> ${MYP}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gmp iconv python readline +shared static-libs static-pic syslog"
-
-RDEPEND="${PYTHON_DEPS}
-   ${ADA_DEPS}
-   dev-ada/gnatcoll-core[${ADA_USEDEP},shared?,static-libs?,static-pic?]
-   gmp? ( dev-libs/gmp:* )"
-DEPEND="${RDEPEND}
-   dev-ada/gprbuild[${ADA_USEDEP}]"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   ${ADA_REQUIRED_USE}"
-
-S="${WORKDIR}"/${MYP}
-
-QA_EXECSTACK=usr/lib/gnatcoll_readline.*/libgnatcoll_readline.*
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   ada_pkg_setup
-}
-
-src_prepare() {
-   rm -rf python || die
-   mv python3 python || die
-   default
-}
-
-src_compile() {
-   build () {
-   gprbuild -j$(makeopts_jobs) -m -p -v \
-   -XGPR_BUILD=$2 -XGNATCOLL_CORE_BUILD=$2 \
-   -XLIBRARY_TYPE=$2 -P $1/gnatcoll_$1.gpr -XBUILD="PROD" \
-   -XGNATCOLL_ICONV_OPT= 
-XGNATCOLL_PYTHON_CFLAGS="-I$(python_get_includedir)" \
-   -XGNATCOLL_PYTHON_LIBS=$(python_get_library_path) \
-   -cargs:Ada ${ADAFLAGS} -cargs:C ${CFLAGS} || die 
"gprbuild failed"
-   }
-   for kind in shared static-libs static-pic ; do
-   if use $kind; then
-   lib=${kind%-libs}
-   lib=${lib/shared/relocatable}
-   for dir in gmp iconv python readline syslog ; do
-   if use $dir; then
-   build $dir $lib
-   fi
-   done
-   fi
-   done
-}
-
-src_install() {
-   build () {
-   gprinstall -p -f -XBUILD=PROD --prefix="${D}"/usr 
-XLIBRARY_TYPE=$2 \
-   -XGPR_BUILD=$2 -XGNATCOLL_CORE_BUILD=$2 \
-   --build-var=LIBRARY_TYPE \
-   -XGNATCOLL_ICONV_OPT= -P $1/gnatcoll_$1.gpr 
--build-name=$2
-   }
-   for kind in shared static-libs static-pic ; do
-   if use $kind; then
-   lib=${kind%-libs}
-   lib=${lib/shared/relocatable}
-   for dir in gmp iconv python readline syslog ; do
-   

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/monitoring-plugins/, net-analyzer/monitoring-plugins/files/

2023-02-03 Thread Sam James
commit: 79fd5b62c585d3d7b604f0a2592b7a1567b6ccd1
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Feb  3 19:09:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 19:31:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79fd5b62

net-analyzer/monitoring-plugins: add 2.3.3

Bug: https://bugs.gentoo.org/880211
Closes: https://bugs.gentoo.org/893092
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29408
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/monitoring-plugins/Manifest   |   1 +
 .../files/monitoring-plugins-gnutls.patch  |  21 
 .../monitoring-plugins-2.3.3.ebuild| 109 +
 3 files changed, 131 insertions(+)

diff --git a/net-analyzer/monitoring-plugins/Manifest 
b/net-analyzer/monitoring-plugins/Manifest
index e19b4b8e6a60..fdecddd96a18 100644
--- a/net-analyzer/monitoring-plugins/Manifest
+++ b/net-analyzer/monitoring-plugins/Manifest
@@ -1,2 +1,3 @@
 DIST monitoring-plugins-2.3.1.tar.gz 2529669 BLAKE2B 
8dbbab78c1e57e249024fe57439acb41960585f2cccba20d03ca75a04b87e84752665f49cfe545c6a409d29094077dac0485aef872586f853e2f0f2187bf5070
 SHA512 
0ae76bc776997ed23d142ad9a688edc4df9b8ec0f9539b446e4fb4849a165cc88e97cbfb3a7a9a450de452e021d38f2e4ada7e8a22d78cf58e17e266472d01d7
 DIST monitoring-plugins-2.3.2.tar.gz 2766966 BLAKE2B 
1a9c35e8df22d5666005b4b79f5a7ee878c0d4be1e98039f341b198a658747010e8c9d1c0a1818d67a402e5c302ec5eb5073628d52c29caf41dbc2ce57c18f6c
 SHA512 
d155f09ddd99f4e0d065627d3bf8768e13ae3f58ed25912f33b070cd24d6f3f43243616ec3e2d496dec633feee6b1f14950035a928034a1413f725814e850765
+DIST monitoring-plugins-2.3.3.tar.gz 2620192 BLAKE2B 
47bd7e71cf470781bb3bd8c8437ebfccdc977e48a3eba1d83ba85c2c1a8c154c7db832e3bb7189bf669083a10069c7fe09c7235a00b35fd9a6d80afcdbb44246
 SHA512 
502274b47da2ad04d0e2e4e29baa7e5ad8b9a9ece36794dcdf7dfcc087de30e514ff6937eaaa26b93daad329fcd11b72c3c87cad826e6bf6bafffa450077706f

diff --git 
a/net-analyzer/monitoring-plugins/files/monitoring-plugins-gnutls.patch 
b/net-analyzer/monitoring-plugins/files/monitoring-plugins-gnutls.patch
new file mode 100644
index ..00415f0b7111
--- /dev/null
+++ b/net-analyzer/monitoring-plugins/files/monitoring-plugins-gnutls.patch
@@ -0,0 +1,21 @@
+https://bugs.gentoo.org/880211
+https://github.com/monitoring-plugins/monitoring-plugins/issues/1834
+https://github.com/monitoring-plugins/monitoring-plugins/commit/31bdbfce92de2dc7717fe13a8d1ca8e7dbf850d4
+
+diff --git a/plugins/sslutils.c b/plugins/sslutils.c
+index 286273f6..c26c4fb3 100644
+--- a/plugins/sslutils.c
 b/plugins/sslutils.c
+@@ -134,7 +134,12 @@ int np_net_ssl_init_with_hostname_version_and_cert(int 
sd, char *host_name, int
+   return STATE_CRITICAL;
+   }
+   if (cert && privkey) {
++#ifdef USE_GNUTLS
++  SSL_CTX_use_certificate_file(c, cert, SSL_FILETYPE_PEM);
++#endif
++#ifdef USE_OPENSSL
+   SSL_CTX_use_certificate_chain_file(c, cert);
++#endif
+   SSL_CTX_use_PrivateKey_file(c, privkey, SSL_FILETYPE_PEM);
+ #ifdef USE_OPENSSL
+   if (!SSL_CTX_check_private_key(c)) {

diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.3.ebuild 
b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.3.ebuild
new file mode 100644
index ..bf2ccb76116a
--- /dev/null
+++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.3.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit flag-o-matic
+
+DESCRIPTION="50+ standard plugins for Icinga, Naemon, Nagios, Shinken, Sensu"
+HOMEPAGE="https://www.monitoring-plugins.org/";
+SRC_URI="https://www.monitoring-plugins.org/download/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
+IUSE="curl gnutls ipv6 ldap mysql dns fping game postgres radius samba snmp 
ssh +ssl"
+
+# Most of the plugins use automagic dependencies, i.e. the plugin will
+# get built if the binary it uses is installed. For example, check_snmp
+# will be built only if snmpget from net-analyzer/net-snmp[-minimal] is
+# installed. End result: most of our runtime dependencies are required
+# at build time as well.
+#
+# REAL_DEPEND contains the dependencies that are actually needed to
+# build. DEPEND contains those plus the automagic dependencies.
+#
+REAL_DEPEND="dev-lang/perl
+   curl? (
+   dev-libs/uriparser
+   net-misc/curl
+   )
+   ldap? ( net-nds/openldap:= )
+   mysql? ( || ( dev-db/mysql-connector-c dev-db/mariadb-connector-c ) )
+   postgres? ( dev-db/postgresql:= )
+   ssl? (
+   !gnutls? (
+   dev-libs/openssl:0=
+   )
+   gnutls? ( net-libs/gnutls )
+   )
+   radius? ( net-dialup/freeradius-client )"
+
+DEPEND="${REAL_DEPEND}
+   dns? ( net-dns/bind-tools )
+   gam

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

2023-02-03 Thread Sam James
commit: 591ed0e276efdd24dc383db54157e819807b9a46
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 19:29:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 19:31:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591ed0e2

net-misc/iputils: Stabilize 20221126 ppc, #892175

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

 net-misc/iputils/iputils-20221126.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/iputils/iputils-20221126.ebuild 
b/net-misc/iputils/iputils-20221126.ebuild
index 66edc59df9a7..67616acd2ae3 100644
--- a/net-misc/iputils/iputils-20221126.ebuild
+++ b/net-misc/iputils/iputils-20221126.ebuild
@@ -22,7 +22,7 @@ else
https://github.com/iputils/iputils/archive/${PV}.tar.gz -> 
${P}.tar.gz

https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-docs.tar.xz
"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2023-02-03 Thread Sam James
commit: 72fef9f1c9d8ea096543435a784eb32a732e0c39
Author: Tomáš Mózes  gmail  com>
AuthorDate: Thu Jan 26 06:57:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 19:32:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fef9f1

dev-db/mariadb: update to EAPI 8

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29265
Signed-off-by: Sam James  gentoo.org>

 dev-db/mariadb/mariadb-10.6.11-r1.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.6.11-r1.ebuild 
b/dev-db/mariadb/mariadb-10.6.11-r1.ebuild
index 9e3778b7c8fa..5671e55d5756 100644
--- a/dev-db/mariadb/mariadb-10.6.11-r1.ebuild
+++ b/dev-db/mariadb/mariadb-10.6.11-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 SUBSLOT="18"
 
 JAVA_PKG_OPT_USE="jdbc"
@@ -9,13 +9,10 @@ JAVA_PKG_OPT_USE="jdbc"
 inherit systemd flag-o-matic prefix toolchain-funcs \
multiprocessing java-pkg-opt-2 cmake
 
-# Patch version
-PATCH_SET="https://github.com/hydrapolic/gentoo-dist/raw/master/mariadb/mariadb-10.6.10-patches-01.tar.xz";
-
+HOMEPAGE="https://mariadb.org/";
 SRC_URI="mirror://mariadb/${PN}-${PV}/source/${P}.tar.gz
-   ${PATCH_SET[@]}"
+   
https://github.com/hydrapolic/gentoo-dist/raw/master/mariadb/mariadb-10.6.10-patches-01.tar.xz";
 
-HOMEPAGE="https://mariadb.org/";
 DESCRIPTION="An enhanced, drop-in replacement for MySQL"
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="$(ver_cut 1-2)/${SUBSLOT:-0}"



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

2023-02-03 Thread Sam James
commit: e6e311f8ce19ac8e2e40730279861127866d494d
Author: Tomáš Mózes  gmail  com>
AuthorDate: Wed Jan 25 14:50:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 19:32:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e311f8

dev-db/mariadb: add dependency on sys-libs/liburing

liburing replaces libaio on recent Linux kernels
https://jira.mariadb.org/browse/MDEV-24883

Bug: https://bugs.gentoo.org/878853
Closes: https://bugs.gentoo.org/876238
Closes: https://bugs.gentoo.org/886327
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-db/mariadb/mariadb-10.6.11-r1.ebuild | 1321 ++
 1 file changed, 1321 insertions(+)

diff --git a/dev-db/mariadb/mariadb-10.6.11-r1.ebuild 
b/dev-db/mariadb/mariadb-10.6.11-r1.ebuild
new file mode 100644
index ..9e3778b7c8fa
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.6.11-r1.ebuild
@@ -0,0 +1,1321 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+inherit systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake
+
+# Patch version
+PATCH_SET="https://github.com/hydrapolic/gentoo-dist/raw/master/mariadb/mariadb-10.6.10-patches-01.tar.xz";
+
+SRC_URI="mirror://mariadb/${PN}-${PV}/source/${P}.tar.gz
+   ${PATCH_SET[@]}"
+
+HOMEPAGE="https://mariadb.org/";
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="$(ver_cut 1-2)/${SUBSLOT:-0}"
+IUSE="+backup bindist columnstore cracklib debug extraengine galera innodb-lz4
+   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 mroonga
+   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   sst-rsync sst-mariabackup static systemd systemtap s3 tcmalloc
+   test xml yassl"
+
+RESTRICT="!bindist? ( bindist ) !test? ( test )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static )
+   ?? ( tcmalloc jemalloc )
+   static? ( yassl !pam )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris ~x86-solaris"
+
+# Shorten the path because the socket path length must be shorter than 107 
chars
+# and we will run a mysql server during test phase
+S="${WORKDIR}/mysql"
+
+# Be warned, *DEPEND are version-dependant
+# These are used for both runtime and compiletime
+COMMON_DEPEND="
+   >=dev-libs/libpcre2-10.34:=
+   >=sys-apps/texinfo-4.7-r1
+   sys-libs/ncurses:0=
+   >=sys-libs/zlib-1.2.3:0=
+   virtual/libcrypt:=
+   !bindist? (
+   sys-libs/binutils-libs:0=
+   >=sys-libs/readline-4.1:0=
+   )
+   jemalloc? ( dev-libs/jemalloc:0= )
+   kerberos? ( virtual/krb5 )
+   kernel_linux? (
+   dev-libs/libaio:0=
+   sys-libs/liburing:=
+   sys-process/procps:0=
+   )
+   server? (
+   app-arch/bzip2
+   app-arch/xz-utils
+   backup? ( app-arch/libarchive:0= )
+   columnstore? (
+   app-arch/snappy
+   dev-libs/boost:=
+   dev-libs/libxml2:2=
+   )
+   cracklib? ( sys-libs/cracklib:0= )
+   extraengine? (
+   odbc? ( dev-db/unixODBC:0= )
+   xml? ( dev-libs/libxml2:2= )
+   )
+   innodb-lz4? ( app-arch/lz4 )
+   innodb-lzo? ( dev-libs/lzo )
+   innodb-snappy? ( app-arch/snappy )
+   mroonga? ( app-text/groonga-normalizer-mysql 
>=app-text/groonga-7.0.4 )
+   numa? ( sys-process/numactl )
+   oqgraph? (
+   dev-libs/boost:=
+   dev-libs/judy:0=
+   )
+   pam? ( sys-libs/pam:0= )
+   s3? ( net-misc/curl )
+   systemd? ( sys-apps/systemd:= )
+   )
+   systemtap? ( >=dev-util/systemtap-1.3:0= )
+   tcmalloc? ( dev-util/google-perftools:0= )
+   yassl? ( net-libs/gnutls:0= )
+   !yassl? (
+   >=dev-libs/openssl-1.0.0:0=
+   )
+"
+BDEPEND="app-alternatives/yacc"
+DEPEND="${COMMON_DEPEND}
+   server? (
+   extraengine? ( jdbc? ( >=virtual/jdk-1.8 ) )
+   test? ( acct-group/mysql acct-user/mysql )
+   )
+   static? ( sys-libs/ncurses[static-libs] )
+"
+RDEPEND="${COMMON_DEPEND}
+   !dev-db/mysql !dev-db/mariadb-galera !dev-db/percona-server 
!dev-db/mysql-cluster
+   !dev-db/mariadb:0
+   !dev-db/mariadb:5.5
+   !dev-db/mariadb:10.1
+   !dev-db/mariadb:10.2
+   !dev-db/mariadb:10.3
+   !dev-db/mariadb:10.4
+   !dev-db/mariadb:10.5
+   !dev-db/mariadb:10.7
+   !dev-db/mariadb:10.8
+   !=virtual/jre-1.8 ) )
+   galera

[gentoo-commits] repo/gentoo:master commit in: games-action/prismlauncher/

2023-02-03 Thread Andrew Ammerlaan
commit: 2d74778e3984d1651014e001492ecbeac9da71b4
Author: Thiago Donato Ferreira  gmail  com>
AuthorDate: Fri Feb  3 18:47:57 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 19:33:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d74778e

games-action/prismlauncher: add 6.3

Signed-off-by: Thiago Donato Ferreira  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29410
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 games-action/prismlauncher/Manifest|   1 +
 .../prismlauncher/prismlauncher-6.3.ebuild | 147 +
 2 files changed, 148 insertions(+)

diff --git a/games-action/prismlauncher/Manifest 
b/games-action/prismlauncher/Manifest
index cf1c8e9c701c..88a6c5cc758f 100644
--- a/games-action/prismlauncher/Manifest
+++ b/games-action/prismlauncher/Manifest
@@ -1 +1,2 @@
 DIST prismlauncher-6.1.tar.gz 15238520 BLAKE2B 
358c8b7377200598ec8f8f855db9b82c07aba82c939bacdb2d4af6c84a68306450f6d30fba97c9fdc3134f3c28abfc524a8853f36fbf5d32201a91635f22f5c8
 SHA512 
b4c55ee7bc3d71e13f1ca514b6fc4a0826e49ddb6c93c7d4f9d3fd226e6062a0678e29bf2736f3ae79e205f7c28e4b3782051b92dcd6293471e20d87f646ead5
+DIST prismlauncher-6.3.tar.gz 15675450 BLAKE2B 
6117172ad13c56c809755230cc9acd1a3987c9cc40bf80e853bfdcb319811ab5fd67cfe981a5301ac8a7bed7ef43f8d93fef31a368095fc8933d4782be7038fd
 SHA512 
ccd37df6113b4c0460a6a2be6babed8d977d07a94f04e0dde65e185008158a4c99a6a991222de66756200b9aafcae8c441e4c30375306affcbe8e158b9242fc4

diff --git a/games-action/prismlauncher/prismlauncher-6.3.ebuild 
b/games-action/prismlauncher/prismlauncher-6.3.ebuild
new file mode 100644
index ..1990da8035c1
--- /dev/null
+++ b/games-action/prismlauncher/prismlauncher-6.3.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake java-pkg-2 optfeature xdg
+
+HOMEPAGE="https://prismlauncher.org/ 
https://github.com/PrismLauncher/PrismLauncher";
+DESCRIPTION="A custom, open source Minecraft launcher"
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="
+   https://github.com/PrismLauncher/PrismLauncher
+   "
+
+   # TODO: Add tomlplusplus as a system library, like quazip
+   EGIT_SUBMODULES=( '*' '-libraries/quazip' '-libraries/filesystem' 
'-libraries/zlib' '-libraries/extra-cmake-modules' )
+else
+   MY_PN="PrismLauncher"
+
+   # Let's use the vendored tarball to avoid dealing with the submodules 
directly
+   SRC_URI="
+   
https://github.com/PrismLauncher/PrismLauncher/releases/download/${PV}/${MY_PN}-${PV}.tar.gz
 -> ${P}.tar.gz
+   "
+
+   # The Prism's files are unpacked to ${WORKDIR}/PrismLauncher-${PV}
+   S="${WORKDIR}/${MY_PN}-${PV}"
+
+   KEYWORDS="~amd64 ~arm64"
+fi
+
+# GPL-3 for PolyMC (PrismLauncher is forked from it) and Prism itself
+# Apache-2.0 for MultiMC (PolyMC is forked from it)
+# LGPL-3+ for libnbtplusplus
+# MIT for tomlplusplus
+# See the rest of PrismLauncher's libraries at 
https://github.com/PrismLauncher/PrismLauncher/tree/develop/libraries
+LICENSE="Apache-2.0 BSD BSD-2 GPL-2+ GPL-3 ISC LGPL-2.1+ LGPL-3+ MIT"
+
+SLOT="0"
+
+IUSE="debug lto qt6 test"
+REQUIRED_USE="
+   lto? ( !debug )
+"
+
+RESTRICT="!test? ( test )"
+
+MIN_QT_5_VERSION="5.12.0"
+MIN_QT_6_VERSION="6.0.0"
+
+QT_DEPS="
+   !qt6? (
+   >=dev-qt/qtconcurrent-${MIN_QT_5_VERSION}:5
+   >=dev-qt/qtcore-${MIN_QT_5_VERSION}:5
+   >=dev-qt/qtgui-${MIN_QT_5_VERSION}:5
+   >=dev-qt/qtnetwork-${MIN_QT_5_VERSION}:5
+   >=dev-qt/qttest-${MIN_QT_5_VERSION}:5
+   >=dev-qt/qtwidgets-${MIN_QT_5_VERSION}:5
+   >=dev-qt/qtxml-${MIN_QT_5_VERSION}:5
+   )
+
+   qt6? (
+   
>=dev-qt/qtbase-${MIN_QT_6_VERSION}:6[concurrent,gui,network,widgets,xml(+)]
+   >=dev-qt/qt5compat-${MIN_QT_6_VERSION}:6
+   )
+"
+
+# Required at both build-time and run-time
+COMMON_DEPENDS="
+   ${QT_DEPS}
+
+   !qt6? ( >=dev-libs/quazip-1.3:=[qt5(+)] )
+qt6? ( >=dev-libs/quazip-1.3:=[qt6(-)] )
+
+   sys-libs/zlib
+"
+
+# The gulrak-filesystem dependency is only needed at build time, because we 
don't actually use it on Linux,
+# only on legacy macOS. Still, we need it present at build time to appease 
CMake, and having it like this
+# makes it easier to maintain than patching the CMakeLists file directly.
+BDEPEND="
+   app-text/scdoc
+   dev-cpp/gulrak-filesystem
+   kde-frameworks/extra-cmake-modules:5
+"
+
+DEPEND="
+   ${COMMON_DEPENDS}
+   media-libs/libglvnd
+   >=virtual/jdk-1.8.0:*
+"
+
+# At run-time we don't depend on JDK, only JRE
+# And we need more than just the GL headers
+RDEPEND="
+   ${COMMON_DEPENDS}
+
+   !qt6? ( >=dev-qt/qtsvg-${MIN_QT_5_VERSION}:5 )
+qt6? ( >=dev-qt/qtsvg-${MIN_QT_6_VERSION}:6 )
+
+

[gentoo-commits] repo/gentoo:master commit in: games-action/prismlauncher/

2023-02-03 Thread Andrew Ammerlaan
commit: 6552cd892679eb9d25ac98275839ada1a500cfcd
Author: Thiago Donato Ferreira  gmail  com>
AuthorDate: Fri Feb  3 18:47:38 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 19:33:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6552cd89

games-action/prismlauncher: drop 6.0

Signed-off-by: Thiago Donato Ferreira  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 games-action/prismlauncher/Manifest|   1 -
 .../prismlauncher/prismlauncher-6.0.ebuild | 147 -
 2 files changed, 148 deletions(-)

diff --git a/games-action/prismlauncher/Manifest 
b/games-action/prismlauncher/Manifest
index 5c34b98cb73b..cf1c8e9c701c 100644
--- a/games-action/prismlauncher/Manifest
+++ b/games-action/prismlauncher/Manifest
@@ -1,2 +1 @@
-DIST prismlauncher-6.0.tar.gz 15242433 BLAKE2B 
33f99a4c8ca5ace049035edec217890116cbb6cb7b88061d010677d3c5167a986b02116a4fe92e780636e1771e90a550902a9a19e33aa750d90fca6e23761199
 SHA512 
d80fe1dd1d057003acb8cf9a0f0bf793b346932e068ac516f7f6e6fbed69e1485a9267f7b37f4d6659385e3b01a3f1b41b5ae208ceaaddda0b4e5caf4ac8119f
 DIST prismlauncher-6.1.tar.gz 15238520 BLAKE2B 
358c8b7377200598ec8f8f855db9b82c07aba82c939bacdb2d4af6c84a68306450f6d30fba97c9fdc3134f3c28abfc524a8853f36fbf5d32201a91635f22f5c8
 SHA512 
b4c55ee7bc3d71e13f1ca514b6fc4a0826e49ddb6c93c7d4f9d3fd226e6062a0678e29bf2736f3ae79e205f7c28e4b3782051b92dcd6293471e20d87f646ead5

diff --git a/games-action/prismlauncher/prismlauncher-6.0.ebuild 
b/games-action/prismlauncher/prismlauncher-6.0.ebuild
deleted file mode 100644
index 2c80e3d6509d..
--- a/games-action/prismlauncher/prismlauncher-6.0.ebuild
+++ /dev/null
@@ -1,147 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake java-pkg-2 optfeature xdg
-
-HOMEPAGE="https://prismlauncher.org/ 
https://github.com/PrismLauncher/PrismLauncher";
-DESCRIPTION="A custom, open source Minecraft launcher"
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="
-   https://github.com/PrismLauncher/PrismLauncher
-   "
-
-   # TODO: Add tomlplusplus as a system library, like quazip
-   EGIT_SUBMODULES=( '*' '-libraries/quazip' '-libraries/filesystem' 
'-libraries/zlib' '-libraries/extra-cmake-modules' )
-else
-   MY_PN="PrismLauncher"
-
-   # Let's use the vendored tarball to avoid dealing with the submodules 
directly
-   SRC_URI="
-   
https://github.com/PrismLauncher/PrismLauncher/releases/download/${PV}/${MY_PN}-${PV}.tar.gz
 -> ${P}.tar.gz
-   "
-
-   # The Prism's files are unpacked to ${WORKDIR}/PrismLauncher-${PV}
-   S="${WORKDIR}/${MY_PN}-${PV}"
-
-   KEYWORDS="~amd64 ~arm64"
-fi
-
-# GPL-3 for PolyMC (PrismLauncher is forked from it) and Prism itself
-# Apache-2.0 for MultiMC (PolyMC is forked from it)
-# LGPL-3+ for libnbtplusplus
-# MIT for tomlplusplus
-# See the rest of PrismLauncher's libraries at 
https://github.com/PrismLauncher/PrismLauncher/tree/develop/libraries
-LICENSE="Apache-2.0 BSD BSD-2 GPL-2+ GPL-3 ISC LGPL-2.1+ LGPL-3+ MIT"
-
-SLOT="0"
-
-IUSE="debug lto qt6 test"
-REQUIRED_USE="
-   lto? ( !debug )
-"
-
-RESTRICT="!test? ( test )"
-
-MIN_QT_5_VERSION="5.12.0"
-MIN_QT_6_VERSION="6.0.0"
-
-QT_DEPS="
-   !qt6? (
-   >=dev-qt/qtconcurrent-${MIN_QT_5_VERSION}:5
-   >=dev-qt/qtcore-${MIN_QT_5_VERSION}:5
-   >=dev-qt/qtgui-${MIN_QT_5_VERSION}:5
-   >=dev-qt/qtnetwork-${MIN_QT_5_VERSION}:5
-   >=dev-qt/qttest-${MIN_QT_5_VERSION}:5
-   >=dev-qt/qtwidgets-${MIN_QT_5_VERSION}:5
-   >=dev-qt/qtxml-${MIN_QT_5_VERSION}:5
-   )
-
-   qt6? (
-   
>=dev-qt/qtbase-${MIN_QT_6_VERSION}:6[concurrent,gui,network,widgets,xml(+)]
-   >=dev-qt/qt5compat-${MIN_QT_6_VERSION}:6
-   )
-"
-
-# Required at both build-time and run-time
-COMMON_DEPENDS="
-   ${QT_DEPS}
-
-   !qt6? ( >=dev-libs/quazip-1.3:=[qt5(+)] )
-qt6? ( >=dev-libs/quazip-1.3:=[qt6(-)] )
-
-   sys-libs/zlib
-"
-
-# The gulrak-filesystem dependency is only needed at build time, because we 
don't actually use it on Linux,
-# only on legacy macOS. Still, we need it present at build time to appease 
CMake, and having it like this
-# makes it easier to maintain than patching the CMakeLists file directly.
-BDEPEND="
-   app-text/scdoc
-   dev-cpp/gulrak-filesystem
-   kde-frameworks/extra-cmake-modules:5
-"
-
-DEPEND="
-   ${COMMON_DEPENDS}
-   media-libs/libglvnd
-   >=virtual/jdk-1.8.0:*
-"
-
-# At run-time we don't depend on JDK, only JRE
-# And we need more than just the GL headers
-RDEPEND="
-   ${COMMON_DEPENDS}
-
-   !qt6? ( >=dev-qt/qtsvg-${MIN_QT_5_VERSION}:5 )
-qt6? ( >=dev-qt/qtsvg-${MIN_QT_6_VERSION}:6 )
-
-   >=virtual/jre-1.8.0:*
-   virtual/opengl

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

2023-02-03 Thread Kenton Groombridge
commit: 058951cf7d7636ca8489fb602be31fbe4c5fd8be
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Fri Feb  3 19:33:16 2023 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Fri Feb  3 19:37:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058951cf

www-apps/miniflux: add 2.0.42, drop 2.0.40

Signed-off-by: Kenton Groombridge  gentoo.org>

 www-apps/miniflux/Manifest   | 4 ++--
 www-apps/miniflux/{miniflux-2.0.40.ebuild => miniflux-2.0.42.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-apps/miniflux/Manifest b/www-apps/miniflux/Manifest
index b67ae64c20cf..cd8cc40caf94 100644
--- a/www-apps/miniflux/Manifest
+++ b/www-apps/miniflux/Manifest
@@ -1,4 +1,4 @@
-DIST miniflux-2.0.40-deps.tar.xz 38331272 BLAKE2B 
6fac5ba8bd6a8a6c2e7f14d9127be871f74aa5b170f2884f98326a6c362f690fd217498dd55c954459268bde4f17371335e832f474ff59ed6b00aaa080484594
 SHA512 
2e9104bbe32c5592fe88e5fc4f9c3f379b790ead74d6762b2aa4e933e0dce752788ff3ace8a4787fb3933730aea42fb8819af4e34c68474e388ad9c4e4aa8a22
-DIST miniflux-2.0.40.tar.gz 575047 BLAKE2B 
343277ad0b89155d8fecdebcb77db4890646c04985d05479a47c5f9002185239f2a7707e5dc38fde1e733a613611cc66088b6481b599e5e6ce05aed43b261cb1
 SHA512 
e0f498da052256d202ba16b1f34022afb31db6d2f49236279a639e2c870e6e7f0e82b2995be6bc5ef2f6adeba3e2adf797b59ede376a0853da988eea7814512d
 DIST miniflux-2.0.41-deps.tar.xz 38330216 BLAKE2B 
8be2a3b08de3dc56d384080268bb42c9a2cbb3304e387794e35530722ef8a0d13b765051c5e75577f6305953761124042844e5d13261d9b7ddcaf2a980196fd8
 SHA512 
de7dc72d18d75df8dd027eeb4c3517e02f9bbf8e1f321ea2661629514ba7671cb1d9f4c565d241d09d9e01ecfa7b3395080b47054ba4200f6cb4cda738430f79
 DIST miniflux-2.0.41.tar.gz 575768 BLAKE2B 
8ba7207da6e627def71830c182ee7c95ed979873dae012dea4f76ac5ac10e036c0ef7ba1290af871b294f813fc8ddd978f169179b93e6b938d319b4b4102e41c
 SHA512 
eb1be19d04f29e12a0aef3eca2f8494d46742bea5679b09dfcd43d10e4dc00bc4408fa0e52c71a744afcfb5fb22cf8f7fe2d352ab26c3a16fb2ffbdd0f4f9fb4
+DIST miniflux-2.0.42-deps.tar.xz 38701596 BLAKE2B 
e73cdadd9c3b507d2bf3c361317d7cae5913865e5548d85e01746e49c5f17e87b1a1e688aee651711f6cd586ffe071b203f65a625842e7139f83d50c595c90f3
 SHA512 
a6299ccdf1192097150e366cf1bb9a5374ed980822d1ff124ae85defa7c017cb66e7c9f2d4a8ebcf28ac3c72ad36db133f85936471392450446457520346cb22
+DIST miniflux-2.0.42.tar.gz 577188 BLAKE2B 
48f361fecc0d6e540c3987362bce6704d5eb83ad8cc4886a700b9eedf60e5b0b6f45494406ecf54675edd7778c1c4ed660bc5eb54b118eb05c19a006130cdd2b
 SHA512 
8e3cee177e737d6777b37c632239e7100beb961e82842735b495eda1d39104c642047bd12806c110ff0d9cd76f1bb3475740063a34211a75d94fafd0e9cc9926

diff --git a/www-apps/miniflux/miniflux-2.0.40.ebuild 
b/www-apps/miniflux/miniflux-2.0.42.ebuild
similarity index 98%
rename from www-apps/miniflux/miniflux-2.0.40.ebuild
rename to www-apps/miniflux/miniflux-2.0.42.ebuild
index fe9311206360..185b89d61eca 100644
--- a/www-apps/miniflux/miniflux-2.0.40.ebuild
+++ b/www-apps/miniflux/miniflux-2.0.42.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



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

2023-02-03 Thread Ionen Wolkens
commit: 587a78d048fbb9116658c88d6ae3f86958cee9ce
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Feb  3 19:16:14 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Feb  3 19:49:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587a78d0

app-emulation/wine-proton: minor style nitpick

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

 app-emulation/wine-proton/wine-proton-7.0.5.ebuild| 4 ++--
 app-emulation/wine-proton/wine-proton-7.0..ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/wine-proton/wine-proton-7.0.5.ebuild 
b/app-emulation/wine-proton/wine-proton-7.0.5.ebuild
index 07870f389abe..1b2840143d98 100644
--- a/app-emulation/wine-proton/wine-proton-7.0.5.ebuild
+++ b/app-emulation/wine-proton/wine-proton-7.0.5.ebuild
@@ -5,8 +5,8 @@ EAPI=8
 
 MULTILIB_COMPAT=( abi_x86_{32,64} )
 PYTHON_COMPAT=( python3_{9..11} )
-inherit autotools flag-o-matic multilib multilib-build \
-   python-any-r1 readme.gentoo-r1 toolchain-funcs wrapper
+inherit autotools flag-o-matic multilib multilib-build python-any-r1
+inherit readme.gentoo-r1 toolchain-funcs wrapper
 
 WINE_GECKO=2.47.3
 WINE_MONO=7.3.1

diff --git a/app-emulation/wine-proton/wine-proton-7.0..ebuild 
b/app-emulation/wine-proton/wine-proton-7.0..ebuild
index d57544d5f001..ac7d38464311 100644
--- a/app-emulation/wine-proton/wine-proton-7.0..ebuild
+++ b/app-emulation/wine-proton/wine-proton-7.0..ebuild
@@ -5,8 +5,8 @@ EAPI=8
 
 MULTILIB_COMPAT=( abi_x86_{32,64} )
 PYTHON_COMPAT=( python3_{9..11} )
-inherit autotools flag-o-matic multilib multilib-build \
-   python-any-r1 readme.gentoo-r1 toolchain-funcs wrapper
+inherit autotools flag-o-matic multilib multilib-build python-any-r1
+inherit readme.gentoo-r1 toolchain-funcs wrapper
 
 WINE_GECKO=2.47.3
 WINE_MONO=7.4.0



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

2023-02-03 Thread Ionen Wolkens
commit: f22d893aec1ab2871dc4a0c1a556ffcb017c18eb
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Feb  3 19:16:54 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Feb  3 19:49:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22d893a

app-emulation/wine-proton: add 7.0.6

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

 app-emulation/wine-proton/Manifest |   1 +
 app-emulation/wine-proton/wine-proton-7.0.6.ebuild | 321 +
 2 files changed, 322 insertions(+)

diff --git a/app-emulation/wine-proton/Manifest 
b/app-emulation/wine-proton/Manifest
index 0e4baa8ce1a2..fe670f488183 100644
--- a/app-emulation/wine-proton/Manifest
+++ b/app-emulation/wine-proton/Manifest
@@ -1 +1,2 @@
 DIST proton-wine-7.0-5.tar.gz 45724439 BLAKE2B 
d5ad4f00ca658b31c562c2ff4eb5ae33707126eee44ccfd9f33084ab5d184743034541efe3f9d18eb2a694da4c5134555f93769e8370b118b6f04e00ae1e
 SHA512 
b16ace9c0bfa6d2685ea53617be2bba7e82c5c8da604f9e188bf782219785cfaed4317578c4314f2bde89d363a2e115f3bceeaa69d4a85f078a5fdb1ec64d33b
+DIST proton-wine-7.0-6.tar.gz 45780326 BLAKE2B 
f140fcfdd1a47904c34a49d0795fa3326d7cf0d3fac8d6c2ef2a4926181a46223f43a2d1ca96c543e800c8c46b2a3cc51ae306a029d68a42608876e869e177d5
 SHA512 
793bbe2b23042301a1b518717d78cfff01eaffa033d010659a45779b9136d33cfac63f0c3fbb1e458953a954b423eb70ac4fa87633352267db890ceb2fef

diff --git a/app-emulation/wine-proton/wine-proton-7.0.6.ebuild 
b/app-emulation/wine-proton/wine-proton-7.0.6.ebuild
new file mode 100644
index ..ac7d38464311
--- /dev/null
+++ b/app-emulation/wine-proton/wine-proton-7.0.6.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} )
+PYTHON_COMPAT=( python3_{9..11} )
+inherit autotools flag-o-matic multilib multilib-build python-any-r1
+inherit readme.gentoo-r1 toolchain-funcs wrapper
+
+WINE_GECKO=2.47.3
+WINE_MONO=7.4.0
+WINE_PV=$(ver_rs 2 -)
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ValveSoftware/wine.git";
+   EGIT_BRANCH="experimental_$(ver_cut 1-2)"
+else
+   
SRC_URI="https://github.com/ValveSoftware/wine/archive/refs/tags/proton-wine-${WINE_PV}.tar.gz";
+   S="${WORKDIR}/${PN}-wine-${WINE_PV}"
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+
+DESCRIPTION="Valve Software's fork of Wine"
+HOMEPAGE="https://github.com/ValveSoftware/wine/";
+
+LICENSE="LGPL-2.1+ BSD-2 IJG MIT ZLIB gsm libpng2 libtiff"
+SLOT="${PV}"
+IUSE="
+   +abi_x86_32 +abi_x86_64 +alsa crossdev-mingw custom-cflags debug
+   +fontconfig +gecko +gstreamer llvm-libunwind +mono nls openal
+   osmesa perl pulseaudio +sdl selinux +ssl udev udisks +unwind usb
+   v4l +vkd3d +xcomposite xinerama"
+
+# tests are non-trivial to run, can hang easily, don't play well with
+# sandbox, and several need real opengl/vulkan or network access
+RESTRICT="test"
+
+# `grep WINE_CHECK_SONAME configure.ac` + if not directly linked
+WINE_DLOPEN_DEPEND="
+   dev-libs/gmp:=[${MULTILIB_USEDEP}]
+   dev-libs/libgcrypt:=[${MULTILIB_USEDEP}]
+   media-libs/freetype[${MULTILIB_USEDEP}]
+   media-libs/libglvnd[X,${MULTILIB_USEDEP}]
+   media-libs/vulkan-loader[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXrender[${MULTILIB_USEDEP}]
+   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
+   fontconfig? ( media-libs/fontconfig[${MULTILIB_USEDEP}] )
+   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   sdl? ( media-libs/libsdl2[haptic,joystick,${MULTILIB_USEDEP}] )
+   ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
+   udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
+   v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
+   xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
+   xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )"
+WINE_COMMON_DEPEND="
+   ${WINE_DLOPEN_DEPEND}
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
+   gstreamer? (
+   dev-libs/glib:2[${MULTILIB_USEDEP}]
+   media-libs/gst-plugins-base:1.0[opengl,${MULTILIB_USEDEP}]
+   media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
+   )
+   openal? ( media-libs/openal[${MULTILIB_USEDEP}] )
+   pulseaudio? ( media-libs/libpulse[${MULTILIB_USEDEP}] )
+   udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
+   unwind? (
+   llvm-libunwind? ( sys-libs/llvm-libunwind[${MULTILIB_USEDEP}] )
+   !llvm-libunwind? ( sys-libs/libunwind:=[${MULTILIB_USEDEP}] )
+   )
+   usb? ( dev-libs/libusb:1[${MULTILIB_USEDEP}] )
+   vkd3d? ( >=app-emulation/vkd3d-1.2[${MULT

[gentoo-commits] repo/gentoo:master commit in: media-gfx/graphite2/, media-gfx/graphite2/files/

2023-02-03 Thread Sam James
commit: 2802d2b9bdc8e101d3ae64be74f2ab695d3bf967
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 19:48:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 19:50:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2802d2b9

media-gfx/graphite2: include musl patches again

Closes: https://bugs.gentoo.org/890555
Thanks-to: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  gentoo.org>

 .../files/graphite2-1.3.14-fix-nodefaultlibs.patch |  26 +
 .../files/graphite2-1.3.5-fix-gcc-linking.patch|  17 +++
 .../graphite2/graphite2-1.3.14_p20210810-r3.ebuild | 125 +
 3 files changed, 168 insertions(+)

diff --git a/media-gfx/graphite2/files/graphite2-1.3.14-fix-nodefaultlibs.patch 
b/media-gfx/graphite2/files/graphite2-1.3.14-fix-nodefaultlibs.patch
new file mode 100644
index ..c55f67c44f55
--- /dev/null
+++ b/media-gfx/graphite2/files/graphite2-1.3.14-fix-nodefaultlibs.patch
@@ -0,0 +1,26 @@
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -125,7 +125,7 @@
+ LINK_FLAGS  "-nostdlib++ ${GRAPHITE_LINK_FLAGS}")
+ else()
+ set_target_properties(graphite2 PROPERTIES
+-LINK_FLAGS  "-nodefaultlibs ${GRAPHITE_LINK_FLAGS}")
++LINK_FLAGS  "${GRAPHITE_LINK_FLAGS}")
+ 
+ if (GRAPHITE2_SANITIZERS)
+ target_link_libraries(graphite2 c gcc_s)
+--- a/tests/CMakeLists.txt
 b/tests/CMakeLists.txt
+@@ -51,9 +51,9 @@
+ LINK_FLAGS  "-nostdlib++ ${GRAPHITE_LINK_FLAGS}")
+ else()
+ set_target_properties(graphite2-base PROPERTIES
+-LINK_FLAGS  "-nodefaultlibs ${GRAPHITE_LINK_FLAGS}")
++LINK_FLAGS  "${GRAPHITE_LINK_FLAGS}")
+ set_target_properties(graphite2-file PROPERTIES
+-LINK_FLAGS  "-nodefaultlibs ${GRAPHITE_LINK_FLAGS}")
++LINK_FLAGS  "${GRAPHITE_LINK_FLAGS}")
+ endif()
+ 
+ set_target_properties(graphite2-base PROPERTIES
+

diff --git a/media-gfx/graphite2/files/graphite2-1.3.5-fix-gcc-linking.patch 
b/media-gfx/graphite2/files/graphite2-1.3.5-fix-gcc-linking.patch
new file mode 100644
index ..e4413d1f9a61
--- /dev/null
+++ b/media-gfx/graphite2/files/graphite2-1.3.5-fix-gcc-linking.patch
@@ -0,0 +1,17 @@
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -127,12 +127,7 @@
+ set_target_properties(graphite2 PROPERTIES
+ LINK_FLAGS  "-nodefaultlibs ${GRAPHITE_LINK_FLAGS}")
+ 
+-if (GRAPHITE2_SANITIZERS)
+-target_link_libraries(graphite2 c gcc_s)
+-else()
+-target_link_libraries(graphite2 c gcc)
+-endif()
+-
++target_link_libraries(graphite2 c gcc_s)
+ if (BUILD_SHARED_LIBS)
+ nolib_test(stdc++ $)
+ endif ()
+

diff --git a/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild 
b/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild
new file mode 100644
index ..d666eed59594
--- /dev/null
+++ b/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT=80c52493ef42e6fe605a69dcddd2a691cd8a1380
+GENTOO_DEPEND_ON_PERL="no"
+PYTHON_COMPAT=( python3_{9..10} )
+inherit perl-module python-any-r1 cmake-multilib
+
+DESCRIPTION="Library providing rendering capabilities for complex non-Roman 
writing systems"
+HOMEPAGE="https://scripts.sil.org/cms/scripts/page.php?site_id=projects&item_id=graphite_home";
+SRC_URI="https://github.com/silnrsi/graphite/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/graphite-${COMMIT}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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="perl test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="perl? ( dev-lang/perl:= )"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/glib:2 )
+"
+BDEPEND="
+   perl? (
+   dev-lang/perl
+   dev-perl/Locale-Maketext-Lexicon
+   dev-perl/Module-Build
+   )
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/fonttools[${PYTHON_USEDEP}]')
+   media-libs/fontconfig
+   perl? ( virtual/perl-Test-Simple )
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.3.5-includes-libs-perl.patch"
+   "${FILESDIR}/${PN}-1.3.14-fix-cmake-files-libdir.patch"
+   "${FILESDIR}/${PN}-1.3.14-no-libtool-file.patch"
+   "${FILESDIR}/${PN}-1.3.14-fix-nodefaultlibs-deux.patch"
+"${FILESDIR}/${PN}-1.3.14-fix-nodefaultlibs.patch"
+"${FILESDIR}/${PN}-1.3.5-fix-gcc-linking.patch"
+)
+
+pkg_setup() {
+   use perl && perl_set_version
+ 

[gentoo-commits] repo/gentoo:master commit in: games-util/basis_universal/, games-util/basis_universal/files/

2023-02-03 Thread Sam James
commit: 7b30162d5662f0ec77c702d7919e2ea3dacccd1c
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 19:40:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 19:50:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b30162d

games-util/basis_universal: fix build w/ AVX

Closes: https://bugs.gentoo.org/892727
Signed-off-by: Sam James  gentoo.org>

 .../basis_universal/basis_universal-1.16.3.ebuild  |  1 +
 .../basis_universal-1.16.3-SSE4.1-AVX-checks.patch | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/games-util/basis_universal/basis_universal-1.16.3.ebuild 
b/games-util/basis_universal/basis_universal-1.16.3.ebuild
index 298c8ecdb705..239d01901831 100644
--- a/games-util/basis_universal/basis_universal-1.16.3.ebuild
+++ b/games-util/basis_universal/basis_universal-1.16.3.ebuild
@@ -24,6 +24,7 @@ RDEPEND="${RDEPEND}"
 PATCHES=(
"${FILESDIR}"/${PN}-1.16.3-respect-CFLAGS.patch
"${FILESDIR}"/${PN}-1.16.3-fix-RPATH.patch
+   "${FILESDIR}"/${PN}-1.16.3-SSE4.1-AVX-checks.patch
 )
 
 src_configure() {

diff --git 
a/games-util/basis_universal/files/basis_universal-1.16.3-SSE4.1-AVX-checks.patch
 
b/games-util/basis_universal/files/basis_universal-1.16.3-SSE4.1-AVX-checks.patch
new file mode 100644
index ..89be7b13482e
--- /dev/null
+++ 
b/games-util/basis_universal/files/basis_universal-1.16.3-SSE4.1-AVX-checks.patch
@@ -0,0 +1,40 @@
+https://bugs.gentoo.org/892727
+https://github.com/BinomialLLC/basis_universal/issues/342
+https://github.com/BinomialLLC/basis_universal/pull/343
+
+From e61fe1e4ff66decbb14f86a1bf8ec4ea40d23bbf Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= 
+Date: Tue, 31 Jan 2023 14:39:17 +0100
+Subject: [PATCH] SIMD: disable compile time checks
+
+SSE4.1 support is checked at runtime, so compile time checks are
+redundant at best and harmful when compiling for a different machine.
+
+Further more, a logic error prevented the use of SSE4.1 on systems with
+any version of AVX available. This is fixed now.
+--- a/encoder/basisu_kernels_sse.cpp
 b/encoder/basisu_kernels_sse.cpp
+@@ -22,22 +22,6 @@
+ #include 
+ #endif
+ 
+-#if !defined(_MSC_VER)
+-  #if __AVX__ || __AVX2__ || __AVX512F__
+-  #error Please check your compiler options
+-  #endif
+-  
+-  #if CPPSPMD_SSE2
+-  #if __SSE4_1__ || __SSE3__ || __SSE4_2__ || __SSSE3__
+-  #error SSE4.1/SSE3/SSE4.2/SSSE3 cannot be enabled to 
use this file
+-  #endif
+-  #else
+-  #if !__SSE4_1__ || !__SSE3__ || !__SSSE3__
+-  #error Please check your compiler options
+-  #endif
+-  #endif
+-#endif
+-
+ #include "cppspmd_sse.h"
+ 
+ #include "cppspmd_type_aliases.h"
+



[gentoo-commits] repo/gentoo:master commit in: media-gfx/graphite2/

2023-02-03 Thread Sam James
commit: 8d5efbaa891c8de29ea4a7cbaf97411c86ae957a
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 19:52:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 19:52:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5efbaa

media-gfx/graphite2: tidy

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

 media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild 
b/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild
index d666eed59594..bd53468cf978 100644
--- a/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild
@@ -42,8 +42,8 @@ PATCHES=(
"${FILESDIR}/${PN}-1.3.14-fix-cmake-files-libdir.patch"
"${FILESDIR}/${PN}-1.3.14-no-libtool-file.patch"
"${FILESDIR}/${PN}-1.3.14-fix-nodefaultlibs-deux.patch"
-"${FILESDIR}/${PN}-1.3.14-fix-nodefaultlibs.patch"
-"${FILESDIR}/${PN}-1.3.5-fix-gcc-linking.patch"
+   "${FILESDIR}/${PN}-1.3.14-fix-nodefaultlibs.patch"
+   "${FILESDIR}/${PN}-1.3.5-fix-gcc-linking.patch"
 )
 
 pkg_setup() {
@@ -52,7 +52,7 @@ pkg_setup() {
 }
 
 python_check_deps() {
-   has_version -b "dev-python/fonttools[${PYTHON_USEDEP}]"
+   python_has_version "dev-python/fonttools[${PYTHON_USEDEP}]"
 }
 
 src_prepare() {



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

2023-02-03 Thread Anna Vyalkova
commit: 7a6de6b5071308f7646fe164627fc19d0bf23e12
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Feb  3 20:05:57 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Feb  3 20:05:57 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a6de6b5

app-office/beancount: fix deps, enable PEP517

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

 ...ount-2.3.5.ebuild => beancount-2.3.5-r1.ebuild} | 46 +++---
 .../beancount-2.3.3-disable-install-test.patch | 31 -
 .../beancount-2.3.3-disable-network-tests.patch| 73 --
 .../beancount-2.3.3-disable-tmp-access-tests.patch | 20 --
 4 files changed, 23 insertions(+), 147 deletions(-)

diff --git a/app-office/beancount/beancount-2.3.5.ebuild 
b/app-office/beancount/beancount-2.3.5-r1.ebuild
similarity index 56%
rename from app-office/beancount/beancount-2.3.5.ebuild
rename to app-office/beancount/beancount-2.3.5-r1.ebuild
index 2c0f06f5d..296a34055 100644
--- a/app-office/beancount/beancount-2.3.5.ebuild
+++ b/app-office/beancount/beancount-2.3.5-r1.ebuild
@@ -4,8 +4,9 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_10 )
-DITUTILS_USE_PEP517=setuptools
+DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_SINGLE_IMPL=1
+
 inherit distutils-r1
 
 DESCRIPTION="A double-entry accounting system that uses text files as input"
@@ -16,25 +17,22 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-PATCHES=(
-   "${FILESDIR}/${PN}-2.3.3-disable-network-tests.patch"
-   "${FILESDIR}/${PN}-2.3.3-disable-tmp-access-tests.patch"
-   "${FILESDIR}/${PN}-2.3.3-disable-install-test.patch"
-)
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/bottle[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/google-api-python-client[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/ply[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   ')
+"
 
-RDEPEND="$(python_gen_cond_dep '
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   >=dev-python/bottle-0.12[${PYTHON_USEDEP}]
-   dev-python/google-auth-oauthlib[${PYTHON_USEDEP}]
-   >=dev-python/google-api-python-client-1.8.2[${PYTHON_USEDEP}]
-   >=dev-python/httplib2-0.10[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.0[${PYTHON_USEDEP}]
-   >=dev-python/oauth2client-4.0[${PYTHON_USEDEP}]
-   >=dev-python/ply-3.4[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}]
-   >=dev-python/python-magic-0.4.12[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0[${PYTHON_USEDEP}]
-')"
+EPYTEST_DESELECT=( scripts/setup_test.py )
 
 distutils_enable_tests pytest
 
@@ -52,13 +50,15 @@ python_compile() {
distutils-r1_python_compile
 
# keep in sync with hashsrc.py, otherwise expect test failures
-   cp 
beancount/parser/{lexer.l,grammar.y,decimal.h,decimal.c,macros.h,parser.h,parser.c,tokens.h}
 \
-  "${BUILD_DIR}"/lib/${PN}/parser || die
+   cp 
beancount/parser/{lexer.l,grammar.y,decimal.h,decimal.c,macros.h,parser.h,parser.c,tokens.h}
 "${BUILD_DIR}"/install$(python_get_sitedir)/${PN}/parser || die
 }
 
 python_test(){
-   emake ctest
-
cd "${T}" || die
epytest --pyargs ${PN}
 }
+
+src_test() {
+   emake ctest
+   distutils-r1_src_test
+}

diff --git 
a/app-office/beancount/files/beancount-2.3.3-disable-install-test.patch 
b/app-office/beancount/files/beancount-2.3.3-disable-install-test.patch
deleted file mode 100644
index 03c305cd9..0
--- a/app-office/beancount/files/beancount-2.3.3-disable-install-test.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff --git a/beancount/scripts/setup_test.py b/beancount/scripts/setup_test.py
-index 59a165d1..45717643 100644
 a/beancount/scripts/setup_test.py
-+++ b/beancount/scripts/setup_test.py
-@@ -12,6 +12,10 @@ import sys
- import tarfile
- import tempfile
- import unittest
-+import pytest
-+
-+pytest.skip("these installation tests fail in portage and are un-needed"
-+   , allow_module_level=True)
- 
- from beancount.utils import test_utils
- 
-@@ -30,7 +34,6 @@ class TestSetup(test_utils.TestCase):
- if path.exists(self.installdir):
- shutil.rmtree(self.installdir)
- 
--@unittest.skipIf(is_bazel_build(), "Cannot setup within Bazel.")
- def test_setup(self):
- # We need to create the installation target directory and have our
- # PYTHONPATH set on it in order for setuptools to work properly in a
-@@ -50,6 +53,7 @@ class TestSetup(test_utils.TestCase):
- if path.exists(egg_info):
- shutil.rmtree(egg_info)
- 
-+@pytest.mark.skip(reason="Portage will make s

[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2023-02-03 Thread Sam James
commit: 66ade05f1b109603d17bc20fbac5e7afd0b8056d
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 19:56:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 19:59:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ade05f

media-gfx/scour: update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/883465
Signed-off-by: Sam James  gentoo.org>

 media-gfx/scour/{scour-0.38.2.ebuild => scour-0.38.2-r1.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-gfx/scour/scour-0.38.2.ebuild 
b/media-gfx/scour/scour-0.38.2-r1.ebuild
similarity index 89%
rename from media-gfx/scour/scour-0.38.2.ebuild
rename to media-gfx/scour/scour-0.38.2-r1.ebuild
index cced72566648..30d85af79f5f 100644
--- a/media-gfx/scour/scour-0.38.2.ebuild
+++ b/media-gfx/scour/scour-0.38.2-r1.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"



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

2023-02-03 Thread Sam James
commit: 325e5180f6506493c87adb3e574920a7c7a60663
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 20:01:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 20:01:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325e5180

net-misc/pssh: PEP517

Revbump in previous commit.

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

 net-misc/pssh/pssh-2.3.4-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/pssh/pssh-2.3.4-r2.ebuild 
b/net-misc/pssh/pssh-2.3.4-r2.ebuild
index 69f1cc97ee51..68c5f74fd4b4 100644
--- a/net-misc/pssh/pssh-2.3.4-r2.ebuild
+++ b/net-misc/pssh/pssh-2.3.4-r2.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 



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

2023-02-03 Thread Sam James
commit: 63b92751efdec4243fb8b2b528d121213e307de1
Author: Kai-Chun Ning  gmail  com>
AuthorDate: Thu Dec 15 02:59:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 20:00:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b92751

net-misc/pssh: bump PYTHON_COMPAT to 3.11

Signed-off-by: Kai-Chun Ning  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28667
Signed-off-by: Sam James  gentoo.org>

 .../pssh/{pssh-2.3.4-r1.ebuild => pssh-2.3.4-r2.ebuild}  | 16 ++--
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/net-misc/pssh/pssh-2.3.4-r1.ebuild 
b/net-misc/pssh/pssh-2.3.4-r2.ebuild
similarity index 81%
rename from net-misc/pssh/pssh-2.3.4-r1.ebuild
rename to net-misc/pssh/pssh-2.3.4-r2.ebuild
index 7a23ad7b74d7..69f1cc97ee51 100644
--- a/net-misc/pssh/pssh-2.3.4-r1.ebuild
+++ b/net-misc/pssh/pssh-2.3.4-r2.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9,10} )
 DISTUTILS_SINGLE_IMPL=1
-
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="PSSH provides parallel versions of OpenSSH and related tools"
@@ -15,19 +14,16 @@ 
SRC_URI="https://github.com/lilydjwg/pssh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
-RDEPEND="net-misc/openssh
-   !net-misc/putty"
+RDEPEND="
+   !net-misc/putty
+   net-misc/openssh
+"
 DEPEND="${RDEPEND}"
 
 # Requires ssh access to run.
 RESTRICT="test"
 
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
 python_prepare_all() {
sed -i -e "s|man/man1'|share/&|g" setup.py || die
distutils-r1_python_prepare_all



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubeadm/

2023-02-03 Thread Sam James
commit: 804071dcf84e480965bdb2674789a4860e61e893
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 20:09:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 20:09:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804071dc

sys-cluster/kubeadm: keyword ~arm64

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

 sys-cluster/kubeadm/kubeadm-1.23.16.ebuild | 2 +-
 sys-cluster/kubeadm/kubeadm-1.24.10.ebuild | 2 +-
 sys-cluster/kubeadm/kubeadm-1.25.6.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/kubeadm/kubeadm-1.23.16.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.23.16.ebuild
index ea9e33755a79..b72eb2dd6391 100644
--- a/sys-cluster/kubeadm/kubeadm-1.23.16.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.23.16.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened selinux"
 
 BDEPEND=">=dev-lang/go-1.17"

diff --git a/sys-cluster/kubeadm/kubeadm-1.24.10.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.24.10.ebuild
index 628d0de43d89..75b9826b1578 100644
--- a/sys-cluster/kubeadm/kubeadm-1.24.10.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.24.10.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened selinux"
 
 BDEPEND=">=dev-lang/go-1.18.1"

diff --git a/sys-cluster/kubeadm/kubeadm-1.25.6.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.25.6.ebuild
index b36b656b30ac..c428b054727b 100644
--- a/sys-cluster/kubeadm/kubeadm-1.25.6.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.25.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened selinux"
 
 BDEPEND=">=dev-lang/go-1.19"



[gentoo-commits] repo/gentoo:master commit in: app-metrics/github-exporter/

2023-02-03 Thread William Hubbs
commit: 0e885c018bd6468eaf18701d2e5017cda460b156
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Feb  3 20:25:19 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Feb  3 20:25:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e885c01

app-metrics/github-exporter: add 1.0.3

Closes: https://bugs.gentoo.org/893106
Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/github-exporter/Manifest   |  2 ++
 .../github-exporter/github-exporter-1.0.3.ebuild   | 39 ++
 2 files changed, 41 insertions(+)

diff --git a/app-metrics/github-exporter/Manifest 
b/app-metrics/github-exporter/Manifest
index 5f8bab77035a..f27ca3ae0690 100644
--- a/app-metrics/github-exporter/Manifest
+++ b/app-metrics/github-exporter/Manifest
@@ -1,2 +1,4 @@
 DIST github-exporter-1.0.2-deps.tar.xz 6692672 BLAKE2B 
7b0d32b116d7661c89271c674c01680e7cf5b4af83e7eebf4d069a34696fffdf21c57f376acce02922d8c02a8238d967115d561cca4dec1437efb561b5bb3661
 SHA512 
4c3c24ab3cdc8723f47226f90bdaeff2b5d92d38184bfdc230351db74a172c3dcb9fb4bd3c240a70a15e71eb0ad782c579f3fa3bb0aff105999aa3f4a6110c1e
 DIST github-exporter-1.0.2.tar.gz 20534 BLAKE2B 
344e01adfca6afade30598305ba388878ddfb3a7e277dc95b87bb5a409bc269b4bfce7ba178ac155f3cd06f72fcf69cf8c38c898eaf391e85ce122618c707fcd
 SHA512 
98326a8c33a7b1e3e7d4106bdd58d07ec34a9f56bce5e4caefe07ba31ac50e2c98bf849aa60cf9d5445afd02d3d9c899a3cb59eddf45635130853d740b3d6347
+DIST github-exporter-1.0.3-deps.tar.xz 7786648 BLAKE2B 
1dd1876f144e95602131f6f0ec11f4189a88a56821f4ee812b906a1d6d8494651465e416c409a998b19b48081ec8c53d5f11a51f8292002cb9fc50fc13fc4e81
 SHA512 
247b80369efe54e838868b0c94075031a4430d03f1c8ffefb686d94a6de70f5f288f79459a14f9c1331d2f1a3f9e865e5f7cbd658dc6f01bc7c6e893b5305af2
+DIST github-exporter-1.0.3.tar.gz 22089 BLAKE2B 
69ac6a71fa8872c08cb24b6fa3e0aa79a8d49fdc626606f5ae1265cb654f73a320d53c1f934f3b2a116c713412f0cb278e27ed892da19b54ff09405abba5bfc4
 SHA512 
9b3ab36dc8c76e844afdb7f36099dca86f358072fb0ccc134e4ba6754b2a84122b700bb92607014eb2e21e1e3f3889f842e82cd612e66d223e31aef60d123220

diff --git a/app-metrics/github-exporter/github-exporter-1.0.3.ebuild 
b/app-metrics/github-exporter/github-exporter-1.0.3.ebuild
new file mode 100644
index ..52f961aa7341
--- /dev/null
+++ b/app-metrics/github-exporter/github-exporter-1.0.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module systemd
+DESCRIPTION="Github statistics exporter for prometheus"
+HOMEPAGE="https://github.com/infinityworks/github-exporter";
+SRC_URI="https://github.com/infinityworks/github-exporter/archive/${PV}.tar.gz 
-> ${P}.tar.gz
+https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz";
+
+LICENSE="MIT Apache-2.0 BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="acct-group/github-exporter
+   acct-user/github-exporter"
+
+   src_prepare() {
+   default
+   sed -i -e 's/-race//' Makefile || die 'sed failed'
+   }
+
+src_compile() {
+   ego build
+}
+
+src_install() {
+   dobin ${PN}
+   dodoc *.md
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   elog "Before you can use ${PN}, you must configure it in"
+   elog "${EROOT}/etc/conf.d/${PN}"
+   fi
+}



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

2023-02-03 Thread Arthur Zamarin
commit: 62e1ec16871207aeb4ab3cd9b075d3ce16a8d8ca
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 20:45:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 20:46:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e1ec16

app-editors/vscodium: add 1.75.0.23033

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

 app-editors/vscodium/Manifest |   3 +
 app-editors/vscodium/vscodium-1.75.0.23033.ebuild | 118 ++
 2 files changed, 121 insertions(+)

diff --git a/app-editors/vscodium/Manifest b/app-editors/vscodium/Manifest
index 10772b4d73cf..bb9784ffba9b 100644
--- a/app-editors/vscodium/Manifest
+++ b/app-editors/vscodium/Manifest
@@ -1,3 +1,6 @@
 DIST vscodium-1.74.3.23010-amd64.tar.gz 121396318 BLAKE2B 
457aa7135d85340cc46b8bf06cc18bf9a575510c445c25c2102aa9f95099e7472f953c1770c7ff567bb53a2532db2c21849b06e922ef11a5d8699f8ed3cd283b
 SHA512 
4d6f9494c2112c6de60dde67eab6127c8bbb7fae4574e6fa85e4438e02ccf61f0954e79157e0466dd7aa2cead828d394b6b8f669be4ff52050b2cafb3e3e7f6b
 DIST vscodium-1.74.3.23010-arm.tar.gz 103438321 BLAKE2B 
e6294cdaaed7862b7a64ff9cfdb675ccba1bca25c23ba66c93aaadb2e231447de7baba4815ee910a1b84965ffdee06c1b6a45a48294872a0c872ed10e049a05a
 SHA512 
52f481e5a7e9f53c176702b134729f6fff0a8fe4eb993d07350476250bb324ef88fc22e3263c018affc5f791bf65583946da8119dc657fec372741a81798fa81
 DIST vscodium-1.74.3.23010-arm64.tar.gz 114464176 BLAKE2B 
a6682c4c26fa2bb628aced21cfabe0ee03cc3bb285b857973753cb9c5798763d6c43d8968f089a2be064a84ce71fc09ea938f5305c30c0a8920968c75812c845
 SHA512 
a2d563fc69aad4e3c05afe88c6326a2a9e2e67c7022e6068f416348445d421a0c1a676ecb405acca1f9b2892e1cdbbc7f38e6292570deaa5bc4574506deb272d
+DIST vscodium-1.75.0.23033-amd64.tar.gz 121848371 BLAKE2B 
412e945fd98f3ca6fd690593d09d64ec32e2a1450c117f41b99a276f6992f38de8e315af2273e659023a9acd8101a594c5e50bb7c29c7b9d688c902fca875b50
 SHA512 
58a3e58c9350359538841349271794e738f4734e84af7ec83a44b11fa09517dcaa6c373bb20ae271c4646f8766f405d12e7011d0398750facd9c4aa47402976c
+DIST vscodium-1.75.0.23033-arm.tar.gz 103889757 BLAKE2B 
ad910df8a5b245c725dcdb3d2bf4fdb602de2703a629563f6b71bad3e8ebc09a5ecf6ab1272261b7abb6aa35ea7a15ea9a8c1ee5ca52bee8deaf5b13221edf15
 SHA512 
9dd9b4bdc6e98c53c39ee5bde3f2001d3345de0398e848b26cca0e54cf8edd3712e4489cf3f11e7f67b9742c8dd3e9bafbf09ae5c4704a090147cfcae542e89d
+DIST vscodium-1.75.0.23033-arm64.tar.gz 114924184 BLAKE2B 
47d979df3eadee60e5ea6dcbf15b58518ded7086516cb9c1444ef22c3b05eef3d3b7b733a8be889fd0a08fa5e9fc4a0e5171a573b95defc951f526b95e624b0b
 SHA512 
506ccf023fe0f1c9c18c23ab3e77b64ba64e769226e43c577764b1ca85c940c53bdef69095bb3b2d09886a02506847a5884543191e2aead12884ffcadb7b22ae

diff --git a/app-editors/vscodium/vscodium-1.75.0.23033.ebuild 
b/app-editors/vscodium/vscodium-1.75.0.23033.ebuild
new file mode 100644
index ..e504e2b38051
--- /dev/null
+++ b/app-editors/vscodium/vscodium-1.75.0.23033.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils xdg optfeature
+
+DESCRIPTION="A community-driven, freely-licensed binary distribution of 
Microsoft's VSCode"
+HOMEPAGE="https://vscodium.com/";
+SRC_URI="
+   amd64? ( 
https://github.com/VSCodium/${PN}/releases/download/${PV}/VSCodium-linux-x64-${PV}.tar.gz
 -> ${P}-amd64.tar.gz )
+   arm? ( 
https://github.com/VSCodium/${PN}/releases/download/${PV}/VSCodium-linux-armhf-${PV}.tar.gz
 -> ${P}-arm.tar.gz )
+   arm64? ( 
https://github.com/VSCodium/${PN}/releases/download/${PV}/VSCodium-linux-arm64-${PV}.tar.gz
 -> ${P}-arm64.tar.gz )
+"
+
+RESTRICT="strip bindist"
+
+LICENSE="
+   Apache-2.0
+   BSD
+   BSD-1
+   BSD-2
+   BSD-4
+   CC-BY-4.0
+   ISC
+   LGPL-2.1+
+   MIT
+   MPL-2.0
+   openssl
+   PYTHON
+   TextMate-bundle
+   Unlicense
+   UoI-NCSA
+   W3C
+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+IUSE=""
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-crypt/libsecret[crypt]
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   sys-apps/util-linux
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libxkbcommon
+   x11-libs/libxkbfile
+   x11-libs/libXrandr
+   x11-libs/libxshmfence
+   x11-libs/pango
+"
+
+QA_PREBUILT="
+   /opt/vscode/bin/code-tunnel
+   /opt/vscodium/chrome_crashpad_handler
+   /opt/vscodium/chrome-sandbox
+   /opt/vscodium/codium
+   /opt/vscodium/libEGL.so
+   /opt/vscodium/libffmpeg.so
+   /opt/vscodium/libGLE

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

2023-02-03 Thread Arthur Zamarin
commit: e2223cf30669afd53a7627984bc41741aab42d70
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 20:45:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 20:46:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2223cf3

app-editors/vscode: add 1.75.0

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

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.75.0.ebuild | 127 
 2 files changed, 130 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 0ec2797a34b4..903fbda2c90c 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,3 +1,6 @@
 DIST vscode-1.74.3-amd64.tar.gz 138260370 BLAKE2B 
30bd34a17bb31326454db8844c48bc9f554374cdfc3032504be64f2493735864fbc3d0002ffa7c7a3c545329d198ead62df5931119cb95a261f2d4a9f058ac8a
 SHA512 
46067ec45a383df7c766629c96fa320869e63e0f5ebc8d9c5738bde0799b934840fb912de7abcf6490378f70f1784664898341edfd755225d77bd62d8b058caf
 DIST vscode-1.74.3-arm.tar.gz 117870912 BLAKE2B 
8d6fe12ca6b18db2709570df2e0ec943474fdf1878b30eae0b69c27ac018dbb4cd1fa724deb505ca0fc96096442296a0e201bc032544828320c05c799a39cca9
 SHA512 
41cbef791679cbd67c5844d5d545ed196d0374c9292050cc954f30549cd30c9612e3ef7e29c04b009718c93994ba285c9cf08d240723ae1420fa3be75e2630c0
 DIST vscode-1.74.3-arm64.tar.gz 127492465 BLAKE2B 
095b6a11e5a4b029e9a3facb8728ede939d674b1c975027d9ece8eb6002b5dca8d665c95b231f3b96644e64952f76f40eb3fcab0ce71e59e1ae30837e7b7f272
 SHA512 
e0fe9d950aeef9744bdf1ed8c78de1a40fadc52d7ce68797334463d6c84ffb5e5ef8fa6a3a1dbf3593e423d9e43a39e85f46559ccd4054ea776be2c17aa88480
+DIST vscode-1.75.0-amd64.tar.gz 138952948 BLAKE2B 
892c2ece1bfb1d2dc4fea2c3a6c062688add04f3ceca344988d240edbc4f358100bb4caa17eadc9568dbd1c3581595eb3fadd527727c02d57b63e5fd7a88533b
 SHA512 
f4f26d5fc9c4cf8faf631ff5a0a48d446013faf33a1e932d3e8023b967dd078c370c57dff1791d97bfdeda0e92993d1aa94dce9cfeda4745bdc9c0a1cfb7aed2
+DIST vscode-1.75.0-arm.tar.gz 118400806 BLAKE2B 
d1c930bb871c7bbf7dccd8e3a0da9fc903dfad2066c5d8cbceb9ad3adfeb4d59089b35c75c4d5650efeaf7bb7fa9f2c84b2a499610fab3d09dc18d59122b5a47
 SHA512 
cdfa12e8dffdef50d3e17f58b0d516318d0e5e114b0556285d92ec81ceb2b78cea9affe9719416f7f60eea385cb49caf6879e3fd9c8d2fbf0849a1d1d9ccd704
+DIST vscode-1.75.0-arm64.tar.gz 128013515 BLAKE2B 
77c2663e01397086e3917dae8e0ec3663969cf5e36135fbc7bc264f21ffc31197e5dc3dda49b3e4c2d9daf1f39d110b5c467590157ebd4d87986771bca3268c5
 SHA512 
0e4b4a2b2b273e590bd210d186b255a3e48ec0851c38ff27063f115088f7cf5375b14fd075b45f5d4ceb525f04c2d3fabbdd0d6b7bc192b8f6da269311b3634d

diff --git a/app-editors/vscode/vscode-1.75.0.ebuild 
b/app-editors/vscode/vscode-1.75.0.ebuild
new file mode 100644
index ..8413d9190bd9
--- /dev/null
+++ b/app-editors/vscode/vscode-1.75.0.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils xdg optfeature
+
+DESCRIPTION="Multiplatform Visual Studio Code from Microsoft"
+HOMEPAGE="https://code.visualstudio.com";
+SRC_URI="
+   amd64? ( https://update.code.visualstudio.com/${PV}/linux-x64/stable -> 
${P}-amd64.tar.gz )
+   arm? ( https://update.code.visualstudio.com/${PV}/linux-armhf/stable -> 
${P}-arm.tar.gz )
+   arm64? ( https://update.code.visualstudio.com/${PV}/linux-arm64/stable 
-> ${P}-arm64.tar.gz )
+"
+S="${WORKDIR}"
+
+RESTRICT="mirror strip bindist"
+
+LICENSE="
+   Apache-2.0
+   BSD
+   BSD-1
+   BSD-2
+   BSD-4
+   CC-BY-4.0
+   ISC
+   LGPL-2.1+
+   Microsoft-vscode
+   MIT
+   MPL-2.0
+   openssl
+   PYTHON
+   TextMate-bundle
+   Unlicense
+   UoI-NCSA
+   W3C
+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-crypt/libsecret[crypt]
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   sys-apps/util-linux
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libxkbcommon
+   x11-libs/libxkbfile
+   x11-libs/libXrandr
+   x11-libs/libxshmfence
+   x11-libs/pango
+"
+
+QA_PREBUILT="
+   /opt/vscode/bin/code-tunnel
+   /opt/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   /opt/vscode/resources/app/extensions/*
+   /opt/vscode/resources/app/node_modules.asar.unpacked/*
+  

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

2023-02-03 Thread Andrew Ammerlaan
commit: d40bb10152be4f0df14eb9c09c783e48946f063a
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Feb  3 20:48:17 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 20:48:30 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d40bb101

net-im/whatsapp-for-linux: add 1.5.3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 net-im/whatsapp-for-linux/Manifest |  1 +
 .../whatsapp-for-linux-1.5.3.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-im/whatsapp-for-linux/Manifest 
b/net-im/whatsapp-for-linux/Manifest
index 891797aef..df583d955 100644
--- a/net-im/whatsapp-for-linux/Manifest
+++ b/net-im/whatsapp-for-linux/Manifest
@@ -1 +1,2 @@
 DIST whatsapp-for-linux-1.3.2.tar.gz 314151 BLAKE2B 
cbe5b6cae469a8d0e40634ce16e5af509cb10ae2f2f07f953044be0c85137a6f8116d64b431f69b1dd45fdeddf34be8b710ff37ad8fb296e4823f9859d6a7be6
 SHA512 
e8d08261aa68b72c54d41a5c0a2404bfe4bc2566837e53f5b1ceb31273e8eee5d0c7afaf89984e9551c9ee56158d9210eafcb93659d3d591cf2ef361b1057090
+DIST whatsapp-for-linux-1.5.3.tar.gz 352927 BLAKE2B 
0af7dde3840b2d42c92256e0edd3fcfc461e3dc818d2330088c603bbcf99cd095e81b78068d579b21fcc1a458eebe325c492f6d036136b96812205f94a6f2cad
 SHA512 
7ef6b0135668b90f256a07c4d273d2732e79213be81bb6b0ee819107211e603a8d0b7fc7aaca6e7746de650f831955f4f560891f1bc2d5acdb0210bad79d91e9

diff --git a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.5.3.ebuild 
b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.5.3.ebuild
new file mode 100644
index 0..bf1e3a51b
--- /dev/null
+++ b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.5.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="An unofficial WhatsApp desktop application for Linux"
+HOMEPAGE="https://github.com/eneshecan/whatsapp-for-linux";
+SRC_URI="https://github.com/eneshecan/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+LANGUAGES="en es it ka nl pt-BR ru tr"
+for lang in ${LANGUAGES}; do
+   IUSE+=" +l10n_${lang}"
+done
+
+RDEPEND="
+   dev-cpp/atkmm
+   dev-cpp/glibmm:2
+   dev-cpp/gtkmm:3.0
+   dev-libs/glib
+   dev-libs/libayatana-appindicator
+   dev-libs/libsigc++:2
+   media-libs/libcanberra
+   || (
+   net-libs/webkit-gtk:4
+   net-libs/webkit-gtk:4.1
+   )
+   x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+BDEPEND="dev-util/intltool"
+
+src_prepare() {
+   cmake_src_prepare
+   for lang in ${LANGUAGES}; do
+   if ! use l10n_${lang}; then
+   rm "${S}/po/${lang,,}.po" || die "Failed to remove 
localization"
+   sed -i -e "/${lang,,}/d" "${S}/po/LINGUAS" || die
+   fi
+   done
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/

2023-02-03 Thread Andrew Ammerlaan
commit: 7d138691547b499795dcb1764d4314c4f09d159d
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Feb  3 21:03:45 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 21:03:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d138691

media-sound/qpwgraph: update Manifest

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 media-sound/qpwgraph/Manifest | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-sound/qpwgraph/Manifest b/media-sound/qpwgraph/Manifest
index e622ff5cb..4dbc81e33 100644
--- a/media-sound/qpwgraph/Manifest
+++ b/media-sound/qpwgraph/Manifest
@@ -1,5 +1 @@
-AUX 0.3.4-multiple_user.patch 700 BLAKE2B 
de5fc098efb0a46edf97b905617d4c643b40abf83dc4c4c07fb16e519ca86f6cf02f24c6292b513a353cf7cd20049278c9908a48c6c4e13f95a64421fff5f30b
 SHA512 
6f51fd351024cb27b0707be864718d1d8d9ba7cd553d8bb87b3f097d39f5d59d659caadfb880a1ebc866ff230d07cc8d0a62343048a1b4dfafc52f586cb45def
 DIST qpwgraph-0.3.9.tar.bz2 448732 BLAKE2B 
68415f75accf29da138367239755375affbe585a469bbaf387a942c34a7f6a866dc38e276ba7ae659adf9ee26996cce08fa0da53734c943baf82c4b74a1cdcda
 SHA512 
c8fba3edd93dd466a5f1655e1ff260cbdd054ba13a962afb5f2ba8634eb850f748faac0b6073576090c4e31520ea634e08d1d746809563a887ffc701ffa4b30a
-EBUILD qpwgraph-0.3.9.ebuild 838 BLAKE2B 
387365f976bff58244427994ec817c6f523a52802ec7170d4c9cf94c8ed836bda923966aa5ce4a7f2b28e220edb1893ee24faca339607a8dcbfef2d03dee52b4
 SHA512 
8303fa7569b6f100887f519b6a852eb58b711086095d2949f8f0232792d56afc3db67142560c516e67b9ad8baa47c825777e34672d215e90925a0728cad7bd5c
-EBUILD qpwgraph-.ebuild 990 BLAKE2B 
e08a479f577d68607becb5cd2f58a21671b991a7c40d2f5cb5afac660fac23eee7229e15ee28f5b7d746e05246bc1a5a1657fae20e385b927b0ce9be6c6b9250
 SHA512 
d5be50f7581aed14d1867f5c9e80f58e20c2a08fd3b77aff992e3f3ced675ddd971435b39d50baa26c5c0f549d427901a263debdaae334447d37151ab5b53e91
-MISC metadata.xml 546 BLAKE2B 
251078ccbd300f58924eb2eaf6e5b99c1efd403767032190fc40a7a0b1aeea3bec40f07a07a1a8e0b22f5e50bc62682475dd4552ecceb72e970ce6c06e50c517
 SHA512 
551c6e19aaf0f31dec2bc785813ad6b159b0dcead74928d0443bda72bcfe5116e348979e3843462fe021eda084f4697300a44fa174806c0358ff7d55f045e0b7



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/

2023-02-03 Thread Andrew Ammerlaan
commit: 1a2f8ccafe913c29973c603c645daa6bd613a6e8
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Feb  3 21:04:18 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 21:04:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a2f8cca

media-sound/qpwgraph: update maintainers

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 media-sound/qpwgraph/metadata.xml | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/media-sound/qpwgraph/metadata.xml 
b/media-sound/qpwgraph/metadata.xml
index 9f619d3b4..fdd6fd9f1 100644
--- a/media-sound/qpwgraph/metadata.xml
+++ b/media-sound/qpwgraph/metadata.xml
@@ -1,14 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
Samuel BAUER
samuel.ba...@yahoo.fr

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

rncbc/qpwjack




[gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/

2023-02-03 Thread Andrew Ammerlaan
commit: 2b6b6146d9b4ee71c23be9ce2bf828528f2e79ff
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Feb  3 21:04:45 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 21:04:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b6b6146

media-sound/qpwgraph: update upstream metadata

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 media-sound/qpwgraph/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qpwgraph/metadata.xml 
b/media-sound/qpwgraph/metadata.xml
index fdd6fd9f1..03217a468 100644
--- a/media-sound/qpwgraph/metadata.xml
+++ b/media-sound/qpwgraph/metadata.xml
@@ -6,7 +6,7 @@
samuel.ba...@yahoo.fr


-   rncbc/qpwjack
+   rncbc/qpwgraph


Build support for tray icon



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/drumgizmo/

2023-02-03 Thread Andrew Ammerlaan
commit: 60ab103206cda52bbad07c90b693ade79d143e3d
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Feb  3 21:05:37 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 21:05:37 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60ab1032

media-sound/drumgizmo: update Manifest

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 media-sound/drumgizmo/Manifest | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/media-sound/drumgizmo/Manifest b/media-sound/drumgizmo/Manifest
index 3364f9f74..84f5921d3 100644
--- a/media-sound/drumgizmo/Manifest
+++ b/media-sound/drumgizmo/Manifest
@@ -1,4 +1 @@
 DIST drumgizmo-0.9.20.tar.gz 1094020 BLAKE2B 
c92c41fd9cfd09a42d6500ec7d5f3bffd7dd646ef11b88212393f91a06d0af596c4f627be037c3eb0d19fd3ae11448e43d7a40ae8928dea7fbdfb61cad057cdb
 SHA512 
3444201961d74e7787bebe4006df6c257f6c1a57dd81d272b203a4a56ad609d3fa4e88224dfe4ea6a67f4db94b340666d018cb79fc376dd264398f98d66433e8
-EBUILD drumgizmo-0.9.20.ebuild 1051 BLAKE2B 
fab4f2ea991e11ed87da3b0b24f736ea8be8919cc432c8a5d620c0befc68e0ff170cf9ff9186ae8ca3b8da778a242a7fc10bbfb7f74a7b8d3749853029bba0e2
 SHA512 
48b2dc08922ef0d451f8dd99cea22102c0b0ac8a8e1bfcfd7ed3aa263706df5167b876afebb52f8739a2a6b543633f58bfc4f9df19655f094ec12d6baccf5002
-EBUILD drumgizmo-.ebuild 1051 BLAKE2B 
d311c03c9e9d5d41fd8db7aa652a7b50be8992a356aa79b179a09f58648e9605ea76e393f5a835838483b0ae757b22fc0086a5eafb75fe38503828f8407932ad
 SHA512 
fd89abb06a61f80988325f285f5814221dd4378c3cdc8556e295467a40826fa0dbc9e6076f452b1c02c0cde85efb45ff81fa344731ff268bd2d89013449b025d
-MISC metadata.xml 239 BLAKE2B 
d1152a8f235bb442d0bf85a2ce59045f8575a3ee74396f4db3a27798bc0ad61f255c4d962d0dc1ac97edfd78d5867925ca82b89b0c6f1d57c421841d81893c5d
 SHA512 
eb06f766ea0d192b7bf483a5769fd18c422c5a4a0dd7dfaea3f368ce6fabc1e87cd1e87af8b56796d4f565535b71bbb839ffe2dbff58dd96b38a2768e7764e3b



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/drumgizmo/

2023-02-03 Thread Andrew Ammerlaan
commit: a7969575346692c384cc9fe0ea272ea81624f41f
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Feb  3 21:06:21 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 21:06:21 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7969575

media-sound/drumgizmo: define flags

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 media-sound/drumgizmo/metadata.xml | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/media-sound/drumgizmo/metadata.xml 
b/media-sound/drumgizmo/metadata.xml
index cd6761cc8..0d45d20d3 100644
--- a/media-sound/drumgizmo/metadata.xml
+++ b/media-sound/drumgizmo/metadata.xml
@@ -1,8 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   Samuel BAUER
-   samuel.ba...@yahoo.fr
-
+   
+   Samuel BAUER
+   samuel.ba...@yahoo.fr
+   
+   
+   
+   
+   
 



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

2023-02-03 Thread Andrew Ammerlaan
commit: 9eba9cdb5f834cba6a83975f6b4dbfd0f72d95cb
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Feb  3 21:09:05 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 21:09:05 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9eba9cdb

dev-lang/moarvm: drop duplicate

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-lang/moarvm/Manifest  |  1 -
 dev-lang/moarvm/metadata.xml  | 18 ---
 dev-lang/moarvm/moarvm-2022.12.ebuild | 58 ---
 3 files changed, 77 deletions(-)

diff --git a/dev-lang/moarvm/Manifest b/dev-lang/moarvm/Manifest
deleted file mode 100644
index 4685c677f..0
--- a/dev-lang/moarvm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST MoarVM-2022.12.tar.gz 14865827 BLAKE2B 
dbc4682885ce1ffb7ea2515fbbd6b9fe458cb27845aff67d10da8243b754e5d67afbe392ab98a96295e666ee3d74677e1982795e0edd3fe51149087e9a30dcf5
 SHA512 
875d2e6f604470e5ccdc8456891e36b9945c3b42da9459a2989a9695e2b3a66b819542c5846a16cc5c27025b0bfd7b8bc2c9a662e82ce8a44293e0c61291cd5e

diff --git a/dev-lang/moarvm/metadata.xml b/dev-lang/moarvm/metadata.xml
deleted file mode 100644
index bb2a82182..0
--- a/dev-lang/moarvm/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-patr...@gentoo.org
-Patrick Lauer
-  
-  
-Enable clang's Address Sanitizer functionality. Expect 
longer compile time.
-Use clang compiler instead of GCC
-Enable Just-In-Time-Compiler. Has no effect except on 
AMD64 and Darwin.
-Enable optimization via CFLAGS
-Enable clang's Undefined Behavior Sanitizer 
functionality. Expect longer compile time.
-  
-  
-MoarVM/MoarVM
-  
-

diff --git a/dev-lang/moarvm/moarvm-2022.12.ebuild 
b/dev-lang/moarvm/moarvm-2022.12.ebuild
deleted file mode 100644
index 90a6b59ba..0
--- a/dev-lang/moarvm/moarvm-2022.12.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="MoarVM"
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git";
-   inherit git-r3
-   S="${WORKDIR}/${P}"
-else
-   SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz";
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="A 6model-based VM for NQP and Raku"
-HOMEPAGE="http://moarvm.org";
-LICENSE="Artistic-2"
-SLOT="0"
-
-IUSE="asan clang debug doc +jit optimize static-libs ubsan"
-
-RDEPEND="dev-libs/libatomic_ops
-   >=dev-libs/libuv-1.26:=
-   dev-libs/libffi:="
-DEPEND="${RDEPEND}"
-BDEPEND="clang? ( >=sys-devel/clang-3.1 )
-   dev-lang/perl"
-
-DOCS=( CREDITS README.markdown )
-
-# Tests are conducted via nqp
-RESTRICT="test primaryuri"
-
-src_configure() {
-   MAKEOPTS+=" NOISY=1"
-   use doc && DOCS+=( docs/* )
-   local prefix="${EPREFIX}/usr"
-   local libdir="${EPREFIX}/usr/$(get_libdir)"
-   einfo "--prefix '${prefix}'"
-   einfo "--libdir '${libdir}'"
-   local myconfigargs=(
-   "--prefix" "${prefix}"
-   "--has-libuv"
-   "--has-libatomic_ops"
-   "--has-libffi"
-   "--libdir" "${libdir}"
-   "--compiler" "$(usex clang clang gcc)"
-   "$(usex asan--asan)"
-   "$(usex debug   --debug--no-debug)"
-   "$(usex optimize--optimize=--no-optimize)"
-   "$(usex static-libs --static)"
-   "$(usex ubsan   --ubsan)"
-   )
-
-   perl Configure.pl "${myconfigargs[@]}" moarshared || die
-}



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

2023-02-03 Thread Andrew Ammerlaan
commit: fc253594a633371671a281300a7af84e0a31f392
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Feb  3 21:09:29 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 21:09:29 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc253594

dev-lang/rakudo: drop duplicate

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-lang/rakudo/Manifest  |  1 -
 dev-lang/rakudo/metadata.xml  |  8 
 dev-lang/rakudo/rakudo-2022.12.ebuild | 86 ---
 3 files changed, 95 deletions(-)

diff --git a/dev-lang/rakudo/Manifest b/dev-lang/rakudo/Manifest
deleted file mode 100644
index 64b619141..0
--- a/dev-lang/rakudo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rakudo-2022.12.tar.gz 6026527 BLAKE2B 
d867614310e455ed0453ca41e8320b837839defab8169a70a5866ef530992ef1bdb33c16f6d4c9e5081ea51283803d4d362600e889bb3eb4a0eae658a4f7e1ef
 SHA512 
7df9712f9035c5ead4e9aeb0164dcdfff7ba1ec175cabe192eed084d7d79a848ccfde8d9713b04d684b19e3b0685f784753956cf21e99437ae78bfeaa071eac1

diff --git a/dev-lang/rakudo/metadata.xml b/dev-lang/rakudo/metadata.xml
deleted file mode 100644
index 25a60dfe4..0
--- a/dev-lang/rakudo/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-Use Clang to compile the MoarVM backend
-Use the MoarVM as backend
-  
-

diff --git a/dev-lang/rakudo/rakudo-2022.12.ebuild 
b/dev-lang/rakudo/rakudo-2022.12.ebuild
deleted file mode 100644
index b23d3ceac..0
--- a/dev-lang/rakudo/rakudo-2022.12.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-opt-2
-
-DESCRIPTION="A compiler for the Raku programming language"
-HOMEPAGE="https://rakudo.org";
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/rakudo/${PN}.git";
-   inherit git-r3
-else
-   SRC_URI="https://rakudo.org/dl/${PN}/${P}.tar.gz";
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="Artistic-2"
-SLOT="0"
-# TODO: add USE="javascript" once that's usable in nqp
-IUSE="clang java +moar test"
-RESTRICT="!test? ( test )
-   primaryuri"
-REQUIRED_USE="|| ( java moar )"
-
-CDEPEND="~dev-lang/nqp-${PV}:${SLOT}=[java?,moar?,clang=]"
-RDEPEND="${CDEPEND}
-   java? ( >=virtual/jre-1.9 )"
-DEPEND="${CDEPEND}
-   clang? ( sys-devel/clang )
-   java? ( >=virtual/jdk-1.9 )
-   >=dev-lang/perl-5.10"
-
-pkg_pretend() {
-   if has_version dev-lang/rakudo; then
-   ewarn "Rakudo is known to fail compilation/installation with 
Rakudo"
-   ewarn "already being installed. So if it fails, try unmerging 
dev-lang/rakudo,"
-   ewarn "then do a new installation."
-   ewarn "(see Bug #584394)"
-   fi
-}
-
-src_configure() {
-   local backends
-   use moar && backends+="moar,"
-   use java && backends+="jvm"
-
-   local myargs=(
-   "--prefix=/usr"
-   "--sysroot=/"
-   "--sdkroot=/"
-   "--backends=${backends}"
-   )
-
-   perl Configure.pl "${myargs[@]}" || die
-
-   if use java; then
-   NQP=$(java-pkg_getjars --with-dependencies nqp)
-   fi
-}
-
-src_compile() {
-   emake NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}" install
-   # install-dist.raku is required for installing raku modules
-   exeinto "/usr/share/perl6/core/tools"
-   doexe tools/install-dist.raku
-   # Protect important directories from removal
-   for repo in site vendor
-   do
-   keepdir /usr/share/perl6/$repo/bin
-   keepdir /usr/share/perl6/$repo/dist
-   keepdir /usr/share/perl6/$repo/precomp
-   keepdir /usr/share/perl6/$repo/resources
-   keepdir /usr/share/perl6/$repo/short
-   keepdir /usr/share/perl6/$repo/sources
-   done
-}
-
-src_test() {
-   RAKUDO_PRECOMP_PREFIX=$(mktemp -d) default
-}



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

2023-02-03 Thread Andrew Ammerlaan
commit: 28ee52d82363e63b77ecd4412004532b4b24d3c5
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Feb  3 21:09:18 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 21:09:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28ee52d8

dev-lang/nqp: drop duplicate

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-lang/nqp/Manifest   |   1 -
 dev-lang/nqp/metadata.xml   |  15 
 dev-lang/nqp/nqp-2022.12.ebuild | 148 
 3 files changed, 164 deletions(-)

diff --git a/dev-lang/nqp/Manifest b/dev-lang/nqp/Manifest
deleted file mode 100644
index fc51da90f..0
--- a/dev-lang/nqp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nqp-2022.12.tar.gz 5893490 BLAKE2B 
0b465fbe6b740f511f40db4df4a67e61e3d205b6652ac557c1338be9cf15dfd52fbc14fe4d0524ab2d20f5d9eb0b555f6db7d6da59e3e45806c93e8a619bfb27
 SHA512 
5813d51f4a8aa719ea471e026c752b6492adc96a4325c546f87d5b190aec75b69727cf7ad421390398535eec0cfc7691420a51f8f1a2d2c25a92215b2a0becc8

diff --git a/dev-lang/nqp/metadata.xml b/dev-lang/nqp/metadata.xml
deleted file mode 100644
index d8098a08f..0
--- a/dev-lang/nqp/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-patr...@gentoo.org
-Patrick Lauer
-  
-  
-Toggle usage of the clang compiler in conjunction with 
MoarVM
-Build the MoarVM backend (experimental/broken)
-  
-  
-perl6/nqp
-  
-

diff --git a/dev-lang/nqp/nqp-2022.12.ebuild b/dev-lang/nqp/nqp-2022.12.ebuild
deleted file mode 100644
index 20a62cc8a..0
--- a/dev-lang/nqp/nqp-2022.12.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-opt-2 multibuild
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/perl6/${PN}.git";
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/perl6/${PN}/releases/download/${PV}/${P}.tar.gz";
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Not Quite Perl, a Raku bootstrapping compiler"
-HOMEPAGE="https://rakudo.org";
-
-LICENSE="Artistic-2"
-SLOT="0"
-IUSE="doc clang java +moar test"
-RESTRICT="!test? ( test )
-   primaryuri"
-REQUIRED_USE="|| ( java moar )"
-
-CDEPEND="java? (
-   dev-java/asm:4
-   dev-java/jna:4
-   )
-   moar? ( ~dev-lang/moarvm-${PV}[clang=] )"
-RDEPEND="${CDEPEND}
-   java? ( >=virtual/jre-1.9 )"
-DEPEND="${CDEPEND}"
-BDEPEND="${CDEPEND}
-   clang? ( sys-devel/clang )
-   java? ( >=virtual/jdk-1.9 )
-   dev-lang/perl"
-
-pkg_pretend() {
-   if has_version dev-lang/rakudo || has_version dev-lang/nqp; then
-   ewarn "NQP is known to fail compilation/installation with 
Rakudo and/or NQP"
-   ewarn "already being installed. So if it fails, try 
uninstalling both"
-   ewarn "dev-lang/nqp and dev-lang/rakudo, then do a new 
installation."
-   ewarn "(see Bug #584394)"
-   fi
-}
-
-src_prepare() {
-   MULTIBUILD_VARIANTS=()
-   use moar && MULTIBUILD_VARIANTS+=( moar )
-   use java && MULTIBUILD_VARIANTS+=( jvm )
-
-   multibuild_copy_sources
-
-   # This will pull in conditional java_prepare
-   default
-}
-
-nqp_configure() {
-   pushd "${BUILD_DIR}" > /dev/null || die
-   local myconfargs=(
-   "--backend=${MULTIBUILD_VARIANT}"
-   "--prefix=${EPREFIX}/usr" )
-
-   perl Configure.pl "${myconfargs[@]}" || die
-   popd || die
-}
-
-nqp_compile() {
-   if [[ "${MULTIBUILD_VARIANT}" = jvm ]]; then
-   emake -j1 \
-   -C "${BUILD_DIR}" \
-   JAVAC="$(java-pkg_get-javac) $(java-pkg_javac-args)"
-   elif [[ "${MULTIBUILD_VARIANT}" = moar ]]; then
-   emake -j1 \
-   -C "${BUILD_DIR}"
-   fi
-}
-
-nqp_test() {
-   emake -j1 \
-   -C "${BUILD_DIR}" \
-   test
-}
-
-nqp_install() {
-   # This is the actual reason we need multibuild.eclass.
-   # We need to distinguish the install procedure for MoarVM and JVM 
backends.
-   case "${MULTIBUILD_VARIANT}" in
-   moar)
-   emake \
-   DESTDIR="${ED}" \
-   -C "${BUILD_DIR}" \
-   install
-   ;;
-   jvm)
-   pushd "${BUILD_DIR}" > /dev/null || die
-   # Set JAVA_PKG_JARDEST early.
-   java-pkg_init_paths_
-
-   # Upstream sets the classpath to this location. Perhaps 
it's
-   # used to locate the additional libraries?
-   java-pkg_addcp "${JAVA_PKG_JARDEST}"
-
-   insinto "${JAVA_PKG_JARDEST}"
-   local jar
-
-

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

2023-02-03 Thread Andrew Ammerlaan
commit: e9cb8e14fc833b0c01e7060825ac64501369d18e
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Feb  3 21:12:21 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 21:12:21 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9cb8e14

dev-python/fastavro: snappy --> python-snappy

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/fastavro/fastavro-1.7.0.ebuild 
b/dev-python/fastavro/fastavro-1.7.0.ebuild
index 267627439..c70fe254b 100644
--- a/dev-python/fastavro/fastavro-1.7.0.ebuild
+++ b/dev-python/fastavro/fastavro-1.7.0.ebuild
@@ -26,7 +26,7 @@ BDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/python-zstandard[${PYTHON_USEDEP}]
-   dev-python/snappy[${PYTHON_USEDEP}]
+   dev-python/python-snappy[${PYTHON_USEDEP}]
)
 "
 



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

2023-02-03 Thread Andrew Ammerlaan
commit: 6bbd00a1998bf7373d8de7408fc8a2de8ee9537d
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb  3 09:00:47 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 09:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bbd00a1

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

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

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

diff --git a/dev-util/bash-language-server/Manifest 
b/dev-util/bash-language-server/Manifest
index 57f26e409..0d0e8f287 100644
--- a/dev-util/bash-language-server/Manifest
+++ b/dev-util/bash-language-server/Manifest
@@ -2,3 +2,5 @@ DIST bash-language-server-4.5.1-deps.tar.xz 2218628 BLAKE2B 
68871f03632e6d2afe5e
 DIST bash-language-server-4.5.1.tgz 178523 BLAKE2B 
1485a30bb05877556b3d327fa8cb6b1b060627950f88d548e0e14bd837f70826bf519977ad02f9c7dd1142a8172f24adb6d9096f39e5c77cb9abb74465bb58b1
 SHA512 
e6f085035c70b2e45c02dd2a6852e146052806c9144c6c11a5a897281ac3c35597592f9dde491d0634dbac6a2ec6e15c6f63ab38f6125dfe35c6c11b106f2efd
 DIST bash-language-server-4.6.1-deps.tar.xz 2159200 BLAKE2B 
a3693f7a6c8882e2aa465dcf8fae7133f47261d56e6cc8d108a906166f070f97b381da46368def77604497069e6df0c15e2c04ece35e8355e437ac1732159faf
 SHA512 
fa341d93fa1d9906eafaec20cd10f2a3e806945306bba8a6744dc7f0ffe9c2743dbd71b344afb89bdb5d5bbdbbfec775da2ff45c08c7e1b403759325864d72c2
 DIST bash-language-server-4.6.1.tgz 182857 BLAKE2B 
7225b2a6c0eb82ee5847e33ca29aef9468850191bc5791aee313e99d614dfc8ab2a14e819bdea22d9ec3bc471c9a460430993a177223f5221bb0fbd48b5a8a19
 SHA512 
de9cc1f76fb4ffeaeb4784dd38d1613ad7333cb4018286eefb6eff5f689c9d2df663381d30977b18e15ea7059b2b9798cc518e16ff4131495188577a386b
+DIST bash-language-server-4.6.2-deps.tar.xz 2159844 BLAKE2B 
04ce2360f127ac2a4b844a72955e64d5a369032c3459b781da2b3ecb90054bad146655a0e8a179d85bce27a8fd679f0cccb5a9f7a92c4628e7a69a951b343659
 SHA512 
3bd451f065df79e682f0db0b738281d386f986ecca12c0031093a8ec91b96385bf4fd4496ebcc44be9ba72777f6c6375bfbb74ccf7de0f69cdde0ea5d1bf18d4
+DIST bash-language-server-4.6.2.tgz 182070 BLAKE2B 
6872b7084a2893a1aaef46a4cde4ffdbfb0b949d3edac45ca9066464e523e273468a793b1aa34e14925474e6ab65f575fd0bc241d7ca977f2a2c2a340c990020
 SHA512 
ef599f4addd0f84324302b13441fb6eb2b115d5c43132841d01f600daaf1a9e50749cd0602be42a48aa5ff178ea3470ae4d88d82939cff1cd28ffdf007073e6e

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



[gentoo-commits] repo/proj/guru:master commit in: app-shells/antibody/

2023-02-03 Thread Andrew Ammerlaan
commit: 5b27c239c9439000f8e16e7e4e3856aa5300a318
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb  3 08:54:13 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 09:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b27c239

app-shells/antibody: drop 6.1.0, 6.1.1

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

 app-shells/antibody/Manifest  |  1 -
 app-shells/antibody/antibody-6.1.0.ebuild | 74 ---
 app-shells/antibody/antibody-6.1.1.ebuild | 74 ---
 3 files changed, 149 deletions(-)

diff --git a/app-shells/antibody/Manifest b/app-shells/antibody/Manifest
index 7672f9b67..7b40bef2b 100644
--- a/app-shells/antibody/Manifest
+++ b/app-shells/antibody/Manifest
@@ -1,4 +1,3 @@
-DIST antibody-6.1.0.tar.gz 53689 BLAKE2B 
c6288d52624a9305486717cd162668eb07029ae5e0a6915c502f0ff91dedee93568ef1fb626160b489ae3f3591cff91979bde6ab8a12dbf9cd9b73eeb66526ec
 SHA512 
83f826a9a6cc789f74cf8ed996ae8dc2f953729fa47510db815988a43ad174913042769b20a120c58f5173108e32e2aa64dbb03ffac97ca2f1fff0c05ad2ae45
 DIST antibody-6.1.1.tar.gz 53625 BLAKE2B 
a348c022d0942b00d5e5dc2aeb257b7dbb589be592d340ec69e0a4539e1f5b4abf7c2585fd072fa82f9219b0bf3f41858095f13a475ac93d5ebacf20e429400b
 SHA512 
0a436227d195b1e68be03d62d0f7fab0f10c4434df10e047468809a6dcf330623c54ddf4e52c459d7b816a3be977e62c6aba58408881f9a45583456e37614b04
 DIST 
github.com%2Falecthomas%2Ftemplate%2F@v%2Fv0.0.0-20190718012654-fb15b899a751.mod
 38 BLAKE2B 
2e1a897393e3527f0f82e6ab9baf62558d9cf54b56ada5d79aa1b206128de30395d9082bc600c4aa2a17e81095e429cc5874de950478545319ea0b867de7
 SHA512 
072ca7ba3d5ca815f58848db201002cc572d95334aeacfe44cb226505ad20d82ce06eb2ee059650912ae499db6291822c583296cb65a66e54adce62d6d850929
 DIST 
github.com%2Falecthomas%2Ftemplate%2F@v%2Fv0.0.0-20190718012654-fb15b899a751.zip
 66303 BLAKE2B 
4b02e631a3537d577b78b1372f8496113c582bfaafc48f5ce6981ed72da6a611d6c692a85c6e7cc8aeb47c89d0fec9f491d59607ead55d5e4be256525d3173bb
 SHA512 
d29dc8a3c82c34af07b0c393349eda79b30c988d439771e02106bf2f386ef5fc3feaebf00da3953a40bff2c5ed93880ecbf45e1607303c11a417bfffb96e2e65

diff --git a/app-shells/antibody/antibody-6.1.0.ebuild 
b/app-shells/antibody/antibody-6.1.0.ebuild
deleted file mode 100644
index a4a7906dc..0
--- a/app-shells/antibody/antibody-6.1.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module
-
-# NOTE: Keep EGO_SUM in sync with go.sum (with dev-go/get-ego-vendor).
-EGO_SUM=(
-   "github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751"
-   "github.com/alecthomas/template 
v0.0.0-20190718012654-fb15b899a751/go.mod"
-   "github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d"
-   "github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod"
-   "github.com/davecgh/go-spew v1.1.0/go.mod"
-   "github.com/davecgh/go-spew v1.1.1"
-   "github.com/davecgh/go-spew v1.1.1/go.mod"
-   "github.com/getantibody/folder v1.0.0"
-   "github.com/getantibody/folder v1.0.0/go.mod"
-   "github.com/pmezard/go-difflib v1.0.0"
-   "github.com/pmezard/go-difflib v1.0.0/go.mod"
-   "github.com/stretchr/objx v0.1.0/go.mod"
-   "github.com/stretchr/testify v1.4.0/go.mod"
-   "github.com/stretchr/testify v1.6.1"
-   "github.com/stretchr/testify v1.6.1/go.mod"
-   "golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod"
-   "golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899"
-   "golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899/go.mod"
-   "golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod"
-   "golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208"
-   "golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod"
-   "golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod"
-   "golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod"
-   "golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae"
-   "golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod"
-   "golang.org/x/text v0.3.0/go.mod"
-   "gopkg.in/alecthomas/kingpin.v2 v2.2.6"
-   "gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod"
-   "gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405"
-   "gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod"
-   "gopkg.in/yaml.v2 v2.2.2/go.mod"
-   "gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c"
-   "gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod"
-)
-go-module_set_globals
-
-DESCRIPTION="Fast Zsh plugin manager"
-HOMEPAGE="https://getantibody.github.io/";
-SRC_URI="
-   https://github.com/getantibody/antibody/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   ${EGO_SUM_SRC_URI}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   app-shells/zsh[unicode]
-   dev-vcs/git

[gentoo-commits] repo/proj/guru:master commit in: dev-util/vscode-langservers-extracted/

2023-02-03 Thread Andrew Ammerlaan
commit: b21a6add2206578c0dc8eef8dba1434e2f8e
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb  3 09:05:57 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 09:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b21a

dev-util/vscode-langservers-extracted: add 4.6.0

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

 dev-util/vscode-langservers-extracted/Manifest |  2 +
 .../vscode-langservers-extracted-4.6.0.ebuild  | 43 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-util/vscode-langservers-extracted/Manifest 
b/dev-util/vscode-langservers-extracted/Manifest
index f21b251a1..067895211 100644
--- a/dev-util/vscode-langservers-extracted/Manifest
+++ b/dev-util/vscode-langservers-extracted/Manifest
@@ -2,3 +2,5 @@ DIST vscode-langservers-extracted-4.4.0-deps.tar.xz 14579232 
BLAKE2B d9a4e4cc027
 DIST vscode-langservers-extracted-4.4.0.tgz 776439 BLAKE2B 
0cd2dc9cb4fe6fc6a5b1d6fd2e38fc3b9bf0ab3ec5610b6226ffcd629bc3d7435957b28c2fd9b48b66cca7818919cca2ac160fc1a16f8c017d403ef4a58953e0
 SHA512 
b165c316602f5cc52117913eeafe1eefb4b08553d2bdd2f11867e43b3d792e602c7caa1a98a3275bb680467bba99158eceacf784a26a5593788670a976fb4b2a
 DIST vscode-langservers-extracted-4.5.0-deps.tar.xz 15028444 BLAKE2B 
c27ea331ccf2dc3b42885ac28eae6c78a7d8d2bca15b6afda9dc072e2feaed40c91dd2fb4a29ed379b1d3d8eb1ef9ede5875e7f51b69b7ef17db6e221c1c3258
 SHA512 
503e44614977444d6254c10aeda5ed63009c1ed7062d78e2e30df6b94d833979e96dcf3507d7403accb066affc39bb2510e1afb53aa0ae6bd55b932bc842d16d
 DIST vscode-langservers-extracted-4.5.0.tgz 128354 BLAKE2B 
9040ef189dfb55776811fe0d6ee9bc93787e59ac2a8d1819b58779e2590d28aed106610d571e7cd0c0a7f4b66a7f9348655f508235e752091f0212cbf83b0838
 SHA512 
afcf995831d102750f40cc9941ad9e673672604f301a26b74822fd66d56397a4b630b03997a355837cfc02dcf89c343d24f8a1f39f1b8f4be7b611ac8e134b8e
+DIST vscode-langservers-extracted-4.6.0-deps.tar.xz 14940820 BLAKE2B 
ef9b3a89633593f692fb98c8b4a630412d097a2e3255dd3467c1e83d7557d1a849d246127e81ae507d76d81d0bf168fe503e883f8303346a5ab34416958f4bcf
 SHA512 
2bae5158bafe5d203c37c6fb678df769f9dc261a50eb08a35cdb43dc6f530e3de5ceab98c0fc87032122ece25c25245f3ec7b216c3d1d5cda5aec7dae84b604d
+DIST vscode-langservers-extracted-4.6.0.tgz 132681 BLAKE2B 
3dfffbee4563d3ba4cee262a967bcbb268bac9b5252d3d7d4b4b79aa2de201d1ac62f96b447912911eb434b8bb9fc06ff0d42fb0b88bb169bfcc685ffb52a271
 SHA512 
3e80efe4a00dca5ab2a739146531d3b814fc3997c5c61330342436bd7206d5ddd907a06b13ecfa019e9a2542f1cfa67184861e0b3e0640a14e1ea7c1961ed71b

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



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

2023-02-03 Thread Andrew Ammerlaan
commit: 828bc3787ac851f429f2c879ddeddd32fdbacbc8
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb  3 09:00:59 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 09:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=828bc378

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

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

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

diff --git a/dev-util/bash-language-server/Manifest 
b/dev-util/bash-language-server/Manifest
index 0d0e8f287..c8765ecfb 100644
--- a/dev-util/bash-language-server/Manifest
+++ b/dev-util/bash-language-server/Manifest
@@ -1,5 +1,3 @@
-DIST bash-language-server-4.5.1-deps.tar.xz 2218628 BLAKE2B 
68871f03632e6d2afe5e54043a220febefa9f87f48c09c5731825c5dbb091fa0098f31a56384b57cb9cdc3c1090e28315d750da70c7973ab23127e1414f3d794
 SHA512 
871f21ff15a2ce593a7a6878de3bdbe437afbaef2eb562e36867282147814aad5d285b3e0eb2125029a88126dff655a2f822d3f720d6ae46e9b6aa889453091a
-DIST bash-language-server-4.5.1.tgz 178523 BLAKE2B 
1485a30bb05877556b3d327fa8cb6b1b060627950f88d548e0e14bd837f70826bf519977ad02f9c7dd1142a8172f24adb6d9096f39e5c77cb9abb74465bb58b1
 SHA512 
e6f085035c70b2e45c02dd2a6852e146052806c9144c6c11a5a897281ac3c35597592f9dde491d0634dbac6a2ec6e15c6f63ab38f6125dfe35c6c11b106f2efd
 DIST bash-language-server-4.6.1-deps.tar.xz 2159200 BLAKE2B 
a3693f7a6c8882e2aa465dcf8fae7133f47261d56e6cc8d108a906166f070f97b381da46368def77604497069e6df0c15e2c04ece35e8355e437ac1732159faf
 SHA512 
fa341d93fa1d9906eafaec20cd10f2a3e806945306bba8a6744dc7f0ffe9c2743dbd71b344afb89bdb5d5bbdbbfec775da2ff45c08c7e1b403759325864d72c2
 DIST bash-language-server-4.6.1.tgz 182857 BLAKE2B 
7225b2a6c0eb82ee5847e33ca29aef9468850191bc5791aee313e99d614dfc8ab2a14e819bdea22d9ec3bc471c9a460430993a177223f5221bb0fbd48b5a8a19
 SHA512 
de9cc1f76fb4ffeaeb4784dd38d1613ad7333cb4018286eefb6eff5f689c9d2df663381d30977b18e15ea7059b2b9798cc518e16ff4131495188577a386b
 DIST bash-language-server-4.6.2-deps.tar.xz 2159844 BLAKE2B 
04ce2360f127ac2a4b844a72955e64d5a369032c3459b781da2b3ecb90054bad146655a0e8a179d85bce27a8fd679f0cccb5a9f7a92c4628e7a69a951b343659
 SHA512 
3bd451f065df79e682f0db0b738281d386f986ecca12c0031093a8ec91b96385bf4fd4496ebcc44be9ba72777f6c6375bfbb74ccf7de0f69cdde0ea5d1bf18d4

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



[gentoo-commits] repo/proj/guru:master commit in: dev-util/vscode-langservers-extracted/

2023-02-03 Thread Andrew Ammerlaan
commit: 3e9592123ae6b6930615c390215804868f281851
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb  3 09:12:27 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 09:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e959212

dev-util/vscode-langservers-extracted: fix metadata dtd URL

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

 dev-util/vscode-langservers-extracted/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vscode-langservers-extracted/metadata.xml 
b/dev-util/vscode-langservers-extracted/metadata.xml
index 1c82d3c46..f0b7ed289 100644
--- a/dev-util/vscode-langservers-extracted/metadata.xml
+++ b/dev-util/vscode-langservers-extracted/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

gen...@tastytea.de



[gentoo-commits] repo/proj/guru:master commit in: dev-util/vscode-langservers-extracted/

2023-02-03 Thread Andrew Ammerlaan
commit: 5d2778051c6ca15309745b5824cabb0750cbf7d2
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb  3 09:12:00 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 09:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d277805

dev-util/vscode-langservers-extracted: drop 4.4.0

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

 dev-util/vscode-langservers-extracted/Manifest |  2 --
 .../vscode-langservers-extracted-4.4.0.ebuild  | 42 --
 2 files changed, 44 deletions(-)

diff --git a/dev-util/vscode-langservers-extracted/Manifest 
b/dev-util/vscode-langservers-extracted/Manifest
index 067895211..2cd4cc9e0 100644
--- a/dev-util/vscode-langservers-extracted/Manifest
+++ b/dev-util/vscode-langservers-extracted/Manifest
@@ -1,5 +1,3 @@
-DIST vscode-langservers-extracted-4.4.0-deps.tar.xz 14579232 BLAKE2B 
d9a4e4cc02773c033930f3ad6682c2fd9671887bebdf47e67130dfa697a87460a7b7f28944c95ba7dc3682cf7333dc77081c67c861646029f24be561dd6ea3e0
 SHA512 
88d1e11be6a9235adcb1fda075e5c6096b9b9760f6f3131c68592b745bc0c4668548ab8e1698484bed34c08e7bdbb347665e2e3357fc01641feca36fa6528ac1
-DIST vscode-langservers-extracted-4.4.0.tgz 776439 BLAKE2B 
0cd2dc9cb4fe6fc6a5b1d6fd2e38fc3b9bf0ab3ec5610b6226ffcd629bc3d7435957b28c2fd9b48b66cca7818919cca2ac160fc1a16f8c017d403ef4a58953e0
 SHA512 
b165c316602f5cc52117913eeafe1eefb4b08553d2bdd2f11867e43b3d792e602c7caa1a98a3275bb680467bba99158eceacf784a26a5593788670a976fb4b2a
 DIST vscode-langservers-extracted-4.5.0-deps.tar.xz 15028444 BLAKE2B 
c27ea331ccf2dc3b42885ac28eae6c78a7d8d2bca15b6afda9dc072e2feaed40c91dd2fb4a29ed379b1d3d8eb1ef9ede5875e7f51b69b7ef17db6e221c1c3258
 SHA512 
503e44614977444d6254c10aeda5ed63009c1ed7062d78e2e30df6b94d833979e96dcf3507d7403accb066affc39bb2510e1afb53aa0ae6bd55b932bc842d16d
 DIST vscode-langservers-extracted-4.5.0.tgz 128354 BLAKE2B 
9040ef189dfb55776811fe0d6ee9bc93787e59ac2a8d1819b58779e2590d28aed106610d571e7cd0c0a7f4b66a7f9348655f508235e752091f0212cbf83b0838
 SHA512 
afcf995831d102750f40cc9941ad9e673672604f301a26b74822fd66d56397a4b630b03997a355837cfc02dcf89c343d24f8a1f39f1b8f4be7b611ac8e134b8e
 DIST vscode-langservers-extracted-4.6.0-deps.tar.xz 14940820 BLAKE2B 
ef9b3a89633593f692fb98c8b4a630412d097a2e3255dd3467c1e83d7557d1a849d246127e81ae507d76d81d0bf168fe503e883f8303346a5ab34416958f4bcf
 SHA512 
2bae5158bafe5d203c37c6fb678df769f9dc261a50eb08a35cdb43dc6f530e3de5ceab98c0fc87032122ece25c25245f3ec7b216c3d1d5cda5aec7dae84b604d

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



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

2023-02-03 Thread Andrew Ammerlaan
commit: 57bf5160ed9f3a7cd082cbc7b303e9dc038e988b
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb  3 09:16:38 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 09:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57bf5160

dev-util/lemminx-bin: add 0.24.0

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

 dev-util/lemminx-bin/Manifest  |  1 +
 dev-util/lemminx-bin/lemminx-bin-0.24.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-util/lemminx-bin/Manifest b/dev-util/lemminx-bin/Manifest
index 02a31f472..cb186bba0 100644
--- a/dev-util/lemminx-bin/Manifest
+++ b/dev-util/lemminx-bin/Manifest
@@ -1,2 +1,3 @@
 DIST lemminx-bin-0.21.0.zip 14513662 BLAKE2B 
fe09ff1577007b861d87d376600c98dc021ee60067428dc65caedacdf1f440cd2cb26c321cbc3beac0a059670fa39f863a346f9eec7fe4504f9f278387b42ac4
 SHA512 
e3a3baab0a2d76b23c3770707d10d570b6bcb3597fb4fabf9165c412cede6e2659e8fb056dcfb6353a5fa9097f4f35520efe5c680a26eb20fac8646f008679d2
 DIST lemminx-bin-0.22.0.zip 15056353 BLAKE2B 
796f18d93b57584bfd0eedbfc9c8bc5ae3b324358fc536292c250f2734f779f86fe7cabc4b36471c1606a0392b4019a2ce55c0cde06d39ab445279d2ff662473
 SHA512 
e6dc38b378e11cb4676cbf3aaecf0d3dbfbe64b1252548170423913cb887ac896fdde82393e711a70aa81229c2ffb9a77f5ce225fd605fbe1ec51661ff57a819
+DIST lemminx-bin-0.24.0.zip 15263058 BLAKE2B 
d655810c407b7c49fc45813e33aac02eab2b6dd1d15bfc68ffaa73f701a1dacd76e497e2030da125eb5b48f969d3e9b8afd8c46a92b434d63a612bcb72827b47
 SHA512 
123eb3a406a4975034f9d4257f0ffd6417296b65a84d759a65ef15ac4c6ac0ed124000d5101bc5c8799f396d42d5dfb9d9779d5231202ac70109b8c1367191f9

diff --git a/dev-util/lemminx-bin/lemminx-bin-0.24.0.ebuild 
b/dev-util/lemminx-bin/lemminx-bin-0.24.0.ebuild
new file mode 100644
index 0..a2e7be2e0
--- /dev/null
+++ b/dev-util/lemminx-bin/lemminx-bin-0.24.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="XML Language Server"
+HOMEPAGE="https://github.com/eclipse/lemminx";
+SRC_URI="https://github.com/redhat-developer/vscode-xml/releases/download/${PV}/lemminx-linux.zip
 -> ${P}.zip"
+S="${WORKDIR}"
+
+LICENSE="EPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="/usr/bin/lemminx"
+
+src_install() {
+   newbin lemminx-linux lemminx
+}



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

2023-02-03 Thread Andrew Ammerlaan
commit: 9aa8cf24da3f79ac08e799a75a6bc0ead69424e9
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb  3 09:47:25 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 09:47:25 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9aa8cf24

net-im/nheko: add 

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

 net-im/nheko/nheko-.ebuild | 134 +
 1 file changed, 134 insertions(+)

diff --git a/net-im/nheko/nheko-.ebuild b/net-im/nheko/nheko-.ebuild
new file mode 100644
index 0..fe51d8632
--- /dev/null
+++ b/net-im/nheko/nheko-.ebuild
@@ -0,0 +1,134 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake git-r3 optfeature xdg
+
+DESCRIPTION="Native desktop client for Matrix using Qt"
+HOMEPAGE="https://github.com/Nheko-Reborn/nheko";
+EGIT_REPO_URI="https://github.com/Nheko-Reborn/nheko.git";
+# Nheko usually needs a very up-to-date mtxclient which usually needs a very
+# up-to-date coeurl. It is impossible to automatically rebuild other live
+# packages before rebuilding this, so they are bundled.
+MY_DEP_URIS=(
+   "https://github.com/Nheko-Reborn/mtxclient.git";
+   "https://nheko.im/nheko-reborn/coeurl.git";
+)
+
+LICENSE="GPL-3 MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="X +pie video voip"
+REQUIRED_USE="video? ( voip )"
+
+MY_GST_V="1.18"
+RDEPEND="
+   app-text/cmark:=
+   dev-cpp/qt-jdenticon
+   dev-db/lmdb:=
+   >=dev-db/lmdb++-1.0.0
+   dev-libs/libevent:=
+   dev-libs/libfmt:=
+   dev-libs/olm
+   >=dev-libs/openssl-1.1.0:=
+   >=dev-libs/qtkeychain-0.12.0:=
+   >=dev-libs/re2-0.2022.04.01:=
+   dev-libs/spdlog:=
+   dev-qt/qtconcurrent:5
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtgraphicaleffects:5
+   dev-qt/qtgui:5[dbus,jpeg,png]
+   dev-qt/qtimageformats
+   dev-qt/qtmultimedia:5[gstreamer,qml,widgets]
+   dev-qt/qtquickcontrols2:5[widgets]
+   dev-qt/qtsvg:5
+   net-misc/curl[ssl]
+   virtual/notification-daemon
+   voip? (
+   >=media-plugins/gst-plugins-dtls-${MY_GST_V}
+   media-plugins/gst-plugins-libnice
+   >=media-plugins/gst-plugins-meta-${MY_GST_V}[opus]
+   >=media-plugins/gst-plugins-srtp-${MY_GST_V}
+   >=media-plugins/gst-plugins-webrtc-${MY_GST_V}
+   video? (
+   >=media-libs/gst-plugins-base-${MY_GST_V}[opengl]
+   >=media-plugins/gst-plugins-meta-${MY_GST_V}[v4l,vpx]
+   >=media-plugins/gst-plugins-qt5-${MY_GST_V}
+   X? (
+   
>=media-plugins/gst-plugins-ximagesrc-${MY_GST_V}
+   x11-libs/libxcb:=
+   x11-libs/xcb-util-wm
+   )
+   )
+   )
+"
+DEPEND="
+   dev-cpp/nlohmann_json
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-qt/linguist-tools:5
+   || (
+   app-text/asciidoc
+   dev-ruby/asciidoctor
+   )
+"
+
+src_unpack() {
+   # Unpack dependencies first. The commit ID of the repo used in the last 
call
+   # to git-r3_src_unpack is stored and checked by smart-live-rebuild.
+   for repo_uri in ${MY_DEP_URIS[@]}; do
+   EGIT_REPO_URI="${repo_uri}" 
EGIT_CHECKOUT_DIR="${WORKDIR}/${repo_uri##*/}" git-r3_src_unpack
+   done
+
+   git-r3_src_unpack
+}
+
+src_prepare() {
+   # Don't try to download mtxclient and coeurl.
+   sed -Ei '/GIT_(REPOSITORY|TAG)/d' CMakeLists.txt || die
+   sed -Ei '/GIT_(REPOSITORY|TAG)/d' ../mtxclient.git/CMakeLists.txt || die
+
+   mkdir -p "${WORKDIR}/${P}_build/_deps" || die
+   mv ../mtxclient.git "${WORKDIR}/${P}_build/_deps/matrixclient-src" || 
die
+   mv ../coeurl.git "${WORKDIR}/${P}_build/_deps/coeurl-src" || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local -a mycmakeargs=(
+   "-DUSE_BUNDLED_MTXCLIENT=ON"
+   "-DUSE_BUNDLED_COEURL=ON"
+   "-DBUILD_SHARED_LIBS=OFF"
+   "-DVOIP=$(usex voip)"
+   "-DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)"
+   )
+   if use video && use X; then
+   mycmakeargs+=("-DSCREENSHARE_X11=yes")
+   else
+   mycmakeargs+=("-DSCREENSHARE_X11=no")
+   fi
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   # Remove stuff from bundled libs.
+   rm -r "${D}/usr/$(get_libdir)" || die
+   rm -r "${D}/usr/include" || die
+}
+
+pkg_postinst() {
+   optfeature "audio & video file playback support" \
+   "media-plugins/gst-plugins-meta[ffmpeg]"
+   optfeature "secrets storage support other than kwallet (for example 
gnome-keyring or keepassxc)" \
+   "dev-libs/qtkeyc

[gentoo-commits] repo/proj/guru:master commit in: media-sound/qpwgraph/

2023-02-03 Thread Andrew Ammerlaan
commit: 62a5a576b1c5c27ec43970b7a44f03b394ab4a01
Author: Samuel Bauer  yahoo  fr>
AuthorDate: Fri Feb  3 18:40:27 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 18:40:27 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62a5a576

media-sound/qpwgraph: new ebuild

Signed-off-by: Samuel Bauer  yahoo.fr>

 media-sound/qpwgraph/Manifest  |  5 
 media-sound/qpwgraph/metadata.xml  | 18 
 media-sound/qpwgraph/qpwgraph-0.3.9.ebuild | 41 
 media-sound/qpwgraph/qpwgraph-.ebuild  | 44 ++
 4 files changed, 108 insertions(+)

diff --git a/media-sound/qpwgraph/Manifest b/media-sound/qpwgraph/Manifest
new file mode 100644
index 0..e622ff5cb
--- /dev/null
+++ b/media-sound/qpwgraph/Manifest
@@ -0,0 +1,5 @@
+AUX 0.3.4-multiple_user.patch 700 BLAKE2B 
de5fc098efb0a46edf97b905617d4c643b40abf83dc4c4c07fb16e519ca86f6cf02f24c6292b513a353cf7cd20049278c9908a48c6c4e13f95a64421fff5f30b
 SHA512 
6f51fd351024cb27b0707be864718d1d8d9ba7cd553d8bb87b3f097d39f5d59d659caadfb880a1ebc866ff230d07cc8d0a62343048a1b4dfafc52f586cb45def
+DIST qpwgraph-0.3.9.tar.bz2 448732 BLAKE2B 
68415f75accf29da138367239755375affbe585a469bbaf387a942c34a7f6a866dc38e276ba7ae659adf9ee26996cce08fa0da53734c943baf82c4b74a1cdcda
 SHA512 
c8fba3edd93dd466a5f1655e1ff260cbdd054ba13a962afb5f2ba8634eb850f748faac0b6073576090c4e31520ea634e08d1d746809563a887ffc701ffa4b30a
+EBUILD qpwgraph-0.3.9.ebuild 838 BLAKE2B 
387365f976bff58244427994ec817c6f523a52802ec7170d4c9cf94c8ed836bda923966aa5ce4a7f2b28e220edb1893ee24faca339607a8dcbfef2d03dee52b4
 SHA512 
8303fa7569b6f100887f519b6a852eb58b711086095d2949f8f0232792d56afc3db67142560c516e67b9ad8baa47c825777e34672d215e90925a0728cad7bd5c
+EBUILD qpwgraph-.ebuild 990 BLAKE2B 
e08a479f577d68607becb5cd2f58a21671b991a7c40d2f5cb5afac660fac23eee7229e15ee28f5b7d746e05246bc1a5a1657fae20e385b927b0ce9be6c6b9250
 SHA512 
d5be50f7581aed14d1867f5c9e80f58e20c2a08fd3b77aff992e3f3ced675ddd971435b39d50baa26c5c0f549d427901a263debdaae334447d37151ab5b53e91
+MISC metadata.xml 546 BLAKE2B 
251078ccbd300f58924eb2eaf6e5b99c1efd403767032190fc40a7a0b1aeea3bec40f07a07a1a8e0b22f5e50bc62682475dd4552ecceb72e970ce6c06e50c517
 SHA512 
551c6e19aaf0f31dec2bc785813ad6b159b0dcead74928d0443bda72bcfe5116e348979e3843462fe021eda084f4697300a44fa174806c0358ff7d55f045e0b7

diff --git a/media-sound/qpwgraph/metadata.xml 
b/media-sound/qpwgraph/metadata.xml
new file mode 100644
index 0..9f619d3b4
--- /dev/null
+++ b/media-sound/qpwgraph/metadata.xml
@@ -0,0 +1,18 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   Samuel BAUER
+   samuel.ba...@yahoo.fr
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   rncbc/qpwjack
+   
+   
+   Build support for tray icon
+   
+

diff --git a/media-sound/qpwgraph/qpwgraph-0.3.9.ebuild 
b/media-sound/qpwgraph/qpwgraph-0.3.9.ebuild
new file mode 100644
index 0..f925abb1c
--- /dev/null
+++ b/media-sound/qpwgraph/qpwgraph-0.3.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="PipeWire Graph Qt GUI Interface"
+HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph";
+SRC_URI="https://gitlab.freedesktop.org/rncbc/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="alsa trayicon wayland"
+
+BDEPEND="dev-qt/linguist-tools:5"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   media-video/pipewire
+   trayicon? ( dev-qt/qtnetwork:5 )
+"
+RDEPEND="${DEPEND}
+   dev-qt/qtsvg:5
+"
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCONFIG_ALSA_MIDI=$(usex alsa)
+   -DCONFIG_SYSTEM_TRAY=$(usex trayicon)
+   -DCONFIG_WAYLAND=$(usex wayland)
+   -DCONFIG_QT6=0
+   )
+   cmake_src_configure
+}

diff --git a/media-sound/qpwgraph/qpwgraph-.ebuild 
b/media-sound/qpwgraph/qpwgraph-.ebuild
new file mode 100644
index 0..d3bace97f
--- /dev/null
+++ b/media-sound/qpwgraph/qpwgraph-.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake git-r3 xdg
+
+DESCRIPTION="PipeWire Graph Qt GUI Interface"
+HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph";
+EGIT_REPO="https://gitlab.freedesktop.org/rncbc/qpwgraph";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+
+BDEPEND="dev-qt/linguist-tools:5"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   media-video/pipewire"
+RDEPEND="${DEPE

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

2023-02-03 Thread Andrew Ammerlaan
commit: 74d6fc1b3f97f0facdadf6d1ce50f36289fa444e
Author: Henri Gasc  eurecom  fr>
AuthorDate: Fri Feb  3 12:55:08 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 12:55:08 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74d6fc1b

dev-python/gazpacho: new package, add 1.1

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

 dev-python/gazpacho/Manifest|  1 +
 dev-python/gazpacho/gazpacho-1.1.ebuild | 24 
 dev-python/gazpacho/metadata.xml| 12 
 3 files changed, 37 insertions(+)

diff --git a/dev-python/gazpacho/Manifest b/dev-python/gazpacho/Manifest
new file mode 100644
index 0..03fd6a836
--- /dev/null
+++ b/dev-python/gazpacho/Manifest
@@ -0,0 +1 @@
+DIST v1.1.gh.tar.gz 4447075 BLAKE2B 
ec6f9addfe53d2d559b5106cf261fe736aaf4e8ebb958f5b9dd7ee6cfa1175796f12fc7b22fd09c8808b949752b451183cc0db3c853c28dde04d0323a4ddb45d
 SHA512 
53744cc75677aef2307b532b51fe6c805a6be27434a526f84bc76add9c6369a261bb6bfc5b8b88227304d1612bac8a183b13c846ec1e3e9ef3c1ea4d9e1c0dff

diff --git a/dev-python/gazpacho/gazpacho-1.1.ebuild 
b/dev-python/gazpacho/gazpacho-1.1.ebuild
new file mode 100644
index 0..4c7619716
--- /dev/null
+++ b/dev-python/gazpacho/gazpacho-1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="The simple, fast, and modern web scraping library"
+HOMEPAGE="https://github.com/maxhumber/gazpacho 
https://pypi.org/project/gazpacho/";
+SRC_URI="https://github.com/maxhumber/gazpacho/archive/refs/tags/v${PV}.tar.gz 
-> v${PV}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${BDEPEND}"
+
+distutils_enable_tests pytest

diff --git a/dev-python/gazpacho/metadata.xml b/dev-python/gazpacho/metadata.xml
new file mode 100644
index 0..bee9cd45c
--- /dev/null
+++ b/dev-python/gazpacho/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   g...@eurecom.fr
+   Gasc Henri
+   
+   
+   gazpacho
+   maxhumber/gazpacho
+   
+



[gentoo-commits] repo/proj/guru:master commit in: media-sound/drumgizmo/

2023-02-03 Thread Andrew Ammerlaan
commit: 1792b1aa09a75098e536a9a8d46d47c3ce7c07f5
Author: Samuel Bauer  yahoo  fr>
AuthorDate: Fri Feb  3 18:40:43 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 18:40:43 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1792b1aa

media-sound/drumgizmo: new ebuild

Signed-off-by: Samuel Bauer  yahoo.fr>

 media-sound/drumgizmo/Manifest|  4 +++
 media-sound/drumgizmo/drumgizmo-0.9.20.ebuild | 43 +
 media-sound/drumgizmo/drumgizmo-.ebuild   | 45 +++
 media-sound/drumgizmo/metadata.xml|  8 +
 4 files changed, 100 insertions(+)

diff --git a/media-sound/drumgizmo/Manifest b/media-sound/drumgizmo/Manifest
new file mode 100644
index 0..3364f9f74
--- /dev/null
+++ b/media-sound/drumgizmo/Manifest
@@ -0,0 +1,4 @@
+DIST drumgizmo-0.9.20.tar.gz 1094020 BLAKE2B 
c92c41fd9cfd09a42d6500ec7d5f3bffd7dd646ef11b88212393f91a06d0af596c4f627be037c3eb0d19fd3ae11448e43d7a40ae8928dea7fbdfb61cad057cdb
 SHA512 
3444201961d74e7787bebe4006df6c257f6c1a57dd81d272b203a4a56ad609d3fa4e88224dfe4ea6a67f4db94b340666d018cb79fc376dd264398f98d66433e8
+EBUILD drumgizmo-0.9.20.ebuild 1051 BLAKE2B 
fab4f2ea991e11ed87da3b0b24f736ea8be8919cc432c8a5d620c0befc68e0ff170cf9ff9186ae8ca3b8da778a242a7fc10bbfb7f74a7b8d3749853029bba0e2
 SHA512 
48b2dc08922ef0d451f8dd99cea22102c0b0ac8a8e1bfcfd7ed3aa263706df5167b876afebb52f8739a2a6b543633f58bfc4f9df19655f094ec12d6baccf5002
+EBUILD drumgizmo-.ebuild 1051 BLAKE2B 
d311c03c9e9d5d41fd8db7aa652a7b50be8992a356aa79b179a09f58648e9605ea76e393f5a835838483b0ae757b22fc0086a5eafb75fe38503828f8407932ad
 SHA512 
fd89abb06a61f80988325f285f5814221dd4378c3cdc8556e295467a40826fa0dbc9e6076f452b1c02c0cde85efb45ff81fa344731ff268bd2d89013449b025d
+MISC metadata.xml 239 BLAKE2B 
d1152a8f235bb442d0bf85a2ce59045f8575a3ee74396f4db3a27798bc0ad61f255c4d962d0dc1ac97edfd78d5867925ca82b89b0c6f1d57c421841d81893c5d
 SHA512 
eb06f766ea0d192b7bf483a5769fd18c422c5a4a0dd7dfaea3f368ce6fabc1e87cd1e87af8b56796d4f565535b71bbb839ffe2dbff58dd96b38a2768e7764e3b

diff --git a/media-sound/drumgizmo/drumgizmo-0.9.20.ebuild 
b/media-sound/drumgizmo/drumgizmo-0.9.20.ebuild
new file mode 100644
index 0..5bd94eed0
--- /dev/null
+++ b/media-sound/drumgizmo/drumgizmo-0.9.20.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Cross-platform drum plugin and stand-alone application"
+HOMEPAGE="https://www.drumgizmo.org/wiki";
+SRC_URI="https://www.drumgizmo.org/releases/${P}/${P}.tar.gz";
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="amd64"
+IUSE="+alsa jack lv2 vst cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3"
+
+DEPEND="
+   lv2? ( media-libs/lv2 )
+   media-libs/libsmf
+   media-libs/libsndfile
+   media-libs/zita-resampler
+   x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="|| ( alsa jack )"
+
+src_configure() {
+   local sse=0
+   use cpu_flags_x86_sse  && sse=1
+   use cpu_flags_x86_sse2 && sse=2
+   use cpu_flags_x86_sse3 && sse=3
+
+   econf --enable-cli=yes \
+   --enable-static=no \
+   $(usex alsa '' '--disable-output-alsa') \
+   $(usex jack '' '--disable-input-jackmidi') \
+   $(usex jack '' '--disable-output-jackaudio') \
+   --enable-gui=x11 \
+   --enable-lv2=$(usex lv2) \
+   --enable-sse=${sse} \
+   --enable-vst=$(usex vst) \
+   --with-debug=no \
+   --with-test=no
+}

diff --git a/media-sound/drumgizmo/drumgizmo-.ebuild 
b/media-sound/drumgizmo/drumgizmo-.ebuild
new file mode 100644
index 0..273535905
--- /dev/null
+++ b/media-sound/drumgizmo/drumgizmo-.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3
+
+DESCRIPTION="Cross-platform drum plugin and stand-alone application"
+HOMEPAGE="https://www.drumgizmo.org/wiki";
+EGIT_REPO_URI="https://git.drumgizmo.org/${PN}.git";
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="alsa jack lv2 vst cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3"
+
+DEPEND="
+   lv2? ( media-libs/lv2 )
+   media-libs/libsmf
+   media-libs/libsndfile
+   media-libs/zita-resampler
+   x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="|| ( alsa jack )"
+
+src_configure() {
+   local sse=0
+   use cpu_flags_x86_sse  && sse=1
+   use cpu_flags_x86_sse2 && sse=2
+   use cpu_flags_x86_sse3 && sse=3
+
+   econf --enable-cli=yes \
+   --enable-static=no \
+   $(usex alsa '' '--disable-output-alsa') \
+   $(usex jack '' '--disable-input-jackmidi') \
+   $(usex jack '' '--disable-output-jackaudio') \
+   --enable-gui=x11 \
+   --enable-lv2=$(

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

2023-02-03 Thread Andrew Ammerlaan
commit: 7a6de6b5071308f7646fe164627fc19d0bf23e12
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Feb  3 20:05:57 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 20:05:57 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a6de6b5

app-office/beancount: fix deps, enable PEP517

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

 ...ount-2.3.5.ebuild => beancount-2.3.5-r1.ebuild} | 46 +++---
 .../beancount-2.3.3-disable-install-test.patch | 31 -
 .../beancount-2.3.3-disable-network-tests.patch| 73 --
 .../beancount-2.3.3-disable-tmp-access-tests.patch | 20 --
 4 files changed, 23 insertions(+), 147 deletions(-)

diff --git a/app-office/beancount/beancount-2.3.5.ebuild 
b/app-office/beancount/beancount-2.3.5-r1.ebuild
similarity index 56%
rename from app-office/beancount/beancount-2.3.5.ebuild
rename to app-office/beancount/beancount-2.3.5-r1.ebuild
index 2c0f06f5d..296a34055 100644
--- a/app-office/beancount/beancount-2.3.5.ebuild
+++ b/app-office/beancount/beancount-2.3.5-r1.ebuild
@@ -4,8 +4,9 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_10 )
-DITUTILS_USE_PEP517=setuptools
+DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_SINGLE_IMPL=1
+
 inherit distutils-r1
 
 DESCRIPTION="A double-entry accounting system that uses text files as input"
@@ -16,25 +17,22 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-PATCHES=(
-   "${FILESDIR}/${PN}-2.3.3-disable-network-tests.patch"
-   "${FILESDIR}/${PN}-2.3.3-disable-tmp-access-tests.patch"
-   "${FILESDIR}/${PN}-2.3.3-disable-install-test.patch"
-)
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/bottle[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/google-api-python-client[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/ply[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   ')
+"
 
-RDEPEND="$(python_gen_cond_dep '
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   >=dev-python/bottle-0.12[${PYTHON_USEDEP}]
-   dev-python/google-auth-oauthlib[${PYTHON_USEDEP}]
-   >=dev-python/google-api-python-client-1.8.2[${PYTHON_USEDEP}]
-   >=dev-python/httplib2-0.10[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.0[${PYTHON_USEDEP}]
-   >=dev-python/oauth2client-4.0[${PYTHON_USEDEP}]
-   >=dev-python/ply-3.4[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}]
-   >=dev-python/python-magic-0.4.12[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0[${PYTHON_USEDEP}]
-')"
+EPYTEST_DESELECT=( scripts/setup_test.py )
 
 distutils_enable_tests pytest
 
@@ -52,13 +50,15 @@ python_compile() {
distutils-r1_python_compile
 
# keep in sync with hashsrc.py, otherwise expect test failures
-   cp 
beancount/parser/{lexer.l,grammar.y,decimal.h,decimal.c,macros.h,parser.h,parser.c,tokens.h}
 \
-  "${BUILD_DIR}"/lib/${PN}/parser || die
+   cp 
beancount/parser/{lexer.l,grammar.y,decimal.h,decimal.c,macros.h,parser.h,parser.c,tokens.h}
 "${BUILD_DIR}"/install$(python_get_sitedir)/${PN}/parser || die
 }
 
 python_test(){
-   emake ctest
-
cd "${T}" || die
epytest --pyargs ${PN}
 }
+
+src_test() {
+   emake ctest
+   distutils-r1_src_test
+}

diff --git 
a/app-office/beancount/files/beancount-2.3.3-disable-install-test.patch 
b/app-office/beancount/files/beancount-2.3.3-disable-install-test.patch
deleted file mode 100644
index 03c305cd9..0
--- a/app-office/beancount/files/beancount-2.3.3-disable-install-test.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff --git a/beancount/scripts/setup_test.py b/beancount/scripts/setup_test.py
-index 59a165d1..45717643 100644
 a/beancount/scripts/setup_test.py
-+++ b/beancount/scripts/setup_test.py
-@@ -12,6 +12,10 @@ import sys
- import tarfile
- import tempfile
- import unittest
-+import pytest
-+
-+pytest.skip("these installation tests fail in portage and are un-needed"
-+   , allow_module_level=True)
- 
- from beancount.utils import test_utils
- 
-@@ -30,7 +34,6 @@ class TestSetup(test_utils.TestCase):
- if path.exists(self.installdir):
- shutil.rmtree(self.installdir)
- 
--@unittest.skipIf(is_bazel_build(), "Cannot setup within Bazel.")
- def test_setup(self):
- # We need to create the installation target directory and have our
- # PYTHONPATH set on it in order for setuptools to work properly in a
-@@ -50,6 +53,7 @@ class TestSetup(test_utils.TestCase):
- if path.exists(egg_info):
- shutil.rmtree(egg_info)
- 
-+@pytest.mark.skip(reason="Portage will m

[gentoo-commits] repo/proj/guru:master commit in: app-shells/antibody/

2023-02-03 Thread Andrew Ammerlaan
commit: ad4f17cdd96484631318a6fe9e74b9666bf2fab6
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb  3 08:54:48 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 09:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad4f17cd

app-shells/antibody: fix metadata dtd URL

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

 app-shells/antibody/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/antibody/metadata.xml b/app-shells/antibody/metadata.xml
index 08c39ec8d..4f3701e5d 100644
--- a/app-shells/antibody/metadata.xml
+++ b/app-shells/antibody/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

gen...@tastytea.de



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

2023-02-03 Thread Andrew Ammerlaan
commit: 2f806a58fb84c48b2d1e1212a04608f35eee5edd
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb  3 09:17:31 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 09:17:37 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f806a58

dev-util/lemminx-bin: drop 0.21.0

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

 dev-util/lemminx-bin/Manifest  |  1 -
 dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-util/lemminx-bin/Manifest b/dev-util/lemminx-bin/Manifest
index cb186bba0..59b6d1920 100644
--- a/dev-util/lemminx-bin/Manifest
+++ b/dev-util/lemminx-bin/Manifest
@@ -1,3 +1,2 @@
-DIST lemminx-bin-0.21.0.zip 14513662 BLAKE2B 
fe09ff1577007b861d87d376600c98dc021ee60067428dc65caedacdf1f440cd2cb26c321cbc3beac0a059670fa39f863a346f9eec7fe4504f9f278387b42ac4
 SHA512 
e3a3baab0a2d76b23c3770707d10d570b6bcb3597fb4fabf9165c412cede6e2659e8fb056dcfb6353a5fa9097f4f35520efe5c680a26eb20fac8646f008679d2
 DIST lemminx-bin-0.22.0.zip 15056353 BLAKE2B 
796f18d93b57584bfd0eedbfc9c8bc5ae3b324358fc536292c250f2734f779f86fe7cabc4b36471c1606a0392b4019a2ce55c0cde06d39ab445279d2ff662473
 SHA512 
e6dc38b378e11cb4676cbf3aaecf0d3dbfbe64b1252548170423913cb887ac896fdde82393e711a70aa81229c2ffb9a77f5ce225fd605fbe1ec51661ff57a819
 DIST lemminx-bin-0.24.0.zip 15263058 BLAKE2B 
d655810c407b7c49fc45813e33aac02eab2b6dd1d15bfc68ffaa73f701a1dacd76e497e2030da125eb5b48f969d3e9b8afd8c46a92b434d63a612bcb72827b47
 SHA512 
123eb3a406a4975034f9d4257f0ffd6417296b65a84d759a65ef15ac4c6ac0ed124000d5101bc5c8799f396d42d5dfb9d9779d5231202ac70109b8c1367191f9

diff --git a/dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild 
b/dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild
deleted file mode 100644
index a2e7be2e0..0
--- a/dev-util/lemminx-bin/lemminx-bin-0.21.0.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="XML Language Server"
-HOMEPAGE="https://github.com/eclipse/lemminx";
-SRC_URI="https://github.com/redhat-developer/vscode-xml/releases/download/${PV}/lemminx-linux.zip
 -> ${P}.zip"
-S="${WORKDIR}"
-
-LICENSE="EPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="/usr/bin/lemminx"
-
-src_install() {
-   newbin lemminx-linux lemminx
-}



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

2023-02-03 Thread Andrew Ammerlaan
commit: da8d9ca2fab691c8dca2e8ac0e5da3c6a69b66c8
Author: Poncho  spahan  ch>
AuthorDate: Fri Feb  3 12:37:49 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Feb  3 12:41:55 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da8d9ca2

app-misc/metadata-cleaner: new package, add 2.3.1

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

 app-misc/metadata-cleaner/Manifest |  1 +
 .../metadata-cleaner/metadata-cleaner-2.3.1.ebuild | 51 ++
 app-misc/metadata-cleaner/metadata.xml | 11 +
 3 files changed, 63 insertions(+)

diff --git a/app-misc/metadata-cleaner/Manifest 
b/app-misc/metadata-cleaner/Manifest
new file mode 100644
index 0..fee75701b
--- /dev/null
+++ b/app-misc/metadata-cleaner/Manifest
@@ -0,0 +1 @@
+DIST metadata-cleaner-v2.3.1.tar.bz2 2120932 BLAKE2B 
bcb96c997fe31548e5acfe645a48f429f5142609a5aeb6179304cb57cae791c6651806c0a195c14dfe74b03b3bdc164e1c03ca40513a69311b77921ac5bacf4a
 SHA512 
9d530a15fcfa2f5fdf5b07467d2ec17e06530ee9a62dd0f6032277c30bfd9eef394ad104dcffe8e72b46fc06064003641029222abcdde8c93a9292d057008807

diff --git a/app-misc/metadata-cleaner/metadata-cleaner-2.3.1.ebuild 
b/app-misc/metadata-cleaner/metadata-cleaner-2.3.1.ebuild
new file mode 100644
index 0..758f035cc
--- /dev/null
+++ b/app-misc/metadata-cleaner/metadata-cleaner-2.3.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit gnome2-utils meson python-single-r1 xdg-utils
+
+DESCRIPTION="Python GTK application to view and clean metadata in files, using 
mat2."
+HOMEPAGE="https://metadatacleaner.romainvigier.fr 
https://gitlab.com/rmnvgr/metadata-cleaner";
+SRC_URI="https://gitlab.com/rmnvgr/metadata-cleaner/-/archive/v${PV}/metadata-cleaner-v${PV}.tar.bz2";
+
+LICENSE="GPL-3+ CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   gui-libs/gtk:4
+   gui-libs/libadwaita
+   $(python_gen_cond_dep '
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   app-misc/mat2[${PYTHON_USEDEP}]
+   ')"
+
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S=${WORKDIR}/metadata-cleaner-v${PV}
+
+src_configure() {
+   python_setup
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   python_optimize
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}

diff --git a/app-misc/metadata-cleaner/metadata.xml 
b/app-misc/metadata-cleaner/metadata.xml
new file mode 100644
index 0..7c0e230f7
--- /dev/null
+++ b/app-misc/metadata-cleaner/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pon...@spahan.ch
+   Poncho
+   
+   
+   rmnvgr/metadata-cleaner
+   
+



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

2023-02-03 Thread Patrick McLean
commit: 694aab75e9aa8fe3107026c0ac691b0040ef2ffc
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Feb  3 21:25:16 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Feb  3 21:25:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694aab75

dev-util/difftastic: drop 0.37.0

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/difftastic/Manifest |   6 --
 dev-util/difftastic/difftastic-0.37.0.ebuild | 131 ---
 2 files changed, 137 deletions(-)

diff --git a/dev-util/difftastic/Manifest b/dev-util/difftastic/Manifest
index 77f68f21fcba..44a25e913434 100644
--- a/dev-util/difftastic/Manifest
+++ b/dev-util/difftastic/Manifest
@@ -4,9 +4,7 @@ DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bumpalo-3.11.1.crate 81207 BLAKE2B 
ba76008fb5a975aca12b6f893779e18dd353a22a42cbbeecd5870622a7cbc0cd7e37036af600c570b8a55f26ea8d07f44a9aa1a8373d977b6f75bd4276730292
 SHA512 
70e90bee1fa4e783ff5a3b18f192b9347bafab7daaa907e74913a415a66c29acfb073fcfb46150801aa7649ab0d2ec8a610de239551565dd167bac72ab13a9bc
-DIST bumpalo-3.9.1.crate 77507 BLAKE2B 
b248a0c2a9faaf52061f2fe0a82b9fd4efb4dae01da9dbd986493941f3ef2632f1d5608d167f2d088536dc96b4cce28981602220062892a7af51c3ead7a74a4b
 SHA512 
40bf3f0d261aaff1f7c30a539953b9c14f4526f05586af0dbe2e4df4cc042cbe6180e3dcc2fbc6f1802e694066f72e629e74de40bc2951c5527edaf551722a52
 DIST bytecount-0.6.2.crate 12347 BLAKE2B 
1ed4fa4a515567d8eabc2af03f0e1a3c89a24aa6cd77696a57bb94c25650f02b2f0e1e476fe9cb024a17d910442b940ea21bac3a99588146b8d89ab4adab0eca
 SHA512 
990460eedfd41b6b52278c9dfcac81872e755d40cb839d162bddf44a30eec3a9fd76369847f10edf6c2b2d95cbec562e9a2a6c6dce37f2ee59ca9edfe972a279
-DIST cc-1.0.73.crate 57880 BLAKE2B 
be8d7a25a54afdd759844e76aec61526fc2bd5ca09480e6cdd3bdcf27e5f9d3a88dc16cbcbf54cd021470a7cc521e1ad468116c112bbd30752bac0d5486939ac
 SHA512 
980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985
 DIST cc-1.0.78.crate 61375 BLAKE2B 
fd4765cf5ae0dc7018bc6b56298cd0fa9bf6fe23545e845670d98ce73baee55354e77c6d87cf047f10b074f3d742deca8b5631a250c69b347b4a1fc653965d43
 SHA512 
b85bec4c75cb1d1e252419052e9dd22b6892e54ea36195ff483a04f785b5b103e82b30b778459fd45324ffeb2463aa4f5696baeff2779c25ffe9f65eb99ae893
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST clap-3.1.18.crate 209664 BLAKE2B 
97b499c2909045fe25ed77a22d55f32085e85876e18f00fc23f19fec5e87e1d1a7a9b1c6ac4c44cb6cd4a1fe7647effc9825be0621bd088b17a421ec6e738c0d
 SHA512 
bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39
@@ -21,7 +19,6 @@ DIST crossterm-0.25.0.crate 116533 BLAKE2B 
d39cdd1f4df716974cd0929ca40073ac6e17b
 DIST crossterm_winapi-0.9.0.crate 15561 BLAKE2B 
f84604f1da9cfdd0fc69742eef8088e7d0959073c6f7f37507b065b8537faa20bea8e349bcb1d6836be97f06b4a2c55c4dc63f50eb2f2aba1f34df9b8c9abf1a
 SHA512 
b8c32a82cc83244e8991931e3fe0d85527ee2cc5e6b4a0839d633448dfa8a137c87684e8e079f44edf5a994355e0106bb573b36b57c7420ac5cb6fb0ce20ce8d
 DIST ctor-0.1.22.crate 9311 BLAKE2B 
a13fb97cf767fae19486ca8b970f1712bfcf4ec9edda40c01add4bdb7a81e9136acb1208c79763cd612160bf39b342460fecc334c6e421e7f7ff610c4bc44e2f
 SHA512 
cd7c60dae8fb19c3b10e0bf1ffbcedac90cbbd147d564335e4da2d5483f64ea3dc10ad17d7573b00958db0a72cce45f8b7bc10c32864dd943fe64df8d22b
 DIST diff-0.1.12.crate 10223 BLAKE2B 
369f305661f1da31207f3801ed1841dbce12451ac9c3e9d3736f7158ece433af9b2e42c29063e5d93bb86b1d300e503caa9c3ce7dd0b25553f91d72a9eea5298
 SHA512 
0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16
-DIST difftastic-0.37.0.gh.tar.gz 28624498 BLAKE2B 
7d2b48c19589ac37cfe7c7807429cbe1fca465adcef19b3b21cc16673d31602a90ffb967029b93d976a3448afff47222b117d479ec1d4bf2d8683dfd8b72d3f0
 SHA512 
b26ec8cf7423d870b246b9abfc255ffa5efab1f6690b5a85448dfa2247dbfced34c6e39440556ebb0478e5ff10cbbf7b56483be6fb8c72c9c4c17f7f21af1672
 DIST difftastic-0.42.0.gh.tar.gz 50324806 BLAKE2B 
d245673b2

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

2023-02-03 Thread Patrick McLean
commit: 114270ed0ad1c2dfd9e98f3d2dbb13c11141efc0
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Feb  3 21:25:08 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Feb  3 21:25:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114270ed

dev-util/difftastic: add 0.43.0

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/difftastic/Manifest |  22 
 dev-util/difftastic/difftastic-0.43.0.ebuild | 144 +++
 2 files changed, 166 insertions(+)

diff --git a/dev-util/difftastic/Manifest b/dev-util/difftastic/Manifest
index 7a43c206386c..77f68f21fcba 100644
--- a/dev-util/difftastic/Manifest
+++ b/dev-util/difftastic/Manifest
@@ -17,10 +17,13 @@ DIST crossbeam-channel-0.5.4.crate 88237 BLAKE2B 
ffcab003305b80586a9b61c6309dcf6
 DIST crossbeam-deque-0.8.1.crate 20852 BLAKE2B 
0e7a2616b82c5e501c0f74935adfea3ee09db5475408be83db8f1b6faab4cd5509de2e029bdf6df90435e474ef91f3fc8d482ce3a72966b2a3bec5967666bdc4
 SHA512 
44a4fe1d4ab7457e2b0950be787b76b15e1bb0b1c108d032381ce3fe99bf7bf76f3d1718085660083d813e2639e66fdd3635d9186e85a9eb7267063b117eaca4
 DIST crossbeam-epoch-0.9.8.crate 46012 BLAKE2B 
181df06d1a9925ad1b3e2df70f290fc9c75682037d68c4d3727b3e5bc0f92eaf01c2f8ec239b77f524bc4af53d014cb3c4d49dc82922fa9e65baebee68904a6b
 SHA512 
c102e7ce9e927424f6c7c20f5eef5dee3457ef6ae3b81ab26e7dd4c787dc525610f1dcd85c3b06773b263c0835a717ce39bf35b927cea03abea62bc0a0a15624
 DIST crossbeam-utils-0.8.8.crate 39681 BLAKE2B 
2b3e64bfcaa044a9351c1cc8e9ea53fd68fd0bb9875ae523e0cd309a85ad23b340267bdb742d363b5d99fc065ed74f6cbb3ad1e33dec7d14d99ec458875e7e10
 SHA512 
ab960afdb82863160a3fa1c21c64b35b3112725bd72fc8e0724175937f4b23d0628253032229501938cd86a8e406a59c06cb44e8bdf34619de781a84ebb46ea0
+DIST crossterm-0.25.0.crate 116533 BLAKE2B 
d39cdd1f4df716974cd0929ca40073ac6e17b2dd73f27b48c7b2bcd7cb4545bce544b2e8459812b866936c03a27162b309848e6a92290960619c4efe2a1e0502
 SHA512 
fdf2b5b4bdcbc8c7dc4e8c5e0cdf68cacdb97886b52087dde1f1be9b869c00965c0cf9db64b700801b0d1274b913703ade66a92d47aa8da604121693b8701201
+DIST crossterm_winapi-0.9.0.crate 15561 BLAKE2B 
f84604f1da9cfdd0fc69742eef8088e7d0959073c6f7f37507b065b8537faa20bea8e349bcb1d6836be97f06b4a2c55c4dc63f50eb2f2aba1f34df9b8c9abf1a
 SHA512 
b8c32a82cc83244e8991931e3fe0d85527ee2cc5e6b4a0839d633448dfa8a137c87684e8e079f44edf5a994355e0106bb573b36b57c7420ac5cb6fb0ce20ce8d
 DIST ctor-0.1.22.crate 9311 BLAKE2B 
a13fb97cf767fae19486ca8b970f1712bfcf4ec9edda40c01add4bdb7a81e9136acb1208c79763cd612160bf39b342460fecc334c6e421e7f7ff610c4bc44e2f
 SHA512 
cd7c60dae8fb19c3b10e0bf1ffbcedac90cbbd147d564335e4da2d5483f64ea3dc10ad17d7573b00958db0a72cce45f8b7bc10c32864dd943fe64df8d22b
 DIST diff-0.1.12.crate 10223 BLAKE2B 
369f305661f1da31207f3801ed1841dbce12451ac9c3e9d3736f7158ece433af9b2e42c29063e5d93bb86b1d300e503caa9c3ce7dd0b25553f91d72a9eea5298
 SHA512 
0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16
 DIST difftastic-0.37.0.gh.tar.gz 28624498 BLAKE2B 
7d2b48c19589ac37cfe7c7807429cbe1fca465adcef19b3b21cc16673d31602a90ffb967029b93d976a3448afff47222b117d479ec1d4bf2d8683dfd8b72d3f0
 SHA512 
b26ec8cf7423d870b246b9abfc255ffa5efab1f6690b5a85448dfa2247dbfced34c6e39440556ebb0478e5ff10cbbf7b56483be6fb8c72c9c4c17f7f21af1672
 DIST difftastic-0.42.0.gh.tar.gz 50324806 BLAKE2B 
d245673b25b70c14f3f4a5ae5f568b1da1a62f6954d1d425d5472d86eccecb7296169b55cacf1e53b35deeb9128f0b8f9a8b0635ca3c7821ddf3a068ffc5c3c9
 SHA512 
33d2a5145adf95b00f68ca678d5f1b64e80477fc55f4d661e91673a4b029f430aa22a249c725ec8fb0d98057225646ba6b1c80df5af1ba268966dbd5e10eb43c
+DIST difftastic-0.43.0.gh.tar.gz 50571896 BLAKE2B 
a31fb731ead453b29ebbd502fd7267681bcfb8c5f74ed4636f94f55ff32b7e44f72279c018e001177b7c0e5ffc132f8dccc75d8ed2ffcf2904be6b800fbb5066
 SHA512 
5edb07c22ca9637367cad5bb19b20038cf83d7a8d399e9425dd1dd609ddf5c3f77ce9ec90b691aa7cd4aac9e528ce39633adc63c2899982ee3550ac9a8e3
 DIST either-1.6.1.crate 13641 BLAKE2B 
e5f40c40a5edb6dcb07a10bf79183cbe42438f1f70f3932dce72f6f6e91f75f24d17d82bc447507def4dad4345ffc9dd9162dde778afb253bdb1218e91887949
 SHA512 
4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf
 DIST env_logger-0.7.1.crate 32281 BLAKE2B 
6f1894c64f301ca4b687270c911dbe230f674662aa0561b97c4d2537886e404664b5773d4e223e2018047c222a951232c3cb52ec5bddbfb6665e34c3e7ea52f5
 SHA512 
604060d2ee83ab337a2d20d6784d1b7541534d2fd9e1662fc5c709fa681672a9db5e34d00face864b56ae321962e644ebe29fbb6d68a0d556419cf5d71c6149f
 DIST errno-0.2.8.crate 9276 BLAKE2B 
b73738deb47d1f76ec91ffd15558126d32312647b82677290725669edb01b8f34a503172fad6518ebf0ffb1633ef0afaf0750982b9384a9fb87833d31721c9a8
 SHA512 
1f513743224cd9a9b7e4caaf33dab075a4a79efa90c9f46c9edfb0c8600daccd3ad2677ba2116621e19fcf8be456954da5d611cbcea4b6f1410f7731828b50d1
@@ -35,19 +38,24 @@ DIST io-lifetimes-0.7.3.crate 35680 BLAKE2B 
03e209f6b5f991f5b629fd76e275cc2d4e

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

2023-02-03 Thread Andreas Sturmlechner
commit: e3c73885d0feb788799bfb7d9c40e2b504873a75
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb  3 21:05:09 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb  3 21:42:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c73885

dev-util/uncrustify: drop 0.71.0

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

 dev-util/uncrustify/Manifest |  1 -
 dev-util/uncrustify/uncrustify-0.71.0.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest
index 94e475344aa8..9d7bbed03b08 100644
--- a/dev-util/uncrustify/Manifest
+++ b/dev-util/uncrustify/Manifest
@@ -1,3 +1,2 @@
-DIST uncrustify-0.71.0.tar.gz 1704631 BLAKE2B 
3dc9122647e2c173a776c4ad24c93d7b88fdd00c6c4f3070e68fd7a272218335063d8563446a3c8e72ff68e41d00a265aca76682a8cea201a33230377d7e425a
 SHA512 
220ecbebb1c1d6abadb96c339e4ca9b264a04fa08bc83e9b0fabba5fae425efd1911d175d18b635521614ec9c33aa389fadaeec62ebf28a5d71e595900a92181
 DIST uncrustify-0.75.1.tar.gz 1603502 BLAKE2B 
096a933757b2894f61cf0630f1329f7c118e28469f8bf14b4bc696ffeed031792829a0bb6432c528610e0d58ea3a0a3c007b2d9821f855d646b330fad6e25f2a
 SHA512 
105e723a3421153919f7280288559cdf6a0ff80bf37575348195f8f83f3f3863b0084911ec8b07b0a88147bd8321698e1108c91fa3892fdaed59048d4057e3de
 DIST uncrustify-0.76.0.tar.gz 1653093 BLAKE2B 
4054341aefebdd40fa5b20502e26603d2ca5cb43fe493c5aa9f1e86753bc8becf7733aa36a8c9348010c5a697a353fc67c73e5690beb51067eb7671749f314d6
 SHA512 
2d0f4dcca091890d3c384b2253b87dd51dba264b289890cc0dd39eff307d9f4069638be0493a8814d3e03a58c10dd1dc40bee5afd342ce28cccbc45bb61e9ed9

diff --git a/dev-util/uncrustify/uncrustify-0.71.0.ebuild 
b/dev-util/uncrustify/uncrustify-0.71.0.ebuild
deleted file mode 100644
index 19cca7c41de5..
--- a/dev-util/uncrustify/uncrustify-0.71.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=7
-
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
-   scm_eclass=git-r3
-else
-   KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
-   SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz";
-   S=${WORKDIR}/${PN}-${P}
-fi
-
-inherit cmake ${scm_eclass}
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit python-any-r1
-
-DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
-HOMEPAGE="http://uncrustify.sourceforge.net/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( ${PYTHON_DEPS} )"
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}



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

2023-02-03 Thread Andreas Sturmlechner
commit: 8adb6e4ef72fa1091812fb53fe003e38810b1ece
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb  3 20:59:27 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb  3 21:42:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8adb6e4e

media-sound/wildmidi: drop 0.4.4

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

 media-sound/wildmidi/Manifest  |  1 -
 media-sound/wildmidi/wildmidi-0.4.4.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/media-sound/wildmidi/Manifest b/media-sound/wildmidi/Manifest
index 07efe5000c1c..84611232756e 100644
--- a/media-sound/wildmidi/Manifest
+++ b/media-sound/wildmidi/Manifest
@@ -1,2 +1 @@
-DIST wildmidi-0.4.4.tar.gz 197597 BLAKE2B 
5f5b11bec70b24b4798ac39d4d30420916609f3d65497ef88b48ef292f41d0cc81cc8d9c8c47ffc68705d6297a9ce55ef5d7ebdf63f8c18b8b0f7982c1f60bfc
 SHA512 
5b74ee83f1d7ce3b45d2f996aaa30ec6e7d7808eab294a3eaf6fcef77443523df1f54bb0fb1b3105edd0d72d75885fda1a2e97c68defb5bbd687bda5077d3454
 DIST wildmidi-0.4.5.tar.gz 197793 BLAKE2B 
a0b43e19b4e4ced6c4f536dd5e1ac313acd26ad0c3c9deed7068181666a175f4dfdf5cb522d70fdaf0636cc4b3b1af3cedfda54a6c048b05e828a4d1ad185b77
 SHA512 
0229914ecc60091b649b790a82ad5e755a2b9dfab7443fb3e3c19f4ae64b82817cafe74d78c27f05c68c3c8fb30092c96da732d27ff82fbd7dd7d577facc23d6

diff --git a/media-sound/wildmidi/wildmidi-0.4.4.ebuild 
b/media-sound/wildmidi/wildmidi-0.4.4.ebuild
deleted file mode 100644
index 585df3a4af4c..
--- a/media-sound/wildmidi/wildmidi-0.4.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake readme.gentoo-r1
-
-DESCRIPTION="MIDI processing library and player using the GUS patch set"
-HOMEPAGE="http://www.mindwerks.net/projects/wildmidi/";
-SRC_URI="https://github.com/Mindwerks/${PN}/archive/${P}.tar.gz";
-
-LICENSE="GPL-3+ LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv x86"
-IUSE="+alsa openal oss +player"
-
-DEPEND="
-   player? (
-   alsa? ( media-libs/alsa-lib )
-   openal? ( media-libs/openal )
-   )
-"
-RDEPEND="${DEPEND}
-   media-sound/timidity-freepats
-"
-
-REQUIRED_USE="player? ( ^^ ( alsa oss openal ) )"
-
-DOC_CONTENTS="${PN} is using timidity-freepats for midi playback.
-   A default configuration file was placed on /etc/${PN}/${PN}.cfg.
-   For more information please read the ${PN}.cfg manpage."
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-   cmake_src_prepare
-   # Fix location of media-sound/timidity-freepats
-   # See #749759
-   sed -i -e "s:midi/freepats:timidity/freepats:" cfg/wildmidi.cfg || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWANT_ALSA=$(usex alsa)
-   -DWANT_OPENAL=$(usex openal)
-   -DWANT_OSS=$(usex oss)
-   -DWANT_PLAYER=$(usex player)
-   )
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-
-   insinto /etc/${PN}/
-   doins cfg/wildmidi.cfg
-
-   readme.gentoo_create_doc
-}



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

2023-02-03 Thread Andreas Sturmlechner
commit: f564926359f08eca5d88f9f12055971d5c9d7874
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb  3 21:02:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb  3 21:42:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5649263

dev-util/uncrustify: Sync  with EAPI-8 bump from 0.76.0

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

 dev-util/uncrustify/uncrustify-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/uncrustify/uncrustify-.ebuild 
b/dev-util/uncrustify/uncrustify-.ebuild
index b8521ea0bcb1..a385690fe6b7 100644
--- a/dev-util/uncrustify/uncrustify-.ebuild
+++ b/dev-util/uncrustify/uncrustify-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";



[gentoo-commits] repo/gentoo:master commit in: kde-apps/gwenview/

2023-02-03 Thread Andreas Sturmlechner
commit: e4501fd381a0fb8ea3eb7111ec77f0c5978f440c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb  3 21:07:06 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb  3 21:43:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4501fd3

kde-apps/gwenview: stabilize 22.08.3-r2 for amd64

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

 kde-apps/gwenview/gwenview-22.08.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/gwenview/gwenview-22.08.3-r2.ebuild 
b/kde-apps/gwenview/gwenview-22.08.3-r2.ebuild
index 8afb31926767..e712c33d05f4 100644
--- a/kde-apps/gwenview/gwenview-22.08.3-r2.ebuild
+++ b/kde-apps/gwenview/gwenview-22.08.3-r2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/gwenview/ 
https://userbase.kde.org/Gwenview";
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
 SLOT="5"
-KEYWORDS="~amd64 arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE="activities fits +mpris raw semantic-desktop share X"
 
 # requires running environment



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

2023-02-03 Thread Andreas Sturmlechner
commit: 6e9ea00dc1850804aaebef46a879303c6bf65487
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb  3 20:49:18 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb  3 21:43:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9ea00d

app-text/poppler: add 23.02.0

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

 app-text/poppler/Manifest   |   2 +
 app-text/poppler/poppler-23.02.0.ebuild | 134 
 2 files changed, 136 insertions(+)

diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index 7b60b9cc6548..de9aebfdb354 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -1,2 +1,4 @@
 DIST poppler-23.01.0.tar.xz 1847492 BLAKE2B 
8dd85767a0c101b3d7166719374658a233aff491b0990917aacaa6fb3c5d8e51104b3ac45c78dcfb380286ea48067d1db57c2794d99a93cae9f4d64e9ca3dd07
 SHA512 
a44fd59cdb4dc1c04765990d9666f27538895883fe98a64e7bea30caebeab10875615282307fbd6eacecf83b7a7c8daa81afa1b13ae6c09b80673e3fb8563053
 DIST poppler-23.01.0.tar.xz.sig 833 BLAKE2B 
46c3910627fd69930fd428397e739e3fe41c9b835379dfe7abbdf421049a77b33ce1cf6a44bd386278d3610ae2547d119ac6da4c3bfa7f348c51fbce7319a878
 SHA512 
0cebaac1846e6b3944175bcb28b49592d562738c009a97e048abe9f6677718c97bea2b470ea503b8dd083fc5f154e71d539cf1e3bce08363c6979d268dcdfd3b
+DIST poppler-23.02.0.tar.xz 1847612 BLAKE2B 
ca5187432c5088372f0b8f4fcd39a93998b28e505d214964de99cd03db555f8f80b05de19874264b1d732d2c45388562faead50b2b82116bb6031690419abd8c
 SHA512 
0765319a1b106da740c7300172866e774ccbeec0bc0e938f009efd1a106b35ca2e5ab60a523e1d1dd5682b30499de4dffed0a1ca129c770263a096f781337a2c
+DIST poppler-23.02.0.tar.xz.sig 833 BLAKE2B 
48b46b92d8d95f25a0619aaa50c29c652e91ba99c5f8d5f30cbb879a2145e3a21df0258585ee9e44d036f4a8c1d54023e1bb22aa0d90bf69403b37c601b37ef2
 SHA512 
68fe9d46ec6f7f1b6d0d7becf96675477454af9218ad20ad159d8a06def73f08db59915adbb77b520e3e43091aaf895e045c7ccaafb57d2b2b9390e84e70a963

diff --git a/app-text/poppler/poppler-23.02.0.ebuild 
b/app-text/poppler/poppler-23.02.0.ebuild
new file mode 100644
index ..750ab1f52a57
--- /dev/null
+++ b/app-text/poppler/poppler-23.02.0.ebuild
@@ -0,0 +1,134 @@
+# Copyright 2005-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake toolchain-funcs xdg-utils
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git";
+   SLOT="0/"
+else
+   VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/aacid.asc
+   inherit verify-sig
+
+   SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz";
+   SRC_URI+=" verify-sig? ( 
https://poppler.freedesktop.org/${P}.tar.xz.sig )"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   SLOT="0/126"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
+fi
+
+DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
+HOMEPAGE="https://poppler.freedesktop.org/";
+
+LICENSE="GPL-2"
+IUSE="boost cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms 
nss png qt5 tiff +utils"
+
+# No test data provided
+RESTRICT="test"
+
+COMMON_DEPEND="
+   >=media-libs/fontconfig-2.13
+   >=media-libs/freetype-2.10
+   sys-libs/zlib
+   cairo? (
+   >=dev-libs/glib-2.64:2
+   >=x11-libs/cairo-1.16
+   introspection? ( >=dev-libs/gobject-introspection-1.64:= )
+   )
+   curl? ( net-misc/curl )
+   jpeg? ( >=media-libs/libjpeg-turbo-1.1.0:= )
+   jpeg2k? ( >=media-libs/openjpeg-2.3.0-r1:2= )
+   lcms? ( media-libs/lcms:2 )
+   nss? ( >=dev-libs/nss-3.49 )
+   png? ( media-libs/libpng:0= )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtxml:5
+   )
+   tiff? ( media-libs/tiff:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   cjk? ( app-text/poppler-data )
+"
+DEPEND="${COMMON_DEPEND}
+   boost? ( >=dev-libs/boost-1.71 )
+"
+BDEPEND="
+   >=dev-util/glib-utils-2.64
+   virtual/pkgconfig
+"
+
+if [[ ${PV} != ** ]] ; then
+   BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-aacid )"
+fi
+
+DOCS=( AUTHORS NEWS README.md README-XPDF )
+
+PATCHES=(
+   "${FILESDIR}/${PN}-20.12.1-qt5-deps.patch"
+   "${FILESDIR}/${PN}-21.09.0-respect-cflags.patch"
+   "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch"
+)
+
+src_prepare() {
+   cmake_src_prepare
+
+   # Clang doesn't grok this flag, the configure nicely tests that, but
+   # cmake just uses it, so remove it if we use clang
+   if tc-is-clang ; then
+   sed -e 's/-fno-check-new//' -i 
cmake/modules/PopplerMacros.cmake || die
+   fi
+
+   if ! grep -Fq 'cmake_policy(SET

[gentoo-commits] repo/gentoo:master commit in: kde-apps/gwenview/

2023-02-03 Thread Andreas Sturmlechner
commit: 17b83f2a2c146391259ab83d155ec7452422f833
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb  3 21:07:45 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb  3 21:43:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b83f2a

kde-apps/gwenview: drop 22.08.3-r1

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

 kde-apps/gwenview/gwenview-22.08.3-r1.ebuild | 104 ---
 1 file changed, 104 deletions(-)

diff --git a/kde-apps/gwenview/gwenview-22.08.3-r1.ebuild 
b/kde-apps/gwenview/gwenview-22.08.3-r1.ebuild
deleted file mode 100644
index 5ac22d1ac5fd..
--- a/kde-apps/gwenview/gwenview-22.08.3-r1.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.96.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org optfeature
-
-DESCRIPTION="Image viewer by KDE"
-HOMEPAGE="https://apps.kde.org/gwenview/ https://userbase.kde.org/Gwenview";
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-IUSE="activities fits +mpris raw semantic-desktop share X"
-
-# requires running environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   media-gfx/exiv2:=
-   media-libs/kcolorpicker
-   >=media-libs/kimageannotator-0.5.0
-   media-libs/lcms:2
-   media-libs/libjpeg-turbo:=
-   media-libs/libpng:0=
-   >=media-libs/phonon-4.11.0
-   media-libs/tiff:=
-   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
-   fits? ( sci-libs/cfitsio )
-   mpris? ( >=dev-qt/qtdbus-${QTMIN}:5 )
-   raw? ( >=kde-apps/libkdcraw-${PVCUT}:5 )
-   semantic-desktop? (
-   >=kde-frameworks/baloo-${KFMIN}:5
-   >=kde-frameworks/kfilemetadata-${KFMIN}:5
-   )
-   share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libX11
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
-   >=dev-qt/qtimageformats-${QTMIN}:5
-   >=kde-frameworks/kimageformats-${KFMIN}:5
-"
-
-PATCHES=( "${FILESDIR}/${P}-without_x11.patch" )
-
-src_prepare() {
-   ecm_src_prepare
-   if ! use mpris; then
-   # FIXME: upstream a better solution
-   sed -e "/set(HAVE_QTDBUS/s/\${Qt5DBus_FOUND}/0/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package activities KF5Activities)
-   $(cmake_use_find_package fits CFitsio)
-   $(cmake_use_find_package raw KF5KDcraw)
-   -DGWENVIEW_SEMANTICINFO_BACKEND=$(usex semantic-desktop Baloo 
None)
-   $(cmake_use_find_package share KF5Purpose)
-   -DWITHOUT_X11=$(usex !X)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "SVG support" kde-apps/svgpart:${SLOT}
-   fi
-   ecm_pkg_postinst
-}



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

2023-02-03 Thread Ionen Wolkens
commit: 32cc47fd3f546e2ab9c3ed86c4bdfde94eb06d44
Author: orbea  riseup  net>
AuthorDate: Fri Feb  3 18:52:54 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Feb  3 21:48:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cc47fd

dev-libs/trio: Add 1.17.1

Closes: https://github.com/gentoo/gentoo/pull/29415
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-libs/trio/Manifest   |  1 +
 dev-libs/trio/trio-1.17.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-libs/trio/Manifest b/dev-libs/trio/Manifest
index cecd5482f771..13860a36a3c4 100644
--- a/dev-libs/trio/Manifest
+++ b/dev-libs/trio/Manifest
@@ -1 +1,2 @@
+DIST trio-1.17.1.tar.gz 466909 BLAKE2B 
1403c2534623b536de519cd428ac75480ecc0fcb9fbba693e329a923471947f068cae1e1fd453d10863255369e830ef5d8a75475d95f0f903e66936a9fa48e2b
 SHA512 
574e360d88be838d13d7df5259c68809187a578d8d04981812ff768d3ab80215baf5595952994ec9fabbe3a6ce71512a7cd16d6a29b4f91dcd1b6f2ebcd3ed98
 DIST trio-1.17.tar.gz 452237 BLAKE2B 
77ff673cc103b07b1424720d28c49d2e33a1402a98d8d21124fabb0cafd3498a99976d808cbbc5a90e1b3a063c6af68c3daf94768d533e4a762b730a253fa012
 SHA512 
19f4732b32c6a3754677d5766399fa70083c6a78c0d04b1dfa10a578b21405ba3e3d3af6543e4811f5fd305ec2727781a1b0f2888e59c574ca735f8406da7954

diff --git a/dev-libs/trio/trio-1.17.1.ebuild b/dev-libs/trio/trio-1.17.1.ebuild
new file mode 100644
index ..b95d89d446c0
--- /dev/null
+++ b/dev-libs/trio/trio-1.17.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DOCS_BUILDER="doxygen"
+DOCS_DIR="doc"
+
+inherit autotools docs
+
+DESCRIPTION="Portable string functions, focus on the *printf() and *scanf() 
clones"
+HOMEPAGE="https://daniel.haxx.se/projects/trio/";
+SRC_URI="https://github.com/orbea/trio/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="trio"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   default
+   docs_compile
+}
+
+src_install() {
+   default
+   find "${ED}" -type f -name '*.la' -delete || die
+}



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

2023-02-03 Thread Ionen Wolkens
commit: a067c1c556670fd448a72351f21fe6582920b2af
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Feb  3 21:49:08 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Feb  3 21:49:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a067c1c5

dev-libs/trio: drop unused inherit

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

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

diff --git a/dev-libs/trio/trio-1.17.1.ebuild b/dev-libs/trio/trio-1.17.1.ebuild
index b95d89d446c0..251a5761 100644
--- a/dev-libs/trio/trio-1.17.1.ebuild
+++ b/dev-libs/trio/trio-1.17.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DOCS_BUILDER="doxygen"
 DOCS_DIR="doc"
 
-inherit autotools docs
+inherit docs
 
 DESCRIPTION="Portable string functions, focus on the *printf() and *scanf() 
clones"
 HOMEPAGE="https://daniel.haxx.se/projects/trio/";



[gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/config/, buildbot_gentoo_ci/db/, sql/

2023-02-03 Thread Magnus Granberg
commit: 102c51d88be07b23cd24d4cad6fad5e71edacb4c
Author: Magnus Granberg  gentoo  org>
AuthorDate: Fri Feb  3 22:21:42 2023 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Fri Feb  3 22:21:42 2023 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=102c51d8

Add support for binhost on docker image build

Signed-off-by: Magnus Granberg  gentoo.org>

 buildbot_gentoo_ci/config/workers.py |  2 +-
 buildbot_gentoo_ci/db/model.py   |  3 ++-
 buildbot_gentoo_ci/db/workers.py | 13 -
 sql/gentoo_ci_schema.sql |  3 ++-
 4 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/buildbot_gentoo_ci/config/workers.py 
b/buildbot_gentoo_ci/config/workers.py
index 3dcef1a..c29502e 100644
--- a/buildbot_gentoo_ci/config/workers.py
+++ b/buildbot_gentoo_ci/config/workers.py
@@ -43,7 +43,7 @@ def getDockerHost(props, docker_worker):
 node_data = yield gentooci.db.workers.getNodeByUuid(node['node_uuid'])
 print(worker_data)
 print(node_data)
-return node_data['host_url']
+return node_data['docker_host_url']
 
 @util.renderer
 @defer.inlineCallbacks

diff --git a/buildbot_gentoo_ci/db/model.py b/buildbot_gentoo_ci/db/model.py
index 87d7dbc..a4b5935 100644
--- a/buildbot_gentoo_ci/db/model.py
+++ b/buildbot_gentoo_ci/db/model.py
@@ -372,7 +372,8 @@ class Model(base.DBConnectorComponent):
 sa.Column('uuid', sa.String(36), primary_key=True,
   default=lambda: str(uuid.uuid4())),
 sa.Column('name', sa.String(255), nullable=False),
-sa.Column('host_url', sa.String(255), nullable=False),
+sa.Column('docker_host_url', sa.String(255), nullable=False),
+sa.Column('bin_host_url', sa.String(255), nullable=False),
 sa.Column('enable', sa.Boolean, default=False),
 )
 

diff --git a/buildbot_gentoo_ci/db/workers.py b/buildbot_gentoo_ci/db/workers.py
index e82a6b2..d09d88c 100644
--- a/buildbot_gentoo_ci/db/workers.py
+++ b/buildbot_gentoo_ci/db/workers.py
@@ -130,6 +130,16 @@ class WorkersConnectorComponent(base.DBConnectorComponent):
 res = yield self.db.pool.do(thd)
 return res
 
+@defer.inlineCallbacks
+def getAllNodes(self):
+def thd(conn):
+tbl = self.db.model.nodes
+q = tbl.select()
+return [self._row2dict_node(conn, row)
+for row in conn.execute(q).fetchall()]
+res = yield self.db.pool.do(thd)
+return res
+
 def _row2dict(self, conn, row):
 return dict(
 uuid=row.uuid,
@@ -164,7 +174,8 @@ class WorkersConnectorComponent(base.DBConnectorComponent):
 return dict(
 uuid=row.uuid,
 name=row.name,
-host_url=row.host_url,
+docker_host_url=row.docker_host_url,
+bin_host_url=row.bin_host_url,
 enable=row.enable
 )
 def _row2dict_node_worker(self, conn, row):

diff --git a/sql/gentoo_ci_schema.sql b/sql/gentoo_ci_schema.sql
index ff81661..5956664 100644
--- a/sql/gentoo_ci_schema.sql
+++ b/sql/gentoo_ci_schema.sql
@@ -274,7 +274,8 @@ ALTER TABLE public.migrate_version OWNER TO buildbot;
 
 CREATE TABLE public.nodes (
 name character varying,
-host_url character varying,
+docker_host_url character varying,
+bin_host_url character varying,
 enable boolean,
 uuid character varying(36) NOT NULL
 );



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

2023-02-03 Thread James Le Cuirot
commit: 9b04531303ae21e4b43232cf86a497c14335a259
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Feb  3 22:31:00 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Feb  3 22:33:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b045313

www-client/vivaldi: Bump ffmpeg-chromium version to 106

Signed-off-by: James Le Cuirot  gentoo.org>

 .../{vivaldi-5.6.2867.62.ebuild => vivaldi-5.6.2867.62-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/vivaldi/vivaldi-5.6.2867.62.ebuild 
b/www-client/vivaldi/vivaldi-5.6.2867.62-r1.ebuild
similarity index 98%
rename from www-client/vivaldi/vivaldi-5.6.2867.62.ebuild
rename to www-client/vivaldi/vivaldi-5.6.2867.62-r1.ebuild
index 6360223e0294..9c296c0f9dbd 100644
--- a/www-client/vivaldi/vivaldi-5.6.2867.62.ebuild
+++ b/www-client/vivaldi/vivaldi-5.6.2867.62-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-CHROMIUM_VERSION="102"
+CHROMIUM_VERSION="106"
 CHROMIUM_LANGS="
af
am



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

2023-02-03 Thread James Le Cuirot
commit: c9b7159729258c77f3d225a7c39b68cb97f0bc14
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Feb  3 22:25:40 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Feb  3 22:33:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b71597

www-client/vivaldi-snapshot: Add version 5.7.2921.3

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-5.7.2921.3.ebuild | 216 +
 2 files changed, 219 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index eba682033104..f26650d8ed0a 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-snapshot_5.7.2901.3-1_armhf.deb 91114032 BLAKE2B 
d3cbd4ac585368e92b
 DIST vivaldi-snapshot_5.7.2914.3-1_amd64.deb 102131172 BLAKE2B 
feb804d29a5eab26966fc3a078fed338ec4644284765d1f721e868fc78548ea5b5a23a1343abe0df75d83710bea3f0ab108325f5e8f03005fb72fea1f0ba3435
 SHA512 
e73ead082f7d670106b842adba22d09f4c4ec5ce97489d8f29e6e2ad5cfc4479d71e25b89c7d2eb64dc93f0ef3163d07eb9d6f2436543097c637f8546e02c89d
 DIST vivaldi-snapshot_5.7.2914.3-1_arm64.deb 91508920 BLAKE2B 
223d4b0ddf5550cb115f59d79bb75aea54dcb8d5668c54078a8e746c3ffd4c84c2542126f15831d0cc5c3c51be5d4df70986ff478670f2114c56a05647501823
 SHA512 
a1a3f31813714d97f8f20edbc98b9f972ce55bb2d267d2d86f1151bc6e5c4e88dd80617e62482a46768df2c89bbab2ec19d522eda8210a43baf29771b2e7b8de
 DIST vivaldi-snapshot_5.7.2914.3-1_armhf.deb 91554044 BLAKE2B 
5a862f403d280520e9c30f565371cc61ad3674bb4fbfecea5e6670afc59272de64f612ddb6371853fcc5d6b57ebaf481fc480c459e530f84c42fdc99722b9511
 SHA512 
4fa35f33beef93f77e360d766b3d1beeaa7e7ca295de04cba4d8e6cce153273dc13bdb247430f33886ab1831c40a2eb1eded3896eb4bd5c26cfc65bb81377ead
+DIST vivaldi-snapshot_5.7.2921.3-1_amd64.deb 101565204 BLAKE2B 
83cf1884d8ca4d4dd85a98e504f2a31bd6dcad9eaa10a1f5243602fd481a5798e4814f8ed727bf85cce7b78b1c5f71e4b7906a10810880d0efd50280b5f0514c
 SHA512 
63c4f48df434f96db4ee2394966dea159ae7ea249e68e611e33f49633deeda306a72b85131102e3f23d49f0f7e23c1a2ca55ee0db02f0b97350ae0edccbf0d94
+DIST vivaldi-snapshot_5.7.2921.3-1_arm64.deb 91095772 BLAKE2B 
47a8ff9027edcbe7060460f8397531da8197515e831d60e3b67f0887d3ad0f18b4f3578f40e8685428694180ebf35450e9b2d4f925649c176d2d7a324c1cd527
 SHA512 
fba9f3879e53d44277072c4d7fed86900873b751da23e297fb8acee434b46f3d3085b131a1a7c5558ba54b5c06e3c89ce79fca76a4dea4bf82834473aaa4600b
+DIST vivaldi-snapshot_5.7.2921.3-1_armhf.deb 90772492 BLAKE2B 
f5c264f87dd03b3653533dcbb2994c787318442e17d0182e3d9154a7e379bd11528a32800415e0a734b37ad83b560fca44072c984fa260628886908a79bb7bae
 SHA512 
07a5995d463a9eb57fb9c4b4343e9d08360ab6121f8372e0e91fcec8c2bb3b086b50c323faa82f0a4e5f1f1ba98d91b8729fd2c7ec5675c68c5e4090965b96fd

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-5.7.2921.3.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-5.7.2921.3.ebuild
new file mode 100644
index ..9c296c0f9dbd
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-5.7.2921.3.ebuild
@@ -0,0 +1,216 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_VERSION="106"
+CHROMIUM_LANGS="
+   af
+   am
+   ar
+   az
+   be
+   bg
+   bn
+   ca
+   cs
+   da
+   de
+   de-CH
+   el
+   en-GB
+   en-US
+   eo
+   es
+   es-419
+   es-PE
+   et
+   eu
+   fa
+   fi
+   fil
+   fr
+   fy
+   gd
+   gl
+   gu
+   he
+   hi
+   hr
+   hu
+   hy
+   id
+   io
+   is
+   it
+   ja
+   jbo
+   ka
+   kab
+   kn
+   ko
+   ku
+   lt
+   lv
+   mk
+   ml
+   mr
+   ms
+   nb
+   nl
+   nn
+   pa
+   pl
+   pt-BR
+   pt-PT
+   ro
+   ru
+   sc
+   sk
+   sl
+   sq
+   sr
+   sr-Latn
+   sv
+   sw
+   ta
+   te
+   th
+   tr
+   uk
+   ur
+   vi
+   zh-CN
+   zh-TW
+"
+
+inherit chromium-2 desktop unpacker xdg
+
+VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/";
+
+if [[ ${PV} = *_p* ]]; then
+   DEB_REV="${PV#*_p}"
+else
+   DEB_REV=1
+fi
+
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_";
+
+RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
+RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
+RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
+RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86

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

2023-02-03 Thread James Le Cuirot
commit: 455032cfe2ff9f1201df2e70d5867fa64d6751fb
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Feb  3 22:31:24 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Feb  3 22:33:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455032cf

www-client/vivaldi: Stabilise 5.6.2867.62-r1 on amd64

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi/vivaldi-5.6.2867.62-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/vivaldi/vivaldi-5.6.2867.62-r1.ebuild 
b/www-client/vivaldi/vivaldi-5.6.2867.62-r1.ebuild
index 9c296c0f9dbd..54cd855ccb0e 100644
--- a/www-client/vivaldi/vivaldi-5.6.2867.62-r1.ebuild
+++ b/www-client/vivaldi/vivaldi-5.6.2867.62-r1.ebuild
@@ -97,7 +97,7 @@ else
DEB_REV=1
 fi
 
-KEYWORDS="-* ~amd64 ~arm ~arm64"
+KEYWORDS="-* amd64 ~arm ~arm64"
 
VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_";
 
 RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"



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

2023-02-03 Thread James Le Cuirot
commit: 06f3f3d190f03ecb1941d2911aa1a800c19ed358
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Feb  3 22:28:11 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Feb  3 22:33:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f3f3d1

www-client/vivaldi-snapshot: Drop old 5.7.2901.3-r1

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-5.7.2901.3-r1.ebuild  | 216 -
 2 files changed, 219 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index f26650d8ed0a..16a7f185d15f 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot_5.7.2901.3-1_amd64.deb 101355148 BLAKE2B 
e93947eeb172a4cb1d5190189d35f0f4aea6a113c2358ad0cd7c50b03850e001dd2713b6644854e27f9f67b7b3c3960540d3c5cd56d6edaded76d44f5156
 SHA512 
a230575cfdea708a9e57ea9e57e644612f10aa39f81bce6a28ae9874e3ba127867229734fc0c9d262318138ab7774d366179bfb41a1712371c02c76ebda44e8a
-DIST vivaldi-snapshot_5.7.2901.3-1_arm64.deb 90987328 BLAKE2B 
c65a44ddceead5a43082714563e21b03a6edeeb82c92ea0fc81a61473b6faa05b20de1d1c1ebf908605292837a59d5349f4267f3db06e463f612b9ae28d0de61
 SHA512 
c42a65b20505da69bd3ba00b56a38662b8eece57e9d5a87c1712a05509d3cbec9e651b3d0c5af37dd4db2a74c386944dd8991bfeb23225b3c9fdf22d25cadbb8
-DIST vivaldi-snapshot_5.7.2901.3-1_armhf.deb 91114032 BLAKE2B 
d3cbd4ac585368e92b2ef7e15f05a5912e0e298bda1ba480d40edaa4c324ad28739f218eb0edc5b509488feda7c96ae819530142df930f363d74c25f7f118fde
 SHA512 
224cc5a062394932abb3c712840cab874d849960c945bf529efc1987a2034b5c4089a728dbada5362c167fc786ebc567f2fdd91eb06affa37cc263f9ae1b28c6
 DIST vivaldi-snapshot_5.7.2914.3-1_amd64.deb 102131172 BLAKE2B 
feb804d29a5eab26966fc3a078fed338ec4644284765d1f721e868fc78548ea5b5a23a1343abe0df75d83710bea3f0ab108325f5e8f03005fb72fea1f0ba3435
 SHA512 
e73ead082f7d670106b842adba22d09f4c4ec5ce97489d8f29e6e2ad5cfc4479d71e25b89c7d2eb64dc93f0ef3163d07eb9d6f2436543097c637f8546e02c89d
 DIST vivaldi-snapshot_5.7.2914.3-1_arm64.deb 91508920 BLAKE2B 
223d4b0ddf5550cb115f59d79bb75aea54dcb8d5668c54078a8e746c3ffd4c84c2542126f15831d0cc5c3c51be5d4df70986ff478670f2114c56a05647501823
 SHA512 
a1a3f31813714d97f8f20edbc98b9f972ce55bb2d267d2d86f1151bc6e5c4e88dd80617e62482a46768df2c89bbab2ec19d522eda8210a43baf29771b2e7b8de
 DIST vivaldi-snapshot_5.7.2914.3-1_armhf.deb 91554044 BLAKE2B 
5a862f403d280520e9c30f565371cc61ad3674bb4fbfecea5e6670afc59272de64f612ddb6371853fcc5d6b57ebaf481fc480c459e530f84c42fdc99722b9511
 SHA512 
4fa35f33beef93f77e360d766b3d1beeaa7e7ca295de04cba4d8e6cce153273dc13bdb247430f33886ab1831c40a2eb1eded3896eb4bd5c26cfc65bb81377ead

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-5.7.2901.3-r1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-5.7.2901.3-r1.ebuild
deleted file mode 100644
index 3f823b4434d3..
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-5.7.2901.3-r1.ebuild
+++ /dev/null
@@ -1,216 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_VERSION="106"
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   az
-   be
-   bg
-   bn
-   ca
-   cs
-   da
-   de
-   de-CH
-   el
-   en-GB
-   en-US
-   eo
-   es
-   es-419
-   es-PE
-   et
-   eu
-   fa
-   fi
-   fil
-   fr
-   fy
-   gd
-   gl
-   gu
-   he
-   hi
-   hr
-   hu
-   hy
-   id
-   io
-   is
-   it
-   ja
-   jbo
-   ka
-   kab
-   kn
-   ko
-   ku
-   lt
-   lv
-   mk
-   ml
-   mr
-   ms
-   nb
-   nl
-   nn
-   pa
-   pl
-   pt-BR
-   pt-PT
-   ro
-   ru
-   sc
-   sk
-   sl
-   sq
-   sr
-   sr-Latn
-   sv
-   sw
-   ta
-   te
-   th
-   tr
-   uk
-   ur
-   vi
-   zh-CN
-   zh-TW
-"
-
-inherit chromium-2 desktop unpacker xdg
-
-VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/";
-
-if [[ ${PV} = *_p* ]]; then
-   DEB_REV="${PV#*_p}"
-else
-   DEB_REV=1
-fi
-
-KEYWORDS="-* ~amd64 ~arm ~arm64"
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_";
-
-RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
-RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
-RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
-RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86? ( 
${VIVALDI_BASE_URI}i386.deb )"
-
-LICENSE="Vivaldi"
-SLOT="0"
-IU

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

2023-02-03 Thread James Le Cuirot
commit: 1fa53f4d81629cbcff4cd11c0aa1c7a9dc2ecb25
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Feb  3 22:23:12 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Feb  3 22:23:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa53f4d

media-video/ffmpeg-chromium: Stabilise 106 on amd64

Signed-off-by: James Le Cuirot  gentoo.org>

 media-video/ffmpeg-chromium/ffmpeg-chromium-106.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-106.ebuild 
b/media-video/ffmpeg-chromium/ffmpeg-chromium-106.ebuild
index dab5245bdb83..c344db389d2a 100644
--- a/media-video/ffmpeg-chromium/ffmpeg-chromium-106.ebuild
+++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-106.ebuild
@@ -16,7 +16,7 @@ LICENSE="
gpl? ( GPL-2 )
 "
 
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
 
 # Options to use as use_enable in the foo[:bar] form.
 # This will feed configure with $(use_enable foo bar)



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

2023-02-03 Thread James Le Cuirot
commit: 65b100d2189d3fd35f32aa8f24bd02f8af672120
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Feb  3 22:31:43 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Feb  3 22:33:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b100d2

www-client/vivaldi: Drop old 5.6.2867.58

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi/Manifest   |   3 -
 www-client/vivaldi/vivaldi-5.6.2867.58.ebuild | 216 --
 2 files changed, 219 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index dd37b3f71e90..8870fee8b2ae 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-stable_5.6.2867.58-1_amd64.deb 101303448 BLAKE2B 
bf2fc19a0a62c29765c7299e392e445e162c47199ce55a191652aec4481de048c3b56a17ad6a5f3f9e3b646ac5598a370d9e57d8ba4392f33f2ed85490f6bd3b
 SHA512 
ca07c0780c7733546288e9133f2973aa21c408e2ee77a388b3f0fcba5ae19b61b52fd76eabd0538232f7709daadc4c9be7f4c1ae0326ba5ac68d41da292b52cb
-DIST vivaldi-stable_5.6.2867.58-1_arm64.deb 91003620 BLAKE2B 
b850450286ad45f9a22c5ce691fb1e013c1625997c06e2daffa36adc2bf0ebe8e9714e4f4d460206709764b11950bd958c09189fd54304e1a1e8a02bfb386977
 SHA512 
36b79213b6d376fb0b47f380df7968944e3343a7305c24e17e89a311d1792fd375447113a40b3b3a93282a85d268c1ae5f2ab3c0251cfa012839b83bf463d173
-DIST vivaldi-stable_5.6.2867.58-1_armhf.deb 91108960 BLAKE2B 
08df248cc122721c7f502545274a459fe39629d51ca2e76629e19499315f32c1e92c199101531c186c5e550b48e72ba033ef4a89139f9b574e20045fca9eefd0
 SHA512 
b6a989c84131355f1bced3c017d8745731bcf393b519d2b94ccaab727c132d4468bf1d30973fde7b872c715672dff13b62c6f87e2d0746c5e950b3ab6bf74a89
 DIST vivaldi-stable_5.6.2867.62-1_amd64.deb 101307028 BLAKE2B 
a1ffc864c3af6ddd0ea75d8dc9b05ec6992a6e42ddefb3b33d38a88acdc172dcc94eb2b2c21e444cf61dbe4afb12c3b2d9d8b650c806c1e021878196a95c8304
 SHA512 
21ee85f953a5ee3549eaa3ffc953df056799118239ef4e5c66977ebd7cc933bf40e22356313b8a1a2042f9b8d2b6c17f10bc4e0be34d92d16b1f957c50bc6dd2
 DIST vivaldi-stable_5.6.2867.62-1_arm64.deb 90983876 BLAKE2B 
bcfa8915e9950ec917c43e9c24cfaea98b4633f10e2b99947f8571925505fe54769a99bf43edd4bfeef5839b105701ee5b4abeb45ceb3d8b302f4573b283734c
 SHA512 
7aa69c536aaaeab1e0030f390a8c2cf02d122f8086509cd496da8906f9e9681fd964a57cdbb3821c36ff5f8d6f71adf4b12115b8a140b49e9d760b04068db504
 DIST vivaldi-stable_5.6.2867.62-1_armhf.deb 91079228 BLAKE2B 
9c9f5f49bc46ff251a5fd276449f4513bb3371fa14a6007a14da9df4018c6fe55ba8f9113e5e9e263db4502488bea1eabf5d88a03e8afd6e30a4f0d4bcf666f2
 SHA512 
8cdfdc8e3de4c8b7c265ac6d6ba8e624e7d5dd7c888b232552d405b271098b940866a8cd195c99cd745cb19489eb3bb6966eea81206a405c43db98b3ac478994

diff --git a/www-client/vivaldi/vivaldi-5.6.2867.58.ebuild 
b/www-client/vivaldi/vivaldi-5.6.2867.58.ebuild
deleted file mode 100644
index 2c0ddd55ba88..
--- a/www-client/vivaldi/vivaldi-5.6.2867.58.ebuild
+++ /dev/null
@@ -1,216 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_VERSION="102"
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   az
-   be
-   bg
-   bn
-   ca
-   cs
-   da
-   de
-   de-CH
-   el
-   en-GB
-   en-US
-   eo
-   es
-   es-419
-   es-PE
-   et
-   eu
-   fa
-   fi
-   fil
-   fr
-   fy
-   gd
-   gl
-   gu
-   he
-   hi
-   hr
-   hu
-   hy
-   id
-   io
-   is
-   it
-   ja
-   jbo
-   ka
-   kab
-   kn
-   ko
-   ku
-   lt
-   lv
-   mk
-   ml
-   mr
-   ms
-   nb
-   nl
-   nn
-   pa
-   pl
-   pt-BR
-   pt-PT
-   ro
-   ru
-   sc
-   sk
-   sl
-   sq
-   sr
-   sr-Latn
-   sv
-   sw
-   ta
-   te
-   th
-   tr
-   uk
-   ur
-   vi
-   zh-CN
-   zh-TW
-"
-
-inherit chromium-2 desktop unpacker xdg
-
-VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/";
-
-if [[ ${PV} = *_p* ]]; then
-   DEB_REV="${PV#*_p}"
-else
-   DEB_REV=1
-fi
-
-KEYWORDS="-* amd64 ~arm ~arm64"
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_";
-
-RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
-RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
-RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
-RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86? ( 
${VIVALDI_BASE_URI}i386.deb )"
-
-LICENSE="Vivaldi"
-SLOT="0"
-IUSE="gtk proprietary-codecs qt5 widevine"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   || (
-   >=app-acce

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

2023-02-03 Thread Ionen Wolkens
commit: 0fa369f9e09df4bf39b6d2ac98bf8d2b2ad3ca1c
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Feb  3 22:10:54 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Feb  3 22:46:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa369f9

app-emulation/wine-staging: add 8.1

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

 app-emulation/wine-staging/Manifest|   2 +
 app-emulation/wine-staging/wine-staging-8.1.ebuild | 355 +
 2 files changed, 357 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 70cb7191cd1a..be7f7231f247 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,6 +1,8 @@
 DIST wine-7.19.tar.xz 28502612 BLAKE2B 
b7b270656955c7a1e1d84e8bbc7e3e8abff5aedadb5e8a458f0b1109d746875a359f3d2f53b1c9c6caae65d17fd1d205466cd3a884034a8bad6afe9456f13b5d
 SHA512 
f76dbda97cccad4c0f249b5dd4e8d48afa832134f1704ae228650bb73ee82823e628b23bd53a3f8729e06a8933597ff2fffa5551f156fc9c9181b67c066747d5
 DIST wine-7.22.tar.xz 28974052 BLAKE2B 
c86466964817b916ee8f7b687f193eda8bdd3fb17152ab1565971e36f43b12b540033ac1c5fa5d15576041febd32cf1ea2955732c5386debcbda46fb3acca0f1
 SHA512 
bf58a5b98bef5b291aff1eca3f94c28da95990e4c8da9af5e9e28b9480d57163d088b501b0c1bca5b568bf586dd9933cdc1ea1f371b78d95c94e2d25d0a65efc
 DIST wine-8.0.tar.xz 29054044 BLAKE2B 
baf8f96b665119c9f38a148a2472dbe8f6ca8d4641d9d09d48cb72cb4de2585c274b8b7981c2fa622ead6da2f087c57652e9b48edc8a17c0cfd6be9a36732f02
 SHA512 
53ba813b260a65a271ec575822725b97631f60038fb026dcc0fe66862711eedcc29a8feb29ff54ae4f64458f85c290d8f3838eff5e4c77a5420a7d2b951fef77
+DIST wine-8.1.tar.xz 29083080 BLAKE2B 
6eed2128627f15159ad80588ebe839de76cb9a536797d7da136b61f56033ece60c60208702b7928cdb297c1d8730baae0d6bb0ac7a0473c34ed44b5c5edaaec5
 SHA512 
3f0477c26f293cf928acbdae2ffb98740ac227a605ec90f3ab3d35c0dbca2037529ff4e4de0b69cc975579ad14dc2fb8b52e050cfd99cffcc627418cf8cb4346
 DIST wine-staging-7.19.tar.gz 9523048 BLAKE2B 
e53fd47af493cbdc4542f908a39557324d70ad67ff2e06c80296c006a63518e43988750cab2f4d3d9197fc9c8a1e61ed4d96bcc310b82b6cfc8ec12b941f1c5c
 SHA512 
c51cb18c4ae00eccf414f5edda18ebf363674ba7cfa95da135b3a43b7c012c086d454d6ac32b22d98e611bb87e55c3e1ee95571a4a0c9713028b5ac38e8aed3f
 DIST wine-staging-7.22.tar.gz 9528424 BLAKE2B 
e41f24f924117259715505f4f9998ef23a657bca5b0e285feb7f9fd732e6b566a495f48ec59af09b1d4d51db522b051028f6cbba748256e939929fbf978f0e44
 SHA512 
5fdac19ec290c67767fac71abe07d9350ec431919c67a0f2d2df18ced20f1d3dddb921b3d5586d03add187c6281e1a691cc220e8d2d5ad4eeb94015721479d65
 DIST wine-staging-8.0.tar.gz 9529620 BLAKE2B 
c9540195ea885d9f1e980232b0af471e92c61eb079cae35fdb3af5c13d4660b3466f751772440e38f15874082db296d16d1f1d68827a505b2dd949617eda0203
 SHA512 
76a729d7ced1ff634ddb455ddfaa66ca103b652f43cd152b57ada7431bb5fbb74f5e92bf2f4f329b6df6f5908130afad84e609cbce6df645d6cf8131e9b949f9
+DIST wine-staging-8.1.tar.gz 9527176 BLAKE2B 
363243a4a04bc767099b74f3b7613463d99da82996c176e68b9233cbf51c87ecd143840f7729a3edc31ac004b771b89ec3d57a0276b26e30d475feb273d09257
 SHA512 
c5c3111b27de7d3bf1d7a3a53f33e8d78c5006f22ff0361f77392455fa69b0afd7c58406515ace04b2df7e1dfb20e3adf9d874e5e8be09c9032c1c1aa31fe696

diff --git a/app-emulation/wine-staging/wine-staging-8.1.ebuild 
b/app-emulation/wine-staging/wine-staging-8.1.ebuild
new file mode 100644
index ..887f0e540454
--- /dev/null
+++ b/app-emulation/wine-staging/wine-staging-8.1.ebuild
@@ -0,0 +1,355 @@
+# 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 autotools flag-o-matic multilib multilib-build toolchain-funcs wrapper
+
+WINE_GECKO=2.47.3
+WINE_MONO=7.4.0
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/wine-staging/wine-staging.git";
+   WINE_EGIT_REPO_URI="https://gitlab.winehq.org/wine/wine.git";
+else
+   (( $(ver_cut 2) )) && WINE_SDIR=$(ver_cut 1).x || WINE_SDIR=$(ver_cut 
1).0
+   SRC_URI="
+   https://dl.winehq.org/wine/source/${WINE_SDIR}/wine-${PV}.tar.xz
+   
https://github.com/wine-staging/wine-staging/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+S="${WORKDIR}/wine-${PV}"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging 
patchset"
+HOMEPAGE="https://wiki.winehq.org/Wine-Staging";
+
+LICENSE="LGPL-2.1+ BSD-2 IJG MIT OPENLDAP ZLIB gsm libpng2 libtiff"
+SLOT="${PV}"
+IUSE="
+   +X +abi_x86_32 +abi_x86_64 +alsa capi crossdev-mingw cups dos
+   llvm-libunwind debug custom-cflags +fontconfig +gecko gphoto2
+   +gstreamer kerberos +mingw +mono netapi nls odbc opencl +opengl
+   osmesa pcap perl pulseaudio samba scanner +sdl selinux +ssl
+   +truetype udev udisks +unwind usb v4l +vulkan +xcomposite xinerama"
+REQUIRED_USE="
+   X? ( truetype )
+   crossd

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/

2023-02-03 Thread Ionen Wolkens
commit: 21c0c6af8b87ba5851aea4128dcbc635ecbe8e9e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb  4 00:02:35 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  4 00:09:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c0c6af

x11-terms/kitty: generate example kitty.conf in live

Upstream recently documented the command to generate it and
always kind of wanted this readily available for users to
consult without having to dig where/how to get it. This way
also ensures will match current version rather than grab the
latest sample from the website.

tc-is-cross being required is untested but adding as a safety
(kitty does have some CHOST .so but unsure if gets used here).

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

 x11-terms/kitty/kitty-.ebuild | 16 ++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/x11-terms/kitty/kitty-.ebuild 
b/x11-terms/kitty/kitty-.ebuild
index 835ba06f2ce4..a3cfd5a50b60 100644
--- a/x11-terms/kitty/kitty-.ebuild
+++ b/x11-terms/kitty/kitty-.ebuild
@@ -131,8 +131,20 @@ src_compile() {
edo "${EPYTHON}" setup.py linux-package "${conf[@]}"
use test && edo "${EPYTHON}" setup.py build-launcher "${conf[@]}"
 
-   [[ ${PV} ==  ]] || mv linux-package/share/doc/{${PN},${PF}} || die
-   rm -r linux-package/share/terminfo || die
+   rm -r linux-package/share/terminfo || die # provided by kitty-terminfo
+
+   if [[ ${PV} ==  ]]; then
+   mkdir -p linux-package/share/doc/${PF} || die
+   else
+   mv linux-package/share/doc/{${PN},${PF}} || die
+   fi
+
+   # generate default config as reference, command taken from docs/conf.rst
+   if ! tc-is-cross-compiler; then
+   linux-package/bin/kitty +runpy \
+   'from kitty.config import *; 
print(commented_out_default_config())' \
+   > linux-package/share/doc/${PF}/kitty.conf || die
+   fi
 }
 
 src_test() {



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/

2023-02-03 Thread Samuel Bauer
commit: cd45860bfa63f3b293a95a35b57eba7d1e3d7113
Author: Samuel Bauer  yahoo  fr>
AuthorDate: Sat Feb  4 00:38:22 2023 +
Commit: Samuel Bauer  yahoo  fr>
CommitDate: Sat Feb  4 00:38:56 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd45860b

media-sound/qpwgraph: various fixes suggested by Leo

Signed-off-by: Samuel Bauer  yahoo.fr>

 media-sound/qpwgraph/qpwgraph-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/qpwgraph/qpwgraph-.ebuild 
b/media-sound/qpwgraph/qpwgraph-.ebuild
index d3bace97f..1fddda36e 100644
--- a/media-sound/qpwgraph/qpwgraph-.ebuild
+++ b/media-sound/qpwgraph/qpwgraph-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ inherit cmake git-r3 xdg
 
 DESCRIPTION="PipeWire Graph Qt GUI Interface"
 HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph";
-EGIT_REPO="https://gitlab.freedesktop.org/rncbc/qpwgraph";
+EGIT_REPO_URI="https://gitlab.freedesktop.org/rncbc/qpwgraph";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/

2023-02-03 Thread Ionen Wolkens
commit: d788c2bdb3d8751b4d5930b1190d5e261219302b
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb  4 00:59:29 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  4 01:05:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d788c2bd

x11-terms/kitty: generate kitty.conf in 0.27.0 too

Doesn't hurt and this version may stick around for a bit
given the lower Go requirement, albeit skipping revbump.

wrt tc-is-cross, definitely was needed -- python line
made me forget kitty itself is a binary using libpython

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

 x11-terms/kitty/kitty-0.27.0.ebuild | 16 ++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/x11-terms/kitty/kitty-0.27.0.ebuild 
b/x11-terms/kitty/kitty-0.27.0.ebuild
index bd2de5c39fb5..090f927c 100644
--- a/x11-terms/kitty/kitty-0.27.0.ebuild
+++ b/x11-terms/kitty/kitty-0.27.0.ebuild
@@ -131,8 +131,20 @@ src_compile() {
edo "${EPYTHON}" setup.py linux-package "${conf[@]}"
use test && edo "${EPYTHON}" setup.py build-launcher "${conf[@]}"
 
-   [[ ${PV} ==  ]] || mv linux-package/share/doc/{${PN},${PF}} || die
-   rm -r linux-package/share/terminfo || die
+   rm -r linux-package/share/terminfo || die # provided by kitty-terminfo
+
+   if [[ ${PV} ==  ]]; then
+   mkdir -p linux-package/share/doc/${PF} || die
+   else
+   mv linux-package/share/doc/{${PN},${PF}} || die
+   fi
+
+   # generate default config as reference, command taken from docs/conf.rst
+   if ! tc-is-cross-compiler; then
+   linux-package/bin/kitty +runpy \
+   'from kitty.config import *; 
print(commented_out_default_config())' \
+   > linux-package/share/doc/${PF}/kitty.conf || die
+   fi
 }
 
 src_test() {



[gentoo-commits] repo/gentoo:master commit in: app-misc/ca-certificates/

2023-02-03 Thread Mike Gilbert
commit: 4fe57254430cfe6f2718222a5f582fffb61f5211
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Feb  4 01:38:27 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Feb  4 01:38:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe57254

app-misc/ca-certificates: stop using c_rehash

Bug: https://bugs.gentoo.org/855494
Signed-off-by: Mike Gilbert  gentoo.org>

 ...es-20211016.3.87.ebuild => ca-certificates-20211016.3.87-r1.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-misc/ca-certificates/ca-certificates-20211016.3.87.ebuild 
b/app-misc/ca-certificates/ca-certificates-20211016.3.87-r1.ebuild
similarity index 98%
rename from app-misc/ca-certificates/ca-certificates-20211016.3.87.ebuild
rename to app-misc/ca-certificates/ca-certificates-20211016.3.87-r1.ebuild
index aaa1a6ed0868..d677b0694f11 100644
--- a/app-misc/ca-certificates/ca-certificates-20211016.3.87.ebuild
+++ b/app-misc/ca-certificates/ca-certificates-20211016.3.87-r1.ebuild
@@ -59,7 +59,7 @@ ${PRECOMPILED} || IUSE+=" cacert"
 
 # c_rehash: we run `c_rehash`
 # debianutils: we run `run-parts`
-CDEPEND="app-misc/c_rehash
+CDEPEND="
sys-apps/debianutils"
 
 BDEPEND="${CDEPEND}"
@@ -133,7 +133,6 @@ src_prepare() {
sed -i \
-e '/="$ROOT/s:ROOT:ROOT'"${EPREFIX}"':' \
-e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
-   -e 's/openssl rehash/c_rehash/' \
usr/sbin/update-ca-certificates || die
 }
 



<    1   2   3   4   5   >