Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/packer/
Date: Tue, 15 Sep 2020 14:11:36
Message-Id: 1600179078.f5ed81b4fc5c15373b7d2a5a437f85403125a8e6.juippis@gentoo
1 commit: f5ed81b4fc5c15373b7d2a5a437f85403125a8e6
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 14:10:48 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 14:11:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ed81b4
7
8 dev-util/packer: remove old
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-util/packer/Manifest | 3 ---
13 dev-util/packer/packer-1.3.5.ebuild | 36 ------------------------------------
14 dev-util/packer/packer-1.4.1.ebuild | 35 -----------------------------------
15 dev-util/packer/packer-1.4.4.ebuild | 31 -------------------------------
16 4 files changed, 105 deletions(-)
17
18 diff --git a/dev-util/packer/Manifest b/dev-util/packer/Manifest
19 index 9910602b85d..064470c67ea 100644
20 --- a/dev-util/packer/Manifest
21 +++ b/dev-util/packer/Manifest
22 @@ -1,6 +1,3 @@
23 -DIST packer-1.3.5.tar.gz 9198704 BLAKE2B 210c824aa61fed8ab58ea6eed2a1804d8b144e7e20f0794721b2c282d066969d1193fc36b004bb7d31d8a2b19fa609e673d05457653bf8ad694a142563e839cc SHA512 becd747b43c8a9c0aa93d1d723f2e2383e9f2adc19e82653142ea13080aa393750cd3fdf86fa259af21af6b6417bf023e7e482402dfa56d347720fb740ebe906
24 DIST packer-1.4.0.tar.gz 9794922 BLAKE2B 2e1d817e0a3f549255ecd8693d6d99b2e45df2e8fb0acc128f03bd1448f28afa865a0849ccf58e9a562ef50b901ea86efd29fe29747c126aa98c05456638719f SHA512 d2dbeb99d1fe44a427d2997eeb4ff6ae66bdf2d7f8f08e2105f8614487a6565b8bc263cf8aab8413520783a4dde18d150aae6c69db171fe1cfab3ee1bd0a0743
25 -DIST packer-1.4.1.tar.gz 11279518 BLAKE2B 7b1b966af8cac73826fc8f5a1cb39183fd2ae1d3b7da6d7408cbb7c3342a0fd2ba84cf1df89ea9edc41353c0bbb6c874347745a91c3eaa1a742521c79500f21a SHA512 4038990655eecf412be9dae9edd09a300543a3b0b841c982631cb48f4905388f9dbf26a9b0ac3cb77628d1e650600b7d3b89a1694f746dfdef086a621078cde1
26 -DIST packer-1.4.4.tar.gz 12811202 BLAKE2B 7a59f0252ac3d8158d64806e54fe459fe154bdc11b67539e4a39e7c79273bba6c5814cec0128c177a51e48bcf9172692d3eb3c7e789b768019c329c111fd5a0c SHA512 c4d2ca049b442fbbc65214ae75f5c85dc87b09eac8711891c4678ff3b2a676d00a051c08448a7a99b7a0977d4a04ad8bc559fd09885b520e6a8eb2dfc33ba50a
27 DIST packer-1.4.5.tar.gz 13705057 BLAKE2B d23527e8bb0104e3f0206f5a82eb93fbe15a9542409bcce13cefd49fa83a47c0262f48e74ff951990211de9f85fc32efd41bbd4ed286b3462aed86df68afebc8 SHA512 b2a3ae27612c78fcfcb2ac655437faf2cff6e587fd10033b39ddaca8b92b634b93ecd0ae7e3ee43253ee716a2c0f7da532b3ae0ce33c59d1d3896f9187d9a657
28 DIST packer-1.5.6.tar.gz 16037500 BLAKE2B 9409aad981b3494a442fc6854481853494b12b74532ed3ac8d210d4e275a8f4f18bfb6dcfd7c36c4e97b3d5ba0263155fc8f08592b0123705c5d341d9183e6eb SHA512 993f54a1bf98abd5bc450bafaf202fbbfbad009b661d49783ff82cba9891b8556340801680c0fdc33b90396a3101a2ed93a11798ad51c10d7bd5f81fef4f5a31
29
30 diff --git a/dev-util/packer/packer-1.3.5.ebuild b/dev-util/packer/packer-1.3.5.ebuild
31 deleted file mode 100644
32 index 8cae3f47d00..00000000000
33 --- a/dev-util/packer/packer-1.3.5.ebuild
34 +++ /dev/null
35 @@ -1,36 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -inherit golang-vcs-snapshot
42 -
43 -DESCRIPTION="A tool to create identical machine images for multiple platforms"
44 -HOMEPAGE="https://www.packer.io"
45 -
46 -EGO_PN="github.com/hashicorp/packer"
47 -SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="MPL-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64"
52 -IUSE=""
53 -DEPEND=">=dev-lang/go-1.11.0"
54 -
55 -DOCS="README.md CHANGELOG.md"
56 -
57 -src_compile() {
58 - cd "src/${EGO_PN}" || die
59 - GOPATH="${S}" GOCACHE="${T}/go-cache" go build \
60 - -v -work -o "${S}/${PN}" ./ || die
61 -}
62 -
63 -src_install() {
64 - dobin packer
65 -
66 - pushd "src/${EGO_PN}" || die
67 - einstalldocs
68 - insinto /usr/share/zsh/site-functions
69 - doins contrib/zsh-completion/_packer
70 - popd || die
71 -}
72
73 diff --git a/dev-util/packer/packer-1.4.1.ebuild b/dev-util/packer/packer-1.4.1.ebuild
74 deleted file mode 100644
75 index b5901c6d82a..00000000000
76 --- a/dev-util/packer/packer-1.4.1.ebuild
77 +++ /dev/null
78 @@ -1,35 +0,0 @@
79 -# Copyright 1999-2019 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=7
83 -
84 -inherit golang-vcs-snapshot
85 -
86 -DESCRIPTION="A tool to create identical machine images for multiple platforms"
87 -HOMEPAGE="https://www.packer.io"
88 -
89 -EGO_PN="github.com/hashicorp/packer"
90 -SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
91 -
92 -LICENSE="MPL-2.0"
93 -SLOT="0"
94 -KEYWORDS="~amd64"
95 -IUSE=""
96 -DEPEND=">=dev-lang/go-1.12.0"
97 -
98 -DOCS=( src/${EGO_PN}/{README,CHANGELOG}.md )
99 -
100 -src_compile() {
101 - cd "src/${EGO_PN}" || die
102 - GOPATH="${S}" GOCACHE="${T}/go-cache" go build \
103 - -v -work -o "${S}/${PN}" ./ || die
104 -}
105 -
106 -src_install() {
107 - dobin packer
108 -
109 - einstalldocs
110 -
111 - insinto /usr/share/zsh/site-functions
112 - doins src/${EGO_PN}/contrib/zsh-completion/_packer
113 -}
114
115 diff --git a/dev-util/packer/packer-1.4.4.ebuild b/dev-util/packer/packer-1.4.4.ebuild
116 deleted file mode 100644
117 index ab0e1cbcd57..00000000000
118 --- a/dev-util/packer/packer-1.4.4.ebuild
119 +++ /dev/null
120 @@ -1,31 +0,0 @@
121 -# Copyright 1999-2019 Gentoo Authors
122 -# Distributed under the terms of the GNU General Public License v2
123 -
124 -EAPI=7
125 -
126 -inherit go-module
127 -
128 -DESCRIPTION="A tool to create identical machine images for multiple platforms"
129 -HOMEPAGE="https://www.packer.io"
130 -SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
131 -
132 -LICENSE="Apache-2.0 BSD-2 BSD-4 ECL-2.0 icu imagemagick ISC JSON MIT MPL-2.0"
133 -SLOT="0"
134 -KEYWORDS="~amd64"
135 -
136 -DOCS=( {README,CHANGELOG}.md )
137 -
138 -src_compile() {
139 - go build \
140 - -mod=vendor \
141 - -work -o "bin/${PN}" ./ || die
142 -}
143 -
144 -src_install() {
145 - dobin bin/packer
146 -
147 - einstalldocs
148 -
149 - insinto /usr/share/zsh/site-functions
150 - doins contrib/zsh-completion/_packer
151 -}