public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/chezmoi/
Date: Mon, 03 Feb 2025 11:38:21 +0000 (UTC)	[thread overview]
Message-ID: <1738497782.c64698ca1824565b78490c30fc3d890346f6c27e.davidroman@gentoo> (raw)

commit:     c64698ca1824565b78490c30fc3d890346f6c27e
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Feb  2 12:02:55 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb  2 12:03:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c64698ca

app-admin/chezmoi: drop 2.49.0

Closes: https://bugs.gentoo.org/900993 (obsolete)
Closes: https://bugs.gentoo.org/926783 (obsolete)
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 app-admin/chezmoi/Manifest              |  2 --
 app-admin/chezmoi/chezmoi-2.49.0.ebuild | 39 ---------------------------------
 2 files changed, 41 deletions(-)

diff --git a/app-admin/chezmoi/Manifest b/app-admin/chezmoi/Manifest
index 9d871368c..5025ea742 100644
--- a/app-admin/chezmoi/Manifest
+++ b/app-admin/chezmoi/Manifest
@@ -1,4 +1,2 @@
-DIST chezmoi-2.49.0-vendor.tar.xz 5048236 BLAKE2B 3b28e8cc9fcc9bdb23575f1243579c776bb1da16888a7b2223ed8546cd5d57b948d0a04bdec96f8ced2be80b7c274a2407fa1766b95a3a1b8525a4724f2f4ea9 SHA512 5b9fc4d2efa26de96014ef0a5208610da82eaf22b5c6df042b3bcb31f5aa06ad0f3182f2de6d0f3265a2dca3c31ec9ff65195b53b1b4887d6ddadada1226c986
-DIST chezmoi-2.49.0.tar.gz 2457390 BLAKE2B 7419b794396584b3cfeca86abde10b29e77ef726a378561240fe47c199ff1157f00d70f115117829855e2854f6e75d76e7f48a5a5a32b3fb3743ae6056307a8f SHA512 aa0a3121e57541c1d5078f65cae0b04ebae0f2e1f4268c82644384d6cabc00925d7df9b5a34c24c4a2ed09788fc4a360636f7c4a9a0d1a7c11f1872384d80f5a
 DIST chezmoi-2.59.0-vendor.tar.xz 9077964 BLAKE2B ae41c88fdb9ec1608269787cc8aab3a468d757f5f4051cf3fb793742db179c776e3d52a0eb53bc08d617a14146a148f44ba6f5afe5adb15810b2bca01cc6267f SHA512 aa6bfdaf3b9bf6106599d44ef175db8baab2750dd8a925c5c4adacdcb2ae26a52f1135e8c4b89caac23a5b652c00dff691efd02015d18724d28a2a04dc1ead73
 DIST chezmoi-2.59.0.tar.gz 2522607 BLAKE2B e26f1175663425f8d11e4c8c87d48e8e697722784b7c6dec0405f45633f7c6f87b3c942fc56d41a1c06c9f7acde2b784225f71c2607c46b2836a15f629d9ed48 SHA512 a13c9767128cad501c9451ea5344ffdbe85efe92edee7d594d1888a012c0a2ed5d8125d11e9590469f45bd19caf739f10b622e71297f6447a7b12ebb6f50857a

diff --git a/app-admin/chezmoi/chezmoi-2.49.0.ebuild b/app-admin/chezmoi/chezmoi-2.49.0.ebuild
deleted file mode 100644
index 2789bb391..000000000
--- a/app-admin/chezmoi/chezmoi-2.49.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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/Hummer12007/distfiles/releases/download/${P}/${P}-vendor.tar.xz"
-
-LICENSE="BSD BSD-2 MIT Apache-2.0 MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-RESTRICT="mirror"
-
-DEPEND="dev-vcs/git"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	ego build -o ${PN} -v -work -x -ldflags \
-		"-X main.version=${PV} -X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ)"
-}
-
-src_test() {
-	ego test -ldflags \
-		"-X github.com/twpayne/chezmoi/v2/pkg/chezmoitest.umaskStr=0o022"
-}
-
-src_install() {
-	dobin ${PN}
-
-	einstalldocs
-
-	newbashcomp completions/${PN}-completion.bash ${PN}
-	dofishcomp completions/${PN}.fish
-	newzshcomp completions/${PN}.zsh _${PN}
-}


             reply	other threads:[~2025-02-03 11:38 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-03 11:38 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-08 19:33 [gentoo-commits] repo/proj/guru:master commit in: app-admin/chezmoi/ Haelwenn Monnier
2025-03-24  9:51 David Roman
2025-02-10  9:42 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-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=1738497782.c64698ca1824565b78490c30fc3d890346f6c27e.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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