Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nomad/
Date: Sat, 26 Dec 2020 00:25:14
Message-Id: 1608942230.b7b28282696b109de6e1598b41c53f17788aedde.williamh@gentoo
1 commit: b7b28282696b109de6e1598b41c53f17788aedde
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 00:22:55 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 00:23:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b28282
7
8 sys-cluster/nomad: remove old versions
9
10 Bug: https://bugs.gentoo.org/760717
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 sys-cluster/nomad/Manifest | 3 ---
14 sys-cluster/nomad/nomad-0.12.3.ebuild | 43 ---------------------------------
15 sys-cluster/nomad/nomad-0.12.4.ebuild | 43 ---------------------------------
16 sys-cluster/nomad/nomad-0.12.5.ebuild | 45 -----------------------------------
17 4 files changed, 134 deletions(-)
18
19 diff --git a/sys-cluster/nomad/Manifest b/sys-cluster/nomad/Manifest
20 index 6cac13f91a5..0c1fecc7cd7 100644
21 --- a/sys-cluster/nomad/Manifest
22 +++ b/sys-cluster/nomad/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST nomad-0.12.3.tar.gz 51432205 BLAKE2B 77090f387e25f226c8d05b6ea16abfac0f4b710a40a3e7e5455bd6c8b7992080980967d4ebb92257348968dddbb45d2e5c3b58f143ae1205742bf08f0dec2a71 SHA512 17d361db11104ddbbae12a17301005c8eca3650e3fdda8f2fd6db8474728f31a2b6f828f2fba7e7d9d132b08cfb070799273353a17f5f66baa4dc5a0492562f8
25 -DIST nomad-0.12.4.tar.gz 51468076 BLAKE2B 42ca90649263dae6aaa29921853816b6172b285f2675a3fe68aca423bd15213924263433e01d870fa502cfc53372cb6f30f810c7aaadfe63970f91c4bb630912 SHA512 2fb12f96a14772d0a382f40aa686d61823630d49778365447410e7c4a4d7f3cbff275fdeea823f3c397642ce7aeae3618c295d4b08ea884dc51190960f33110e
26 -DIST nomad-0.12.5.tar.gz 51464001 BLAKE2B 825160a751481972335c4f37ef0514ddeb676a13a210f0faa43d06f1601bb794edf72402b0dfcf96426611e20eb530a5f077b97b331ce07e5fb6b3d3c7598130 SHA512 a3ffff37f3342de041696b1d6e39661d809e5cb82d27d9b2ba67a33a8698eb4afca929679093ec0d23f364a41307e669a6948e58429b97f49ec046d01f8d97f7
27 DIST nomad-0.12.8.tar.gz 51472616 BLAKE2B 17316e4305edc5a74d640d1bd46e1f997ae43727a6c6dcc5df19af64c659a9b00e4fa2c45c92d70ff70b465278b1bb5c03d81d041facf89549faba17d86efa96 SHA512 c4615043bd1ce3c28cc9a564d58cc0ebbd197b4761763f4d4106fc8d36678c1d8b5b697a38c5ec1093d7d3973b700cd5f32415ec10b8c00546aa1707dea25231
28 DIST nomad-1.0.1.tar.gz 51101330 BLAKE2B ee955890e7d3cb093c05f91bb4ad4c33f65048875fbf626b8c40975b21c81b8c9802288cc90953a7639ae8b03ba01f1f65320d711bf884aa27c80bfcecccb73b SHA512 07032f965c5826882a4ce0acd7ef2a5d74cc5f0c439b030a4787e60c474070797c5f88d84353e5d423c1d0f6ac411119fd40eebb57848d4eecd8394477fbffa2
29
30 diff --git a/sys-cluster/nomad/nomad-0.12.3.ebuild b/sys-cluster/nomad/nomad-0.12.3.ebuild
31 deleted file mode 100644
32 index 79ff227381c..00000000000
33 --- a/sys-cluster/nomad/nomad-0.12.3.ebuild
34 +++ /dev/null
35 @@ -1,43 +0,0 @@
36 -# Copyright 2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -inherit go-module systemd
41 -GIT_COMMIT=ef99996f1419334e1d9d23eba9d24e7d9404218f
42 -
43 -DESCRIPTION="A simple and flexible workload orchestrator "
44 -HOMEPAGE="https://nomadproject.io"
45 -SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MPL-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE="nvidia"
51 -
52 -RESTRICT+=" test"
53 -
54 -src_compile() {
55 - local go_ldflags go_tags
56 - go_ldflags="-X github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}"
57 - go_tags="codegen_generated $(usex nvidia '' 'nonvidia')"
58 - CGO_ENABLED=1 \
59 - go build \
60 - -trimpath \
61 - -ldflags "${go_ldflags}" \
62 - -mod=vendor \
63 - -tags "${go_tags}" \
64 - -o bin/${PN} || die "compile failed"
65 -}
66 -
67 -src_install() {
68 - dobin bin/${PN}
69 - systemd_dounit dist/systemd/nomad.service
70 - insinto /etc/nomad.d
71 - newins dist/client.hcl client.hcl.example
72 - newins dist/server.hcl server.hcl.example
73 - keepdir /var/lib/nomad /var/log/nomad
74 - newconfd "${FILESDIR}/nomad.confd" nomad
75 - newinitd "${FILESDIR}/nomad.initd" nomad
76 - insinto /etc/logrotate.d
77 - newins "${FILESDIR}/nomad.logrotated" nomad
78 -}
79
80 diff --git a/sys-cluster/nomad/nomad-0.12.4.ebuild b/sys-cluster/nomad/nomad-0.12.4.ebuild
81 deleted file mode 100644
82 index b295320f634..00000000000
83 --- a/sys-cluster/nomad/nomad-0.12.4.ebuild
84 +++ /dev/null
85 @@ -1,43 +0,0 @@
86 -# Copyright 2020 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -inherit go-module systemd
91 -GIT_COMMIT=ec7bf9de21bfe3623ff04b009f26aaf488bae2b1
92 -
93 -DESCRIPTION="A simple and flexible workload orchestrator "
94 -HOMEPAGE="https://nomadproject.io"
95 -SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> ${P}.tar.gz"
96 -
97 -LICENSE="MPL-2.0"
98 -SLOT="0"
99 -KEYWORDS="~amd64"
100 -IUSE="nvidia"
101 -
102 -RESTRICT+=" test"
103 -
104 -src_compile() {
105 - local go_ldflags go_tags
106 - go_ldflags="-X github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}"
107 - go_tags="codegen_generated $(usex nvidia '' 'nonvidia')"
108 - CGO_ENABLED=1 \
109 - go build \
110 - -trimpath \
111 - -ldflags "${go_ldflags}" \
112 - -mod=vendor \
113 - -tags "${go_tags}" \
114 - -o bin/${PN} || die "compile failed"
115 -}
116 -
117 -src_install() {
118 - dobin bin/${PN}
119 - systemd_dounit dist/systemd/nomad.service
120 - insinto /etc/nomad.d
121 - newins dist/client.hcl client.hcl.example
122 - newins dist/server.hcl server.hcl.example
123 - keepdir /var/lib/nomad /var/log/nomad
124 - newconfd "${FILESDIR}/nomad.confd" nomad
125 - newinitd "${FILESDIR}/nomad.initd" nomad
126 - insinto /etc/logrotate.d
127 - newins "${FILESDIR}/nomad.logrotated" nomad
128 -}
129
130 diff --git a/sys-cluster/nomad/nomad-0.12.5.ebuild b/sys-cluster/nomad/nomad-0.12.5.ebuild
131 deleted file mode 100644
132 index 431afd5bbae..00000000000
133 --- a/sys-cluster/nomad/nomad-0.12.5.ebuild
134 +++ /dev/null
135 @@ -1,45 +0,0 @@
136 -# Copyright 2020 Gentoo Authors
137 -# Distributed under the terms of the GNU General Public License v2
138 -
139 -EAPI=7
140 -inherit go-module systemd
141 -GIT_COMMIT=ec7bf9de21bfe3623ff04b009f26aaf488bae2b1
142 -
143 -DESCRIPTION="A simple and flexible workload orchestrator "
144 -HOMEPAGE="https://nomadproject.io"
145 -SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> ${P}.tar.gz"
146 -
147 -LICENSE="MPL-2.0"
148 -SLOT="0"
149 -KEYWORDS="~amd64"
150 -IUSE="nvidia"
151 -
152 -RESTRICT+=" test"
153 -
154 -src_compile() {
155 - local go_ldflags go_tags
156 - go_ldflags="-X github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}"
157 - go_tags="codegen_generated $(usex nvidia '' 'nonvidia')"
158 - CGO_ENABLED=1 \
159 - go build \
160 - -trimpath \
161 - -ldflags "${go_ldflags}" \
162 - -mod=vendor \
163 - -tags "${go_tags}" \
164 - -o bin/${PN} || die "compile failed"
165 -}
166 -
167 -src_install() {
168 - dobin bin/${PN}
169 - systemd_dounit dist/systemd/nomad.service
170 - insinto /etc/nomad.d
171 - newins dist/client.hcl client.hcl.example
172 - newins dist/server.hcl server.hcl.example
173 - einstalldocs
174 -dodoc CHANGELOG.md
175 - keepdir /var/lib/nomad /var/log/nomad
176 - newconfd "${FILESDIR}/nomad.confd" nomad
177 - newinitd "${FILESDIR}/nomad.initd" nomad
178 - insinto /etc/logrotate.d
179 - newins "${FILESDIR}/nomad.logrotated" nomad
180 -}