From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/chezmoi/
Date: Fri, 19 Apr 2024 16:41:11 +0000 (UTC) [thread overview]
Message-ID: <1713531193.f760b30cbdf1e7969dea350c28513fe6a6aee79a.julien@gentoo> (raw)
commit: f760b30cbdf1e7969dea350c28513fe6a6aee79a
Author: Marcus Haukelid Larsen <mhl <AT> haukelid <DOT> dk>
AuthorDate: Fri Apr 19 12:52:06 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Apr 19 12:53:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f760b30c
app-admin/chezmoi: add 2.47.3, drop 2.39.1
Signed-off-by: Marcus Haukelid Larsen <mhl <AT> haukelid.dk>
app-admin/chezmoi/Manifest | 4 ++--
app-admin/chezmoi/{chezmoi-2.39.1.ebuild => chezmoi-2.47.3.ebuild} | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-admin/chezmoi/Manifest b/app-admin/chezmoi/Manifest
index d95801c3f1..0015be04cf 100644
--- a/app-admin/chezmoi/Manifest
+++ b/app-admin/chezmoi/Manifest
@@ -1,2 +1,2 @@
-DIST chezmoi-2.39.1-deps.tar.xz 138761712 BLAKE2B a534582457b1224302c14fb04062e1591113dfba5ccf0b13157c825ecea1b4dfc33fa6fca487aee96d5af9f005e740ee86d93304e674445df2d4721d890f5418 SHA512 dc94f86b62e9d2124e85153016089fadd4dc40b85330e62aa68da93a4ec0ee24c79ba2fa48a0b4ef6dedd454367c0c0100812e456b5076e79b2ae6561e901d4a
-DIST chezmoi-2.39.1.tar.gz 2420388 BLAKE2B 3688cfb6eeebf2ce1e7c596b59065b9b25514b6ff42be192c9f748952426becba5deaa131670b44f2eb7d886d881b0271c89f84ebfe980a8b2d4d5c5ecab0a6b SHA512 6d73172d1abc24d3d2a6deaa7b53b84c5d7faa7141578478816931584befabfdb364a040642477a6a922501bbfdb84084ccc91af3eb664c4a5aaa8c8e6ced60e
+DIST chezmoi-2.47.3-vendor.tar.xz 5216784 BLAKE2B e366d255b7d25c01eb288dede779eb1b1767c5627bfb9869382e21f737b4449cfb10c6f32cc9a02fc0ae57343b9ce28d10adfeb25d2f6e63f552ba7fbd6c999c SHA512 e58f66ede06a01910bbb0692e97972f5f7eed627b9e502c584a2348558683550344229db937ab4a07d13042529062403d0917eaba0d8a58003baf32f08950801
+DIST chezmoi-2.47.3.tar.gz 2451368 BLAKE2B d2022eb49f7a4140a0b21df4ddd38c8c92c0b83a753608d28fcda2e0c0be6ebd1b555be088a7d7ae7cec14b6102ce6a711cec32e0fed62a6a86ee8d9574aa9bb SHA512 77b5e03ac4677b107ddd4fbcf9bb5eed00e3250b09f760624407304e8ce8edeb8f2fab88d359e7a53f20f0d36c3fdeb8bfd8a7cd8030d9d04524d527196cd6fa
diff --git a/app-admin/chezmoi/chezmoi-2.39.1.ebuild b/app-admin/chezmoi/chezmoi-2.47.3.ebuild
similarity index 89%
rename from app-admin/chezmoi/chezmoi-2.39.1.ebuild
rename to app-admin/chezmoi/chezmoi-2.47.3.ebuild
index a516eb40c9..96a4380b13 100644
--- a/app-admin/chezmoi/chezmoi-2.39.1.ebuild
+++ b/app-admin/chezmoi/chezmoi-2.47.3.ebuild
@@ -8,7 +8,7 @@ inherit go-module shell-completion
DESCRIPTION="Manage your dotfiles across multiple machines, securely"
HOMEPAGE="https://www.chezmoi.io/"
SRC_URI="https://github.com/twpayne/chezmoi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://github.com/apraga/portage-deps/raw/master/${P}-deps.tar.xz"
+SRC_URI+=" https://github.com/MHaukelid/ebuild-vendored/releases/download/${P}/${P}-vendor.tar.xz"
LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
SLOT="0"
@@ -30,6 +30,7 @@ src_test() {
src_install() {
dobin ${PN}
+
einstalldocs
newbashcomp completions/${PN}-completion.bash ${PN}
next reply other threads:[~2024-04-19 16:41 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-19 16:41 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-10 9:42 [gentoo-commits] repo/proj/guru:master commit in: app-admin/chezmoi/ David Roman
2025-02-03 11:38 David Roman
2025-02-03 11:38 David Roman
2024-06-19 7:15 Florian Schmaus
2024-04-19 16:41 Julien Roy
2024-04-19 16:41 Julien Roy
2024-04-19 16:41 Julien Roy
2024-04-13 15:04 Julien Roy
2024-01-25 10:49 David Roman
2023-09-09 12:26 David Roman
2023-08-08 10:02 Haelwenn Monnier
2023-08-02 16:30 Florian Schmaus
2023-07-21 20:15 Haelwenn Monnier
2023-07-13 9:42 David Roman
2023-06-10 10:56 Florian Schmaus
2023-04-13 7:02 Florian Schmaus
2022-05-23 17:15 Haelwenn Monnier
2021-12-01 19:34 Andrew Ammerlaan
2021-09-11 14:43 Arthur Zamarin
2021-09-08 15:20 Arthur Zamarin
2021-08-27 16:10 Haelwenn Monnier
2021-08-27 16:10 Haelwenn Monnier
2021-05-06 9:55 Andrew Ammerlaan
2021-01-10 11:31 Andrew Ammerlaan
2020-06-21 19:11 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1713531193.f760b30cbdf1e7969dea350c28513fe6a6aee79a.julien@gentoo \
--to=julien@jroy.ca \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox