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: Wed, 18 Jul 2018 11:26:01
Message-Id: 1531913052.63e085f71649b3c330011dabca473d9fc3a9444d.mrueg@gentoo
1 commit: 63e085f71649b3c330011dabca473d9fc3a9444d
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 18 11:24:12 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 11:24:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e085f7
7
8 app-emulation/reg: Remove old
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 app-emulation/reg/Manifest | 3 ---
13 app-emulation/reg/reg-0.13.3.ebuild | 31 -------------------------------
14 app-emulation/reg/reg-0.13.4.ebuild | 31 -------------------------------
15 app-emulation/reg/reg-0.14.1.ebuild | 31 -------------------------------
16 4 files changed, 96 deletions(-)
17
18 diff --git a/app-emulation/reg/Manifest b/app-emulation/reg/Manifest
19 index 9f29aaeadd8..9f00c49ce54 100644
20 --- a/app-emulation/reg/Manifest
21 +++ b/app-emulation/reg/Manifest
22 @@ -1,4 +1 @@
23 -DIST reg-0.13.3.tar.gz 5396000 BLAKE2B c5fa658010cb5c1cc21d7edfc1b18fac8c65cf2bd3c6de213ab238aabcb1377096172b5484a92f18a04f9ef4c01124dcfcfd4e6eabaf9f9a9b272c6f1f1fc482 SHA512 aefe0e5d3b1a02d54e67a4c7892e6b6c7581793f9e45995933200125c275e38701ad25b772c4541714f72ad1b43865e484bd062e40edbb7ed5faf2a572c224a1
24 -DIST reg-0.13.4.tar.gz 5401627 BLAKE2B 278462ff66917833feb9a660b39f9826afe1b71f7a75dad07f3673bd5ba63496152aa70147649ddf9d2266cbad3903ba3a4bbe4a7def76a932ea45131bdda8c5 SHA512 f8a1a52824b64cc252a5cd4f6c18d8cf73c88170342f0bab61664f5cdb50295510182c3c15afdfa02c1eae8d299e347a78b47d171ca275c01ecfd9228323c872
25 -DIST reg-0.14.1.tar.gz 5401469 BLAKE2B 858c699b15e2222685e114d7c7619424dde6eb87cff08f79de621d5c0d35303b0e8f10981b5c0839633eebbb223658189369899f1a3e15bbdf1cf10dffcf88cf SHA512 2904b5da02cd5f0d98447aa86e36e13f96b1e0ef8f81f97d3fd801e3d477909c6d893db8af4e84591a4630633a698b8a21e673d5abbc169812ebd857615b8401
26 DIST reg-0.15.4.tar.gz 4052737 BLAKE2B 34bc68d3cb161bbea02bfc0ed142cb764f2db64610ac7b2b92130cfc838cfa4fde4794da9fd2d38a9bb73e994cf386ac9f50beaa4435b88cf034a4f4d0b648cc SHA512 d5948b095c310c2697a2f7b80a342af6949e4cb66c521cdb370a6fbead7424d729057fe71952291ee1ed82717cd7bb29141f6a2f85c946e33fd96da1c17912dd
27
28 diff --git a/app-emulation/reg/reg-0.13.3.ebuild b/app-emulation/reg/reg-0.13.3.ebuild
29 deleted file mode 100644
30 index 25b44103626..00000000000
31 --- a/app-emulation/reg/reg-0.13.3.ebuild
32 +++ /dev/null
33 @@ -1,31 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -inherit golang-build golang-vcs-snapshot
39 -
40 -EGO_PN="github.com/genuinetools/reg"
41 -EGIT_COMMIT="v${PV}"
42 -GIT_COMMIT="f143bb56a5d7ade706e45a0d8b59d2f1ca35724d"
43 -ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
44 -KEYWORDS="~amd64"
45 -
46 -DESCRIPTION="Docker registry v2 command line client"
47 -HOMEPAGE="https://github.com/genuinetools/reg"
48 -SRC_URI="${ARCHIVE_URI}"
49 -LICENSE="MIT"
50 -SLOT="0"
51 -IUSE=""
52 -
53 -RESTRICT="test"
54 -
55 -src_compile() {
56 - pushd src/${EGO_PN} || die
57 - GOPATH="${S}" go build -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/reg . || die
58 - popd || die
59 -}
60 -
61 -src_install() {
62 - dobin bin/*
63 - dodoc src/${EGO_PN}/README.md
64 -}
65
66 diff --git a/app-emulation/reg/reg-0.13.4.ebuild b/app-emulation/reg/reg-0.13.4.ebuild
67 deleted file mode 100644
68 index f22026d1213..00000000000
69 --- a/app-emulation/reg/reg-0.13.4.ebuild
70 +++ /dev/null
71 @@ -1,31 +0,0 @@
72 -# Copyright 1999-2018 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=6
76 -inherit golang-build golang-vcs-snapshot
77 -
78 -EGO_PN="github.com/genuinetools/reg"
79 -EGIT_COMMIT="v${PV}"
80 -GIT_COMMIT="8dba69bce413988846a6defa063f35ab38a31991"
81 -ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
82 -KEYWORDS="~amd64"
83 -
84 -DESCRIPTION="Docker registry v2 command line client"
85 -HOMEPAGE="https://github.com/genuinetools/reg"
86 -SRC_URI="${ARCHIVE_URI}"
87 -LICENSE="MIT"
88 -SLOT="0"
89 -IUSE=""
90 -
91 -RESTRICT="test"
92 -
93 -src_compile() {
94 - pushd src/${EGO_PN} || die
95 - GOPATH="${S}" go build -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/reg . || die
96 - popd || die
97 -}
98 -
99 -src_install() {
100 - dobin bin/*
101 - dodoc src/${EGO_PN}/README.md
102 -}
103
104 diff --git a/app-emulation/reg/reg-0.14.1.ebuild b/app-emulation/reg/reg-0.14.1.ebuild
105 deleted file mode 100644
106 index 83a59172bdb..00000000000
107 --- a/app-emulation/reg/reg-0.14.1.ebuild
108 +++ /dev/null
109 @@ -1,31 +0,0 @@
110 -# Copyright 1999-2018 Gentoo Foundation
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=6
114 -inherit golang-build golang-vcs-snapshot
115 -
116 -EGO_PN="github.com/genuinetools/reg"
117 -EGIT_COMMIT="v${PV}"
118 -GIT_COMMIT="d25a2c83ae5414c8a72f2e1ab96529fb1744fe26"
119 -ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
120 -KEYWORDS="~amd64"
121 -
122 -DESCRIPTION="Docker registry v2 command line client"
123 -HOMEPAGE="https://github.com/genuinetools/reg"
124 -SRC_URI="${ARCHIVE_URI}"
125 -LICENSE="MIT"
126 -SLOT="0"
127 -IUSE=""
128 -
129 -RESTRICT="test"
130 -
131 -src_compile() {
132 - pushd src/${EGO_PN} || die
133 - GOPATH="${S}" go build -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/reg . || die
134 - popd || die
135 -}
136 -
137 -src_install() {
138 - dobin bin/*
139 - dodoc src/${EGO_PN}/README.md
140 -}