[gentoo-commits] repo/gentoo:master commit in: app-containers/docker/

2024-04-25 Thread William Hubbs
commit: f90e8d6be0c091a76845e423f93d96ff7f68a8bb
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 26 05:06:40 2024 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 26 05:08:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90e8d6b

app-containers/docker: add 26.1.0

Bug: https://bugs.gentoo.org/914076
Closes: https://bugs.gentoo.org/921624
Signed-off-by: William Hubbs  gentoo.org>

 app-containers/docker/Manifest |   1 +
 app-containers/docker/docker-26.1.0.ebuild | 319 +
 2 files changed, 320 insertions(+)

diff --git a/app-containers/docker/Manifest b/app-containers/docker/Manifest
index d138746733e1..bd1c7e1ad7a7 100644
--- a/app-containers/docker/Manifest
+++ b/app-containers/docker/Manifest
@@ -3,3 +3,4 @@ DIST docker-24.0.6.tar.gz 14462378 BLAKE2B 
bced8e687abac59254a9969df46f323a83562
 DIST docker-24.0.7.tar.gz 14658649 BLAKE2B 
73bad494640ef8cad2b9b991f94414d8bec4dd88b120b0f8238f74d01269c445270f45410ac2c78af074356c3ba60a7c550ab28f5da5924bdc6d8b99e85a1360
 SHA512 
08f22fcbce163c3ba8eb21302fd38ff04fd3f27067f5715a3c527ba2efe67f694fac80bfe6d6b5e22d06d98917e1685a9d3d9b58991f221354f637f4a8bdc526
 DIST docker-25.0.1.tar.gz 15936052 BLAKE2B 
32b24893c9b098b218b16548be074588ad98ed31c8b87ab3fa467f79e33e96ce94f694b86f2920b1166e64c153b1c2482cb602117f673d23f0fc5ccc9b28ae92
 SHA512 
816c888925cf609e7caa6e491b45614f69fdd7df5ed4f783d8a77cf86d9f46f4f457a95a943aa75ecddf99d080daf78bc0dba55e9648960dc539b1ae62052361
 DIST docker-25.0.4.tar.gz 15953567 BLAKE2B 
85398de80b14f21d611822a1714ac987d919cf6a2a8059d8a6d41c9b63fd63a04013e47e01021eccdbd107f1a3f8ee55dc1ecbc4b6c9cc20ff2854434e3b6af7
 SHA512 
07e724de305def32a1e32a724a8041be193745c4f0d549708723cf5d14b840f74648e83e790fd526e00a6c6fdb7e487ee4e5ed0752fbe172d673ab86fe8819d2
+DIST docker-26.1.0.tar.gz 16390376 BLAKE2B 
6703e9b153c430bc28aed2e7de7bada0203353d61f0a2ce3d49ddbd017eab196a685dd1ab1e719a6b287813eb5fa4f2c612e2cf1ab95789d6e79ebe5dac7ace3
 SHA512 
47b6b9af9947016884614b6bc25977e1db281da95c9b8b34c753c21c664a737a893f9fa65d92cbb897735aae3893567e106e6bababb5507e069b1e0981e48d50

diff --git a/app-containers/docker/docker-26.1.0.ebuild 
b/app-containers/docker/docker-26.1.0.ebuild
new file mode 100644
index ..6a2110fa66a5
--- /dev/null
+++ b/app-containers/docker/docker-26.1.0.ebuild
@@ -0,0 +1,319 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+EGO_PN=github.com/docker/docker
+MY_PV=${PV/_/-}
+inherit golang-vcs-snapshot linux-info systemd udev
+GIT_COMMIT=061aa95809be396a6b5542618d8a34b02a21ff77
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://www.docker.com/;
+SRC_URI="https://github.com/moby/moby/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="apparmor btrfs +container-init overlay seccomp selinux systemd"
+
+DEPEND="
+   acct-group/docker
+   >=dev-db/sqlite-3.7.9:3
+   apparmor? ( sys-libs/libapparmor )
+   btrfs? ( >=sys-fs/btrfs-progs-3.16.1 )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+   systemd? ( sys-apps/systemd )
+"
+
+# 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#optional-dependencies
+RDEPEND="
+   ${DEPEND}
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+   >=app-containers/containerd-1.7.15[apparmor?,btrfs?,seccomp?]
+   >=app-containers/runc-1.1.12[apparmor?,seccomp?]
+   !app-containers/docker-proxy
+   container-init? ( >=sys-process/tini-0.19.0[static] )
+   selinux? ( sec-policy/selinux-docker )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+BDEPEND="
+   >=dev-lang/go-1.16.12
+   dev-go/go-md2man
+   virtual/pkgconfig
+"
+# tests require running dockerd as root and downloading containers
+RESTRICT="installsources strip test"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# https://bugs.gentoo.org/748984 https://github.com/etcd-io/etcd/pull/12552
+PATCHES=(
+   "${FILESDIR}/0001-Openrc-Depend-on-containerd-init-script.patch"
+)
+
+pkg_setup() {
+   # this is based on "contrib/check-config.sh" from upstream's sources
+   # required features.
+   CONFIG_CHECK="
+   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
+   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER 
~CGROUP_SCHED ~CPUSETS ~MEMCG
+   ~KEYS
+   ~VETH ~BRIDGE ~BRIDGE_NETFILTER
+   ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE
+   ~NETFILTER_XT_MATCH_ADDRTYPE
+   ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER_XT_MATCH_IPVS
+   ~NETFILTER_XT_MARK
+   

[gentoo-commits] repo/gentoo:master commit in: app-containers/docker-cli/

2024-04-25 Thread William Hubbs
commit: b334e317a509df22a00706212645ab85cbabe2c5
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 26 05:07:54 2024 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 26 05:08:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b334e317

app-containers/docker-cli: add 26.1.0

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

 app-containers/docker-cli/Manifest |  2 +
 app-containers/docker-cli/docker-cli-26.1.0.ebuild | 72 ++
 2 files changed, 74 insertions(+)

diff --git a/app-containers/docker-cli/Manifest 
b/app-containers/docker-cli/Manifest
index b2342a573194..1485c2336233 100644
--- a/app-containers/docker-cli/Manifest
+++ b/app-containers/docker-cli/Manifest
@@ -8,3 +8,5 @@ DIST docker-cli-25.0.1-man.tar.xz 78920 BLAKE2B 
a4b483e7d3b5c5a70d834a49ca04cd94
 DIST docker-cli-25.0.1.tar.gz 6860093 BLAKE2B 
c0745afe7f009b692c91029e9a0a447a1179c2a865b6021f6d48aa2f44e3405084244ca6802c15eb389151fc46fa194efb535ca4c824bfcd92c1ad51371ff1fe
 SHA512 
6443f3184313acf34292f44b60b0de48c4cb141c607be81988aaacca36a6e4b6c862b249a5fba1c7f22b11523b42f3d38939f695e12f64eca305218add92d65f
 DIST docker-cli-25.0.4-man.tar.xz 78952 BLAKE2B 
91315d341c9a6eb42e039dee3ab0b683a2abb2bb3ce44d64fe7b662f03966bfd29ee16a8700368b88a2052df79b5863648df95cf1ddd1ffe9cfe6fb076db8ed8
 SHA512 
d7d942ee7b979056e0008261d83945be69e837c055b2392b9aa41850b8b003d304df66b06c83d3ff0f4d24b4c7135a370502623e844973768ffb699aab195f19
 DIST docker-cli-25.0.4.tar.gz 6862436 BLAKE2B 
6045e7080ca87971904e5a50057f420bc1e6ce9cc3038d5110ae067da259375eff17834e250d61c011aebc117034b892063fab2d131b5b8a9e5168602dc7fe83
 SHA512 
214984791ab67ca3da4bd5308d73a16218a0210da367d380bbe2a3f56eae131e252080aa2ebc3343df642007c9d91de6c0e0200122be9833866e58c87549db0d
+DIST docker-cli-26.1.0-man.tar.xz 79004 BLAKE2B 
36dcf969c6567680990420d6d177101bf457f7fc1c24dff195ce8b478268335419fba5ff51a7b77bb8c0a6e0e6077d83ddb50f2ecf08bf069be89fc4849afd6e
 SHA512 
36297ee3cbf096112ec41db2cd1d06796ddd27a57c4323e71a727e17d3930102710f643a77df9e68cd9b3294a6bb0fdf5565379e9fae7331e25afcd147b0084f
+DIST docker-cli-26.1.0.tar.gz 7213165 BLAKE2B 
302236467f2b6f3f46b0f0c75e89c2cef0cd251d36e12f78a67c906cfb85b842b998fd3b07f4a2dfc0a04825a9b105d90f11d176055ded397f2d4e9145639d5d
 SHA512 
1a1e9af1a836765ffa91f7f2e1b27911e2b6b373c308a7db332a7cd1825459ab1c04a93d03c9947b631bead0af21d9f03e06c3a60855cc56ca7039e50e38ba87

diff --git a/app-containers/docker-cli/docker-cli-26.1.0.ebuild 
b/app-containers/docker-cli/docker-cli-26.1.0.ebuild
new file mode 100644
index ..964ba9056825
--- /dev/null
+++ b/app-containers/docker-cli/docker-cli-26.1.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GIT_COMMIT=9714adc6c797755f63053726c56bc1c17c0c9204
+
+EGO_PN="github.com/docker/cli"
+MY_PV=${PV/_/-}
+inherit bash-completion-r1  golang-vcs-snapshot
+
+DESCRIPTION="the command line binary for docker"
+HOMEPAGE="https://www.docker.com/;
+SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-man.tar.xz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="hardened selinux"
+
+RDEPEND="!https://github.com/tianon/docker-overlay/pull/10
+   export CGO_CFLAGS="-I${ESYSROOT}/usr/include"
+   export CGO_LDFLAGS="-L${ESYSROOT}/usr/$(get_libdir)"
+   emake \
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
+   VERSION="${PV}" \
+   GITCOMMIT="${GIT_COMMIT}" \
+   dynbinary
+}
+
+src_install() {
+   dobin build/docker
+   doman "${WORKDIR}"/man/man?/*
+   dobashcomp contrib/completion/bash/*
+   bashcomp_alias docker dockerd
+   insinto /usr/share/fish/vendor_completions.d/
+   doins contrib/completion/fish/docker.fish
+   insinto /usr/share/zsh/site-functions
+   doins contrib/completion/zsh/_*
+}
+
+pkg_postinst() {
+   has_version "app-containers/docker-buildx" && return
+   ewarn "the 'docker build' command is deprecated and will be removed in 
a"
+   ewarn "future release. If you need this functionality, install"
+   ewarn "app-containers/docker-buildx."
+}



[gentoo-commits] repo/gentoo:master commit in: app-containers/containerd/

2024-04-25 Thread William Hubbs
commit: 867e98bb77a846a118822476d7dfbbcb66e6e566
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 26 05:05:10 2024 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 26 05:08:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867e98bb

app-containers/containerd: add 1.7.15

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

 app-containers/containerd/Manifest |  1 +
 app-containers/containerd/containerd-1.7.15.ebuild | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/app-containers/containerd/Manifest 
b/app-containers/containerd/Manifest
index 226e64cdbb0c..52561c5926bf 100644
--- a/app-containers/containerd/Manifest
+++ b/app-containers/containerd/Manifest
@@ -1,6 +1,7 @@
 DIST containerd-1.7.1.tar.gz 9682254 BLAKE2B 
f168070caf2b76f0be350a98f41bfdbfe6d78344d68821fb92a29f839a6e847d795e5b79436e36f985aa88028ff1c3f44f134cf6bd502ddac22453a457bd952b
 SHA512 
e9b00ba8f4dd1b5b1088060d3822f684611d43b367ddfeb1bee1660140af85f31e9c9bfc600a67e8fc8645a625dc4e1919d9af7291bdeaa607bff7065a4fc945
 DIST containerd-1.7.13.tar.gz 10047499 BLAKE2B 
792eca378db4e1f7c57d68e00e2c77d11eab1ca60d280f662f1152a349d1c5ddc2a3a334484741e9a4a81f25cb800dce042eea94307c9f020d850ed81ef533aa
 SHA512 
b2932387ea14b8fb76e2583b862ec6495b2e08a8fd7cdf169978d554e8b352b44bb27585c9de1e4e3bb3984d0050d0f3de9bc7a559205d3130c2fe40f961feb4
 DIST containerd-1.7.14.tar.gz 10054632 BLAKE2B 
1a4db0d1fba16b71e55f213f5776dbef7d9806bf0f7623f0d1ab945554f8ef6c98a0d29923f1b19c4f0017b8a1c73ca929fd43522371c3c228be838e71e86763
 SHA512 
c80ad36027407b2e06fdff76280750f84de8d7300ef8be275976766f2a0a04dec1f0f850c8efcceaa7f6163f43922b427d7ae1fcdeabfaf531f487c25c461dc8
+DIST containerd-1.7.15.tar.gz 10071827 BLAKE2B 
91de9b7d777d53ecdab4af5bbb0d4ccbe755e4cf0fb7bc99a7bb15c66e0e11ad30aa2af685e0e8b0df80dbeef451704fa056a04b460d92adceebd290977febfc
 SHA512 
84a94c7658a431cfd7a5321ac262d966f4291337ddff14211951b0d2025cd3af25a48175794d2b3a630ffc25ba03047579163546a4758a2fb5d1898cd233854f
 DIST containerd-1.7.2.tar.gz 9688701 BLAKE2B 
d31cd0e96bb2675390cc63d06114e37d532b7c666b3ffc5b0087dfcef8de23559471f08bf8a52b164c5f645faf1b8102ab2ccdd8ec417a1c74336097f0c3a899
 SHA512 
c0d4c02991b7e9fc341c4ef3df2d93097f5854a51b99596ed95436a79f7a586820bb8bb7c17fc43b5f38d97ea942e59490fbbf6c9710391ef9caae3d34627bc5
 DIST containerd-1.7.6.tar.gz 9714550 BLAKE2B 
863df1a8ab0f0fe6ec62893ed64824763c1b5230fe830fa268820ce0d6254c79e1ac62ab1261a74785b86b01dff83ea9109a899857fa47a48f2cf2eaf298fea8
 SHA512 
8b7e13c6ea544754ba7d53092d143f3fd2224b9bc874a33d8a00b781e719927f1b22ad5cd1e35b7b95e4890e630f4b92308549a970587ccdf9dbb8eb470e2703
 DIST containerd-1.7.8.tar.gz 9939250 BLAKE2B 
cddfea0617e92dc56f118e63a3e7af0103c1afe1b18e2c3bf198e4a58aa52424cb62f813f304231700ca10f8ff8936faed5c26735d3dab8958de2219b6769db0
 SHA512 
29c317b53f1e0eb48f45da47161aad9e97a9e7c5ff6ca2fc0d1233b9e6dcf7c8cd7f866502df80119447e6b889c8ce26257282c7d1948e05e22e1a5afeed1d03

diff --git a/app-containers/containerd/containerd-1.7.15.ebuild 
b/app-containers/containerd/containerd-1.7.15.ebuild
new file mode 100644
index ..8f8b2dbe442a
--- /dev/null
+++ b/app-containers/containerd/containerd-1.7.15.ebuild
@@ -0,0 +1,86 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module systemd
+GIT_REVISION=926c9586fe4a6236699318391cd44976a98e31f1
+
+DESCRIPTION="A daemon to control runC"
+HOMEPAGE="https://containerd.io/;
+SRC_URI="https://github.com/containerd/containerd/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="apparmor btrfs device-mapper +cri hardened +seccomp selinux test"
+
+DEPEND="
+   btrfs? ( sys-fs/btrfs-progs )
+   seccomp? ( sys-libs/libseccomp )
+"
+
+# recommended version of runc is found in script/setup/runc-version
+RDEPEND="
+   ${DEPEND}
+   ~app-containers/runc-1.1.12[apparmor?,seccomp?]
+"
+
+BDEPEND="
+   dev-go/go-md2man
+   virtual/pkgconfig
+"
+
+# tests require root or docker
+RESTRICT+="test"
+
+src_prepare() {
+   default
+   sed -i \
+   -e "s/-s -w//" \
+   -e "s/-mod=readonly//" \
+   Makefile || die
+   sed -i \
+   -e "s:/usr/local:/usr:" \
+   containerd.service || die
+}
+
+src_compile() {
+   local options=(
+   $(usev apparmor)
+   $(usex btrfs "" "no_btrfs")
+   $(usex cri "" "no_cri")
+   $(usex device-mapper "" "no_devmapper")
+   $(usev seccomp)
+   $(usev selinux)
+   )
+
+   myemakeargs=(
+   BUILDTAGS="${options[*]}"
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')"
+   REVISION="${GIT_REVISION}"
+   VERSION=v${PV}
+   )
+
+   # race condition in man target https://bugs.gentoo.org/765100
+   # we need to 

[gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/

2024-04-25 Thread Vitaly Zdanevich
commit: e68aeb0490e5aab99ba2f5d4335cc63fd78135c2
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Fri Apr 26 05:05:14 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Fri Apr 26 05:05:14 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e68aeb04

app-doc/geeknote: einfo add about autocompletion

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

 app-doc/geeknote/geeknote-.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-doc/geeknote/geeknote-.ebuild 
b/app-doc/geeknote/geeknote-.ebuild
index 9318e3968d..169a2e3799 100644
--- a/app-doc/geeknote/geeknote-.ebuild
+++ b/app-doc/geeknote/geeknote-.ebuild
@@ -41,3 +41,9 @@ RESTRICT="test"
 # }
 
 distutils_enable_tests pytest
+
+pkg_postinst() {
+   einfo "Autocompletion plugin is already bundled in oh-my-zsh. To enable 
just configure plugin definition"
+   einfo "plugins=( ... geeknote ...)"
+   einfo "see more at https://github.com/s7anley/zsh-geeknote;
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/

2024-04-25 Thread Vitaly Zdanevich
commit: 1e5718dc65224e17450a90fdb1de655ed15baa40
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Fri Apr 26 04:56:20 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Fri Apr 26 04:56:20 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e5718dc

app-doc/geeknote: comment installing of CLI completion - I will implement it 
later

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

 app-doc/geeknote/geeknote-.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-doc/geeknote/geeknote-.ebuild 
b/app-doc/geeknote/geeknote-.ebuild
index 8f773288cc..9318e3968d 100644
--- a/app-doc/geeknote/geeknote-.ebuild
+++ b/app-doc/geeknote/geeknote-.ebuild
@@ -33,11 +33,11 @@ PATCHES=( 
"${FILESDIR}/${P}-remove_completion_from_setup.patch" )
 
 RESTRICT="test"
 
-python_install_all() {
-   dobashcomp completion/bash_completion/_geeknote
-   insinto /usr/share/zsh/site-functions
-   doins completion/zsh_completion/_geeknote
-   distutils-r1_python_install_all
-}
+# python_install_all() {
+#  dobashcomp completion/bash_completion/_geeknote
+#  insinto /usr/share/zsh/site-functions
+#  doins completion/zsh_completion/_geeknote
+#  distutils-r1_python_install_all
+# }
 
 distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/

2024-04-25 Thread Vitaly Zdanevich
commit: 934125d768991734a02b934eafa3912deb798c3b
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Fri Apr 26 04:52:08 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Fri Apr 26 04:52:08 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=934125d7

app-doc/geeknote: enable tests

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

 app-doc/geeknote/geeknote-.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-doc/geeknote/geeknote-.ebuild 
b/app-doc/geeknote/geeknote-.ebuild
index a36f8f8014..8f773288cc 100644
--- a/app-doc/geeknote/geeknote-.ebuild
+++ b/app-doc/geeknote/geeknote-.ebuild
@@ -15,6 +15,10 @@ EGIT_REPO_URI="https://github.com/vitaly-zdanevich/geeknote;
 LICENSE="GPL-3"
 SLOT="0"
 
+BDEPEND="test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+)"
+
 RDEPEND="
dev-python/evernote2[${PYTHON_USEDEP}]
dev-python/html2text[${PYTHON_USEDEP}]
@@ -35,3 +39,5 @@ python_install_all() {
doins completion/zsh_completion/_geeknote
distutils-r1_python_install_all
 }
+
+distutils_enable_tests pytest



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

2024-04-25 Thread Vitaly Zdanevich
commit: 99156524117011fc0e9d7843433478a0d9ec4993
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Fri Apr 26 04:30:26 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Fri Apr 26 04:30:26 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99156524

dev-python/evernote2: version fix from 1.0.0 to 

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

 dev-python/evernote2/{evernote2-1.0.0.ebuild => evernote2-.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/evernote2/evernote2-1.0.0.ebuild 
b/dev-python/evernote2/evernote2-.ebuild
similarity index 95%
rename from dev-python/evernote2/evernote2-1.0.0.ebuild
rename to dev-python/evernote2/evernote2-.ebuild
index ffe13e5ca1..1025374b7f 100644
--- a/dev-python/evernote2/evernote2-1.0.0.ebuild
+++ b/dev-python/evernote2/evernote2-.ebuild
@@ -13,7 +13,6 @@ HOMEPAGE="
 "
 
 EGIT_REPO_URI="https://github.com/JackonYang/evernote2;
-EGIT_BRANCH="version/$PV"
 inherit git-r3 distutils-r1
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/

2024-04-25 Thread Vitaly Zdanevich
commit: 17d62e045c5b803bdf0d64394acfc20100d8fc81
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Fri Apr 26 04:17:38 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Fri Apr 26 04:17:38 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17d62e04

app-doc/geeknote: HOMEPAGE from archive.org to GitHub

According to 
https://github.com/gentoo/guru/commit/468f708b6c48f8d36b295f834920423eaaa66308#commitcomment-141378571

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

 app-doc/geeknote/geeknote-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/geeknote/geeknote-.ebuild 
b/app-doc/geeknote/geeknote-.ebuild
index fc735bf151..a36f8f8014 100644
--- a/app-doc/geeknote/geeknote-.ebuild
+++ b/app-doc/geeknote/geeknote-.ebuild
@@ -9,7 +9,7 @@ DISTUTILS_USE_PEP517=setuptools
 inherit bash-completion-r1 distutils-r1 git-r3
 
 DESCRIPTION="Evernote CLI: CRUD for notes in cloud, in markdown"
-HOMEPAGE="http://web.archive.org/web/20171008200604/http://www.geeknote.me/;
+HOMEPAGE="https://github.com/vitaly-zdanevich/geeknote;
 EGIT_REPO_URI="https://github.com/vitaly-zdanevich/geeknote;
 
 LICENSE="GPL-3"



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

2024-04-25 Thread Aiden Wingard
commit: 51f89fedaa026236879daea4d88ac9597f05036b
Author: kernaltrap8  gmail  com>
AuthorDate: Fri Apr 26 02:58:21 2024 +
Commit: Aiden Wingard  gmail  com>
CommitDate: Fri Apr 26 02:58:21 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51f89fed

fix `app-misc/tinyfetch` pkgcheck issues

Signed-off-by: kernaltrap8  gmail.com>

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

diff --git a/app-misc/tinyfetch/metadata.xml b/app-misc/tinyfetch/metadata.xml
index a99eec4762..0e20b7f2e8 100644
--- a/app-misc/tinyfetch/metadata.xml
+++ b/app-misc/tinyfetch/metadata.xml
@@ -3,7 +3,7 @@
 
 
   
-kernalt...@gmail.com
+aidenwinga...@gmail.com
 Primary maintainer
   
   



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

2024-04-25 Thread Aiden Wingard
commit: a147144b4b52d24aca669636af9138dc22d21274
Author: kernaltrap8  gmail  com>
AuthorDate: Fri Apr 26 02:55:17 2024 +
Commit: Aiden Wingard  gmail  com>
CommitDate: Fri Apr 26 02:55:17 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a147144b

fix `app-misc/tinyfetch` pkgcheck issues

Signed-off-by: kernaltrap8  gmail.com>

 app-misc/tinyfetch/metadata.xml  | 17 +
 app-misc/tinyfetch/tinyfetch-.ebuild |  5 +
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/app-misc/tinyfetch/metadata.xml b/app-misc/tinyfetch/metadata.xml
new file mode 100644
index 00..a99eec4762
--- /dev/null
+++ b/app-misc/tinyfetch/metadata.xml
@@ -0,0 +1,17 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+kernalt...@gmail.com
+Primary maintainer
+  
+  
+minimal fetch program written in pure C, using only
+the C STDLIB and is cross platform, and much more
+faster than other fetch programs.
+  
+  
+kernaltrap8/tinyfetch
+
+

diff --git a/app-misc/tinyfetch/tinyfetch-.ebuild 
b/app-misc/tinyfetch/tinyfetch-.ebuild
index 7bdc28485b..0b17207949 100644
--- a/app-misc/tinyfetch/tinyfetch-.ebuild
+++ b/app-misc/tinyfetch/tinyfetch-.ebuild
@@ -8,12 +8,11 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${PN}-"
 fi
 
-DESCRIPTION="fetch program written in C & C++"
+DESCRIPTION="fetch program written in pure C"
 HOMEPAGE="https://github.com/kernaltrap8/tinyfetch;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
 
 DEPEND="${BDEPEND}"
 BDEPEND="
@@ -21,7 +20,5 @@ BDEPEND="
 "
 
 src_configure() {
-   append-cxxflags "-Wno-unused-result"
-
meson_src_configure
 }



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

2024-04-25 Thread Michał Górny
commit: 35f212702bc0811728afa1cfc1c022f3303aa2c5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 26 00:58:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 26 02:04:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f21270

dev-python/botocore: Bump to 1.34.92

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.34.92.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index d7609df3f1ed..1d0b5e0be626 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -4,3 +4,4 @@ DIST botocore-1.34.88.gh.tar.gz 12931548 BLAKE2B 
b3cc4c44ec0fa93798e842226487f29
 DIST botocore-1.34.89.gh.tar.gz 12942425 BLAKE2B 
f2df9f8e1c90a55ec9c4a1695dd9d9eb4851d77d9f8a56f34df0ef34aaf580c655be726f3fb4ae3f63c7d69d73a4b3af5329f742229422712f191ddf6f028cf7
 SHA512 
35bdb67111d811a3b61ec23605fdca9607029102ab4873575c2901cc1075d441a27d72131365c3bc1b6fccf75336c99911f7dbe3def46a1ff4d3839fbe3f24f6
 DIST botocore-1.34.90.gh.tar.gz 12959004 BLAKE2B 
e80aa5ec0727db538ccbdac357431a3015494aa10da2d4a0e9ff6fb5080eaab38494933c3d3678fbf9d1266007a5edfc742b5a65a6be8e26edb8e3e11de255b5
 SHA512 
a6eb45e36ff189edf7915667719112279a07133ce7ef9bfe94c18c8e5ab6df4b734a00d973986f9f74ed7e475fa72461457a7633464973e720f38cf828f2ecc8
 DIST botocore-1.34.91.gh.tar.gz 12975028 BLAKE2B 
0a4d4ca5530411148e7df7be4f937741457e44b3cf7774ded834db58ce9d6fd05f0fed6aaac1283ee410b6914d4825387c36545b17b1e78cf89175d560445071
 SHA512 
aad3f747ca49f58eed1116c303202e29bb0cec0a9816c5436bf75881d46b4c363e9aebbc039b3f6c6faedaf81cbea03d635b744fffb9f740cdb4c1d3ff21724f
+DIST botocore-1.34.92.gh.tar.gz 12978936 BLAKE2B 
64fda2f4b1cbaa31c3d9148039c0db44e54811245186abf014ce1f3a635cb52f5bcef1180f082fed27300314ebd3b79887f364698b4df131f6534dc3bd69
 SHA512 
4923a04ac00d325f7d8b3dd69b11d82130abf642afd5a7abb22620062ff9f8859940d9dea1ff15bc3ace546e7b85ddb0e56a30e472ee8adf4406124c9587fe09

diff --git a/dev-python/botocore/botocore-1.34.92.ebuild 
b/dev-python/botocore/botocore-1.34.92.ebuild
new file mode 100644
index ..ba6cd2a5d2a2
--- /dev/null
+++ b/dev-python/botocore/botocore-1.34.92.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+RDEPEND="
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+# unbundled packages
+RDEPEND+="
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest tests/{functional,unit}
+}



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

2024-04-25 Thread Michał Górny
commit: 0ea79f7868fe1fc259d1c5f6fa8a4c8f1da2fdfe
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 26 01:58:21 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 26 02:04:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea79f78

dev-python/stripe: Bump to 9.4.0

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

 dev-python/stripe/Manifest|  1 +
 dev-python/stripe/stripe-9.4.0.ebuild | 88 +++
 2 files changed, 89 insertions(+)

diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest
index 02358b3125be..6875ffa96774 100644
--- a/dev-python/stripe/Manifest
+++ b/dev-python/stripe/Manifest
@@ -1,3 +1,4 @@
 DIST stripe-8.11.0.tar.gz 1215071 BLAKE2B 
7e3eec2008582a7ba52bf6c9a9676f5886cb3a52aed06302f2a21c572db01c759f5a48a743ee32d76cd54d28acb507b46ee556a10b277c6727e0737f055506bf
 SHA512 
9d53ed3e253f18de36dfaf3c28fbcba7ef957f35b6f117c0dcb50040e0484f6fde1f3deb816d51aac62ddad64a20ae344acd25d680ec10c7fa7ddde1cf16c0ec
 DIST stripe-9.2.0.tar.gz 1221000 BLAKE2B 
efa869e7f9039fbf5ec2c7308b1f2b098f870289224f5f941ae3555c2f9177cf18210f813e26fb068841855d62697d25302b10dd8db0aa7de2af74b827ea151c
 SHA512 
a579c537b3cfea245638d649734f62f6734e237db4d2bc733f933ecf03ac2576e9fdce2ad1adf5891db72c68e2166907b93e4e5d98b6ef92962423f7d8241ee2
 DIST stripe-9.3.0.tar.gz 1257309 BLAKE2B 
819f2ece26282020383953b2f9436023796897b7928ac9f07c753a56a79aa8b80cadad9b1f8b1021224f6a4f704a3c2a92aa807d60a6bc769992d7fc6793aecb
 SHA512 
708ffe2b36946de7e5780f582bc0db6a7b3dc82c163a0839491060944e882fa1f7679900d398b87fd2dc336d2e74eccc0f4f821095ce0465affd49b813d2b4fa
+DIST stripe-9.4.0.tar.gz 1260466 BLAKE2B 
77bcca5fa3e514733f3812b738ae1590da641b24e58de4d6e2eb49d45512e6eecc6025912d03e73344645bd86ea14db2673f9fe9c34519520284bdf965c98eae
 SHA512 
6d290c0c0e86c9eac5862bea8918c7f4508049b0f87fca7e087d05678a35eec28acd1304a8a6f32265856baa8992f364c4cb98b85727862989990024a240ba49

diff --git a/dev-python/stripe/stripe-9.4.0.ebuild 
b/dev-python/stripe/stripe-9.4.0.ebuild
new file mode 100644
index ..c2489c242a9d
--- /dev/null
+++ b/dev-python/stripe/stripe-9.4.0.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Stripe python bindings"
+HOMEPAGE="
+   https://github.com/stripe/stripe-python/
+   https://pypi.org/project/stripe/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="telemetry"
+
+RDEPEND="
+   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.5.0[${PYTHON_USEDEP}]
+"
+# please bump dev-util/stripe-mock dep to the latest version on every bump
+BDEPEND="
+   test? (
+   >=dev-util/stripe-mock-0.185.0
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/anyio[${PYTHON_USEDEP}]
+   dev-python/httpx[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/trio[${PYTHON_USEDEP}]
+   net-misc/curl
+   )
+"
+
+distutils_enable_tests pytest
+
+DOCS=( LONG_DESCRIPTION.rst CHANGELOG.md README.md )
+
+src_prepare() {
+   if ! use telemetry; then
+   sed -i -e '/enable_telemetry/s:True:False:' stripe/__init__.py 
|| die
+   fi
+   # https://github.com/stripe/stripe-python/pull/1297
+   sed -e 's:from mock:from unittest.mock:' \
+   -i tests/test_http_client.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest tests -p anyio -p pytest_mock
+}
+
+src_test() {
+   local stripe_mock_port=12111
+   local stripe_mock_max_port=12121
+   local stripe_mock_logfile="${T}/stripe_mock_${EPYTHON}.log"
+   # Try to start stripe-mock until we find a free port
+   while [[ ${stripe_mock_port} -le ${stripe_mock_max_port} ]]; do
+   ebegin "Trying to start stripe-mock on port ${stripe_mock_port}"
+   stripe-mock --http-port "${stripe_mock_port}" &> 
"${stripe_mock_logfile}" &
+   local stripe_mock_pid=${!}
+   sleep 2
+   # Did stripe-mock start?
+   curl --fail -u "sk_test_123:" \
+   "http://127.0.0.1:${stripe_mock_port}/v1/customers; &> 
/dev/null
+   eend ${?} "Port ${stripe_mock_port} unavailable"
+   if [[ ${?} -eq 0 ]]; then
+   einfo "stripe-mock running on port ${stripe_mock_port}"
+   break
+   fi
+   (( stripe_mock_port++ ))
+   done
+   if [[ ${stripe_mock_port} -gt ${stripe_mock_max_port} ]]; then
+   eerror "Unable to start stripe-mock for tests"
+   die "Please see the logfile located at: ${stripe_mock_logfile}"
+   

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

2024-04-25 Thread Michał Górny
commit: 1cf9c9fcb1e4e396ba7f2ed3bc1100bc25dd3367
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 26 01:59:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 26 02:04:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf9c9fc

dev-python/sqlglot: Bump to 23.12.1

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

 dev-python/sqlglot/Manifest   |   1 +
 dev-python/sqlglot/sqlglot-23.12.1.ebuild | 121 ++
 2 files changed, 122 insertions(+)

diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index 25a06ebb7f68..fa7a937f7655 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -20,6 +20,7 @@ DIST redox_syscall-0.4.1.crate 24858 BLAKE2B 
c3301137a0b84e03b09d28dfa377ab3bea7
 DIST scopeguard-1.2.0.crate 11619 BLAKE2B 
8b7e9ed6cefef9ee55407fb9690d57a2a98bb93e5105aeebdb475a52485e9e185255249e1dce8f83cd80534e7402d485aac3efa7e8493b13135de27550cd4bc4
 SHA512 
6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb
 DIST smallvec-1.11.2.crate 34801 BLAKE2B 
58645e99db8f02db64d02c75860c7ea41836c427c03ee3b0b23365e73a406e4fd6ac312bf13fc5faef8bb6111c10fcfd5f839d5b3686e9b34d1626f8469fc327
 SHA512 
5cfb427c3b99b0dbd71f6154ed899abcde9d7d2992977ac7b2ef3a4c3ff51e4efafd133071a69609b4ed6cb269bdc26b79eb72e1988f10dfcaef8185d950cd1d
 DIST sqlglot-23.11.2.tar.gz 13000890 BLAKE2B 
a99d243fe9b353cf934b00197db245d8846c3d205d43ba7e6a09bcd5dc193d7977ed3ab188a651a9630c2d72cd6bcbb64c60bf2ccacf439e3775ef356109b3a9
 SHA512 
0fd4cfb021da463a8c553155fec957f083fb2c8dfe382e08ec2bbc01797bb6703c5a2c6445c8053e27779166f81186a2dfb185297b60c6bf1d5893136394e26b
+DIST sqlglot-23.12.1.tar.gz 13027588 BLAKE2B 
65c96da31433bba16229551b1041d7a9b659ee26ecb2de5ad9c92ecd88c7a3ff22d1b9082b29a0a0a744c917bd61cc9c31a1207ed43bed9fab14e2eb6c8e5ac6
 SHA512 
f71ff84c23d20a40ac1bd1b560573bd5019f51c98fda4e9a5468cd1223fb561cddfc5a3d1bfd0af95434191b0c32434f29220d78223e8c82fa477acf3b93f880
 DIST syn-2.0.41.crate 246016 BLAKE2B 
9d389f2e2a0acb4c84c309456e8ffcc88c5d4d541535ed136832d7a6054dde45a598bb68e8a6f3062ca2a96e1ceae947d54b3aec9bad65b0c51d6733aa6c80db
 SHA512 
6bbaf69ca783025dfb81ac3612ac60bfbed31b2d87792909b35c12892dadebdaff2ddf9463105e536b671dce5870610ab90fe29471284bbd3014dca8d6993f1a
 DIST target-lexicon-0.12.12.crate 25156 BLAKE2B 
f3803596c75f6c89438592a1176c3748fc2c0524d7d50a20056de1cd26d40c572b05bafcdf6dd702752864bea37c8b4f28f96dadc12a5b3bb1d279b25e489f85
 SHA512 
6147295c43ba1b7b087a3c5ab51534b2985e4e77e5e15687978cfb9d07e21c4fd9bc7191576d6cabd268d08a44dc733c4a957e59dba8b948c2055d8bb433aeca
 DIST unicode-ident-1.0.12.crate 42168 BLAKE2B 
4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac
 SHA512 
bc1824e1e4452a40732fc69874d7e1a66f7803717a314790dcf48867eba34bc9441331ef031e386912e52c385645c25b6ed39d4f149973b5b97371b1b96b1920

diff --git a/dev-python/sqlglot/sqlglot-23.12.1.ebuild 
b/dev-python/sqlglot/sqlglot-23.12.1.ebuild
new file mode 100644
index ..058fa81df816
--- /dev/null
+++ b/dev-python/sqlglot/sqlglot-23.12.1.ebuild
@@ -0,0 +1,121 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+CARGO_OPTIONAL=1
+CRATES="
+   autocfg@1.1.0
+   bitflags@1.3.2
+   cfg-if@1.0.0
+   heck@0.4.1
+   indoc@2.0.4
+   libc@0.2.150
+   lock_api@0.4.11
+   memoffset@0.9.0
+   once_cell@1.19.0
+   parking_lot@0.12.1
+   parking_lot_core@0.9.9
+   proc-macro2@1.0.70
+   pyo3-build-config@0.20.0
+   pyo3-ffi@0.20.0
+   pyo3-macros-backend@0.20.0
+   pyo3-macros@0.20.0
+   pyo3@0.20.0
+   quote@1.0.33
+   redox_syscall@0.4.1
+   scopeguard@1.2.0
+   smallvec@1.11.2
+   syn@2.0.41
+   target-lexicon@0.12.12
+   unicode-ident@1.0.12
+   unindent@0.2.3
+   windows-targets@0.48.5
+   windows_aarch64_gnullvm@0.48.5
+   windows_aarch64_msvc@0.48.5
+   windows_i686_gnu@0.48.5
+   windows_i686_msvc@0.48.5
+   windows_x86_64_gnu@0.48.5
+   windows_x86_64_gnullvm@0.48.5
+   windows_x86_64_msvc@0.48.5
+"
+
+inherit cargo distutils-r1 pypi optfeature
+
+DESCRIPTION="An easily customizable SQL parser and transpiler"
+HOMEPAGE="
+   https://sqlglot.com/
+   https://github.com/tobymao/sqlglot/
+   https://pypi.org/project/sqlglot/
+"
+SRC_URI+="
+   native-extensions? (
+   ${CARGO_CRATE_URIS}
+   )
+"
+
+LICENSE="MIT"
+LICENSE+=" native-extensions? ("
+# Dependent crate licenses
+LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016"
+LICENSE+=" )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+native-extensions"
+
+BDEPEND="
+   native-extensions? (
+   

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

2024-04-25 Thread Michał Górny
commit: 64136b62727a70e0cb7fb61e0633be87c7d41f97
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 26 01:57:35 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 26 02:04:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64136b62

dev-python/sentry-sdk: Bump to 2.0.0

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

 dev-python/sentry-sdk/Manifest|   1 +
 dev-python/sentry-sdk/sentry-sdk-2.0.0.ebuild | 160 ++
 2 files changed, 161 insertions(+)

diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index a47377630ada..beec52a5a2cd 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST sentry-python-1.44.1.gh.tar.gz 472129 BLAKE2B 
ae98f7c6292ed3d95e4c33221154b065d6348c2e34efd4b4b10f083ff9082765594f39a1b0adf0df945ba7948e2b0d0d31cf2fb3987d1f65e1bd0e582be7a76b
 SHA512 
c9de3538cdf2ccce2b6775ff57308f122d1e7f5db5036db78ec8b85a423edfbacb806080b4ededba42bc33e419b5fc71cc011bdbcf542e4aa9be1978a0129bc8
 DIST sentry-python-1.45.0.gh.tar.gz 475425 BLAKE2B 
8dc46154dfc1c7c9104a706be032b5269d407dee6845da252f1c603ea4f9486d02d1d3c6bec314064b821dee31b503d07a9c17935ca1f4dd6cc4d7b9c3165094
 SHA512 
dad23a3f6a8e6ef5fe78e1d38a61977d8974edf306d5688537f331801d8fa0f60743d18cc3dadf6e9a9666c55a01c98b9ff8d8808ece7d8f95ee68a69b6cb9be
+DIST sentry-python-2.0.0.gh.tar.gz 484223 BLAKE2B 
3630ed4585ce6088d648a28b3606e945de0e230ed4a611fc1b8954e7a05f8a3e3f80ae7110c64a54ae81569fb48a0ef3ed856f8dfeec441454238157016475d4
 SHA512 
a97ef336e54c2e28ae4e9ff4dc921fc892bb4567c2a926c6ec5d1c838417bb8c3293576ca450bc7f08721ebe9ce37bd45e4752b6223a76a3724f2b8912426fb4

diff --git a/dev-python/sentry-sdk/sentry-sdk-2.0.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-2.0.0.ebuild
new file mode 100644
index ..714519a746bd
--- /dev/null
+++ b/dev-python/sentry-sdk/sentry-sdk-2.0.0.ebuild
@@ -0,0 +1,160 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit distutils-r1
+
+MY_P=sentry-python-${PV}
+DESCRIPTION="Python client for Sentry"
+HOMEPAGE="
+   https://sentry.io/
+   https://github.com/getsentry/sentry-python/
+   https://pypi.org/project/sentry-sdk/
+"
+SRC_URI="
+   https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   dev-python/certifi[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/asttokens[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/executing[${PYTHON_USEDEP}]
+   dev-python/fakeredis[${PYTHON_USEDEP}]
+   dev-python/flask-login[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pyrsistent[${PYTHON_USEDEP}]
+   

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

2024-04-25 Thread Michał Górny
commit: a64e5972abd4c6987e489c1dd6e4b2c91a45842e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 26 01:58:33 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 26 02:04:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a64e5972

dev-python/sqlglot: Remove old

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

 dev-python/sqlglot/Manifest   |   1 -
 dev-python/sqlglot/sqlglot-23.10.0.ebuild | 121 --
 2 files changed, 122 deletions(-)

diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index e546143676e1..25a06ebb7f68 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -19,7 +19,6 @@ DIST quote-1.0.33.crate 28090 BLAKE2B 
77c4b166f1200e1ee2ab94a5014acd334c1fe4b7d7
 DIST redox_syscall-0.4.1.crate 24858 BLAKE2B 
c3301137a0b84e03b09d28dfa377ab3bea74d574a08cee21d35713b278d8b5b30ca2a1d73a0981baeb4644cbb88c86c8eb15ab3bb2692e38b93e6b35fab4e0da
 SHA512 
073ed9d96090cf46eab9877742277a013c62d8da86d9caf2310b4fa868af306511936553579e01309f27067d344226cc8dc5e3aef01d9b900da2febd33848f8d
 DIST scopeguard-1.2.0.crate 11619 BLAKE2B 
8b7e9ed6cefef9ee55407fb9690d57a2a98bb93e5105aeebdb475a52485e9e185255249e1dce8f83cd80534e7402d485aac3efa7e8493b13135de27550cd4bc4
 SHA512 
6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb
 DIST smallvec-1.11.2.crate 34801 BLAKE2B 
58645e99db8f02db64d02c75860c7ea41836c427c03ee3b0b23365e73a406e4fd6ac312bf13fc5faef8bb6111c10fcfd5f839d5b3686e9b34d1626f8469fc327
 SHA512 
5cfb427c3b99b0dbd71f6154ed899abcde9d7d2992977ac7b2ef3a4c3ff51e4efafd133071a69609b4ed6cb269bdc26b79eb72e1988f10dfcaef8185d950cd1d
-DIST sqlglot-23.10.0.tar.gz 12967869 BLAKE2B 
da7f6bb47c359d564de40e5a13d1fc77526602e62a8a1f8952fbe01b56f9c1e6ec3163660b5b811ed79c5b79b4743bbedfa9b54da35365d7a72f906908c07387
 SHA512 
84b6fa716e129dfb304c98e8b72fb418f86d90e653f5b9986b82ccc750d9dcc71df419c69a67c95401afb0a0a1a46ea1659b5717f66ba63e6a1586ccffc539aa
 DIST sqlglot-23.11.2.tar.gz 13000890 BLAKE2B 
a99d243fe9b353cf934b00197db245d8846c3d205d43ba7e6a09bcd5dc193d7977ed3ab188a651a9630c2d72cd6bcbb64c60bf2ccacf439e3775ef356109b3a9
 SHA512 
0fd4cfb021da463a8c553155fec957f083fb2c8dfe382e08ec2bbc01797bb6703c5a2c6445c8053e27779166f81186a2dfb185297b60c6bf1d5893136394e26b
 DIST syn-2.0.41.crate 246016 BLAKE2B 
9d389f2e2a0acb4c84c309456e8ffcc88c5d4d541535ed136832d7a6054dde45a598bb68e8a6f3062ca2a96e1ceae947d54b3aec9bad65b0c51d6733aa6c80db
 SHA512 
6bbaf69ca783025dfb81ac3612ac60bfbed31b2d87792909b35c12892dadebdaff2ddf9463105e536b671dce5870610ab90fe29471284bbd3014dca8d6993f1a
 DIST target-lexicon-0.12.12.crate 25156 BLAKE2B 
f3803596c75f6c89438592a1176c3748fc2c0524d7d50a20056de1cd26d40c572b05bafcdf6dd702752864bea37c8b4f28f96dadc12a5b3bb1d279b25e489f85
 SHA512 
6147295c43ba1b7b087a3c5ab51534b2985e4e77e5e15687978cfb9d07e21c4fd9bc7191576d6cabd268d08a44dc733c4a957e59dba8b948c2055d8bb433aeca

diff --git a/dev-python/sqlglot/sqlglot-23.10.0.ebuild 
b/dev-python/sqlglot/sqlglot-23.10.0.ebuild
deleted file mode 100644
index 058fa81df816..
--- a/dev-python/sqlglot/sqlglot-23.10.0.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-CARGO_OPTIONAL=1
-CRATES="
-   autocfg@1.1.0
-   bitflags@1.3.2
-   cfg-if@1.0.0
-   heck@0.4.1
-   indoc@2.0.4
-   libc@0.2.150
-   lock_api@0.4.11
-   memoffset@0.9.0
-   once_cell@1.19.0
-   parking_lot@0.12.1
-   parking_lot_core@0.9.9
-   proc-macro2@1.0.70
-   pyo3-build-config@0.20.0
-   pyo3-ffi@0.20.0
-   pyo3-macros-backend@0.20.0
-   pyo3-macros@0.20.0
-   pyo3@0.20.0
-   quote@1.0.33
-   redox_syscall@0.4.1
-   scopeguard@1.2.0
-   smallvec@1.11.2
-   syn@2.0.41
-   target-lexicon@0.12.12
-   unicode-ident@1.0.12
-   unindent@0.2.3
-   windows-targets@0.48.5
-   windows_aarch64_gnullvm@0.48.5
-   windows_aarch64_msvc@0.48.5
-   windows_i686_gnu@0.48.5
-   windows_i686_msvc@0.48.5
-   windows_x86_64_gnu@0.48.5
-   windows_x86_64_gnullvm@0.48.5
-   windows_x86_64_msvc@0.48.5
-"
-
-inherit cargo distutils-r1 pypi optfeature
-
-DESCRIPTION="An easily customizable SQL parser and transpiler"
-HOMEPAGE="
-   https://sqlglot.com/
-   https://github.com/tobymao/sqlglot/
-   https://pypi.org/project/sqlglot/
-"
-SRC_URI+="
-   native-extensions? (
-   ${CARGO_CRATE_URIS}
-   )
-"
-
-LICENSE="MIT"
-LICENSE+=" native-extensions? ("
-# Dependent crate licenses
-LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016"
-LICENSE+=" )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+native-extensions"
-
-BDEPEND="
-   native-extensions? (
-   

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

2024-04-25 Thread Michał Górny
commit: 87c84b54bb82248b42edbbc0428b1bf672cd084d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 26 00:58:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 26 02:04:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c84b54

dev-python/black: Bump to 24.4.2

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

 dev-python/black/Manifest|  1 +
 dev-python/black/black-24.4.2.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/dev-python/black/Manifest b/dev-python/black/Manifest
index 56b377781f03..2fd1391260c6 100644
--- a/dev-python/black/Manifest
+++ b/dev-python/black/Manifest
@@ -1,3 +1,4 @@
 DIST black-24.3.0.tar.gz 634292 BLAKE2B 
9a853a0943ba081ecb7a4c22913b060607ac47fb90b70a9645358d681f3eab55707ad6fe9ad9928ba0d39a8adf5dfde0168598a8abcc24b823b407287cefaf82
 SHA512 
57e3b651009578f1d15b6e9ffb49d24be80885b2cf7ad48a68407862778ac2099d119e7ba6d58ddea4fc7fc21345435a7572a970baf882f763d9347868d5504b
 DIST black-24.4.0.tar.gz 635902 BLAKE2B 
2821c0f4674524d3457fb8cbf1f1224d9c7e76abdbb1e47bcd4d488ff560a417b3ad57223318b28951c92c59d13c4a2894a323865a2be2859e7b7e891c54064c
 SHA512 
3f9150faa364133a65f9f55b33a6b69b3abec5bf649bfc0662a92faa41edc76e90151e27a74f04bc3defc0687c898d54b2f137d16d13ea46e86670aa7a98
 DIST black-24.4.1.tar.gz 641335 BLAKE2B 
996528509a71d8e2b8cb8e1ebf1beac5d2460d0759de77805645ca293a648aac8a658a4b9e6b239b591e9e4e43c0af66c7a972ca0b1ecc6d9aef911f559c0cff
 SHA512 
057c2cc2ff47111487a46bfc50b961c719f92caaca49494a6cc57bb5e8aa19d0d47a7f3164421e104ef2815060e7d771a9532e970e07e1c2ce709b4cf7e99656
+DIST black-24.4.2.tar.gz 642299 BLAKE2B 
aa62394dc4a14fd6dd49502a86e46e7f707d6342127e2fb3b5cb7365ab392f5a0514df548d30219e9b6ed1f9d8ca80241ea206a06011ef8dc3d770191d3328ce
 SHA512 
f3fb63fdbff947a217ad371939a6eaac1e818f58fb924516639f3c9469f0db6fbda8d4b207163d4a6db8a58a048fefe46fbfdb1ddf40f91348bd767208e60f35

diff --git a/dev-python/black/black-24.4.2.ebuild 
b/dev-python/black/black-24.4.2.ebuild
new file mode 100644
index ..bbf320447679
--- /dev/null
+++ b/dev-python/black/black-24.4.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="The uncompromising Python code formatter"
+HOMEPAGE="
+   https://black.readthedocs.io/en/stable/
+   https://github.com/psf/black/
+   https://pypi.org/project/black/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/click-8.0.0[${PYTHON_USEDEP}]
+   >=dev-python/mypy_extensions-0.4.3[${PYTHON_USEDEP}]
+   >=dev-python/packaging-22.0[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+BDEPEND="
+   dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
+   dev-python/aiohttp-cors[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/parameterized[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   optfeature "blackd - HTTP API for black" \
+   "dev-python/aiohttp dev-python/aiohttp-cors"
+}



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

2024-04-25 Thread Michał Górny
commit: b39d3a8625f2ff579edc5dd6f287eb1514b4c686
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 26 00:58:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 26 02:04:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39d3a86

app-admin/awscli: Bump to 1.32.92

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.32.92.ebuild | 90 ++
 2 files changed, 91 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 2ab19de422a3..e8b7c1361e7a 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -4,3 +4,4 @@ DIST aws-cli-1.32.88.gh.tar.gz 2693435 BLAKE2B 
043f4eb08711760b7f8e15a5eba879524
 DIST aws-cli-1.32.89.gh.tar.gz 2693748 BLAKE2B 
006de47c4328c191120c09d5b738283ae1beeaa205ed65c80ff5cfab2a4ed91c2b560c65e78e11d099d0fdf9e1ceadfd58831ad0759a7aa10197e88a64b21e20
 SHA512 
f9ec547a969c9b0a81207ac9ab95235323d44422e2fbab81f76cd604e3c211e9bea494658d7105ea9019341df4dd335eca9987ce2788af3225f271e22aac4c0e
 DIST aws-cli-1.32.90.gh.tar.gz 2694763 BLAKE2B 
ebe21c4589b1a386fc067740703e42f08153dc1ecd960115ea7f8e57444ded9e14c340c4fb5c3fc2ec021eb9d9e26cb5cf5cf70cc77a60a4dc991304b7949ee0
 SHA512 
96060564f3371ddacede05e6bb1917f263d785413f2d6e00e5f6f4eed14dff8cfa20c3136c387b53571d46557ba87fecc175c4f9f84044d598c2aace865cc9e6
 DIST aws-cli-1.32.91.gh.tar.gz 2694732 BLAKE2B 
418d8fa3525842a9abacb75b05bc5e9499398b9cd1c0e89c5db9e11b63daecd6c2496170fbca328b92a4711214cc19e3e6af937a818d92cd0dc3770f54f3eb18
 SHA512 
332c91f04dd639a273100bfbb49be71aa0b575c28930dd8943373f4aac28f09fe49f06421858503b2c34222ebd609f80e68d04a480331c267dd338b43f896d3b
+DIST aws-cli-1.32.92.gh.tar.gz 2695697 BLAKE2B 
702324003fa4db30d21ed03f177463df02ca05ce4e07ca721d257c3fa4efb01f0adc60e56e9d45c0339284e2e3d0b70ff4d8303b6ded1fd3ec4792238bdaed6b
 SHA512 
bfffdc08ef3a48c78d1b3f1c26bf2517687d013fd7a033244c241c8fac302d4552b71e614c88e30185800fd40de9a01913eb153616ec63961805f499e3619373

diff --git a/app-admin/awscli/awscli-1.32.92.ebuild 
b/app-admin/awscli/awscli-1.32.92.ebuild
new file mode 100644
index ..4a677affdbc4
--- /dev/null
+++ b/app-admin/awscli/awscli-1.32.92.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1
+
+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}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local serial_tests=(
+   
tests/functional/ecs/test_execute_command.py::TestExecuteCommand::test_execute_command_success
+   
tests/functional/ssm/test_start_session.py::TestSessionManager::test_start_session_{fails,success}
+   
tests/functional/ssm/test_start_session.py::TestSessionManager::test_start_session_with_new_version_plugin_success
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking_windows
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestNuGetLogin::test_login_nuget_sources_listed_with_backtracking
+   
tests/unit/customizations/ecs/test_executecommand_startsession.py::TestExecuteCommand::test_execute_command_success
+   

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

2024-04-25 Thread Michał Górny
commit: 8cd2d8d56a6bf8da8f8e5b683d0be0cc33c0cfea
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 26 00:58:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 26 02:04:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd2d8d5

dev-python/boto3: Bump to 1.34.92

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.34.92.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 3e4053577123..1d51dfa1fe15 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -4,3 +4,4 @@ DIST boto3-1.34.88.gh.tar.gz 798806 BLAKE2B 
2d3e02f0584e138a75acb68593bd88126641
 DIST boto3-1.34.89.gh.tar.gz 799495 BLAKE2B 
2d719b0c2e09f0387dbe317f76555b36fda7a1f364b02df2ba8387460e98493edec8d57d75bdf9cfd1446e00423ebad1a0ef954e05807102cb980c7321b6909b
 SHA512 
2f9ca1c725f75a8470334449b683f5fbc77477f65e6b0d69f5549c479a2697931e3f4d3350c8f22a8e78b7e9c1401553f04f37746654988c150de9230a34acfa
 DIST boto3-1.34.90.gh.tar.gz 800389 BLAKE2B 
cd604cf39479af676c46b7fd1e5a8ee24e46ec384d97c50b15f80c2d96a5f46ad1c66a8a34a03ccffdf37cf386e7dcc455dc38543fc9c919f9c2b18be6e402bb
 SHA512 
480824e36f9f118b0813b391818a4214bb1861e322099cfbc2e7f5e20a088799d2e3c1c4e745ead86dde634b2f2b46656dec872025c0d5b3b608859fc8c9d9c8
 DIST boto3-1.34.91.gh.tar.gz 800954 BLAKE2B 
40bbc688a00e85b07d8f40f291ced5d6ffa0a26980bb89e353f7e300960bbff74c46554d8d4805b0cfd6723f8fa8b75f54908a255c9bc0d341ae23000265
 SHA512 
e8db938b1af6753c65b42f764ec1f4783d33dc889cadc76715f7fd6053a29149163e328593315f2d900a9d5d46fe0ab451bbba597180dbabd654dbac83b75b2c
+DIST boto3-1.34.92.gh.tar.gz 801544 BLAKE2B 
ec5e6aabcbc51f7fd0ce235b124489e5bf3375d346c9922430114a8e79d56544c90e91eb861393c63b191a1bdaa8eb04d6d59a40095c785741c59acde411d523
 SHA512 
349fbdc017da180d5f5d53a8d22c49203bbe633e8d98db71c9ec2be7dc8a78deedae7d0e256d827e2b75608374283ec9946b9c43aa9dd80504fd88fc8f8b65a8

diff --git a/dev-python/boto3/boto3-1.34.92.ebuild 
b/dev-python/boto3/boto3-1.34.92.ebuild
new file mode 100644
index ..2c733040b7a3
--- /dev/null
+++ b/dev-python/boto3/boto3-1.34.92.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+RDEPEND="
+   >=dev-python/botocore-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest tests/{functional,unit}
+}



[gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/

2024-04-25 Thread Matthew Thode
commit: d1027fb0d18913f36fff58a5a3bc99bece3a0cc3
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr 26 02:03:43 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Apr 26 02:04:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1027fb0

gui-wm/sway: remove grimshot flag

Signed-off-by: Matthew Thode  gentoo.org>

 gui-wm/sway/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gui-wm/sway/metadata.xml b/gui-wm/sway/metadata.xml
index c917d58ddcc8..54aab2ebb43a 100644
--- a/gui-wm/sway/metadata.xml
+++ b/gui-wm/sway/metadata.xml
@@ -22,7 +22,6 @@
something else.


-   Install 'grimshot': script for taking 
screenshots
Install 'swaybar': sway's status bar 
component
Install 'swaynag': shows a message with 
buttons
Enable support for StatusNotifierItem tray 
specification



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

2024-04-25 Thread Aiden Wingard
commit: cd7495349304388592be613ac118f4353299be50
Author: kernaltrap8  gmail  com>
AuthorDate: Fri Apr 26 02:00:37 2024 +
Commit: Aiden Wingard  gmail  com>
CommitDate: Fri Apr 26 02:01:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd749534

new ebuild, `app-misc/tinyfetch`, version 

Signed-off-by: kernaltrap8  gmail.com>

 .dMMb.   |  0
 app-misc/tinyfetch/tinyfetch-.ebuild | 27 +++
 2 files changed, 27 insertions(+)

diff --git a/.dMMb. b/.dMMb.
new file mode 100644
index 00..e69de29bb2

diff --git a/app-misc/tinyfetch/tinyfetch-.ebuild 
b/app-misc/tinyfetch/tinyfetch-.ebuild
new file mode 100644
index 00..7bdc28485b
--- /dev/null
+++ b/app-misc/tinyfetch/tinyfetch-.ebuild
@@ -0,0 +1,27 @@
+EAPI=8
+
+inherit meson
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kernaltrap8/tinyfetch;
+   S="${WORKDIR}/${PN}-"
+fi
+
+DESCRIPTION="fetch program written in C & C++"
+HOMEPAGE="https://github.com/kernaltrap8/tinyfetch;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+DEPEND="${BDEPEND}"
+BDEPEND="
+   dev-build/meson
+"
+
+src_configure() {
+   append-cxxflags "-Wno-unused-result"
+
+   meson_src_configure
+}



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

2024-04-25 Thread Matt Jolly
commit: ac2dd4756267985998394341549e270ce8ae07a6
Author: Matt Jolly  gentoo  org>
AuthorDate: Thu Apr 25 22:21:10 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Fri Apr 26 01:51:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2dd475

www-client/chromium: fix Ninja 1.12 build for 125

We'll just let 124 age out over the next month or so
as I can't guarantee that there aren't further missing
dependencies.

Bug: https://bugs.gentoo.org/930112
Signed-off-by: Matt Jolly  gentoo.org>

 www-client/chromium/chromium-125.0.6422.14.ebuild   |  3 ++-
 www-client/chromium/files/chromium-125-ninja-1-12.patch | 17 +
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-125.0.6422.14.ebuild 
b/www-client/chromium/chromium-125.0.6422.14.ebuild
index 9606d9fad4c8..474f868333a8 100644
--- a/www-client/chromium/chromium-125.0.6422.14.ebuild
+++ b/www-client/chromium/chromium-125.0.6422.14.ebuild
@@ -250,7 +250,7 @@ BDEPEND="
>=virtual/rust-${RUST_MIN_VER}[profiler(-)]
)
>=dev-build/gn-${GN_MIN_VER}
-   =dev-util/gperf-3.0.3
dev-vcs/git
@@ -428,6 +428,7 @@ src_prepare() {
"${FILESDIR}/chromium-124-libwebp-shim-sharpyuv.patch"
"${FILESDIR}/chromium-125-oauth2-client-switches.patch"
"${FILESDIR}/chromium-125-system-zstd.patch"
+   "${FILESDIR}/chromium-125-ninja-1-12.patch"
)
 
if use system-toolchain; then

diff --git a/www-client/chromium/files/chromium-125-ninja-1-12.patch 
b/www-client/chromium/files/chromium-125-ninja-1-12.patch
new file mode 100644
index ..55d0887cd94f
--- /dev/null
+++ b/www-client/chromium/files/chromium-125-ninja-1-12.patch
@@ -0,0 +1,17 @@
+https://chromium-review.googlesource.com/c/chromium/src/+/5487538
+commit a976cb05b4024b7a6452d1541378d718cdfe33e6
+Author: Takuto Ikuta 
+Date:   Thu Apr 25 07:25:32 2024
+
+[devtools] fix a missing build dependency to a generated file
+
+--- a/chrome/browser/devtools/BUILD.gn
 b/chrome/browser/devtools/BUILD.gn
+@@ -117,6 +117,7 @@
+ "//chrome/browser/autofill:autofill",
+ "//components/autofill/content/browser:browser",
+ "//components/autofill/core/browser:browser",
++"//components/enterprise/buildflags",
+ "//components/paint_preview/buildflags:buildflags",
+ "//components/variations/service:service",
+ "//components/webapps/common:common",



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

2024-04-25 Thread Yixun Lan
commit: 59a614bf4834948de16730e8ab4bf88d10ab1585
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Apr 26 01:35:27 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Apr 26 01:35:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a614bf

dev-python/pypiserver: Keyword 2.1.1 riscv, #930664

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/pypiserver/pypiserver-2.1.1.ebuild 
b/dev-python/pypiserver/pypiserver-2.1.1.ebuild
index 1a08a65d04de..e8ff64e1ec08 100644
--- a/dev-python/pypiserver/pypiserver-2.1.1.ebuild
+++ b/dev-python/pypiserver/pypiserver-2.1.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
dev-python/bottle[${PYTHON_USEDEP}]



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

2024-04-25 Thread Yixun Lan
commit: 16f6f4783159da7301d4d2ea50925689c3a18575
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Apr 26 01:35:30 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Apr 26 01:35:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f6f478

dev-python/importlib-resources: Keyword 6.4.0 riscv, #930664

Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/importlib-resources/importlib-resources-6.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild 
b/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild
index fe92189152c2..3f36b1f05ef1 100644
--- a/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild
+++ b/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]



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

2024-04-25 Thread Michał Górny
commit: 824a1456dd72dad6a65341d020aa5a39e82dd20e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 25 16:01:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 26 00:54:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824a1456

dev-python/backports-tarfile: Require exactly pytest-8.0*, sigh

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

 dev-python/backports-tarfile/backports-tarfile-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/backports-tarfile/backports-tarfile-1.1.1.ebuild 
b/dev-python/backports-tarfile/backports-tarfile-1.1.1.ebuild
index 4be7291e2d0d..e49cc31d1125 100644
--- a/dev-python/backports-tarfile/backports-tarfile-1.1.1.ebuild
+++ b/dev-python/backports-tarfile/backports-tarfile-1.1.1.ebuild
@@ -24,7 +24,7 @@ KEYWORDS="amd64 arm arm64 ~ia64 ~m68k ppc ppc64 ~riscv ~s390 
x86"
 BDEPEND="
test? (
dev-python/jaraco-test[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: gui-libs/neatvnc/

2024-04-25 Thread Sam James
commit: 8a9110a0af402371691f9a7a2932bd821bb30f4b
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 26 00:13:35 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 26 00:13:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9110a0

gui-libs/neatvnc: Stabilize 0.8.0 amd64, #930632

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

 gui-libs/neatvnc/neatvnc-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/neatvnc/neatvnc-0.8.0.ebuild 
b/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
index 499a88ee8451..30d699bc246a 100644
--- a/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
+++ b/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/any1/neatvnc.git;
 else
SRC_URI="https://github.com/any1/neatvnc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="ISC"



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

2024-04-25 Thread Sam James
commit: 6315fa029d2ed57cf828629b6a0e871409e7057b
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 26 00:13:32 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 26 00:13:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6315fa02

dev-libs/aml: Stabilize 0.3.0 x86, #930632

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

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

diff --git a/dev-libs/aml/aml-0.3.0.ebuild b/dev-libs/aml/aml-0.3.0.ebuild
index c10fa3c43267..03742e2c9495 100644
--- a/dev-libs/aml/aml-0.3.0.ebuild
+++ b/dev-libs/aml/aml-0.3.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/any1/aml.git;
 else
SRC_URI="https://github.com/any1/aml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="ISC"



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

2024-04-25 Thread Sam James
commit: 41df9a268e87ea40844bcfbfc3b536b6f7a5ca11
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 26 00:13:34 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 26 00:13:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41df9a26

dev-libs/weston: Stabilize 13.0.0-r2 amd64, #930632

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

 dev-libs/weston/weston-13.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/weston/weston-13.0.0-r2.ebuild 
b/dev-libs/weston/weston-13.0.0-r2.ebuild
index 1d3f0949b801..5cbd993aa607 100644
--- a/dev-libs/weston/weston-13.0.0-r2.ebuild
+++ b/dev-libs/weston/weston-13.0.0-r2.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI="${SRC_PATCHES}"
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~riscv x86"
 fi
 
 LICENSE="MIT CC-BY-SA-3.0"



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

2024-04-25 Thread Sam James
commit: f2a6ac2f74494a460569776a9f98a2c3298fbec7
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 26 00:09:56 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 26 00:13:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a6ac2f

sys-apps/systemd-utils: add 254.11

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

 sys-apps/systemd-utils/Manifest|   1 +
 sys-apps/systemd-utils/systemd-utils-254.11.ebuild | 583 +
 2 files changed, 584 insertions(+)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index 981650a1aad0..78febcf1915f 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -1,5 +1,6 @@
 DIST systemd-musl-patches-254.3-r1.tar.gz 29971 BLAKE2B 
2568c0ce93c410177d775fedb7a67b9498d66f39bfaca220237b3b55cd42c94569d7e3bfde11a9b1faa5eac1804eb75bfdee0ee465c2faac3b8213026b97daec
 SHA512 
817c94765a70eaaa5d23454e03887e149db4612f01c29690baa0c75d61b4b328b742e5d02e8cc63c531eadcd72ae37c0a407aad37c22f1d399dbba81a6bed79d
 DIST systemd-musl-patches-255.4.tar.gz 31633 BLAKE2B 
86fb36fbfa90dfe7d183f3c814600af93a690c7cfefc551cd23e6b8bdc2a48267910f4e5ef119b1b5d8e4e0cb2e6843e1b7147464809febad3085d2c82a728c3
 SHA512 
86bbb735012ce20bbc0af34ea062e83d6d3adf7883f5710ab00db7188fa6779e8dc361cdac427540042c4cf2f157242e6409ed5fc213c01d06cc13380e0cc95f
 DIST systemd-stable-254.10.tar.gz 14428960 BLAKE2B 
488c27b9657ec7452f876ab6c18bbfe711f1351afa022801f5a646f2dd1d76d63c17e52e6ebf43b38a76807907287b654a7eaca3afdb0688f5b05839e98ad727
 SHA512 
0c127d38d0ade8655ae12172c2edbaa8af68bd29f42d965b988d75e74626846ae859bcf0b39b535c9a99ad8c709ad7575ed4d5ea5bc95ce8729e3caafdb32b70
+DIST systemd-stable-254.11.tar.gz 14439741 BLAKE2B 
5103bad91cd01b019ebb431f54f2d795ab995359c90b5c2e7376b5c7b5aec121ea6d070143b8581e3fb0d66ad2ac7e44113fa5e5fae4cb5adbf0e996727264fe
 SHA512 
597c559b27a2879ce3f89efded7adce55d054bbb8ce97cf35efe52b0dcacbfabcbd05b582bd7064d3ba713ec2ec7931241971e67d39f12226e477df23c0d0dc7
 DIST systemd-stable-254.8.tar.gz 14418468 BLAKE2B 
e5a151ece86e57c7224fc95bda1b4ede1277fce4a2ba28d3605ab0431a2aafe1088f90c49a20e3b53a5b56aeef7c0f1f5da0601db740150f5efdf6eae7bbde80
 SHA512 
a3f35d9fcafcccd8d9c33ab1047241f226146017be95562a67c7dcc9eeb4b77bded92ad80e92f4767f2bf2009df0172a621d4c54a805e07ed5a5ed03940ec28e
 DIST systemd-stable-255.4.tar.gz 14952427 BLAKE2B 
27f5080f83a9e870fbe8e3ebcb500a63c42022f1f96f26f35c76a85dab691291c31ee716cab330b76df5e576910a6a82f51267eff4f766b1d4c304d815c9
 SHA512 
8a2bde11a55f7f788ba7751789a5e9be6ce9634e88d54e49f6e832c4c49020c6cacaf2a610fe26f92998b0cbf43c6c2150a96b2c0953d23261009f57d71ea979

diff --git a/sys-apps/systemd-utils/systemd-utils-254.11.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.11.ebuild
new file mode 100644
index ..9ba529076182
--- /dev/null
+++ b/sys-apps/systemd-utils/systemd-utils-254.11.ebuild
@@ -0,0 +1,583 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+inherit bash-completion-r1 flag-o-matic linux-info meson-multilib optfeature
+inherit python-single-r1 secureboot toolchain-funcs udev
+
+DESCRIPTION="Utilities split out from systemd for OpenRC users"
+HOMEPAGE="https://systemd.io/;
+
+if [[ ${PV} == *.* ]]; then
+   MY_P="systemd-stable-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/systemd-stable/archive/refs/tags/v${PV}.tar.gz
 -> ${MY_P}.tar.gz"
+else
+   MY_P="systemd-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+fi
+
+MUSL_PATCHSET="systemd-musl-patches-254.3-r1"
+SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+acl boot +kmod kernel-install selinux split-usr sysusers +tmpfiles test 
+udev ukify"
+REQUIRED_USE="
+   || ( kernel-install tmpfiles sysusers udev )
+   boot? ( kernel-install )
+   ukify? ( boot )
+   ${PYTHON_REQUIRED_USE}
+"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   elibc_musl? ( >=sys-libs/musl-1.2.3 )
+   selinux? ( sys-libs/libselinux:0= )
+   tmpfiles? (
+   acl? ( sys-apps/acl:0= )
+   )
+   udev? (
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   )
+   !udev? (
+   >=sys-apps/util-linux-2.30:0=
+   sys-libs/libcap:0=
+   virtual/libcrypt:=
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   

[gentoo-commits] repo/gentoo:master commit in: gui-libs/neatvnc/

2024-04-25 Thread Sam James
commit: a9f82bb766c49e841286ac5e4b33403d92643ad5
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 26 00:13:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 26 00:13:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f82bb7

gui-libs/neatvnc: Stabilize 0.8.0 x86, #930632

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

 gui-libs/neatvnc/neatvnc-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/neatvnc/neatvnc-0.8.0.ebuild 
b/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
index 533056fe9d06..499a88ee8451 100644
--- a/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
+++ b/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/any1/neatvnc.git;
 else
SRC_URI="https://github.com/any1/neatvnc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="ISC"



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

2024-04-25 Thread Sam James
commit: 2c49a9c43f27f3e50293401a0cd586b2fe977ae2
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 26 00:13:36 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 26 00:13:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c49a9c4

dev-libs/aml: Stabilize 0.3.0 amd64, #930632

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

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

diff --git a/dev-libs/aml/aml-0.3.0.ebuild b/dev-libs/aml/aml-0.3.0.ebuild
index 03742e2c9495..af11e9fc4531 100644
--- a/dev-libs/aml/aml-0.3.0.ebuild
+++ b/dev-libs/aml/aml-0.3.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/any1/aml.git;
 else
SRC_URI="https://github.com/any1/aml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="ISC"



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

2024-04-25 Thread Sam James
commit: a46caa814f4c56a635416e590533d7e6b9456bba
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 23:53:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 26 00:13:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46caa81

dev-libs/libgpg-error: add 1.49

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

 dev-libs/libgpg-error/Manifest |  2 +
 dev-libs/libgpg-error/libgpg-error-1.49.ebuild | 86 ++
 2 files changed, 88 insertions(+)

diff --git a/dev-libs/libgpg-error/Manifest b/dev-libs/libgpg-error/Manifest
index 24f9363b0288..5c24aeb0ee7e 100644
--- a/dev-libs/libgpg-error/Manifest
+++ b/dev-libs/libgpg-error/Manifest
@@ -2,3 +2,5 @@ DIST libgpg-error-1.47.tar.bz2 1020862 BLAKE2B 
bc04efa0686b1b7d7cdce045fc080c090
 DIST libgpg-error-1.47.tar.bz2.sig 119 BLAKE2B 
d23ea6c38621407c8f9f0c6bde71abd0e50c136d2e5de9a6cef64627f5d398c344a3438995a2405c4ef148ad8638ef7125f34670819957acd7d597370f1630e5
 SHA512 
09343016eaf7fcc455f8ce533847153a8a9b7c36f375a8ebe71ef5fc2923edf7b70842f834f52c51874e427869487b74a2286ea0112cffad0d72f79cb6d4eceb
 DIST libgpg-error-1.48.tar.bz2 1080417 BLAKE2B 
4ced63058586558f4d001bcc468f4bd419b8ec29fbd7dbcaa1a21f959d847c9e12c10c548a0038fd4eac0bdfc9907b61e9f6be71c95fc61c964c649e2415dfd7
 SHA512 
3e9ea99cfb7d706791eb3349a9356b6bc44a53ef8bfa9a4e89afb5203dad5af3f466a039a1764361c0c7f697a6fa668a21d05ceaeb8e44ec5a11d6468998adf2
 DIST libgpg-error-1.48.tar.bz2.sig 119 BLAKE2B 
36e74c520df1740d48630584cb7093413c7974157038dd0e732cb821d6e3b3386a331be9e94a7f19ea10256bd2902d778d52fe1eeab68065ef9dc2625ac2902c
 SHA512 
302091beddab877acf4355f913fae4bd0a795f0a032f47e0e17c58fe1049833116a743d3470669cff59eab2f6d184b143689763cbb4d0f2f9bcab598e09dc12c
+DIST libgpg-error-1.49.tar.bz2 1081175 BLAKE2B 
f1d7ce3c8b32a1a98495576b4ed7bf938b847a84d0fa3ed585d461ad6b136cf87112055a39b4859301f87f555666d9dbf0dda5ec03ea6270802d98352224071e
 SHA512 
bb4dd3faa8e2ec945e61fb2006697b48a51da7ee510b6650a6ab09c8734a987bc33c9835bc710ca9a9395c088271939091be418efc6ca5130b426c2fbc4959a3
+DIST libgpg-error-1.49.tar.bz2.sig 119 BLAKE2B 
6d290318fc8759b6c8bf09a2e2622ed645dded003ffdd76b599cd3ec8af3ca51abf237e35c0c942d78c72e95f6cd644df7eb63fabd8b69b9566bb4f878648f14
 SHA512 
7f36f603dbb492c4dcafe3eae153b35fede29bf85f50d8908c517330003babd8e357aa54e3f354cd0abbcb9862435d5756ac85aff3c2968ce9fcde8cbf6565de

diff --git a/dev-libs/libgpg-error/libgpg-error-1.49.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.49.ebuild
new file mode 100644
index ..0939b629b21f
--- /dev/null
+++ b/dev-libs/libgpg-error/libgpg-error-1.49.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Maintainers should:
+# 1. Join the "Gentoo" project at https://dev.gnupg.org/project/view/27/
+# 2. Subscribe to release tasks like https://dev.gnupg.org/T6159
+# (find the one for the current release then subscribe to it +
+# any subsequent ones linked within so you're covered for a while.)
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gnupg.asc
+inherit autotools multilib-minimal toolchain-funcs verify-sig
+
+DESCRIPTION="Contains error handling functions used by GnuPG software"
+HOMEPAGE="https://www.gnupg.org/related_software/libgpg-error;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="common-lisp nls static-libs test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   nls? ( sys-devel/gettext )
+   verify-sig? ( sec-keys/openpgp-keys-gnupg )
+"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/gpg-error.h
+   /usr/include/gpgrt.h
+)
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/gpg-error-config
+   /usr/bin/gpgrt-config
+)
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.48-remove_broken_check.patch"
+)
+
+src_prepare() {
+   default
+
+   if use prefix ; then
+   # don't hardcode /usr/xpg4/bin/sh as shell on Solaris
+   sed -i -e 's/solaris\*/disabled/' configure.ac || die
+   fi
+
+   # only necessary for as long as we run eautoreconf, configure.ac
+   # uses ./autogen.sh to generate PACKAGE_VERSION, but autogen.sh is
+   # not a pure /bin/sh script, so it fails on some hosts
+   sed -i -e "1s:.*:#\!${BASH}:" autogen.sh || die
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(multilib_is_native_abi || echo --disable-languages)
+   $(use_enable common-lisp languages)
+   $(use_enable nls)
+   # required for sys-power/suspend[crypt], bug 751568
+   $(use_enable 

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

2024-04-25 Thread Sam James
commit: b3873afeca06e62f236016fe286fef97f020b27f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 26 00:13:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 26 00:13:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3873afe

dev-libs/weston: Stabilize 13.0.0-r2 x86, #930632

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

 dev-libs/weston/weston-13.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/weston/weston-13.0.0-r2.ebuild 
b/dev-libs/weston/weston-13.0.0-r2.ebuild
index a9e78fa2d17f..1d3f0949b801 100644
--- a/dev-libs/weston/weston-13.0.0-r2.ebuild
+++ b/dev-libs/weston/weston-13.0.0-r2.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI="${SRC_PATCHES}"
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~riscv x86"
 fi
 
 LICENSE="MIT CC-BY-SA-3.0"



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

2024-04-25 Thread Sam James
commit: b3f8aa211fc490167054bcc25e1d66f1059f02bb
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 26 00:06:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 26 00:13:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f8aa21

sys-apps/systemd: add 254.11

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

 sys-apps/systemd/Manifest  |   1 +
 sys-apps/systemd/systemd-254.11.ebuild | 536 +
 2 files changed, 537 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 0d9cc6445845..4a7b3022aff6 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,4 +1,5 @@
 DIST systemd-stable-254.10.tar.gz 14428960 BLAKE2B 
488c27b9657ec7452f876ab6c18bbfe711f1351afa022801f5a646f2dd1d76d63c17e52e6ebf43b38a76807907287b654a7eaca3afdb0688f5b05839e98ad727
 SHA512 
0c127d38d0ade8655ae12172c2edbaa8af68bd29f42d965b988d75e74626846ae859bcf0b39b535c9a99ad8c709ad7575ed4d5ea5bc95ce8729e3caafdb32b70
+DIST systemd-stable-254.11.tar.gz 14439741 BLAKE2B 
5103bad91cd01b019ebb431f54f2d795ab995359c90b5c2e7376b5c7b5aec121ea6d070143b8581e3fb0d66ad2ac7e44113fa5e5fae4cb5adbf0e996727264fe
 SHA512 
597c559b27a2879ce3f89efded7adce55d054bbb8ce97cf35efe52b0dcacbfabcbd05b582bd7064d3ba713ec2ec7931241971e67d39f12226e477df23c0d0dc7
 DIST systemd-stable-254.8.tar.gz 14418468 BLAKE2B 
e5a151ece86e57c7224fc95bda1b4ede1277fce4a2ba28d3605ab0431a2aafe1088f90c49a20e3b53a5b56aeef7c0f1f5da0601db740150f5efdf6eae7bbde80
 SHA512 
a3f35d9fcafcccd8d9c33ab1047241f226146017be95562a67c7dcc9eeb4b77bded92ad80e92f4767f2bf2009df0172a621d4c54a805e07ed5a5ed03940ec28e
 DIST systemd-stable-254.9.tar.gz 14423806 BLAKE2B 
ab39c0a00b8451b24b40e39f4bf7ecb912ff23d9cd6f8d30fd0545e895936baa635b1ff63c02a83761682b72f44244aac8338bf6506885c9b07cd0c5247b6693
 SHA512 
a0300693a044cfe4c76deb0e3e48a927125eb97c3952c07ba68936f1e093c93506d8044b249b534b8e778ade6143b43194f8d6b721a8cd520bc7bb4cb3d3e5c1
 DIST systemd-stable-255.3.tar.gz 14873273 BLAKE2B 
e22ef391c691fcf1e765c5112e1a55096d3bba61a9dae3ea1a3958add4e355892a97d5214e63c516ba3b70e2a83bb5d21254812d870f06c16c74a58d4f957d75
 SHA512 
c2868a53df2176649b0d0c94e5d451c46ba783bcdbc89ce12434ed2d11dba44b4854ffe4c2430f3f64eef2e214cbb51d5f740170afbd9edd66761a8851157453

diff --git a/sys-apps/systemd/systemd-254.11.ebuild 
b/sys-apps/systemd/systemd-254.11.ebuild
new file mode 100644
index ..3fe049811536
--- /dev/null
+++ b/sys-apps/systemd/systemd-254.11.ebuild
@@ -0,0 +1,536 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
+   inherit git-r3
+else
+   if [[ ${PV} == *.* ]]; then
+   MY_PN=systemd-stable
+   else
+   MY_PN=systemd
+   fi
+   MY_PV=${PV/_/-}
+   MY_P=${MY_PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
+inherit secureboot systemd toolchain-funcs udev usr-ldscript
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="http://systemd.io/;
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit boot cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install 
+kmod
+   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify 
vanilla xkb +zstd
+"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dns-over-tls? ( || ( gnutls openssl ) )
+   fido2? ( cryptsetup openssl )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   pwquality? ( homed )
+   boot? ( kernel-install )
+   ukify? ( boot )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="4.15"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   apparmor? ( sys-libs/libapparmor:0= )
+   audit? ( >=sys-process/audit-2:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( net-misc/curl:0= )
+   elfutils? ( >=dev-libs/elfutils-0.158:0= )
+   fido2? ( dev-libs/libfido2:0= )
+   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
+   gnutls? ( >=net-libs/gnutls-3.6.0:0= )
+   http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] )
+   idn? ( 

[gentoo-commits] repo/proj/guru:dev commit in: games-arcade/tetrio-desktop/, games-arcade/tetrio-desktop/files/

2024-04-25 Thread AquaOneLove
commit: 2b6d3f6d53229bfe0f0687ac1cb3ab79412bd6f5
Author: AquaOneLove  proton  me>
AuthorDate: Thu Apr 25 23:55:58 2024 +
Commit: AquaOneLove  proton  me>
CommitDate: Thu Apr 25 23:57:01 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b6d3f6d

games-arcade/tetrio-desktop: new package, add 8

Signed-off-by: AquaOneLove  proton.me>

 games-arcade/tetrio-desktop/Manifest   |   2 +
 .../files/tetrio-desktop-8-application.patch   |  13 +++
 games-arcade/tetrio-desktop/metadata.xml   |  11 +++
 .../tetrio-desktop/tetrio-desktop-8.ebuild | 110 +
 4 files changed, 136 insertions(+)

diff --git a/games-arcade/tetrio-desktop/Manifest 
b/games-arcade/tetrio-desktop/Manifest
new file mode 100644
index 00..ab43b6197e
--- /dev/null
+++ b/games-arcade/tetrio-desktop/Manifest
@@ -0,0 +1,2 @@
+DIST tetrio-desktop-8.deb 51480890 BLAKE2B 
641606cc29113098d3b686b17164669203e5c91801119e88a8cd7b4ef331bf25bfbed55d443bdb19d2a5b755919194861e4540489d85ebbdefd24b54c5c895cf
 SHA512 
04841ac7186bb864d4b8dfc15fee287ecbe713b3971521f703dd054b61cbbba481b296228ac9d83b0b58dcdd6b715d827c03edac4a1c97c11a362d85e015bcdd
+DIST tetrio-plus.zip 4733782 BLAKE2B 
493361cb92dbfa0f0ed47b8c132cb43f91941ed85f2127398c4eb52a7c3b6e9be8b38fa4dd6374930197cfe9dc423aa6b1dbd790fbfc3fe96f042487b44b6a1a
 SHA512 
ab9402085b6ec5e37e70e2945300fa05902a6da82b5512931851cd08a3eff90604e835cef162c077ac703d570ed36886952a6d06a7906ed2a3601e71f361d083

diff --git 
a/games-arcade/tetrio-desktop/files/tetrio-desktop-8-application.patch 
b/games-arcade/tetrio-desktop/files/tetrio-desktop-8-application.patch
new file mode 100644
index 00..b8752e3991
--- /dev/null
+++ b/games-arcade/tetrio-desktop/files/tetrio-desktop-8-application.patch
@@ -0,0 +1,13 @@
+diff --git a/usr/share/applications/tetrio-desktop.desktop 
b/usr/share/applications/tetrio-desktop.desktop
+index 802f685..898b247 100644
+--- a/usr/share/applications/tetrio-desktop.desktop
 b/usr/share/applications/tetrio-desktop.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=TETR.IO
+ Comment=Puzzle together in this modern yet familiar online stacker!
+-Exec="/opt/TETR.IO/tetrio-desktop" %U
++Exec="/usr/bin/tetrio-desktop" %U
+ Terminal=false
+ Type=Application
+ Icon=tetrio-desktop

diff --git a/games-arcade/tetrio-desktop/metadata.xml 
b/games-arcade/tetrio-desktop/metadata.xml
new file mode 100644
index 00..b5a321ff2d
--- /dev/null
+++ b/games-arcade/tetrio-desktop/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+aquaonel...@proton.me
+AquaOneLove
+
+
+Install with TETR.IO PLUS modification
+
+

diff --git a/games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild 
b/games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild
new file mode 100644
index 00..a6281968db
--- /dev/null
+++ b/games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker desktop xdg
+
+DESCRIPTION="TETR.IO desktop client."
+HOMEPAGE="https://tetr.io/;
+
+SRC_URI="https://tetr.io/about/desktop/builds/${PV}/TETR.IO%20Setup.deb -> 
${P}.deb
+   tetrio-plus?( https://gitlab.com/UniQMG/tetrio-plus/uploads/\
+a7342b94f03d670b72235ab453c427a5/tetrio-plus_0.26.0_app.asar.zip -> 
tetrio-plus.zip )"
+
+S="${WORKDIR}"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="tetrio-plus"
+
+RESTRICT="bindist mirror test strip"
+
+BDEPEND="
+   app-arch/unzip
+"
+RDEPEND="
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libXScrnSaver
+   x11-libs/libXcursor
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXtst
+   app-accessibility/at-spi2-core:2
+   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/dbus
+   x11-libs/cairo
+   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/libXrandr
+   x11-libs/pango
+"
+
+QA_PREBUILT=".*"
+
+PATCHES=(
+   "${FILESDIR}/${P}-application.patch"
+
+)
+
+src_unpack() {
+   unpack_deb "${P}.deb"
+   if use tetrio-plus; then
+   unpack "tetrio-plus.zip"
+   fi
+}
+
+src_prepare() {
+   eapply ${PATCHES}
+   eapply_user
+
+   if use tetrio-plus; then
+   mv "${S}/app.asar" "${S}/opt/TETR.IO/resources/app.asar" || die
+   fi
+
+   mv "${S}/opt/TETR.IO" "${S}/opt/${PN}" || die
+}
+
+src_install() {
+   ICONDIR="usr/share/icons/hicolor"
+   DESTDIR="/opt/${PN}"
+
+   doicon -s 256 "${ICONDIR}/256x256/apps/tetrio-desktop.png"
+   doicon -s 512 

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

2024-04-25 Thread Patrick McLean
commit: 03a6941c32b1caa44467e12248bf0c385fd55443
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Apr 25 23:11:57 2024 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Apr 25 23:12:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a6941c

dev-util/gcovr: Skip a bunch of tests with gcc-14 (bug #930680)

Closes: https://bugs.gentoo.org/930680
Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/gcovr/gcovr-7.2.ebuild | 69 +++--
 1 file changed, 59 insertions(+), 10 deletions(-)

diff --git a/dev-util/gcovr/gcovr-7.2.ebuild b/dev-util/gcovr/gcovr-7.2.ebuild
index aa226b32ebe5..cf3116b1bdaf 100644
--- a/dev-util/gcovr/gcovr-7.2.ebuild
+++ b/dev-util/gcovr/gcovr-7.2.ebuild
@@ -185,6 +185,65 @@ python_test() {
"wspace-html"
)
 
+   local cc cc_ver
+   cc="$(tc-get-compiler-type)"
+   case "${cc}" in
+   gcc)
+   cc_ver="$(gcc-major-version)"
+
+   # a bunch of tests are broken on gcc-14
+   # https://bugs.gentoo.org/930680
+   if [[ $(gcc-major-version) -ge 14 ]]; then
+   test_build_deselect+=(
+   "calls-json"
+   "decisions-neg-delta-json"
+   "different-function-lines-separate-lcov"
+   "different-function-lines-use-0-lcov"
+   "different-function-lines-use-max-lcov"
+   "different-function-lines-use-min-lcov"
+   "dot-lcov"
+   "excl-branch-lcov"
+   "excl-line-json"
+   "excl-line-lcov"
+   "excl-line-branch-lcov"
+   "excl-line-custom-lcov"
+   "exclude-directories-relative-lcov"
+   "exclude-lines-by-pattern-lcov"
+   "exclude-relative-lcov"
+   
"exclude-relative-from-unfiltered-tracefile-lcov"
+   "filter-absolute-lcov"
+   
"filter-absolute-from-unfiltered-tracefile-lcov"
+   "filter-relative-lcov"
+   
"filter-relative-from-unfiltered-tracefile-lcov"
+   "filter-relative-lib-lcov"
+   
"filter-relative-lib-from-unfiltered-tracefile-lcov"
+   "linked-lcov"
+   "nested-lcov"
+   "nested2-lcov"
+   "nested3-lcov"
+   "no-markers-json"
+   "no-markers-lcov"
+   "noncode-json"
+   "noncode-lcov"
+   "oos-lcov"
+   "oos2-lcov"
+   "shadow-json"
+   "simple1-txt"
+   "simple1-json"
+   "simple1-dir-json"
+   "simple1-stdout-json"
+   "simple1-stdout-lcov"
+   "threaded-lcov"
+   "update-data-lcov"
+   "wspace-lcov"
+   )
+   fi
+   ;;
+   clang) cc_ver="$(clang-major-version)";;
+   # placeholder since tests need CC_REFERENCE to be string-number
+   *) cc_ver=1;;
+   esac
+
readarray -t EPYTEST_DESELECT < <(printf 
'gcovr/tests/test_gcovr.py::test_build[%s]\n' "${test_build_deselect[@]}")
 
EPYTEST_DESELECT+=(
@@ -193,16 +252,6 @@ python_test() {
gcovr/tests/test_args.py::test_multiple_output_formats_to_stdout

gcovr/tests/test_args.py::test_multiple_output_formats_to_stdout_1
)
-
-   local cc cc_ver
-   cc="$(tc-get-compiler-type)"
-   case "${cc}" in
-   gcc) cc_ver="$(gcc-major-version)";;
-   clang) cc_ver="$(clang-major-version)";;
-   # placeholder since tests need CC_REFERENCE to be string-number
-   *) cc_ver=1
-   esac
-
local -x CC_REFERENCE="${cc}-${cc_ver}"
 
epytest gcovr



[gentoo-commits] repo/gentoo:master commit in: dev-debug/gdb/

2024-04-25 Thread Sam James
commit: 3edf8365f1aa942b300e3017528d89a85d175dc4
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 23:09:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 23:09:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edf8365

dev-debug/gdb: Stabilize 14.2 amd64, #930688

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

 dev-debug/gdb/gdb-14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/gdb/gdb-14.2.ebuild b/dev-debug/gdb/gdb-14.2.ebuild
index 6987ea52c678..58f7b7c57ea7 100644
--- a/dev-debug/gdb/gdb-14.2.ebuild
+++ b/dev-debug/gdb/gdb-14.2.ebuild
@@ -74,7 +74,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="cet debuginfod guile lzma multitarget nls +python +server sim 
source-highlight test vanilla xml xxhash zstd"
 if [[ -n ${REGULAR_RELEASE} ]] ; then
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 fi
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-debug/gdb/

2024-04-25 Thread Sam James
commit: 8ed2fe475927ba2a7c73f5fcb2221dc573a6bbad
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 23:09:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 23:09:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed2fe47

dev-debug/gdb: Stabilize 14.2 x86, #930688

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

 dev-debug/gdb/gdb-14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/gdb/gdb-14.2.ebuild b/dev-debug/gdb/gdb-14.2.ebuild
index 58f7b7c57ea7..2a82d9e78706 100644
--- a/dev-debug/gdb/gdb-14.2.ebuild
+++ b/dev-debug/gdb/gdb-14.2.ebuild
@@ -74,7 +74,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="cet debuginfod guile lzma multitarget nls +python +server sim 
source-highlight test vanilla xml xxhash zstd"
 if [[ -n ${REGULAR_RELEASE} ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 fi
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/

2024-04-25 Thread Sam James
commit: 8133aca317d980c3b36b09037a956366a6a8fa48
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 23:09:27 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 23:09:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8133aca3

sys-devel/gcc: add 11.4.1_p20240425

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-11.4.1_p20240425.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index c0538a3e11f1..56e205b5bed9 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -7,6 +7,7 @@ DIST gcc-11-20240328.tar.xz 76268060 BLAKE2B 
a3ffdd5a2376b1d3984ca39837932e1c6dc
 DIST gcc-11-20240404.tar.xz 76246936 BLAKE2B 
09eed1bff289e960018b8c9c5d39e43ebcff78d344feba45d7889149e0de0d2727a54a0359471eab9a28cb38d5750b488c62cbffbf937ab7238eab51f3e7d0b7
 SHA512 
431f0b8d78f2b5e910ca8de8e8f64594f070639c17bc65a074650c217a5262cb9081db7e090bd3396e30ef50e92ed3ada0d163b4cabf04f2ae78fd02dba8c05a
 DIST gcc-11-20240411.tar.xz 76275268 BLAKE2B 
a24769b7f4b6d111b1fc46f9a99f9f731193a15b9a1a73fc224388721f0e3b6d02022eb0dc44a3d587522ad124bf63ce9ee50b9622ec91b55001c46fbc261776
 SHA512 
43fef6a426b4b8001c1d8707c34339203e66dcfa580cf289e20cd7abeaf0f8b57068ab1099099c4692a7acce1bc38bb978bcff6c309f30e3430457af5b7fb018
 DIST gcc-11-20240418.tar.xz 76255988 BLAKE2B 
363f195d8e23915511e768c303550e6e3a67aa45e3f55945cf763fbbcaea7e28932e5094d2fe4c26f8a920ad3479523c27b8aef14716cb7d26cd7da7a69196fa
 SHA512 
a6072e40ad233759f8f893b5c7962df5cc926cd5322bf1b3986b88013628ac7b08eea23a8f5f5bf75444e26e6106d0ebfab26caa82974805308d17f6b69b36d0
+DIST gcc-11-20240425.tar.xz 76259112 BLAKE2B 
df54ece1a13e56f25ac236c42bbab3c6185d2971ef68f7d6a06ce0e5e367a1b56e43bb7e1f2c0757e33c3c92c31ce7dcec52f325a3c494ae8d855a5f082a5a79
 SHA512 
600bc31506e512d6ff93f7e6a6cbc47b2282338972d7dd006a931c9ed6af9e494d716e51f4ada1c551e1fb10df5d04ddd3937228e846bd76243024e21ecef073
 DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B 
a2335e155fc57816fed822a648e0eaefafcba9d04e1ad0fd7baeea5a694ab6f5e3c1678cb406f2a1bd17bab25cb01699d032713a1ccf337948dfda2093844607
 SHA512 
17b84f907cb1bd763873655e6f35fd3ed55a40b602b70a626f04f83b4cc89c6261db1661de78d4d969187a8c56e9f6305b742515a3836b962248a21df0df5d0c
 DIST gcc-11.4.0-patches-12.tar.xz 13824 BLAKE2B 
e4df9e0dc9512882022aaf325ebf65c540169454c91dd31f913c6f57f6eb291c79ae919671b53db1549799d4a70c09298bf45ed82ad05eb1f961443cc958369d
 SHA512 
87fed0c3f8e28c9f702443db58350bb615110b27ebe334b5de2ea60678e2548c56cd75cffade210d69634e2ac0a9311f5100ddb45d97645aa76d5688bc421a61
 DIST gcc-12-20240112.tar.xz 79832228 BLAKE2B 
deec7123b8ffc42ddace51e1f3e8e08d5485f7000c0d4b7273b6311912ec0e7e2cb41124297af8c54456bb369a76fa2ef51aff552d8d680ec41dd2b144b08e55
 SHA512 
2c0a676ad35e6edee915c042a1751ac0263fae9b7af4d324deb49d6603dc73d3ec768832184879543e6ffb1595da5c56d9117288547adab7f243646dcbfc64ac

diff --git a/sys-devel/gcc/gcc-11.4.1_p20240425.ebuild 
b/sys-devel/gcc/gcc-11.4.1_p20240425.ebuild
new file mode 100644
index ..5ab7ed2dbcfa
--- /dev/null
+++ b/sys-devel/gcc/gcc-11.4.1_p20240425.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_GCC_VER="11.4.0"
+PATCH_VER="12"
+MUSL_VER="2"
+MUSL_GCC_VER="11.4.0"
+PYTHON_COMPAT=( python3_{10..11} )
+
+if [[ ${PV} == *. ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   MY_PV_3=1
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   MY_PV_3=0
+   else
+   MY_PV_2=$((${MY_PV_2} - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.${MY_PV_3}
+elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
+   # Cheesy hack for RCs
+   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
+   MY_P=${PN}-${MY_PV}
+   GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"
+   TOOLCHAIN_SET_S=no
+   S="${WORKDIR}"/${MY_P}
+fi
+
+inherit toolchain
+
+if tc_is_live ; then
+   # Needs to be after inherit (for now?), bug #830908
+   EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+   # Don't keyword live ebuilds
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   :;
+fi
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
+   # bug #830454
+   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+   DEPEND="${RDEPEND}"
+   BDE

[gentoo-commits] repo/proj/guru:master commit in: net-proxy/ngrok-bin/

2024-04-25 Thread Julien Roy
commit: 0cdd3a2bb71aaed4df189c0775d6f02aa9c57f21
Author: kernaltrap8  gmail  com>
AuthorDate: Mon Mar 18 03:58:09 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 22:28:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cdd3a2b

net-proxy/ngrok-bin: Fix QA issues in `ngrok-bin-3.0.0`

Signed-off-by: kernaltrap8  gmail.com>

 net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild 
b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
index 91b62032a3..21e9055f9b 100644
--- a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
+++ b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
@@ -8,8 +8,8 @@ HOMEPAGE="https://ngrok.org;
 # Each supported arch should get their own bins
 SRC_URI="
 amd64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz )
-arm64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz )
 arm?( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz )
+arm64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz ) 
 mips?   ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-mips.tgz )
 ppc64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-ppc64.tgz )
 s390?   ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-s390x.tgz )
@@ -19,7 +19,7 @@ S="${WORKDIR}/"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~arm ~mips ~ppc64 ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~s390 ~x86"
 
 RESTRICT="mirror strip"
 



[gentoo-commits] repo/proj/guru:master commit in: net-proxy/ngrok-bin/

2024-04-25 Thread Julien Roy
commit: abee8508207755d53ceca39f887a4d642de75bd4
Author: kernaltrap8  gmail  com>
AuthorDate: Mon Mar 18 03:53:59 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 22:28:18 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=abee8508

net-proxy/ngrok-bin: keyword 3.0.0

Signed-off-by: kernaltrap8  gmail.com>

 net-proxy/ngrok-bin/Manifest   |  6 ++
 net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild | 14 +++---
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/net-proxy/ngrok-bin/Manifest b/net-proxy/ngrok-bin/Manifest
index 59d0781de5..21a3edd650 100644
--- a/net-proxy/ngrok-bin/Manifest
+++ b/net-proxy/ngrok-bin/Manifest
@@ -1 +1,7 @@
+DIST ngrok-v3-stable-linux-386.tgz 8175989 BLAKE2B 
72d36693552e290d4b3261df0c48a76e76f3ae944eea280f888fe33dda36e05d3d8d6a162c35a2b0a94417133328c47f2de5d992fbd1ef6bea15d12026396244
 SHA512 
0ebb8b8b67bb5f0210fb0427c50a5d9847e5eb4521f8987498ec42729fd31d5865bddc42936b57668787b4b2d5cfad9e45ee4283b88b2a51b8711baa4573aa09
 DIST ngrok-v3-stable-linux-amd64.tgz 8659626 BLAKE2B 
ca3e031f485460169a880938a1d063f90365a74c076f9720bbee7b1f435a643fa96e07b7c3fdc45e016d81e52c26b53c1a41928d0591d7371b4648f663adbd3e
 SHA512 
22a73696a536d3f1d03392c115a5c7b41d3541be23fa85b064b6ea8d5dc2a861dbc6ea80859fb8bd9c0bc89c47f08a5715c8f6c93b0d8887a84203f307f46d8d
+DIST ngrok-v3-stable-linux-arm.tgz 8321472 BLAKE2B 
06282cdf504a5eb639a0c4d0dd22725806e482fe7fbb4c4d83dae79fd480076ca423331eade6a64c9ea56b06c88b14d8dcd7361ad53dbeff87991e12bd6a2e6b
 SHA512 
fda874a93799f9caf0b14379d9006069d3ec445d708609307c8d8a70aedb080efc5ddd9f7626e77ad5ae42b4c305eb6071d5404353c1b352a44499c9f4b1ec40
+DIST ngrok-v3-stable-linux-arm64.tgz 8046642 BLAKE2B 
d848f2495061842dac916b00a331db86864d0a490a31a40c3081336ec02c433304d4c8cd5f92ab2be8961d6d9b76a6a07e2418b9d089d497cfb6880a21904717
 SHA512 
a205920d68847e9e521f42981231e0de90692020ebac535d86beb0e64bb3dfd7df0218386bdca5330d90a2974797134c1053bb478dae12e656d08289719f70eb
+DIST ngrok-v3-stable-linux-mips.tgz 7605022 BLAKE2B 
13c119210e4d0d50ff8d44f9fd21590ab2664425a9d412985b637ab4d4d495df73788d7b9a35c037ddd3e37ef9b55f3cbf92442d37515e332dc5708d43e24203
 SHA512 
80e3207500829be61d3a714a6e5b44b5cdbb5667f38b19c8f884a60cd8e1140b1a799ec32b50b9d2f3978929d9bad1d72e4c3fe6fdf78e31f02322503a5a9424
+DIST ngrok-v3-stable-linux-ppc64.tgz 7802935 BLAKE2B 
ec9f091c05401316210fbb8d2ee16e8f839bd62383a5350ec6c0182880b0c600ca21da981947558e256423fdf7b076c271dfa320e214579a18ccd781114439df
 SHA512 
8027d31e53905d98405f41762dcfaa9b8caa1a0b61df353a3f86a8a3e29f930c058d7c74f141d67d5dbf8d99e69c91685e7bda036e5afdd3cfabcb05d21c326b
+DIST ngrok-v3-stable-linux-s390x.tgz 8385976 BLAKE2B 
017b74f4f5e7239c012c9f2895670bf1b36ed15b4ccd59fa1c0bab15acd7951bdb927a86f10bb5b5801d171a317846ec92941ab3a2d797a8d6961b2ee540ff26
 SHA512 
55b591d279929fabcd64fd0d35dd75d19202b7a81729dc952bef65b57a94c554c6b7b14487dec8fdd65544b7a17a15254839a5ee76fddb88a3e826f3a367ab6a

diff --git a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild 
b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
index 90468dbf5b..91b62032a3 100644
--- a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
+++ b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
@@ -6,12 +6,20 @@ EAPI=8
 DESCRIPTION="ngrok is a reverse proxy, firewall, and API gateway"
 HOMEPAGE="https://ngrok.org;
 # Each supported arch should get their own bins
-SRC_URI="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz;
+SRC_URI="
+amd64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz )
+arm64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz )
+arm?( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz )
+mips?   ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-mips.tgz )
+ppc64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-ppc64.tgz )
+s390?   ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-s390x.tgz )
+x86?( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz )
+"
 S="${WORKDIR}/"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64 ~arm ~mips ~ppc64 ~s390 ~x86"
 
 RESTRICT="mirror strip"
 
@@ -21,4 +29,4 @@ src_compile() {
 
 src_install() {
 dobin ngrok
-}
\ No newline at end of file
+}



[gentoo-commits] repo/proj/guru:master commit in: net-proxy/ngrok-bin/

2024-04-25 Thread Julien Roy
commit: b3ca3ed2666a0ab3252ce0c25d89df855ad14348
Author: kernaltrap8  gmail  com>
AuthorDate: Mon Mar 18 03:59:39 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 22:28:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3ca3ed2

net-proxy/ngrok-bin: Fix QA issues in `ngrok-bin-3.0.0`

Signed-off-by: kernaltrap8  gmail.com>

 net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild 
b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
index 21e9055f9b..fcee9bb786 100644
--- a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
+++ b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
@@ -7,13 +7,13 @@ DESCRIPTION="ngrok is a reverse proxy, firewall, and API 
gateway"
 HOMEPAGE="https://ngrok.org;
 # Each supported arch should get their own bins
 SRC_URI="
-amd64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz )
-arm?( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz )
-arm64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz ) 
-mips?   ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-mips.tgz )
-ppc64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-ppc64.tgz )
-s390?   ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-s390x.tgz )
-x86?( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz )
+amd64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz )
+arm? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz )
+arm64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz ) 
+mips? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-mips.tgz )
+ppc64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-ppc64.tgz )
+s390? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-s390x.tgz )
+x86? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz )
 "
 S="${WORKDIR}/"
 



[gentoo-commits] repo/proj/guru:master commit in: net-proxy/ngrok-bin/

2024-04-25 Thread Julien Roy
commit: 8700f0fe984625a1b4fe5e6e893123bfe0db0806
Author: kernaltrap8  gmail  com>
AuthorDate: Mon Mar 18 04:00:56 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 22:28:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8700f0fe

net-proxy/ngrok-bin: Fix QA issues in `ngrok-bin-3.0.0`

Signed-off-by: kernaltrap8  gmail.com>

 net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild 
b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
index fcee9bb786..beeb9e381c 100644
--- a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
+++ b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://ngrok.org;
 SRC_URI="
 amd64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz )
 arm? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz )
-arm64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz ) 
+arm64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz )
 mips? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-mips.tgz )
 ppc64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-ppc64.tgz )
 s390? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-s390x.tgz )



[gentoo-commits] repo/proj/guru:dev commit in: net-proxy/ngrok-bin/

2024-04-25 Thread Aiden Wingard
commit: b3ca3ed2666a0ab3252ce0c25d89df855ad14348
Author: kernaltrap8  gmail  com>
AuthorDate: Mon Mar 18 03:59:39 2024 +
Commit: Aiden Wingard  gmail  com>
CommitDate: Thu Apr 25 22:28:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3ca3ed2

net-proxy/ngrok-bin: Fix QA issues in `ngrok-bin-3.0.0`

Signed-off-by: kernaltrap8  gmail.com>

 net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild 
b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
index 21e9055f9b..fcee9bb786 100644
--- a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
+++ b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
@@ -7,13 +7,13 @@ DESCRIPTION="ngrok is a reverse proxy, firewall, and API 
gateway"
 HOMEPAGE="https://ngrok.org;
 # Each supported arch should get their own bins
 SRC_URI="
-amd64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz )
-arm?( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz )
-arm64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz ) 
-mips?   ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-mips.tgz )
-ppc64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-ppc64.tgz )
-s390?   ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-s390x.tgz )
-x86?( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz )
+amd64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz )
+arm? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz )
+arm64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz ) 
+mips? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-mips.tgz )
+ppc64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-ppc64.tgz )
+s390? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-s390x.tgz )
+x86? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz )
 "
 S="${WORKDIR}/"
 



[gentoo-commits] repo/proj/guru:dev commit in: net-proxy/ngrok-bin/

2024-04-25 Thread Aiden Wingard
commit: 0cdd3a2bb71aaed4df189c0775d6f02aa9c57f21
Author: kernaltrap8  gmail  com>
AuthorDate: Mon Mar 18 03:58:09 2024 +
Commit: Aiden Wingard  gmail  com>
CommitDate: Thu Apr 25 22:28:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cdd3a2b

net-proxy/ngrok-bin: Fix QA issues in `ngrok-bin-3.0.0`

Signed-off-by: kernaltrap8  gmail.com>

 net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild 
b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
index 91b62032a3..21e9055f9b 100644
--- a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
+++ b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
@@ -8,8 +8,8 @@ HOMEPAGE="https://ngrok.org;
 # Each supported arch should get their own bins
 SRC_URI="
 amd64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz )
-arm64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz )
 arm?( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz )
+arm64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz ) 
 mips?   ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-mips.tgz )
 ppc64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-ppc64.tgz )
 s390?   ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-s390x.tgz )
@@ -19,7 +19,7 @@ S="${WORKDIR}/"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~arm ~mips ~ppc64 ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~s390 ~x86"
 
 RESTRICT="mirror strip"
 



[gentoo-commits] repo/proj/guru:dev commit in: net-proxy/ngrok-bin/

2024-04-25 Thread Aiden Wingard
commit: 8700f0fe984625a1b4fe5e6e893123bfe0db0806
Author: kernaltrap8  gmail  com>
AuthorDate: Mon Mar 18 04:00:56 2024 +
Commit: Aiden Wingard  gmail  com>
CommitDate: Thu Apr 25 22:28:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8700f0fe

net-proxy/ngrok-bin: Fix QA issues in `ngrok-bin-3.0.0`

Signed-off-by: kernaltrap8  gmail.com>

 net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild 
b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
index fcee9bb786..beeb9e381c 100644
--- a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
+++ b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://ngrok.org;
 SRC_URI="
 amd64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz )
 arm? ( https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz )
-arm64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz ) 
+arm64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz )
 mips? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-mips.tgz )
 ppc64? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-ppc64.tgz )
 s390? ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-s390x.tgz )



[gentoo-commits] repo/proj/guru:dev commit in: net-proxy/ngrok-bin/

2024-04-25 Thread Aiden Wingard
commit: abee8508207755d53ceca39f887a4d642de75bd4
Author: kernaltrap8  gmail  com>
AuthorDate: Mon Mar 18 03:53:59 2024 +
Commit: Aiden Wingard  gmail  com>
CommitDate: Thu Apr 25 22:28:18 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=abee8508

net-proxy/ngrok-bin: keyword 3.0.0

Signed-off-by: kernaltrap8  gmail.com>

 net-proxy/ngrok-bin/Manifest   |  6 ++
 net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild | 14 +++---
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/net-proxy/ngrok-bin/Manifest b/net-proxy/ngrok-bin/Manifest
index 59d0781de5..21a3edd650 100644
--- a/net-proxy/ngrok-bin/Manifest
+++ b/net-proxy/ngrok-bin/Manifest
@@ -1 +1,7 @@
+DIST ngrok-v3-stable-linux-386.tgz 8175989 BLAKE2B 
72d36693552e290d4b3261df0c48a76e76f3ae944eea280f888fe33dda36e05d3d8d6a162c35a2b0a94417133328c47f2de5d992fbd1ef6bea15d12026396244
 SHA512 
0ebb8b8b67bb5f0210fb0427c50a5d9847e5eb4521f8987498ec42729fd31d5865bddc42936b57668787b4b2d5cfad9e45ee4283b88b2a51b8711baa4573aa09
 DIST ngrok-v3-stable-linux-amd64.tgz 8659626 BLAKE2B 
ca3e031f485460169a880938a1d063f90365a74c076f9720bbee7b1f435a643fa96e07b7c3fdc45e016d81e52c26b53c1a41928d0591d7371b4648f663adbd3e
 SHA512 
22a73696a536d3f1d03392c115a5c7b41d3541be23fa85b064b6ea8d5dc2a861dbc6ea80859fb8bd9c0bc89c47f08a5715c8f6c93b0d8887a84203f307f46d8d
+DIST ngrok-v3-stable-linux-arm.tgz 8321472 BLAKE2B 
06282cdf504a5eb639a0c4d0dd22725806e482fe7fbb4c4d83dae79fd480076ca423331eade6a64c9ea56b06c88b14d8dcd7361ad53dbeff87991e12bd6a2e6b
 SHA512 
fda874a93799f9caf0b14379d9006069d3ec445d708609307c8d8a70aedb080efc5ddd9f7626e77ad5ae42b4c305eb6071d5404353c1b352a44499c9f4b1ec40
+DIST ngrok-v3-stable-linux-arm64.tgz 8046642 BLAKE2B 
d848f2495061842dac916b00a331db86864d0a490a31a40c3081336ec02c433304d4c8cd5f92ab2be8961d6d9b76a6a07e2418b9d089d497cfb6880a21904717
 SHA512 
a205920d68847e9e521f42981231e0de90692020ebac535d86beb0e64bb3dfd7df0218386bdca5330d90a2974797134c1053bb478dae12e656d08289719f70eb
+DIST ngrok-v3-stable-linux-mips.tgz 7605022 BLAKE2B 
13c119210e4d0d50ff8d44f9fd21590ab2664425a9d412985b637ab4d4d495df73788d7b9a35c037ddd3e37ef9b55f3cbf92442d37515e332dc5708d43e24203
 SHA512 
80e3207500829be61d3a714a6e5b44b5cdbb5667f38b19c8f884a60cd8e1140b1a799ec32b50b9d2f3978929d9bad1d72e4c3fe6fdf78e31f02322503a5a9424
+DIST ngrok-v3-stable-linux-ppc64.tgz 7802935 BLAKE2B 
ec9f091c05401316210fbb8d2ee16e8f839bd62383a5350ec6c0182880b0c600ca21da981947558e256423fdf7b076c271dfa320e214579a18ccd781114439df
 SHA512 
8027d31e53905d98405f41762dcfaa9b8caa1a0b61df353a3f86a8a3e29f930c058d7c74f141d67d5dbf8d99e69c91685e7bda036e5afdd3cfabcb05d21c326b
+DIST ngrok-v3-stable-linux-s390x.tgz 8385976 BLAKE2B 
017b74f4f5e7239c012c9f2895670bf1b36ed15b4ccd59fa1c0bab15acd7951bdb927a86f10bb5b5801d171a317846ec92941ab3a2d797a8d6961b2ee540ff26
 SHA512 
55b591d279929fabcd64fd0d35dd75d19202b7a81729dc952bef65b57a94c554c6b7b14487dec8fdd65544b7a17a15254839a5ee76fddb88a3e826f3a367ab6a

diff --git a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild 
b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
index 90468dbf5b..91b62032a3 100644
--- a/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
+++ b/net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
@@ -6,12 +6,20 @@ EAPI=8
 DESCRIPTION="ngrok is a reverse proxy, firewall, and API gateway"
 HOMEPAGE="https://ngrok.org;
 # Each supported arch should get their own bins
-SRC_URI="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz;
+SRC_URI="
+amd64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz )
+arm64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz )
+arm?( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz )
+mips?   ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-mips.tgz )
+ppc64?  ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-ppc64.tgz )
+s390?   ( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-s390x.tgz )
+x86?( 
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz )
+"
 S="${WORKDIR}/"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64 ~arm ~mips ~ppc64 ~s390 ~x86"
 
 RESTRICT="mirror strip"
 
@@ -21,4 +29,4 @@ src_compile() {
 
 src_install() {
 dobin ngrok
-}
\ No newline at end of file
+}



[gentoo-commits] repo/gentoo:master commit in: dev-debug/gdb/

2024-04-25 Thread Sam James
commit: a66e0f3e89add94a91949d92b5914b512f3683b4
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:17:02 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:17:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66e0f3e

dev-debug/gdb: Stabilize 14.2 arm, #930688

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

 dev-debug/gdb/gdb-14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/gdb/gdb-14.2.ebuild b/dev-debug/gdb/gdb-14.2.ebuild
index 541bf7f8915a..a3fcca9dc3e2 100644
--- a/dev-debug/gdb/gdb-14.2.ebuild
+++ b/dev-debug/gdb/gdb-14.2.ebuild
@@ -74,7 +74,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="cet debuginfod guile lzma multitarget nls +python +server sim 
source-highlight test vanilla xml xxhash zstd"
 if [[ -n ${REGULAR_RELEASE} ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 fi
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-debug/gdb/

2024-04-25 Thread Sam James
commit: 5b18b888026813ad2eafda93b1de6e5397184d95
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:17:03 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:17:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b18b888

dev-debug/gdb: Stabilize 14.2 sparc, #930688

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

 dev-debug/gdb/gdb-14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/gdb/gdb-14.2.ebuild b/dev-debug/gdb/gdb-14.2.ebuild
index a3fcca9dc3e2..a7748bf33321 100644
--- a/dev-debug/gdb/gdb-14.2.ebuild
+++ b/dev-debug/gdb/gdb-14.2.ebuild
@@ -74,7 +74,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="cet debuginfod guile lzma multitarget nls +python +server sim 
source-highlight test vanilla xml xxhash zstd"
 if [[ -n ${REGULAR_RELEASE} ]] ; then
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 fi
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-debug/gdb/

2024-04-25 Thread Sam James
commit: a9bd4c501eb7d54e7199cdf5c339e00f42f5c427
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:17:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:17:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9bd4c50

dev-debug/gdb: Stabilize 14.2 ppc64, #930688

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

 dev-debug/gdb/gdb-14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/gdb/gdb-14.2.ebuild b/dev-debug/gdb/gdb-14.2.ebuild
index cafb8ff1b10c..6987ea52c678 100644
--- a/dev-debug/gdb/gdb-14.2.ebuild
+++ b/dev-debug/gdb/gdb-14.2.ebuild
@@ -74,7 +74,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="cet debuginfod guile lzma multitarget nls +python +server sim 
source-highlight test vanilla xml xxhash zstd"
 if [[ -n ${REGULAR_RELEASE} ]] ; then
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 fi
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-debug/gdb/

2024-04-25 Thread Sam James
commit: 2ca8d237043e82d641be23ee7f8d637bfb323d17
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:17:07 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:17:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca8d237

dev-debug/gdb: Stabilize 14.2 ppc, #930688

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

 dev-debug/gdb/gdb-14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/gdb/gdb-14.2.ebuild b/dev-debug/gdb/gdb-14.2.ebuild
index c1e66d2c4562..cafb8ff1b10c 100644
--- a/dev-debug/gdb/gdb-14.2.ebuild
+++ b/dev-debug/gdb/gdb-14.2.ebuild
@@ -74,7 +74,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="cet debuginfod guile lzma multitarget nls +python +server sim 
source-highlight test vanilla xml xxhash zstd"
 if [[ -n ${REGULAR_RELEASE} ]] ; then
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 fi
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-debug/gdb/

2024-04-25 Thread Sam James
commit: 5afa61f9924b4d4029fca482415405fe7fbfcd0a
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:17:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:17:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5afa61f9

dev-debug/gdb: Stabilize 14.2 arm64, #930688

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

 dev-debug/gdb/gdb-14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/gdb/gdb-14.2.ebuild b/dev-debug/gdb/gdb-14.2.ebuild
index a7748bf33321..c1e66d2c4562 100644
--- a/dev-debug/gdb/gdb-14.2.ebuild
+++ b/dev-debug/gdb/gdb-14.2.ebuild
@@ -74,7 +74,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="cet debuginfod guile lzma multitarget nls +python +server sim 
source-highlight test vanilla xml xxhash zstd"
 if [[ -n ${REGULAR_RELEASE} ]] ; then
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 fi
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



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

2024-04-25 Thread Sam James
commit: 5d62460e3cd3351d2f6c57ec2fa22b233e1824c8
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d62460e

app-shells/posh-git: Stabilize 1.1.0 amd64, #930687

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

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

diff --git a/app-shells/posh-git/posh-git-1.1.0.ebuild 
b/app-shells/posh-git/posh-git-1.1.0.ebuild
index 72a1c2f7cce4..724e3cda7576 100644
--- a/app-shells/posh-git/posh-git-1.1.0.ebuild
+++ b/app-shells/posh-git/posh-git-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ else
SRC_URI="https://github.com/dahlbyk/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 LICENSE="MIT"



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

2024-04-25 Thread Sam James
commit: bc4be8e4e6229b4f76f0b84740165077c5db26ac
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:17:00 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:17:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4be8e4

app-shells/ugit: Stabilize 0.4.3 amd64, #930687

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

 app-shells/ugit/ugit-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/ugit/ugit-0.4.3.ebuild 
b/app-shells/ugit/ugit-0.4.3.ebuild
index f321df3b91f8..bfafac8a3586 100644
--- a/app-shells/ugit/ugit-0.4.3.ebuild
+++ b/app-shells/ugit/ugit-0.4.3.ebuild
@@ -15,7 +15,7 @@ else

SRC_URI="https://github.com/StartAutomating/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 LICENSE="MIT"



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

2024-04-25 Thread Sam James
commit: 0a079153fcf1a27a75aa118babbad63d9ce07df0
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:59 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a079153

app-shells/posh-z: Stabilize 1.1.12_p20230811 amd64, #930687

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

 app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild 
b/app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild
index 9992bd48a310..dea56695dbfa 100644
--- a/app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild
+++ b/app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,7 +23,7 @@ else
S="${WORKDIR}/z-${PV}"
fi
 
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 LICENSE="public-domain"



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

2024-04-25 Thread Sam James
commit: 07eb1ecde4f2cd95e52c6bea505330fed88d6724
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:52 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07eb1ecd

app-shells/invokebuild: Stabilize 5.10.5 amd64, #930687

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

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

diff --git a/app-shells/invokebuild/invokebuild-5.10.5.ebuild 
b/app-shells/invokebuild/invokebuild-5.10.5.ebuild
index 583ef0ac859b..d93f4c04ec0a 100644
--- a/app-shells/invokebuild/invokebuild-5.10.5.ebuild
+++ b/app-shells/invokebuild/invokebuild-5.10.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 
 LICENSE="Apache-2.0"
 SLOT="${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
virtual/pwsh:*



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

2024-04-25 Thread Sam James
commit: d15277bbf14cc7e26d767036e7981b742f4ede11
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15277bb

dev-libs/aml: Stabilize 0.3.0 arm64, #930632

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

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

diff --git a/dev-libs/aml/aml-0.3.0.ebuild b/dev-libs/aml/aml-0.3.0.ebuild
index 82dbda827483..c10fa3c43267 100644
--- a/dev-libs/aml/aml-0.3.0.ebuild
+++ b/dev-libs/aml/aml-0.3.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/any1/aml.git;
 else
SRC_URI="https://github.com/any1/aml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="ISC"



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

2024-04-25 Thread Sam James
commit: cb4ea905c7f1a90162e34ad0d22c6959118cb1d7
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:56 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4ea905

app-shells/platyps: Stabilize 0.14.2 amd64, #930687

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

 app-shells/platyps/platyps-0.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/platyps/platyps-0.14.2.ebuild 
b/app-shells/platyps/platyps-0.14.2.ebuild
index bdafbaa073e7..7fc3c416646b 100644
--- a/app-shells/platyps/platyps-0.14.2.ebuild
+++ b/app-shells/platyps/platyps-0.14.2.ebuild
@@ -286,7 +286,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}/${APP_PN}-${PV}"
 
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 SRC_URI+=" ${NUGET_URIS} "



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

2024-04-25 Thread Sam James
commit: 19f1c10f93b37dbd135df471fb6d321dc9577c90
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:57 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f1c10f

app-shells/posh-dotnet: Stabilize 1.2.3 amd64, #930687

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

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

diff --git a/app-shells/posh-dotnet/posh-dotnet-1.2.3.ebuild 
b/app-shells/posh-dotnet/posh-dotnet-1.2.3.ebuild
index f0151f7e8666..24b8af8302f2 100644
--- a/app-shells/posh-dotnet/posh-dotnet-1.2.3.ebuild
+++ b/app-shells/posh-dotnet/posh-dotnet-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,7 +22,7 @@ else
-> ${P}.tar.gz"
fi
 
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 LICENSE="GPL-3+"



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

2024-04-25 Thread Sam James
commit: 54f95c3fddf389041351531b19c1cd0f331fa2a9
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:53 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f95c3f

app-shells/irregular: Stabilize 0.7.8 amd64, #930687

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

 app-shells/irregular/irregular-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/irregular/irregular-0.7.8.ebuild 
b/app-shells/irregular/irregular-0.7.8.ebuild
index fbaf088f26c5..352dd867fad1 100644
--- a/app-shells/irregular/irregular-0.7.8.ebuild
+++ b/app-shells/irregular/irregular-0.7.8.ebuild
@@ -16,7 +16,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}/${P^}"
 
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 LICENSE="MIT"



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

2024-04-25 Thread Sam James
commit: 834fd0a8279bef782d2413bb2bab96185ef3a880
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:55 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834fd0a8

app-shells/linuxinfo: Stabilize 0.0.8 amd64, #930687

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

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

diff --git a/app-shells/linuxinfo/linuxinfo-0.0.8.ebuild 
b/app-shells/linuxinfo/linuxinfo-0.0.8.ebuild
index a09d370edb7e..d7c70a163979 100644
--- a/app-shells/linuxinfo/linuxinfo-0.0.8.ebuild
+++ b/app-shells/linuxinfo/linuxinfo-0.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 
 LICENSE="MIT"
 SLOT="${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
virtual/pwsh:*



[gentoo-commits] repo/gentoo:master commit in: gui-libs/neatvnc/

2024-04-25 Thread Sam James
commit: 36ab5a0622a269f52a648f2b58d70940e4a9ed03
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:49 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ab5a06

gui-libs/neatvnc: Stabilize 0.8.0 arm64, #930632

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

 gui-libs/neatvnc/neatvnc-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/neatvnc/neatvnc-0.8.0.ebuild 
b/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
index 8735f59207f5..533056fe9d06 100644
--- a/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
+++ b/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/any1/neatvnc.git;
 else
SRC_URI="https://github.com/any1/neatvnc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="ISC"



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

2024-04-25 Thread Sam James
commit: 222fcf6d774b209f5deee238c03f6be482d27e8b
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:48 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222fcf6d

dev-libs/weston: Stabilize 13.0.0-r2 arm64, #930632

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

 dev-libs/weston/weston-13.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/weston/weston-13.0.0-r2.ebuild 
b/dev-libs/weston/weston-13.0.0-r2.ebuild
index 4cd506c0c7c2..a9e78fa2d17f 100644
--- a/dev-libs/weston/weston-13.0.0-r2.ebuild
+++ b/dev-libs/weston/weston-13.0.0-r2.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI="${SRC_PATCHES}"
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~amd64 arm ~arm64 ~ia64 ~loong ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~riscv ~x86"
 fi
 
 LICENSE="MIT CC-BY-SA-3.0"



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

2024-04-25 Thread Sam James
commit: f633a8e69d45d8a744e195c70278601223aa91c3
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:47 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f633a8e6

dev-libs/aml: Stabilize 0.3.0 arm, #930632

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

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

diff --git a/dev-libs/aml/aml-0.3.0.ebuild b/dev-libs/aml/aml-0.3.0.ebuild
index aeb693e070ed..82dbda827483 100644
--- a/dev-libs/aml/aml-0.3.0.ebuild
+++ b/dev-libs/aml/aml-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/any1/aml.git;
 else
SRC_URI="https://github.com/any1/aml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="ISC"



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

2024-04-25 Thread Sam James
commit: 252cca64a682876b9b8aba7c4aa8a433d8cf613f
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:44 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252cca64

dev-libs/weston: Stabilize 13.0.0-r2 arm, #930632

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

 dev-libs/weston/weston-13.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/weston/weston-13.0.0-r2.ebuild 
b/dev-libs/weston/weston-13.0.0-r2.ebuild
index 002b836d7566..4cd506c0c7c2 100644
--- a/dev-libs/weston/weston-13.0.0-r2.ebuild
+++ b/dev-libs/weston/weston-13.0.0-r2.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI="${SRC_PATCHES}"
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~ia64 ~loong ~riscv ~x86"
 fi
 
 LICENSE="MIT CC-BY-SA-3.0"



[gentoo-commits] repo/gentoo:master commit in: gui-libs/neatvnc/

2024-04-25 Thread Sam James
commit: 2fb998ae53a1d7354e64a426e8376e6eaac45b1a
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 22:16:46 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 22:16:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb998ae

gui-libs/neatvnc: Stabilize 0.8.0 arm, #930632

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

 gui-libs/neatvnc/neatvnc-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/neatvnc/neatvnc-0.8.0.ebuild 
b/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
index 45912b2bf4d3..8735f59207f5 100644
--- a/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
+++ b/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/any1/neatvnc.git;
 else
SRC_URI="https://github.com/any1/neatvnc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="ISC"



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

2024-04-25 Thread James Le Cuirot
commit: 69a2b70bc9eb6d9ba5ae34fc265a2086cb2422da
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 25 22:12:58 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 25 22:12:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a2b70b

www-client/vivaldi-snapshot: Add version 6.7.3329.16

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

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-6.7.3329.16.ebuild| 231 +
 2 files changed, 234 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index e2ef7288bfc6..5eae29d3db80 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,9 @@
 DIST vivaldi-snapshot_6.7.3316.3-1_amd64.deb 107501496 BLAKE2B 
71a7e09d493643d3a6331a30cafd763bb1c200b95f1601df0d9d2878372d14201f8e72e96646c92776d38970e6e32a08831ebfee6c32ceffabcd849ae4b17d55
 SHA512 
3abc375340bac60a574c4dc4c3042cfd864ae7a4e0febc2fbe310693a92022e592a9de4399472c8c46ae4580dc25ca4c07cb6a667ced97e0ddf5aeeb84f7b6e6
 DIST vivaldi-snapshot_6.7.3316.3-1_arm64.deb 100611568 BLAKE2B 
aa6e54aab1e00aa7ca27f8c5e9c4d005b5cca75f3561f30ef7be303750be12c1f8133270177a6f009431ca57574fd5395d2b97d95b2fd01e0ae63fce7bfa47c4
 SHA512 
ccb04e312c76152fb78cff0fb9d36dbd31a90c3288c9ec7039ae1fcbd1e70d6a1d4b9bba772890176d12c85ef28b7d38c59ffce6752d47b4d5f4113284bd91f3
 DIST vivaldi-snapshot_6.7.3316.3-1_armhf.deb 101953560 BLAKE2B 
caa94f62edb14cf008a4d777125f71b6513fbb6436d92140fdf4e6bffaadd69e2b70bce0fd870c7a05e04373b86c1fe86468da18be821a10948affa7b70e2545
 SHA512 
90cfe9ab4c2f97d9c0bc483a06670b036d7f29641cf84c531f612e8667031f51a5e464414d27da76eddd38701934a23d99c27261bcc5a53875c9468765c70860
+DIST vivaldi-snapshot_6.7.3329.16-1_amd64.deb 108490036 BLAKE2B 
7937528e29291e2d65dccef77f402135055a857f523bef2a3da5b44f4f170bf8342be6ce6546de17d632afae463b69dc743b4f460da4f7af584da9d071e2a877
 SHA512 
83cd5ed9810e28e10da7712310b419dd0d13721099c4b06ab659118d26b07531637379d7d76c36e6779fbd7531a0ba836778ce83029b6fdb9d56cd0c303baccd
+DIST vivaldi-snapshot_6.7.3329.16-1_arm64.deb 99135780 BLAKE2B 
82e516ff0c621d2c8b1fc28a060823822ea73cf2c3a1d483aaf5a7fdc1f2908c04c98ccfa13522d32b83f68dcecc188064970211838a6c45196bf9689d448747
 SHA512 
f3eb9ab5e59a7c37a16dc086c8bcd6168b183f25d7f57d380562aaa1365f1c53f0b6d7e1eb564c843c768c54163229aaa36a45eb1671ad270cf661e8bf79260f
+DIST vivaldi-snapshot_6.7.3329.16-1_armhf.deb 100326088 BLAKE2B 
f45f45a845df61da225f3b6d0b7a86f719731335c1925fae2090f6f602ef32e54c0049a283c467d7f12482aba4e147c31565a111a1f9c87fb702834ebabc09d6
 SHA512 
0fbbf4a7d4f6e853caec420c20c8ba817a70913c40e28f0c8849c3babf28de110f465b45c9a13e56558668059314e6b14fb245ea4197a6ee445ca54d938b4f77
 DIST vivaldi-snapshot_6.7.3329.9-1_amd64.deb 108466920 BLAKE2B 
db98be5d895312cca41683794532ab8dd5245407f9367f3d3d08e14eaaecc0f5ad5367cbabd8ec02e05bfbcc1cdbada4a36882c04dab9ed4e8c3af5abfce664a
 SHA512 
99c9ee584b8fb449db9e50a3aa522c30ad8f45fc6427a2a337ebfbfb1c0546261b5019c6defb107149f56191b1b118a1304b5735d89ade5bd355a1ec27e84d48
 DIST vivaldi-snapshot_6.7.3329.9-1_arm64.deb 99162468 BLAKE2B 
2e2c4b82e5e3ea7efb2ecb93b5f5bb05a765a300cd17d7702af57924544cfd3ec4276b457b8e40b0a48048fbfd18d9ef7244b589c008c602ca03b5b8009bf784
 SHA512 
ee4d1cb20ab1f0ef1614ba42533d9ea212077b9f91bb407414e3b7ca677dfabdcdedd47ea59bbe7712a8766baae6be9bc0362a5fc01714959ec9841e87911cd1
 DIST vivaldi-snapshot_6.7.3329.9-1_armhf.deb 100312184 BLAKE2B 
1d3aaf6e4c2a40367ec1596fc77328fba6d39b79a2adfa18c4d36da3a5aad1750555b91d64ff64d092349298f6cc932110725789c9a81599b1e7b69fc8b0a99c
 SHA512 
355d285591c1cdf58f6e9fe8a4428be6056600b7303ab22f9bd1e0dba87020d59161bc58692c4c37da97e522153145548f07d11b2acd1fca8c72f2e4b3633ea4

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-6.7.3329.16.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-6.7.3329.16.ebuild
new file mode 100644
index ..ac289a86107d
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-6.7.3329.16.ebuild
@@ -0,0 +1,231 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_VERSION="124"
+CHROMIUM_LANGS="
+   af
+   am
+   ar
+   az
+   be
+   bg
+   bn
+   ca
+   ca-valencia
+   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
+   lt
+   lv
+   mk
+   ml
+   mr
+   ms
+   nb
+   nl
+   nn
+   pa
+   pl
+   pt-BR
+   pt-PT
+   ro
+   ru
+   sc
+   sk
+   sl
+   sq
+

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

2024-04-25 Thread James Le Cuirot
commit: fabae92904cdc5d85628fa5b6eed621c372ccadb
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 25 22:14:24 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 25 22:14:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabae929

www-client/vivaldi-snapshot: Drop old 6.7.3316.3

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

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-6.7.3316.3.ebuild | 231 -
 2 files changed, 234 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 5eae29d3db80..0f5304ec9812 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot_6.7.3316.3-1_amd64.deb 107501496 BLAKE2B 
71a7e09d493643d3a6331a30cafd763bb1c200b95f1601df0d9d2878372d14201f8e72e96646c92776d38970e6e32a08831ebfee6c32ceffabcd849ae4b17d55
 SHA512 
3abc375340bac60a574c4dc4c3042cfd864ae7a4e0febc2fbe310693a92022e592a9de4399472c8c46ae4580dc25ca4c07cb6a667ced97e0ddf5aeeb84f7b6e6
-DIST vivaldi-snapshot_6.7.3316.3-1_arm64.deb 100611568 BLAKE2B 
aa6e54aab1e00aa7ca27f8c5e9c4d005b5cca75f3561f30ef7be303750be12c1f8133270177a6f009431ca57574fd5395d2b97d95b2fd01e0ae63fce7bfa47c4
 SHA512 
ccb04e312c76152fb78cff0fb9d36dbd31a90c3288c9ec7039ae1fcbd1e70d6a1d4b9bba772890176d12c85ef28b7d38c59ffce6752d47b4d5f4113284bd91f3
-DIST vivaldi-snapshot_6.7.3316.3-1_armhf.deb 101953560 BLAKE2B 
caa94f62edb14cf008a4d777125f71b6513fbb6436d92140fdf4e6bffaadd69e2b70bce0fd870c7a05e04373b86c1fe86468da18be821a10948affa7b70e2545
 SHA512 
90cfe9ab4c2f97d9c0bc483a06670b036d7f29641cf84c531f612e8667031f51a5e464414d27da76eddd38701934a23d99c27261bcc5a53875c9468765c70860
 DIST vivaldi-snapshot_6.7.3329.16-1_amd64.deb 108490036 BLAKE2B 
7937528e29291e2d65dccef77f402135055a857f523bef2a3da5b44f4f170bf8342be6ce6546de17d632afae463b69dc743b4f460da4f7af584da9d071e2a877
 SHA512 
83cd5ed9810e28e10da7712310b419dd0d13721099c4b06ab659118d26b07531637379d7d76c36e6779fbd7531a0ba836778ce83029b6fdb9d56cd0c303baccd
 DIST vivaldi-snapshot_6.7.3329.16-1_arm64.deb 99135780 BLAKE2B 
82e516ff0c621d2c8b1fc28a060823822ea73cf2c3a1d483aaf5a7fdc1f2908c04c98ccfa13522d32b83f68dcecc188064970211838a6c45196bf9689d448747
 SHA512 
f3eb9ab5e59a7c37a16dc086c8bcd6168b183f25d7f57d380562aaa1365f1c53f0b6d7e1eb564c843c768c54163229aaa36a45eb1671ad270cf661e8bf79260f
 DIST vivaldi-snapshot_6.7.3329.16-1_armhf.deb 100326088 BLAKE2B 
f45f45a845df61da225f3b6d0b7a86f719731335c1925fae2090f6f602ef32e54c0049a283c467d7f12482aba4e147c31565a111a1f9c87fb702834ebabc09d6
 SHA512 
0fbbf4a7d4f6e853caec420c20c8ba817a70913c40e28f0c8849c3babf28de110f465b45c9a13e56558668059314e6b14fb245ea4197a6ee445ca54d938b4f77

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-6.7.3316.3.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-6.7.3316.3.ebuild
deleted file mode 100644
index 10a7c0c7da3c..
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-6.7.3316.3.ebuild
+++ /dev/null
@@ -1,231 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_VERSION="121"
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   az
-   be
-   bg
-   bn
-   ca
-   ca-valencia
-   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 linux-info toolchain-funcs 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}_;
-
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb )
-   arm64? ( ${VIVALDI_BASE_URI}arm64.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-IUSE="ffmpeg-chromium gtk proprietary-codecs qt5 qt6 widevine"
-RESTRICT="bindist mirror"
-REQUIRED_USE="ffmpeg-chromium? ( proprietary-codecs )"
-
-RDEPEND="
-   

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

2024-04-25 Thread David Roman
commit: 264a2c934b88021fc19ff97430890f686ffaffa2
Author: Xin Yang  icloud  com>
AuthorDate: Wed Apr 24 01:34:59 2024 +
Commit: David Roman  gmail  com>
CommitDate: Thu Apr 25 21:55:18 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=264a2c93

net-vpn/candy: add 5.6, drop 5.5

Signed-off-by: Xin Yang  icloud.com>
Signed-off-by: David Roman  gmail.com>

 net-vpn/candy/Manifest   | 2 +-
 net-vpn/candy/{candy-5.5.ebuild => candy-5.6.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/candy/Manifest b/net-vpn/candy/Manifest
index a6f12a228a..8af88aa010 100644
--- a/net-vpn/candy/Manifest
+++ b/net-vpn/candy/Manifest
@@ -1 +1 @@
-DIST candy-5.5.tar.gz 50711 BLAKE2B 
27788b5eb5bb01fd030afb9b275595d7b32f37d12bfc7b0c257764af49a734f55b8d569fef9523018461cac1aca7590ee527f425844f45587b7d7909ac486596
 SHA512 
f7676d6d8a05e799e889a9bcac25f5d743755418a4f4fb8d40fb42e8327aa5767f81c5d5b109763592d9d3a524d9ebe6841958dc30e7d2db740d7835c8d207b8
+DIST candy-5.6.tar.gz 50318 BLAKE2B 
3347af11fbc22af0f4c0d2b77804cf9882ccb8473d40208da808bba82895c239461dfa0098788a01b900495dddae5293baefa4b646dc8ef5ca04215aaa4bc6e3
 SHA512 
a50292b60eb7125e5b2e6802a0e02fe88b1da3a2a1c9503b95f95833edc5565589d0cdfe08ac09e07d0d6d62e0b8ba8bb80da027cd023a768f2841826d70d86e

diff --git a/net-vpn/candy/candy-5.5.ebuild b/net-vpn/candy/candy-5.6.ebuild
similarity index 100%
rename from net-vpn/candy/candy-5.5.ebuild
rename to net-vpn/candy/candy-5.6.ebuild



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

2024-04-25 Thread David Roman
commit: 3975dba3bd0371176bc87acae1dd0ea8c8352e27
Author: Xin Yang  icloud  com>
AuthorDate: Wed Apr 24 01:54:36 2024 +
Commit: David Roman  gmail  com>
CommitDate: Thu Apr 25 21:55:18 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3975dba3

net-vpn/candy: update DESCRIPTION and new libandy USE flag

Signed-off-by: Xin Yang  icloud.com>
Signed-off-by: David Roman  gmail.com>

 net-vpn/candy/candy-5.6.ebuild | 10 +-
 net-vpn/candy/metadata.xml |  3 +++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/net-vpn/candy/candy-5.6.ebuild b/net-vpn/candy/candy-5.6.ebuild
index 8dc55f6ff3..250e9d667e 100644
--- a/net-vpn/candy/candy-5.6.ebuild
+++ b/net-vpn/candy/candy-5.6.ebuild
@@ -5,13 +5,14 @@ EAPI=8
 
 inherit cmake systemd
 
-DESCRIPTION="Another virtual private network that supports peer-to-peer 
connections"
+DESCRIPTION="A reliable, low-latency, and anti-censorship virtual private 
network"
 HOMEPAGE="https://github.com/lanthora/candy;
 SRC_URI="https://github.com/lanthora/candy/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
+IUSE="+libcandy"
 
 DEPEND="
dev-libs/uriparser
@@ -22,6 +23,13 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+src_configure(){
+   local mycmakeargs=(
+   -DCANDY_DEVEL=$(usex libcandy true false)
+   )
+   cmake_src_configure
+}
+
 src_install(){
cmake_src_install
default

diff --git a/net-vpn/candy/metadata.xml b/net-vpn/candy/metadata.xml
index 67deff1aff..75b80f1ece 100644
--- a/net-vpn/candy/metadata.xml
+++ b/net-vpn/candy/metadata.xml
@@ -5,6 +5,9 @@
yangm...@icloud.com
Xin Yang

+   
+   Install development libraries and header 
files for candy
+   

lanthora/candy




[gentoo-commits] repo/gentoo:master commit in: gui-libs/wpebackend-fdo/

2024-04-25 Thread Sam James
commit: 8a214343bdc6b2a430c2515f56e6990f88bff3c4
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 21:12:37 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 21:54:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a214343

gui-libs/wpebackend-fdo: revbump for egl change

Fixes: 28b1e127fbd1c23073f172c09cc3725cd3887271
Signed-off-by: Sam James  gentoo.org>

 .../{wpebackend-fdo-1.14.2.ebuild => wpebackend-fdo-1.14.2-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.2.ebuild 
b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.2-r1.ebuild
similarity index 100%
rename from gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.2.ebuild
rename to gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.2-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk/

2024-04-25 Thread Sam James
commit: 1142a40d1322ea96b2509a09201aa2723e89b344
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 21:11:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 21:54:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1142a40d

gui-libs/gtk: revbump for egl change

Fixes: 52ff5fb39a3c2a27bc76ee78a133789f5dd92568
Signed-off-by: Sam James  gentoo.org>

 gui-libs/gtk/{gtk-4.12.5.ebuild => gtk-4.12.5-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gui-libs/gtk/gtk-4.12.5.ebuild b/gui-libs/gtk/gtk-4.12.5-r1.ebuild
similarity index 100%
rename from gui-libs/gtk/gtk-4.12.5.ebuild
rename to gui-libs/gtk/gtk-4.12.5-r1.ebuild



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

2024-04-25 Thread James Le Cuirot
commit: 991b62c98188ceaa919c0238174ec7d6fd31aa52
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 25 21:48:57 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 25 21:48:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991b62c9

media-video/ffmpeg: Bump vulkan dependencies and require threads for 

Closes: https://bugs.gentoo.org/928394
Bug: https://bugs.gentoo.org/930209
Signed-off-by: James Le Cuirot  gentoo.org>

 media-video/ffmpeg/ffmpeg-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-.ebuild 
b/media-video/ffmpeg/ffmpeg-.ebuild
index 06c2372b2a61..867a4147d174 100644
--- a/media-video/ffmpeg/ffmpeg-.ebuild
+++ b/media-video/ffmpeg/ffmpeg-.ebuild
@@ -307,7 +307,7 @@ RDEPEND="
>=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
)
vpx? ( >=media-libs/libvpx-1.4.0:=[${MULTILIB_USEDEP}] )
-   vulkan? ( >=media-libs/vulkan-loader-1.3.255:=[${MULTILIB_USEDEP}] )
+   vulkan? ( >=media-libs/vulkan-loader-1.3.277:=[${MULTILIB_USEDEP}] )
X? (
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
@@ -329,7 +329,7 @@ DEPEND="${RDEPEND}
amf? ( media-libs/amf-headers )
ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] )
v4l? ( sys-kernel/linux-headers )
-   vulkan? ( >=dev-util/vulkan-headers-1.3.255 )
+   vulkan? ( >=dev-util/vulkan-headers-1.3.277 )
 "
 
 # += for verify-sig above
@@ -365,6 +365,7 @@ REQUIRED_USE="
shaderc? ( vulkan !glslang )
soc? ( libdrm )
test? ( encode )
+   vulkan? ( threads )
${GPL_REQUIRED_USE}
${CPU_REQUIRED_USE}"
 RESTRICT="



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

2024-04-25 Thread James Le Cuirot
commit: e5861e5df608ea837b6cf3ed5dea641adb983ea4
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 25 21:50:48 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 25 21:50:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5861e5d

media-video/ffmpeg-chromium: Bump vulkan deps and require threads for 125

Closes: https://bugs.gentoo.org/930209
Bug: https://bugs.gentoo.org/928394
Signed-off-by: James Le Cuirot  gentoo.org>

 media-video/ffmpeg-chromium/ffmpeg-chromium-125.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-125.ebuild 
b/media-video/ffmpeg-chromium/ffmpeg-chromium-125.ebuild
index 57ac8aece340..2b5c1d96a3ca 100644
--- a/media-video/ffmpeg-chromium/ffmpeg-chromium-125.ebuild
+++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-125.ebuild
@@ -99,11 +99,11 @@ RDEPEND="
vaapi? ( >=media-libs/libva-1.2.1-r1:0= )
nvenc? ( >=media-libs/nv-codec-headers-11.1.5.3 )
vdpau? ( >=x11-libs/libvdpau-0.7 )
-   vulkan? ( >=media-libs/vulkan-loader-1.3.255:= )
+   vulkan? ( >=media-libs/vulkan-loader-1.3.277:= )
 "
 
 DEPEND="${RDEPEND}
-   vulkan? ( >=dev-util/vulkan-headers-1.3.255 )
+   vulkan? ( >=dev-util/vulkan-headers-1.3.277 )
 "
 BDEPEND="
>=dev-build/make-3.81
@@ -112,6 +112,7 @@ BDEPEND="
 "
 
 REQUIRED_USE="
+   vulkan? ( threads )
${CPU_REQUIRED_USE}"
 RESTRICT="
test



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

2024-04-25 Thread Julien Roy
commit: 1b80e6cf713dbef82495983e019526eaea32fb74
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu Apr 25 18:34:54 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 18:37:32 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b80e6cf

gui-apps/nwg-shell: drop 0.5.31

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

 gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild 
b/gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild
deleted file mode 100644
index 1beb080d16..00
--- a/gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell;
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   gui-apps/grim
-   gui-apps/swappy
-   gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-   default
-   dobin scripts/*
-}
-
-pkg_postinst() {
-   elog "To install nwg-shell for the current user, run"
-   elog "nwg-shell-installer -w (for sway) or"
-   elog "nwg-shell-installer -w -hypr (for hyprland)"
-}



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

2024-04-25 Thread Julien Roy
commit: 5de640b578b350bf7731ed27ed0013061516f14e
Author: tastytea  tastytea  de>
AuthorDate: Thu Apr 25 11:05:35 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 11:05:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5de640b5

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

Signed-off-by: tastytea  tastytea.de>

 dev-util/bash-language-server/Manifest |  1 +
 .../bash-language-server-5.2.0.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-util/bash-language-server/Manifest 
b/dev-util/bash-language-server/Manifest
index 481ae69c8a..5aa4630f08 100644
--- a/dev-util/bash-language-server/Manifest
+++ b/dev-util/bash-language-server/Manifest
@@ -2,3 +2,4 @@ DIST bash-language-server-5.0.0-deps.tar.xz 2215800 BLAKE2B 
745abb2362062e5eff4c
 DIST bash-language-server-5.0.0.tgz 189362 BLAKE2B 
088af07ab06106624bbdf25dd414c275cb039a128d80d3cc774d41a1927a12b74dd68676d5d2dec450d70c0ea24d346aa1f879701b59b0e085e0b84a8c39ea89
 SHA512 
d52e4f3103b83f05c32223c7504e9d61df2f645d4d66a6f78b802cb5ded45c3e254969d2a3bd4ca92993a53b3f75361cbe8dbff73d88ca66cd3cfca7fd5b8cdb
 DIST bash-language-server-5.1.2-deps.tar.xz 2260220 BLAKE2B 
ebc5e7995d66e487cdb5bd7055e91d5225f0040dfd9001aa1d0d0da304790d1d9f9e80fa978ebe2df5d2c626d835aea22bb0cc21140fca131e4065965819a0b2
 SHA512 
109e533d7f644f2f69a8574b4d91062a88ce65cfa8df8073fe76d59cd9050fc2141f601b952d4274b4ca323d3ace0f2992d3c699eac7a3941b75fd51865f9752
 DIST bash-language-server-5.1.2.tgz 211254 BLAKE2B 
81195bbc88e4a6e5037620c64489cf3d2036cedc11c709120bfa7473b931f0818942e02c8ecdef2f47e483d7ce7fc623d78f76ce48683f5eba7268a133f440e5
 SHA512 
85780def5556555da74151357a3eec7001d51af440c68621b362b0cef26afa54aaa78550eb433409f7f543324a24cfdc4f22d636369b6fdf1b0c66600cc321da
+DIST bash-language-server-5.2.0.tgz 326709 BLAKE2B 
ce6fe83417363d86ad38e3be71d5321107ffddfb1c4d23fb45a9aebf1c412dfa262b26bb90c31857a9eda84f2b50c94bcdaa45f3ba59a5a6af7e9e5b6427154e
 SHA512 
8442c359ce5691dbcd6adfddbffa676eb79b33173c52d4a68ec635fc44792bbf8b284e817330b51d9419feb31334e78581a1927b290beb79034d4151226c5758

diff --git a/dev-util/bash-language-server/bash-language-server-5.2.0.ebuild 
b/dev-util/bash-language-server/bash-language-server-5.2.0.ebuild
new file mode 100644
index 00..fcb4129d34
--- /dev/null
+++ b/dev-util/bash-language-server/bash-language-server-5.2.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2022-2024 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
+"
+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="BSD-2 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=net-libs/nodejs-18.19.30"
+BDEPEND=">=net-libs/nodejs-18.19.30[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
+}
+
+pkg_postinst() {
+   optfeature "linting support" dev-util/shellcheck dev-util/shellcheck-bin
+}



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

2024-04-25 Thread Julien Roy
commit: 769b74da561e723446d8e976a0ff9d222fd2d98a
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu Apr 25 18:22:05 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 18:24:50 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=769b74da

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

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

 gui-apps/nwg-shell-config/.pkgbump-pv  |  1 +
 gui-apps/nwg-shell-config/Manifest |  1 +
 .../nwg-shell-config-0.5.35.ebuild | 41 ++
 3 files changed, 43 insertions(+)

diff --git a/gui-apps/nwg-shell-config/.pkgbump-pv 
b/gui-apps/nwg-shell-config/.pkgbump-pv
new file mode 100644
index 00..0defa4dc03
--- /dev/null
+++ b/gui-apps/nwg-shell-config/.pkgbump-pv
@@ -0,0 +1 @@
+0.5.35

diff --git a/gui-apps/nwg-shell-config/Manifest 
b/gui-apps/nwg-shell-config/Manifest
index 4488cd4c7f..528c61bdac 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-config-0.5.33.tar.gz 114758 BLAKE2B 
792e9ed84361369bfb9617f267d68573f7170b2410744563d7d2fe2c8d527ca0eccc4172e9c421ed8c148bfcd1c868530f362740dd57e2cdd2df5aa801906a81
 SHA512 
8b79f10aa99d774722d49bb6e633e5e4e024f5dc55efdd0362220f85ab267ebaea8b016c051f92c6bbf0a74f2503d03a7ce5548a0e84ebab0dbc293a5f01c679
 DIST nwg-shell-config-0.5.34.tar.gz 114850 BLAKE2B 
e073494bc3f4375e4c3545777965953ff6504130981745948939483a29b42a5e676bdc51dbef27f1f99f0e94f1b8a465da570b7c68ea4ac81c09e04ef5ddaa5d
 SHA512 
a140756ad0f7ff4da98f212ffb5aab656e6caf2d795efccddad3544e67737a90f15e02b6040c3b2e4324f7adbde38457a24eadcece3df55b5a614cd37cc636c8
+DIST nwg-shell-config-0.5.35.tar.gz 117479 BLAKE2B 
fe6f733687252c999eb84eaa868889fac350037841a3e7d6efd153c335a969497a3a8a49782c8b54f715c7b416eb308a9d74e96110c5900b99806c3cffb5a46f
 SHA512 
04ad32bdaffbb601c0fd18379b92c7e7b1903880049339154cbc5507e1dbf78540f24265fcc70f24a78df915ee3dd3af6135f8e4033206ccf026ffb3f863

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



[gentoo-commits] repo/proj/guru:master commit in: dev-python/flask-restx/files/, dev-python/flask-restx/

2024-04-25 Thread Julien Roy
commit: 85b6342060a136c6d54ddf6b8295229ad1454715
Author: David Roman  gmail  com>
AuthorDate: Thu Apr 25 19:07:05 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 19:07:40 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85b63420

dev-python/flask-restx: avoid importlib-resources dep

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

 .../flask-restx-avoid-importlib_resources.patch| 22 ++
 dev-python/flask-restx/flask-restx-1.3.0.ebuild|  3 ++-
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/flask-restx/files/flask-restx-avoid-importlib_resources.patch 
b/dev-python/flask-restx/files/flask-restx-avoid-importlib_resources.patch
new file mode 100644
index 00..cda8a054f7
--- /dev/null
+++ b/dev-python/flask-restx/files/flask-restx-avoid-importlib_resources.patch
@@ -0,0 +1,22 @@
+diff --git a/flask_restx/schemas/__init__.py b/flask_restx/schemas/__init__.py
+index 27b9866..4369737 100644
+--- a/flask_restx/schemas/__init__.py
 b/flask_restx/schemas/__init__.py
+@@ -7,7 +7,7 @@ and allows to validate specs against them.
+ import io
+ import json
+ 
+-import importlib_resources
++import importlib.resources
+ 
+ from collections.abc import Mapping
+ from jsonschema import Draft4Validator
+@@ -57,7 +57,7 @@ class LazySchema(Mapping):
+ 
+ def _load(self):
+ if not self._schema:
+-ref = importlib_resources.files(__name__) / self.filename
++ref = importlib.resources.files(__name__) / self.filename
+ 
+ with io.open(ref) as infile:
+ self._schema = json.load(infile)

diff --git a/dev-python/flask-restx/flask-restx-1.3.0.ebuild 
b/dev-python/flask-restx/flask-restx-1.3.0.ebuild
index 51c5db5d93..3acfd76212 100644
--- a/dev-python/flask-restx/flask-restx-1.3.0.ebuild
+++ b/dev-python/flask-restx/flask-restx-1.3.0.ebuild
@@ -23,7 +23,6 @@ RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/importlib-resources[${PYTHON_USEDEP}]
 "
 
 DEPEND="${RDEPEND}
@@ -36,6 +35,8 @@ DEPEND="${RDEPEND}
)
 "
 
+PATCHES=( "${FILESDIR}/${PN}-avoid-importlib_resources.patch" )
+
 distutils_enable_tests pytest
 
 python_test() {



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

2024-04-25 Thread Julien Roy
commit: dd413101d347a539b1a7a3f9d9b3be7f79016f06
Author: David Roman  gmail  com>
AuthorDate: Thu Apr 25 19:00:44 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 19:07:40 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd413101

dev-python/flask-restx: drop 1.1.0, 1.1.0-r1

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

 dev-python/flask-restx/Manifest|  1 -
 dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild | 50 --
 dev-python/flask-restx/flask-restx-1.1.0.ebuild| 48 -
 3 files changed, 99 deletions(-)

diff --git a/dev-python/flask-restx/Manifest b/dev-python/flask-restx/Manifest
index c2cb7304bc..19db7fcf45 100644
--- a/dev-python/flask-restx/Manifest
+++ b/dev-python/flask-restx/Manifest
@@ -1,2 +1 @@
-DIST flask-restx-1.1.0.tar.gz 398890 BLAKE2B 
0268d0173e35bd36e3cd7c8eb40b1083370eed9cad3fe0cd0c55c548481844f14fa68b80f7d0461ef98074ca384cb880c1c9c30fb8d1bf0ca5e497b0cfc134b2
 SHA512 
83c0319591078827fe7ad2db04833817df13b5e808e3137b309b6b994908c9ae40c665aa8f10def5e06a7d1f41d9b4dc03be35c46b6403e03ef28684cc512380
 DIST flask-restx-1.3.0.tar.gz 400119 BLAKE2B 
9f1056ed517eba9438cd29b67b621fdc46b63d3b8351dac8f7c11fc20bdea058f6b0ad5b1d732b0edb71e4fac16006535a7ec48e3a47e1aa7e261861b7fc37cb
 SHA512 
6e1148e124fb84b486b799f7dc11dd627e8da43af89f51f603267d9e569c8517280fca7898309dbacb9213131419fa745725b7ffa5af40c17aa0453f6146

diff --git a/dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild 
b/dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild
deleted file mode 100644
index 82a49c480c..00
--- a/dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12})
-inherit distutils-r1
-
-DESCRIPTION="Framework API development with Flask"
-HOMEPAGE="https://flask-restx.readthedocs.io;
-SRC_URI="https://github.com/python-restx/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-PATCHES=( "${FILESDIR}/${PN}-fix-flask-compat.patch" )
-
-RDEPEND="
-   dev-python/aniso8601[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/blinker[${PYTHON_USEDEP}]
-   dev-python/Faker[${PYTHON_USEDEP}]
-   dev-python/pytest-flask[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/tzlocal[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   skip_tests=" \
-   not ReqParseTest and \
-   not EmailTest and \
-   not URLTest and \
-   not LoggingTest"
-
-   epytest tests/test_*.py -k "${skip_tests}"
-}

diff --git a/dev-python/flask-restx/flask-restx-1.1.0.ebuild 
b/dev-python/flask-restx/flask-restx-1.1.0.ebuild
deleted file mode 100644
index 199166fc7e..00
--- a/dev-python/flask-restx/flask-restx-1.1.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12})
-inherit distutils-r1
-
-DESCRIPTION="Framework API development with Flask"
-HOMEPAGE="https://flask-restx.readthedocs.io;
-SRC_URI="https://github.com/python-restx/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-   dev-python/aniso8601[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/blinker[${PYTHON_USEDEP}]
-   dev-python/Faker[${PYTHON_USEDEP}]
-   dev-python/pytest-flask[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/tzlocal[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   skip_tests=" \
-   not ReqParseTest and \
-   not EmailTest and \
-   not URLTest and \
-   not LoggingTest"
-
-   epytest tests/test_*.py -k "${skip_tests}"
-}



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

2024-04-25 Thread Julien Roy
commit: 8a7267bb901d243e004842f695bdfe46a52c09a7
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu Apr 25 18:35:30 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 18:37:32 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a7267bb

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

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

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

diff --git a/gui-apps/nwg-shell-config/Manifest 
b/gui-apps/nwg-shell-config/Manifest
index 9ed6d95654..64372cb2ea 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-config-0.5.33.tar.gz 114758 BLAKE2B 
792e9ed84361369bfb9617f267d68573f7170b2410744563d7d2fe2c8d527ca0eccc4172e9c421ed8c148bfcd1c868530f362740dd57e2cdd2df5aa801906a81
 SHA512 
8b79f10aa99d774722d49bb6e633e5e4e024f5dc55efdd0362220f85ab267ebaea8b016c051f92c6bbf0a74f2503d03a7ce5548a0e84ebab0dbc293a5f01c679
 DIST nwg-shell-config-0.5.34.tar.gz 114850 BLAKE2B 
e073494bc3f4375e4c3545777965953ff6504130981745948939483a29b42a5e676bdc51dbef27f1f99f0e94f1b8a465da570b7c68ea4ac81c09e04ef5ddaa5d
 SHA512 
a140756ad0f7ff4da98f212ffb5aab656e6caf2d795efccddad3544e67737a90f15e02b6040c3b2e4324f7adbde38457a24eadcece3df55b5a614cd37cc636c8
 DIST nwg-shell-config-0.5.35.tar.gz 117479 BLAKE2B 
fe6f733687252c999eb84eaa868889fac350037841a3e7d6efd153c335a969497a3a8a49782c8b54f715c7b416eb308a9d74e96110c5900b99806c3cffb5a46f
 SHA512 
04ad32bdaffbb601c0fd18379b92c7e7b1903880049339154cbc5507e1dbf78540f24265fcc70f24a78df915ee3dd3af6135f8e4033206ccf026ffb3f863
 DIST nwg-shell-config-0.5.36.tar.gz 117542 BLAKE2B 
24998b225a24d79212ca6bdd003bde7e9280b67c2e8923dab36166fcd5c4ab3cfa13b7ca9158be682851c71c6e4e8b9eb64964de27a8f2a47bf5d816b80db481
 SHA512 
841a0f9c377a0e8a139321e87ae690f4d77be3056e5cf17456f5cd9e1649239a95cb71f349fcb3eee702e9c3446d8ed3dca8ca42360b5fd0a6d3a35139a5fcc4

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



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

2024-04-25 Thread Julien Roy
commit: 430c0567fccb3eaec892214659a8053f0b229897
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu Apr 25 18:35:47 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 18:37:33 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=430c0567

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

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

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

diff --git a/gui-apps/nwg-shell-config/Manifest 
b/gui-apps/nwg-shell-config/Manifest
index 64372cb2ea..fe301c1d55 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-config-0.5.34.tar.gz 114850 BLAKE2B 
e073494bc3f4375e4c3545777965953ff6504130981745948939483a29b42a5e676bdc51dbef27f1f99f0e94f1b8a465da570b7c68ea4ac81c09e04ef5ddaa5d
 SHA512 
a140756ad0f7ff4da98f212ffb5aab656e6caf2d795efccddad3544e67737a90f15e02b6040c3b2e4324f7adbde38457a24eadcece3df55b5a614cd37cc636c8
 DIST nwg-shell-config-0.5.35.tar.gz 117479 BLAKE2B 
fe6f733687252c999eb84eaa868889fac350037841a3e7d6efd153c335a969497a3a8a49782c8b54f715c7b416eb308a9d74e96110c5900b99806c3cffb5a46f
 SHA512 
04ad32bdaffbb601c0fd18379b92c7e7b1903880049339154cbc5507e1dbf78540f24265fcc70f24a78df915ee3dd3af6135f8e4033206ccf026ffb3f863
 DIST nwg-shell-config-0.5.36.tar.gz 117542 BLAKE2B 
24998b225a24d79212ca6bdd003bde7e9280b67c2e8923dab36166fcd5c4ab3cfa13b7ca9158be682851c71c6e4e8b9eb64964de27a8f2a47bf5d816b80db481
 SHA512 
841a0f9c377a0e8a139321e87ae690f4d77be3056e5cf17456f5cd9e1649239a95cb71f349fcb3eee702e9c3446d8ed3dca8ca42360b5fd0a6d3a35139a5fcc4

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



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

2024-04-25 Thread Julien Roy
commit: 2b9960e3b45adea1c012e0959554f1f21c6194bb
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu Apr 25 18:31:38 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 18:37:32 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b9960e3

gui-apps/nwg-shell: add 0.5.34

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

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

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 0cdc8664f6..ed67adeef5 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,3 @@
-DIST nwg-shell-0.5.31.tar.gz 2181632 BLAKE2B 
173fb14aeeae8c0788ee8b4deb614538128e623032231eb427b9dbdafd3b84d4cbaa8f109adf30c7c382796211cc72385f24d955776f0fee511a719aa572fde4
 SHA512 
1b26f14f14123dc7c7c48839dfa473c45688f17e2274c00b41f9bbcea9959d871606a88ed3517aa1dcfa22d346b4a9b0369b6c58ba27ba4e119269e0031840d2
 DIST nwg-shell-0.5.32.tar.gz 2181719 BLAKE2B 
f2b67a2a41a0f1b7123ba74410a2630ccdcd2a6f7ae5318ff1ffc95ff36d012bc4536c40467ac68a2d40bb2556cb47c157b6f1f7987efb69307f3f5bbd19dde5
 SHA512 
52402569d36d96ab119dbae12a615bbab55e7c025ac08f1a0fbd220703c94ce6628684c304efd5e2810258f75fcdb0fde93f0f074f21846c52962232173452f1
 DIST nwg-shell-0.5.33.tar.gz 2181780 BLAKE2B 
0d675bf7230d254e0accd1805329fad90b85f38e74e468a5cf8fa139d9c9fdc833353aa5514ba9c3b32a47afe25439c8c96fbc7e2af763a4db921b781b68a593
 SHA512 
ae4091faaee6dfb3f0f5f01ab5697ded6e4c508c15082b83bf024afec93d51e7fd165ad7780ea1fe88e6d630d3c1b9d2a6255f73484ffb1db969a38b6abf1d18
+DIST nwg-shell-0.5.34.tar.gz 2181853 BLAKE2B 
e85f59a871d9b3e485e3f6ecfb84e1c87a00f9e4814386d3b8be83a15c8ce617ab3a09c2948763d8efd4278d9411c59ceae68aee010252113ee53ae8b891b29e
 SHA512 
95face93d593c0a2c2e1e7631b00e67141c8dc2651248778773d3bbf4aa5b207952e5783a496e6a539dcca327d0ce795ca4d778c02909dd568541cc0f258

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.34.ebuild 
b/gui-apps/nwg-shell/nwg-shell-0.5.34.ebuild
new file mode 100644
index 00..b2a4685570
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.34.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell;
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   gui-apps/grim
+   gui-apps/swappy
+   gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   default
+   dobin scripts/*
+}
+
+pkg_postinst() {
+   elog "To install nwg-shell for the current user, run"
+   elog "nwg-shell-installer -w (for sway) or"
+   elog "nwg-shell-installer -w -hypr (for hyprland)"
+}



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

2024-04-25 Thread Julien Roy
commit: 15c6ae507c26234d94db74a2d0991ebbca0814b3
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu Apr 25 18:35:08 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 18:37:32 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15c6ae50

gui-apps/nwg-shell: drop 0.5.32

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

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

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index ed67adeef5..9596c33c3e 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.32.tar.gz 2181719 BLAKE2B 
f2b67a2a41a0f1b7123ba74410a2630ccdcd2a6f7ae5318ff1ffc95ff36d012bc4536c40467ac68a2d40bb2556cb47c157b6f1f7987efb69307f3f5bbd19dde5
 SHA512 
52402569d36d96ab119dbae12a615bbab55e7c025ac08f1a0fbd220703c94ce6628684c304efd5e2810258f75fcdb0fde93f0f074f21846c52962232173452f1
 DIST nwg-shell-0.5.33.tar.gz 2181780 BLAKE2B 
0d675bf7230d254e0accd1805329fad90b85f38e74e468a5cf8fa139d9c9fdc833353aa5514ba9c3b32a47afe25439c8c96fbc7e2af763a4db921b781b68a593
 SHA512 
ae4091faaee6dfb3f0f5f01ab5697ded6e4c508c15082b83bf024afec93d51e7fd165ad7780ea1fe88e6d630d3c1b9d2a6255f73484ffb1db969a38b6abf1d18
 DIST nwg-shell-0.5.34.tar.gz 2181853 BLAKE2B 
e85f59a871d9b3e485e3f6ecfb84e1c87a00f9e4814386d3b8be83a15c8ce617ab3a09c2948763d8efd4278d9411c59ceae68aee010252113ee53ae8b891b29e
 SHA512 
95face93d593c0a2c2e1e7631b00e67141c8dc2651248778773d3bbf4aa5b207952e5783a496e6a539dcca327d0ce795ca4d778c02909dd568541cc0f258

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild 
b/gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild
deleted file mode 100644
index 1beb080d16..00
--- a/gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell;
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   gui-apps/grim
-   gui-apps/swappy
-   gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-   default
-   dobin scripts/*
-}
-
-pkg_postinst() {
-   elog "To install nwg-shell for the current user, run"
-   elog "nwg-shell-installer -w (for sway) or"
-   elog "nwg-shell-installer -w -hypr (for hyprland)"
-}



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

2024-04-25 Thread Julien Roy
commit: c93d4a07b82c414ee25de5348a8265343690cb84
Author: tastytea  tastytea  de>
AuthorDate: Thu Apr 25 11:06:00 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 11:06:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c93d4a07

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

Signed-off-by: tastytea  tastytea.de>

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

diff --git a/dev-util/bash-language-server/Manifest 
b/dev-util/bash-language-server/Manifest
index 5aa4630f08..d16d7c54c8 100644
--- a/dev-util/bash-language-server/Manifest
+++ b/dev-util/bash-language-server/Manifest
@@ -1,5 +1,3 @@
-DIST bash-language-server-5.0.0-deps.tar.xz 2215800 BLAKE2B 
745abb2362062e5eff4ca1f3b2ca87e7d82d47540238d02ebb48368c20e58e63d5b9cef7bacec57f65bade1f1f6af07ff351fb99857bf9be7ed0ea22e6d5542c
 SHA512 
3ab9265aeced3d241251dab4a80759a8eddeb7b833fa58923d0f743d9417a4c7b670f90d748554d97042b90e3d3d29586a976f97a3bb7d59939b128a2b2be13f
-DIST bash-language-server-5.0.0.tgz 189362 BLAKE2B 
088af07ab06106624bbdf25dd414c275cb039a128d80d3cc774d41a1927a12b74dd68676d5d2dec450d70c0ea24d346aa1f879701b59b0e085e0b84a8c39ea89
 SHA512 
d52e4f3103b83f05c32223c7504e9d61df2f645d4d66a6f78b802cb5ded45c3e254969d2a3bd4ca92993a53b3f75361cbe8dbff73d88ca66cd3cfca7fd5b8cdb
 DIST bash-language-server-5.1.2-deps.tar.xz 2260220 BLAKE2B 
ebc5e7995d66e487cdb5bd7055e91d5225f0040dfd9001aa1d0d0da304790d1d9f9e80fa978ebe2df5d2c626d835aea22bb0cc21140fca131e4065965819a0b2
 SHA512 
109e533d7f644f2f69a8574b4d91062a88ce65cfa8df8073fe76d59cd9050fc2141f601b952d4274b4ca323d3ace0f2992d3c699eac7a3941b75fd51865f9752
 DIST bash-language-server-5.1.2.tgz 211254 BLAKE2B 
81195bbc88e4a6e5037620c64489cf3d2036cedc11c709120bfa7473b931f0818942e02c8ecdef2f47e483d7ce7fc623d78f76ce48683f5eba7268a133f440e5
 SHA512 
85780def5556555da74151357a3eec7001d51af440c68621b362b0cef26afa54aaa78550eb433409f7f543324a24cfdc4f22d636369b6fdf1b0c66600cc321da
 DIST bash-language-server-5.2.0.tgz 326709 BLAKE2B 
ce6fe83417363d86ad38e3be71d5321107ffddfb1c4d23fb45a9aebf1c412dfa262b26bb90c31857a9eda84f2b50c94bcdaa45f3ba59a5a6af7e9e5b6427154e
 SHA512 
8442c359ce5691dbcd6adfddbffa676eb79b33173c52d4a68ec635fc44792bbf8b284e817330b51d9419feb31334e78581a1927b290beb79034d4151226c5758

diff --git a/dev-util/bash-language-server/bash-language-server-5.0.0.ebuild 
b/dev-util/bash-language-server/bash-language-server-5.0.0.ebuild
deleted file mode 100644
index eccdc6d97b..00
--- a/dev-util/bash-language-server/bash-language-server-5.0.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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="BSD-2 ISC MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=net-libs/nodejs-18.16.19"
-BDEPEND=">=net-libs/nodejs-18.16.19[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
-}
-
-pkg_postinst() {
-   optfeature "linting support" dev-util/shellcheck dev-util/shellcheck-bin
-}



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

2024-04-25 Thread Julien Roy
commit: 1f707918e3d3bfaac4bd8e1837812a33d33ae986
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu Apr 25 18:26:33 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 18:37:32 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f707918

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

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

 gui-apps/nwg-shell-config/.pkgbump-pv  |  1 -
 gui-apps/nwg-shell-config/Manifest |  1 +
 .../nwg-shell-config-0.5.36.ebuild | 41 ++
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/gui-apps/nwg-shell-config/.pkgbump-pv 
b/gui-apps/nwg-shell-config/.pkgbump-pv
deleted file mode 100644
index 0defa4dc03..00
--- a/gui-apps/nwg-shell-config/.pkgbump-pv
+++ /dev/null
@@ -1 +0,0 @@
-0.5.35

diff --git a/gui-apps/nwg-shell-config/Manifest 
b/gui-apps/nwg-shell-config/Manifest
index 528c61bdac..9ed6d95654 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-config-0.5.33.tar.gz 114758 BLAKE2B 
792e9ed84361369bfb9617f267d68573f7170b2410744563d7d2fe2c8d527ca0eccc4172e9c421ed8c148bfcd1c868530f362740dd57e2cdd2df5aa801906a81
 SHA512 
8b79f10aa99d774722d49bb6e633e5e4e024f5dc55efdd0362220f85ab267ebaea8b016c051f92c6bbf0a74f2503d03a7ce5548a0e84ebab0dbc293a5f01c679
 DIST nwg-shell-config-0.5.34.tar.gz 114850 BLAKE2B 
e073494bc3f4375e4c3545777965953ff6504130981745948939483a29b42a5e676bdc51dbef27f1f99f0e94f1b8a465da570b7c68ea4ac81c09e04ef5ddaa5d
 SHA512 
a140756ad0f7ff4da98f212ffb5aab656e6caf2d795efccddad3544e67737a90f15e02b6040c3b2e4324f7adbde38457a24eadcece3df55b5a614cd37cc636c8
 DIST nwg-shell-config-0.5.35.tar.gz 117479 BLAKE2B 
fe6f733687252c999eb84eaa868889fac350037841a3e7d6efd153c335a969497a3a8a49782c8b54f715c7b416eb308a9d74e96110c5900b99806c3cffb5a46f
 SHA512 
04ad32bdaffbb601c0fd18379b92c7e7b1903880049339154cbc5507e1dbf78540f24265fcc70f24a78df915ee3dd3af6135f8e4033206ccf026ffb3f863
+DIST nwg-shell-config-0.5.36.tar.gz 117542 BLAKE2B 
24998b225a24d79212ca6bdd003bde7e9280b67c2e8923dab36166fcd5c4ab3cfa13b7ca9158be682851c71c6e4e8b9eb64964de27a8f2a47bf5d816b80db481
 SHA512 
841a0f9c377a0e8a139321e87ae690f4d77be3056e5cf17456f5cd9e1649239a95cb71f349fcb3eee702e9c3446d8ed3dca8ca42360b5fd0a6d3a35139a5fcc4

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



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

2024-04-25 Thread Julien Roy
commit: 31aa372375304ce4754be632b4fe02a62ab44829
Author: David Roman  gmail  com>
AuthorDate: Thu Apr 25 10:41:12 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 10:41:21 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31aa3723

dev-python/importlib-resources: treeclean, moved to ::gentoo

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

 dev-python/importlib-resources/Manifest|  2 --
 .../importlib-resources-6.1.1.ebuild   | 27 -
 .../importlib-resources-6.4.0.ebuild   | 28 --
 dev-python/importlib-resources/metadata.xml| 12 --
 4 files changed, 69 deletions(-)

diff --git a/dev-python/importlib-resources/Manifest 
b/dev-python/importlib-resources/Manifest
deleted file mode 100644
index bfded02b2a..00
--- a/dev-python/importlib-resources/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST importlib_resources-6.1.1.tar.gz 38620 BLAKE2B 
351c8ca588fa757ab8300dbf673c0e9a6fc8b6638b4ae98151a5ace91e661add5bb8e9eb98fae33db4920cc9afce3358529d4613db0f9278e14d6278d38d9e9c
 SHA512 
4d16891b81ef0257da3df8db930f3c823af5ed9f01907ee278bf7b8e78c887ab1d88dcfda4b70c648bbb4a92449727140e7b255d5d92458233ce55570d624d81
-DIST importlib_resources-6.4.0.tar.gz 42040 BLAKE2B 
55b52a42051c6900af7b5b70783476a48398ae02539871a3f508df08fd5b4ec03bbe40980de8cd49a60cc022905a4ffdfd95b55d70e0cfb5d64497b02cc9b88f
 SHA512 
c600e7ba96431f15a929e5acda89a262ceef33a3f44ae361fad4201dde8033dd8f0f2bcb856619fd5e21209a5d17cf9ae3610e65c3e6ecd0e36545437d0064b9

diff --git a/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild 
b/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild
deleted file mode 100644
index 4228e81d63..00
--- a/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backport of the importlib.resources module"
-HOMEPAGE="
-   https://pypi.org/project/importlib-resources/
-   https://github.com/python/importlib_resources
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-   test? (
-   dev-python/zipp
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild 
b/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild
deleted file mode 100644
index 208ce4b901..00
--- a/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backport of the importlib.resources module"
-HOMEPAGE="
-   https://pypi.org/project/importlib-resources/
-   https://github.com/python/importlib_resources
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-   test? (
-   dev-python/zipp[${PYTHON_USEDEP}]
-   dev-python/jaraco-test[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/importlib-resources/metadata.xml 
b/dev-python/importlib-resources/metadata.xml
deleted file mode 100644
index a8102718f5..00
--- a/dev-python/importlib-resources/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   davidroma...@gmail.com
-   David Roman
-   
-   
-   importlib-resources
-   python/importlib_resources
-   
-



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

2024-04-25 Thread Julien Roy
commit: b6ddb068ca2ca4dab7db6d6d1e7971fa49b199ff
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu Apr 25 18:20:46 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 18:20:46 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6ddb068

app-editors/lapce: add 0.4.0

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

 app-editors/lapce/Manifest   |  2 ++
 app-editors/lapce/lapce-0.4.0.ebuild | 70 
 2 files changed, 72 insertions(+)

diff --git a/app-editors/lapce/Manifest b/app-editors/lapce/Manifest
index 473fe9c6d9..bca8f011a9 100644
--- a/app-editors/lapce/Manifest
+++ b/app-editors/lapce/Manifest
@@ -1,2 +1,4 @@
 DIST lapce-0.3.1-vendor.tar.gz 120112710 BLAKE2B 
3d88b82b23e5cb2f9cb6d10f5baedb8e2f3f770ae7f75cc49984d794e35e062d8732efff720d1b5e86da5b51935f758f8bed5f7ccf87de34ed2dbecea8ebd609
 SHA512 
585930809e7ecb8f4670559e1c372ca3b405cb0aa7bfe51d04d44208f3fd6bc04d646dc709ff5388a68a12dc4d3e5f627bab31404a948179daad78df9d049502
 DIST lapce-0.3.1.tar.gz 1607377 BLAKE2B 
4c2f7e6d2d84ae5577c1c3a179f62bc7d9e0b5e85a5ca1cc5d24d0cdafe8dd69396d83a68b16bccc1ff82a95a7a7f3ec2bddd6b75c0798b89280e8abda3d195c
 SHA512 
d7fbb5b75ff31f8ab760315fca045c1e1d7bfbcb91a4251b881a565fc6306656a2d8c63328f0cc4b2e8bb84774942b4ceb92f18ad02d245f1a44c2e6c6283dcb
+DIST lapce-0.4.0-vendor.tar.gz 140918612 BLAKE2B 
dfbbd29f473180f98bd9f419559f0012b12515faf4ce41f0ecba2e47427574c101cc39b575848a5b811fa0499c455e661261e9a7f8b9937197671cd0e39582b0
 SHA512 
e47f29313a47c0ab5f045103359865050ae25b809593509e9efe5e3e4e1f72708524452e89925dbd6139b88a3d7b5be592b69e344c13bb1e3e0c8e9d8d550a2b
+DIST lapce-0.4.0.tar.gz 2072771 BLAKE2B 
92e86fcf42c44f412651d837cfe3b185f68d7ee82d69e8e42e576253a9f7b81a245418c4c9cfc5f10ef90b1f54c03b046595ae31d2aa981164a47f68e23dabb4
 SHA512 
27b8a492cda8dfd5111b9eff12ac02781051f30319e6c83b81af5a31df8a44dd57beb2dd1af2414a95b0cc726de4701ea5876f3b79455dc08b0f4baa84b89bdd

diff --git a/app-editors/lapce/lapce-0.4.0.ebuild 
b/app-editors/lapce/lapce-0.4.0.ebuild
new file mode 100644
index 00..460ffbc71d
--- /dev/null
+++ b/app-editors/lapce/lapce-0.4.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+EAPI=8
+
+CRATES=""
+
+inherit cargo desktop xdg-utils
+
+DESCRIPTION="Lightning-fast and Powerful Code Editor written in Rust "
+HOMEPAGE="https://lapce.dev/;
+SRC_URI="
+   https://github.com/lapce/lapce/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   https://github.com/lapce/lapce/releases/download/v${PV}/vendor.tar.gz 
-> ${P}-vendor.tar.gz
+"
+
+LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 BSD BSD-2 
Boost-1.0 CC0-1.0 CeCILL-2.1 GPL-2 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense 
ZLIB"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   x11-libs/gtk+:3
+   media-libs/fontconfig
+   sys-libs/zlib
+   x11-libs/libxcb:=
+   dev-libs/libgit2:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   dev-build/cmake
+   sys-devel/gcc
+   virtual/pkgconfig
+   >=virtual/rust-1.64
+"
+
+# rust does not use *FLAGS from make.conf, silence portage warning
+QA_FLAGS_IGNORED="usr/bin/.*"
+
+src_unpack() {
+   default
+   cargo_gen_config
+   ln -s "${WORKDIR}/vendor/" "${WORKDIR}/lapce-${PV}/vendor" || die
+   sed -i "${ECARGO_HOME}/config" -e '/source.crates-io/d'  || die
+   sed -i "${ECARGO_HOME}/config" -e '/replace-with = "gentoo"/d'  || die
+   sed -i "${ECARGO_HOME}/config" -e '/local-registry = "\/nonexistent"/d' 
 || die
+   cat "${WORKDIR}/vendor/vendor-config.toml" >> "${ECARGO_HOME}/config" 
|| die
+}
+
+src_compile() {
+   export RELEASE_TAG_NAME=v"${PV}"
+   cargo_src_compile
+}
+
+src_install() {
+   local btype=release
+   if use debug; then
+   btype=debug
+   fi
+   dobin target/"${btype}"/lapce
+   dobin target/"${btype}"/lapce-proxy
+   domenu extra/linux/dev.lapce.lapce.desktop
+   newicon extra/images/logo.png dev.lapce.lapce.png
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2024-04-25 Thread Julien Roy
commit: 84cb4e4f65299cc71776688e49476ce178c175fc
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Thu Apr 25 06:52:27 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 06:52:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84cb4e4f

app-shells/igr: remove patch - because fixed on upstream

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

 app-shells/igr/Manifest  |  2 +-
 app-shells/igr/files/vim-open-current-line.patch | 35 
 app-shells/igr/igr-.ebuild   |  9 ++
 3 files changed, 4 insertions(+), 42 deletions(-)

diff --git a/app-shells/igr/Manifest b/app-shells/igr/Manifest
index 649c24dbab..3719555f86 100644
--- a/app-shells/igr/Manifest
+++ b/app-shells/igr/Manifest
@@ -1 +1 @@
-DIST igr 552 BLAKE2B 
a632836b25764e196b5fffa129a0a163e89d75e2ff84479f780d9375774b64b6e3e04bbe34de65aa0d4b12a68ef4acd1c7653423ab6fe828e2ceb48b4146db95
 SHA512 
4e8be976248e4ba625ce9a360ecc99c9572ce2e2c6b7a9035d9171620a5dab21ef64b9b13e904ffe8f2f886c198ed594dd2477058f7727d8749791f6670747e6
+DIST igr 339 BLAKE2B 
a9c091ec4cc3c80648e394d5d03e60bce52980b86cbb7f1c5036cf987dc871b9266a9a40482fffab6dacf69bda336eb8c339e62a5571d52cbac6123805d5a52f
 SHA512 
a779e668defeeab4c81727e985ba980d88c74d8764e74352f78c844e5c21afa3d034115588a48c93836924463141f0db612214ae6d3737a6267fd7dad8611c14

diff --git a/app-shells/igr/files/vim-open-current-line.patch 
b/app-shells/igr/files/vim-open-current-line.patch
deleted file mode 100644
index 6a83ede8cd..00
--- a/app-shells/igr/files/vim-open-current-line.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-This patch change calling of v to $EDITOR, see 
https://github.com/DanielFGray/fzf-scripts/issues/26
-
-And add more context to the search.
-
-Also open a file on the specific line
-
-diff --git a/igr b/igr
-index 73a6e8c..e23082a 100755
 a/igr
-+++ b/igr
-@@ -1,11 +1,11 @@
- #!/usr/bin/env bash
- 
--declare preview='bat --color=always --style=header,numbers -H {2} {1} | grep 
-C3 {q}'
-+declare preview='bat --color=always --style=header,numbers -H {2} {1} | grep 
--context 999 {q}'
- 
- while getopts ':l' x; do
-   case "$x" in
- l) list_files=1
--  preview='bat --color=always --style=header,numbers {1} | grep -C3 {q}'
-+  preview='bat --color=always --style=header,numbers {1} | grep --context 
999 {q}'
-   ;;
-   esac
- done
-@@ -18,5 +18,7 @@ fzf -d: \
- --query="$1" \
- --phony \
- --bind="change:reload:rg -n ${list_files:+-l} --color=always {q}" \
bind='enter:execute:v {1}' \
preview="[[ -n {1} ]] && $preview"
-+--bind='enter:execute:echo "$EDITOR {1}:{2}" && $EDITOR {1}:{2}' \
-+--preview="[[ -n {1} ]] && $preview" \
-+--preview-window="/2"
-+
-+ # echo to save in shell history

diff --git a/app-shells/igr/igr-.ebuild b/app-shells/igr/igr-.ebuild
index 629636be83..596613cfc2 100644
--- a/app-shells/igr/igr-.ebuild
+++ b/app-shells/igr/igr-.ebuild
@@ -7,7 +7,10 @@ DESCRIPTION="Interactive rg (ripgrep) wrapper in fzf: 
Interactive GRep (search)"
 HOMEPAGE="https://github.com/DanielFGray/fzf-scripts;
 SRC_URI="https://raw.githubusercontent.com/DanielFGray/fzf-scripts/master/$PN;
 
+S="$WORKDIR"
+
 LICENSE="GPL-3"
+
 SLOT=0
 
 RDEPEND="
@@ -16,16 +19,10 @@ RDEPEND="
sys-apps/bat
 "
 
-S="$WORKDIR"
-
 src_unpack() {
cp "$DISTDIR/$PN" "$WORKDIR/" || die
 }
 
-PATCHES=(
-   "$FILESDIR/vim-open-current-line.patch"
-)
-
 src_install() {
dobin "${PN}"
 }



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

2024-04-25 Thread Julien Roy
commit: 02b6c2d5bf7ad6410591d6dc6bcfefb00f502cdb
Author: Denis Strizhkin  gmail  com>
AuthorDate: Wed Apr 24 22:26:52 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Wed Apr 24 22:26:52 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02b6c2d5

games-puzzle/katawa-shoujo: update Manifest

Signed-off-by: Denis Strizhkin  gmail.com>

 games-puzzle/katawa-shoujo/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/katawa-shoujo/Manifest 
b/games-puzzle/katawa-shoujo/Manifest
index 4b0bd04460..e0ac46d30c 100644
--- a/games-puzzle/katawa-shoujo/Manifest
+++ b/games-puzzle/katawa-shoujo/Manifest
@@ -1,2 +1,2 @@
 DIST katawa-shoujo-1.4.6.tar.bz2 478087906 BLAKE2B 
8c63431b5cb66c5e866b86514e764dafb5ce77d097cefceb091bcd8f75708e0e4fbf4b73229c6a1e3748240d5a5561176a3f623d4539373972376dce212c28b0
 SHA512 
ebef5a3342384e0e1f9fb4849e923ff606730cfd55ee8182a4c652c7bf2c77f719fc8ff4d43129911490f867927a06d44292a60b15141b1d3d8bd4065e56d36a
-DIST katawa-shoujo.png 148482 BLAKE2B 
1792c5b860562296369bdc5135f284eb20fb45fe0b8351cb066716f2ced733eaa1d665ea406861d40ba4bfffa2fe5aae67210d9d39be18c14aa7ff51ed40be69
 SHA512 
4e0fd095f6ca9bc06658e143567fa6e482cc7e84387d51d7edb8448906f32bf718c1a2528b51326d1630daf01e655e0a3162d1fa0af2522243e47b363234c069
+DIST katawa-shoujo.png 252282 BLAKE2B 
d9872862fe526fd2fed6f3788c1ec15ff4128b4bb1ee98c3a91a0d7b1db7916ab056863a95389d3b1a0581854e92a7f745714b3dfd4fa07c60f2308ad30187b1
 SHA512 
b12e42c8266f20679be55ba81eb273a2c03e2d80d6c24310b79076f65ef82692e80fa2ec45b77c4acfa68758ac6fcc46d340bffbb172ffec3e392891bb534c88



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

2024-04-25 Thread Julien Roy
commit: 2fa5619052620f793a75dd05f61ddc9b3dad51c6
Author: tastytea  tastytea  de>
AuthorDate: Thu Apr 25 10:50:25 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 10:50:25 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fa56190

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

Signed-off-by: tastytea  tastytea.de>

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

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index a488a42572..32e8ae3197 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,3 +1,2 @@
-DIST intiface-central-v2.5.3-linux-ubuntu-22.04-x64.zip 19222068 BLAKE2B 
05a2e33c5aeae2a839fcdbd5bc2fc5b58c8af0d985b962a158fd412bfbe60a5cd0cb350e62f6b76473a8ca6349579b610fe1702a2c8077bb8e54bd76e21a34ae
 SHA512 
904bd8d24a8982aed7bfd510022081d077897e3900859556ff0a93b3c6f87757f20c84a65cb398595656f6f5ebc54655b7fd85b119491f5ddb0d962c8c9a470b
 DIST intiface-central-v2.5.5-linux-ubuntu-22.04-x64.zip 39887250 BLAKE2B 
d854274adcac9d06ee412142908d77f6332f12178bfb45cd7895cba014d2227ae2a56220d553af2381029c9aa2c6c93634a9872fdfcc9aa6ec69def0fdcd0710
 SHA512 
81b4b604c417df1d6d5b4246207c2847eb861543e3722c79c72781a57aa7f1ffdbdbfa079741b9cb42ee98b33f7e36a0c6df7963d1b0eb9c52d0eb9ef6c49086
 DIST intiface-central-v2.5.7-linux-ubuntu-22.04-x64.zip 19978864 BLAKE2B 
0e22f90eaf464fae0463f31a6a1537154956c44e04a91514aca2f097c4f2494d802b1e40e762b2e7f639efaf142b9fed56384fe5d1e167afba39132678554049
 SHA512 
be855842b3150e7e9f972502dc2711051528305419c135c525ac3d2d5b5002e1c923d91fee9d533e170f05d29bc0047e2772b8e10ba8373c10eb7d4ce034e4eb

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



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

2024-04-25 Thread Julien Roy
commit: 548fa3a56d291b70d3bd081a85bec36240f278cf
Author: tastytea  tastytea  de>
AuthorDate: Thu Apr 25 10:50:06 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 25 10:50:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=548fa3a5

gui-apps/intiface-central-bin: add 2.5.7

Signed-off-by: tastytea  tastytea.de>

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

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index 868d059461..a488a42572 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,2 +1,3 @@
 DIST intiface-central-v2.5.3-linux-ubuntu-22.04-x64.zip 19222068 BLAKE2B 
05a2e33c5aeae2a839fcdbd5bc2fc5b58c8af0d985b962a158fd412bfbe60a5cd0cb350e62f6b76473a8ca6349579b610fe1702a2c8077bb8e54bd76e21a34ae
 SHA512 
904bd8d24a8982aed7bfd510022081d077897e3900859556ff0a93b3c6f87757f20c84a65cb398595656f6f5ebc54655b7fd85b119491f5ddb0d962c8c9a470b
 DIST intiface-central-v2.5.5-linux-ubuntu-22.04-x64.zip 39887250 BLAKE2B 
d854274adcac9d06ee412142908d77f6332f12178bfb45cd7895cba014d2227ae2a56220d553af2381029c9aa2c6c93634a9872fdfcc9aa6ec69def0fdcd0710
 SHA512 
81b4b604c417df1d6d5b4246207c2847eb861543e3722c79c72781a57aa7f1ffdbdbfa079741b9cb42ee98b33f7e36a0c6df7963d1b0eb9c52d0eb9ef6c49086
+DIST intiface-central-v2.5.7-linux-ubuntu-22.04-x64.zip 19978864 BLAKE2B 
0e22f90eaf464fae0463f31a6a1537154956c44e04a91514aca2f097c4f2494d802b1e40e762b2e7f639efaf142b9fed56384fe5d1e167afba39132678554049
 SHA512 
be855842b3150e7e9f972502dc2711051528305419c135c525ac3d2d5b5002e1c923d91fee9d533e170f05d29bc0047e2772b8e10ba8373c10eb7d4ce034e4eb

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



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

2024-04-25 Thread Julien Roy
commit: 159b5091b091a34c2aa4d3e43730ea553b6ab320
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Apr 24 20:03:08 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Wed Apr 24 20:03:16 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=159b5091

dev-python/lru-dict: new package, add 1.3.0

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

 dev-python/lru-dict/Manifest  |  1 +
 dev-python/lru-dict/lru-dict-1.3.0.ebuild | 27 +++
 dev-python/lru-dict/metadata.xml  | 16 
 3 files changed, 44 insertions(+)

diff --git a/dev-python/lru-dict/Manifest b/dev-python/lru-dict/Manifest
new file mode 100644
index 00..d22ee8d5fd
--- /dev/null
+++ b/dev-python/lru-dict/Manifest
@@ -0,0 +1 @@
+DIST lru-dict-1.3.0.tar.gz 13123 BLAKE2B 
705fb47e2f8564e5aea43d2a9a08b834e2f645dd78e6604896b159aceb75d71bf88c138fb2db746808b0d901e18d206c09181997f2a7366264d91bd412856d10
 SHA512 
c5db55f7808ce404a71990546a40c26a9c46c3edff475cf5c0cb5082c5527793c41c517a2d615145f4733c6f39b988775f2092f55b58ea54a8e6830a66bbaf5a

diff --git a/dev-python/lru-dict/lru-dict-1.3.0.ebuild 
b/dev-python/lru-dict/lru-dict-1.3.0.ebuild
new file mode 100644
index 00..43c36771b9
--- /dev/null
+++ b/dev-python/lru-dict/lru-dict-1.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+PYTHON_COMPAT=( python3_{11..12} )
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="Dict like LRU container"
+HOMEPAGE="
+   https://pypi.org/project/lru-dict/
+   https://github.com/amitdev/lru-dict
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests unittest
+
+python_test() {
+   cd "${T}" || die
+   eunittest "${S}"/test
+}

diff --git a/dev-python/lru-dict/metadata.xml b/dev-python/lru-dict/metadata.xml
new file mode 100644
index 00..91de79f403
--- /dev/null
+++ b/dev-python/lru-dict/metadata.xml
@@ -0,0 +1,16 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+   
+   
+   lru-dict
+   
+   Amit Dev
+   
+   amitdev/lru-dict
+   
+



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

2024-04-25 Thread Julien Roy
commit: 24d16447540d149d02759cf95a1930797032b0bb
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Wed Apr 24 15:51:37 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Wed Apr 24 15:51:37 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24d16447

dev-python/evernote2: remove commented echo debug lines

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

 dev-python/evernote2/evernote2-1.0.0.ebuild | 6 --
 1 file changed, 6 deletions(-)

diff --git a/dev-python/evernote2/evernote2-1.0.0.ebuild 
b/dev-python/evernote2/evernote2-1.0.0.ebuild
index d9f68c94ee..ffe13e5ca1 100644
--- a/dev-python/evernote2/evernote2-1.0.0.ebuild
+++ b/dev-python/evernote2/evernote2-1.0.0.ebuild
@@ -24,9 +24,3 @@ RDEPEND="
dev-python/python-oauth2[${PYTHON_USEDEP}]
dev-python/thrift[${PYTHON_USEDEP}]
 "
-
-# src_install() {
-#  echo 
-#  ls -lh
-#  echo 
-# }



[gentoo-commits] repo/proj/guru:master commit in: app-doc/geeknote/

2024-04-25 Thread Julien Roy
commit: 468f708b6c48f8d36b295f834920423eaaa66308
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Wed Apr 24 16:21:02 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Wed Apr 24 16:21:02 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=468f708b

app-doc/geeknote: HOMEPAGE improve

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

 app-doc/geeknote/geeknote-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/geeknote/geeknote-.ebuild 
b/app-doc/geeknote/geeknote-.ebuild
index 0ff572714f..fc735bf151 100644
--- a/app-doc/geeknote/geeknote-.ebuild
+++ b/app-doc/geeknote/geeknote-.ebuild
@@ -9,7 +9,7 @@ DISTUTILS_USE_PEP517=setuptools
 inherit bash-completion-r1 distutils-r1 git-r3
 
 DESCRIPTION="Evernote CLI: CRUD for notes in cloud, in markdown"
-HOMEPAGE="https://github.com/Evernote/evernote-sdk-python3;
+HOMEPAGE="http://web.archive.org/web/20171008200604/http://www.geeknote.me/;
 EGIT_REPO_URI="https://github.com/vitaly-zdanevich/geeknote;
 
 LICENSE="GPL-3"



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

2024-04-25 Thread Julien Roy
commit: c1fcc63c1ae55aa7e30549100b09a483ee4cbdbe
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Wed Apr 24 15:49:58 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Wed Apr 24 15:49:58 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1fcc63c

dev-python/evernote2: fix header with comments about authors and license

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

 dev-python/evernote2/evernote2-1.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/evernote2/evernote2-1.0.0.ebuild 
b/dev-python/evernote2/evernote2-1.0.0.ebuild
index 781f081bbd..d9f68c94ee 100644
--- a/dev-python/evernote2/evernote2-1.0.0.ebuild
+++ b/dev-python/evernote2/evernote2-1.0.0.ebuild
@@ -1,4 +1,5 @@
-# Copyright Gentoo Developers 2024
+# Copyright Gentoo Authors 2024
+# Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 



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

2024-04-25 Thread Julien Roy
commit: 435659e03e2fd113093ff52bc12008266e9acad0
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Wed Apr 24 15:56:37 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Wed Apr 24 15:56:37 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=435659e0

dev-python/python-oauth2: amd64 -> ~amd64

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

 dev-python/python-oauth2/python-oauth2-1.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-oauth2/python-oauth2-1.1.1-r1.ebuild 
b/dev-python/python-oauth2/python-oauth2-1.1.1-r1.ebuild
index b6d0c84c64..d64ad58965 100644
--- a/dev-python/python-oauth2/python-oauth2-1.1.1-r1.ebuild
+++ b/dev-python/python-oauth2/python-oauth2-1.1.1-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://pypi.python.org/pypi/python-oauth2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 RESTRICT="test"
 
 RDEPEND="dev-python/pymongo[${PYTHON_USEDEP}]



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

2024-04-25 Thread Julien Roy
commit: e29fde7446d0cbff2c3c9c03343976fa800f6c27
Author: AquaOneLove  proton  me>
AuthorDate: Wed Apr 24 22:43:02 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Wed Apr 24 22:44:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e29fde74

net-im/armcord-bin:

Bug: https://bugs.gentoo.org/930639
Signed-off-by: AquaOneLove  proton.me>

Fix issue with permissions for /opt/armcord-bin/resources

 net-im/armcord-bin/armcord-bin-3.2.6.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-im/armcord-bin/armcord-bin-3.2.6.ebuild 
b/net-im/armcord-bin/armcord-bin-3.2.6.ebuild
index ae0c489fdd..4499d96b9f 100644
--- a/net-im/armcord-bin/armcord-bin-3.2.6.ebuild
+++ b/net-im/armcord-bin/armcord-bin-3.2.6.ebuild
@@ -85,6 +85,10 @@ src_install() {
fperms -R 644 "${DESTDIR}/locales"
fperms -R 644 "${DESTDIR}/resources"
 
+   # Fix bug 930639
+   fperms a+rx "${DESTDIR}"/resources/
+   fperms a+r "${DESTDIR}"/resources/*
+
fowners root "${DESTDIR}/chrome-sandbox"
fperms 4711 "${DESTDIR}/chrome-sandbox"
 



[gentoo-commits] repo/proj/guru:master commit in: app-doc/geeknote/

2024-04-25 Thread Julien Roy
commit: 378987b3fc2d105076856b5909151daf05cd1767
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Wed Apr 24 16:03:50 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Wed Apr 24 16:03:50 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=378987b3

app-doc/geeknote: metadata.xml update to my repo

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

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

diff --git a/app-doc/geeknote/metadata.xml b/app-doc/geeknote/metadata.xml
index 7a077c1735..511e35e029 100644
--- a/app-doc/geeknote/metadata.xml
+++ b/app-doc/geeknote/metadata.xml
@@ -6,7 +6,7 @@
zdanevich.vit...@ya.ru


-   jeffkowalski/geeknote
-   
https://github.com/jeffkowalski/geeknote/issues
+   vitaly-zdanevich/geeknote
+   
https://github.com/vitaly-zdanevich/geeknote/issues

 



[gentoo-commits] repo/gentoo:master commit in: net-misc/netevent/files/, net-misc/netevent/

2024-04-25 Thread James Le Cuirot
commit: 90b54bdfc3627dfc67d71412457ac3ef251d62f9
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 25 21:35:34 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 25 21:36:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b54bdf

net-misc/netevent: Drop old 2.0_p20200217 and 2.2.1

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

 net-misc/netevent/Manifest |  2 --
 net-misc/netevent/files/netevent-2.2.1-gcc13.patch | 24 --
 net-misc/netevent/netevent-2.0_p20200217.ebuild| 36 -
 net-misc/netevent/netevent-2.2.1.ebuild| 37 --
 4 files changed, 99 deletions(-)

diff --git a/net-misc/netevent/Manifest b/net-misc/netevent/Manifest
index 078422d988c5..b0334a79634a 100644
--- a/net-misc/netevent/Manifest
+++ b/net-misc/netevent/Manifest
@@ -1,3 +1 @@
-DIST netevent-2.0_p20200217.tar.gz 39237 BLAKE2B 
543456de89c6c57c7fe086d6697ca687ce0a04fce67efda7162e516eb1dca3f31b6ce31e1f5d7481fe538364f9f597103e3b77f3864c41456c6fe9080bfb424a
 SHA512 
921982c8d9153e627c7931059e6163213ba2ac907f4ae98bcde62645e774cc41077ee728b698f3fad6a639fda19f99f9e43103006abe645f1a4ac4d68cf393c7
-DIST netevent-2.2.1.tar.gz 40826 BLAKE2B 
7620ecaead747f0684bd9f9ce0c8c3126cc67b9eafa747f43986f9e0f162f771604b4ec0e9aa070f773d4bd535a98d3164dbc9a868e1dc72ddd8063f0cd45559
 SHA512 
f597b82f7343b9f22c9c8533d9821763e82aeb0afddcfa109499555a6ed1e32f00f3cc9f36fe3eb5d524ad594e861382e33168ea4033a68abd15385b8edaeab9
 DIST netevent-2.2.2.tar.gz 40889 BLAKE2B 
a52a6b352d8f842aeb85f7c4d82ed1c5008966893ec7bc3236d212b988470a051d0c5d6dca1f36029b3a83c4c908cd7d64e5cd0203b0677857dd66613a0f2c5a
 SHA512 
bd993529d69b18a1774042f61fe891fedba96d2d630dbe066c9d9b88d18268eaad49062c76f688712a927e495f29e7b176da64676c6ef6109b2e92117ef00e1b

diff --git a/net-misc/netevent/files/netevent-2.2.1-gcc13.patch 
b/net-misc/netevent/files/netevent-2.2.1-gcc13.patch
deleted file mode 100644
index 89a7ba359b38..
--- a/net-misc/netevent/files/netevent-2.2.1-gcc13.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://github.com/Blub/netevent/pull/29
-
-From 85f5db586dac20b69de1345c197e24be6123439d Mon Sep 17 00:00:00 2001
-From: Sam James 
-Date: Tue, 18 Apr 2023 07:40:05 +0100
-Subject: [PATCH] Fix build with GCC 13
-
-GCC 13 (as usual for new compiler releases) shuffles around some internal 
includes so some
-are no longer transitively included.
-
-See https://gnu.org/software/gcc/gcc-13/porting_to.html.
-
-Bug: https://bugs.gentoo.org/895142
 a/src/socket.cpp
-+++ b/src/socket.cpp
-@@ -6,6 +6,7 @@
-  * SPDX-License-Identifier: GPL-2.0-or-later
-  */
- #include "socket.h"
-+#include 
- #include 
- #include 
- 
-

diff --git a/net-misc/netevent/netevent-2.0_p20200217.ebuild 
b/net-misc/netevent/netevent-2.0_p20200217.ebuild
deleted file mode 100644
index 2b5d47a93e73..
--- a/net-misc/netevent/netevent-2.0_p20200217.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-COMMIT="c2066fa55db6f51090e00a240889d2f0cbd0ab4d"
-DESCRIPTION="Tool to share Linux event devices with other machines"
-HOMEPAGE="https://github.com/Blub/netevent;
-SRC_URI="https://github.com/Blub/netevent/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-IUSE="doc"
-
-BDEPEND="
-   doc? ( dev-python/docutils )
-"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_configure() {
-   tc-export CXX
-
-   # Not Autoconf.
-   RST2MAN=rst2man.py \
-   ./configure \
-   --prefix="${EPREFIX}"/usr \
-   $(use_enable doc) \
-   || die
-}
-
-src_compile() {
-   emake CPPFLAGS="-Wall -Wno-unknown-pragmas"
-}

diff --git a/net-misc/netevent/netevent-2.2.1.ebuild 
b/net-misc/netevent/netevent-2.2.1.ebuild
deleted file mode 100644
index 01deb12b4c43..
--- a/net-misc/netevent/netevent-2.2.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Tool to share Linux event devices with other machines"
-HOMEPAGE="https://github.com/Blub/netevent;
-SRC_URI="https://github.com/Blub/netevent/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-IUSE="doc"
-
-BDEPEND="
-   doc? ( dev-python/docutils )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.2.1-gcc13.patch
-)
-
-src_configure() {
-   tc-export CXX
-
-   # Not Autoconf.
-   RST2MAN=rst2man.py \
-   ./configure \
-   --prefix="${EPREFIX}"/usr \
-   $(use_enable doc) \
-   || die
-}
-
-src_compile() {
-   emake CPPFLAGS="-Wall -Wno-unknown-pragmas"
-}



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

2024-04-25 Thread James Le Cuirot
commit: a5aeba894b4358fc24b6c0d76d17b79e5cb47048
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 25 21:34:53 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 25 21:36:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5aeba89

net-misc/netevent: Bump to 2.2.2, fix building with newer docutils

Closes: https://bugs.gentoo.org/930666
Signed-off-by: James Le Cuirot  gentoo.org>

 net-misc/netevent/Manifest  |  1 +
 net-misc/netevent/netevent-2.2.2.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/net-misc/netevent/Manifest b/net-misc/netevent/Manifest
index de7b2ab75191..078422d988c5 100644
--- a/net-misc/netevent/Manifest
+++ b/net-misc/netevent/Manifest
@@ -1,2 +1,3 @@
 DIST netevent-2.0_p20200217.tar.gz 39237 BLAKE2B 
543456de89c6c57c7fe086d6697ca687ce0a04fce67efda7162e516eb1dca3f31b6ce31e1f5d7481fe538364f9f597103e3b77f3864c41456c6fe9080bfb424a
 SHA512 
921982c8d9153e627c7931059e6163213ba2ac907f4ae98bcde62645e774cc41077ee728b698f3fad6a639fda19f99f9e43103006abe645f1a4ac4d68cf393c7
 DIST netevent-2.2.1.tar.gz 40826 BLAKE2B 
7620ecaead747f0684bd9f9ce0c8c3126cc67b9eafa747f43986f9e0f162f771604b4ec0e9aa070f773d4bd535a98d3164dbc9a868e1dc72ddd8063f0cd45559
 SHA512 
f597b82f7343b9f22c9c8533d9821763e82aeb0afddcfa109499555a6ed1e32f00f3cc9f36fe3eb5d524ad594e861382e33168ea4033a68abd15385b8edaeab9
+DIST netevent-2.2.2.tar.gz 40889 BLAKE2B 
a52a6b352d8f842aeb85f7c4d82ed1c5008966893ec7bc3236d212b988470a051d0c5d6dca1f36029b3a83c4c908cd7d64e5cd0203b0677857dd66613a0f2c5a
 SHA512 
bd993529d69b18a1774042f61fe891fedba96d2d630dbe066c9d9b88d18268eaad49062c76f688712a927e495f29e7b176da64676c6ef6109b2e92117ef00e1b

diff --git a/net-misc/netevent/netevent-2.2.2.ebuild 
b/net-misc/netevent/netevent-2.2.2.ebuild
new file mode 100644
index ..c882e035e5cd
--- /dev/null
+++ b/net-misc/netevent/netevent-2.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Tool to share Linux event devices with other machines"
+HOMEPAGE="https://github.com/Blub/netevent;
+SRC_URI="https://github.com/Blub/netevent/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="doc"
+
+BDEPEND="
+   doc? ( dev-python/docutils )
+"
+
+src_configure() {
+   tc-export CXX
+
+   # Not Autoconf.
+   RST2MAN=$(type -P rst2man rst2man.py) \
+   ./configure \
+   --prefix="${EPREFIX}"/usr \
+   $(use_enable doc) \
+   || die
+}
+
+src_compile() {
+   emake CPPFLAGS="-Wall -Wno-unknown-pragmas"
+}



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

2024-04-25 Thread James Le Cuirot
commit: 031f524e4a368e419556867c49a2ee76af8fd249
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 25 21:09:54 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 25 21:10:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031f524e

dev-libs/weston: Update mesa[gles2] dependency now that flag has gone

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

 dev-libs/weston/weston-11.0.1-r10.ebuild | 2 +-
 dev-libs/weston/weston-13.0.0-r2.ebuild  | 2 +-
 dev-libs/weston/weston-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/weston/weston-11.0.1-r10.ebuild 
b/dev-libs/weston/weston-11.0.1-r10.ebuild
index 74ee66abd7d2..2ed95404301f 100644
--- a/dev-libs/weston/weston-11.0.1-r10.ebuild
+++ b/dev-libs/weston/weston-11.0.1-r10.ebuild
@@ -59,7 +59,7 @@ RDEPEND="
editor? ( x11-libs/pango )
examples? ( x11-libs/pango )
gles2? (
-   media-libs/mesa[gles2,wayland]
+   media-libs/mesa[gles2(+),wayland]
)
pipewire? ( >=media-video/pipewire-0.3:= )
rdp? ( >=net-misc/freerdp-2.3.0:2=[server] )

diff --git a/dev-libs/weston/weston-13.0.0-r2.ebuild 
b/dev-libs/weston/weston-13.0.0-r2.ebuild
index 659b66c2d03d..002b836d7566 100644
--- a/dev-libs/weston/weston-13.0.0-r2.ebuild
+++ b/dev-libs/weston/weston-13.0.0-r2.ebuild
@@ -55,7 +55,7 @@ RDEPEND="
)
editor? ( x11-libs/pango )
examples? ( x11-libs/pango )
-   gles2? ( media-libs/mesa[gles2,wayland] )
+   gles2? ( media-libs/mesa[gles2(+),wayland] )
jpeg? ( media-libs/libjpeg-turbo:0= )
lcms? ( >=media-libs/lcms-2.9:2 )
pipewire? ( >=media-video/pipewire-0.3:= )

diff --git a/dev-libs/weston/weston-.ebuild 
b/dev-libs/weston/weston-.ebuild
index 659b66c2d03d..002b836d7566 100644
--- a/dev-libs/weston/weston-.ebuild
+++ b/dev-libs/weston/weston-.ebuild
@@ -55,7 +55,7 @@ RDEPEND="
)
editor? ( x11-libs/pango )
examples? ( x11-libs/pango )
-   gles2? ( media-libs/mesa[gles2,wayland] )
+   gles2? ( media-libs/mesa[gles2(+),wayland] )
jpeg? ( media-libs/libjpeg-turbo:0= )
lcms? ( >=media-libs/lcms-2.9:2 )
pipewire? ( >=media-video/pipewire-0.3:= )



  1   2   3   4   >