Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/reg/
Date: Fri, 18 Jan 2019 13:18:20
Message-Id: 1547817333.f94fe96c6d514a8b324e06605f64a06e23d7a7cd.mrueg@gentoo
1 commit: f94fe96c6d514a8b324e06605f64a06e23d7a7cd
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 18 13:14:54 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 13:15:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94fe96c
7
8 app-emulation/reg: Remove old
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 app-emulation/reg/Manifest | 3 --
14 app-emulation/reg/reg-0.15.4-r1.ebuild | 42 ----------------------------
15 app-emulation/reg/reg-0.15.4-r2.ebuild | 50 ----------------------------------
16 app-emulation/reg/reg-0.15.4.ebuild | 32 ----------------------
17 app-emulation/reg/reg-0.15.5.ebuild | 48 --------------------------------
18 app-emulation/reg/reg-0.15.6.ebuild | 48 --------------------------------
19 6 files changed, 223 deletions(-)
20
21 diff --git a/app-emulation/reg/Manifest b/app-emulation/reg/Manifest
22 index b753f771bcc..b92b4fb0169 100644
23 --- a/app-emulation/reg/Manifest
24 +++ b/app-emulation/reg/Manifest
25 @@ -1,6 +1,3 @@
26 -DIST reg-0.15.4.tar.gz 4052737 BLAKE2B 34bc68d3cb161bbea02bfc0ed142cb764f2db64610ac7b2b92130cfc838cfa4fde4794da9fd2d38a9bb73e994cf386ac9f50beaa4435b88cf034a4f4d0b648cc SHA512 d5948b095c310c2697a2f7b80a342af6949e4cb66c521cdb370a6fbead7424d729057fe71952291ee1ed82717cd7bb29141f6a2f85c946e33fd96da1c17912dd
27 -DIST reg-0.15.5.tar.gz 4053475 BLAKE2B 60541d7f02f3ee658fa185206f76df1045975101f0a25a636493a454984a8a2c836b1b74f7b8b6768c66ce0e12b12708b3f42d233e15ba64f0251b02a841bb76 SHA512 c1293868ea30dcdfc5251f95a5f287f8043be3a2372fdd08c0836919f6722c5931eb429f9047769b442bf3fdbb50c476e8509c62cb20b4b45d30793571cce44e
28 -DIST reg-0.15.6.tar.gz 4071110 BLAKE2B 376313ab4aef0f8bce21ddbed8f179aec14755990f6d99e5733c1550c58998f279e3c0beee7b2e11f25167bf7fb717dd731b69571adc410ad7475afcc98baef5 SHA512 1a5635af82f7a7951af325ffbc0d84c2e35ec0ecc040873ff7f0c7037fd2677cea235348c4fb0bf9397f1fd2ccee86e96ca080a1fbc28e60eb985e55e4a8a085
29 DIST reg-0.15.7.tar.gz 4300839 BLAKE2B 67c9ca344e0a2984559c210cbdb4f5fc42f588f0c50a171c145bc63953b7540cbc166b51a5c209a2ece0c3b5647a34ffc1ac6b439b4e5a243e505c223a1a6fe5 SHA512 4c26aa0a438ac87208c4e269e16a994587ccdab38399a664638dd8c7407cf06f00c43a9c3c71cf4c88fa47a6e4466c8143ee7ee8130a8133518f5017ca34cc2d
30 DIST reg-0.15.8.tar.gz 4300575 BLAKE2B 554a6afebf0c662fa4e4076019b25aa600f327cc6d3fbd9aff3462b8d1faf0b790724bb9d66725766087f6e4a2ccf55a61f41e7aba936ed386d97cf52c54afab SHA512 23d45d061e2914818787e6837fd02ba7b4fcf5c96a511d5e6ee66689bfd925870780d7a9fcfe6ee98f2b74ce68f05eecfa9d00852ff79965f59c88684113e0d5
31 DIST reg-0.16.0.tar.gz 2991496 BLAKE2B e94a53c79ff062013e091d4c558870ef5c25af181cba201a44fa38b9dfe8816d6f3fd581f4e9a3dafe5b3753a3755c31f8b2f4a347da134a969fc93ac296897c SHA512 1e4d936e406998ffaa176e7834b28970b594f88a339fd8447bef2f944efa9b51c1d35bf71b384b3ed1b3e84be08db6d7fd487f4a3c65aa2de0308d6128cf0070
32
33 diff --git a/app-emulation/reg/reg-0.15.4-r1.ebuild b/app-emulation/reg/reg-0.15.4-r1.ebuild
34 deleted file mode 100644
35 index fe202f00256..00000000000
36 --- a/app-emulation/reg/reg-0.15.4-r1.ebuild
37 +++ /dev/null
38 @@ -1,42 +0,0 @@
39 -# Copyright 1999-2018 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=6
43 -inherit golang-build golang-vcs-snapshot user
44 -
45 -EGO_PN="github.com/genuinetools/reg"
46 -GIT_COMMIT="8c930c585418564a4ce472fbbfccb8c5741c2520"
47 -ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -KEYWORDS="~amd64"
49 -
50 -DESCRIPTION="Docker registry v2 command line client"
51 -HOMEPAGE="https://github.com/genuinetools/reg"
52 -SRC_URI="${ARCHIVE_URI}"
53 -LICENSE="MIT"
54 -SLOT="0"
55 -IUSE=""
56 -
57 -RESTRICT="test"
58 -
59 -pkg_setup() {
60 - enewgroup reg
61 - enewuser reg -1 -1 /var/lib/reg reg
62 -}
63 -
64 -src_compile() {
65 - pushd src/${EGO_PN} || die
66 - GOPATH="${S}" go build -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/reg . || die
67 - popd || die
68 -}
69 -
70 -src_install() {
71 - dobin bin/*
72 - dodoc src/${EGO_PN}/README.md
73 - insinto /var/lib/${PN}
74 - doins -r src/${EGO_PN}/server/*
75 - newinitd "${FILESDIR}"/reg.initd reg
76 - newconfd "${FILESDIR}"/reg.confd reg
77 -
78 - keepdir /var/log/reg
79 - fowners -R reg:reg /var/log/reg /var/lib/reg/static
80 -}
81
82 diff --git a/app-emulation/reg/reg-0.15.4-r2.ebuild b/app-emulation/reg/reg-0.15.4-r2.ebuild
83 deleted file mode 100644
84 index 1bebb08c1e9..00000000000
85 --- a/app-emulation/reg/reg-0.15.4-r2.ebuild
86 +++ /dev/null
87 @@ -1,50 +0,0 @@
88 -# Copyright 1999-2018 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -inherit golang-build golang-vcs-snapshot user
93 -
94 -EGO_PN="github.com/genuinetools/reg"
95 -GIT_COMMIT="8c930c585418564a4ce472fbbfccb8c5741c2520"
96 -ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
97 -KEYWORDS="~amd64"
98 -
99 -DESCRIPTION="Docker registry v2 command line client"
100 -HOMEPAGE="https://github.com/genuinetools/reg"
101 -SRC_URI="${ARCHIVE_URI}"
102 -LICENSE="MIT"
103 -SLOT="0"
104 -IUSE=""
105 -
106 -RESTRICT="test"
107 -
108 -PATCHES=( "${FILESDIR}"/${P}-listen-addr.patch )
109 -
110 -pkg_setup() {
111 - enewgroup reg
112 - enewuser reg -1 -1 /var/lib/reg reg
113 -}
114 -
115 -src_prepare() {
116 - pushd src/${EGO_PN} || die
117 - default
118 - popd || die
119 -}
120 -
121 -src_compile() {
122 - pushd src/${EGO_PN} || die
123 - GOPATH="${S}" go build -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/reg . || die
124 - popd || die
125 -}
126 -
127 -src_install() {
128 - dobin bin/*
129 - dodoc src/${EGO_PN}/README.md
130 - insinto /var/lib/${PN}
131 - doins -r src/${EGO_PN}/server/*
132 - newinitd "${FILESDIR}"/reg.initd reg
133 - newconfd "${FILESDIR}"/reg.confd reg
134 -
135 - keepdir /var/log/reg
136 - fowners -R reg:reg /var/log/reg /var/lib/reg/static
137 -}
138
139 diff --git a/app-emulation/reg/reg-0.15.4.ebuild b/app-emulation/reg/reg-0.15.4.ebuild
140 deleted file mode 100644
141 index 2695cd240b3..00000000000
142 --- a/app-emulation/reg/reg-0.15.4.ebuild
143 +++ /dev/null
144 @@ -1,32 +0,0 @@
145 -# Copyright 1999-2018 Gentoo Foundation
146 -# Distributed under the terms of the GNU General Public License v2
147 -
148 -EAPI=6
149 -inherit golang-build golang-vcs-snapshot
150 -
151 -EGO_PN="github.com/genuinetools/reg"
152 -GIT_COMMIT="8c930c585418564a4ce472fbbfccb8c5741c2520"
153 -ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
154 -KEYWORDS="~amd64"
155 -
156 -DESCRIPTION="Docker registry v2 command line client"
157 -HOMEPAGE="https://github.com/genuinetools/reg"
158 -SRC_URI="${ARCHIVE_URI}"
159 -LICENSE="MIT"
160 -SLOT="0"
161 -IUSE=""
162 -
163 -RESTRICT="test"
164 -
165 -src_compile() {
166 - pushd src/${EGO_PN} || die
167 - GOPATH="${S}" go build -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/reg . || die
168 - popd || die
169 -}
170 -
171 -src_install() {
172 - dobin bin/*
173 - dodoc src/${EGO_PN}/README.md
174 - insinto /usr/share/${PN}
175 - doins -r src/${EGO_PN}/server/*
176 -}
177
178 diff --git a/app-emulation/reg/reg-0.15.5.ebuild b/app-emulation/reg/reg-0.15.5.ebuild
179 deleted file mode 100644
180 index 1691054568e..00000000000
181 --- a/app-emulation/reg/reg-0.15.5.ebuild
182 +++ /dev/null
183 @@ -1,48 +0,0 @@
184 -# Copyright 1999-2018 Gentoo Foundation
185 -# Distributed under the terms of the GNU General Public License v2
186 -
187 -EAPI=6
188 -inherit golang-build golang-vcs-snapshot user
189 -
190 -EGO_PN="github.com/genuinetools/reg"
191 -GIT_COMMIT="1328dc17a08200e8535f7f7098996a7f6c261a3a"
192 -ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
193 -KEYWORDS="~amd64"
194 -
195 -DESCRIPTION="Docker registry v2 command line client"
196 -HOMEPAGE="https://github.com/genuinetools/reg"
197 -SRC_URI="${ARCHIVE_URI}"
198 -LICENSE="MIT"
199 -SLOT="0"
200 -IUSE=""
201 -
202 -RESTRICT="test"
203 -
204 -pkg_setup() {
205 - enewgroup reg
206 - enewuser reg -1 -1 /var/lib/reg reg
207 -}
208 -
209 -src_prepare() {
210 - pushd src/${EGO_PN} || die
211 - default
212 - popd || die
213 -}
214 -
215 -src_compile() {
216 - pushd src/${EGO_PN} || die
217 - GOPATH="${S}" go build -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/reg . || die
218 - popd || die
219 -}
220 -
221 -src_install() {
222 - dobin bin/*
223 - dodoc src/${EGO_PN}/README.md
224 - insinto /var/lib/${PN}
225 - doins -r src/${EGO_PN}/server/*
226 - newinitd "${FILESDIR}"/reg.initd reg
227 - newconfd "${FILESDIR}"/reg.confd reg
228 -
229 - keepdir /var/log/reg
230 - fowners -R reg:reg /var/log/reg /var/lib/reg/static
231 -}
232
233 diff --git a/app-emulation/reg/reg-0.15.6.ebuild b/app-emulation/reg/reg-0.15.6.ebuild
234 deleted file mode 100644
235 index b09c7ab9af1..00000000000
236 --- a/app-emulation/reg/reg-0.15.6.ebuild
237 +++ /dev/null
238 @@ -1,48 +0,0 @@
239 -# Copyright 1999-2018 Gentoo Foundation
240 -# Distributed under the terms of the GNU General Public License v2
241 -
242 -EAPI=6
243 -inherit golang-build golang-vcs-snapshot user
244 -
245 -EGO_PN="github.com/genuinetools/reg"
246 -GIT_COMMIT="37fbf846946ae60a75e5d30e3d6ba6d4dd0489ed"
247 -ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
248 -KEYWORDS="~amd64"
249 -
250 -DESCRIPTION="Docker registry v2 command line client"
251 -HOMEPAGE="https://github.com/genuinetools/reg"
252 -SRC_URI="${ARCHIVE_URI}"
253 -LICENSE="MIT"
254 -SLOT="0"
255 -IUSE=""
256 -
257 -RESTRICT="test"
258 -
259 -pkg_setup() {
260 - enewgroup reg
261 - enewuser reg -1 -1 /var/lib/reg reg
262 -}
263 -
264 -src_prepare() {
265 - pushd src/${EGO_PN} || die
266 - default
267 - popd || die
268 -}
269 -
270 -src_compile() {
271 - pushd src/${EGO_PN} || die
272 - GOPATH="${S}" go build -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/reg . || die
273 - popd || die
274 -}
275 -
276 -src_install() {
277 - dobin bin/*
278 - dodoc src/${EGO_PN}/README.md
279 - insinto /var/lib/${PN}
280 - doins -r src/${EGO_PN}/server/*
281 - newinitd "${FILESDIR}"/reg.initd reg
282 - newconfd "${FILESDIR}"/reg.confd reg
283 -
284 - keepdir /var/log/reg
285 - fowners -R reg:reg /var/log/reg /var/lib/reg/static
286 -}