commit:     368f0612a638a71e90733f77c0c969d751f18836
Author:     Viktar Patotski <xp.vit.blr <AT> gmail <DOT> com>
AuthorDate: Mon Aug 24 09:41:01 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 12:33:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368f0612

dev-util/packer: bump version to 1.6.1

This bumps dev-util/packer to latest version 1.6.1.
Also adding myself as proxy maintainer.

Signed-off-by: Viktar Patotski <xp.vit.blr <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17248
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/packer/Manifest            |  1 +
 dev-util/packer/metadata.xml        |  9 ++++++++-
 dev-util/packer/packer-1.6.1.ebuild | 31 +++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/dev-util/packer/Manifest b/dev-util/packer/Manifest
index 064470c67ea..191666f2693 100644
--- a/dev-util/packer/Manifest
+++ b/dev-util/packer/Manifest
@@ -1,3 +1,4 @@
 DIST packer-1.4.0.tar.gz 9794922 BLAKE2B 
2e1d817e0a3f549255ecd8693d6d99b2e45df2e8fb0acc128f03bd1448f28afa865a0849ccf58e9a562ef50b901ea86efd29fe29747c126aa98c05456638719f
 SHA512 
d2dbeb99d1fe44a427d2997eeb4ff6ae66bdf2d7f8f08e2105f8614487a6565b8bc263cf8aab8413520783a4dde18d150aae6c69db171fe1cfab3ee1bd0a0743
 DIST packer-1.4.5.tar.gz 13705057 BLAKE2B 
d23527e8bb0104e3f0206f5a82eb93fbe15a9542409bcce13cefd49fa83a47c0262f48e74ff951990211de9f85fc32efd41bbd4ed286b3462aed86df68afebc8
 SHA512 
b2a3ae27612c78fcfcb2ac655437faf2cff6e587fd10033b39ddaca8b92b634b93ecd0ae7e3ee43253ee716a2c0f7da532b3ae0ce33c59d1d3896f9187d9a657
 DIST packer-1.5.6.tar.gz 16037500 BLAKE2B 
9409aad981b3494a442fc6854481853494b12b74532ed3ac8d210d4e275a8f4f18bfb6dcfd7c36c4e97b3d5ba0263155fc8f08592b0123705c5d341d9183e6eb
 SHA512 
993f54a1bf98abd5bc450bafaf202fbbfbad009b661d49783ff82cba9891b8556340801680c0fdc33b90396a3101a2ed93a11798ad51c10d7bd5f81fef4f5a31
+DIST packer-1.6.1.tar.gz 17334870 BLAKE2B 
c6db96de6a96c337ca2b2e7f273be21b4410e272817622af849346f38fab7212119aec1fcfd71b0c67bb00e8aad879485fd21cd42d7054eab4a37251fccc3ae7
 SHA512 
3b4b21eac425fec44a47a5799dcb5387099de06b777906a4b7c5bf169c71d8b82ab4296a21c8b60daefa4546d5a814b8d9f23e4d2afcf0eb91c3338d8f327ce7

diff --git a/dev-util/packer/metadata.xml b/dev-util/packer/metadata.xml
index c8bbb6c2126..a2b26dedcc9 100644
--- a/dev-util/packer/metadata.xml
+++ b/dev-util/packer/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <!-- maintainer-needed -->
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Viktar Patotski</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
        <longdescription lang="en">
                Packer is an open source tool for creating identical machine 
images for
                multiple platforms from a single source configuration. Packer 
is lightweight,

diff --git a/dev-util/packer/packer-1.6.1.ebuild 
b/dev-util/packer/packer-1.6.1.ebuild
new file mode 100644
index 00000000000..c1237d3214b
--- /dev/null
+++ b/dev-util/packer/packer-1.6.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 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 ECL-2.0 icu imagemagick ISC JSON MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( {README,CHANGELOG}.md )
+
+src_compile() {
+       go build \
+               -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 via email to