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

2024-05-26 Thread Alexey Zapparov
commit: 9e2c7c8071e7dd1ef0d1d9002af4a7441a57eda4
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sun May 26 15:29:32 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sun May 26 15:29:32 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e2c7c80

app-admin/pulumi-bin: add 3.117.0

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

 app-admin/pulumi-bin/Manifest  |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.117.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index ddb8482c9..de52c7dd1 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,4 @@
 DIST pulumi-v3.113.0-linux-x64.tar.gz 159635620 BLAKE2B 
724beb887fc90396ac00a13671d73ff0b531ee4a4a34d4277e8b3a982bd0b5246f71e048ff10eac5d9c816a5661b929ba32fb8b2fea675b7aeab8e575695b99d
 SHA512 
0db068d8012f0daba59e092a4d9904cf4c15effb308f34489efa1bc2c9a448668432d4c2cf8f1e9482c7449cd39c38cc29376890ea8dab420f9d2a9b9bda
 DIST pulumi-v3.114.0-linux-x64.tar.gz 159768914 BLAKE2B 
be3ea69e1ff653a3cc95f4f12b0dbf8dc4f2b631270aec30d4082addb5afed48053deef4a9c26b568512a8eb454879c9244e6f7ede0eb2aee357b2a4cc71e347
 SHA512 
af9aa95b987507145299b86a8501a6e3b81b09a789c07839e71c10a8d7e5032408b831b1946b316bf94753018d0d1265546c1bf9dfd2fd17445233f736044e74
 DIST pulumi-v3.115.2-linux-x64.tar.gz 159802131 BLAKE2B 
3a150c18e4c866d15931bf914cd927837ddf46a93e83876c71dfefd61e035f0c969db3153748246c78529eb0dead6370c0aa26eb42a9db048166e1ed286689be
 SHA512 
406548771d7f041dca2718ece20f4efff7019a16f9913a92a61bd7eb2371fdaaff57cf18a6e03b22c1f7e86fa9b4edac2560895e1ee074357e53eb1aff59eb9b
+DIST pulumi-v3.117.0-linux-x64.tar.gz 159101842 BLAKE2B 
467270a29faaf9d705513a234b7e7f4c3bf6f7c7e2958007a368751b45592fa761fee31c7eb9a7d4b559769c5b28dc45bb428511555447846443183d9e5936b4
 SHA512 
7b553e4858dd51f99909902d4107f2e87a6a2f2e053db8b762361cafbcb631d9ff6f3ea6f872fb0c21023c0486dfbe0c328ac47bfc07c0213983518360749785

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.117.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.117.0.ebuild
new file mode 100644
index 0..9b4f2f5db
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.117.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/ruby-install/files/, dev-ruby/ruby-install/

2024-05-26 Thread Alexey Zapparov
commit: a929faef073604d472520b89451b890b2ea7c30b
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sun May 26 12:50:34 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sun May 26 12:50:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a929faef

dev-ruby/ruby-install: add 0.9.3, drop old ones

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

 dev-ruby/ruby-install/Manifest |  4 +-
 .../files/ruby-install-0.9.1-fix-version.patch | 13 --
 dev-ruby/ruby-install/ruby-install-0.8.5.ebuild| 44 
 dev-ruby/ruby-install/ruby-install-0.9.1.ebuild| 48 --
 ...tall-0.9.0.ebuild => ruby-install-0.9.3.ebuild} |  4 +-
 5 files changed, 3 insertions(+), 110 deletions(-)

diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest
index 59455c743..885193ab4 100644
--- a/dev-ruby/ruby-install/Manifest
+++ b/dev-ruby/ruby-install/Manifest
@@ -1,3 +1 @@
-DIST ruby-install-0.8.5.tar.gz 32904 BLAKE2B 
6128d489c53c02b53b96f243a7c5fd3de2a360eac8ed7873c89cfafb229e611f77f3275e66bb1aef0ccad772029f7727c0e4a62c6dc74ec1780c7badd219cc52
 SHA512 
4f5546652e741eb4b1b72780a73e0b41b8bd212dd979e31124b8a1a96e9bbebdcb7951da20768b992776206a446b489214f2b1261255855760e2e3477118f8d7
-DIST ruby-install-0.9.0.tar.gz 34536 BLAKE2B 
de44b380b47f1c194bd9c39e43527c48b61f051bc126b051d87ce23db7d5ed3c6f46a97ff454e847a47fe16535c15d5903839f07ed30446f0b2f0d063364961b
 SHA512 
d40195519d4d49749e13fb9d1c2e8f6a4c4c7b1cb4c419ce737a2dc2f7f6fb80b0783626bfe4b4bdd642a189d6fd641a5a121a4fa661e8a7539b4eefa12435ae
-DIST ruby-install-0.9.1.tar.gz 35732 BLAKE2B 
b61d882d9f7a1c8e07b0b094689f6606f1a80fd03f334b2d6365e0a9b18a0ca6829ef0db009fa783821cfb58a13dc130d96a280775027a7d901eb599f0900b34
 SHA512 
48fdc6904b5ab7f4cb6f18385432edade88bf2f388ef167ab2752b51841a481fc0f1b735169b6ef50f2dd070e1e59c28d21c7a4aa8dabe292a668b5d41db52a7
+DIST ruby-install-0.9.3.tar.gz 39008 BLAKE2B 
aa498ec23eb96f1732e4b46b286939e9f39e632d1215e70bdcbc4ae05d2e490711ba4f9ae2766af4bb068e5ed9dbb041f118ff8fd4b6fb430294f5d7c84cf417
 SHA512 
4c9576ba5a825b696d4586034110adabbb687a8cefb27ade2d2129a23463ea7d9c01372c92395a1fcc2d35655a0d5f708a9d1368ee33051add602a8676da3c9e

diff --git a/dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch 
b/dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch
deleted file mode 100644
index 040452eed..0
--- a/dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/share/ruby-install/ruby-install.sh 
b/share/ruby-install/ruby-install.sh
-index 976c2277..a0457d9f 100644
 a/share/ruby-install/ruby-install.sh
-+++ b/share/ruby-install/ruby-install.sh
-@@ -2,7 +2,7 @@
- 
- shopt -s extglob
- 
--ruby_install_version="0.9.0"
-+ruby_install_version="0.9.1"
- ruby_install_dir="${BASH_SOURCE[0]%/*}"
- ruby_install_cache_dir="${XDG_CACHE_HOME:-$HOME/.cache}/ruby-install"
- 

diff --git a/dev-ruby/ruby-install/ruby-install-0.8.5.ebuild 
b/dev-ruby/ruby-install/ruby-install-0.8.5.ebuild
deleted file mode 100644
index 706d5e5d2..0
--- a/dev-ruby/ruby-install/ruby-install-0.8.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), 
or mruby."
-HOMEPAGE="https://github.com/postmodern/ruby-install;
-SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PROPERTIES="test_network"
-RESTRICT="!test? ( test )"
-
-DEPEND=">=app-shells/bash-3.0:*"
-RDEPEND="${DEPEND}
-   sys-apps/grep
-   || ( >net-misc/wget-1.12 net-misc/curl )
-   dev-libs/openssl
-   app-arch/tar
-   app-arch/bzip2
-   app-arch/xz-utils
-   sys-devel/patch
-   || ( >=sys-devel/gcc-4.2 sys-devel/clang )"
-BDEPEND="test? ( dev-util/shunit2 )"
-
-# XXX: `make check` seems to be broken (violates shellcheck tests)
-src_test() {
-   emake test
-}
-
-src_prepare() {
-   default
-
-   sed -i Makefile -e "s/^VERSION=.\+$/VERSION=${PVR}/" \
-   || die "Cannot fix doc location to follow Gentoo/FHS guidelines"
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-}

diff --git a/dev-ruby/ruby-install/ruby-install-0.9.1.ebuild 
b/dev-ruby/ruby-install/ruby-install-0.9.1.ebuild
deleted file mode 100644
index 4e4057cef..0
--- a/dev-ruby/ruby-install/ruby-install-0.9.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIP

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

2024-05-07 Thread Alexey Zapparov
commit: 18dd07af75e28cfdbd24f486a829b10802f9afdc
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue May  7 23:45:55 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue May  7 23:46:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18dd07af

app-admin/pulumi-bin: add 3.115.2, drop 3.112.0

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.112.0.ebuild => pulumi-bin-3.115.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 4c32dd1b32..ddb8482c94 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.112.0-linux-x64.tar.gz 157900361 BLAKE2B 
565823e6ad9d40eb5303596ec0b3bb96d316d2439b83e16b6401fc5486059d53ab092cd3ce202897e7ceb580d9688f354511c5be4dba347a5a771b4cbd61860c
 SHA512 
a1c29de16caa2e41faede5533106b9b43eef007b249fedce3dc8a098ea508e2c248807e2a9206c810ccfdca3e362b600783d3b46b6afd1ca4cad725435929aed
 DIST pulumi-v3.113.0-linux-x64.tar.gz 159635620 BLAKE2B 
724beb887fc90396ac00a13671d73ff0b531ee4a4a34d4277e8b3a982bd0b5246f71e048ff10eac5d9c816a5661b929ba32fb8b2fea675b7aeab8e575695b99d
 SHA512 
0db068d8012f0daba59e092a4d9904cf4c15effb308f34489efa1bc2c9a448668432d4c2cf8f1e9482c7449cd39c38cc29376890ea8dab420f9d2a9b9bda
 DIST pulumi-v3.114.0-linux-x64.tar.gz 159768914 BLAKE2B 
be3ea69e1ff653a3cc95f4f12b0dbf8dc4f2b631270aec30d4082addb5afed48053deef4a9c26b568512a8eb454879c9244e6f7ede0eb2aee357b2a4cc71e347
 SHA512 
af9aa95b987507145299b86a8501a6e3b81b09a789c07839e71c10a8d7e5032408b831b1946b316bf94753018d0d1265546c1bf9dfd2fd17445233f736044e74
+DIST pulumi-v3.115.2-linux-x64.tar.gz 159802131 BLAKE2B 
3a150c18e4c866d15931bf914cd927837ddf46a93e83876c71dfefd61e035f0c969db3153748246c78529eb0dead6370c0aa26eb42a9db048166e1ed286689be
 SHA512 
406548771d7f041dca2718ece20f4efff7019a16f9913a92a61bd7eb2371fdaaff57cf18a6e03b22c1f7e86fa9b4edac2560895e1ee074357e53eb1aff59eb9b

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.112.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.115.2.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.112.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.115.2.ebuild



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

2024-04-27 Thread Alexey Zapparov
commit: 5b505e250750a42e32f80294575e1cbe0b8d34db
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sat Apr 27 19:06:00 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sat Apr 27 19:06:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b505e25

app-admin/pulumi-bin: add 3.114.0, drop 3.111.1

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.111.1.ebuild => pulumi-bin-3.114.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index c7928819b6..4c32dd1b32 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.111.1-linux-x64.tar.gz 157625915 BLAKE2B 
4075460ddec136c9f9e298e6132802fbd0d07e00e8c8bce7186cf84bcae4354d9e200adf50b7b1c33a2df92fa4240ecbdb8f1901ef6379477849174bba94dd8a
 SHA512 
e20f86964439d0087553ca9cdbdaa66d7c0f41911b45fdf0455000ae4e7429d5a5a5512ff4e8224fc3e21e4782a893cf95579b19d0a078e9af785f7d78d7b54b
 DIST pulumi-v3.112.0-linux-x64.tar.gz 157900361 BLAKE2B 
565823e6ad9d40eb5303596ec0b3bb96d316d2439b83e16b6401fc5486059d53ab092cd3ce202897e7ceb580d9688f354511c5be4dba347a5a771b4cbd61860c
 SHA512 
a1c29de16caa2e41faede5533106b9b43eef007b249fedce3dc8a098ea508e2c248807e2a9206c810ccfdca3e362b600783d3b46b6afd1ca4cad725435929aed
 DIST pulumi-v3.113.0-linux-x64.tar.gz 159635620 BLAKE2B 
724beb887fc90396ac00a13671d73ff0b531ee4a4a34d4277e8b3a982bd0b5246f71e048ff10eac5d9c816a5661b929ba32fb8b2fea675b7aeab8e575695b99d
 SHA512 
0db068d8012f0daba59e092a4d9904cf4c15effb308f34489efa1bc2c9a448668432d4c2cf8f1e9482c7449cd39c38cc29376890ea8dab420f9d2a9b9bda
+DIST pulumi-v3.114.0-linux-x64.tar.gz 159768914 BLAKE2B 
be3ea69e1ff653a3cc95f4f12b0dbf8dc4f2b631270aec30d4082addb5afed48053deef4a9c26b568512a8eb454879c9244e6f7ede0eb2aee357b2a4cc71e347
 SHA512 
af9aa95b987507145299b86a8501a6e3b81b09a789c07839e71c10a8d7e5032408b831b1946b316bf94753018d0d1265546c1bf9dfd2fd17445233f736044e74

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.111.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.114.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.111.1.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.114.0.ebuild



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

2024-04-17 Thread Alexey Zapparov
commit: 1809ef8b169760d44e8e9f6dcf9dcda0e35055e1
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Wed Apr 17 18:38:40 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Wed Apr 17 18:38:40 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1809ef8b

app-admin/pulumi-bin: add 3.113.0, drop 3.110.0, drop 3.109.0

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

 app-admin/pulumi-bin/Manifest  |  3 +-
 app-admin/pulumi-bin/pulumi-bin-3.110.0.ebuild | 34 --
 ...in-3.109.0.ebuild => pulumi-bin-3.113.0.ebuild} |  2 +-
 3 files changed, 2 insertions(+), 37 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index b9dfa59771..c7928819b6 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,3 @@
-DIST pulumi-v3.109.0-linux-x64.tar.gz 157925128 BLAKE2B 
7288b1df31e6a1b73b4c6d827f3771c21c949c6bb01bf7de81011ecc59a60f66f48255dc65704cc4e54d7b162d9374865a9376e3a3f7a2e2f7512017bccff459
 SHA512 
027c0de16c02f04676639d1b5b1db0646d553fc80fe170f0df50a1d07bcf1582bf3a5f434338babe7b19ad8f58816d920c1afe0efd51624823bfdfe669b986d0
-DIST pulumi-v3.110.0-linux-x64.tar.gz 157562576 BLAKE2B 
0f0af81794d0f72f48b954971037bce98ca65c7af60f45697484b3b45304c0aa5b12f0cd6f703274c88efb51a0eb98b224c4e5fd7465fb8438758eb26bb8f56f
 SHA512 
131b085422933f428d4626fc094900e934c24b417c5d4d379a8f8ef56dc14b7b45c42876c639d01c29b83fecfa8cecb3ae83d42f6c4c8e5b4b93049a0cf8c65b
 DIST pulumi-v3.111.1-linux-x64.tar.gz 157625915 BLAKE2B 
4075460ddec136c9f9e298e6132802fbd0d07e00e8c8bce7186cf84bcae4354d9e200adf50b7b1c33a2df92fa4240ecbdb8f1901ef6379477849174bba94dd8a
 SHA512 
e20f86964439d0087553ca9cdbdaa66d7c0f41911b45fdf0455000ae4e7429d5a5a5512ff4e8224fc3e21e4782a893cf95579b19d0a078e9af785f7d78d7b54b
 DIST pulumi-v3.112.0-linux-x64.tar.gz 157900361 BLAKE2B 
565823e6ad9d40eb5303596ec0b3bb96d316d2439b83e16b6401fc5486059d53ab092cd3ce202897e7ceb580d9688f354511c5be4dba347a5a771b4cbd61860c
 SHA512 
a1c29de16caa2e41faede5533106b9b43eef007b249fedce3dc8a098ea508e2c248807e2a9206c810ccfdca3e362b600783d3b46b6afd1ca4cad725435929aed
+DIST pulumi-v3.113.0-linux-x64.tar.gz 159635620 BLAKE2B 
724beb887fc90396ac00a13671d73ff0b531ee4a4a34d4277e8b3a982bd0b5246f71e048ff10eac5d9c816a5661b929ba32fb8b2fea675b7aeab8e575695b99d
 SHA512 
0db068d8012f0daba59e092a4d9904cf4c15effb308f34489efa1bc2c9a448668432d4c2cf8f1e9482c7449cd39c38cc29376890ea8dab420f9d2a9b9bda

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.110.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.110.0.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.110.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.109.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.113.0.ebuild
similarity index 95%
rename from app-admin/pulumi-bin/pulumi-bin-3.109.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.113.0.ebuild
index febb59ec18..9b4f2f5dbb 100644
--- a/app-admin/pulumi-bin/pulumi-bin-3.109.0.ebuild
+++ b/app-admin/pulumi-bin/pulumi-bin-3.113.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



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

2024-04-03 Thread Alexey Zapparov
commit: 848c3bb2e8c3142685947a3bcc86fe9a4737ee93
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Apr  4 00:03:24 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Apr  4 00:03:24 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=848c3bb2

app-admin/pulumi-bin: add 3.112.0

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

 app-admin/pulumi-bin/Manifest  |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.112.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 98581ff0d7..b9dfa59771 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,4 @@
 DIST pulumi-v3.109.0-linux-x64.tar.gz 157925128 BLAKE2B 
7288b1df31e6a1b73b4c6d827f3771c21c949c6bb01bf7de81011ecc59a60f66f48255dc65704cc4e54d7b162d9374865a9376e3a3f7a2e2f7512017bccff459
 SHA512 
027c0de16c02f04676639d1b5b1db0646d553fc80fe170f0df50a1d07bcf1582bf3a5f434338babe7b19ad8f58816d920c1afe0efd51624823bfdfe669b986d0
 DIST pulumi-v3.110.0-linux-x64.tar.gz 157562576 BLAKE2B 
0f0af81794d0f72f48b954971037bce98ca65c7af60f45697484b3b45304c0aa5b12f0cd6f703274c88efb51a0eb98b224c4e5fd7465fb8438758eb26bb8f56f
 SHA512 
131b085422933f428d4626fc094900e934c24b417c5d4d379a8f8ef56dc14b7b45c42876c639d01c29b83fecfa8cecb3ae83d42f6c4c8e5b4b93049a0cf8c65b
 DIST pulumi-v3.111.1-linux-x64.tar.gz 157625915 BLAKE2B 
4075460ddec136c9f9e298e6132802fbd0d07e00e8c8bce7186cf84bcae4354d9e200adf50b7b1c33a2df92fa4240ecbdb8f1901ef6379477849174bba94dd8a
 SHA512 
e20f86964439d0087553ca9cdbdaa66d7c0f41911b45fdf0455000ae4e7429d5a5a5512ff4e8224fc3e21e4782a893cf95579b19d0a078e9af785f7d78d7b54b
+DIST pulumi-v3.112.0-linux-x64.tar.gz 157900361 BLAKE2B 
565823e6ad9d40eb5303596ec0b3bb96d316d2439b83e16b6401fc5486059d53ab092cd3ce202897e7ceb580d9688f354511c5be4dba347a5a771b4cbd61860c
 SHA512 
a1c29de16caa2e41faede5533106b9b43eef007b249fedce3dc8a098ea508e2c248807e2a9206c810ccfdca3e362b600783d3b46b6afd1ca4cad725435929aed

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.112.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.112.0.ebuild
new file mode 100644
index 00..9b4f2f5dbb
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.112.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2024-03-22 Thread Alexey Zapparov
commit: e6c2f001f310460a76d9c55ea80a4a8c980ff953
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Mar 22 22:50:53 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Mar 22 22:50:53 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6c2f001

app-admin/pulumi-bin: add 3.111.1, drop 3.108.0

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.108.0.ebuild => pulumi-bin-3.111.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 0e9ff2939a..98581ff0d7 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.108.0-linux-x64.tar.gz 157919986 BLAKE2B 
970a368ba9888c87ff5bbb895708d93f18ecda4dc4f6979d3f5b4904d801c24dcc85b6245951ed09172d0f3cc746fdbea430f4def70c4e9e4ccdbb9368a3d428
 SHA512 
912ec0d3d1d0b15cab1314a6f429dc0744cc6da8cc9ff48db6502c123f764c2e292dfe698bfc21a049761e09acd798c218c0176e0caa95d91e3d224fd00889ac
 DIST pulumi-v3.109.0-linux-x64.tar.gz 157925128 BLAKE2B 
7288b1df31e6a1b73b4c6d827f3771c21c949c6bb01bf7de81011ecc59a60f66f48255dc65704cc4e54d7b162d9374865a9376e3a3f7a2e2f7512017bccff459
 SHA512 
027c0de16c02f04676639d1b5b1db0646d553fc80fe170f0df50a1d07bcf1582bf3a5f434338babe7b19ad8f58816d920c1afe0efd51624823bfdfe669b986d0
 DIST pulumi-v3.110.0-linux-x64.tar.gz 157562576 BLAKE2B 
0f0af81794d0f72f48b954971037bce98ca65c7af60f45697484b3b45304c0aa5b12f0cd6f703274c88efb51a0eb98b224c4e5fd7465fb8438758eb26bb8f56f
 SHA512 
131b085422933f428d4626fc094900e934c24b417c5d4d379a8f8ef56dc14b7b45c42876c639d01c29b83fecfa8cecb3ae83d42f6c4c8e5b4b93049a0cf8c65b
+DIST pulumi-v3.111.1-linux-x64.tar.gz 157625915 BLAKE2B 
4075460ddec136c9f9e298e6132802fbd0d07e00e8c8bce7186cf84bcae4354d9e200adf50b7b1c33a2df92fa4240ecbdb8f1901ef6379477849174bba94dd8a
 SHA512 
e20f86964439d0087553ca9cdbdaa66d7c0f41911b45fdf0455000ae4e7429d5a5a5512ff4e8224fc3e21e4782a893cf95579b19d0a078e9af785f7d78d7b54b

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.108.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.111.1.ebuild
similarity index 95%
rename from app-admin/pulumi-bin/pulumi-bin-3.108.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.111.1.ebuild
index febb59ec18..9b4f2f5dbb 100644
--- a/app-admin/pulumi-bin/pulumi-bin-3.108.0.ebuild
+++ b/app-admin/pulumi-bin/pulumi-bin-3.111.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



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

2024-03-15 Thread Alexey Zapparov
commit: 68523a0dee5dc8b4a64802c8130a0fa5e8a9fead
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Mar 15 21:57:35 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Mar 15 21:58:15 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68523a0d

media-fonts/victor-mono: add 1.5.6

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

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

diff --git a/media-fonts/victor-mono/Manifest b/media-fonts/victor-mono/Manifest
index af9076e3a6..582a92ea46 100644
--- a/media-fonts/victor-mono/Manifest
+++ b/media-fonts/victor-mono/Manifest
@@ -1,2 +1,3 @@
 DIST victor-mono-1.5.4.zip 8631194 BLAKE2B 
74bc8ce26cbe5bd1b331d440163793740ad1ff393d16ac86dfd18652f11fef8c2899c62eda6ee7e603d9921ac11ab883cdb14a4367d8fdab02a1cd7c65021d63
 SHA512 
7592304648fca98286cea19080fe5ee13bc5c0e19419e86d08960a7d42669886cd5fdc9ee0d2f3832ac53371a81586bfe82cecc6946721d1a99cbe1ec704d62d
 DIST victor-mono-1.5.5.zip 9165795 BLAKE2B 
559f7bb4f216fe00cc32e723279eb0ddec70a4834a943749d6ab20619e265f0da434e3d93501598e3af4314b42c51fe1c68f39d0ab7276cf6ebeaf57208be247
 SHA512 
aa1b24bac802a2e30dc13939df03ca2c5a6fea49e4de3f74009b9c878ef7e2bcc72ddae8ac7853bd1bc3c3caef33f5d5fe87203e106531b48d1e68db66b444e4
+DIST victor-mono-1.5.6.zip 9190154 BLAKE2B 
f6c73122cc15770742a009a1aa5197f1a51c10ac48fb90ca4dfb3aadec62accd9bf1e6ef331298bb30765ff93a1eb4338474c935c46a8022a0a57fbaf9599cdc
 SHA512 
00d5ec1ea557b678fdb302fd4c56ade02695ab666f59d422058f094bf1fdc10dba7008262348b4bbb80ac1799ac486233094fe6bd6f64a8dc38b10a4ed9ddd13

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



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

2024-03-14 Thread Alexey Zapparov
commit: 2599e6604ad3ad845e812bcaab8ec9891c9174d8
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Mar 15 05:21:55 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Mar 15 05:21:55 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2599e660

app-admin/pulumi-bin: add 3.110.0

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

 app-admin/pulumi-bin/pulumi-bin-3.110.0.ebuild | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.110.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.110.0.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.110.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2024-03-14 Thread Alexey Zapparov
commit: fe04bfe51f7088eb444829bcb9640707cb5906c1
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Mar 15 05:21:26 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Mar 15 05:21:26 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe04bfe5

app-admin/pulumi-bin: drop 3.107.0

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

 app-admin/pulumi-bin/Manifest  |  2 +-
 app-admin/pulumi-bin/pulumi-bin-3.107.0.ebuild | 34 --
 2 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 21e4c649d8..0e9ff2939a 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.107.0-linux-x64.tar.gz 157901430 BLAKE2B 
70df3bd37659a2de9dcc1c6d2b9e752c6e123a0e8a8ea6e578e2b1a825e64ece28418097a3abb58f944bd33480948cf5431a0e9f6ad23ff0a1a27c0762bc3736
 SHA512 
cf6c683640bd327749bcce08f98cc4e4f95dfd64452fc7e216c19aa9713aeb65f0ba51d4ab74d8bd69c0fac94dae62cd49883958dc88f98c4c250558c6834fde
 DIST pulumi-v3.108.0-linux-x64.tar.gz 157919986 BLAKE2B 
970a368ba9888c87ff5bbb895708d93f18ecda4dc4f6979d3f5b4904d801c24dcc85b6245951ed09172d0f3cc746fdbea430f4def70c4e9e4ccdbb9368a3d428
 SHA512 
912ec0d3d1d0b15cab1314a6f429dc0744cc6da8cc9ff48db6502c123f764c2e292dfe698bfc21a049761e09acd798c218c0176e0caa95d91e3d224fd00889ac
 DIST pulumi-v3.109.0-linux-x64.tar.gz 157925128 BLAKE2B 
7288b1df31e6a1b73b4c6d827f3771c21c949c6bb01bf7de81011ecc59a60f66f48255dc65704cc4e54d7b162d9374865a9376e3a3f7a2e2f7512017bccff459
 SHA512 
027c0de16c02f04676639d1b5b1db0646d553fc80fe170f0df50a1d07bcf1582bf3a5f434338babe7b19ad8f58816d920c1afe0efd51624823bfdfe669b986d0
+DIST pulumi-v3.110.0-linux-x64.tar.gz 157562576 BLAKE2B 
0f0af81794d0f72f48b954971037bce98ca65c7af60f45697484b3b45304c0aa5b12f0cd6f703274c88efb51a0eb98b224c4e5fd7465fb8438758eb26bb8f56f
 SHA512 
131b085422933f428d4626fc094900e934c24b417c5d4d379a8f8ef56dc14b7b45c42876c639d01c29b83fecfa8cecb3ae83d42f6c4c8e5b4b93049a0cf8c65b

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.107.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.107.0.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.107.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2024-03-11 Thread Alexey Zapparov
commit: 4f4b4a54a896bd2fa062d09a29133597897a0fbd
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Mar 11 17:22:53 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon Mar 11 17:23:11 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f4b4a54

app-admin/pulumi-bin: add 3.109.0, drop 3.106.0

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.106.0.ebuild => pulumi-bin-3.109.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 3b545a4622..21e4c649d8 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.106.0-linux-x64.tar.gz 157770055 BLAKE2B 
a7dc4d5e5bd8756dbdbf906041934528c41fbc49afa0a387f61fd54ac0c87abf28f1ae2270f79bbf507c9028bc1c9fccbca8a75096a43e8d71e79650db1fce6a
 SHA512 
6008714083062336f90b4409bb9fec924f1f62f4cc63456c9826e2aac4a99a9772a930642a0f42dcfa67a179dbc5e3b5492ebad9997476167aa5bb65dae57787
 DIST pulumi-v3.107.0-linux-x64.tar.gz 157901430 BLAKE2B 
70df3bd37659a2de9dcc1c6d2b9e752c6e123a0e8a8ea6e578e2b1a825e64ece28418097a3abb58f944bd33480948cf5431a0e9f6ad23ff0a1a27c0762bc3736
 SHA512 
cf6c683640bd327749bcce08f98cc4e4f95dfd64452fc7e216c19aa9713aeb65f0ba51d4ab74d8bd69c0fac94dae62cd49883958dc88f98c4c250558c6834fde
 DIST pulumi-v3.108.0-linux-x64.tar.gz 157919986 BLAKE2B 
970a368ba9888c87ff5bbb895708d93f18ecda4dc4f6979d3f5b4904d801c24dcc85b6245951ed09172d0f3cc746fdbea430f4def70c4e9e4ccdbb9368a3d428
 SHA512 
912ec0d3d1d0b15cab1314a6f429dc0744cc6da8cc9ff48db6502c123f764c2e292dfe698bfc21a049761e09acd798c218c0176e0caa95d91e3d224fd00889ac
+DIST pulumi-v3.109.0-linux-x64.tar.gz 157925128 BLAKE2B 
7288b1df31e6a1b73b4c6d827f3771c21c949c6bb01bf7de81011ecc59a60f66f48255dc65704cc4e54d7b162d9374865a9376e3a3f7a2e2f7512017bccff459
 SHA512 
027c0de16c02f04676639d1b5b1db0646d553fc80fe170f0df50a1d07bcf1582bf3a5f434338babe7b19ad8f58816d920c1afe0efd51624823bfdfe669b986d0

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.106.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.109.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.106.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.109.0.ebuild



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

2024-03-01 Thread Alexey Zapparov
commit: 1e5259bab37513c97dcc9f174b42ac0bb08814ec
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Mar  1 15:20:44 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Mar  1 15:20:44 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e5259ba

app-admin/pulumi-bin: add 3.108.0, drop 3.105.0

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.105.0.ebuild => pulumi-bin-3.108.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 063252a9cd..3b545a4622 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.105.0-linux-x64.tar.gz 155107676 BLAKE2B 
29e55bdc259f5fe3c7b02b1c309c12aea5b607c43dd426071b5c9e3bf1cd580b03237d8487c0347ef5f181a814e032e0977c6ef6a38cfbd4a3a0f06f4eaa24e8
 SHA512 
c2c0d3572d26e7f9e3243ce07ac6130c60e8986684ad9c49833b814af07fadee4b7b2371427927c5b094719cfd41ea281fd71c866408a44129e7e35b6341ad3c
 DIST pulumi-v3.106.0-linux-x64.tar.gz 157770055 BLAKE2B 
a7dc4d5e5bd8756dbdbf906041934528c41fbc49afa0a387f61fd54ac0c87abf28f1ae2270f79bbf507c9028bc1c9fccbca8a75096a43e8d71e79650db1fce6a
 SHA512 
6008714083062336f90b4409bb9fec924f1f62f4cc63456c9826e2aac4a99a9772a930642a0f42dcfa67a179dbc5e3b5492ebad9997476167aa5bb65dae57787
 DIST pulumi-v3.107.0-linux-x64.tar.gz 157901430 BLAKE2B 
70df3bd37659a2de9dcc1c6d2b9e752c6e123a0e8a8ea6e578e2b1a825e64ece28418097a3abb58f944bd33480948cf5431a0e9f6ad23ff0a1a27c0762bc3736
 SHA512 
cf6c683640bd327749bcce08f98cc4e4f95dfd64452fc7e216c19aa9713aeb65f0ba51d4ab74d8bd69c0fac94dae62cd49883958dc88f98c4c250558c6834fde
+DIST pulumi-v3.108.0-linux-x64.tar.gz 157919986 BLAKE2B 
970a368ba9888c87ff5bbb895708d93f18ecda4dc4f6979d3f5b4904d801c24dcc85b6245951ed09172d0f3cc746fdbea430f4def70c4e9e4ccdbb9368a3d428
 SHA512 
912ec0d3d1d0b15cab1314a6f429dc0744cc6da8cc9ff48db6502c123f764c2e292dfe698bfc21a049761e09acd798c218c0176e0caa95d91e3d224fd00889ac

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.105.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.108.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.105.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.108.0.ebuild



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

2024-02-23 Thread Alexey Zapparov
commit: 57355107f5f4b133bd91d8a10a5477c32a766788
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Feb 23 17:23:15 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Feb 23 17:23:15 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57355107

app-admin/pulumi-bin: add 3.107.0, drop 3.104.2

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.104.2.ebuild => pulumi-bin-3.107.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index f58f9eb2f9..063252a9cd 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.104.2-linux-x64.tar.gz 155082196 BLAKE2B 
f446ae9311b9afa8ff123fa787bd2131c656acc5499eb068eb71d4ff9d6672c6919c4fdd56675a5e11b0ec8244bd6891cdc3e76504a69ed12a90a974b3a8e402
 SHA512 
fccc0cb2011f49ef29aabc9992d9b9993fa41c54eeacc8771d77ff3ba058d7993d1771af70c4c189bfecbc344f311824d88dc93625c94d13afe8f054ddb8eb19
 DIST pulumi-v3.105.0-linux-x64.tar.gz 155107676 BLAKE2B 
29e55bdc259f5fe3c7b02b1c309c12aea5b607c43dd426071b5c9e3bf1cd580b03237d8487c0347ef5f181a814e032e0977c6ef6a38cfbd4a3a0f06f4eaa24e8
 SHA512 
c2c0d3572d26e7f9e3243ce07ac6130c60e8986684ad9c49833b814af07fadee4b7b2371427927c5b094719cfd41ea281fd71c866408a44129e7e35b6341ad3c
 DIST pulumi-v3.106.0-linux-x64.tar.gz 157770055 BLAKE2B 
a7dc4d5e5bd8756dbdbf906041934528c41fbc49afa0a387f61fd54ac0c87abf28f1ae2270f79bbf507c9028bc1c9fccbca8a75096a43e8d71e79650db1fce6a
 SHA512 
6008714083062336f90b4409bb9fec924f1f62f4cc63456c9826e2aac4a99a9772a930642a0f42dcfa67a179dbc5e3b5492ebad9997476167aa5bb65dae57787
+DIST pulumi-v3.107.0-linux-x64.tar.gz 157901430 BLAKE2B 
70df3bd37659a2de9dcc1c6d2b9e752c6e123a0e8a8ea6e578e2b1a825e64ece28418097a3abb58f944bd33480948cf5431a0e9f6ad23ff0a1a27c0762bc3736
 SHA512 
cf6c683640bd327749bcce08f98cc4e4f95dfd64452fc7e216c19aa9713aeb65f0ba51d4ab74d8bd69c0fac94dae62cd49883958dc88f98c4c250558c6834fde

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.104.2.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.107.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.104.2.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.107.0.ebuild



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

2024-02-16 Thread Alexey Zapparov
commit: 2802db2c0e7a102f8a88c05f211f2a8135a737bd
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Feb 16 19:05:27 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Feb 16 19:05:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2802db2c

app-admin/pulumi-bin: add 3.106.0, drop 3.103.1

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.103.1.ebuild => pulumi-bin-3.106.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 9e6784a172..f58f9eb2f9 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.103.1-linux-x64.tar.gz 155023148 BLAKE2B 
adac83d1b00a116de7c170f2db81136932fe268d1051ae8439af0daa2b77910278f2f4e6078fccd0b005cfee72bccc3b2171e08ba74ffcd6873aaca52ca16cf5
 SHA512 
310ffe08b6b32f5e5c1387018f667bad3bbfd1325b085d1e3d22eca501625f5c031037e4c0da0637b7f679d9032b82868eb8713f86dd0905f8c4049ae4de3841
 DIST pulumi-v3.104.2-linux-x64.tar.gz 155082196 BLAKE2B 
f446ae9311b9afa8ff123fa787bd2131c656acc5499eb068eb71d4ff9d6672c6919c4fdd56675a5e11b0ec8244bd6891cdc3e76504a69ed12a90a974b3a8e402
 SHA512 
fccc0cb2011f49ef29aabc9992d9b9993fa41c54eeacc8771d77ff3ba058d7993d1771af70c4c189bfecbc344f311824d88dc93625c94d13afe8f054ddb8eb19
 DIST pulumi-v3.105.0-linux-x64.tar.gz 155107676 BLAKE2B 
29e55bdc259f5fe3c7b02b1c309c12aea5b607c43dd426071b5c9e3bf1cd580b03237d8487c0347ef5f181a814e032e0977c6ef6a38cfbd4a3a0f06f4eaa24e8
 SHA512 
c2c0d3572d26e7f9e3243ce07ac6130c60e8986684ad9c49833b814af07fadee4b7b2371427927c5b094719cfd41ea281fd71c866408a44129e7e35b6341ad3c
+DIST pulumi-v3.106.0-linux-x64.tar.gz 157770055 BLAKE2B 
a7dc4d5e5bd8756dbdbf906041934528c41fbc49afa0a387f61fd54ac0c87abf28f1ae2270f79bbf507c9028bc1c9fccbca8a75096a43e8d71e79650db1fce6a
 SHA512 
6008714083062336f90b4409bb9fec924f1f62f4cc63456c9826e2aac4a99a9772a930642a0f42dcfa67a179dbc5e3b5492ebad9997476167aa5bb65dae57787

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.103.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.106.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.103.1.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.106.0.ebuild



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

2024-02-11 Thread Alexey Zapparov
commit: 973f1f3974e4788e47c89dfdee4c675ed792bbca
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Feb 12 03:52:27 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon Feb 12 03:52:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=973f1f39

app-admin/pulumi-bin: add 3.105.0, drop 3.102.0

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.102.0.ebuild => pulumi-bin-3.105.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 57c3c6bbc9..9e6784a172 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.102.0-linux-x64.tar.gz 154970812 BLAKE2B 
e5aa0fed9961de13aa22c866881fc4baa3065928c1c52ff57a2504bb6f2f081752d4a25fd02c67b6260d06585b1d8f87ff059e2dffdfd07593fbb66fcbbd05df
 SHA512 
140a2e7f4728790e1abb6f97602e3b2f7c812ceb1ba07f1678b688691a047d640ed0710e1b7d9197aea3e61d6cac9ef529f5843487b960b91f7c5d22b9dfca48
 DIST pulumi-v3.103.1-linux-x64.tar.gz 155023148 BLAKE2B 
adac83d1b00a116de7c170f2db81136932fe268d1051ae8439af0daa2b77910278f2f4e6078fccd0b005cfee72bccc3b2171e08ba74ffcd6873aaca52ca16cf5
 SHA512 
310ffe08b6b32f5e5c1387018f667bad3bbfd1325b085d1e3d22eca501625f5c031037e4c0da0637b7f679d9032b82868eb8713f86dd0905f8c4049ae4de3841
 DIST pulumi-v3.104.2-linux-x64.tar.gz 155082196 BLAKE2B 
f446ae9311b9afa8ff123fa787bd2131c656acc5499eb068eb71d4ff9d6672c6919c4fdd56675a5e11b0ec8244bd6891cdc3e76504a69ed12a90a974b3a8e402
 SHA512 
fccc0cb2011f49ef29aabc9992d9b9993fa41c54eeacc8771d77ff3ba058d7993d1771af70c4c189bfecbc344f311824d88dc93625c94d13afe8f054ddb8eb19
+DIST pulumi-v3.105.0-linux-x64.tar.gz 155107676 BLAKE2B 
29e55bdc259f5fe3c7b02b1c309c12aea5b607c43dd426071b5c9e3bf1cd580b03237d8487c0347ef5f181a814e032e0977c6ef6a38cfbd4a3a0f06f4eaa24e8
 SHA512 
c2c0d3572d26e7f9e3243ce07ac6130c60e8986684ad9c49833b814af07fadee4b7b2371427927c5b094719cfd41ea281fd71c866408a44129e7e35b6341ad3c

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.102.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.105.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.102.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.105.0.ebuild



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

2024-02-01 Thread Alexey Zapparov
commit: b939dbe6c5d5bd12cb1a7d183d0d132c4d9664d0
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Feb  2 04:02:46 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Feb  2 04:02:46 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b939dbe6

app-admin/pulumi-bin: add 3.104.2, drop 3.101.*

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

 app-admin/pulumi-bin/Manifest  |  3 +-
 app-admin/pulumi-bin/pulumi-bin-3.101.1.ebuild | 34 --
 ...in-3.101.0.ebuild => pulumi-bin-3.104.2.ebuild} |  0
 3 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index a2243ce210..57c3c6bbc9 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,3 @@
-DIST pulumi-v3.101.0-linux-x64.tar.gz 154756478 BLAKE2B 
b38af0d4cb9016305b29f134290d670494a113f336098502b031db75e59faacd6940a467e481c77eac895bdf3244604edb4046fafcb334bbb33b731881531541
 SHA512 
89df1e03b669aaa57575da33a3cd05f7c89d51897a173430b488826daf64e6e2bc7c6c9c072cd7b469fbd5b74596560979a24b8c02c8c052647e1758a81c7b21
-DIST pulumi-v3.101.1-linux-x64.tar.gz 154992917 BLAKE2B 
ef96ce6ab8f47c9feb4d0b95ad2a56bcbddb855e4e929e3ce03308d3f999c0cda7ddc0d48d6ff372805b70ab7c2236789a2456fd1968318fcfdbb37464b0068b
 SHA512 
879a0824b836797db23fb8b1e0a1c7fe64636a99d87ad76c503d862edcb69425efa0dfae7cd6a1aedb9e4ff5b8f594022f1a828f7b6060edad7752167b0b71f4
 DIST pulumi-v3.102.0-linux-x64.tar.gz 154970812 BLAKE2B 
e5aa0fed9961de13aa22c866881fc4baa3065928c1c52ff57a2504bb6f2f081752d4a25fd02c67b6260d06585b1d8f87ff059e2dffdfd07593fbb66fcbbd05df
 SHA512 
140a2e7f4728790e1abb6f97602e3b2f7c812ceb1ba07f1678b688691a047d640ed0710e1b7d9197aea3e61d6cac9ef529f5843487b960b91f7c5d22b9dfca48
 DIST pulumi-v3.103.1-linux-x64.tar.gz 155023148 BLAKE2B 
adac83d1b00a116de7c170f2db81136932fe268d1051ae8439af0daa2b77910278f2f4e6078fccd0b005cfee72bccc3b2171e08ba74ffcd6873aaca52ca16cf5
 SHA512 
310ffe08b6b32f5e5c1387018f667bad3bbfd1325b085d1e3d22eca501625f5c031037e4c0da0637b7f679d9032b82868eb8713f86dd0905f8c4049ae4de3841
+DIST pulumi-v3.104.2-linux-x64.tar.gz 155082196 BLAKE2B 
f446ae9311b9afa8ff123fa787bd2131c656acc5499eb068eb71d4ff9d6672c6919c4fdd56675a5e11b0ec8244bd6891cdc3e76504a69ed12a90a974b3a8e402
 SHA512 
fccc0cb2011f49ef29aabc9992d9b9993fa41c54eeacc8771d77ff3ba058d7993d1771af70c4c189bfecbc344f311824d88dc93625c94d13afe8f054ddb8eb19

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.101.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.101.1.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.101.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.101.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.104.2.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.101.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.104.2.ebuild



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

2024-01-25 Thread Alexey Zapparov
commit: a6c06f0767998c6f9766900ce60ec8d808b33cd2
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Jan 25 19:23:25 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Jan 25 19:23:25 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6c06f07

app-admin/pulumi-bin: add 3.103.1, drop 3.100.0

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.100.0.ebuild => pulumi-bin-3.103.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 007215507b..a2243ce210 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,4 @@
-DIST pulumi-v3.100.0-linux-x64.tar.gz 154992145 BLAKE2B 
f075796f9deeec8dd7bc57247f07631005b25cf537e67cf538577e0e5ec229bf3269dacd6a35dfbc2e1370b4e41edaa8231e170178694767b714626b729ad400
 SHA512 
aeac482b0863ff0499cd2ad619073d8189cb90a0d35df0bf5d715920f8286b008f73a3ff5f7b65457496b21cb8fccd32321cbfddc022065109d6337b8bcc9904
 DIST pulumi-v3.101.0-linux-x64.tar.gz 154756478 BLAKE2B 
b38af0d4cb9016305b29f134290d670494a113f336098502b031db75e59faacd6940a467e481c77eac895bdf3244604edb4046fafcb334bbb33b731881531541
 SHA512 
89df1e03b669aaa57575da33a3cd05f7c89d51897a173430b488826daf64e6e2bc7c6c9c072cd7b469fbd5b74596560979a24b8c02c8c052647e1758a81c7b21
 DIST pulumi-v3.101.1-linux-x64.tar.gz 154992917 BLAKE2B 
ef96ce6ab8f47c9feb4d0b95ad2a56bcbddb855e4e929e3ce03308d3f999c0cda7ddc0d48d6ff372805b70ab7c2236789a2456fd1968318fcfdbb37464b0068b
 SHA512 
879a0824b836797db23fb8b1e0a1c7fe64636a99d87ad76c503d862edcb69425efa0dfae7cd6a1aedb9e4ff5b8f594022f1a828f7b6060edad7752167b0b71f4
 DIST pulumi-v3.102.0-linux-x64.tar.gz 154970812 BLAKE2B 
e5aa0fed9961de13aa22c866881fc4baa3065928c1c52ff57a2504bb6f2f081752d4a25fd02c67b6260d06585b1d8f87ff059e2dffdfd07593fbb66fcbbd05df
 SHA512 
140a2e7f4728790e1abb6f97602e3b2f7c812ceb1ba07f1678b688691a047d640ed0710e1b7d9197aea3e61d6cac9ef529f5843487b960b91f7c5d22b9dfca48
+DIST pulumi-v3.103.1-linux-x64.tar.gz 155023148 BLAKE2B 
adac83d1b00a116de7c170f2db81136932fe268d1051ae8439af0daa2b77910278f2f4e6078fccd0b005cfee72bccc3b2171e08ba74ffcd6873aaca52ca16cf5
 SHA512 
310ffe08b6b32f5e5c1387018f667bad3bbfd1325b085d1e3d22eca501625f5c031037e4c0da0637b7f679d9032b82868eb8713f86dd0905f8c4049ae4de3841

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.100.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.103.1.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.100.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.103.1.ebuild



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

2024-01-18 Thread Alexey Zapparov
commit: d7d1062a87c97c62924fb211ac5b49dbe33a4633
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Jan 19 00:07:40 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Jan 19 00:07:40 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7d1062a

app-admin/pulumi-bin: add 3.102.0, drop 3.99.0

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.99.0.ebuild => pulumi-bin-3.102.0.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 2971ea2afd..007215507b 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,4 @@
 DIST pulumi-v3.100.0-linux-x64.tar.gz 154992145 BLAKE2B 
f075796f9deeec8dd7bc57247f07631005b25cf537e67cf538577e0e5ec229bf3269dacd6a35dfbc2e1370b4e41edaa8231e170178694767b714626b729ad400
 SHA512 
aeac482b0863ff0499cd2ad619073d8189cb90a0d35df0bf5d715920f8286b008f73a3ff5f7b65457496b21cb8fccd32321cbfddc022065109d6337b8bcc9904
 DIST pulumi-v3.101.0-linux-x64.tar.gz 154756478 BLAKE2B 
b38af0d4cb9016305b29f134290d670494a113f336098502b031db75e59faacd6940a467e481c77eac895bdf3244604edb4046fafcb334bbb33b731881531541
 SHA512 
89df1e03b669aaa57575da33a3cd05f7c89d51897a173430b488826daf64e6e2bc7c6c9c072cd7b469fbd5b74596560979a24b8c02c8c052647e1758a81c7b21
 DIST pulumi-v3.101.1-linux-x64.tar.gz 154992917 BLAKE2B 
ef96ce6ab8f47c9feb4d0b95ad2a56bcbddb855e4e929e3ce03308d3f999c0cda7ddc0d48d6ff372805b70ab7c2236789a2456fd1968318fcfdbb37464b0068b
 SHA512 
879a0824b836797db23fb8b1e0a1c7fe64636a99d87ad76c503d862edcb69425efa0dfae7cd6a1aedb9e4ff5b8f594022f1a828f7b6060edad7752167b0b71f4
-DIST pulumi-v3.99.0-linux-x64.tar.gz 154602565 BLAKE2B 
5df405da6aa7d6ccf7137e91cca3c32cbe0cfd34f45256a422962c31371d5b0b8dfdf537163113095528a39ff0beb41bbee84ff5ef2e206eac47cd7d7c11b419
 SHA512 
3d94c42de637574e8b68062fbe34c07ee45cb1072af140f6b9eec288b577df6028d09d4c4bc3f08e6eebba9cbf7c59346aeee6dbbe298b0f1d8f28b3cf6075f4
+DIST pulumi-v3.102.0-linux-x64.tar.gz 154970812 BLAKE2B 
e5aa0fed9961de13aa22c866881fc4baa3065928c1c52ff57a2504bb6f2f081752d4a25fd02c67b6260d06585b1d8f87ff059e2dffdfd07593fbb66fcbbd05df
 SHA512 
140a2e7f4728790e1abb6f97602e3b2f7c812ceb1ba07f1678b688691a047d640ed0710e1b7d9197aea3e61d6cac9ef529f5843487b960b91f7c5d22b9dfca48

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.99.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.102.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.99.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.102.0.ebuild



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

2024-01-10 Thread Alexey Zapparov
commit: 978de5367a5a1de16802f45bb0f859401471c5cd
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Jan 11 04:02:02 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Jan 11 04:02:02 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=978de536

app-admin/pulumi-bin: add 3.101.1

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

 app-admin/pulumi-bin/Manifest  |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.101.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 0ee4438bbc..2971ea2afd 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,4 @@
 DIST pulumi-v3.100.0-linux-x64.tar.gz 154992145 BLAKE2B 
f075796f9deeec8dd7bc57247f07631005b25cf537e67cf538577e0e5ec229bf3269dacd6a35dfbc2e1370b4e41edaa8231e170178694767b714626b729ad400
 SHA512 
aeac482b0863ff0499cd2ad619073d8189cb90a0d35df0bf5d715920f8286b008f73a3ff5f7b65457496b21cb8fccd32321cbfddc022065109d6337b8bcc9904
 DIST pulumi-v3.101.0-linux-x64.tar.gz 154756478 BLAKE2B 
b38af0d4cb9016305b29f134290d670494a113f336098502b031db75e59faacd6940a467e481c77eac895bdf3244604edb4046fafcb334bbb33b731881531541
 SHA512 
89df1e03b669aaa57575da33a3cd05f7c89d51897a173430b488826daf64e6e2bc7c6c9c072cd7b469fbd5b74596560979a24b8c02c8c052647e1758a81c7b21
+DIST pulumi-v3.101.1-linux-x64.tar.gz 154992917 BLAKE2B 
ef96ce6ab8f47c9feb4d0b95ad2a56bcbddb855e4e929e3ce03308d3f999c0cda7ddc0d48d6ff372805b70ab7c2236789a2456fd1968318fcfdbb37464b0068b
 SHA512 
879a0824b836797db23fb8b1e0a1c7fe64636a99d87ad76c503d862edcb69425efa0dfae7cd6a1aedb9e4ff5b8f594022f1a828f7b6060edad7752167b0b71f4
 DIST pulumi-v3.99.0-linux-x64.tar.gz 154602565 BLAKE2B 
5df405da6aa7d6ccf7137e91cca3c32cbe0cfd34f45256a422962c31371d5b0b8dfdf537163113095528a39ff0beb41bbee84ff5ef2e206eac47cd7d7c11b419
 SHA512 
3d94c42de637574e8b68062fbe34c07ee45cb1072af140f6b9eec288b577df6028d09d4c4bc3f08e6eebba9cbf7c59346aeee6dbbe298b0f1d8f28b3cf6075f4

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.101.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.101.1.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.101.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2024-01-09 Thread Alexey Zapparov
commit: 12cf52696ef6659a26b1d90f8a21a8d2558e3947
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Wed Jan 10 03:38:13 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Wed Jan 10 03:38:13 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12cf5269

app-admin/pulumi-bin: add 3.101.0

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

 app-admin/pulumi-bin/Manifest  |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.101.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 195da52d7c..0ee4438bbc 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,3 @@
 DIST pulumi-v3.100.0-linux-x64.tar.gz 154992145 BLAKE2B 
f075796f9deeec8dd7bc57247f07631005b25cf537e67cf538577e0e5ec229bf3269dacd6a35dfbc2e1370b4e41edaa8231e170178694767b714626b729ad400
 SHA512 
aeac482b0863ff0499cd2ad619073d8189cb90a0d35df0bf5d715920f8286b008f73a3ff5f7b65457496b21cb8fccd32321cbfddc022065109d6337b8bcc9904
+DIST pulumi-v3.101.0-linux-x64.tar.gz 154756478 BLAKE2B 
b38af0d4cb9016305b29f134290d670494a113f336098502b031db75e59faacd6940a467e481c77eac895bdf3244604edb4046fafcb334bbb33b731881531541
 SHA512 
89df1e03b669aaa57575da33a3cd05f7c89d51897a173430b488826daf64e6e2bc7c6c9c072cd7b469fbd5b74596560979a24b8c02c8c052647e1758a81c7b21
 DIST pulumi-v3.99.0-linux-x64.tar.gz 154602565 BLAKE2B 
5df405da6aa7d6ccf7137e91cca3c32cbe0cfd34f45256a422962c31371d5b0b8dfdf537163113095528a39ff0beb41bbee84ff5ef2e206eac47cd7d7c11b419
 SHA512 
3d94c42de637574e8b68062fbe34c07ee45cb1072af140f6b9eec288b577df6028d09d4c4bc3f08e6eebba9cbf7c59346aeee6dbbe298b0f1d8f28b3cf6075f4

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.101.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.101.0.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.101.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2024-01-06 Thread Alexey Zapparov
commit: 6cafbd3729d2dc64132d2d58f594ad7ce765c469
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sat Jan  6 12:29:31 2024 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sat Jan  6 12:29:31 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6cafbd37

app-admin/pulumi-bin: add 3.100.0, drop 3.95.0, drop 3.97.0

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

 app-admin/pulumi-bin/Manifest  |  3 +-
 ...bin-3.95.0.ebuild => pulumi-bin-3.100.0.ebuild} |  0
 app-admin/pulumi-bin/pulumi-bin-3.97.0.ebuild  | 34 --
 3 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 5afffcbf46..195da52d7c 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,2 @@
-DIST pulumi-v3.95.0-linux-x64.tar.gz 155087539 BLAKE2B 
1ae3cfd36366241b1602b034a9665b1ede963b8e8074ce1b034b559b407ca1df7177530255475ac3c8f884792c511b5b11b1fcd225ba805bd052772764d6553b
 SHA512 
5e086e89f04436ae14f802fca5771186390c91156c66e8815577363c7c532aa091176964556198b8d5e50f761d7da13f519c783545747e163813ca120c24a498
-DIST pulumi-v3.97.0-linux-x64.tar.gz 154553521 BLAKE2B 
b7fa33b910ebce31c65602888fbc2e7567d8d773015615e1dfc9b7302bcd00860055bcbc66bca5e8e30037f0272fc20b30a4803923b9d4c61fcfd1c128aea7ee
 SHA512 
26c305cf75b8b105a75e6b6255b8b7df742069a92e12617962a1d0234db32a41b021f6f851db095238f1dbafc84a5d0249189ff42bd2aa7eafba0a006da615f3
+DIST pulumi-v3.100.0-linux-x64.tar.gz 154992145 BLAKE2B 
f075796f9deeec8dd7bc57247f07631005b25cf537e67cf538577e0e5ec229bf3269dacd6a35dfbc2e1370b4e41edaa8231e170178694767b714626b729ad400
 SHA512 
aeac482b0863ff0499cd2ad619073d8189cb90a0d35df0bf5d715920f8286b008f73a3ff5f7b65457496b21cb8fccd32321cbfddc022065109d6337b8bcc9904
 DIST pulumi-v3.99.0-linux-x64.tar.gz 154602565 BLAKE2B 
5df405da6aa7d6ccf7137e91cca3c32cbe0cfd34f45256a422962c31371d5b0b8dfdf537163113095528a39ff0beb41bbee84ff5ef2e206eac47cd7d7c11b419
 SHA512 
3d94c42de637574e8b68062fbe34c07ee45cb1072af140f6b9eec288b577df6028d09d4c4bc3f08e6eebba9cbf7c59346aeee6dbbe298b0f1d8f28b3cf6075f4

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.95.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.100.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.95.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.100.0.ebuild

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.97.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.97.0.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.97.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-12-28 Thread Alexey Zapparov
commit: 4059f8f4dc6eac10aa2097dcb84628a6d10bee8f
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Dec 28 22:16:26 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Dec 28 22:16:26 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4059f8f4

app-admin/pulumi-bin: add 3.99.0, drop 3.94.2

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.94.2.ebuild => pulumi-bin-3.99.0.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 1683225fbc..5afffcbf46 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.94.2-linux-x64.tar.gz 154811460 BLAKE2B 
0250c9c9606e12fe28abca61417796c47075b3991c426dac6eff3e8b13904e9fa487e7ccd994680a5b400692cd3259b63093e6f27f45f7dd1c6ccc1b597f5b05
 SHA512 
42886c8ea8c3f0ffeed62bb853b6130ac57de6ef66fafccd766277acea88f4edea3f5bff4f93f1887b5da28bbfa6d7b08e27bdf9102333b94d3faae7fab776ab
 DIST pulumi-v3.95.0-linux-x64.tar.gz 155087539 BLAKE2B 
1ae3cfd36366241b1602b034a9665b1ede963b8e8074ce1b034b559b407ca1df7177530255475ac3c8f884792c511b5b11b1fcd225ba805bd052772764d6553b
 SHA512 
5e086e89f04436ae14f802fca5771186390c91156c66e8815577363c7c532aa091176964556198b8d5e50f761d7da13f519c783545747e163813ca120c24a498
 DIST pulumi-v3.97.0-linux-x64.tar.gz 154553521 BLAKE2B 
b7fa33b910ebce31c65602888fbc2e7567d8d773015615e1dfc9b7302bcd00860055bcbc66bca5e8e30037f0272fc20b30a4803923b9d4c61fcfd1c128aea7ee
 SHA512 
26c305cf75b8b105a75e6b6255b8b7df742069a92e12617962a1d0234db32a41b021f6f851db095238f1dbafc84a5d0249189ff42bd2aa7eafba0a006da615f3
+DIST pulumi-v3.99.0-linux-x64.tar.gz 154602565 BLAKE2B 
5df405da6aa7d6ccf7137e91cca3c32cbe0cfd34f45256a422962c31371d5b0b8dfdf537163113095528a39ff0beb41bbee84ff5ef2e206eac47cd7d7c11b419
 SHA512 
3d94c42de637574e8b68062fbe34c07ee45cb1072af140f6b9eec288b577df6028d09d4c4bc3f08e6eebba9cbf7c59346aeee6dbbe298b0f1d8f28b3cf6075f4

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.94.2.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.99.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.94.2.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.99.0.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lefthook/

2023-12-26 Thread Alexey Zapparov
commit: cd5dbae6c2724eb154879f333cbf6f0009bf3e8f
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Dec 26 19:15:11 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Dec 26 19:15:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd5dbae6

dev-vcs/lefthook: add 1.5.5-r1, drop 1.5.5

Override src_test function. `make test` has hardcoded `-race` option
that conflicts with conditionally set `-buildmode=pie`.

Closes: https://bugs.gentoo.org/920634
Signed-off-by: Alexey Zapparov  zapparov.com>

 dev-vcs/lefthook/{lefthook-1.5.5.ebuild => lefthook-1.5.5-r1.ebuild} | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-vcs/lefthook/lefthook-1.5.5.ebuild 
b/dev-vcs/lefthook/lefthook-1.5.5-r1.ebuild
similarity index 93%
rename from dev-vcs/lefthook/lefthook-1.5.5.ebuild
rename to dev-vcs/lefthook/lefthook-1.5.5-r1.ebuild
index 560e22e627..8655b2a5bd 100644
--- a/dev-vcs/lefthook/lefthook-1.5.5.ebuild
+++ b/dev-vcs/lefthook/lefthook-1.5.5-r1.ebuild
@@ -28,6 +28,10 @@ src_compile() {
ego build
 }
 
+src_test() {
+   ego test -timeout=30s ./...
+}
+
 src_install() {
dobin "${PN}"
dodoc README.md CHANGELOG.md docs/configuration.md docs/usage.md



[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lefthook/

2023-12-22 Thread Alexey Zapparov
commit: 80244506e778335b1ab0c879c2596ee68cb8c62d
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Dec 22 19:21:41 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Dec 22 19:21:41 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80244506

dev-vcs/lefthook: add 1.5.5

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

 dev-vcs/lefthook/Manifest  |  2 ++
 dev-vcs/lefthook/lefthook-1.5.5.ebuild | 34 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-vcs/lefthook/Manifest b/dev-vcs/lefthook/Manifest
index 48febb59c7..00a0c48da5 100644
--- a/dev-vcs/lefthook/Manifest
+++ b/dev-vcs/lefthook/Manifest
@@ -1,2 +1,4 @@
 DIST lefthook-1.4.8-vendor.tar.xz 1539856 BLAKE2B 
91251247f182c7fbaa83f0fe607fe5f162928ec8c6f1c58fcd22bda2171bc2a52340a905817675366ea63d0a75a9edc55634e47bc06804c226ce5b991f76bda1
 SHA512 
8630fd9230e34ee17cd9d0dcb21881f909db660a6c6f1a7f54ac361cfc49a04b397185586a8107c56acfb3bb77b6b61bfecc0b8be45ce34000fa2cdc6745ea00
 DIST lefthook-1.4.8.tar.gz 88560 BLAKE2B 
4d1c7ddec5be710d0e6927aa0e23f82df9d3a81bb295fdbc1c53fb1ab1787b745965de4822e7ef01cdfe181b865123a09a7749566602fe0b991394c4c1a226d5
 SHA512 
0d547ede111cb36e75b549021e0875b46e9012f61a67f8db44baa48a54de1b7f69e6bd7083c4fd299abd510a26a8c84705d4cef671cac3a11bdf5b0386d11f6c
+DIST lefthook-1.5.5-vendor.tar.xz 1525644 BLAKE2B 
c70323b15263655fe2402d13c6b715d476f9ed5b98e48faced54321b3776872c66ed4cba50b97e299fe3c17063d2a272ebc81db7a6d4156f006e1b42510dc75e
 SHA512 
0b06ace861d1e35e3409908387252ef1e61501013dd8ad05f70cfb26a3d923ad1c56fe7445b82e9a0e8b5eaee7defef367225915be3f61eb0da18f08d95ff9a3
+DIST lefthook-1.5.5.tar.gz 97507 BLAKE2B 
11cf8e4c8a6a51b65bd14d7e437dabacd7f6b5748345a5e88d734d25e81daf5fb1aa19a552be9fc3fa513ea729c6b5be2cc981c3638eea85793eeb5492bb2286
 SHA512 
14e9aac92dc83b9e7a3a83e05b2b42f6713cb6fc566fe9f66778846125b3a551682b3c4bb955886de84cf237798b18adfb865524868e538337eb39d602251c3d

diff --git a/dev-vcs/lefthook/lefthook-1.5.5.ebuild 
b/dev-vcs/lefthook/lefthook-1.5.5.ebuild
new file mode 100644
index 00..560e22e627
--- /dev/null
+++ b/dev-vcs/lefthook/lefthook-1.5.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Fast and powerful Git hooks manager for any type of projects"
+HOMEPAGE="https://github.com/evilmartians/lefthook;
+SRC_URI="
+   https://github.com/evilmartians/lefthook/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://github.com/ixti/lefthook/releases/download/v${PV}/${P}-vendor.tar.xz
+"
+
+LICENSE="Apache-2.0 MIT BSD BSD-2 MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="${DEPEND}
+   dev-vcs/git
+"
+
+BDEPEND="
+   >=dev-lang/go-1.21
+"
+
+src_compile() {
+   ego build
+}
+
+src_install() {
+   dobin "${PN}"
+   dodoc README.md CHANGELOG.md docs/configuration.md docs/usage.md
+}



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

2023-12-14 Thread Alexey Zapparov
commit: 8c3c62082935c251c54f6258f2f139ba9feda025
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Dec 14 19:20:58 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Dec 14 19:20:58 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c3c6208

app-admin/pulumi-bin: add 3.97.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.97.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index c8667c8b4d..1683225fbc 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,3 @@
 DIST pulumi-v3.94.2-linux-x64.tar.gz 154811460 BLAKE2B 
0250c9c9606e12fe28abca61417796c47075b3991c426dac6eff3e8b13904e9fa487e7ccd994680a5b400692cd3259b63093e6f27f45f7dd1c6ccc1b597f5b05
 SHA512 
42886c8ea8c3f0ffeed62bb853b6130ac57de6ef66fafccd766277acea88f4edea3f5bff4f93f1887b5da28bbfa6d7b08e27bdf9102333b94d3faae7fab776ab
 DIST pulumi-v3.95.0-linux-x64.tar.gz 155087539 BLAKE2B 
1ae3cfd36366241b1602b034a9665b1ede963b8e8074ce1b034b559b407ca1df7177530255475ac3c8f884792c511b5b11b1fcd225ba805bd052772764d6553b
 SHA512 
5e086e89f04436ae14f802fca5771186390c91156c66e8815577363c7c532aa091176964556198b8d5e50f761d7da13f519c783545747e163813ca120c24a498
+DIST pulumi-v3.97.0-linux-x64.tar.gz 154553521 BLAKE2B 
b7fa33b910ebce31c65602888fbc2e7567d8d773015615e1dfc9b7302bcd00860055bcbc66bca5e8e30037f0272fc20b30a4803923b9d4c61fcfd1c128aea7ee
 SHA512 
26c305cf75b8b105a75e6b6255b8b7df742069a92e12617962a1d0234db32a41b021f6f851db095238f1dbafc84a5d0249189ff42bd2aa7eafba0a006da615f3

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.97.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.97.0.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.97.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-12-04 Thread Alexey Zapparov
commit: e463d6332c9a9507e80f8f6d53c5206d0ec44d97
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Dec  4 20:30:05 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon Dec  4 20:30:05 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e463d633

app-admin/pulumi-bin: drop 3.91.1, 3.92.0, add 3.95.0

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

 app-admin/pulumi-bin/Manifest  |  3 +-
 app-admin/pulumi-bin/pulumi-bin-3.92.0.ebuild  | 34 --
 ...-bin-3.91.1.ebuild => pulumi-bin-3.95.0.ebuild} |  0
 3 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 0b7026ea1f..c8667c8b4d 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,2 @@
-DIST pulumi-v3.91.1-linux-x64.tar.gz 154427644 BLAKE2B 
95d6ff946d6a1b74d293f6774329cc1f770f68f78e2f166320ffb2c2146fbda30521704cd32f4b8e1fc8d193aa9a6006c46819b53e2e123a2546435bf8008f0e
 SHA512 
b954c2d627f67043b9e39227f7da9392afdb1621ac6c44fb0d7a58e3c6653b5e2bff0b858a40ebb7adabc4181f6aeaae81fc2284966906f24dbb531065b4dd5e
-DIST pulumi-v3.92.0-linux-x64.tar.gz 154831161 BLAKE2B 
105f6d814b2832ec0cec7592e67fc9daf60302179bdc150f3387c07750433e7c24b7e68e1925649907b45fb7496bf056622b080d2f300188559cd08a12235656
 SHA512 
c42071df519559515acdc18318bc4cfbe38ef99935cad5ffae3b4c17fe1ca77bd23181762e7a00186f296c2ff107e3d42f63053d23db8391b50b5e605f083fda
 DIST pulumi-v3.94.2-linux-x64.tar.gz 154811460 BLAKE2B 
0250c9c9606e12fe28abca61417796c47075b3991c426dac6eff3e8b13904e9fa487e7ccd994680a5b400692cd3259b63093e6f27f45f7dd1c6ccc1b597f5b05
 SHA512 
42886c8ea8c3f0ffeed62bb853b6130ac57de6ef66fafccd766277acea88f4edea3f5bff4f93f1887b5da28bbfa6d7b08e27bdf9102333b94d3faae7fab776ab
+DIST pulumi-v3.95.0-linux-x64.tar.gz 155087539 BLAKE2B 
1ae3cfd36366241b1602b034a9665b1ede963b8e8074ce1b034b559b407ca1df7177530255475ac3c8f884792c511b5b11b1fcd225ba805bd052772764d6553b
 SHA512 
5e086e89f04436ae14f802fca5771186390c91156c66e8815577363c7c532aa091176964556198b8d5e50f761d7da13f519c783545747e163813ca120c24a498

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.92.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.92.0.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.92.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.91.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.95.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.91.1.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.95.0.ebuild



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

2023-11-20 Thread Alexey Zapparov
commit: 704817de76308123e4ed63abda080feffa67e5bd
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Nov 21 01:01:50 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Nov 21 01:01:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=704817de

app-admin/pulumi-bin: add 3.94.2

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.94.2.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 97abe10d66..0b7026ea1f 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,3 @@
 DIST pulumi-v3.91.1-linux-x64.tar.gz 154427644 BLAKE2B 
95d6ff946d6a1b74d293f6774329cc1f770f68f78e2f166320ffb2c2146fbda30521704cd32f4b8e1fc8d193aa9a6006c46819b53e2e123a2546435bf8008f0e
 SHA512 
b954c2d627f67043b9e39227f7da9392afdb1621ac6c44fb0d7a58e3c6653b5e2bff0b858a40ebb7adabc4181f6aeaae81fc2284966906f24dbb531065b4dd5e
 DIST pulumi-v3.92.0-linux-x64.tar.gz 154831161 BLAKE2B 
105f6d814b2832ec0cec7592e67fc9daf60302179bdc150f3387c07750433e7c24b7e68e1925649907b45fb7496bf056622b080d2f300188559cd08a12235656
 SHA512 
c42071df519559515acdc18318bc4cfbe38ef99935cad5ffae3b4c17fe1ca77bd23181762e7a00186f296c2ff107e3d42f63053d23db8391b50b5e605f083fda
+DIST pulumi-v3.94.2-linux-x64.tar.gz 154811460 BLAKE2B 
0250c9c9606e12fe28abca61417796c47075b3991c426dac6eff3e8b13904e9fa487e7ccd994680a5b400692cd3259b63093e6f27f45f7dd1c6ccc1b597f5b05
 SHA512 
42886c8ea8c3f0ffeed62bb853b6130ac57de6ef66fafccd766277acea88f4edea3f5bff4f93f1887b5da28bbfa6d7b08e27bdf9102333b94d3faae7fab776ab

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.94.2.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.94.2.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.94.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-11-06 Thread Alexey Zapparov
commit: a48dcd46484f61d2ba1c3deb8eb822c90569e1f4
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Nov  6 22:39:47 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon Nov  6 22:39:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a48dcd46

app-admin/pulumi-bin: add 3.92.0, drop 3.89.0, drop 3.91.0

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

 app-admin/pulumi-bin/Manifest  |  3 +-
 app-admin/pulumi-bin/pulumi-bin-3.91.0.ebuild  | 34 --
 ...-bin-3.89.0.ebuild => pulumi-bin-3.92.0.ebuild} |  0
 3 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 1fc8f5e2c7..97abe10d66 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,2 @@
-DIST pulumi-v3.89.0-linux-x64.tar.gz 168161986 BLAKE2B 
0720c66fe5a64e8c988d54bd8775af2498ad75512b3b01962a4200d305afe8e58d7ea30864f9fac652c08aff3859b1d444b24e38719a2a0fa1e85be5ee3f53b4
 SHA512 
cc2e10e9bcb6c6cdbca18081668c9e8eda45f885cd65f4b0e27d4de5a8446c9a523c08a3b57759686eda0bb0513dd30589ecbc639cf32c7f8ccb178d9b620f2e
-DIST pulumi-v3.91.0-linux-x64.tar.gz 154425596 BLAKE2B 
3b11b8efcdc37063316cdf60f97edecebdd39e671ec6167a0d9fe6517d63575f8424cb935b9e41e6d41e98fb9b5d599d339b108566b7c76cad4b74b47f352e5d
 SHA512 
f747f5d268266503d2cc49ed3ac42ef493c1f2da878714a51f607b233f157ff25126e242d01c8d83c439776293f6d1799709cf787ebff4ba15bb0b88af17290c
 DIST pulumi-v3.91.1-linux-x64.tar.gz 154427644 BLAKE2B 
95d6ff946d6a1b74d293f6774329cc1f770f68f78e2f166320ffb2c2146fbda30521704cd32f4b8e1fc8d193aa9a6006c46819b53e2e123a2546435bf8008f0e
 SHA512 
b954c2d627f67043b9e39227f7da9392afdb1621ac6c44fb0d7a58e3c6653b5e2bff0b858a40ebb7adabc4181f6aeaae81fc2284966906f24dbb531065b4dd5e
+DIST pulumi-v3.92.0-linux-x64.tar.gz 154831161 BLAKE2B 
105f6d814b2832ec0cec7592e67fc9daf60302179bdc150f3387c07750433e7c24b7e68e1925649907b45fb7496bf056622b080d2f300188559cd08a12235656
 SHA512 
c42071df519559515acdc18318bc4cfbe38ef99935cad5ffae3b4c17fe1ca77bd23181762e7a00186f296c2ff107e3d42f63053d23db8391b50b5e605f083fda

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.91.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.91.0.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.91.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.89.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.92.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.89.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.92.0.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lefthook/

2023-11-02 Thread Alexey Zapparov
commit: 433d9d6ad5487fadfaff425a663db13430fa60e9
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Nov  2 23:45:18 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Nov  2 23:45:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=433d9d6a

dev-vcs/lefthook: drop 1.0.4, 1.2.6

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

 dev-vcs/lefthook/Manifest  |  4 
 dev-vcs/lefthook/lefthook-1.0.4.ebuild | 34 --
 dev-vcs/lefthook/lefthook-1.2.6.ebuild | 34 --
 3 files changed, 72 deletions(-)

diff --git a/dev-vcs/lefthook/Manifest b/dev-vcs/lefthook/Manifest
index 9ab5aac7c0..48febb59c7 100644
--- a/dev-vcs/lefthook/Manifest
+++ b/dev-vcs/lefthook/Manifest
@@ -1,6 +1,2 @@
-DIST lefthook-1.0.4-deps.tar.gz 22315997 BLAKE2B 
824256bcc5a4da1f0f82a801bdad89a3964344d67d5bdacb77c922aca55628c7698a20cb9a4acc5aaea82e3743f2b11d442a2e631217674bc54c84eb4a295f15
 SHA512 
cdd28c18ec99afdefab3298ea7ab70ec4eb20293c40e1a67b769293453cd750dee25a2fc881b224e758427cbf1e76a30d48cb6ca1cd8f554924892602093653e
-DIST lefthook-1.0.4.tar.gz 66171 BLAKE2B 
6418d38170215933a66ac3016336a1747a3e3896ac0d7b46690ba1ba2a2dd43028150b71db1833d79a176dc7a80b59e545cf15c76986939c871d150396f58de8
 SHA512 
434e8326be27f5ef7f14370bf95c03e4ba55efdc21aee6b2f078f0c38935e98610f73531bfd84cf7759c2aad79dfb185369166dc206695dbf12ca6fe22d1926f
-DIST lefthook-1.2.6-deps.tar.xz 20189012 BLAKE2B 
3c4ed018728dd201de7e7eea5a5111bbf6ffd92e4a37f465df50f0594f4543822c3719cd72170ae7e276781046cef2063d1a3b148c719a3ad81939b008f3209d
 SHA512 
aa34c9bc32ae75c166e51b8a604d190cc26453d18e13d13eaa0ac4eccfe21e686d2ced914b5992c8d6bf0310e703c01ab6fc39a3230903ed6569a12b2002cc78
-DIST lefthook-1.2.6.tar.gz 75049 BLAKE2B 
57d96bddc8442e40f7faeb49f943026f3a616ff5cfb687d0fde0d8301aa73c0f620197ac351a41b5b7ce3bfcdfcb68472d763ab254ff7b15e7cfd7368a4904b1
 SHA512 
09a019441579a172985dc4ced01c4f384fda2949622042e1cb97bc4b4651d2fc412e5e8796356d8bda310334f14994908bba923efc03d10ed6925ad61da4e989
 DIST lefthook-1.4.8-vendor.tar.xz 1539856 BLAKE2B 
91251247f182c7fbaa83f0fe607fe5f162928ec8c6f1c58fcd22bda2171bc2a52340a905817675366ea63d0a75a9edc55634e47bc06804c226ce5b991f76bda1
 SHA512 
8630fd9230e34ee17cd9d0dcb21881f909db660a6c6f1a7f54ac361cfc49a04b397185586a8107c56acfb3bb77b6b61bfecc0b8be45ce34000fa2cdc6745ea00
 DIST lefthook-1.4.8.tar.gz 88560 BLAKE2B 
4d1c7ddec5be710d0e6927aa0e23f82df9d3a81bb295fdbc1c53fb1ab1787b745965de4822e7ef01cdfe181b865123a09a7749566602fe0b991394c4c1a226d5
 SHA512 
0d547ede111cb36e75b549021e0875b46e9012f61a67f8db44baa48a54de1b7f69e6bd7083c4fd299abd510a26a8c84705d4cef671cac3a11bdf5b0386d11f6c

diff --git a/dev-vcs/lefthook/lefthook-1.0.4.ebuild 
b/dev-vcs/lefthook/lefthook-1.0.4.ebuild
deleted file mode 100644
index 9be857d806..00
--- a/dev-vcs/lefthook/lefthook-1.0.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Fast and powerful Git hooks manager for any type of projects"
-HOMEPAGE="https://github.com/evilmartians/lefthook;
-SRC_URI="
-   https://github.com/evilmartians/lefthook/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/ixti/lefthook/releases/download/v${PV}/${P}-deps.tar.gz
-"
-
-LICENSE="Apache-2.0 MIT BSD BSD-2 MPL-2.0 Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   dev-vcs/git
-"
-BDEPEND="
-   >=dev-lang/go-1.17
-"
-
-src_compile() {
-   go build -ldflags "-s -w" -o "${PN}" main.go || die "go build failed"
-}
-
-src_install() {
-   dobin "${PN}"
-   dodoc README.md CHANGELOG.md docs/full_guide.md
-}

diff --git a/dev-vcs/lefthook/lefthook-1.2.6.ebuild 
b/dev-vcs/lefthook/lefthook-1.2.6.ebuild
deleted file mode 100644
index 0eb194e25e..00
--- a/dev-vcs/lefthook/lefthook-1.2.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Fast and powerful Git hooks manager for any type of projects"
-HOMEPAGE="https://github.com/evilmartians/lefthook;
-SRC_URI="
-   https://github.com/evilmartians/lefthook/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/ixti/lefthook/releases/download/v${PV}/${P}-deps.tar.xz
-"
-
-LICENSE="Apache-2.0 MIT BSD BSD-2 MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   dev-vcs/git
-"
-BDEPEND="
-   >=dev-lang/go-1.17
-"
-
-src_compile() {
-   go build -ldflags "-s -w" -o "${PN}" main.go || die "go build failed"
-}
-
-src_install() {
-   dobin "${PN}"
-   dodoc README.md CHANGELOG.md docs/configuration.md docs/usage.md
-}



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

2023-10-30 Thread Alexey Zapparov
commit: 91fcee0fa58dd28c6196168b50a26cf9a2d8429e
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Oct 30 16:05:03 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon Oct 30 16:05:03 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91fcee0f

app-admin/pulumi-bin: add 3.91.1

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.91.1.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 159cc27913..1fc8f5e2c7 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,3 @@
 DIST pulumi-v3.89.0-linux-x64.tar.gz 168161986 BLAKE2B 
0720c66fe5a64e8c988d54bd8775af2498ad75512b3b01962a4200d305afe8e58d7ea30864f9fac652c08aff3859b1d444b24e38719a2a0fa1e85be5ee3f53b4
 SHA512 
cc2e10e9bcb6c6cdbca18081668c9e8eda45f885cd65f4b0e27d4de5a8446c9a523c08a3b57759686eda0bb0513dd30589ecbc639cf32c7f8ccb178d9b620f2e
 DIST pulumi-v3.91.0-linux-x64.tar.gz 154425596 BLAKE2B 
3b11b8efcdc37063316cdf60f97edecebdd39e671ec6167a0d9fe6517d63575f8424cb935b9e41e6d41e98fb9b5d599d339b108566b7c76cad4b74b47f352e5d
 SHA512 
f747f5d268266503d2cc49ed3ac42ef493c1f2da878714a51f607b233f157ff25126e242d01c8d83c439776293f6d1799709cf787ebff4ba15bb0b88af17290c
+DIST pulumi-v3.91.1-linux-x64.tar.gz 154427644 BLAKE2B 
95d6ff946d6a1b74d293f6774329cc1f770f68f78e2f166320ffb2c2146fbda30521704cd32f4b8e1fc8d193aa9a6006c46819b53e2e123a2546435bf8008f0e
 SHA512 
b954c2d627f67043b9e39227f7da9392afdb1621ac6c44fb0d7a58e3c6653b5e2bff0b858a40ebb7adabc4181f6aeaae81fc2284966906f24dbb531065b4dd5e

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.91.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.91.1.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.91.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-10-26 Thread Alexey Zapparov
commit: 7bc8dbab846cfd1243a7df1c516bff573327791e
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Oct 26 21:21:33 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Oct 26 21:21:33 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bc8dbab

app-admin/pulumi-bin: add 3.91.0, drop 3.88.0

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

 app-admin/pulumi-bin/Manifest  | 3 +--
 .../pulumi-bin/{pulumi-bin-3.88.0.ebuild => pulumi-bin-3.91.0.ebuild}  | 0
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index a1c154f3f7..159cc27913 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,2 @@
-DIST pulumi-v3.88.0-linux-x64.tar.gz 168130870 BLAKE2B 
876f03ae240f338a5a258cd0ddfca089837b55a29d1ded333b5c89cdcf5abcc4f7561cd31ccb7bd5a679d2a7e29dec1102e3a77cff5061d90e48570c0bfb3688
 SHA512 
bc85f4362cf0665b706aab731d079797e1eca9a064d5cf411891e5aa2e2cf50eefb76a7f1e156799754ec51548db17e9438ee6e0be077e692e0b25a6e0017d96
 DIST pulumi-v3.89.0-linux-x64.tar.gz 168161986 BLAKE2B 
0720c66fe5a64e8c988d54bd8775af2498ad75512b3b01962a4200d305afe8e58d7ea30864f9fac652c08aff3859b1d444b24e38719a2a0fa1e85be5ee3f53b4
 SHA512 
cc2e10e9bcb6c6cdbca18081668c9e8eda45f885cd65f4b0e27d4de5a8446c9a523c08a3b57759686eda0bb0513dd30589ecbc639cf32c7f8ccb178d9b620f2e
-DIST pulumi-v3.90.1-linux-x64.tar.gz 154431830 BLAKE2B 
9316928d17b05fa93086b4a056f999ce0f66de0a5c9c13051c624777a50faa75c93534c899cb472cce7328f5d9b5d249133d1242d36944094b861e6a511dc234
 SHA512 
b5e1d9036361968eb07e20a5f8e31fc4526bae64ef2f914345b81e553843f735d66515832220dadafc9719c90d610f69745e1753d23da2eb4ff9fb0161d3941b
+DIST pulumi-v3.91.0-linux-x64.tar.gz 154425596 BLAKE2B 
3b11b8efcdc37063316cdf60f97edecebdd39e671ec6167a0d9fe6517d63575f8424cb935b9e41e6d41e98fb9b5d599d339b108566b7c76cad4b74b47f352e5d
 SHA512 
f747f5d268266503d2cc49ed3ac42ef493c1f2da878714a51f607b233f157ff25126e242d01c8d83c439776293f6d1799709cf787ebff4ba15bb0b88af17290c

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.88.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.91.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.88.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.91.0.ebuild



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

2023-10-24 Thread Alexey Zapparov
commit: 00276a0aaee8d87b4ff80836edb83ad70f0995e7
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Oct 24 23:54:19 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Oct 24 23:54:19 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00276a0a

app-admin/pulumi-bin: drop 3.86.0

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

 app-admin/pulumi-bin/Manifest |  2 +-
 app-admin/pulumi-bin/pulumi-bin-3.86.0.ebuild | 34 ---
 2 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 139a4a4494..a1c154f3f7 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.86.0-linux-x64.tar.gz 163524936 BLAKE2B 
9a5865f85a6e835c91ac4b2b3a66a8eb97b6f85026cdd314614d9ffea9a3a7ec01d8d6571d9b2a8cbb13cd26c4b5df73cf4bef443ece841ce31d78a8147b5ffd
 SHA512 
6328207c6cbddd08824334a55906ad37c724335757298586fd9e0a3f50979b08bbb4754e1b34745f559b7fd285a99f8d0d615c49f9ca2fba43d7e3e25f28a93f
 DIST pulumi-v3.88.0-linux-x64.tar.gz 168130870 BLAKE2B 
876f03ae240f338a5a258cd0ddfca089837b55a29d1ded333b5c89cdcf5abcc4f7561cd31ccb7bd5a679d2a7e29dec1102e3a77cff5061d90e48570c0bfb3688
 SHA512 
bc85f4362cf0665b706aab731d079797e1eca9a064d5cf411891e5aa2e2cf50eefb76a7f1e156799754ec51548db17e9438ee6e0be077e692e0b25a6e0017d96
 DIST pulumi-v3.89.0-linux-x64.tar.gz 168161986 BLAKE2B 
0720c66fe5a64e8c988d54bd8775af2498ad75512b3b01962a4200d305afe8e58d7ea30864f9fac652c08aff3859b1d444b24e38719a2a0fa1e85be5ee3f53b4
 SHA512 
cc2e10e9bcb6c6cdbca18081668c9e8eda45f885cd65f4b0e27d4de5a8446c9a523c08a3b57759686eda0bb0513dd30589ecbc639cf32c7f8ccb178d9b620f2e
+DIST pulumi-v3.90.1-linux-x64.tar.gz 154431830 BLAKE2B 
9316928d17b05fa93086b4a056f999ce0f66de0a5c9c13051c624777a50faa75c93534c899cb472cce7328f5d9b5d249133d1242d36944094b861e6a511dc234
 SHA512 
b5e1d9036361968eb07e20a5f8e31fc4526bae64ef2f914345b81e553843f735d66515832220dadafc9719c90d610f69745e1753d23da2eb4ff9fb0161d3941b

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.86.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.86.0.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.86.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-10-19 Thread Alexey Zapparov
commit: cbd044cdb91e8f8453e78a97508538eae1e104eb
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Oct 19 22:50:07 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Oct 19 22:50:07 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbd044cd

app-admin/pulumi-bin: add 3.89.0, drop 3.81.0

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.81.0.ebuild => pulumi-bin-3.89.0.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 35ac2bc5cc..139a4a4494 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.81.0-linux-x64.tar.gz 162663777 BLAKE2B 
95ab73b4f8d3695bf90b9cd5068692908e89e0e931b1d580f847de74871b6e5ca5e39196d4d3e6e010cf91843f6649b39e77d4b278e32302d22730d6eb7efbec
 SHA512 
8a3b680cc348385c32c1069338e7d710b696e26c6f4b60dea963848b0df4298c8b08262938d2e93460c77cb620ce6495b60da97145a347b50fd71619173585f8
 DIST pulumi-v3.86.0-linux-x64.tar.gz 163524936 BLAKE2B 
9a5865f85a6e835c91ac4b2b3a66a8eb97b6f85026cdd314614d9ffea9a3a7ec01d8d6571d9b2a8cbb13cd26c4b5df73cf4bef443ece841ce31d78a8147b5ffd
 SHA512 
6328207c6cbddd08824334a55906ad37c724335757298586fd9e0a3f50979b08bbb4754e1b34745f559b7fd285a99f8d0d615c49f9ca2fba43d7e3e25f28a93f
 DIST pulumi-v3.88.0-linux-x64.tar.gz 168130870 BLAKE2B 
876f03ae240f338a5a258cd0ddfca089837b55a29d1ded333b5c89cdcf5abcc4f7561cd31ccb7bd5a679d2a7e29dec1102e3a77cff5061d90e48570c0bfb3688
 SHA512 
bc85f4362cf0665b706aab731d079797e1eca9a064d5cf411891e5aa2e2cf50eefb76a7f1e156799754ec51548db17e9438ee6e0be077e692e0b25a6e0017d96
+DIST pulumi-v3.89.0-linux-x64.tar.gz 168161986 BLAKE2B 
0720c66fe5a64e8c988d54bd8775af2498ad75512b3b01962a4200d305afe8e58d7ea30864f9fac652c08aff3859b1d444b24e38719a2a0fa1e85be5ee3f53b4
 SHA512 
cc2e10e9bcb6c6cdbca18081668c9e8eda45f885cd65f4b0e27d4de5a8446c9a523c08a3b57759686eda0bb0513dd30589ecbc639cf32c7f8ccb178d9b620f2e

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.81.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.89.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.81.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.89.0.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: x11-themes/phinger-xcursors/

2023-10-10 Thread Alexey Zapparov
commit: aaee9001c4a06cf2ad9bf0d7054f27b56df53166
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Oct 10 12:36:46 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Oct 10 12:36:46 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aaee9001

x11-themes/phinger-xcursors: treeclean

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

 x11-themes/phinger-xcursors/Manifest   |  1 -
 x11-themes/phinger-xcursors/metadata.xml   | 12 ---
 .../phinger-xcursors/phinger-xcursors-1.1.ebuild   | 24 --
 3 files changed, 37 deletions(-)

diff --git a/x11-themes/phinger-xcursors/Manifest 
b/x11-themes/phinger-xcursors/Manifest
deleted file mode 100644
index e7a7193dac..00
--- a/x11-themes/phinger-xcursors/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST phinger-xcursors-1.1.tar.bz2 943817 BLAKE2B 
d56b88e65aaa7f689a94f0d2cfdb644db89694dc483720047973106a6f76e7e49dab17fa895646d78eaafda55ed01fba129bd7016f4ae0e0414c861270289296
 SHA512 
437d67a77f0abfda65e974b3a63f6452078f3ae86f3fe63d0069ad456922e6244cb6ec57f5cdcddf7c03e96e43349c3774c157c35efd6c7a2e16a84a7dbc6480

diff --git a/x11-themes/phinger-xcursors/metadata.xml 
b/x11-themes/phinger-xcursors/metadata.xml
deleted file mode 100644
index f7a20aafbf..00
--- a/x11-themes/phinger-xcursors/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ale...@zapparov.com
-       Alexey Zapparov
-   
-   
-   
https://github.com/phisch/phinger-cursors/issues
-   phisch/phinger-cursors
-   
-

diff --git a/x11-themes/phinger-xcursors/phinger-xcursors-1.1.ebuild 
b/x11-themes/phinger-xcursors/phinger-xcursors-1.1.ebuild
deleted file mode 100644
index d6faf09b3b..00
--- a/x11-themes/phinger-xcursors/phinger-xcursors-1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Most likely the most over engineered cursor theme"
-HOMEPAGE="https://github.com/phisch/phinger-cursors;
-SRC_URI="https://github.com/phisch/phinger-cursors/releases/download/v${PV}/phinger-cursors-variants.tar.bz2
 -> ${P}.tar.bz2"
-
-LICENSE="CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="x11-libs/libXcursor"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /usr/share/cursors/xorg-x11/Phinger
-   doins -r phinger-cursors/*
-
-   insinto /usr/share/cursors/xorg-x11/Phinger-Light
-   doins -r phinger-cursors-light/*
-}



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

2023-10-10 Thread Alexey Zapparov
commit: c1a5c4901fef9493470b3d2b3b60fad78e850cfd
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Oct 10 12:05:49 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Oct 10 12:24:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1a5c490

app-admin/pulumi-bin: add 3.88.0, drop 3.80.0

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.80.0.ebuild => pulumi-bin-3.88.0.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 18292e35ef..35ac2bc5cc 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.80.0-linux-x64.tar.gz 162654764 BLAKE2B 
c7f3774ebb221344144953d36522d31f2ff3e6c01e7e7269ae22f024fb3f7274adba9353c8d30cadb953571575ac13e36e6fc3358b0435d900e0653d4ee584e3
 SHA512 
9b5850c8dfa6e1c86d027ac01e42802023b5be02a2989ca4bc62fb3e8a6c2e1d59d3ab30e9b381e411215c0956ac2157841e8240c16d8e2cfb3ba5c6026a5b3f
 DIST pulumi-v3.81.0-linux-x64.tar.gz 162663777 BLAKE2B 
95ab73b4f8d3695bf90b9cd5068692908e89e0e931b1d580f847de74871b6e5ca5e39196d4d3e6e010cf91843f6649b39e77d4b278e32302d22730d6eb7efbec
 SHA512 
8a3b680cc348385c32c1069338e7d710b696e26c6f4b60dea963848b0df4298c8b08262938d2e93460c77cb620ce6495b60da97145a347b50fd71619173585f8
 DIST pulumi-v3.86.0-linux-x64.tar.gz 163524936 BLAKE2B 
9a5865f85a6e835c91ac4b2b3a66a8eb97b6f85026cdd314614d9ffea9a3a7ec01d8d6571d9b2a8cbb13cd26c4b5df73cf4bef443ece841ce31d78a8147b5ffd
 SHA512 
6328207c6cbddd08824334a55906ad37c724335757298586fd9e0a3f50979b08bbb4754e1b34745f559b7fd285a99f8d0d615c49f9ca2fba43d7e3e25f28a93f
+DIST pulumi-v3.88.0-linux-x64.tar.gz 168130870 BLAKE2B 
876f03ae240f338a5a258cd0ddfca089837b55a29d1ded333b5c89cdcf5abcc4f7561cd31ccb7bd5a679d2a7e29dec1102e3a77cff5061d90e48570c0bfb3688
 SHA512 
bc85f4362cf0665b706aab731d079797e1eca9a064d5cf411891e5aa2e2cf50eefb76a7f1e156799754ec51548db17e9438ee6e0be077e692e0b25a6e0017d96

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.80.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.88.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.80.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.88.0.ebuild



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

2023-09-27 Thread Alexey Zapparov
commit: 99037d4b5e7c63b6b20e907e411523df761eeafc
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Wed Sep 27 14:30:38 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Wed Sep 27 14:30:38 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99037d4b

app-admin/pulumi-bin: add 3.86.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.86.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index f63ec73691..18292e35ef 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,3 @@
 DIST pulumi-v3.80.0-linux-x64.tar.gz 162654764 BLAKE2B 
c7f3774ebb221344144953d36522d31f2ff3e6c01e7e7269ae22f024fb3f7274adba9353c8d30cadb953571575ac13e36e6fc3358b0435d900e0653d4ee584e3
 SHA512 
9b5850c8dfa6e1c86d027ac01e42802023b5be02a2989ca4bc62fb3e8a6c2e1d59d3ab30e9b381e411215c0956ac2157841e8240c16d8e2cfb3ba5c6026a5b3f
 DIST pulumi-v3.81.0-linux-x64.tar.gz 162663777 BLAKE2B 
95ab73b4f8d3695bf90b9cd5068692908e89e0e931b1d580f847de74871b6e5ca5e39196d4d3e6e010cf91843f6649b39e77d4b278e32302d22730d6eb7efbec
 SHA512 
8a3b680cc348385c32c1069338e7d710b696e26c6f4b60dea963848b0df4298c8b08262938d2e93460c77cb620ce6495b60da97145a347b50fd71619173585f8
+DIST pulumi-v3.86.0-linux-x64.tar.gz 163524936 BLAKE2B 
9a5865f85a6e835c91ac4b2b3a66a8eb97b6f85026cdd314614d9ffea9a3a7ec01d8d6571d9b2a8cbb13cd26c4b5df73cf4bef443ece841ce31d78a8147b5ffd
 SHA512 
6328207c6cbddd08824334a55906ad37c724335757298586fd9e0a3f50979b08bbb4754e1b34745f559b7fd285a99f8d0d615c49f9ca2fba43d7e3e25f28a93f

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.86.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.86.0.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.86.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-09-07 Thread Alexey Zapparov
commit: dad3497863290f95e7f47d7795cbd48d73e65331
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Sep  7 21:08:33 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Sep  7 21:08:33 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dad34978

app-admin/pulumi-bin: add 3.81.0, drop 3.79.0

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

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.79.0.ebuild => pulumi-bin-3.81.0.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index eb65234f7f..f63ec73691 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,2 @@
-DIST pulumi-v3.79.0-linux-x64.tar.gz 145365085 BLAKE2B 
f9e9167fcd5b4206bc2bab82df3a45af3887b8dd036d35310e1150f2e6be10a9a6b2276ff2b3c651c5b4f064089c9823828bce569d2ada569f9e88549a45aa75
 SHA512 
971bad75aa8c46bbe96883d8c9c572945d944e2710126b1f5e435b4d65e7e290db85c485c948f4b538369e56c9b639c388ad8e1e1ac401fcc1c84d6cbde3c8a6
 DIST pulumi-v3.80.0-linux-x64.tar.gz 162654764 BLAKE2B 
c7f3774ebb221344144953d36522d31f2ff3e6c01e7e7269ae22f024fb3f7274adba9353c8d30cadb953571575ac13e36e6fc3358b0435d900e0653d4ee584e3
 SHA512 
9b5850c8dfa6e1c86d027ac01e42802023b5be02a2989ca4bc62fb3e8a6c2e1d59d3ab30e9b381e411215c0956ac2157841e8240c16d8e2cfb3ba5c6026a5b3f
+DIST pulumi-v3.81.0-linux-x64.tar.gz 162663777 BLAKE2B 
95ab73b4f8d3695bf90b9cd5068692908e89e0e931b1d580f847de74871b6e5ca5e39196d4d3e6e010cf91843f6649b39e77d4b278e32302d22730d6eb7efbec
 SHA512 
8a3b680cc348385c32c1069338e7d710b696e26c6f4b60dea963848b0df4298c8b08262938d2e93460c77cb620ce6495b60da97145a347b50fd71619173585f8

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.79.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.81.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.79.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.81.0.ebuild



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

2023-09-01 Thread Alexey Zapparov
commit: 6db684fe127e398866ce17eb4b4ffafdfffef9ab
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Sep  1 22:48:30 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Sep  1 22:48:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6db684fe

app-admin/pulumi-bin: drop 3.77.1, 3.78.1

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

 app-admin/pulumi-bin/Manifest |  2 --
 app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild | 34 ---
 app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild | 34 ---
 3 files changed, 70 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 0065cfdb13..eb65234f7f 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,2 @@
-DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B 
fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11
 SHA512 
c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b
-DIST pulumi-v3.78.1-linux-x64.tar.gz 145802488 BLAKE2B 
59687616ee20cff2b070fb4bb4b94b5b3a2d7b63b2e66a5cf3b1c3ce4bb3ea6bc40154ddae7bc2f3c39b63a996a405c885bd440d6aad43dbea857f9f492b529a
 SHA512 
cdb7f8c98366dcf20ea424d17756a336bf221a0775bac1fa325ca21aa87b5c1eb3a59a4f3bbd60136a0c66e3da1c082e28b4a26fba934cf4f17e380bfd6b7153
 DIST pulumi-v3.79.0-linux-x64.tar.gz 145365085 BLAKE2B 
f9e9167fcd5b4206bc2bab82df3a45af3887b8dd036d35310e1150f2e6be10a9a6b2276ff2b3c651c5b4f064089c9823828bce569d2ada569f9e88549a45aa75
 SHA512 
971bad75aa8c46bbe96883d8c9c572945d944e2710126b1f5e435b4d65e7e290db85c485c948f4b538369e56c9b639c388ad8e1e1ac401fcc1c84d6cbde3c8a6
 DIST pulumi-v3.80.0-linux-x64.tar.gz 162654764 BLAKE2B 
c7f3774ebb221344144953d36522d31f2ff3e6c01e7e7269ae22f024fb3f7274adba9353c8d30cadb953571575ac13e36e6fc3358b0435d900e0653d4ee584e3
 SHA512 
9b5850c8dfa6e1c86d027ac01e42802023b5be02a2989ca4bc62fb3e8a6c2e1d59d3ab30e9b381e411215c0956ac2157841e8240c16d8e2cfb3ba5c6026a5b3f

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-09-01 Thread Alexey Zapparov
commit: c4eb5e831b3507f4e8c61d6d3a6408a001087613
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Sep  1 22:48:19 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Sep  1 22:48:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4eb5e83

app-admin/pulumi-bin: add 3.80.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.80.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index f3f2fdfab4..0065cfdb13 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,4 @@
 DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B 
fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11
 SHA512 
c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b
 DIST pulumi-v3.78.1-linux-x64.tar.gz 145802488 BLAKE2B 
59687616ee20cff2b070fb4bb4b94b5b3a2d7b63b2e66a5cf3b1c3ce4bb3ea6bc40154ddae7bc2f3c39b63a996a405c885bd440d6aad43dbea857f9f492b529a
 SHA512 
cdb7f8c98366dcf20ea424d17756a336bf221a0775bac1fa325ca21aa87b5c1eb3a59a4f3bbd60136a0c66e3da1c082e28b4a26fba934cf4f17e380bfd6b7153
 DIST pulumi-v3.79.0-linux-x64.tar.gz 145365085 BLAKE2B 
f9e9167fcd5b4206bc2bab82df3a45af3887b8dd036d35310e1150f2e6be10a9a6b2276ff2b3c651c5b4f064089c9823828bce569d2ada569f9e88549a45aa75
 SHA512 
971bad75aa8c46bbe96883d8c9c572945d944e2710126b1f5e435b4d65e7e290db85c485c948f4b538369e56c9b639c388ad8e1e1ac401fcc1c84d6cbde3c8a6
+DIST pulumi-v3.80.0-linux-x64.tar.gz 162654764 BLAKE2B 
c7f3774ebb221344144953d36522d31f2ff3e6c01e7e7269ae22f024fb3f7274adba9353c8d30cadb953571575ac13e36e6fc3358b0435d900e0653d4ee584e3
 SHA512 
9b5850c8dfa6e1c86d027ac01e42802023b5be02a2989ca4bc62fb3e8a6c2e1d59d3ab30e9b381e411215c0956ac2157841e8240c16d8e2cfb3ba5c6026a5b3f

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.80.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.80.0.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.80.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-08-28 Thread Alexey Zapparov
commit: d0f1831c097b181ebcb442483b2a997133540121
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Aug 29 02:18:15 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Aug 29 02:18:41 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0f1831c

app-admin/pulumi-bin: add 3.79.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.79.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 64cf97edb5..f3f2fdfab4 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,3 @@
 DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B 
fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11
 SHA512 
c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b
 DIST pulumi-v3.78.1-linux-x64.tar.gz 145802488 BLAKE2B 
59687616ee20cff2b070fb4bb4b94b5b3a2d7b63b2e66a5cf3b1c3ce4bb3ea6bc40154ddae7bc2f3c39b63a996a405c885bd440d6aad43dbea857f9f492b529a
 SHA512 
cdb7f8c98366dcf20ea424d17756a336bf221a0775bac1fa325ca21aa87b5c1eb3a59a4f3bbd60136a0c66e3da1c082e28b4a26fba934cf4f17e380bfd6b7153
+DIST pulumi-v3.79.0-linux-x64.tar.gz 145365085 BLAKE2B 
f9e9167fcd5b4206bc2bab82df3a45af3887b8dd036d35310e1150f2e6be10a9a6b2276ff2b3c651c5b4f064089c9823828bce569d2ada569f9e88549a45aa75
 SHA512 
971bad75aa8c46bbe96883d8c9c572945d944e2710126b1f5e435b4d65e7e290db85c485c948f4b538369e56c9b639c388ad8e1e1ac401fcc1c84d6cbde3c8a6

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.79.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.79.0.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.79.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-08-16 Thread Alexey Zapparov
commit: 13ac07c5542398420da46ff556c455a33beae44b
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Wed Aug 16 20:07:58 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Wed Aug 16 20:07:58 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13ac07c5

app-admin/chamber: drop 2.10.9, 2.10.12

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

 app-admin/chamber/Manifest   | 59 -
 app-admin/chamber/chamber-2.10.12.ebuild | 30 ---
 app-admin/chamber/chamber-2.10.9.ebuild  | 88 
 3 files changed, 177 deletions(-)

diff --git a/app-admin/chamber/Manifest b/app-admin/chamber/Manifest
index 80613e25fb..5ac690ba95 100644
--- a/app-admin/chamber/Manifest
+++ b/app-admin/chamber/Manifest
@@ -1,61 +1,2 @@
-DIST chamber-2.10.12-deps.tar.gz 69739521 BLAKE2B 
3a67a4204debb168b2c643ee7deb0406240575dd7623162f763d3fa834cfdc3aa848815e77db82c919c0c0e494bb91fb98ae2a5a2ad16d85b21b765649462b37
 SHA512 
2ad2bc3d27218d9c2f127034567e5064b9e0e117aad0c0dd071af10639de597a64e4eadc4a4418bcda3498a6a8627c9da36217733fee594aba72bd72c372e3ae
-DIST chamber-2.10.12.tar.gz 44423 BLAKE2B 
bf5bfc5ebf81abc5abe0f20e147fe591c51c2da9a26a63fb288cf7ea414fba94052f6bd24fd801775ded78aff0b493be190e921a5b9ca27e3ae7f7198cd60e2d
 SHA512 
a022f1f2dab3d621827875867497a60814ca2ea39488413a07c58a2a2e8620f5fe91ab506dabc7d185f1a53b2b27fcdcc866c8b04ad5d08d8a83114be0f272c9
-DIST chamber-2.10.9.tar.gz 45921 BLAKE2B 
2fa2b9c973ccc7b25848326472281b589970b4e07667328a103122db8c96991390afbb018c2b3e104b5d18f2482f5f3f30220b7b9555f7d266bb89844823c89c
 SHA512 
cf77fa1c9795f80e3c369b4f6fd6395b73ea0fb64496fa2b729da2490dffef6c5fbd2419342b3c40cf7d6503888384b513725a5856cc08776a6385b9b7875f3f
 DIST chamber-2.13.2-vendor.tar.xz 1022232 BLAKE2B 
fc2fc229b4a158de7cf750c6d3eee3b81140dfe1f0d8fe7bbec0f5dd4261dc4c44cd27124119a641f2c1bf1f431ebead1cf3620b3741e8f0424df5e6cc052feb
 SHA512 
d0e8208c6e825721dd023843a71d13caddff7254af9525d86a32f923d7b02de8df1a43e5e2b27d96865a5235fbdcaeb0900fec973ec728b4ef8718530ed4488e
 DIST chamber-2.13.2.tar.gz 50124 BLAKE2B 
f98f255404d11a8ca1db913be56133883481b7a7717970efea5972dfe6f8832d6a9b9e1041e4916dbe35535354a6bb8c5b8c504f597b0e0065f9845447e693b1
 SHA512 
55974b4ffa63bf64f5ec3f9b84d3b0b3a5ee95e648e750160d018bfa84e4b47e5c24c7b992d31fcde4ebaf3a9fe6d16819b18fc65ee940bd087b4e834b687f24
-DIST github.com%2Faws%2Faws-sdk-go%2F@v%2Fv1.38.22.mod 178 BLAKE2B 
1aa7ac654a0577f654dd63b5950fe13b02c6b0cce274f43cef0c850b44e507fe37a78286cb3326a5eb1c6ce15e969381dee14ff2a474f7a183cc40e56d81efa3
 SHA512 
376db876c55dce630bbe0b3bc3898bbcca0169965e8d12a76a1018da34301e1654159957142b4e6f103c0d9e1713e9e158fcf598e5c87131a3904e4452f12a7b
-DIST github.com%2Faws%2Faws-sdk-go%2F@v%2Fv1.38.22.zip 20516549 BLAKE2B 
7ed0d49d6b00807f90d9c1c84e2cc562ca6ccba401d2a3b954ce5db7a0671ccefbe4904fa816a8bba7cd11a2fcb749a69a47eff7c9ed28762bce170b825bab73
 SHA512 
ef7022f803fbb1d948eff921b52f59a2e705206a56963f597ae7536461249aa6faad2258bf6248d4bfb5087b5457a4f0f4bd96b6377e59f8ebb285ed3fa11656
-DIST 
github.com%2Fbmizerany%2Fassert%2F@v%2Fv0.0.0-20160611221934-b7ed37b82869.mod 
35 BLAKE2B 
253b8f5c57339e04a68fcd945f25b655ae0d9b6a265fc3e02c9ab2a5cd0e41d68f5866e80aad321eda2e3fe0ae8b311ec0c4eb922d67e0c7f425ebff5d6dba69
 SHA512 
c19ab1ccc5297aae6bc7e3536b97091f3f877b1b76e5d93b89842e48ae3c9d4cf49a471ecf72ce6e2da001bd51ef3eb126a83bf5a35e50acc30a43db4d37c301
-DIST 
github.com%2Fbmizerany%2Fassert%2F@v%2Fv0.0.0-20160611221934-b7ed37b82869.zip 
2791 BLAKE2B 
1b30acfdb53d25ff60ec9041b3b07a54e8dc30b17c39328b0d93cba3ed86f9eba4ba2f8cc2d907910fe899cd9ac9061c53cacb7bade5695896d58ae71bd4c1a7
 SHA512 
808ca0f09864cb498234e6309ad017ec92b379068c407f1a9fc640dbbfbc9ff8b4f1b82db9dcccec294e8c70dc2df618203ce5ac1134abe70dc364d4458cd871
-DIST github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.0.mod 34 BLAKE2B 
7e09c2779bf7a84a9271e31522ebbe600a1c11b107d651d91f58c8373e4336332a3a881f3e12b382543d75f20398af66085fcb3e780eed341e870e9c30f29267
 SHA512 
5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e
-DIST github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.mod 34 BLAKE2B 
7e09c2779bf7a84a9271e31522ebbe600a1c11b107d651d91f58c8373e4336332a3a881f3e12b382543d75f20398af66085fcb3e780eed341e870e9c30f29267
 SHA512 
5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e
-DIST github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.zip 60320 BLAKE2B 
86bdbc333e5c23ccf4f805945ca9f2aecc5c242d2ae824d20127eceaa2bf7bbab239ff2799572a2c8fa206166a36e97d5eccc8fc5021743d8ad32f39cd53b9eb
 SHA512 
7b4e4df2fea731e23e05437f26f24e32b2e99028d685b72e3a726c1cb616ada4a77ca4fb9db4a6fae48178cc5172e724b74499bc776d63a9110cb97377d5edeb
-DIST github.com%2Finconshreveable%2Fmousetrap%2F@v%2Fv1.0.0.mod 4

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

2023-08-16 Thread Alexey Zapparov
commit: d46ab1acd4193f19dcc0afa70a3067fdd6f65b36
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Wed Aug 16 20:07:02 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Wed Aug 16 20:07:02 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d46ab1ac

app-admin/chamber: add 2.13.2

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

 app-admin/chamber/Manifest  |  2 ++
 app-admin/chamber/chamber-2.13.2.ebuild | 30 ++
 2 files changed, 32 insertions(+)

diff --git a/app-admin/chamber/Manifest b/app-admin/chamber/Manifest
index 81e309bf0a..80613e25fb 100644
--- a/app-admin/chamber/Manifest
+++ b/app-admin/chamber/Manifest
@@ -1,6 +1,8 @@
 DIST chamber-2.10.12-deps.tar.gz 69739521 BLAKE2B 
3a67a4204debb168b2c643ee7deb0406240575dd7623162f763d3fa834cfdc3aa848815e77db82c919c0c0e494bb91fb98ae2a5a2ad16d85b21b765649462b37
 SHA512 
2ad2bc3d27218d9c2f127034567e5064b9e0e117aad0c0dd071af10639de597a64e4eadc4a4418bcda3498a6a8627c9da36217733fee594aba72bd72c372e3ae
 DIST chamber-2.10.12.tar.gz 44423 BLAKE2B 
bf5bfc5ebf81abc5abe0f20e147fe591c51c2da9a26a63fb288cf7ea414fba94052f6bd24fd801775ded78aff0b493be190e921a5b9ca27e3ae7f7198cd60e2d
 SHA512 
a022f1f2dab3d621827875867497a60814ca2ea39488413a07c58a2a2e8620f5fe91ab506dabc7d185f1a53b2b27fcdcc866c8b04ad5d08d8a83114be0f272c9
 DIST chamber-2.10.9.tar.gz 45921 BLAKE2B 
2fa2b9c973ccc7b25848326472281b589970b4e07667328a103122db8c96991390afbb018c2b3e104b5d18f2482f5f3f30220b7b9555f7d266bb89844823c89c
 SHA512 
cf77fa1c9795f80e3c369b4f6fd6395b73ea0fb64496fa2b729da2490dffef6c5fbd2419342b3c40cf7d6503888384b513725a5856cc08776a6385b9b7875f3f
+DIST chamber-2.13.2-vendor.tar.xz 1022232 BLAKE2B 
fc2fc229b4a158de7cf750c6d3eee3b81140dfe1f0d8fe7bbec0f5dd4261dc4c44cd27124119a641f2c1bf1f431ebead1cf3620b3741e8f0424df5e6cc052feb
 SHA512 
d0e8208c6e825721dd023843a71d13caddff7254af9525d86a32f923d7b02de8df1a43e5e2b27d96865a5235fbdcaeb0900fec973ec728b4ef8718530ed4488e
+DIST chamber-2.13.2.tar.gz 50124 BLAKE2B 
f98f255404d11a8ca1db913be56133883481b7a7717970efea5972dfe6f8832d6a9b9e1041e4916dbe35535354a6bb8c5b8c504f597b0e0065f9845447e693b1
 SHA512 
55974b4ffa63bf64f5ec3f9b84d3b0b3a5ee95e648e750160d018bfa84e4b47e5c24c7b992d31fcde4ebaf3a9fe6d16819b18fc65ee940bd087b4e834b687f24
 DIST github.com%2Faws%2Faws-sdk-go%2F@v%2Fv1.38.22.mod 178 BLAKE2B 
1aa7ac654a0577f654dd63b5950fe13b02c6b0cce274f43cef0c850b44e507fe37a78286cb3326a5eb1c6ce15e969381dee14ff2a474f7a183cc40e56d81efa3
 SHA512 
376db876c55dce630bbe0b3bc3898bbcca0169965e8d12a76a1018da34301e1654159957142b4e6f103c0d9e1713e9e158fcf598e5c87131a3904e4452f12a7b
 DIST github.com%2Faws%2Faws-sdk-go%2F@v%2Fv1.38.22.zip 20516549 BLAKE2B 
7ed0d49d6b00807f90d9c1c84e2cc562ca6ccba401d2a3b954ce5db7a0671ccefbe4904fa816a8bba7cd11a2fcb749a69a47eff7c9ed28762bce170b825bab73
 SHA512 
ef7022f803fbb1d948eff921b52f59a2e705206a56963f597ae7536461249aa6faad2258bf6248d4bfb5087b5457a4f0f4bd96b6377e59f8ebb285ed3fa11656
 DIST 
github.com%2Fbmizerany%2Fassert%2F@v%2Fv0.0.0-20160611221934-b7ed37b82869.mod 
35 BLAKE2B 
253b8f5c57339e04a68fcd945f25b655ae0d9b6a265fc3e02c9ab2a5cd0e41d68f5866e80aad321eda2e3fe0ae8b311ec0c4eb922d67e0c7f425ebff5d6dba69
 SHA512 
c19ab1ccc5297aae6bc7e3536b97091f3f877b1b76e5d93b89842e48ae3c9d4cf49a471ecf72ce6e2da001bd51ef3eb126a83bf5a35e50acc30a43db4d37c301

diff --git a/app-admin/chamber/chamber-2.13.2.ebuild 
b/app-admin/chamber/chamber-2.13.2.ebuild
new file mode 100644
index 00..c3d8d0f8f5
--- /dev/null
+++ b/app-admin/chamber/chamber-2.13.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Managing secrets in AWS SSM Parameter Store"
+HOMEPAGE="https://github.com/segmentio/chamber;
+SRC_URI="
+   https://github.com/segmentio/chamber/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://github.com/ixti/chamber/releases/download/v${PV}/${P}-vendor.tar.xz
+"
+
+LICENSE="Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   >=dev-lang/go-1.19
+"
+
+src_compile() {
+   ego build
+}
+
+src_install() {
+   dobin "${PN}"
+   dodoc README.md CHANGELOG.md
+}



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

2023-08-11 Thread Alexey Zapparov
commit: ca398b48adb6d531e349546361009844696edd2e
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Aug 11 19:51:51 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Aug 11 19:51:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca398b48

app-admin/pulumi-bin: drop 3.76.0, 3.76.1

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

 app-admin/pulumi-bin/Manifest |  2 --
 app-admin/pulumi-bin/pulumi-bin-3.76.0.ebuild | 34 ---
 app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild | 34 ---
 3 files changed, 70 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index ebca19c6fa..64cf97edb5 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,2 @@
-DIST pulumi-v3.76.0-linux-x64.tar.gz 143198514 BLAKE2B 
959f47b0552d011f9640f25c72861f7be15d46431f57bb42cc087b91ee5a06deb07732604eeb91237e7fbac725a40eee58b6885c2d38d92ffe12db3e37d66848
 SHA512 
02fa76ca1b7b022b89ef7767016a77fecba89541ff05bba68f7b4023724547afa7ca1be541f7281b3e15b5fa847c98bf80a60c11ac0ad52435d44a34f347b5c8
-DIST pulumi-v3.76.1-linux-x64.tar.gz 143217071 BLAKE2B 
1e79b43e3a5e5343c07ee77b7198e0b1b2206dc9c2f41d7523bfb1473cd29c11a2e793b12dc7ae0d4639d744a34f823da44e517d823d26dcb3f863f937c06e8e
 SHA512 
d2191faa3f067c7a6ef69aec42960af6a08d0eb9d7596f3123df07d67ce68122157bf72e2c92d300e2931e8ca96707ecb20c509aa3777d14c75b09da9d40b3eb
 DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B 
fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11
 SHA512 
c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b
 DIST pulumi-v3.78.1-linux-x64.tar.gz 145802488 BLAKE2B 
59687616ee20cff2b070fb4bb4b94b5b3a2d7b63b2e66a5cf3b1c3ce4bb3ea6bc40154ddae7bc2f3c39b63a996a405c885bd440d6aad43dbea857f9f492b529a
 SHA512 
cdb7f8c98366dcf20ea424d17756a336bf221a0775bac1fa325ca21aa87b5c1eb3a59a4f3bbd60136a0c66e3da1c082e28b4a26fba934cf4f17e380bfd6b7153

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.76.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.76.0.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.76.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-08-11 Thread Alexey Zapparov
commit: 8ae2dca9c6574cff9915ec275eebe30a260b3c80
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Aug 11 19:51:39 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Aug 11 19:51:39 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ae2dca9

app-admin/pulumi-bin: add 3.78.1

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 3417ea0928..ebca19c6fa 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,4 @@
 DIST pulumi-v3.76.0-linux-x64.tar.gz 143198514 BLAKE2B 
959f47b0552d011f9640f25c72861f7be15d46431f57bb42cc087b91ee5a06deb07732604eeb91237e7fbac725a40eee58b6885c2d38d92ffe12db3e37d66848
 SHA512 
02fa76ca1b7b022b89ef7767016a77fecba89541ff05bba68f7b4023724547afa7ca1be541f7281b3e15b5fa847c98bf80a60c11ac0ad52435d44a34f347b5c8
 DIST pulumi-v3.76.1-linux-x64.tar.gz 143217071 BLAKE2B 
1e79b43e3a5e5343c07ee77b7198e0b1b2206dc9c2f41d7523bfb1473cd29c11a2e793b12dc7ae0d4639d744a34f823da44e517d823d26dcb3f863f937c06e8e
 SHA512 
d2191faa3f067c7a6ef69aec42960af6a08d0eb9d7596f3123df07d67ce68122157bf72e2c92d300e2931e8ca96707ecb20c509aa3777d14c75b09da9d40b3eb
 DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B 
fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11
 SHA512 
c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b
+DIST pulumi-v3.78.1-linux-x64.tar.gz 145802488 BLAKE2B 
59687616ee20cff2b070fb4bb4b94b5b3a2d7b63b2e66a5cf3b1c3ce4bb3ea6bc40154ddae7bc2f3c39b63a996a405c885bd440d6aad43dbea857f9f492b529a
 SHA512 
cdb7f8c98366dcf20ea424d17756a336bf221a0775bac1fa325ca21aa87b5c1eb3a59a4f3bbd60136a0c66e3da1c082e28b4a26fba934cf4f17e380bfd6b7153

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lefthook/

2023-08-08 Thread Alexey Zapparov
commit: 13cc23079296934d86d601ded19811edcb48238c
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Aug  8 16:51:37 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Aug  8 16:51:37 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13cc2307

dev-vcs/lefthook: add 1.4.8

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

 dev-vcs/lefthook/Manifest  |  2 ++
 dev-vcs/lefthook/lefthook-1.4.8.ebuild | 34 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-vcs/lefthook/Manifest b/dev-vcs/lefthook/Manifest
index 8542a5afb7..9ab5aac7c0 100644
--- a/dev-vcs/lefthook/Manifest
+++ b/dev-vcs/lefthook/Manifest
@@ -2,3 +2,5 @@ DIST lefthook-1.0.4-deps.tar.gz 22315997 BLAKE2B 
824256bcc5a4da1f0f82a801bdad89a
 DIST lefthook-1.0.4.tar.gz 66171 BLAKE2B 
6418d38170215933a66ac3016336a1747a3e3896ac0d7b46690ba1ba2a2dd43028150b71db1833d79a176dc7a80b59e545cf15c76986939c871d150396f58de8
 SHA512 
434e8326be27f5ef7f14370bf95c03e4ba55efdc21aee6b2f078f0c38935e98610f73531bfd84cf7759c2aad79dfb185369166dc206695dbf12ca6fe22d1926f
 DIST lefthook-1.2.6-deps.tar.xz 20189012 BLAKE2B 
3c4ed018728dd201de7e7eea5a5111bbf6ffd92e4a37f465df50f0594f4543822c3719cd72170ae7e276781046cef2063d1a3b148c719a3ad81939b008f3209d
 SHA512 
aa34c9bc32ae75c166e51b8a604d190cc26453d18e13d13eaa0ac4eccfe21e686d2ced914b5992c8d6bf0310e703c01ab6fc39a3230903ed6569a12b2002cc78
 DIST lefthook-1.2.6.tar.gz 75049 BLAKE2B 
57d96bddc8442e40f7faeb49f943026f3a616ff5cfb687d0fde0d8301aa73c0f620197ac351a41b5b7ce3bfcdfcb68472d763ab254ff7b15e7cfd7368a4904b1
 SHA512 
09a019441579a172985dc4ced01c4f384fda2949622042e1cb97bc4b4651d2fc412e5e8796356d8bda310334f14994908bba923efc03d10ed6925ad61da4e989
+DIST lefthook-1.4.8-vendor.tar.xz 1539856 BLAKE2B 
91251247f182c7fbaa83f0fe607fe5f162928ec8c6f1c58fcd22bda2171bc2a52340a905817675366ea63d0a75a9edc55634e47bc06804c226ce5b991f76bda1
 SHA512 
8630fd9230e34ee17cd9d0dcb21881f909db660a6c6f1a7f54ac361cfc49a04b397185586a8107c56acfb3bb77b6b61bfecc0b8be45ce34000fa2cdc6745ea00
+DIST lefthook-1.4.8.tar.gz 88560 BLAKE2B 
4d1c7ddec5be710d0e6927aa0e23f82df9d3a81bb295fdbc1c53fb1ab1787b745965de4822e7ef01cdfe181b865123a09a7749566602fe0b991394c4c1a226d5
 SHA512 
0d547ede111cb36e75b549021e0875b46e9012f61a67f8db44baa48a54de1b7f69e6bd7083c4fd299abd510a26a8c84705d4cef671cac3a11bdf5b0386d11f6c

diff --git a/dev-vcs/lefthook/lefthook-1.4.8.ebuild 
b/dev-vcs/lefthook/lefthook-1.4.8.ebuild
new file mode 100644
index 00..bcc77f46a1
--- /dev/null
+++ b/dev-vcs/lefthook/lefthook-1.4.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Fast and powerful Git hooks manager for any type of projects"
+HOMEPAGE="https://github.com/evilmartians/lefthook;
+SRC_URI="
+   https://github.com/evilmartians/lefthook/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://github.com/ixti/lefthook/releases/download/v${PV}/${P}-vendor.tar.xz
+"
+
+LICENSE="Apache-2.0 MIT BSD BSD-2 MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="${DEPEND}
+   dev-vcs/git
+"
+
+BDEPEND="
+   >=dev-lang/go-1.20
+"
+
+src_compile() {
+   ego build
+}
+
+src_install() {
+   dobin "${PN}"
+   dodoc README.md CHANGELOG.md docs/configuration.md docs/usage.md
+}



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

2023-08-06 Thread Alexey Zapparov
commit: 39ba75acf9219b82553382518e00c75c40517c63
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Aug  7 01:33:11 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon Aug  7 01:33:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39ba75ac

app-admin/pulumi-bin: drop 3.74.0, 3.75.0

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

 app-admin/pulumi-bin/Manifest |  2 --
 app-admin/pulumi-bin/pulumi-bin-3.74.0.ebuild | 38 ---
 app-admin/pulumi-bin/pulumi-bin-3.75.0.ebuild | 34 
 3 files changed, 74 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 07f826f24f..3417ea0928 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,5 +1,3 @@
-DIST pulumi-v3.74.0-linux-x64.tar.gz 143408310 BLAKE2B 
8da70b0aae12b4adae556aa769b82348f54d40d8ac50002074caac74873d63cc0155a126abdad715da83bedb36e92f8e40a05a712335ae16b54d4c094696f751
 SHA512 
8e5e12a4c210601d7290a21e65b6860fa3980af2c67248aa6c1ba3a55441d9b7165686d7eec2c0029832dcc62715fcffef47d8d308069e6ebea386e992567ded
-DIST pulumi-v3.75.0-linux-x64.tar.gz 143145995 BLAKE2B 
1260fc4db976ddedbd7a978f4ddfdcc0264dd194878d77b52faad985705931e1dec3a04f4b62097cd9a4c7326e6764ac41cda9d148de5185aa82e74cb9b53b9c
 SHA512 
b46ae96bd50c2d32c9005e20c699c48dd105e36874d414eba53ec74f963497cef460efaf19021e6728b6de172d7791acaced41fc4f08102ce94d3e2f186370f9
 DIST pulumi-v3.76.0-linux-x64.tar.gz 143198514 BLAKE2B 
959f47b0552d011f9640f25c72861f7be15d46431f57bb42cc087b91ee5a06deb07732604eeb91237e7fbac725a40eee58b6885c2d38d92ffe12db3e37d66848
 SHA512 
02fa76ca1b7b022b89ef7767016a77fecba89541ff05bba68f7b4023724547afa7ca1be541f7281b3e15b5fa847c98bf80a60c11ac0ad52435d44a34f347b5c8
 DIST pulumi-v3.76.1-linux-x64.tar.gz 143217071 BLAKE2B 
1e79b43e3a5e5343c07ee77b7198e0b1b2206dc9c2f41d7523bfb1473cd29c11a2e793b12dc7ae0d4639d744a34f823da44e517d823d26dcb3f863f937c06e8e
 SHA512 
d2191faa3f067c7a6ef69aec42960af6a08d0eb9d7596f3123df07d67ce68122157bf72e2c92d300e2931e8ca96707ecb20c509aa3777d14c75b09da9d40b3eb
 DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B 
fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11
 SHA512 
c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.74.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.74.0.ebuild
deleted file mode 100644
index 8e5eb8e906..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.74.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/pulumi"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.75.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.75.0.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.75.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-08-06 Thread Alexey Zapparov
commit: 0524a409b66573277846f8d7e05e30ef584ab871
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Aug  7 01:32:54 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon Aug  7 01:32:54 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0524a409

app-admin/pulumi-bin: add 3.77.1

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index c598446394..07f826f24f 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -2,3 +2,4 @@ DIST pulumi-v3.74.0-linux-x64.tar.gz 143408310 BLAKE2B 
8da70b0aae12b4adae556aa76
 DIST pulumi-v3.75.0-linux-x64.tar.gz 143145995 BLAKE2B 
1260fc4db976ddedbd7a978f4ddfdcc0264dd194878d77b52faad985705931e1dec3a04f4b62097cd9a4c7326e6764ac41cda9d148de5185aa82e74cb9b53b9c
 SHA512 
b46ae96bd50c2d32c9005e20c699c48dd105e36874d414eba53ec74f963497cef460efaf19021e6728b6de172d7791acaced41fc4f08102ce94d3e2f186370f9
 DIST pulumi-v3.76.0-linux-x64.tar.gz 143198514 BLAKE2B 
959f47b0552d011f9640f25c72861f7be15d46431f57bb42cc087b91ee5a06deb07732604eeb91237e7fbac725a40eee58b6885c2d38d92ffe12db3e37d66848
 SHA512 
02fa76ca1b7b022b89ef7767016a77fecba89541ff05bba68f7b4023724547afa7ca1be541f7281b3e15b5fa847c98bf80a60c11ac0ad52435d44a34f347b5c8
 DIST pulumi-v3.76.1-linux-x64.tar.gz 143217071 BLAKE2B 
1e79b43e3a5e5343c07ee77b7198e0b1b2206dc9c2f41d7523bfb1473cd29c11a2e793b12dc7ae0d4639d744a34f823da44e517d823d26dcb3f863f937c06e8e
 SHA512 
d2191faa3f067c7a6ef69aec42960af6a08d0eb9d7596f3123df07d67ce68122157bf72e2c92d300e2931e8ca96707ecb20c509aa3777d14c75b09da9d40b3eb
+DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B 
fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11
 SHA512 
c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-08-01 Thread Alexey Zapparov
commit: f7661d54e2b80c420d6c49b870d6fda71720717b
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Wed Aug  2 03:25:20 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Wed Aug  2 03:25:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7661d54

app-admin/pulumi-bin: add 3.76.1

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 8c17a16c70..c598446394 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,4 @@
 DIST pulumi-v3.74.0-linux-x64.tar.gz 143408310 BLAKE2B 
8da70b0aae12b4adae556aa769b82348f54d40d8ac50002074caac74873d63cc0155a126abdad715da83bedb36e92f8e40a05a712335ae16b54d4c094696f751
 SHA512 
8e5e12a4c210601d7290a21e65b6860fa3980af2c67248aa6c1ba3a55441d9b7165686d7eec2c0029832dcc62715fcffef47d8d308069e6ebea386e992567ded
 DIST pulumi-v3.75.0-linux-x64.tar.gz 143145995 BLAKE2B 
1260fc4db976ddedbd7a978f4ddfdcc0264dd194878d77b52faad985705931e1dec3a04f4b62097cd9a4c7326e6764ac41cda9d148de5185aa82e74cb9b53b9c
 SHA512 
b46ae96bd50c2d32c9005e20c699c48dd105e36874d414eba53ec74f963497cef460efaf19021e6728b6de172d7791acaced41fc4f08102ce94d3e2f186370f9
 DIST pulumi-v3.76.0-linux-x64.tar.gz 143198514 BLAKE2B 
959f47b0552d011f9640f25c72861f7be15d46431f57bb42cc087b91ee5a06deb07732604eeb91237e7fbac725a40eee58b6885c2d38d92ffe12db3e37d66848
 SHA512 
02fa76ca1b7b022b89ef7767016a77fecba89541ff05bba68f7b4023724547afa7ca1be541f7281b3e15b5fa847c98bf80a60c11ac0ad52435d44a34f347b5c8
+DIST pulumi-v3.76.1-linux-x64.tar.gz 143217071 BLAKE2B 
1e79b43e3a5e5343c07ee77b7198e0b1b2206dc9c2f41d7523bfb1473cd29c11a2e793b12dc7ae0d4639d744a34f823da44e517d823d26dcb3f863f937c06e8e
 SHA512 
d2191faa3f067c7a6ef69aec42960af6a08d0eb9d7596f3123df07d67ce68122157bf72e2c92d300e2931e8ca96707ecb20c509aa3777d14c75b09da9d40b3eb

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/ruby-install/, dev-ruby/ruby-install/files/

2023-07-31 Thread Alexey Zapparov
commit: 6284338105f1d4a476bea478f70c8289b13c79e9
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Aug  1 00:23:08 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Aug  1 00:23:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62843381

dev-ruby/ruby-install: add 0.9.1

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

 dev-ruby/ruby-install/Manifest |  1 +
 .../files/ruby-install-0.9.1-fix-version.patch | 13 ++
 dev-ruby/ruby-install/ruby-install-0.9.1.ebuild| 48 ++
 3 files changed, 62 insertions(+)

diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest
index 2701130057..59455c7430 100644
--- a/dev-ruby/ruby-install/Manifest
+++ b/dev-ruby/ruby-install/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-install-0.8.5.tar.gz 32904 BLAKE2B 
6128d489c53c02b53b96f243a7c5fd3de2a360eac8ed7873c89cfafb229e611f77f3275e66bb1aef0ccad772029f7727c0e4a62c6dc74ec1780c7badd219cc52
 SHA512 
4f5546652e741eb4b1b72780a73e0b41b8bd212dd979e31124b8a1a96e9bbebdcb7951da20768b992776206a446b489214f2b1261255855760e2e3477118f8d7
 DIST ruby-install-0.9.0.tar.gz 34536 BLAKE2B 
de44b380b47f1c194bd9c39e43527c48b61f051bc126b051d87ce23db7d5ed3c6f46a97ff454e847a47fe16535c15d5903839f07ed30446f0b2f0d063364961b
 SHA512 
d40195519d4d49749e13fb9d1c2e8f6a4c4c7b1cb4c419ce737a2dc2f7f6fb80b0783626bfe4b4bdd642a189d6fd641a5a121a4fa661e8a7539b4eefa12435ae
+DIST ruby-install-0.9.1.tar.gz 35732 BLAKE2B 
b61d882d9f7a1c8e07b0b094689f6606f1a80fd03f334b2d6365e0a9b18a0ca6829ef0db009fa783821cfb58a13dc130d96a280775027a7d901eb599f0900b34
 SHA512 
48fdc6904b5ab7f4cb6f18385432edade88bf2f388ef167ab2752b51841a481fc0f1b735169b6ef50f2dd070e1e59c28d21c7a4aa8dabe292a668b5d41db52a7

diff --git a/dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch 
b/dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch
new file mode 100644
index 00..040452eed2
--- /dev/null
+++ b/dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch
@@ -0,0 +1,13 @@
+diff --git a/share/ruby-install/ruby-install.sh 
b/share/ruby-install/ruby-install.sh
+index 976c2277..a0457d9f 100644
+--- a/share/ruby-install/ruby-install.sh
 b/share/ruby-install/ruby-install.sh
+@@ -2,7 +2,7 @@
+ 
+ shopt -s extglob
+ 
+-ruby_install_version="0.9.0"
++ruby_install_version="0.9.1"
+ ruby_install_dir="${BASH_SOURCE[0]%/*}"
+ ruby_install_cache_dir="${XDG_CACHE_HOME:-$HOME/.cache}/ruby-install"
+ 

diff --git a/dev-ruby/ruby-install/ruby-install-0.9.1.ebuild 
b/dev-ruby/ruby-install/ruby-install-0.9.1.ebuild
new file mode 100644
index 00..4e4057cefa
--- /dev/null
+++ b/dev-ruby/ruby-install/ruby-install-0.9.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), 
or mruby."
+HOMEPAGE="https://github.com/postmodern/ruby-install;
+SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PROPERTIES="test_network"
+RESTRICT="!test? ( test )"
+
+DEPEND=">=app-shells/bash-3.0:*"
+RDEPEND="${DEPEND}
+   sys-apps/grep
+   || ( >net-misc/wget-1.12 net-misc/curl )
+   dev-libs/openssl
+   app-arch/tar
+   app-arch/bzip2
+   app-arch/xz-utils
+   sys-devel/patch
+   || ( >=sys-devel/gcc-4.2 sys-devel/clang )"
+BDEPEND="test? ( dev-util/shunit2 )"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-version.patch"
+)
+
+# BUG: `make check` fails: 
https://github.com/postmodern/ruby-install/issues/442
+src_test() {
+   emake test
+}
+
+src_prepare() {
+   default
+
+   sed -i Makefile -e "s/^VERSION=.\+$/VERSION=${PVR}/" \
+   || die "Cannot fix doc location to follow Gentoo/FHS guidelines"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+}



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

2023-07-22 Thread Alexey Zapparov
commit: 84d271db1e8ca709d5122195ac7c4e235e7c0d52
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sun Jul 23 02:44:51 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sun Jul 23 02:44:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84d271db

app-admin/pulumi-bin: add 3.76.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.76.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 8fcd5ebcf..8d0768a6c 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,4 @@
 DIST pulumi-v3.73.0-linux-x64.tar.gz 143303347 BLAKE2B 
fbc786dac43056545dafc7e99950fa6bcc2258779adcd18d012fc351e88f9f29ce700155c1d09221d13500e8d70f0e9c70641d5332bed91dcd3699e87b44a811
 SHA512 
a084b7d83e83be595b7ba37e95ba12466cdfef66c4afcd9ff00071d212bcdc8810c9a3cec669db7dd0d8ec952d57e0f7b6ddb835ad06c2f8917cc1fb57a9f43f
 DIST pulumi-v3.74.0-linux-x64.tar.gz 143408310 BLAKE2B 
8da70b0aae12b4adae556aa769b82348f54d40d8ac50002074caac74873d63cc0155a126abdad715da83bedb36e92f8e40a05a712335ae16b54d4c094696f751
 SHA512 
8e5e12a4c210601d7290a21e65b6860fa3980af2c67248aa6c1ba3a55441d9b7165686d7eec2c0029832dcc62715fcffef47d8d308069e6ebea386e992567ded
 DIST pulumi-v3.75.0-linux-x64.tar.gz 143145995 BLAKE2B 
1260fc4db976ddedbd7a978f4ddfdcc0264dd194878d77b52faad985705931e1dec3a04f4b62097cd9a4c7326e6764ac41cda9d148de5185aa82e74cb9b53b9c
 SHA512 
b46ae96bd50c2d32c9005e20c699c48dd105e36874d414eba53ec74f963497cef460efaf19021e6728b6de172d7791acaced41fc4f08102ce94d3e2f186370f9
+DIST pulumi-v3.76.0-linux-x64.tar.gz 143198514 BLAKE2B 
959f47b0552d011f9640f25c72861f7be15d46431f57bb42cc087b91ee5a06deb07732604eeb91237e7fbac725a40eee58b6885c2d38d92ffe12db3e37d66848
 SHA512 
02fa76ca1b7b022b89ef7767016a77fecba89541ff05bba68f7b4023724547afa7ca1be541f7281b3e15b5fa847c98bf80a60c11ac0ad52435d44a34f347b5c8

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.76.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.76.0.ebuild
new file mode 100644
index 0..febb59ec1
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.76.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-07-22 Thread Alexey Zapparov
commit: 7ab3f79b31a2efc2865971cf32f90e9ac0c06e27
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sun Jul 23 02:45:28 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sun Jul 23 02:45:28 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ab3f79b

app-admin/pulumi-bin: drop 3.73.0

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

 app-admin/pulumi-bin/Manifest |  1 -
 app-admin/pulumi-bin/pulumi-bin-3.73.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 8d0768a6c..8c17a16c7 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,3 @@
-DIST pulumi-v3.73.0-linux-x64.tar.gz 143303347 BLAKE2B 
fbc786dac43056545dafc7e99950fa6bcc2258779adcd18d012fc351e88f9f29ce700155c1d09221d13500e8d70f0e9c70641d5332bed91dcd3699e87b44a811
 SHA512 
a084b7d83e83be595b7ba37e95ba12466cdfef66c4afcd9ff00071d212bcdc8810c9a3cec669db7dd0d8ec952d57e0f7b6ddb835ad06c2f8917cc1fb57a9f43f
 DIST pulumi-v3.74.0-linux-x64.tar.gz 143408310 BLAKE2B 
8da70b0aae12b4adae556aa769b82348f54d40d8ac50002074caac74873d63cc0155a126abdad715da83bedb36e92f8e40a05a712335ae16b54d4c094696f751
 SHA512 
8e5e12a4c210601d7290a21e65b6860fa3980af2c67248aa6c1ba3a55441d9b7165686d7eec2c0029832dcc62715fcffef47d8d308069e6ebea386e992567ded
 DIST pulumi-v3.75.0-linux-x64.tar.gz 143145995 BLAKE2B 
1260fc4db976ddedbd7a978f4ddfdcc0264dd194878d77b52faad985705931e1dec3a04f4b62097cd9a4c7326e6764ac41cda9d148de5185aa82e74cb9b53b9c
 SHA512 
b46ae96bd50c2d32c9005e20c699c48dd105e36874d414eba53ec74f963497cef460efaf19021e6728b6de172d7791acaced41fc4f08102ce94d3e2f186370f9
 DIST pulumi-v3.76.0-linux-x64.tar.gz 143198514 BLAKE2B 
959f47b0552d011f9640f25c72861f7be15d46431f57bb42cc087b91ee5a06deb07732604eeb91237e7fbac725a40eee58b6885c2d38d92ffe12db3e37d66848
 SHA512 
02fa76ca1b7b022b89ef7767016a77fecba89541ff05bba68f7b4023724547afa7ca1be541f7281b3e15b5fa847c98bf80a60c11ac0ad52435d44a34f347b5c8

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.73.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.73.0.ebuild
deleted file mode 100644
index 8e5eb8e90..0
--- a/app-admin/pulumi-bin/pulumi-bin-3.73.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/pulumi"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-07-16 Thread Alexey Zapparov
commit: aabb77731214d29734f40bd79cc53d764dd97253
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sun Jul 16 14:16:03 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sun Jul 16 14:16:03 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aabb7773

app-admin/pulumi-bin: drop 3.72.2

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

 app-admin/pulumi-bin/Manifest |  1 -
 app-admin/pulumi-bin/pulumi-bin-3.72.2.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 3b4e33c58..8fcd5ebcf 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,3 @@
-DIST pulumi-v3.72.2-linux-x64.tar.gz 143301739 BLAKE2B 
e79d9a5dda71782c61a6bd02b5b64b0f042d1427c71c83e3878cdc5927d0d0ace628947da88486b232ebf835f25a5e598368cac4d8e11ac8a89f439941ac520e
 SHA512 
374914b7df54718ef2f03ac9564bfcca042f40220c428b091d67377f119905e7a1b3dee6b3b15faee1be74b35c55be02f9d67ebec85f56255732a86f9ff4b837
 DIST pulumi-v3.73.0-linux-x64.tar.gz 143303347 BLAKE2B 
fbc786dac43056545dafc7e99950fa6bcc2258779adcd18d012fc351e88f9f29ce700155c1d09221d13500e8d70f0e9c70641d5332bed91dcd3699e87b44a811
 SHA512 
a084b7d83e83be595b7ba37e95ba12466cdfef66c4afcd9ff00071d212bcdc8810c9a3cec669db7dd0d8ec952d57e0f7b6ddb835ad06c2f8917cc1fb57a9f43f
 DIST pulumi-v3.74.0-linux-x64.tar.gz 143408310 BLAKE2B 
8da70b0aae12b4adae556aa769b82348f54d40d8ac50002074caac74873d63cc0155a126abdad715da83bedb36e92f8e40a05a712335ae16b54d4c094696f751
 SHA512 
8e5e12a4c210601d7290a21e65b6860fa3980af2c67248aa6c1ba3a55441d9b7165686d7eec2c0029832dcc62715fcffef47d8d308069e6ebea386e992567ded
 DIST pulumi-v3.75.0-linux-x64.tar.gz 143145995 BLAKE2B 
1260fc4db976ddedbd7a978f4ddfdcc0264dd194878d77b52faad985705931e1dec3a04f4b62097cd9a4c7326e6764ac41cda9d148de5185aa82e74cb9b53b9c
 SHA512 
b46ae96bd50c2d32c9005e20c699c48dd105e36874d414eba53ec74f963497cef460efaf19021e6728b6de172d7791acaced41fc4f08102ce94d3e2f186370f9

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.72.2.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.72.2.ebuild
deleted file mode 100644
index 8e5eb8e90..0
--- a/app-admin/pulumi-bin/pulumi-bin-3.72.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/pulumi"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-07-12 Thread Alexey Zapparov
commit: 28f343ac776e6e664897c7c8811b28bf9eb4798d
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Jul 13 00:36:34 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Jul 13 00:36:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28f343ac

app-admin/pulumi-bin: add 3.75.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.75.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 60ff1b791..3b4e33c58 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,4 @@
 DIST pulumi-v3.72.2-linux-x64.tar.gz 143301739 BLAKE2B 
e79d9a5dda71782c61a6bd02b5b64b0f042d1427c71c83e3878cdc5927d0d0ace628947da88486b232ebf835f25a5e598368cac4d8e11ac8a89f439941ac520e
 SHA512 
374914b7df54718ef2f03ac9564bfcca042f40220c428b091d67377f119905e7a1b3dee6b3b15faee1be74b35c55be02f9d67ebec85f56255732a86f9ff4b837
 DIST pulumi-v3.73.0-linux-x64.tar.gz 143303347 BLAKE2B 
fbc786dac43056545dafc7e99950fa6bcc2258779adcd18d012fc351e88f9f29ce700155c1d09221d13500e8d70f0e9c70641d5332bed91dcd3699e87b44a811
 SHA512 
a084b7d83e83be595b7ba37e95ba12466cdfef66c4afcd9ff00071d212bcdc8810c9a3cec669db7dd0d8ec952d57e0f7b6ddb835ad06c2f8917cc1fb57a9f43f
 DIST pulumi-v3.74.0-linux-x64.tar.gz 143408310 BLAKE2B 
8da70b0aae12b4adae556aa769b82348f54d40d8ac50002074caac74873d63cc0155a126abdad715da83bedb36e92f8e40a05a712335ae16b54d4c094696f751
 SHA512 
8e5e12a4c210601d7290a21e65b6860fa3980af2c67248aa6c1ba3a55441d9b7165686d7eec2c0029832dcc62715fcffef47d8d308069e6ebea386e992567ded
+DIST pulumi-v3.75.0-linux-x64.tar.gz 143145995 BLAKE2B 
1260fc4db976ddedbd7a978f4ddfdcc0264dd194878d77b52faad985705931e1dec3a04f4b62097cd9a4c7326e6764ac41cda9d148de5185aa82e74cb9b53b9c
 SHA512 
b46ae96bd50c2d32c9005e20c699c48dd105e36874d414eba53ec74f963497cef460efaf19021e6728b6de172d7791acaced41fc4f08102ce94d3e2f186370f9

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.75.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.75.0.ebuild
new file mode 100644
index 0..febb59ec1
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.75.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-07-02 Thread Alexey Zapparov
commit: 933e3f3059d6bae733cd28528c1451ecfe5218a0
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sun Jul  2 22:33:22 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sun Jul  2 22:33:22 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=933e3f30

app-admin/pulumi-bin: drop 3.72.0

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

 app-admin/pulumi-bin/Manifest |  1 -
 app-admin/pulumi-bin/pulumi-bin-3.72.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 997a49d0c..60ff1b791 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,3 @@
-DIST pulumi-v3.72.0-linux-x64.tar.gz 141979717 BLAKE2B 
9cd736772cf1d1b69eef8e360979108b12fa39420eda22691de07a60b91e2fc815ae8540067984d419b6ff320d41c02eec3259c30a7dedde86d06e3ffb391c1d
 SHA512 
59a46787fa452f38f021c4cf7fd56e66aba8f35c6b08d2ae96bbb34c7eca981940f81336df9a80a211f464e9fd7244aec4afb007008a3723ac6a18e83c5b12f4
 DIST pulumi-v3.72.2-linux-x64.tar.gz 143301739 BLAKE2B 
e79d9a5dda71782c61a6bd02b5b64b0f042d1427c71c83e3878cdc5927d0d0ace628947da88486b232ebf835f25a5e598368cac4d8e11ac8a89f439941ac520e
 SHA512 
374914b7df54718ef2f03ac9564bfcca042f40220c428b091d67377f119905e7a1b3dee6b3b15faee1be74b35c55be02f9d67ebec85f56255732a86f9ff4b837
 DIST pulumi-v3.73.0-linux-x64.tar.gz 143303347 BLAKE2B 
fbc786dac43056545dafc7e99950fa6bcc2258779adcd18d012fc351e88f9f29ce700155c1d09221d13500e8d70f0e9c70641d5332bed91dcd3699e87b44a811
 SHA512 
a084b7d83e83be595b7ba37e95ba12466cdfef66c4afcd9ff00071d212bcdc8810c9a3cec669db7dd0d8ec952d57e0f7b6ddb835ad06c2f8917cc1fb57a9f43f
 DIST pulumi-v3.74.0-linux-x64.tar.gz 143408310 BLAKE2B 
8da70b0aae12b4adae556aa769b82348f54d40d8ac50002074caac74873d63cc0155a126abdad715da83bedb36e92f8e40a05a712335ae16b54d4c094696f751
 SHA512 
8e5e12a4c210601d7290a21e65b6860fa3980af2c67248aa6c1ba3a55441d9b7165686d7eec2c0029832dcc62715fcffef47d8d308069e6ebea386e992567ded

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.72.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.72.0.ebuild
deleted file mode 100644
index 8e5eb8e90..0
--- a/app-admin/pulumi-bin/pulumi-bin-3.72.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/pulumi"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-07-02 Thread Alexey Zapparov
commit: 620ff7ed88ff6166d5da7a48dd452bce916cf8b9
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sun Jul  2 22:32:46 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sun Jul  2 22:32:46 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=620ff7ed

app-admin/pulumi-bin: add 3.74.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.74.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index e761d233e..7dbe4f191 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -2,3 +2,4 @@ DIST pulumi-v3.71.0-linux-x64.tar.gz 143298397 BLAKE2B 
2230588b540ea548bf2a1367e
 DIST pulumi-v3.72.0-linux-x64.tar.gz 141979717 BLAKE2B 
9cd736772cf1d1b69eef8e360979108b12fa39420eda22691de07a60b91e2fc815ae8540067984d419b6ff320d41c02eec3259c30a7dedde86d06e3ffb391c1d
 SHA512 
59a46787fa452f38f021c4cf7fd56e66aba8f35c6b08d2ae96bbb34c7eca981940f81336df9a80a211f464e9fd7244aec4afb007008a3723ac6a18e83c5b12f4
 DIST pulumi-v3.72.2-linux-x64.tar.gz 143301739 BLAKE2B 
e79d9a5dda71782c61a6bd02b5b64b0f042d1427c71c83e3878cdc5927d0d0ace628947da88486b232ebf835f25a5e598368cac4d8e11ac8a89f439941ac520e
 SHA512 
374914b7df54718ef2f03ac9564bfcca042f40220c428b091d67377f119905e7a1b3dee6b3b15faee1be74b35c55be02f9d67ebec85f56255732a86f9ff4b837
 DIST pulumi-v3.73.0-linux-x64.tar.gz 143303347 BLAKE2B 
fbc786dac43056545dafc7e99950fa6bcc2258779adcd18d012fc351e88f9f29ce700155c1d09221d13500e8d70f0e9c70641d5332bed91dcd3699e87b44a811
 SHA512 
a084b7d83e83be595b7ba37e95ba12466cdfef66c4afcd9ff00071d212bcdc8810c9a3cec669db7dd0d8ec952d57e0f7b6ddb835ad06c2f8917cc1fb57a9f43f
+DIST pulumi-v3.74.0-linux-x64.tar.gz 143408310 BLAKE2B 
8da70b0aae12b4adae556aa769b82348f54d40d8ac50002074caac74873d63cc0155a126abdad715da83bedb36e92f8e40a05a712335ae16b54d4c094696f751
 SHA512 
8e5e12a4c210601d7290a21e65b6860fa3980af2c67248aa6c1ba3a55441d9b7165686d7eec2c0029832dcc62715fcffef47d8d308069e6ebea386e992567ded

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.74.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.74.0.ebuild
new file mode 100644
index 0..8e5eb8e90
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.74.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/pulumi"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-07-02 Thread Alexey Zapparov
commit: 4b4b4727d1e0efbcb0cd33f5a455c171a2d177d4
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sun Jul  2 22:33:01 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sun Jul  2 22:33:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b4b4727

app-admin/pulumi-bin: drop 3.71.0

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

 app-admin/pulumi-bin/Manifest |  1 -
 app-admin/pulumi-bin/pulumi-bin-3.71.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 7dbe4f191..997a49d0c 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,3 @@
-DIST pulumi-v3.71.0-linux-x64.tar.gz 143298397 BLAKE2B 
2230588b540ea548bf2a1367ec34ca3068abeab8dcd09fba4d422b63d524ae3f1d23d684721096c69d68ae20d508c5cb0bb70902842e590a4e749e247b8a34bc
 SHA512 
27e0ef263ca8908843c1ee040c1e934982330203792c3ac3f26e723146590328f5294fe46f531d505a883a121e79e2f79939efdfd7396882de23bd833796c1da
 DIST pulumi-v3.72.0-linux-x64.tar.gz 141979717 BLAKE2B 
9cd736772cf1d1b69eef8e360979108b12fa39420eda22691de07a60b91e2fc815ae8540067984d419b6ff320d41c02eec3259c30a7dedde86d06e3ffb391c1d
 SHA512 
59a46787fa452f38f021c4cf7fd56e66aba8f35c6b08d2ae96bbb34c7eca981940f81336df9a80a211f464e9fd7244aec4afb007008a3723ac6a18e83c5b12f4
 DIST pulumi-v3.72.2-linux-x64.tar.gz 143301739 BLAKE2B 
e79d9a5dda71782c61a6bd02b5b64b0f042d1427c71c83e3878cdc5927d0d0ace628947da88486b232ebf835f25a5e598368cac4d8e11ac8a89f439941ac520e
 SHA512 
374914b7df54718ef2f03ac9564bfcca042f40220c428b091d67377f119905e7a1b3dee6b3b15faee1be74b35c55be02f9d67ebec85f56255732a86f9ff4b837
 DIST pulumi-v3.73.0-linux-x64.tar.gz 143303347 BLAKE2B 
fbc786dac43056545dafc7e99950fa6bcc2258779adcd18d012fc351e88f9f29ce700155c1d09221d13500e8d70f0e9c70641d5332bed91dcd3699e87b44a811
 SHA512 
a084b7d83e83be595b7ba37e95ba12466cdfef66c4afcd9ff00071d212bcdc8810c9a3cec669db7dd0d8ec952d57e0f7b6ddb835ad06c2f8917cc1fb57a9f43f

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.71.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.71.0.ebuild
deleted file mode 100644
index 8e5eb8e90..0
--- a/app-admin/pulumi-bin/pulumi-bin-3.71.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/pulumi"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-06-23 Thread Alexey Zapparov
commit: 3fc1f475013c71d6097a48a059cc837f8ed1b0f7
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sat Jun 24 00:02:36 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sat Jun 24 00:02:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fc1f475

app-admin/pulumi-bin: add 3.73.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.73.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 196fe7aac..e761d233e 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,4 @@
 DIST pulumi-v3.71.0-linux-x64.tar.gz 143298397 BLAKE2B 
2230588b540ea548bf2a1367ec34ca3068abeab8dcd09fba4d422b63d524ae3f1d23d684721096c69d68ae20d508c5cb0bb70902842e590a4e749e247b8a34bc
 SHA512 
27e0ef263ca8908843c1ee040c1e934982330203792c3ac3f26e723146590328f5294fe46f531d505a883a121e79e2f79939efdfd7396882de23bd833796c1da
 DIST pulumi-v3.72.0-linux-x64.tar.gz 141979717 BLAKE2B 
9cd736772cf1d1b69eef8e360979108b12fa39420eda22691de07a60b91e2fc815ae8540067984d419b6ff320d41c02eec3259c30a7dedde86d06e3ffb391c1d
 SHA512 
59a46787fa452f38f021c4cf7fd56e66aba8f35c6b08d2ae96bbb34c7eca981940f81336df9a80a211f464e9fd7244aec4afb007008a3723ac6a18e83c5b12f4
 DIST pulumi-v3.72.2-linux-x64.tar.gz 143301739 BLAKE2B 
e79d9a5dda71782c61a6bd02b5b64b0f042d1427c71c83e3878cdc5927d0d0ace628947da88486b232ebf835f25a5e598368cac4d8e11ac8a89f439941ac520e
 SHA512 
374914b7df54718ef2f03ac9564bfcca042f40220c428b091d67377f119905e7a1b3dee6b3b15faee1be74b35c55be02f9d67ebec85f56255732a86f9ff4b837
+DIST pulumi-v3.73.0-linux-x64.tar.gz 143303347 BLAKE2B 
fbc786dac43056545dafc7e99950fa6bcc2258779adcd18d012fc351e88f9f29ce700155c1d09221d13500e8d70f0e9c70641d5332bed91dcd3699e87b44a811
 SHA512 
a084b7d83e83be595b7ba37e95ba12466cdfef66c4afcd9ff00071d212bcdc8810c9a3cec669db7dd0d8ec952d57e0f7b6ddb835ad06c2f8917cc1fb57a9f43f

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.73.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.73.0.ebuild
new file mode 100644
index 0..8e5eb8e90
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.73.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/pulumi"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-06-18 Thread Alexey Zapparov
commit: 51563a7ba35c95c42d410d288dab908c3dad35ac
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sun Jun 18 19:13:51 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sun Jun 18 19:14:03 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51563a7b

app-admin/pulumi-bin: add 3.72.2

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.72.2.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 92fc1448a..196fe7aac 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,3 @@
 DIST pulumi-v3.71.0-linux-x64.tar.gz 143298397 BLAKE2B 
2230588b540ea548bf2a1367ec34ca3068abeab8dcd09fba4d422b63d524ae3f1d23d684721096c69d68ae20d508c5cb0bb70902842e590a4e749e247b8a34bc
 SHA512 
27e0ef263ca8908843c1ee040c1e934982330203792c3ac3f26e723146590328f5294fe46f531d505a883a121e79e2f79939efdfd7396882de23bd833796c1da
 DIST pulumi-v3.72.0-linux-x64.tar.gz 141979717 BLAKE2B 
9cd736772cf1d1b69eef8e360979108b12fa39420eda22691de07a60b91e2fc815ae8540067984d419b6ff320d41c02eec3259c30a7dedde86d06e3ffb391c1d
 SHA512 
59a46787fa452f38f021c4cf7fd56e66aba8f35c6b08d2ae96bbb34c7eca981940f81336df9a80a211f464e9fd7244aec4afb007008a3723ac6a18e83c5b12f4
+DIST pulumi-v3.72.2-linux-x64.tar.gz 143301739 BLAKE2B 
e79d9a5dda71782c61a6bd02b5b64b0f042d1427c71c83e3878cdc5927d0d0ace628947da88486b232ebf835f25a5e598368cac4d8e11ac8a89f439941ac520e
 SHA512 
374914b7df54718ef2f03ac9564bfcca042f40220c428b091d67377f119905e7a1b3dee6b3b15faee1be74b35c55be02f9d67ebec85f56255732a86f9ff4b837

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.72.2.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.72.2.ebuild
new file mode 100644
index 0..8e5eb8e90
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.72.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/pulumi"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-06-16 Thread Alexey Zapparov
commit: 9efa9a2ada593645dd18cc5de788cc80adf274b1
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Jun 16 15:13:44 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Jun 16 15:13:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9efa9a2a

app-admin/pulumi-bin: drop 3.70.0

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

 app-admin/pulumi-bin/Manifest |  1 -
 app-admin/pulumi-bin/pulumi-bin-3.70.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 22f989988..92fc1448a 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,2 @@
-DIST pulumi-v3.70.0-linux-x64.tar.gz 143271395 BLAKE2B 
2e3a26056e6b61010db2737fe43ca28433e4dccef1c1e97d22382d87fc00da25ebd3c111ddbe04b79a58a2cb1f82e76fc41c8354d93c56cd4a4c65c2c232ca0f
 SHA512 
27d4aa9b5be9b25ab9830fbceffa5038b9012b3876079980453251b49d5bfac884e9666da3485f6ed541896d8291220a3b51479d579b5ffc55fc59f59e4a5543
 DIST pulumi-v3.71.0-linux-x64.tar.gz 143298397 BLAKE2B 
2230588b540ea548bf2a1367ec34ca3068abeab8dcd09fba4d422b63d524ae3f1d23d684721096c69d68ae20d508c5cb0bb70902842e590a4e749e247b8a34bc
 SHA512 
27e0ef263ca8908843c1ee040c1e934982330203792c3ac3f26e723146590328f5294fe46f531d505a883a121e79e2f79939efdfd7396882de23bd833796c1da
 DIST pulumi-v3.72.0-linux-x64.tar.gz 141979717 BLAKE2B 
9cd736772cf1d1b69eef8e360979108b12fa39420eda22691de07a60b91e2fc815ae8540067984d419b6ff320d41c02eec3259c30a7dedde86d06e3ffb391c1d
 SHA512 
59a46787fa452f38f021c4cf7fd56e66aba8f35c6b08d2ae96bbb34c7eca981940f81336df9a80a211f464e9fd7244aec4afb007008a3723ac6a18e83c5b12f4

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.70.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.70.0.ebuild
deleted file mode 100644
index 8e5eb8e90..0
--- a/app-admin/pulumi-bin/pulumi-bin-3.70.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/pulumi"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-06-16 Thread Alexey Zapparov
commit: 6dc4158ce508e608024d33acd8d55471d473593f
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Jun 16 15:13:27 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Jun 16 15:13:27 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6dc4158c

app-admin/pulumi-bin: add 3.72.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.72.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 431b05475..22f989988 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,3 @@
 DIST pulumi-v3.70.0-linux-x64.tar.gz 143271395 BLAKE2B 
2e3a26056e6b61010db2737fe43ca28433e4dccef1c1e97d22382d87fc00da25ebd3c111ddbe04b79a58a2cb1f82e76fc41c8354d93c56cd4a4c65c2c232ca0f
 SHA512 
27d4aa9b5be9b25ab9830fbceffa5038b9012b3876079980453251b49d5bfac884e9666da3485f6ed541896d8291220a3b51479d579b5ffc55fc59f59e4a5543
 DIST pulumi-v3.71.0-linux-x64.tar.gz 143298397 BLAKE2B 
2230588b540ea548bf2a1367ec34ca3068abeab8dcd09fba4d422b63d524ae3f1d23d684721096c69d68ae20d508c5cb0bb70902842e590a4e749e247b8a34bc
 SHA512 
27e0ef263ca8908843c1ee040c1e934982330203792c3ac3f26e723146590328f5294fe46f531d505a883a121e79e2f79939efdfd7396882de23bd833796c1da
+DIST pulumi-v3.72.0-linux-x64.tar.gz 141979717 BLAKE2B 
9cd736772cf1d1b69eef8e360979108b12fa39420eda22691de07a60b91e2fc815ae8540067984d419b6ff320d41c02eec3259c30a7dedde86d06e3ffb391c1d
 SHA512 
59a46787fa452f38f021c4cf7fd56e66aba8f35c6b08d2ae96bbb34c7eca981940f81336df9a80a211f464e9fd7244aec4afb007008a3723ac6a18e83c5b12f4

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.72.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.72.0.ebuild
new file mode 100644
index 0..8e5eb8e90
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.72.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/pulumi"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-06-13 Thread Alexey Zapparov
commit: a8daf8b004aed90ee6fed433b68244b74f9cd652
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Jun 13 16:32:31 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Jun 13 16:32:31 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8daf8b0

app-admin/pulumi-bin: drop 3.69.0

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

 app-admin/pulumi-bin/Manifest |  1 -
 app-admin/pulumi-bin/pulumi-bin-3.69.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index e28ea9cdc..431b05475 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,2 @@
-DIST pulumi-v3.69.0-linux-x64.tar.gz 145252618 BLAKE2B 
990dc7b1ed8885a20844302200e149aa036ae7bb6f18db72642bbc0dddfb132eca4343010319d8364e110f67f9cca51e95686d5775719aa15bedd940be402ce7
 SHA512 
4391be2c2b638e32b3902596f95972be70d7cff9e4c102a5e8f08aadc61bc9115366b63bec3a3dcd8a4edc2607e1d394c2b15210a9918650545f586ca7286590
 DIST pulumi-v3.70.0-linux-x64.tar.gz 143271395 BLAKE2B 
2e3a26056e6b61010db2737fe43ca28433e4dccef1c1e97d22382d87fc00da25ebd3c111ddbe04b79a58a2cb1f82e76fc41c8354d93c56cd4a4c65c2c232ca0f
 SHA512 
27d4aa9b5be9b25ab9830fbceffa5038b9012b3876079980453251b49d5bfac884e9666da3485f6ed541896d8291220a3b51479d579b5ffc55fc59f59e4a5543
 DIST pulumi-v3.71.0-linux-x64.tar.gz 143298397 BLAKE2B 
2230588b540ea548bf2a1367ec34ca3068abeab8dcd09fba4d422b63d524ae3f1d23d684721096c69d68ae20d508c5cb0bb70902842e590a4e749e247b8a34bc
 SHA512 
27e0ef263ca8908843c1ee040c1e934982330203792c3ac3f26e723146590328f5294fe46f531d505a883a121e79e2f79939efdfd7396882de23bd833796c1da

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.69.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.69.0.ebuild
deleted file mode 100644
index 8e5eb8e90..0
--- a/app-admin/pulumi-bin/pulumi-bin-3.69.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/pulumi"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-06-13 Thread Alexey Zapparov
commit: b60a44cb3bac04e9837bd0fea112376b227d761c
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Jun 13 16:08:45 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Jun 13 16:08:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b60a44cb

app-admin/pulumi-bin: add 3.71.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.71.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index dcf9d87ca..e28ea9cdc 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,3 @@
 DIST pulumi-v3.69.0-linux-x64.tar.gz 145252618 BLAKE2B 
990dc7b1ed8885a20844302200e149aa036ae7bb6f18db72642bbc0dddfb132eca4343010319d8364e110f67f9cca51e95686d5775719aa15bedd940be402ce7
 SHA512 
4391be2c2b638e32b3902596f95972be70d7cff9e4c102a5e8f08aadc61bc9115366b63bec3a3dcd8a4edc2607e1d394c2b15210a9918650545f586ca7286590
 DIST pulumi-v3.70.0-linux-x64.tar.gz 143271395 BLAKE2B 
2e3a26056e6b61010db2737fe43ca28433e4dccef1c1e97d22382d87fc00da25ebd3c111ddbe04b79a58a2cb1f82e76fc41c8354d93c56cd4a4c65c2c232ca0f
 SHA512 
27d4aa9b5be9b25ab9830fbceffa5038b9012b3876079980453251b49d5bfac884e9666da3485f6ed541896d8291220a3b51479d579b5ffc55fc59f59e4a5543
+DIST pulumi-v3.71.0-linux-x64.tar.gz 143298397 BLAKE2B 
2230588b540ea548bf2a1367ec34ca3068abeab8dcd09fba4d422b63d524ae3f1d23d684721096c69d68ae20d508c5cb0bb70902842e590a4e749e247b8a34bc
 SHA512 
27e0ef263ca8908843c1ee040c1e934982330203792c3ac3f26e723146590328f5294fe46f531d505a883a121e79e2f79939efdfd7396882de23bd833796c1da

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.71.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.71.0.ebuild
new file mode 100644
index 0..8e5eb8e90
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.71.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/pulumi"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-06-10 Thread Alexey Zapparov
commit: 17b5dffb1198171c91873b447c3d0e565e53aed4
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sat Jun 10 22:55:00 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sat Jun 10 22:55:00 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17b5dffb

app-admin/pulumi-bin: add 3.70.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.70.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 4fbf617c5..78d4f520e 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,3 @@
 DIST pulumi-v3.68.0-linux-x64.tar.gz 129684338 BLAKE2B 
2cf7cd405fb99184af34d96eb87bd0ed82c802cf71ae3ccfef4d4bd50c9c493a3cacf43e509af0feedfea7d97b0addc050a0070c8559eed8e3898d7f715d8739
 SHA512 
4b8c6e64c61eef312639e94cff3b4866ce47e555a4ebd14e1e4d8b296beddf66f0d5edffa60e07475339adfb23c5545b2a0141557750da29c9707bee70cf93b9
 DIST pulumi-v3.69.0-linux-x64.tar.gz 145252618 BLAKE2B 
990dc7b1ed8885a20844302200e149aa036ae7bb6f18db72642bbc0dddfb132eca4343010319d8364e110f67f9cca51e95686d5775719aa15bedd940be402ce7
 SHA512 
4391be2c2b638e32b3902596f95972be70d7cff9e4c102a5e8f08aadc61bc9115366b63bec3a3dcd8a4edc2607e1d394c2b15210a9918650545f586ca7286590
+DIST pulumi-v3.70.0-linux-x64.tar.gz 143271395 BLAKE2B 
2e3a26056e6b61010db2737fe43ca28433e4dccef1c1e97d22382d87fc00da25ebd3c111ddbe04b79a58a2cb1f82e76fc41c8354d93c56cd4a4c65c2c232ca0f
 SHA512 
27d4aa9b5be9b25ab9830fbceffa5038b9012b3876079980453251b49d5bfac884e9666da3485f6ed541896d8291220a3b51479d579b5ffc55fc59f59e4a5543

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.70.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.70.0.ebuild
new file mode 100644
index 0..8e5eb8e90
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.70.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/pulumi"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-06-10 Thread Alexey Zapparov
commit: 3266ed6dcd190b41b19c9cf068bcd8f11ede2a03
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sat Jun 10 22:55:08 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Sat Jun 10 22:55:08 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3266ed6d

app-admin/pulumi-bin: drop 3.68.0-r1

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

 app-admin/pulumi-bin/Manifest|  1 -
 app-admin/pulumi-bin/pulumi-bin-3.68.0-r1.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 78d4f520e..dcf9d87ca 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,2 @@
-DIST pulumi-v3.68.0-linux-x64.tar.gz 129684338 BLAKE2B 
2cf7cd405fb99184af34d96eb87bd0ed82c802cf71ae3ccfef4d4bd50c9c493a3cacf43e509af0feedfea7d97b0addc050a0070c8559eed8e3898d7f715d8739
 SHA512 
4b8c6e64c61eef312639e94cff3b4866ce47e555a4ebd14e1e4d8b296beddf66f0d5edffa60e07475339adfb23c5545b2a0141557750da29c9707bee70cf93b9
 DIST pulumi-v3.69.0-linux-x64.tar.gz 145252618 BLAKE2B 
990dc7b1ed8885a20844302200e149aa036ae7bb6f18db72642bbc0dddfb132eca4343010319d8364e110f67f9cca51e95686d5775719aa15bedd940be402ce7
 SHA512 
4391be2c2b638e32b3902596f95972be70d7cff9e4c102a5e8f08aadc61bc9115366b63bec3a3dcd8a4edc2607e1d394c2b15210a9918650545f586ca7286590
 DIST pulumi-v3.70.0-linux-x64.tar.gz 143271395 BLAKE2B 
2e3a26056e6b61010db2737fe43ca28433e4dccef1c1e97d22382d87fc00da25ebd3c111ddbe04b79a58a2cb1f82e76fc41c8354d93c56cd4a4c65c2c232ca0f
 SHA512 
27d4aa9b5be9b25ab9830fbceffa5038b9012b3876079980453251b49d5bfac884e9666da3485f6ed541896d8291220a3b51479d579b5ffc55fc59f59e4a5543

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.68.0-r1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.68.0-r1.ebuild
deleted file mode 100644
index 8e5eb8e90..0
--- a/app-admin/pulumi-bin/pulumi-bin-3.68.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/pulumi"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-06-02 Thread Alexey Zapparov
commit: 86e3be5d3bb404c5006707c842a7a755c07db28b
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Jun  2 15:30:13 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Jun  2 15:30:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86e3be5d

app-admin/pulumi-bin: drop 3.67.1-r2

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

 app-admin/pulumi-bin/Manifest|  1 -
 app-admin/pulumi-bin/pulumi-bin-3.67.1-r2.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index dd4fb509f..4fbf617c5 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,2 @@
-DIST pulumi-v3.67.1-linux-x64.tar.gz 130093581 BLAKE2B 
812310702e92dc9a75bb686fc175ae1dad8a9a4b548b2c89b6f4e1d3a911455b4d8e1d0ec71971103412be5ab170c94044afe7bb881ef665bdf94ec4ccadfd11
 SHA512 
a4b031b44039cd8f653acbc84ea67755ec2dfa67ec152b45fcf31f1a4c71cc46339d6a7ae0b09daa883175e8ffe8edfdd59a08771573d0d99720725281a80850
 DIST pulumi-v3.68.0-linux-x64.tar.gz 129684338 BLAKE2B 
2cf7cd405fb99184af34d96eb87bd0ed82c802cf71ae3ccfef4d4bd50c9c493a3cacf43e509af0feedfea7d97b0addc050a0070c8559eed8e3898d7f715d8739
 SHA512 
4b8c6e64c61eef312639e94cff3b4866ce47e555a4ebd14e1e4d8b296beddf66f0d5edffa60e07475339adfb23c5545b2a0141557750da29c9707bee70cf93b9
 DIST pulumi-v3.69.0-linux-x64.tar.gz 145252618 BLAKE2B 
990dc7b1ed8885a20844302200e149aa036ae7bb6f18db72642bbc0dddfb132eca4343010319d8364e110f67f9cca51e95686d5775719aa15bedd940be402ce7
 SHA512 
4391be2c2b638e32b3902596f95972be70d7cff9e4c102a5e8f08aadc61bc9115366b63bec3a3dcd8a4edc2607e1d394c2b15210a9918650545f586ca7286590

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.67.1-r2.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.67.1-r2.ebuild
deleted file mode 100644
index 8e5eb8e90..0
--- a/app-admin/pulumi-bin/pulumi-bin-3.67.1-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/pulumi"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-06-02 Thread Alexey Zapparov
commit: c6becf1a53f6ada282fb2c36a5dbf50efc967b5d
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Jun  2 15:29:59 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Jun  2 15:29:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6becf1a

app-admin/pulumi-bin: add 3.69.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.69.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 29fc92d22..dd4fb509f 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,3 @@
 DIST pulumi-v3.67.1-linux-x64.tar.gz 130093581 BLAKE2B 
812310702e92dc9a75bb686fc175ae1dad8a9a4b548b2c89b6f4e1d3a911455b4d8e1d0ec71971103412be5ab170c94044afe7bb881ef665bdf94ec4ccadfd11
 SHA512 
a4b031b44039cd8f653acbc84ea67755ec2dfa67ec152b45fcf31f1a4c71cc46339d6a7ae0b09daa883175e8ffe8edfdd59a08771573d0d99720725281a80850
 DIST pulumi-v3.68.0-linux-x64.tar.gz 129684338 BLAKE2B 
2cf7cd405fb99184af34d96eb87bd0ed82c802cf71ae3ccfef4d4bd50c9c493a3cacf43e509af0feedfea7d97b0addc050a0070c8559eed8e3898d7f715d8739
 SHA512 
4b8c6e64c61eef312639e94cff3b4866ce47e555a4ebd14e1e4d8b296beddf66f0d5edffa60e07475339adfb23c5545b2a0141557750da29c9707bee70cf93b9
+DIST pulumi-v3.69.0-linux-x64.tar.gz 145252618 BLAKE2B 
990dc7b1ed8885a20844302200e149aa036ae7bb6f18db72642bbc0dddfb132eca4343010319d8364e110f67f9cca51e95686d5775719aa15bedd940be402ce7
 SHA512 
4391be2c2b638e32b3902596f95972be70d7cff9e4c102a5e8f08aadc61bc9115366b63bec3a3dcd8a4edc2607e1d394c2b15210a9918650545f586ca7286590

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.69.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.69.0.ebuild
new file mode 100644
index 0..8e5eb8e90
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.69.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/pulumi"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-06-01 Thread Alexey Zapparov
commit: e7f4c03a7f3fce0349660c5d226e66b0dc9e2a1e
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Jun  1 20:14:00 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Jun  1 20:14:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7f4c03a

app-admin/cf2pulumi: treeclean

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

 app-admin/cf2pulumi/Manifest|  1 -
 app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild | 29 -
 app-admin/cf2pulumi/metadata.xml| 11 ---
 3 files changed, 41 deletions(-)

diff --git a/app-admin/cf2pulumi/Manifest b/app-admin/cf2pulumi/Manifest
deleted file mode 100644
index ffbfd0fb9..0
--- a/app-admin/cf2pulumi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cf2pulumi-v0.63.0-linux-x64.tar.gz 31265607 BLAKE2B 
846d7af087010d1314469f4a9f714f5c26a6056a19fbdedaa3435dd08e45c05ff2453adbb313c902d044b74c32580827579630d8a36f746b0c97bcabec34bdc9
 SHA512 
6d3095e30f3248cc62cb51e81a62acf4261671d3173d3cd5aa5a91e2589d8d1fefa407a6d7abff66d79168a9842248a0beb8040b7d641bd2d4d5463dfc5e96ae

diff --git a/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild 
b/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild
deleted file mode 100644
index ab5015c5e..0
--- a/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="CloudFormation tempate to Pulumi app convertor"
-HOMEPAGE="
-   https://www.pulumi.com/cf2pulumi/
-   https://github.com/pulumi/pulumi-aws-native
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi-aws-native/releases/download/v${PV}/cf2pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin cf2pulumi
-}

diff --git a/app-admin/cf2pulumi/metadata.xml b/app-admin/cf2pulumi/metadata.xml
deleted file mode 100644
index 2ef605f79..0
--- a/app-admin/cf2pulumi/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ale...@zapparov.com
-   Alexey Zapparov
-   
-   
-   pulumi/pulumi-aws-native
-   
-



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

2023-06-01 Thread Alexey Zapparov
commit: a2ca995439b1b6514f9fb83755ea3a691ec87d91
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Jun  1 19:25:43 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Jun  1 19:25:43 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2ca9954

app-admin/cf2pulumi: Add metadata

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

 app-admin/cf2pulumi/metadata.xml | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/app-admin/cf2pulumi/metadata.xml b/app-admin/cf2pulumi/metadata.xml
new file mode 100644
index 0..2ef605f79
--- /dev/null
+++ b/app-admin/cf2pulumi/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ale...@zapparov.com
+       Alexey Zapparov
+   
+   
+   pulumi/pulumi-aws-native
+   
+



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

2023-06-01 Thread Alexey Zapparov
commit: f88c914b7aeda0e969462277a68ecacac4a63ef4
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Jun  1 19:24:36 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Jun  1 19:24:55 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f88c914b

app-admin/cf2pulumi: new package, add 0.63.0

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

 app-admin/cf2pulumi/Manifest|  1 +
 app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-admin/cf2pulumi/Manifest b/app-admin/cf2pulumi/Manifest
new file mode 100644
index 0..ffbfd0fb9
--- /dev/null
+++ b/app-admin/cf2pulumi/Manifest
@@ -0,0 +1 @@
+DIST cf2pulumi-v0.63.0-linux-x64.tar.gz 31265607 BLAKE2B 
846d7af087010d1314469f4a9f714f5c26a6056a19fbdedaa3435dd08e45c05ff2453adbb313c902d044b74c32580827579630d8a36f746b0c97bcabec34bdc9
 SHA512 
6d3095e30f3248cc62cb51e81a62acf4261671d3173d3cd5aa5a91e2589d8d1fefa407a6d7abff66d79168a9842248a0beb8040b7d641bd2d4d5463dfc5e96ae

diff --git a/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild 
b/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild
new file mode 100644
index 0..ab5015c5e
--- /dev/null
+++ b/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="CloudFormation tempate to Pulumi app convertor"
+HOMEPAGE="
+   https://www.pulumi.com/cf2pulumi/
+   https://github.com/pulumi/pulumi-aws-native
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi-aws-native/releases/download/v${PV}/cf2pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin cf2pulumi
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/rbspy/

2023-05-29 Thread Alexey Zapparov
commit: 8b140d464ca6103bc8de626b56ba2a57bb219da6
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon May 29 21:34:10 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon May 29 21:38:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b140d46

dev-ruby/rbspy: Disable failing tests

These tests require root priviledges to run properly.

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

 .../rbspy/{rbspy-0.17.0.ebuild => rbspy-0.17.0-r1.ebuild}| 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/rbspy/rbspy-0.17.0.ebuild 
b/dev-ruby/rbspy/rbspy-0.17.0-r1.ebuild
similarity index 91%
rename from dev-ruby/rbspy/rbspy-0.17.0.ebuild
rename to dev-ruby/rbspy/rbspy-0.17.0-r1.ebuild
index 43d1f2e0c..82ba2aaf1 100644
--- a/dev-ruby/rbspy/rbspy-0.17.0.ebuild
+++ b/dev-ruby/rbspy/rbspy-0.17.0-r1.ebuild
@@ -202,8 +202,18 @@ PATCHES=(
"${FILESDIR}/${P}-remove-time-dependency.patch"
 )
 
+src_test() {
+   local skip=(
+   --skip sampler::tests::test_sample_single_process
+   --skip 
sampler::tests::test_sample_single_process_with_time_limit
+   --skip 
core::ruby_spy::tests::test_get_trace_when_process_has_exited
+   --skip core::ruby_spy::tests::test_get_trace
+   --skip sampler::tests::test_sample_subprocesses
+   )
+   cargo_src_test -- "${skip[@]}"
+}
+
 src_install() {
cargo_src_install
-
dodoc README.md
 }



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/rbspy/, dev-ruby/rbspy/files/

2023-05-29 Thread Alexey Zapparov
commit: 15ee51e564f6878237796c9d0a8cec3345701ae3
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon May 29 21:06:16 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon May 29 21:07:49 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15ee51e5

dev-ruby/rbspy: add 0.17.0

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

 dev-ruby/rbspy/Manifest| 134 +
 .../rbspy-0.17.0-remove-time-dependency.patch  |  94 +
 dev-ruby/rbspy/rbspy-0.17.0.ebuild | 209 +
 3 files changed, 437 insertions(+)

diff --git a/dev-ruby/rbspy/Manifest b/dev-ruby/rbspy/Manifest
index 6fb9185f4..591263e81 100644
--- a/dev-ruby/rbspy/Manifest
+++ b/dev-ruby/rbspy/Manifest
@@ -1,117 +1,204 @@
 DIST addr2line-0.17.0.crate 32260 BLAKE2B 
23c3715820a04260460a41695d535da3565f76519b7313d0ed684352b339de2ea668c44fe8ca58fc1a5b9f84cc5e9d04d889440abb5985bdc04b267dbdad9d9c
 SHA512 
ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95
+DIST addr2line-0.19.0.crate 33210 BLAKE2B 
a6b393dcddfa0f858297efb6b261d3a23f118be45a3211ee15f6c58808f241dbcf5282f4a86be579360513f23ac4035819e923f2587b7499110af42e9ac3ab88
 SHA512 
18da72e412bb89028e2ccb838192330535e45300f6fd8edc7d1d64397792a3db12418aa24a3312730c5414e2a1b1d65e6b9d5691ba234c9142b5d885523a5e94
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
+DIST ahash-0.8.3.crate 42416 BLAKE2B 
84836a4e33451012ff32c1a1a90500d87eb7ce649b60dff4eecfb0d25b9782a186376c154673c3121b154ff4616016d1718dfd687b88f4772c2c89eeb2f119b6
 SHA512 
cf2d2f1201ac0969cf4e2a0c47090bee971b2287ac44b5e091c90a9eced03cf6ff56d7900cc0f529d4acedc30bd400261c15e50efabdd1731f79951b449af53e
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
+DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
+DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anyhow-1.0.51.crate 44100 BLAKE2B 
20683fd139775cd399bd0fd63599f64a646f8b74c65415af965d3c24690fd81fe48205bedb92075b487b71d5d315be5fdf38ff7c5ecf3e1a1d693a3505ee
 SHA512 
e8e3feebc3c96b7301787502f000b9940a20343a466ac48186c9aa170fb52f0db17768630535a8b475077733ad6ff9f843a3bd5ae4415c86bf83cae0ed0bad7c
 DIST anyhow-1.0.55.crate 44429 BLAKE2B 
9d6838c859bb5a37a0558b7a4d8af245fc2db1e8418252575939ef74851e547549459a97ffb9e512f0d5c6d5166a82cc03c18cc3e8a1bffa79f2d3c5f0c94a14
 SHA512 
d789d56eadb1a6a6d8bedd20d318747a9ad11598d84239ee9214fcfc319f729ae61e09f6d2d7e54ec5553ee65b6a4428b793adc17fb158dc07a69f15c8fd818b
+DIST anyhow-1.0.69.crate 43576 BLAKE2B 
deb44b3110aee1314dd599b730df8c2f03b7d13c0d945d4ef00a0e30ca74257269e43107be19868adfea331a8c730e0aec2dff3abea704e56bc6a35b9581fe14
 SHA512 
d65e5c9404a70b1e0af90dd66af157f8c31ad0858f703765d5fc6c828f1fc8db690b17451c4108e3a52a7da2d6c2366e745d7b4bd7d19e6dba3485f7c3a43071
 DIST arrayvec-0.4.12.crate 26551 BLAKE2B 
45514f09f0fd1fae7afb7dc812142ac8d88d1f4b81901db405c79dbeba2d29fea13ec22cb08a43433321931295a9f14456a300e814431b8fb14037d2f47529e9
 SHA512 
c03972056ab8fa30fc53fdc2bfc5e501f7644223998eccb73fdc2e737f7e25f4bb0e531f3eec38f7f3514760fb385fafd06c3d38531d13d92faf841820d4ed2b
+DIST arrayvec-0.7.2.crate 2934

[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/rbspy/

2023-05-29 Thread Alexey Zapparov
commit: 9d84dccb9b7748a9ecf2bee0659f071d6634bddf
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon May 29 21:07:00 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon May 29 21:07:49 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d84dccb

dev-ruby/rbspy: drop 0.12.1

Closes: https://bugs.gentoo.org/859805
Signed-off-by: Alexey Zapparov  zapparov.com>

 dev-ruby/rbspy/Manifest| 107 --
 dev-ruby/rbspy/rbspy-0.12.1.ebuild | 178 -
 2 files changed, 285 deletions(-)

diff --git a/dev-ruby/rbspy/Manifest b/dev-ruby/rbspy/Manifest
index 5e22bdb4b..d502f351e 100644
--- a/dev-ruby/rbspy/Manifest
+++ b/dev-ruby/rbspy/Manifest
@@ -1,15 +1,9 @@
-DIST addr2line-0.17.0.crate 32260 BLAKE2B 
23c3715820a04260460a41695d535da3565f76519b7313d0ed684352b339de2ea668c44fe8ca58fc1a5b9f84cc5e9d04d889440abb5985bdc04b267dbdad9d9c
 SHA512 
ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95
 DIST addr2line-0.19.0.crate 33210 BLAKE2B 
a6b393dcddfa0f858297efb6b261d3a23f118be45a3211ee15f6c58808f241dbcf5282f4a86be579360513f23ac4035819e923f2587b7499110af42e9ac3ab88
 SHA512 
18da72e412bb89028e2ccb838192330535e45300f6fd8edc7d1d64397792a3db12418aa24a3312730c5414e2a1b1d65e6b9d5691ba234c9142b5d885523a5e94
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
-DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
 DIST ahash-0.8.3.crate 42416 BLAKE2B 
84836a4e33451012ff32c1a1a90500d87eb7ce649b60dff4eecfb0d25b9782a186376c154673c3121b154ff4616016d1718dfd687b88f4772c2c89eeb2f119b6
 SHA512 
cf2d2f1201ac0969cf4e2a0c47090bee971b2287ac44b5e091c90a9eced03cf6ff56d7900cc0f529d4acedc30bd400261c15e50efabdd1731f79951b449af53e
-DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
-DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST anyhow-1.0.55.crate 44429 BLAKE2B 
9d6838c859bb5a37a0558b7a4d8af245fc2db1e8418252575939ef74851e547549459a97ffb9e512f0d5c6d5166a82cc03c18cc3e8a1bffa79f2d3c5f0c94a14
 SHA512 
d789d56eadb1a6a6d8bedd20d318747a9ad11598d84239ee9214fcfc319f729ae61e09f6d2d7e54ec5553ee65b6a4428b793adc17fb158dc07a69f15c8fd818b
 DIST anyhow-1.0.69.crate 43576 BLAKE2B 
deb44b3110aee1314dd599b730df8c2f03b7d13c0d945d4ef00a0e30ca74257269e43107be19868adfea331a8c730e0aec2dff3abea704e56bc6a35b9581fe14
 SHA512 
d65e5c9404a70b1e0af90dd66af157f8c31ad0858f703765d5fc6c828f1fc8db690b17451c4108e3a52a7da2d6c2366e745d7b4bd7d19e6dba3485f7c3a43071
-DIST arrayvec-0.4.12.crate 26551 BLAKE2B 
45514f09f0fd1fae7afb7dc812142ac8d88d1f4b81901db405c79dbeba2d29fea13ec22cb08a43433321931295a9f14456a300e814431b8fb14037d2f47529e9
 SHA512 
c03972056ab8fa30fc53fdc2bfc5e501f7644223998eccb73fdc2e737f7e25f4bb0e531f3eec38f7f3514760fb385fafd06c3d38531d13d92faf841820d4ed2b
 DIST arrayvec-0.7.2.crate 29341 BLAKE2B 
eae9d3f494033ea2d837a6024cb24bd4574683ed1e76ac6be7f7c6b0d8ee65c0eaf03dbae7fea04cf0921299f69234ad91e1cf41342de86f554f74e287dd3ba1
 SHA512 
80cc6e55b6032f4882362813de970d3d99e600ada774b28ac6a24c9c8e018fda3b35c5750ac3a09fca6fb9496e2e3fe608b58d21b1b84685ebd170f567a0ecbc
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfa

[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/rbspy/

2023-05-29 Thread Alexey Zapparov
commit: 9fe0a7e8aff496f0951fc55b30762026150b34eb
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon May 29 21:06:52 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon May 29 21:07:49 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fe0a7e8

dev-ruby/rbspy: drop 0.10.0-r3

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

 dev-ruby/rbspy/Manifest   |  48 --
 dev-ruby/rbspy/rbspy-0.10.0-r3.ebuild | 161 --
 2 files changed, 209 deletions(-)

diff --git a/dev-ruby/rbspy/Manifest b/dev-ruby/rbspy/Manifest
index 591263e81..5e22bdb4b 100644
--- a/dev-ruby/rbspy/Manifest
+++ b/dev-ruby/rbspy/Manifest
@@ -7,13 +7,11 @@ DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef
 DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST anyhow-1.0.51.crate 44100 BLAKE2B 
20683fd139775cd399bd0fd63599f64a646f8b74c65415af965d3c24690fd81fe48205bedb92075b487b71d5d315be5fdf38ff7c5ecf3e1a1d693a3505ee
 SHA512 
e8e3feebc3c96b7301787502f000b9940a20343a466ac48186c9aa170fb52f0db17768630535a8b475077733ad6ff9f843a3bd5ae4415c86bf83cae0ed0bad7c
 DIST anyhow-1.0.55.crate 44429 BLAKE2B 
9d6838c859bb5a37a0558b7a4d8af245fc2db1e8418252575939ef74851e547549459a97ffb9e512f0d5c6d5166a82cc03c18cc3e8a1bffa79f2d3c5f0c94a14
 SHA512 
d789d56eadb1a6a6d8bedd20d318747a9ad11598d84239ee9214fcfc319f729ae61e09f6d2d7e54ec5553ee65b6a4428b793adc17fb158dc07a69f15c8fd818b
 DIST anyhow-1.0.69.crate 43576 BLAKE2B 
deb44b3110aee1314dd599b730df8c2f03b7d13c0d945d4ef00a0e30ca74257269e43107be19868adfea331a8c730e0aec2dff3abea704e56bc6a35b9581fe14
 SHA512 
d65e5c9404a70b1e0af90dd66af157f8c31ad0858f703765d5fc6c828f1fc8db690b17451c4108e3a52a7da2d6c2366e745d7b4bd7d19e6dba3485f7c3a43071
 DIST arrayvec-0.4.12.crate 26551 BLAKE2B 
45514f09f0fd1fae7afb7dc812142ac8d88d1f4b81901db405c79dbeba2d29fea13ec22cb08a43433321931295a9f14456a300e814431b8fb14037d2f47529e9
 SHA512 
c03972056ab8fa30fc53fdc2bfc5e501f7644223998eccb73fdc2e737f7e25f4bb0e531f3eec38f7f3514760fb385fafd06c3d38531d13d92faf841820d4ed2b
 DIST arrayvec-0.7.2.crate 29341 BLAKE2B 
eae9d3f494033ea2d837a6024cb24bd4574683ed1e76ac6be7f7c6b0d8ee65c0eaf03dbae7fea04cf0921299f69234ad91e1cf41342de86f554f74e287dd3ba1
 SHA512 
80cc6e55b6032f4882362813de970d3d99e600ada774b28ac6a24c9c8e018fda3b35c5750ac3a09fca6fb9496e2e3fe608b58d21b1b84685ebd170f567a0ecbc
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
-DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST bindgen-0.59.2.crate 206267 BLAKE2B 
de66347fcf2d538879e49c85d2db80e86a70e27d3c84464b52a840476a31edae0cfa3e1afaba33ef0b7abadcb1e23a2fe1420e3254e0de1f6848b575a9c96620
 SHA512 
14c49879c7443191b877957a4fd405c7f10a1e8b70016d91bf5fe33861fc5d71982a1c685c190e4f7922cedb6c8aefadac3b0b68cbe5578da791a8da6bfedf44
 DIST bindgen-0.60.1.crate 207507 BLAKE2B 
570b3f8d38cc14f12e8230250e51b7896cb74baae8be0fbdb20b75de64f872262add4e106609f73e73a6f5e8f3dc106109c658f17ecede1df11a7d996ac8d280
 SHA512 
51548656bca17db37fe63c4443474a6b88b70e3e1aff7cf59e09213d82caf8252b414bcffbcf542d472abd731135658b7d214126763fc545643736024aca7a39
@@ -22,20 +20,17 @@ DIST bindgen-0.64.0.crate 204700 BLAKE2B 
4316d60ac565112afdaa99d70cdbd400d39bed1
 DIST bitflags-1.3.2.crate 2302

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

2023-05-29 Thread Alexey Zapparov
commit: bf423dc6c454b47510ed455603f9338cbcbf87c3
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon May 29 17:40:46 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon May 29 17:40:48 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf423dc6

app-shells/vivid: drop 0.8.0

Closes: https://bugs.gentoo.org/859658
Signed-off-by: Alexey Zapparov  zapparov.com>

 app-shells/vivid/Manifest   | 33 
 app-shells/vivid/vivid-0.8.0.ebuild | 76 -
 2 files changed, 109 deletions(-)

diff --git a/app-shells/vivid/Manifest b/app-shells/vivid/Manifest
index 2cdccdaea..4bdd7890a 100644
--- a/app-shells/vivid/Manifest
+++ b/app-shells/vivid/Manifest
@@ -1,84 +1,51 @@
-DIST ansi_colours-1.0.4.crate 10525 BLAKE2B 
f71ef0dc730cb35e634623cbf6888abb72519fa53b40aba49ad1151a37d98bf3ff93652ad67d276243c7ef9435a19b839a43a4122e451a2defc96231fba145e9
 SHA512 
36eef5c4c84f7f8bf3adb65eca5d7d2da48190c127cd76b78b7bb035cf98afbf2534b82bb293cc1e472eaeb08d541fe28a87b99ebd53dbae8a50026898b043b3
 DIST ansi_colours-1.2.1.crate 21866 BLAKE2B 
b1a2ad5aa797b59fc6f2c090f1c0da6937ade5099367c67c704cd91db62829f86f7bd7dedfd654074df29dd192e4f4d438cd90beb6db51a7605045278741bd69
 SHA512 
dd89084c997aa42acbde2b885ea414fc7edbeab6de9749abde2270322147fe4850532d916145418e911f5f0950fc3a3f0fd16fb63c40b8ce14c1085017879f73
-DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST block-buffer-0.10.4.crate 10538 BLAKE2B 
d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11
 SHA512 
b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb
-DIST block-buffer-0.9.0.crate 7108 BLAKE2B 
42e99ec46c6e43d5f85e8d6d0a8fcef7175c97828758c93e55505c0e18e2646ae77bf264076041bf682532e28268a4978dd9c822c0475347ee3d29c5df2601fb
 SHA512 
2d0f8908f59d4b1cccd1fbca0c1fa3cc4b224f09549669b28a16af5acfd4369b66851e9be8d65e1df71be998fbc42fc130ad32b71e035d6055724e8fa31fbf98
 DIST bytemuck-1.13.1.crate 42309 BLAKE2B 
055e031a677823c110e6e1e371632a0a5a8227ef7053e964bd3f9967705bdedf96b14178818021ffc09182ead805a68813a8a2b9cf7a70b6e8daf733eac4
 SHA512 
eb0a7e423a3f903fb831369e0c6d1e5fbffd7eff1b56bb7d1ffe4e5e18850cdfb9a7f9bdcfd53ce10b1c659dff11c59190b7b85ad89ca60485878548621f01c0
-DIST cc-1.0.72.crate 57495 BLAKE2B 
b2057ca53aacafa063a4eaa907bfb65aa32ce01a74a90b9085c8243a87723cee8ce79e4904f9d205f9d451598ee34495f8879d27c189477ca43bd39b88b5ea2e
 SHA512 
e9a5b283b2a1fee1030009068c1f87291ec1dab7584a0892f27cc7e523c8fdfd5d986281d9aec1a00af706af1e61d7e64c245c74be7b39c8c022ae2d4f87de8d
 DIST cc-1.0.79.crate 62624 BLAKE2B 
b3cbed3bd6fcac1c6ea258ec96cd107f859947a35dc89c3dc8f314741b0f668e61518f896ec32ce10c9a7eb20dd350bc177a71810d53ebea59fda062ed9d27db
 SHA512 
cbf0a25f3a23fc540e9d638fabc23f761f1c240ebb4814e761e90437d71fc559cd155768ab9e78fc192220d8a605c66c3af342ed736b719181656170b98d7bf5
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
-DIST clap-2.34.0.crate 202210 BLAKE2B 
f383adf1d757ac4b68995132b33837686ce451f85a02a8d05d2c746da398510d05d46330f3efade063c3952aacb1754cdac73dd0afcae0df5340a89f9353aa1c
 SHA512 
c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8
 DIST clap-4.1.8.crate 207175 BLAKE2B 
e25dd21c3ca3459082928a1e0d75af087186e7f69f1d729267dfdc73c84bd6a0d026f9500f566516c70f94910a3154617af6ea7930918d4fd81c59d3ce591dc3
 SHA512 
bb28317f4a1292fae35e7540e37d094c7064cebb009f24d9b781c7c26c49c9bf194221d5387a71e1757115f59ba42b28c995ccec7b10d34145e10cdf739df9ef
 DIST clap_lex-0.3.2.crate 9650 BLAKE2B 
c07d8a180cfb959a5c9a2a79ba5343aea2185fbd10052a8e1fdfe0bc8fc2e9433a762d117bfdbb6cef497eb79eb8c757227681559ee995753f1eec738c4c151

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

2023-05-29 Thread Alexey Zapparov
commit: 820f7868d22fb10c82f87d7b1679bb4ec7b209c2
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon May 29 17:40:40 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon May 29 17:40:40 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=820f7868

app-shells/vivid: drop 0.7.0-r2

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

 app-shells/vivid/Manifest  | 18 -
 app-shells/vivid/vivid-0.7.0-r2.ebuild | 69 --
 2 files changed, 87 deletions(-)

diff --git a/app-shells/vivid/Manifest b/app-shells/vivid/Manifest
index b32eea20a..2cdccdaea 100644
--- a/app-shells/vivid/Manifest
+++ b/app-shells/vivid/Manifest
@@ -1,19 +1,14 @@
-DIST ansi_colours-1.0.2.crate 10512 BLAKE2B 
b4acd4c2fb61e68711a5abfdbe04fc3a2778df29c4665637dc8413fb364842e8703054cfc119cf9e431a56ba4fd7d3a7d7c3dee6d7db648458e9bb26650a
 SHA512 
3f28117e804f82f194024ea502ca9a86cc458b55f705f643a8ab2a90a189ec21501708df5fca1f3ef204b57861b7cca3c21f7ca9537eaf4208086b0ec7652976
 DIST ansi_colours-1.0.4.crate 10525 BLAKE2B 
f71ef0dc730cb35e634623cbf6888abb72519fa53b40aba49ad1151a37d98bf3ff93652ad67d276243c7ef9435a19b839a43a4122e451a2defc96231fba145e9
 SHA512 
36eef5c4c84f7f8bf3adb65eca5d7d2da48190c127cd76b78b7bb035cf98afbf2534b82bb293cc1e472eaeb08d541fe28a87b99ebd53dbae8a50026898b043b3
 DIST ansi_colours-1.2.1.crate 21866 BLAKE2B 
b1a2ad5aa797b59fc6f2c090f1c0da6937ade5099367c67c704cd91db62829f86f7bd7dedfd654074df29dd192e4f4d438cd90beb6db51a7605045278741bd69
 SHA512 
dd89084c997aa42acbde2b885ea414fc7edbeab6de9749abde2270322147fe4850532d916145418e911f5f0950fc3a3f0fd16fb63c40b8ce14c1085017879f73
-DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
-DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST block-buffer-0.10.4.crate 10538 BLAKE2B 
d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11
 SHA512 
b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb
 DIST block-buffer-0.9.0.crate 7108 BLAKE2B 
42e99ec46c6e43d5f85e8d6d0a8fcef7175c97828758c93e55505c0e18e2646ae77bf264076041bf682532e28268a4978dd9c822c0475347ee3d29c5df2601fb
 SHA512 
2d0f8908f59d4b1cccd1fbca0c1fa3cc4b224f09549669b28a16af5acfd4369b66851e9be8d65e1df71be998fbc42fc130ad32b71e035d6055724e8fa31fbf98
 DIST bytemuck-1.13.1.crate 42309 BLAKE2B 
055e031a677823c110e6e1e371632a0a5a8227ef7053e964bd3f9967705bdedf96b14178818021ffc09182ead805a68813a8a2b9cf7a70b6e8daf733eac4
 SHA512 
eb0a7e423a3f903fb831369e0c6d1e5fbffd7eff1b56bb7d1ffe4e5e18850cdfb9a7f9bdcfd53ce10b1c659dff11c59190b7b85ad89ca60485878548621f01c0
-DIST cc-1.0.68.crate 55936 BLAKE2B 
9bbbeda78b8c3aca487e770cddbe11bf4686424bd33d023ad66e1fbdfc8dcbc17fd85c15905e0edbed8745202c01aea13d4f03a7f8f655e5806da152565419aa
 SHA512 
faca9aa91488808f920f1d88422cc8a69790aa6dbd7bd2cc5d08a579d248faafd0fd675e8499e56aef6715398c278db1fa2079511d211d41aa65741de5d5ac8c
 DIST cc-1.0.72.crate 57495 BLAKE2B 
b2057ca53aacafa063a4eaa907bfb65aa32ce01a74a90b9085c8243a87723cee8ce79e4904f9d205f9d451598ee34495f8879d27c189477ca43bd39b88b5ea2e
 SHA512 
e9a5b283b2a1fee1030009068c1f87291ec1dab7584a0892f27cc7e523c8fdfd5d986281d9aec1a00af706af1e61d7e64c245c74be7b39c8c022ae2d4f87de8d
 DIST cc-1.0.79.crate 62624 BLAKE2B 
b3cbed3bd6fcac1c6ea258ec96cd107f859947a35dc89c3dc8f314741b0f668e61518f896ec32ce10c9a7eb20dd350bc177a71810d53ebea59fda062ed9d27d

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

2023-05-29 Thread Alexey Zapparov
commit: 19f47c0b2809b73f391b0763247e8be8a45fde82
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon May 29 17:40:31 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon May 29 17:40:31 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19f47c0b

app-shells/vivid: add 0.9.0

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

 app-shells/vivid/Manifest   | 51 +++
 app-shells/vivid/vivid-0.9.0.ebuild | 99 +
 2 files changed, 150 insertions(+)

diff --git a/app-shells/vivid/Manifest b/app-shells/vivid/Manifest
index 106d01a49..b32eea20a 100644
--- a/app-shells/vivid/Manifest
+++ b/app-shells/vivid/Manifest
@@ -1,52 +1,92 @@
 DIST ansi_colours-1.0.2.crate 10512 BLAKE2B 
b4acd4c2fb61e68711a5abfdbe04fc3a2778df29c4665637dc8413fb364842e8703054cfc119cf9e431a56ba4fd7d3a7d7c3dee6d7db648458e9bb26650a
 SHA512 
3f28117e804f82f194024ea502ca9a86cc458b55f705f643a8ab2a90a189ec21501708df5fca1f3ef204b57861b7cca3c21f7ca9537eaf4208086b0ec7652976
 DIST ansi_colours-1.0.4.crate 10525 BLAKE2B 
f71ef0dc730cb35e634623cbf6888abb72519fa53b40aba49ad1151a37d98bf3ff93652ad67d276243c7ef9435a19b839a43a4122e451a2defc96231fba145e9
 SHA512 
36eef5c4c84f7f8bf3adb65eca5d7d2da48190c127cd76b78b7bb035cf98afbf2534b82bb293cc1e472eaeb08d541fe28a87b99ebd53dbae8a50026898b043b3
+DIST ansi_colours-1.2.1.crate 21866 BLAKE2B 
b1a2ad5aa797b59fc6f2c090f1c0da6937ade5099367c67c704cd91db62829f86f7bd7dedfd654074df29dd192e4f4d438cd90beb6db51a7605045278741bd69
 SHA512 
dd89084c997aa42acbde2b885ea414fc7edbeab6de9749abde2270322147fe4850532d916145418e911f5f0950fc3a3f0fd16fb63c40b8ce14c1085017879f73
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
+DIST block-buffer-0.10.4.crate 10538 BLAKE2B 
d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11
 SHA512 
b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb
 DIST block-buffer-0.9.0.crate 7108 BLAKE2B 
42e99ec46c6e43d5f85e8d6d0a8fcef7175c97828758c93e55505c0e18e2646ae77bf264076041bf682532e28268a4978dd9c822c0475347ee3d29c5df2601fb
 SHA512 
2d0f8908f59d4b1cccd1fbca0c1fa3cc4b224f09549669b28a16af5acfd4369b66851e9be8d65e1df71be998fbc42fc130ad32b71e035d6055724e8fa31fbf98
+DIST bytemuck-1.13.1.crate 42309 BLAKE2B 
055e031a677823c110e6e1e371632a0a5a8227ef7053e964bd3f9967705bdedf96b14178818021ffc09182ead805a68813a8a2b9cf7a70b6e8daf733eac4
 SHA512 
eb0a7e423a3f903fb831369e0c6d1e5fbffd7eff1b56bb7d1ffe4e5e18850cdfb9a7f9bdcfd53ce10b1c659dff11c59190b7b85ad89ca60485878548621f01c0
 DIST cc-1.0.68.crate 55936 BLAKE2B 
9bbbeda78b8c3aca487e770cddbe11bf4686424bd33d023ad66e1fbdfc8dcbc17fd85c15905e0edbed8745202c01aea13d4f03a7f8f655e5806da152565419aa
 SHA512 
faca9aa91488808f920f1d88422cc8a69790aa6dbd7bd2cc5d08a579d248faafd0fd675e8499e56aef6715398c278db1fa2079511d211d41aa65741de5d5ac8c
 DIST cc-1.0.72.crate 57495 BLAKE2B 
b2057ca53aacafa063a4eaa907bfb65aa32ce01a74a90b9085c8243a87723cee8ce79e4904f9d205f9d451598ee34495f8879d27c189477ca43bd39b88b5ea2e
 SHA512 
e9a5b283b2a1fee1030009068c1f87291ec1dab7584a0892f27cc7e523c8fdfd5d986281d9aec1a00af706af1e61d7e64c245c74be7b39c8c022ae2d4f87de8d
+DIST cc-1.0.79.crate 62624 BLAKE2B 
b3cbed3bd6fcac1c6ea258ec96cd107f859947a35dc89c3dc8f314741b0f668e61518f896ec32ce10c9a7eb20dd350bc177a71810d53ebea59fda062ed9d27d

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

2023-05-29 Thread Alexey Zapparov
commit: 9e4537c4ab013d8842d8757e60b0b66e4cf83d6c
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon May 29 17:28:05 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon May 29 17:30:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e4537c4

app-admin/pulumi-bin: Mark as prebuilt binaries

Closes: https://bugs.gentoo.org/907338
Closes: https://bugs.gentoo.org/907339
Closes: https://bugs.gentoo.org/907340
Signed-off-by: Alexey Zapparov  zapparov.com>

 .../{pulumi-bin-3.67.1-r1.ebuild => pulumi-bin-3.67.1-r2.ebuild}| 2 ++
 .../{pulumi-bin-3.68.0.ebuild => pulumi-bin-3.68.0-r1.ebuild}   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.67.1-r1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.67.1-r2.ebuild
similarity index 98%
rename from app-admin/pulumi-bin/pulumi-bin-3.67.1-r1.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.67.1-r2.ebuild
index 886d0e992..8e5eb8e90 100644
--- a/app-admin/pulumi-bin/pulumi-bin-3.67.1-r1.ebuild
+++ b/app-admin/pulumi-bin/pulumi-bin-3.67.1-r2.ebuild
@@ -24,6 +24,8 @@ BDEPEND=""
 
 S="${WORKDIR}/pulumi"
 
+QA_PREBUILT="*"
+
 src_install() {
dobin pulumi*
 

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.68.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.68.0-r1.ebuild
similarity index 98%
rename from app-admin/pulumi-bin/pulumi-bin-3.68.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.68.0-r1.ebuild
index 886d0e992..8e5eb8e90 100644
--- a/app-admin/pulumi-bin/pulumi-bin-3.68.0.ebuild
+++ b/app-admin/pulumi-bin/pulumi-bin-3.68.0-r1.ebuild
@@ -24,6 +24,8 @@ BDEPEND=""
 
 S="${WORKDIR}/pulumi"
 
+QA_PREBUILT="*"
+
 src_install() {
dobin pulumi*
 



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

2023-05-25 Thread Alexey Zapparov
commit: 4e8ea73b669491dc4f135b266d3b9454b74cdf19
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu May 25 20:35:05 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu May 25 20:35:05 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e8ea73b

app-admin/pulumi-bin: add 3.68.0

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.68.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index ef27b3603..29fc92d22 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1 +1,2 @@
 DIST pulumi-v3.67.1-linux-x64.tar.gz 130093581 BLAKE2B 
812310702e92dc9a75bb686fc175ae1dad8a9a4b548b2c89b6f4e1d3a911455b4d8e1d0ec71971103412be5ab170c94044afe7bb881ef665bdf94ec4ccadfd11
 SHA512 
a4b031b44039cd8f653acbc84ea67755ec2dfa67ec152b45fcf31f1a4c71cc46339d6a7ae0b09daa883175e8ffe8edfdd59a08771573d0d99720725281a80850
+DIST pulumi-v3.68.0-linux-x64.tar.gz 129684338 BLAKE2B 
2cf7cd405fb99184af34d96eb87bd0ed82c802cf71ae3ccfef4d4bd50c9c493a3cacf43e509af0feedfea7d97b0addc050a0070c8559eed8e3898d7f715d8739
 SHA512 
4b8c6e64c61eef312639e94cff3b4866ce47e555a4ebd14e1e4d8b296beddf66f0d5edffa60e07475339adfb23c5545b2a0141557750da29c9707bee70cf93b9

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.68.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.68.0.ebuild
new file mode 100644
index 0..886d0e992
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.68.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/pulumi"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-05-25 Thread Alexey Zapparov
commit: 8ef7524649b5e730f76be686c1f8ae9cf2edbc52
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu May 25 20:22:47 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu May 25 20:22:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ef75246

app-admin/pulumi-bin: fix completion generation

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

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

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.67.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.67.1-r1.ebuild
similarity index 77%
rename from app-admin/pulumi-bin/pulumi-bin-3.67.1.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.67.1-r1.ebuild
index 7df1eca54..886d0e992 100644
--- a/app-admin/pulumi-bin/pulumi-bin-3.67.1.ebuild
+++ b/app-admin/pulumi-bin/pulumi-bin-3.67.1-r1.ebuild
@@ -27,10 +27,10 @@ S="${WORKDIR}/pulumi"
 src_install() {
dobin pulumi*
 
-   pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
newbashcomp pulumi.bash-completion pulumi
 
-   pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
insinto /usr/share/zsh/site-functions
newins pulumi.zsh-completion _pulumi
 }



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

2023-05-16 Thread Alexey Zapparov
commit: 585f299ea0d4c105e721c56609c328b4ef8c3870
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue May 16 16:35:15 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue May 16 16:35:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=585f299e

app-admin/aws-vault: drop 6.4.0, 6.6.0

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

 app-admin/aws-vault/Manifest   | 143 -
 app-admin/aws-vault/aws-vault-6.4.0.ebuild | 135 ---
 app-admin/aws-vault/aws-vault-6.6.0.ebuild | 122 
 3 files changed, 400 deletions(-)

diff --git a/app-admin/aws-vault/Manifest b/app-admin/aws-vault/Manifest
index f767d624e..c26dd6462 100644
--- a/app-admin/aws-vault/Manifest
+++ b/app-admin/aws-vault/Manifest
@@ -1,145 +1,2 @@
-DIST aws-vault-6.4.0.tar.gz 53341 BLAKE2B 
62931d5f54e233a8d6e7b3e6bf73c68dd34d50304f78082494320d85a237bf17ddf035cf5a2de1d653ebceee5e30415f042c2ee0c59a7f10a352d2d5fcc8391b
 SHA512 
5b0f135179e16cf09c2a91697c058fb2d6ab4446367c211e820aeb2be04652653f45b3d6f39a77718a4f6d79817da43a786c845963691a9364f70a42ee2c8f78
-DIST aws-vault-6.6.0.tar.gz 55785 BLAKE2B 
5e330bdb987413d7cbc41e9dfdcf891424eee17b78d586372ce9b0ab34b780cbf1c79bacdb8819a0656abe7c0e0e37eab95eb64cfbe1dd0750568023062aa730
 SHA512 
083431b8184b8a050b2ac68aaeddb80d6d21da0c1b4db9161f252d493bd35d56eeb4c04ec94843916da39af07863bf035ab389517d3eec2623abc3583fe02cda
 DIST aws-vault-7.2.0-vendor.tar.xz 1025996 BLAKE2B 
30fdc449f2a395e8165f449ac44a9acddc5bffb4a21bed4c970140dab56e5bd17dfd79b36caef746875be37b30267d4d9ad04aa34681f4e8177f645346ee9ded
 SHA512 
059fc14d8169f0dc3316bcf8d9bda4dfd7618aacec1db220083c804eddc2fe71babba7ef38419446ad3d13178f9d598f746db9aba800d14b645bb764ddf752a9
 DIST aws-vault-7.2.0.tar.gz 63697 BLAKE2B 
88686d77e5624f5c9d6c62b661ad022088505b19904da664eb397fe42a78b46f92bf859ea311efc50865673d08f632a3a37d42dced9f0a52fad264da9b3f5cbf
 SHA512 
862b7e6e919f4335092f887e71b3423e3e21bd54ac81d79672b673944979b1afdab527a8659be0d363e700877e7dfcb652b6ecc384f8114ddd936e36098df5aa
-DIST 
github.com%2F99designs%2Fgo-keychain%2F@v%2Fv0.0.0-20191008050251-8e49817e8af4.mod
 40 BLAKE2B 
11eb28ecb4757a1ef3320e2d1a565225fc33a0c5081367690ad382a4bf158bc285437fe4ec99aa0dacbac4d5fe14dea1b2466a4193ef17b6bcf884b9d342076b
 SHA512 
8e27a6f89458917aa6c72e866a5a4df8d58679b14297b778ae8951d04a2a24a3b01329459a1401dd964aecfe457893876b6e93e1a2d7561859260d3e43b054c7
-DIST 
github.com%2F99designs%2Fgo-keychain%2F@v%2Fv0.0.0-20191008050251-8e49817e8af4.zip
 2384298 BLAKE2B 
a02ec61304cc159fad7b42a43e20278706f6a4ebb7e9609197b1b1861b1e7de216250d24565af33e6bcabc2d43c1a486341ab4dedeee2c1e02a511497829a947
 SHA512 
b0af29c5e74369f5e1fa16f372af2d80ef99d45f7066fde6dbcf7cd2379f110ab55c157bad7c2503a5034842c47613d01229c9200219b22781e5afab04f71e93
-DIST github.com%2F99designs%2Fkeyring%2F@v%2Fv1.1.6.mod 818 BLAKE2B 
12de192387c87a1a5e36841fccd95167b12efdaada3077ed35a6588898d088f4ad5214ff2e6f08bcc1ed1e5b3a36cea21d0ad12f2167eb03d055a311241d288a
 SHA512 
0f7d745e7d387e5f0954750f58e21086e9f7c41699a4c846deb8d7d24e0b53c73fde7f5cda8834290ad02acef79b90dc17274262be5a5b85011877e65185d2c3
-DIST github.com%2F99designs%2Fkeyring%2F@v%2Fv1.1.6.zip 32483 BLAKE2B 
f9641f0b54a03a997f3364027acfff7431e27fe3e13d1d15da10636017f700a197e02d04e8e28d1a3f8d265599034cc61fd821edd08f53b0de57d9f3d450da9d
 SHA512 
9b5bb06c793fc41d4ad82c23ee68e627e8b019afa516a9a1bb28311ab505242ddd3153db43729149ccd9566aef8ac9118d7151293a1b8e6fef51615bd5f8f883
-DIST github.com%2F99designs%2Fkeyring%2F@v%2Fv1.2.1.mod 731 BLAKE2B 
bd91edb91bc01b9d295dd9e25f5dba5c26ca5e13383b340dd01328bc6c68b34e8651a2c2424757d1ca8432de2aa7a29010a2d51f9027b912a5ce4a0082611274
 SHA512 
392fe07636399e0049635d1b5948981f9903c9307612715db1817f437f5de72a24c83dee6b2161389d4fb1f2711b1a7bfc11efa6eec2b07f481f949558f06d76
-DIST github.com%2F99designs%2Fkeyring%2F@v%2Fv1.2.1.zip 39847 BLAKE2B 
f67bac0df0617db3918cc7180df6583c7fc6f264ef4053a1eba3feb283696333c8a14fee4f507afb7b3ecc89e3a4ddf3aa26dfd606daa3d9030f0abe3db3556f
 SHA512 
7f790804ee39382d2695d0bfa58231471fdf123203a58e286308a03794a60bc5c45ebc6133d58f411dbc7cdb40fa771784d14227b2cce685cfe0ca3b20abb920
-DIST 
github.com%2Falecthomas%2Fkingpin%2F@v%2Fv0.0.0-20200323085623-b6657d9477a6.mod 
323 BLAKE2B 
124e6f8bdbcccbe68ddb6a5da0022f1bef89604e3c65dbedc1d7aa4066fdd120e8c4629c3e5717c1cd742742999f74e88dda32018a40ba659695758cc1f8277d
 SHA512 
2ef94f0cea7b56dc1a0facc9656b5e15dc144c5423cba6000f0100e610cb8319cbf822b1db589c4e5d3150ba961f601c0b3ada9c0c3d58bbf0af67e0137e72ae
-DIST 
github.com%2Falecthomas%2Fkingpin%2F@v%2Fv0.0.0-20200323085623-b6657d9477a6.zip 
66413 BLAKE2B 
bdfd12f2e75ca190fcd917e820ba36c81cd349328d86ddcfc32066cd427f56aaded4bb1be8b68ecc9d362f24f0aacec7fb2faddf3f9166f0717d55285d2a62fc
 SHA512 
390d2aa1135d7bc2be3e349d8ed9ba697e1af4d4905abbde371381a65f741450d5577c72013203bf9ece9bbb9c20bb2441eff8e91ffd28aac018fdb1e4ddbff6
-DIST 
github.com%2Falecthomas%2Ftemp

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

2023-05-16 Thread Alexey Zapparov
commit: d38d78b342a02c944081afef19bf7af363fc15bf
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue May 16 16:35:00 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue May 16 16:35:00 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d38d78b3

app-admin/aws-vault: add 7.2.0

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

 app-admin/aws-vault/Manifest   |  2 ++
 app-admin/aws-vault/aws-vault-7.2.0.ebuild | 30 ++
 2 files changed, 32 insertions(+)

diff --git a/app-admin/aws-vault/Manifest b/app-admin/aws-vault/Manifest
index 3f853cd54..f767d624e 100644
--- a/app-admin/aws-vault/Manifest
+++ b/app-admin/aws-vault/Manifest
@@ -1,5 +1,7 @@
 DIST aws-vault-6.4.0.tar.gz 53341 BLAKE2B 
62931d5f54e233a8d6e7b3e6bf73c68dd34d50304f78082494320d85a237bf17ddf035cf5a2de1d653ebceee5e30415f042c2ee0c59a7f10a352d2d5fcc8391b
 SHA512 
5b0f135179e16cf09c2a91697c058fb2d6ab4446367c211e820aeb2be04652653f45b3d6f39a77718a4f6d79817da43a786c845963691a9364f70a42ee2c8f78
 DIST aws-vault-6.6.0.tar.gz 55785 BLAKE2B 
5e330bdb987413d7cbc41e9dfdcf891424eee17b78d586372ce9b0ab34b780cbf1c79bacdb8819a0656abe7c0e0e37eab95eb64cfbe1dd0750568023062aa730
 SHA512 
083431b8184b8a050b2ac68aaeddb80d6d21da0c1b4db9161f252d493bd35d56eeb4c04ec94843916da39af07863bf035ab389517d3eec2623abc3583fe02cda
+DIST aws-vault-7.2.0-vendor.tar.xz 1025996 BLAKE2B 
30fdc449f2a395e8165f449ac44a9acddc5bffb4a21bed4c970140dab56e5bd17dfd79b36caef746875be37b30267d4d9ad04aa34681f4e8177f645346ee9ded
 SHA512 
059fc14d8169f0dc3316bcf8d9bda4dfd7618aacec1db220083c804eddc2fe71babba7ef38419446ad3d13178f9d598f746db9aba800d14b645bb764ddf752a9
+DIST aws-vault-7.2.0.tar.gz 63697 BLAKE2B 
88686d77e5624f5c9d6c62b661ad022088505b19904da664eb397fe42a78b46f92bf859ea311efc50865673d08f632a3a37d42dced9f0a52fad264da9b3f5cbf
 SHA512 
862b7e6e919f4335092f887e71b3423e3e21bd54ac81d79672b673944979b1afdab527a8659be0d363e700877e7dfcb652b6ecc384f8114ddd936e36098df5aa
 DIST 
github.com%2F99designs%2Fgo-keychain%2F@v%2Fv0.0.0-20191008050251-8e49817e8af4.mod
 40 BLAKE2B 
11eb28ecb4757a1ef3320e2d1a565225fc33a0c5081367690ad382a4bf158bc285437fe4ec99aa0dacbac4d5fe14dea1b2466a4193ef17b6bcf884b9d342076b
 SHA512 
8e27a6f89458917aa6c72e866a5a4df8d58679b14297b778ae8951d04a2a24a3b01329459a1401dd964aecfe457893876b6e93e1a2d7561859260d3e43b054c7
 DIST 
github.com%2F99designs%2Fgo-keychain%2F@v%2Fv0.0.0-20191008050251-8e49817e8af4.zip
 2384298 BLAKE2B 
a02ec61304cc159fad7b42a43e20278706f6a4ebb7e9609197b1b1861b1e7de216250d24565af33e6bcabc2d43c1a486341ab4dedeee2c1e02a511497829a947
 SHA512 
b0af29c5e74369f5e1fa16f372af2d80ef99d45f7066fde6dbcf7cd2379f110ab55c157bad7c2503a5034842c47613d01229c9200219b22781e5afab04f71e93
 DIST github.com%2F99designs%2Fkeyring%2F@v%2Fv1.1.6.mod 818 BLAKE2B 
12de192387c87a1a5e36841fccd95167b12efdaada3077ed35a6588898d088f4ad5214ff2e6f08bcc1ed1e5b3a36cea21d0ad12f2167eb03d055a311241d288a
 SHA512 
0f7d745e7d387e5f0954750f58e21086e9f7c41699a4c846deb8d7d24e0b53c73fde7f5cda8834290ad02acef79b90dc17274262be5a5b85011877e65185d2c3

diff --git a/app-admin/aws-vault/aws-vault-7.2.0.ebuild 
b/app-admin/aws-vault/aws-vault-7.2.0.ebuild
new file mode 100644
index 0..2eaa611ce
--- /dev/null
+++ b/app-admin/aws-vault/aws-vault-7.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Securely store and access AWS credentials in development 
environments"
+HOMEPAGE="https://github.com/99designs/aws-vault;
+SRC_URI="
+   https://github.com/99designs/aws-vault/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://github.com/ixti/aws-vault/releases/download/v${PV}/${P}-vendor.tar.xz
+"
+
+LICENSE="Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_compile() {
+   go build -ldflags "-s -w -X \"main.Version=${PV}\"" -o "${PN}" || die 
"go build failed"
+}
+
+src_install() {
+   dobin "${PN}"
+   dodoc README.md USAGE.md
+}



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

2023-05-16 Thread Alexey Zapparov
commit: f43bdacc476e7735a18bc5dc0c05109611b40b59
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue May 16 15:57:19 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue May 16 15:58:39 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f43bdacc

app-admin/pulumi-bin: new package, add 3.67.1

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

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/metadata.xml | 11 
 app-admin/pulumi-bin/pulumi-bin-3.67.1.ebuild | 36 +++
 3 files changed, 48 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
new file mode 100644
index 0..ef27b3603
--- /dev/null
+++ b/app-admin/pulumi-bin/Manifest
@@ -0,0 +1 @@
+DIST pulumi-v3.67.1-linux-x64.tar.gz 130093581 BLAKE2B 
812310702e92dc9a75bb686fc175ae1dad8a9a4b548b2c89b6f4e1d3a911455b4d8e1d0ec71971103412be5ab170c94044afe7bb881ef665bdf94ec4ccadfd11
 SHA512 
a4b031b44039cd8f653acbc84ea67755ec2dfa67ec152b45fcf31f1a4c71cc46339d6a7ae0b09daa883175e8ffe8edfdd59a08771573d0d99720725281a80850

diff --git a/app-admin/pulumi-bin/metadata.xml 
b/app-admin/pulumi-bin/metadata.xml
new file mode 100644
index 0..87621ad9a
--- /dev/null
+++ b/app-admin/pulumi-bin/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ale...@zapparov.com
+       Alexey Zapparov
+   
+   
+   pulumi/pulumi
+   
+

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.67.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.67.1.ebuild
new file mode 100644
index 0..7df1eca54
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.67.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/pulumi"
+
+src_install() {
+   dobin pulumi*
+
+   pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

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

media-fonts/victor-mono: drop 1.5.3

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

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

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

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



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

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

media-fonts/victor-mono: add 1.5.5

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

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

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

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



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

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

x11-themes/bibata-xcursors: add 2.0.3

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

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

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

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



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

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

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

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

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

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

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



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

2023-02-22 Thread Alexey Zapparov
commit: ede5b53839eed8c1c5eea74e77c5c58fdf23b0cd
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Wed Feb 22 15:42:54 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Wed Feb 22 15:43:08 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ede5b538

app-admin/overmind: add 2.4.0

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

 app-admin/overmind/Manifest  |  2 ++
 app-admin/overmind/overmind-2.4.0.ebuild | 30 ++
 2 files changed, 32 insertions(+)

diff --git a/app-admin/overmind/Manifest b/app-admin/overmind/Manifest
index 7dbbffb80..41cd65001 100644
--- a/app-admin/overmind/Manifest
+++ b/app-admin/overmind/Manifest
@@ -24,3 +24,5 @@ DIST 
golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20190403152447-81d4e9dc473e.zip 1606010
 DIST gopkg.in%2Fcheck.v1%2F@v%2Fv0.0.0-20161208181325-20d25e280405.mod 25 
BLAKE2B 
6470f3d94700c4d8b3176d692bdb91646750f2c6a866ff2ef4183aff1de01f024a8757f97b4626ec0355092e5f25e7ded91cd5be845f627d107c58b1daf400d7
 SHA512 
9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2
 DIST gopkg.in%2Fyaml.v2%2F@v%2Fv2.2.2.mod 95 BLAKE2B 
adb3684980f1d8e6c23444e91028f8db55f1bc496114eb3508dbecf9917dbc8a0a4bed7c0d761123335a75b9ffe727e180f2d6aa5f84312edb05a798185c8362
 SHA512 
916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379
 DIST overmind-2.2.2.tar.gz 24523 BLAKE2B 
0caafb16472bb0c3ea369347156cda929bb8e16ba19b758c61ed0c87ad946b93528f506c675b73da80becc7935a35930f8778e14eea0076c5aa1969b7721fd87
 SHA512 
1ca98ee6a058e4d396e96c3b0442387567816e6c3b7cad1122e5f3ca915067ae2b03d9629e156c91e4164fa71f42930002da1d9e0e7f4eaee9d866bcabe94f6f
+DIST overmind-2.4.0-deps.tar.xz 2846384 BLAKE2B 
96b869d3a0dc74c272cd8f9f8ebe3baac1f1806310fc53e28d8f452965561e407e717f6f219f4286fcf189a1e5a08e9c2ec792b136abfc236812c680f8a5c2c4
 SHA512 
663114a2c97c87c08b2096328486bdfa49201e453dcac765b82ccde5dbe006d81e7cec8864be1ab736420ebc535204885d9d017561f41a5b9d19e9421f697230
+DIST overmind-2.4.0.tar.gz 26115 BLAKE2B 
c102283677b39e18152081830df69aa89ff12d27d10be6ce8355ed50cc1eadf22eef7e756f22f8b29a69a447b2633c3ebf834f5634c6b3808f15029644961da6
 SHA512 
bcf1b8ea99a04b7fbd8cf1de6c1fe13ecdcbca8a6a1c5883768dceb47d55497ead860eed9302e17b30bca0a4e348fa52ba8ceeb98bcd589cf565fea7c1a31418

diff --git a/app-admin/overmind/overmind-2.4.0.ebuild 
b/app-admin/overmind/overmind-2.4.0.ebuild
new file mode 100644
index 0..dd390c0aa
--- /dev/null
+++ b/app-admin/overmind/overmind-2.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Process manager for Procfile-based applications and tmux"
+HOMEPAGE="https://github.com/DarthSim/overmind;
+SRC_URI="
+   https://github.com/DarthSim/overmind/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://github.com/ixti/overmind/releases/download/v${PV}/${P}-deps.tar.xz
+"
+
+LICENSE="MIT BSD BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-misc/tmux
+"
+
+src_compile() {
+   go build -ldflags "-s -w" || die "go build failed"
+}
+
+src_install() {
+   dobin "${PN}"
+   dodoc README.md
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/ruby-install/

2023-02-20 Thread Alexey Zapparov
commit: dabf7b535355d3fd75690c2d61994aaa98fefc34
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Feb 20 18:00:09 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon Feb 20 18:00:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dabf7b53

dev-ruby/ruby-install: drop 0.8.4

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

 dev-ruby/ruby-install/Manifest  |  1 -
 dev-ruby/ruby-install/ruby-install-0.8.4.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest
index 534467661..270113005 100644
--- a/dev-ruby/ruby-install/Manifest
+++ b/dev-ruby/ruby-install/Manifest
@@ -1,3 +1,2 @@
-DIST ruby-install-0.8.4.tar.gz 32652 BLAKE2B 
e863645c66cc631d17a3e5c061220fd59d0b0458613d31e8db4d35fbb0beae53ccf627620b9adb08bb0db82d51bd9a54a7eb96079fc3e6604c32d9b7dc219f3d
 SHA512 
9d7157ab73689a7024efae104f6fd244c019c56d5e27573151818dd72f07855f9785b2ddba9c83a413ddcd92a565893373ca545c486c59b4fa408f349d4c7f48
 DIST ruby-install-0.8.5.tar.gz 32904 BLAKE2B 
6128d489c53c02b53b96f243a7c5fd3de2a360eac8ed7873c89cfafb229e611f77f3275e66bb1aef0ccad772029f7727c0e4a62c6dc74ec1780c7badd219cc52
 SHA512 
4f5546652e741eb4b1b72780a73e0b41b8bd212dd979e31124b8a1a96e9bbebdcb7951da20768b992776206a446b489214f2b1261255855760e2e3477118f8d7
 DIST ruby-install-0.9.0.tar.gz 34536 BLAKE2B 
de44b380b47f1c194bd9c39e43527c48b61f051bc126b051d87ce23db7d5ed3c6f46a97ff454e847a47fe16535c15d5903839f07ed30446f0b2f0d063364961b
 SHA512 
d40195519d4d49749e13fb9d1c2e8f6a4c4c7b1cb4c419ce737a2dc2f7f6fb80b0783626bfe4b4bdd642a189d6fd641a5a121a4fa661e8a7539b4eefa12435ae

diff --git a/dev-ruby/ruby-install/ruby-install-0.8.4.ebuild 
b/dev-ruby/ruby-install/ruby-install-0.8.4.ebuild
deleted file mode 100644
index 706d5e5d2..0
--- a/dev-ruby/ruby-install/ruby-install-0.8.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), 
or mruby."
-HOMEPAGE="https://github.com/postmodern/ruby-install;
-SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PROPERTIES="test_network"
-RESTRICT="!test? ( test )"
-
-DEPEND=">=app-shells/bash-3.0:*"
-RDEPEND="${DEPEND}
-   sys-apps/grep
-   || ( >net-misc/wget-1.12 net-misc/curl )
-   dev-libs/openssl
-   app-arch/tar
-   app-arch/bzip2
-   app-arch/xz-utils
-   sys-devel/patch
-   || ( >=sys-devel/gcc-4.2 sys-devel/clang )"
-BDEPEND="test? ( dev-util/shunit2 )"
-
-# XXX: `make check` seems to be broken (violates shellcheck tests)
-src_test() {
-   emake test
-}
-
-src_prepare() {
-   default
-
-   sed -i Makefile -e "s/^VERSION=.\+$/VERSION=${PVR}/" \
-   || die "Cannot fix doc location to follow Gentoo/FHS guidelines"
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/ruby-install/

2023-02-20 Thread Alexey Zapparov
commit: a30fc20bd2f4bf4387263c5a465702cd57785d01
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Feb 20 17:58:54 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon Feb 20 17:59:12 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a30fc20b

dev-ruby/ruby-install: add 0.9.0

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

 dev-ruby/ruby-install/Manifest  |  1 +
 dev-ruby/ruby-install/ruby-install-0.9.0.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest
index 90971b07a..534467661 100644
--- a/dev-ruby/ruby-install/Manifest
+++ b/dev-ruby/ruby-install/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-install-0.8.4.tar.gz 32652 BLAKE2B 
e863645c66cc631d17a3e5c061220fd59d0b0458613d31e8db4d35fbb0beae53ccf627620b9adb08bb0db82d51bd9a54a7eb96079fc3e6604c32d9b7dc219f3d
 SHA512 
9d7157ab73689a7024efae104f6fd244c019c56d5e27573151818dd72f07855f9785b2ddba9c83a413ddcd92a565893373ca545c486c59b4fa408f349d4c7f48
 DIST ruby-install-0.8.5.tar.gz 32904 BLAKE2B 
6128d489c53c02b53b96f243a7c5fd3de2a360eac8ed7873c89cfafb229e611f77f3275e66bb1aef0ccad772029f7727c0e4a62c6dc74ec1780c7badd219cc52
 SHA512 
4f5546652e741eb4b1b72780a73e0b41b8bd212dd979e31124b8a1a96e9bbebdcb7951da20768b992776206a446b489214f2b1261255855760e2e3477118f8d7
+DIST ruby-install-0.9.0.tar.gz 34536 BLAKE2B 
de44b380b47f1c194bd9c39e43527c48b61f051bc126b051d87ce23db7d5ed3c6f46a97ff454e847a47fe16535c15d5903839f07ed30446f0b2f0d063364961b
 SHA512 
d40195519d4d49749e13fb9d1c2e8f6a4c4c7b1cb4c419ce737a2dc2f7f6fb80b0783626bfe4b4bdd642a189d6fd641a5a121a4fa661e8a7539b4eefa12435ae

diff --git a/dev-ruby/ruby-install/ruby-install-0.9.0.ebuild 
b/dev-ruby/ruby-install/ruby-install-0.9.0.ebuild
new file mode 100644
index 0..6316a7848
--- /dev/null
+++ b/dev-ruby/ruby-install/ruby-install-0.9.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), 
or mruby."
+HOMEPAGE="https://github.com/postmodern/ruby-install;
+SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PROPERTIES="test_network"
+RESTRICT="!test? ( test )"
+
+DEPEND=">=app-shells/bash-3.0:*"
+RDEPEND="${DEPEND}
+   sys-apps/grep
+   || ( >net-misc/wget-1.12 net-misc/curl )
+   dev-libs/openssl
+   app-arch/tar
+   app-arch/bzip2
+   app-arch/xz-utils
+   sys-devel/patch
+   || ( >=sys-devel/gcc-4.2 sys-devel/clang )"
+BDEPEND="test? ( dev-util/shunit2 )"
+
+# BUG: `make check` fails: 
https://github.com/postmodern/ruby-install/issues/442
+src_test() {
+   emake test
+}
+
+src_prepare() {
+   default
+
+   sed -i Makefile -e "s/^VERSION=.\+$/VERSION=${PVR}/" \
+   || die "Cannot fix doc location to follow Gentoo/FHS guidelines"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lefthook/

2023-01-06 Thread Alexey Zapparov
commit: 8d96c32e336a881b4b05c71cbdf0fd355535dce8
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Jan  6 18:35:35 2023 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Jan  6 18:36:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d96c32e

dev-vcs/lefthook: add 1.2.6

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

 dev-vcs/lefthook/Manifest  |  2 ++
 dev-vcs/lefthook/lefthook-1.2.6.ebuild | 34 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-vcs/lefthook/Manifest b/dev-vcs/lefthook/Manifest
index d64636195..8851a3dc6 100644
--- a/dev-vcs/lefthook/Manifest
+++ b/dev-vcs/lefthook/Manifest
@@ -707,6 +707,8 @@ DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.1-2020.1.4.mod 300 
BLAKE2B 3aa707c72ce7e
 DIST lefthook-1.0.0.tar.gz 64634 BLAKE2B 
b9d6940c209501eacadd0441118b0572bd5eafe78e42135a641681c69b26f6cadc5c0de3970e0aff3dd529c431c921bf3791bbc6447978137781e1f8c49d8818
 SHA512 
7ced8bf6df8dbccba8079df74d494eb60e4ace34ea88364a1f03bac05a3c10e53c04f242f4cdb1921e7a43d08fe0475eada9fbf58967b8b72c3a543f177ce5cf
 DIST lefthook-1.0.4-deps.tar.gz 22315997 BLAKE2B 
824256bcc5a4da1f0f82a801bdad89a3964344d67d5bdacb77c922aca55628c7698a20cb9a4acc5aaea82e3743f2b11d442a2e631217674bc54c84eb4a295f15
 SHA512 
cdd28c18ec99afdefab3298ea7ab70ec4eb20293c40e1a67b769293453cd750dee25a2fc881b224e758427cbf1e76a30d48cb6ca1cd8f554924892602093653e
 DIST lefthook-1.0.4.tar.gz 66171 BLAKE2B 
6418d38170215933a66ac3016336a1747a3e3896ac0d7b46690ba1ba2a2dd43028150b71db1833d79a176dc7a80b59e545cf15c76986939c871d150396f58de8
 SHA512 
434e8326be27f5ef7f14370bf95c03e4ba55efdc21aee6b2f078f0c38935e98610f73531bfd84cf7759c2aad79dfb185369166dc206695dbf12ca6fe22d1926f
+DIST lefthook-1.2.6-deps.tar.xz 20189012 BLAKE2B 
3c4ed018728dd201de7e7eea5a5111bbf6ffd92e4a37f465df50f0594f4543822c3719cd72170ae7e276781046cef2063d1a3b148c719a3ad81939b008f3209d
 SHA512 
aa34c9bc32ae75c166e51b8a604d190cc26453d18e13d13eaa0ac4eccfe21e686d2ced914b5992c8d6bf0310e703c01ab6fc39a3230903ed6569a12b2002cc78
+DIST lefthook-1.2.6.tar.gz 75049 BLAKE2B 
57d96bddc8442e40f7faeb49f943026f3a616ff5cfb687d0fde0d8301aa73c0f620197ac351a41b5b7ce3bfcdfcb68472d763ab254ff7b15e7cfd7368a4904b1
 SHA512 
09a019441579a172985dc4ced01c4f384fda2949622042e1cb97bc4b4651d2fc412e5e8796356d8bda310334f14994908bba923efc03d10ed6925ad61da4e989
 DIST rsc.io%2Fbinaryregexp%2F@v%2Fv0.2.0.mod 36 BLAKE2B 
61110bed2b9e99e0250cf6e8b842257202c89b3462edf9368b73cab29f9dbd4dcc66c3e290a1d6329b7d62321eecc52082a8c4c0797eac743a29a8a00910a93f
 SHA512 
db50ff677b0bdccbc1a1ad3df7c5cc76f2fcccf3ab99d08d1c2868440eb9b893fe89452f4286f7d42f2f16abf0f4acda67fe86e174dcfa730a743aafcc166774
 DIST rsc.io%2Fquote%2Fv3%2F@v%2Fv3.1.0.mod 55 BLAKE2B 
f1f0ba35f0ffd200ed37c06b2025c1fd436e3fd857bd525b9295c0cbcade7e1f037e3f566124a7ef428384d50525426f0d40468c967e39bac6057174710e2566
 SHA512 
e6357ddd7d09692c60e59e6cb80469ade8284052cdd3ea520ec4dbcb42c1cabe045c599e43cce94bec022bd82e87a554ecac42f8c917cf2ff44daff9c1a147d5
 DIST rsc.io%2Fsampler%2F@v%2Fv1.3.0.mod 88 BLAKE2B 
c2ac3c9619e396db470c9951dfc11cdacccd56ae09b3b353015ee7e5fbb023df288dbf48d81b44c309241d1ea89a2e0ee42ee1d17e536fcfa531aaee0e651ab7
 SHA512 
2137507eb25fbae419605e0cd6bca4cfa584110eebc276cd759a4dcb6f97e52928e5b2d9b276e76bcabcec3bbfc2c42f97fa29f54695d27fb00f9423e1638863

diff --git a/dev-vcs/lefthook/lefthook-1.2.6.ebuild 
b/dev-vcs/lefthook/lefthook-1.2.6.ebuild
new file mode 100644
index 0..0eb194e25
--- /dev/null
+++ b/dev-vcs/lefthook/lefthook-1.2.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Fast and powerful Git hooks manager for any type of projects"
+HOMEPAGE="https://github.com/evilmartians/lefthook;
+SRC_URI="
+   https://github.com/evilmartians/lefthook/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://github.com/ixti/lefthook/releases/download/v${PV}/${P}-deps.tar.xz
+"
+
+LICENSE="Apache-2.0 MIT BSD BSD-2 MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   dev-vcs/git
+"
+BDEPEND="
+   >=dev-lang/go-1.17
+"
+
+src_compile() {
+   go build -ldflags "-s -w" -o "${PN}" main.go || die "go build failed"
+}
+
+src_install() {
+   dobin "${PN}"
+   dodoc README.md CHANGELOG.md docs/configuration.md docs/usage.md
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-util/fnm/, dev-util/fnm/files/

2022-12-15 Thread Alexey Zapparov
commit: 2bdf12491a7a538226e3ca44880c86b22abf84a5
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Dec 16 05:29:19 2022 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Dec 16 05:29:30 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bdf1249

dev-util/fnm: add 1.33.1

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

 dev-util/fnm/Manifest  |  66 +
 ...-1.33.1-remove-deprecated-time-dependency.patch |  99 +++
 dev-util/fnm/fnm-1.33.1.ebuild | 299 +
 3 files changed, 464 insertions(+)

diff --git a/dev-util/fnm/Manifest b/dev-util/fnm/Manifest
index 955e6bd7b..7c83f108f 100644
--- a/dev-util/fnm/Manifest
+++ b/dev-util/fnm/Manifest
@@ -20,7 +20,9 @@ DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST base-x-0.2.10.crate 10758 BLAKE2B 
f08fa48e44fa454ccd9be7f67f6dc0090fccf6892c300c8afed7ed70508f09dca64b16992280021e0f28b481ace4989de5ecaeb1deb0206d3598d368057e8d75
 SHA512 
2b4e481ca99cdaf6c95e2262dcdeba10d37f678e77bbdbd370b059d7858f8185458b8322c65ca92f6bea5830355e7cf1f10f14f8e024a672b20ef98e7c763901
 DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
+DIST base64-0.13.1.crate 61002 BLAKE2B 
3b3a5b26e2ef18e9b4f1ede72b1bd160a1494751878e8441d463f8a514e6cb9ac859231536989e19fb1261fd864617fe31440df1b5855a0ec625521fc6fcef91
 SHA512 
1eb76aff9a84057f2ccb7082e9c57b015c2d71a28173089b02e7aacd09a7d311bedf0a943529611ada29f8d7b536d7ae4de256d98eee8450003a3a9a652bda4b
 DIST base64ct-1.5.2.crate 28206 BLAKE2B 
1059855de932f0d17c39c05f0b38a01e314284d16bf5fcf7b3627a51ab0aef210fb1c6f6f5b84aac7492769b51de8c235139de77e3f92a6b4a792669d8943236
 SHA512 
29d704441942d65bb0ce4c6940bab9c803cb79cbdd4118e0cecbe23aea9597b5770271c83ad7d5d9ef6608162807de2711f9f12aba8757f0d93638849de21b10
+DIST base64ct-1.5.3.crate 28781 BLAKE2B 
2c8346c8d89975bbca4918474a04f868c09f95a843f8279aaf417737a20799bb91729c411f23bbfb029f65fe6ae28baca2fc79663f2f4fe10ce400ddacdf019c
 SHA512 
a10861d777fb7766d97ef247aef32f086b4c0043d367ba8a427a6292b2762190a41bb7da36f6a71af5cf4254f6dd513ee45452a9c1103aebee326a91894264e2
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST block-buffer-0.10.3.crate 10465 BLAKE2B 
32f0089971bb759244b73a75bdbbeb2d24f0422e92ceb0ae0afe3c698e3fabb371112a2eba3dab16a3859420d492c0ac984bfbb25e59e0c31951501cc652aab7
 SHA512 
e29faab70f8f2965a58089728274ec34bc97d681526687868c9cb1a2c145db00717f97e77b79a04fa52bd76817d796e104b509cd2a3163085b214f8eb68ac04f
 DIST brotli-3.3.2.crate 1368962 BLAKE2B 
809f3229e891e64b5b430ba2305fe3699079d81a72a65bf1ab242782d48eb24a965803b24b29f681a3369739b72b87f27dca296b57a31d5b15c55205b05623c3
 SHA512 
8d577b615bb3a818cc33c738e9dbf1561bc4a8d5bf70ecf03b936ccb6aac3dd317a0efc1200b41ce5f4ec09dfb407e3f6663e73b6fc1752be25dee96507d80a6
@@ -29,7 +31,9 @@ DIST brotli-decompressor-2.3.2.crate 191197 BLAKE2B 
7038f45daf57419f30e8b4fe420a
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST bumpalo-3.10.0.crate 78915 BLAKE2B 
94515190837765b47feaf94946c7e4da5b84e6faf7975bd5452bd9388d34e51c84315b80bc15b37c7f4ea8b4aaa0112707cdfc82d0651eeb8b63d2e7bd247660
 SHA512 
60c686534588524250ea7cb43510dba69d24999769b719127ee07f6015530ac2c5778d9b93477ab075bfc15c13e3ef9adc29ac24059067ac32e109347cd509f8
 DIST bumpalo-3.11.0.crate 80945 BLAKE2B 
a740a674d0922794cc71b87a8bd686f677f8d0b38d88cc43467b7f8f6d1368ef5cff99bf10867d3c8af9b79b71deca7e5bfe78670b7890b04e468359780d8c76
 SHA512 
f747b5743bd2825c62c363ec49f1eccc492d7cf8cca8101aa9733f32489685c1777344dc6183f83c772f1067f9648b953d3ae1034976a14295f252f1ee7788fa
+DIST bumpalo-3.11.1.crate 81207 BLAKE2B 
ba76008fb5a975aca12b6f893779e18dd353a22a42cbbeecd5870622a7cbc0cd7e37036af600c570b8a55f26ea8d07f44a9aa1a8373d977b6f75bd4276730292
 SHA512 
70e90bee1fa4e783ff5a3b18f192b9347bafab7daaa907e74913a415a66c29acfb073fcfb46150801aa7649ab0d2ec8a610de239551565dd167bac72ab13a

[gentoo-commits] repo/proj/guru:dev commit in: sys-apps/hexyl/

2022-12-05 Thread Alexey Zapparov
commit: 7a05d067d8d1133ca39bddc6c7558a045eb29210
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Dec  6 04:00:13 2022 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Dec  6 04:00:24 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a05d067

sys-apps/hexyl: treeclean

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

 sys-apps/hexyl/Manifest   | 45 
 sys-apps/hexyl/hexyl-0.9.0.ebuild | 72 ---
 sys-apps/hexyl/metadata.xml   | 13 ---
 3 files changed, 130 deletions(-)

diff --git a/sys-apps/hexyl/Manifest b/sys-apps/hexyl/Manifest
deleted file mode 100644
index 8b32dbf95..0
--- a/sys-apps/hexyl/Manifest
+++ /dev/null
@@ -1,45 +0,0 @@
-DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
-DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
-DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST anyhow-1.0.42.crate 34827 BLAKE2B 
adf276a869889819c78dc10cf9ceb310d57fc64dd00b603a16e7b6f111d446ca8ed43439c3f18f590c28c1e59a67cbe39fafb00c510d03b65eb8ba15a18d2b0d
 SHA512 
7bbafa2fc5d78a6d8e68b44b104fd8d6a7882fc127b39e04c5a76240ee24ccf311004b754d93836d6daf1918be9c33fdb68a6baf55eab8f1e921b7aec3a35455
-DIST assert_cmd-1.0.7.crate 26777 BLAKE2B 
a27a6c59969b6202ceebc72b50331e056f02e05befe710f3f1fe77622a61ed4ed11e258cc2df43f52a7f57c18e4bc9b33c72946d012a4fd6f5417c1a5fedddff
 SHA512 
9e0e67bdf14df8235cdd11d9c453bb2f0723188a39961d8aab26fd98f2c64629d085c8d3eb50ee88371ecdc2ea306bfe5dda1ca4872082b40f13a4cea99e05d1
-DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
-DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
-DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
-DIST bstr-0.2.16.crate 330346 BLAKE2B 
75a345f3a5d428ec7278cd10fa676f5bb72685c65c4fe68163943cf3142b43ac45d458bce9323447b201ffcc91aa82cd8c762cb1954c055e34b1a5cebc686ee8
 SHA512 
33e82e5637efdc2f404ab9405331ae135df12586785491c3e61e70ea8406c67e2109e550cc70a4ab8e95d054e8519c48257fd3b55ef0b67b2530914a9a0b0fac
-DIST clap-2.33.3.crate 201925 BLAKE2B 
bec9c866481c5b3fddeb314f68af9bce38fc421e42816182de3209e8ea3447b72cf033e6251eea27fe974eff8085b7d98cdd2911b5cc0ec6b4bf4c750deb8a25
 SHA512 
3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf
-DIST const_format-0.2.22.crate 72234 BLAKE2B 
89d6f58458777d10e21bcf960e57d24069bf2325fd63904dddef10b6186570bf937fb1dc99d5302a1184d2946c35175d92970db583288bf5af45139aa8ac6e7f
 SHA512 
3ed65106b3fa49fe7cbc0592a8a5b0fc9b99d9d44cb51c1fbdb2fb2eb916d801aa19d9ec568560d6df33373324ea226de3db6e82cbeb9a850426589472a1ec9c
-DIST const_format_proc_macros-0.2.22.crate 24274 BLAKE2B 
61a41f89bb1302cd8a9b2b5b2bb6a90eea2aa6e331840c2b0033acdaef5ddb9cb7a63df028db9e6065a4883aa53002330c6af0bc0b8b3479ef8260c5d088cd71
 SHA512 
a0382a50502cff46c966fca1518ae1102cc749a9fff142a7fc29c3f3dce4b947ef05576e27248ed682aa9db2e1c0af149f41981d02d8415b63734a0ceccb68f4
-DIST difflib-0.4.0.crate 7638 BLAKE2B 
57c703de0d467c997bcbedc4d6577569b3d72c612d3ccd929025a98f4bf8f72f2a0d43f3cd3bc616676c2569aed176b3c1362cfa868a4bb1197e05fe4dbce32f
 SHA512 
fcb57859424fea6958a4407061c421599fbca111357b1fe72faa65d8fb0b74425c993a24484e8414f475fa146cd8368c4f82e1ceb4e8dd9f95741149345b37a9
-DIST doc-comment-0.3.3.crate 4123 BLAKE2B 
a82d1c1a7a90af6e111b5e684a1298d7eac5fd8e4bf7d5baf6c7403d26b609958716d57e51122fe7ad7626fe00a2d824dcfef3cc2fd7679fdb7b509

[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/ruby-install/

2022-11-07 Thread Alexey Zapparov
commit: 8253ff491e73517286a9a408b3f3f4cc6c859082
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Nov  7 18:53:02 2022 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon Nov  7 18:53:02 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8253ff49

dev-ruby/ruby-install: drop 0.8.3-r2

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

 dev-ruby/ruby-install/Manifest |  1 -
 dev-ruby/ruby-install/ruby-install-0.8.3-r2.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest
index c0e5fbb21..90971b07a 100644
--- a/dev-ruby/ruby-install/Manifest
+++ b/dev-ruby/ruby-install/Manifest
@@ -1,3 +1,2 @@
-DIST ruby-install-0.8.3.tar.gz 32381 BLAKE2B 
fd2c15333e571881d9a6be67c2b968f81bd8b2d2025972dd502df35b4ce1b2a5dbfbac29327d2dfa83b779f923342c23c30423455c202a0978581ab71291ce22
 SHA512 
1fdd44b709a7d2eaae4b1ebf7a08381c565d7656d52cf69b98b0e00d383b39c7776848f7acd5f5f79f1a9ad935907e230c256b7cdf46714fddd9a8cfac418c9a
 DIST ruby-install-0.8.4.tar.gz 32652 BLAKE2B 
e863645c66cc631d17a3e5c061220fd59d0b0458613d31e8db4d35fbb0beae53ccf627620b9adb08bb0db82d51bd9a54a7eb96079fc3e6604c32d9b7dc219f3d
 SHA512 
9d7157ab73689a7024efae104f6fd244c019c56d5e27573151818dd72f07855f9785b2ddba9c83a413ddcd92a565893373ca545c486c59b4fa408f349d4c7f48
 DIST ruby-install-0.8.5.tar.gz 32904 BLAKE2B 
6128d489c53c02b53b96f243a7c5fd3de2a360eac8ed7873c89cfafb229e611f77f3275e66bb1aef0ccad772029f7727c0e4a62c6dc74ec1780c7badd219cc52
 SHA512 
4f5546652e741eb4b1b72780a73e0b41b8bd212dd979e31124b8a1a96e9bbebdcb7951da20768b992776206a446b489214f2b1261255855760e2e3477118f8d7

diff --git a/dev-ruby/ruby-install/ruby-install-0.8.3-r2.ebuild 
b/dev-ruby/ruby-install/ruby-install-0.8.3-r2.ebuild
deleted file mode 100644
index 46ccb1fad..0
--- a/dev-ruby/ruby-install/ruby-install-0.8.3-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), 
or mruby."
-HOMEPAGE="https://github.com/postmodern/ruby-install;
-SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PROPERTIES="test_network"
-RESTRICT="!test? ( test )"
-
-DEPEND=">=app-shells/bash-3.0:*"
-RDEPEND="${DEPEND}
-   sys-apps/grep
-   || ( >net-misc/wget-1.12 net-misc/curl )
-   dev-libs/openssl
-   app-arch/tar
-   app-arch/bzip2
-   sys-devel/patch
-   || ( >=sys-devel/gcc-4.2 sys-devel/clang )"
-BDEPEND="test? ( dev-util/shunit2 )"
-
-# XXX: `make check` seems to be broken (violates shellcheck tests)
-src_test() {
-   emake test
-}
-
-src_prepare() {
-   default
-
-   sed -i Makefile -e "s/^VERSION=.\+$/VERSION=${PVR}/" \
-   || die "Cannot fix doc location to follow Gentoo/FHS guidelines"
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/ruby-install/

2022-11-07 Thread Alexey Zapparov
commit: ac3fd4653ae89b80ac473735a1bd1b839817f782
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Nov  7 18:52:20 2022 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Mon Nov  7 18:52:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac3fd465

dev-ruby/ruby-install: add 0.8.5

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

 dev-ruby/ruby-install/Manifest  |  1 +
 dev-ruby/ruby-install/ruby-install-0.8.5.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest
index 49a69c0e8..c0e5fbb21 100644
--- a/dev-ruby/ruby-install/Manifest
+++ b/dev-ruby/ruby-install/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-install-0.8.3.tar.gz 32381 BLAKE2B 
fd2c15333e571881d9a6be67c2b968f81bd8b2d2025972dd502df35b4ce1b2a5dbfbac29327d2dfa83b779f923342c23c30423455c202a0978581ab71291ce22
 SHA512 
1fdd44b709a7d2eaae4b1ebf7a08381c565d7656d52cf69b98b0e00d383b39c7776848f7acd5f5f79f1a9ad935907e230c256b7cdf46714fddd9a8cfac418c9a
 DIST ruby-install-0.8.4.tar.gz 32652 BLAKE2B 
e863645c66cc631d17a3e5c061220fd59d0b0458613d31e8db4d35fbb0beae53ccf627620b9adb08bb0db82d51bd9a54a7eb96079fc3e6604c32d9b7dc219f3d
 SHA512 
9d7157ab73689a7024efae104f6fd244c019c56d5e27573151818dd72f07855f9785b2ddba9c83a413ddcd92a565893373ca545c486c59b4fa408f349d4c7f48
+DIST ruby-install-0.8.5.tar.gz 32904 BLAKE2B 
6128d489c53c02b53b96f243a7c5fd3de2a360eac8ed7873c89cfafb229e611f77f3275e66bb1aef0ccad772029f7727c0e4a62c6dc74ec1780c7badd219cc52
 SHA512 
4f5546652e741eb4b1b72780a73e0b41b8bd212dd979e31124b8a1a96e9bbebdcb7951da20768b992776206a446b489214f2b1261255855760e2e3477118f8d7

diff --git a/dev-ruby/ruby-install/ruby-install-0.8.5.ebuild 
b/dev-ruby/ruby-install/ruby-install-0.8.5.ebuild
new file mode 100644
index 0..706d5e5d2
--- /dev/null
+++ b/dev-ruby/ruby-install/ruby-install-0.8.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), 
or mruby."
+HOMEPAGE="https://github.com/postmodern/ruby-install;
+SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PROPERTIES="test_network"
+RESTRICT="!test? ( test )"
+
+DEPEND=">=app-shells/bash-3.0:*"
+RDEPEND="${DEPEND}
+   sys-apps/grep
+   || ( >net-misc/wget-1.12 net-misc/curl )
+   dev-libs/openssl
+   app-arch/tar
+   app-arch/bzip2
+   app-arch/xz-utils
+   sys-devel/patch
+   || ( >=sys-devel/gcc-4.2 sys-devel/clang )"
+BDEPEND="test? ( dev-util/shunit2 )"
+
+# XXX: `make check` seems to be broken (violates shellcheck tests)
+src_test() {
+   emake test
+}
+
+src_prepare() {
+   default
+
+   sed -i Makefile -e "s/^VERSION=.\+$/VERSION=${PVR}/" \
+   || die "Cannot fix doc location to follow Gentoo/FHS guidelines"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-themes/breezex-xcursors/

2022-10-25 Thread Alexey Zapparov
commit: 15fbe50ec966983fea1dad8d1db9e1b42912a436
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Oct 25 13:47:04 2022 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Oct 25 13:47:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15fbe50e

x11-themes/breezex-xcursors: new package, add 2.0.0

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

 x11-themes/breezex-xcursors/Manifest   |  3 +++
 .../breezex-xcursors/breezex-xcursors-2.0.0.ebuild | 25 ++
 x11-themes/breezex-xcursors/metadata.xml   | 12 +++
 3 files changed, 40 insertions(+)

diff --git a/x11-themes/breezex-xcursors/Manifest 
b/x11-themes/breezex-xcursors/Manifest
new file mode 100644
index 0..0d8224c9c
--- /dev/null
+++ b/x11-themes/breezex-xcursors/Manifest
@@ -0,0 +1,3 @@
+DIST breezex-xcursors-2.0.0-black.tar.gz 3605183 BLAKE2B 
2a5cb9a790104aa6ded991ba9b5c6d02a0a63b64f9a9de6fcc045d3a9d612d0514d7b3b4064d2b46d7fb7db97becc937ae6d736c2c95fedf7d8106d87c912a1e
 SHA512 
b670d9c342c129be0dc2b2fd55c8c5e5c1c63081f465d1350d74b7e8f2208b167349830b5a575a8b0ffca789daff403e324c6b76e7b18a0edba21cb7c1b0a3c8
+DIST breezex-xcursors-2.0.0-dark.tar.gz 2947540 BLAKE2B 
38e3804fc31bee28a85d9fb3d978a7f7945e62d7e32b71a11cb263eefa67248b49388eb4983a53efa56af8459acac924849a174a438b878751cf2e81516ab582
 SHA512 
120ff91294df9830a1177f375558be97f03ad6b0e7068866268514f4d88bd5f7c046e917c3baf65b35a9e9836e91afc3cfa78ece73c54ce0ed664ea51069d646
+DIST breezex-xcursors-2.0.0-light.tar.gz 3677034 BLAKE2B 
4da7e76c3d847dc3dcb8ede495f04a3720af165752d7fa6f7aca0db0a89f4fa6a81d309bdbb3d6ca06dbef3a727e6e290a82a071c0d772b0a6fc9b0d175a6138
 SHA512 
28d5de705559c2ac5c2d973d12f62415435e460e6e98934bddae1534bb75bc4e6d3d75d17466e96f2edc9a2284325937d7d1f854a3c8f01fbc044041629cf606

diff --git a/x11-themes/breezex-xcursors/breezex-xcursors-2.0.0.ebuild 
b/x11-themes/breezex-xcursors/breezex-xcursors-2.0.0.ebuild
new file mode 100644
index 0..e7f37ea7b
--- /dev/null
+++ b/x11-themes/breezex-xcursors/breezex-xcursors-2.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Cursor set highly inspired on KDE Breeze with HiDPi Support"
+HOMEPAGE="https://github.com/ful1e5/BreezeX_Cursor;
+SRC_URI="
+   
https://github.com/ful1e5/BreezeX_Cursor/releases/download/v${PV}/BreezeX-Black.tar.gz
 -> ${P}-black.tar.gz
+   
https://github.com/ful1e5/BreezeX_Cursor/releases/download/v${PV}/BreezeX-Dark.tar.gz
 -> ${P}-dark.tar.gz
+   
https://github.com/ful1e5/BreezeX_Cursor/releases/download/v${PV}/BreezeX-Light.tar.gz
 -> ${P}-light.tar.gz
+   "
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/cursors/xorg-x11
+   doins -r BreezeX-{Black,Dark,Light}
+}

diff --git a/x11-themes/breezex-xcursors/metadata.xml 
b/x11-themes/breezex-xcursors/metadata.xml
new file mode 100644
index 0..550bbb023
--- /dev/null
+++ b/x11-themes/breezex-xcursors/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ale...@zapparov.com
+   Alexey Zapparov
+   
+   
+   
https://github.com/ful1e5/BreezeX_Cursor/issues
+   ful1e5/BreezeX_Cursor
+   
+



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

2022-10-25 Thread Alexey Zapparov
commit: 67a1b60a1469f70f05714d513fda8bd4ee9d0f1f
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Oct 25 13:39:30 2022 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Tue Oct 25 13:39:30 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67a1b60a

x11-themes/bibata-xcursors: add 2.0.2

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

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

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

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



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/ruby-install/

2022-08-04 Thread Alexey Zapparov
commit: 0fe03346a296280de2f9673ab52fdc1d29d48c72
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Aug  5 03:22:21 2022 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Fri Aug  5 03:22:21 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0fe03346

dev-ruby/ruby-install: add 0.8.4

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

 dev-ruby/ruby-install/Manifest  |  1 +
 dev-ruby/ruby-install/ruby-install-0.8.4.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest
index 0a6371c85..49a69c0e8 100644
--- a/dev-ruby/ruby-install/Manifest
+++ b/dev-ruby/ruby-install/Manifest
@@ -1 +1,2 @@
 DIST ruby-install-0.8.3.tar.gz 32381 BLAKE2B 
fd2c15333e571881d9a6be67c2b968f81bd8b2d2025972dd502df35b4ce1b2a5dbfbac29327d2dfa83b779f923342c23c30423455c202a0978581ab71291ce22
 SHA512 
1fdd44b709a7d2eaae4b1ebf7a08381c565d7656d52cf69b98b0e00d383b39c7776848f7acd5f5f79f1a9ad935907e230c256b7cdf46714fddd9a8cfac418c9a
+DIST ruby-install-0.8.4.tar.gz 32652 BLAKE2B 
e863645c66cc631d17a3e5c061220fd59d0b0458613d31e8db4d35fbb0beae53ccf627620b9adb08bb0db82d51bd9a54a7eb96079fc3e6604c32d9b7dc219f3d
 SHA512 
9d7157ab73689a7024efae104f6fd244c019c56d5e27573151818dd72f07855f9785b2ddba9c83a413ddcd92a565893373ca545c486c59b4fa408f349d4c7f48

diff --git a/dev-ruby/ruby-install/ruby-install-0.8.4.ebuild 
b/dev-ruby/ruby-install/ruby-install-0.8.4.ebuild
new file mode 100644
index 0..706d5e5d2
--- /dev/null
+++ b/dev-ruby/ruby-install/ruby-install-0.8.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), 
or mruby."
+HOMEPAGE="https://github.com/postmodern/ruby-install;
+SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PROPERTIES="test_network"
+RESTRICT="!test? ( test )"
+
+DEPEND=">=app-shells/bash-3.0:*"
+RDEPEND="${DEPEND}
+   sys-apps/grep
+   || ( >net-misc/wget-1.12 net-misc/curl )
+   dev-libs/openssl
+   app-arch/tar
+   app-arch/bzip2
+   app-arch/xz-utils
+   sys-devel/patch
+   || ( >=sys-devel/gcc-4.2 sys-devel/clang )"
+BDEPEND="test? ( dev-util/shunit2 )"
+
+# XXX: `make check` seems to be broken (violates shellcheck tests)
+src_test() {
+   emake test
+}
+
+src_prepare() {
+   default
+
+   sed -i Makefile -e "s/^VERSION=.\+$/VERSION=${PVR}/" \
+   || die "Cannot fix doc location to follow Gentoo/FHS guidelines"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/rbspy/

2022-07-14 Thread Alexey Zapparov
commit: 1e552e21d98b0ab6ce76594f3fc7f6a4d477854c
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Jul 14 03:05:40 2022 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Jul 14 03:05:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e552e21

dev-ruby/rbspy: add 0.12.1

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

 dev-ruby/rbspy/Manifest|  58 
 dev-ruby/rbspy/rbspy-0.12.1.ebuild | 178 +
 2 files changed, 236 insertions(+)

diff --git a/dev-ruby/rbspy/Manifest b/dev-ruby/rbspy/Manifest
index 256cf6334..6fb9185f4 100644
--- a/dev-ruby/rbspy/Manifest
+++ b/dev-ruby/rbspy/Manifest
@@ -4,27 +4,40 @@ DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anyhow-1.0.51.crate 44100 BLAKE2B 
20683fd139775cd399bd0fd63599f64a646f8b74c65415af965d3c24690fd81fe48205bedb92075b487b71d5d315be5fdf38ff7c5ecf3e1a1d693a3505ee
 SHA512 
e8e3feebc3c96b7301787502f000b9940a20343a466ac48186c9aa170fb52f0db17768630535a8b475077733ad6ff9f843a3bd5ae4415c86bf83cae0ed0bad7c
+DIST anyhow-1.0.55.crate 44429 BLAKE2B 
9d6838c859bb5a37a0558b7a4d8af245fc2db1e8418252575939ef74851e547549459a97ffb9e512f0d5c6d5166a82cc03c18cc3e8a1bffa79f2d3c5f0c94a14
 SHA512 
d789d56eadb1a6a6d8bedd20d318747a9ad11598d84239ee9214fcfc319f729ae61e09f6d2d7e54ec5553ee65b6a4428b793adc17fb158dc07a69f15c8fd818b
 DIST arrayvec-0.4.12.crate 26551 BLAKE2B 
45514f09f0fd1fae7afb7dc812142ac8d88d1f4b81901db405c79dbeba2d29fea13ec22cb08a43433321931295a9f14456a300e814431b8fb14037d2f47529e9
 SHA512 
c03972056ab8fa30fc53fdc2bfc5e501f7644223998eccb73fdc2e737f7e25f4bb0e531f3eec38f7f3514760fb385fafd06c3d38531d13d92faf841820d4ed2b
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
+DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST bindgen-0.59.2.crate 206267 BLAKE2B 
de66347fcf2d538879e49c85d2db80e86a70e27d3c84464b52a840476a31edae0cfa3e1afaba33ef0b7abadcb1e23a2fe1420e3254e0de1f6848b575a9c96620
 SHA512 
14c49879c7443191b877957a4fd405c7f10a1e8b70016d91bf5fe33861fc5d71982a1c685c190e4f7922cedb6c8aefadac3b0b68cbe5578da791a8da6bfedf44
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bytemuck-1.7.2.crate 27489 BLAKE2B 
2541a7561eb34351f58266451a020858d8ac1ad30ecb95b97d576e72532cae37ef0b747e2259aaf6052b65f951586425044f824a00dfabf54bba9462edf94c2a
 SHA512 
fae361f5abe67215a7591d421a0b713b77b437123c56e21dd00421e95ab86d9dd9b0bf1daa6623b833ea65681fbeeb58f6feab9d323964304a3250f24df1ace2
+DIST bytemuck-1.7.3.crate 27879 BLAKE2B 
b231e200fa8925f71e457a6ae3a6677366cf6a5b1a6c19845b6973f385fdaaa86b6a3d4e8b38356dbc824cde70e8f1120008d21a3d77d06575fd036b0bf20678
 SHA512 
03569cb6b6532ff62f406f8f6c80ea5cc3a4fc36ebe28f5a4bab32000862192eed2d26163062c62c0749d2f96ebed6968ce76d2e95a6430d9147c3648aff1f64
 DIST byteorder-0.5.3.crate 8643 BLAKE2B 
938104ec31c8e0282bf3aac9e3c624633ad4d9d4b0700abf91480b519c5dfab2f29b547213f34d0ff36a39b5029a79dc5b349eb9f2337ac20079722251facf94
 SHA512 
c6134458bc5b05529cef261c519b1d1e515fde37143690cf365dfb7a65d1fa91f1689bec1d1d04dff7f6417ed1eb2e70aef40c78400d7f1bc90c12eac085496b
 DIST byteorder-1.4.3.crate 2251

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

2022-07-14 Thread Alexey Zapparov
commit: 66ef686ea8ad27f8afa7f8530f22a644f2fb517e
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Jul 14 02:44:27 2022 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Jul 14 02:44:27 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66ef686e

media-fonts/victor-mono: add 1.5.4

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

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

diff --git a/media-fonts/victor-mono/Manifest b/media-fonts/victor-mono/Manifest
index 6bc4662c5..19e9f0500 100644
--- a/media-fonts/victor-mono/Manifest
+++ b/media-fonts/victor-mono/Manifest
@@ -1,2 +1,3 @@
 DIST victor-mono-1.5.2.zip 7959120 BLAKE2B 
dc6f298a898674d40bdd615dea2307c6d35b449c5174181b53208168171f4b0be424529623b3d633cce1ba860e2112dc608c20fc5ae6fc5070b34b33b7daf975
 SHA512 
936d374805739069834f76199a2d9e8f49770a101fec8f8fdd7c4b897ad4f9482f1fbbc867609bb53b17f2eae25c4b81282fbcda1c6a397ddbd16fc89fe0d3a2
 DIST victor-mono-1.5.3.zip 8023339 BLAKE2B 
7f34a60fda7d50cc21396feb6dd21f9456553d7fa4a159b41b4d8ce6a80276d24d5d95f43c492974f3e4c6f847f7683e9dcbb68d075aac6ebc9ee3f9d55d325c
 SHA512 
f6206b1633c4627c6563afb5c7334e34744062819786916e2cb8d6a943e686c393bf5814da0ab8a6ecb88cdb05281b37c826e66f6dc1764c84b4c55a51181d59
+DIST victor-mono-1.5.4.zip 8631194 BLAKE2B 
74bc8ce26cbe5bd1b331d440163793740ad1ff393d16ac86dfd18652f11fef8c2899c62eda6ee7e603d9921ac11ab883cdb14a4367d8fdab02a1cd7c65021d63
 SHA512 
7592304648fca98286cea19080fe5ee13bc5c0e19419e86d08960a7d42669886cd5fdc9ee0d2f3832ac53371a81586bfe82cecc6946721d1a99cbe1ec704d62d

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



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

2022-07-14 Thread Alexey Zapparov
commit: 9470e4f2a01533a1f2650b4fd879f7c2541ce5bf
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Jul 14 02:44:47 2022 +
Commit:     Alexey Zapparov  zapparov  com>
CommitDate: Thu Jul 14 02:44:47 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9470e4f2

media-fonts/victor-mono: drop 1.5.2

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

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

diff --git a/media-fonts/victor-mono/Manifest b/media-fonts/victor-mono/Manifest
index 19e9f0500..c542d7b1e 100644
--- a/media-fonts/victor-mono/Manifest
+++ b/media-fonts/victor-mono/Manifest
@@ -1,3 +1,2 @@
-DIST victor-mono-1.5.2.zip 7959120 BLAKE2B 
dc6f298a898674d40bdd615dea2307c6d35b449c5174181b53208168171f4b0be424529623b3d633cce1ba860e2112dc608c20fc5ae6fc5070b34b33b7daf975
 SHA512 
936d374805739069834f76199a2d9e8f49770a101fec8f8fdd7c4b897ad4f9482f1fbbc867609bb53b17f2eae25c4b81282fbcda1c6a397ddbd16fc89fe0d3a2
 DIST victor-mono-1.5.3.zip 8023339 BLAKE2B 
7f34a60fda7d50cc21396feb6dd21f9456553d7fa4a159b41b4d8ce6a80276d24d5d95f43c492974f3e4c6f847f7683e9dcbb68d075aac6ebc9ee3f9d55d325c
 SHA512 
f6206b1633c4627c6563afb5c7334e34744062819786916e2cb8d6a943e686c393bf5814da0ab8a6ecb88cdb05281b37c826e66f6dc1764c84b4c55a51181d59
 DIST victor-mono-1.5.4.zip 8631194 BLAKE2B 
74bc8ce26cbe5bd1b331d440163793740ad1ff393d16ac86dfd18652f11fef8c2899c62eda6ee7e603d9921ac11ab883cdb14a4367d8fdab02a1cd7c65021d63
 SHA512 
7592304648fca98286cea19080fe5ee13bc5c0e19419e86d08960a7d42669886cd5fdc9ee0d2f3832ac53371a81586bfe82cecc6946721d1a99cbe1ec704d62d

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



  1   2   >