Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/consul/
Date: Tue, 17 Sep 2019 21:21:30
Message-Id: 1568755277.be0a2867635e06c91b4e180b3c4c20089299d1dd.zmedico@gentoo
1 commit: be0a2867635e06c91b4e180b3c4c20089299d1dd
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 21:12:12 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 21:21:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be0a2867
7
8 app-admin/consul: Remove old versions
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-admin/consul/Manifest | 3 --
14 app-admin/consul/consul-1.5.0-r1.ebuild | 69 ---------------------------------
15 app-admin/consul/consul-1.5.1-r1.ebuild | 69 ---------------------------------
16 app-admin/consul/consul-1.5.2.ebuild | 69 ---------------------------------
17 4 files changed, 210 deletions(-)
18
19 diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
20 index 23d5661b5c0..df84d64f844 100644
21 --- a/app-admin/consul/Manifest
22 +++ b/app-admin/consul/Manifest
23 @@ -1,6 +1,3 @@
24 DIST consul-1.4.4.tar.gz 22736827 BLAKE2B a1b973a303f77d84993e4879aa92072d4f2d36353683cf9a2c6cdeaded8587e8464f066168f190f7347f6038df28b3cba1d8b8a3ca0b700ee085019af5014966 SHA512 d3e5dd536726976b705fe4c78c67eaf345b8f47225919c0ca1609d75e74343d9a16d893ef4cd5140998f23b3149cfa60f5b432ed9a7251bb3b232be9b65e7241
25 -DIST consul-1.5.0.tar.gz 20830405 BLAKE2B e64fbc22ade0c737db4f2f1b0e3966dbe617456a35d18a7a3cfa1b0f6ce2e335542b3add06c8b8e49995135b5a1576c824840030ac8dd46019bee915689bc5e2 SHA512 8cefb77b56b27995bba38517144bf42585bd1d9ad9a10fc0c9b6bc1a87bfbd042e336ed5e945cfce1fb8eb4b8162dbc8246e2b4109dea5767b8745a7b2159ef8
26 -DIST consul-1.5.1.tar.gz 21123963 BLAKE2B 4fe6a45f442d849196a7b9961110cdcc6f92931626ab583859efabe62038f6b2c356b27b37ea41b27755cca138c567be5c81854794a1ba0ccae3f9e0dfd10749 SHA512 7486d24bf1fa9fe94175abf9e008dc4fe4277c509381a524a9ee20e17bc4959f621e39be29e33622cb672ef3a04f9161e575009197bcd35c78b45f1d2637a2ea
27 -DIST consul-1.5.2.tar.gz 21697719 BLAKE2B 782d6fe02cda097db9256a7e508cf19cf4d514d7936022d339fa62db705f6c60468cea907cd22338bb61c3287bfccb3a4d435a4f9222aa7558999553909e5d40 SHA512 e0820592abc5e119f74c8bf3d11a23726ee6dda7d193864a4486d64deef0bfd6ae4c9170b57d6f978e7ddfeb425229a019c45a8edcdea0938bce9315f2444fd6
28 DIST consul-1.5.3.tar.gz 21743194 BLAKE2B c797b04457c5f0b12f06732a94038b25367b53a9e6088d725eea61786a0e18bd905ad680bc12c4bfa30b44292d2676689dd6f18e9e2143bf6e1b02c2c55f678f SHA512 3f275ec160b9e583b81ba8d463fdb05e9fc9058db2453d9393a56b67337ea04df98a89225323192230938e1abfb48fa60fe0a32b4d8980573b749217b69933e9
29 DIST consul-1.6.0.tar.gz 22465984 BLAKE2B 3a030619786e8dabdf8b778012a80ff4b0e76ede6c313b688bf04bfd1a8488bff1bbd4a36c1dd11496bd1942f7bba2a9bb22ae3b364fee4335adfb741756dd67 SHA512 a122892693e3bee0fc0e0b5c0945e4a8dddb890228c091112e0db11a8afd33430611c20ff9bc13d2b3a2ac0d3b560be2d9c4e03a9cc425983fbd8f7edb699658
30
31 diff --git a/app-admin/consul/consul-1.5.0-r1.ebuild b/app-admin/consul/consul-1.5.0-r1.ebuild
32 deleted file mode 100644
33 index 13e2f4eb614..00000000000
34 --- a/app-admin/consul/consul-1.5.0-r1.ebuild
35 +++ /dev/null
36 @@ -1,69 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -inherit golang-vcs-snapshot systemd user
43 -GIT_COMMIT="34eff65"
44 -KEYWORDS="~amd64"
45 -EGO_PN="github.com/hashicorp/consul"
46 -DESCRIPTION="A tool for service discovery, monitoring and configuration"
47 -HOMEPAGE="https://www.consul.io"
48 -SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> ${P}.tar.gz"
49 -
50 -SLOT="0"
51 -LICENSE="MPL-2.0"
52 -IUSE=""
53 -
54 -RESTRICT="test"
55 -
56 -DEPEND="dev-go/gox
57 - >=dev-lang/go-1.11:=
58 - >=dev-go/go-tools-0_pre20160121"
59 -RDEPEND=""
60 -
61 -pkg_setup() {
62 - enewgroup consul
63 - enewuser consul -1 -1 /var/lib/${PN} consul
64 -}
65 -
66 -src_prepare() {
67 - default
68 -
69 - sed -e 's:go get -u -v $(GOTOOLS)::' \
70 - -e 's:vendorfmt dev-build:dev-build:' \
71 - -i "src/${EGO_PN}/GNUmakefile" || die
72 -}
73 -
74 -src_compile() {
75 - # The dev target sets causes build.sh to set appropriate XC_OS
76 - # and XC_ARCH, and skips generation of an unused zip file,
77 - # avoiding a dependency on app-arch/zip.
78 - GOPATH="${S}" \
79 - GOBIN="${S}/bin" \
80 - GIT_DESCRIBE="v${PV}" \
81 - GIT_DIRTY="" \
82 - GIT_COMMIT="${GIT_COMMIT}" \
83 - emake -C "src/${EGO_PN}" dev-build
84 -}
85 -
86 -src_install() {
87 - local x
88 -
89 - dobin bin/consul
90 -
91 - keepdir /etc/consul.d
92 - insinto /etc/consul.d
93 - doins "${FILESDIR}/"*.json.example
94 -
95 - for x in /var/{lib,log}/${PN}; do
96 - keepdir "${x}"
97 - fowners consul:consul "${x}"
98 - done
99 -
100 - newinitd "${FILESDIR}/consul.initd" "${PN}"
101 - newconfd "${FILESDIR}/consul.confd" "${PN}"
102 - insinto /etc/logrotate.d
103 - newins "${FILESDIR}/${PN}.logrotated" "${PN}"
104 - systemd_dounit "${FILESDIR}/consul.service"
105 -}
106
107 diff --git a/app-admin/consul/consul-1.5.1-r1.ebuild b/app-admin/consul/consul-1.5.1-r1.ebuild
108 deleted file mode 100644
109 index 23474dcfc44..00000000000
110 --- a/app-admin/consul/consul-1.5.1-r1.ebuild
111 +++ /dev/null
112 @@ -1,69 +0,0 @@
113 -# Copyright 1999-2019 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=6
117 -
118 -inherit golang-vcs-snapshot systemd user
119 -GIT_COMMIT="40cec98"
120 -KEYWORDS="~amd64"
121 -EGO_PN="github.com/hashicorp/consul"
122 -DESCRIPTION="A tool for service discovery, monitoring and configuration"
123 -HOMEPAGE="https://www.consul.io"
124 -SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> ${P}.tar.gz"
125 -
126 -SLOT="0"
127 -LICENSE="MPL-2.0"
128 -IUSE=""
129 -
130 -RESTRICT="test"
131 -
132 -DEPEND="dev-go/gox
133 - >=dev-lang/go-1.11:=
134 - >=dev-go/go-tools-0_pre20160121"
135 -RDEPEND=""
136 -
137 -pkg_setup() {
138 - enewgroup consul
139 - enewuser consul -1 -1 /var/lib/${PN} consul
140 -}
141 -
142 -src_prepare() {
143 - default
144 -
145 - sed -e 's:go get -u -v $(GOTOOLS)::' \
146 - -e 's:vendorfmt dev-build:dev-build:' \
147 - -i "src/${EGO_PN}/GNUmakefile" || die
148 -}
149 -
150 -src_compile() {
151 - # The dev target sets causes build.sh to set appropriate XC_OS
152 - # and XC_ARCH, and skips generation of an unused zip file,
153 - # avoiding a dependency on app-arch/zip.
154 - GOPATH="${S}" \
155 - GOBIN="${S}/bin" \
156 - GIT_DESCRIBE="v${PV}" \
157 - GIT_DIRTY="" \
158 - GIT_COMMIT="${GIT_COMMIT}" \
159 - emake -C "src/${EGO_PN}" dev-build
160 -}
161 -
162 -src_install() {
163 - local x
164 -
165 - dobin bin/consul
166 -
167 - keepdir /etc/consul.d
168 - insinto /etc/consul.d
169 - doins "${FILESDIR}/"*.json.example
170 -
171 - for x in /var/{lib,log}/${PN}; do
172 - keepdir "${x}"
173 - fowners consul:consul "${x}"
174 - done
175 -
176 - newinitd "${FILESDIR}/consul.initd" "${PN}"
177 - newconfd "${FILESDIR}/consul.confd" "${PN}"
178 - insinto /etc/logrotate.d
179 - newins "${FILESDIR}/${PN}.logrotated" "${PN}"
180 - systemd_dounit "${FILESDIR}/consul.service"
181 -}
182
183 diff --git a/app-admin/consul/consul-1.5.2.ebuild b/app-admin/consul/consul-1.5.2.ebuild
184 deleted file mode 100644
185 index 99191243cd3..00000000000
186 --- a/app-admin/consul/consul-1.5.2.ebuild
187 +++ /dev/null
188 @@ -1,69 +0,0 @@
189 -# Copyright 1999-2019 Gentoo Authors
190 -# Distributed under the terms of the GNU General Public License v2
191 -
192 -EAPI=7
193 -
194 -inherit golang-vcs-snapshot systemd user
195 -GIT_COMMIT="a82e6a7"
196 -KEYWORDS="~amd64"
197 -EGO_PN="github.com/hashicorp/consul"
198 -DESCRIPTION="A tool for service discovery, monitoring and configuration"
199 -HOMEPAGE="https://www.consul.io"
200 -SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> ${P}.tar.gz"
201 -
202 -SLOT="0"
203 -LICENSE="MPL-2.0"
204 -IUSE=""
205 -
206 -RESTRICT="test"
207 -
208 -DEPEND="dev-go/gox
209 - >=dev-lang/go-1.11:=
210 - >=dev-go/go-tools-0_pre20160121"
211 -RDEPEND=""
212 -
213 -pkg_setup() {
214 - enewgroup consul
215 - enewuser consul -1 -1 /var/lib/${PN} consul
216 -}
217 -
218 -src_prepare() {
219 - default
220 -
221 - sed -e 's:go get -u -v $(GOTOOLS)::' \
222 - -e 's:vendorfmt dev-build:dev-build:' \
223 - -i "src/${EGO_PN}/GNUmakefile" || die
224 -}
225 -
226 -src_compile() {
227 - # The dev target sets causes build.sh to set appropriate XC_OS
228 - # and XC_ARCH, and skips generation of an unused zip file,
229 - # avoiding a dependency on app-arch/zip.
230 - GOPATH="${S}" \
231 - GOBIN="${S}/bin" \
232 - GIT_DESCRIBE="v${PV}" \
233 - GIT_DIRTY="" \
234 - GIT_COMMIT="${GIT_COMMIT}" \
235 - emake -C "src/${EGO_PN}" dev-build
236 -}
237 -
238 -src_install() {
239 - local x
240 -
241 - dobin bin/consul
242 -
243 - keepdir /etc/consul.d
244 - insinto /etc/consul.d
245 - doins "${FILESDIR}/"*.json.example
246 -
247 - for x in /var/{lib,log}/${PN}; do
248 - keepdir "${x}"
249 - fowners consul:consul "${x}"
250 - done
251 -
252 - newinitd "${FILESDIR}/consul.initd" "${PN}"
253 - newconfd "${FILESDIR}/consul.confd" "${PN}"
254 - insinto /etc/logrotate.d
255 - newins "${FILESDIR}/${PN}.logrotated" "${PN}"
256 - systemd_dounit "${FILESDIR}/consul.service"
257 -}