From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/packer/
Date: Sat, 21 Mar 2020 22:12:02 +0000 (UTC) [thread overview]
Message-ID: <1584828651.6eb537ae2ea236fedf6b8e9e7dcf74d206d8ac64.williamh@gentoo> (raw)
commit: 6eb537ae2ea236fedf6b8e9e7dcf74d206d8ac64
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 22:10:51 2020 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 22:10:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb537ae
dev-util/packer: 1.4.5 drop use of golang-base
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-util/packer/packer-1.4.5.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/dev-util/packer/packer-1.4.5.ebuild b/dev-util/packer/packer-1.4.5.ebuild
index a361a43a1fa..ab0e1cbcd57 100644
--- a/dev-util/packer/packer-1.4.5.ebuild
+++ b/dev-util/packer/packer-1.4.5.ebuild
@@ -3,25 +3,21 @@
EAPI=7
-inherit golang-base go-module
+inherit go-module
DESCRIPTION="A tool to create identical machine images for multiple platforms"
HOMEPAGE="https://www.packer.io"
-
-EGO_PN="github.com/hashicorp/packer"
SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0 BSD-2 BSD-4 ECL-2.0 icu imagemagick ISC JSON MIT MPL-2.0"
-
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
-DEPEND=""
DOCS=( {README,CHANGELOG}.md )
src_compile() {
- GOCACHE="${T}/go-cache" go build \
+ go build \
+ -mod=vendor \
-work -o "bin/${PN}" ./ || die
}
next reply other threads:[~2020-03-21 22:12 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-21 22:12 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-31 12:58 [gentoo-commits] repo/gentoo:master commit in: dev-util/packer/ 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-10-31 3:06 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
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=1584828651.6eb537ae2ea236fedf6b8e9e7dcf74d206d8ac64.williamh@gentoo \
--to=williamh@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