public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/packer/
Date: Sun, 31 Oct 2021 03:06:15 +0000 (UTC)	[thread overview]
Message-ID: <1635649464.b56006aa3f1c6ac7454fb0caf7aac93ac53dcacb.sam@gentoo> (raw)

commit:     b56006aa3f1c6ac7454fb0caf7aac93ac53dcacb
Author:     Florian Dubourg <florian <AT> dubourg <DOT> cz>
AuthorDate: Wed Oct 27 13:05:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 03:04:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56006aa

dev-util/packer: add 1.7.7

Added packer v1.7.7

Signed-off-by: Florian Dubourg <florian <AT> dubourg.cz>
Closes: https://github.com/gentoo/gentoo/pull/22725
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/packer/Manifest            |  1 +
 dev-util/packer/packer-1.7.7.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-util/packer/Manifest b/dev-util/packer/Manifest
index 310e7783618..f20ded3f3b6 100644
--- a/dev-util/packer/Manifest
+++ b/dev-util/packer/Manifest
@@ -1,2 +1,3 @@
 DIST packer-1.6.6.tar.gz 17130110 BLAKE2B 3e348d3b3afc65cb50d4e855dd3138892dbc1c1f049fa50849e988ac2d0263a7438b706d595e99fb7a6a11e4b1594e3027ffc137fe7c263017c7b00153b350cb SHA512 0b856cf7a745621bedf8b8b7998e1267a8b16fea2f066d39beeccd2b6bb5eb9ba01276c98bebe9f2f53f3916be71ba2d86d409ad532a8b7648a00c256aa776d2
 DIST packer-1.7.2.tar.gz 17972088 BLAKE2B 6599c9bb19380ed08d186b1f1bd5d9ad581425acce59920a02d4dcdc5237e8f9f9f9af264b4d1ed93f39a56061b9c391fcccdd2582393af420d72421abbd1beb SHA512 019bd07571ca59cb8fbf6edb5dc7f57af11c43b144986222c3d560a812f25d61bbc87a554963eea479f8bfe61abacca7173c4f12b1bc09ffaf78c269624c826e
+DIST packer-1.7.7.tar.gz 2323721 BLAKE2B 8c44fa12a8d6a5a2d4bb15fabe483fa4ac312ff911ebfc3f4f7b208c260033bfeea490f9272e8cd4c42d53e44418fbe0ed373d3f4cb976e0106996ce3904fbf8 SHA512 7453371a36ccdee70e5a1c4771f3e9f94aa459a4bdd0b4277bae2eb2d82564fe3c64fde2ac4727117f95f584169a975f0965f3dce4ccc5a4de38ea1928af2271

diff --git a/dev-util/packer/packer-1.7.7.ebuild b/dev-util/packer/packer-1.7.7.ebuild
new file mode 100644
index 00000000000..302cc7c43ee
--- /dev/null
+++ b/dev-util/packer/packer-1.7.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit go-module
+
+DESCRIPTION="A tool to create identical machine images for multiple platforms"
+HOMEPAGE="https://www.packer.io"
+SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD-2 BSD-4 MIT MPL-2.0 unicode"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( {README,CHANGELOG}.md )
+
+RESTRICT+=" test"
+
+src_compile() {
+	go build \
+		-ldflags "${go_ldflags}" \
+		-mod=vendor \
+		-work -o "bin/${PN}" ./ || die
+}
+
+src_install() {
+	dobin bin/packer
+
+	einstalldocs
+
+	insinto /usr/share/zsh/site-functions
+	doins contrib/zsh-completion/_packer
+}


             reply	other threads:[~2021-10-31  3:06 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-31  3:06 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-31 18:05 [gentoo-commits] repo/gentoo:master commit in: dev-util/packer/ Dennis Lamm
2025-08-31 18:05 Dennis Lamm
2025-03-31 12:58 Joonas Niilola
2024-06-13 14:44 Arthur Zamarin
2024-06-02  8:09 Joonas Niilola
2024-04-20  7:40 Joonas Niilola
2023-10-28 10:16 Yixun Lan
2023-10-17 14:02 Yixun Lan
2023-05-02 13:19 Joonas Niilola
2023-01-27  7:33 Joonas Niilola
2023-01-27  7:33 Joonas Niilola
2022-06-14  6:09 Jakov Smolić
2022-04-21  6:54 Jakov Smolić
2022-03-24  7:55 Joonas Niilola
2022-03-24  7:55 Joonas Niilola
2022-01-28  7:53 Sam James
2022-01-28  7:53 Sam James
2021-10-31  8:38 Sam James
2021-10-31  8:38 Sam James
2021-04-29 16:49 Rick Farina
2020-11-12 21:28 Patrice Clement
2020-09-16 12:33 Joonas Niilola
2020-09-15 14:11 Joonas Niilola
2020-09-15 14:11 Joonas Niilola
2020-03-21 22:12 William Hubbs
2020-03-21 22:12 William Hubbs
2019-11-16  9:45 Joonas Niilola
2019-10-23 13:19 Manuel Rüger
2019-07-18  7:14 Michał Górny
2019-07-18  7:14 Michał Górny
2019-04-16 18:14 Georgy Yakovlev
2019-03-18 22:53 Patrice Clement
2019-03-18 22:53 Patrice Clement
2019-02-02  0:40 Georgy Yakovlev
2019-02-02  0:40 Georgy Yakovlev
2019-01-06 22:48 Georgy Yakovlev

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=1635649464.b56006aa3f1c6ac7454fb0caf7aac93ac53dcacb.sam@gentoo \
    --to=sam@gentoo.org \
    --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