Gentoo Archives: gentoo-commits

From: Ettore Di Giacinto <mudler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-lfs/
Date: Wed, 27 Jun 2018 14:41:28
Message-Id: 1530109995.e3a4cc3f7aef984199dc24383811645117138d37.mudler@gentoo
1 commit: e3a4cc3f7aef984199dc24383811645117138d37
2 Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 14:31:52 2018 +0000
4 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 14:33:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a4cc3f
7
8 dev-vcs/git-lfs: Drop old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-vcs/git-lfs/Manifest | 4 ---
13 dev-vcs/git-lfs/git-lfs-1.5.6.ebuild | 43 ---------------------------------
14 dev-vcs/git-lfs/git-lfs-2.1.1.ebuild | 47 ------------------------------------
15 dev-vcs/git-lfs/git-lfs-2.2.1.ebuild | 47 ------------------------------------
16 dev-vcs/git-lfs/git-lfs-2.3.4.ebuild | 47 ------------------------------------
17 5 files changed, 188 deletions(-)
18
19 diff --git a/dev-vcs/git-lfs/Manifest b/dev-vcs/git-lfs/Manifest
20 index b992c3bc44c..bd0174b97cc 100644
21 --- a/dev-vcs/git-lfs/Manifest
22 +++ b/dev-vcs/git-lfs/Manifest
23 @@ -1,5 +1 @@
24 -DIST git-lfs-1.5.6.tar.gz 604139 BLAKE2B a87c3054a5ff354409581f3153b8291646c7a403a5b80f0d7e7c6efd393e93ba728689033b79030ade207c371e5726f4e7920f6ce0016b66e618109c7d8aa9e5 SHA512 f5f2da9ac44647335b25cad3104027cf5476e25ef9763019744123f9e1ef81edadbf5b08a146b8070487b32a18aa202c799f910aee6f2f0144ca411ad6d7cfd2
25 -DIST git-lfs-2.1.1.tar.gz 649611 BLAKE2B 6a2a499ac446cfbf04977ff56ba0c33ac49f4cfd8d269a4e16e9d15ef7010752fcdc439e09625b76c814ba1b3c3bc086c333ad44ff87da8288da86a31c19cf17 SHA512 9061cb9fdf93a0c119d5762ceebdbc0573491dedb1815512e7eae9da54574087c1e499ea97ba0a87d7356499314beb53d60d1800b5c85983ef835dae37e7dd84
26 -DIST git-lfs-2.2.1.tar.gz 708806 BLAKE2B f5527c45a9b2415b9c17be8bf8ff04ea1d324cef74fe72ff9c91b5831d3b866d6dd57ab047addc762a4ad84d8f92e1a8dd5a2c21a532c4dffe2f7b3675463217 SHA512 8e1edd588916e6a09c0fe84bdcd80b8773f3874554f941c65819bbb29cdce4846de6408dbb34b33e420d9bc768f6cd07c2dbb0979d243c98f25a32d4fc69dea4
27 -DIST git-lfs-2.3.4.tar.gz 747313 BLAKE2B c1b2d452894c07974f9857116cab4f2aad547584b6d713824103b2e7f82c8179146a080330ee1154369c22843766a63a09ce1f990c968b55dce9eccc7a306302 SHA512 97174dc9346979777c3951baa86cfc07c85e2df04f13a50114e016facbb3fd5fde08d38825493d4e7ff149a13c87ae44e9e40350cd4950f27fe309ef62b6724a
28 DIST git-lfs-2.4.2.tar.gz 791443 BLAKE2B 6c613ad5b644f609b36a6a5c569c3512713d0f5fc925be759b20a01ca0e57573246557e887e086b52c5703db9db4d8a49fe91761efec48410738724256cac9e9 SHA512 c89a15c36b9d52091eb6e89f8e1db23b03f35333794467432ee49728ba83fc5d25d238f5df49bf736a4a3079778d70a527db01c2299ecd96a7b5f70059616967
29
30 diff --git a/dev-vcs/git-lfs/git-lfs-1.5.6.ebuild b/dev-vcs/git-lfs/git-lfs-1.5.6.ebuild
31 deleted file mode 100644
32 index 59acb2d839a..00000000000
33 --- a/dev-vcs/git-lfs/git-lfs-1.5.6.ebuild
34 +++ /dev/null
35 @@ -1,43 +0,0 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -EGO_PN="github.com/git-lfs/${PN}"
42 -
43 -if [[ ${PV} == *9999 ]]; then
44 - inherit golang-vcs
45 -else
46 - SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 - KEYWORDS="~amd64"
48 - inherit golang-vcs-snapshot
49 -fi
50 -
51 -DESCRIPTION="command line extension and specification for managing large files with Git"
52 -HOMEPAGE="https://git-lfs.github.com/"
53 -
54 -LICENSE="MIT BSD BSD-2 BSD-4 Apache-2.0"
55 -SLOT="0"
56 -IUSE="+doc"
57 -
58 -DEPEND="doc? ( app-text/ronn )"
59 -RDEPEND="dev-vcs/git"
60 -
61 -S="${WORKDIR}/${P}/src/${EGO_PN}"
62 -
63 -src_compile() {
64 - # can't use golang-build_src_compile for go generate
65 - # and others steps executed by build.go
66 - GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
67 - go run script/*.go -cmd build || die "build failed"
68 -
69 - if use doc; then
70 - ronn docs/man/*.ronn || die "man building failed"
71 - fi
72 -}
73 -
74 -src_install() {
75 - dobin bin/git-lfs
76 -
77 - use doc && doman docs/man/*.1
78 -}
79
80 diff --git a/dev-vcs/git-lfs/git-lfs-2.1.1.ebuild b/dev-vcs/git-lfs/git-lfs-2.1.1.ebuild
81 deleted file mode 100644
82 index 7a32ca36cc9..00000000000
83 --- a/dev-vcs/git-lfs/git-lfs-2.1.1.ebuild
84 +++ /dev/null
85 @@ -1,47 +0,0 @@
86 -# Copyright 1999-2017 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=6
90 -
91 -EGO_PN="github.com/git-lfs/${PN}"
92 -
93 -if [[ ${PV} == *9999 ]]; then
94 - inherit golang-vcs
95 -else
96 - SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
97 - KEYWORDS="~amd64"
98 - inherit golang-vcs-snapshot
99 -fi
100 -
101 -DESCRIPTION="command line extension and specification for managing large files with Git"
102 -HOMEPAGE="https://git-lfs.github.com/"
103 -
104 -LICENSE="MIT BSD BSD-2 BSD-4 Apache-2.0"
105 -SLOT="0"
106 -IUSE="+doc"
107 -
108 -# since version 2.0.2 git-lfs uses time.Until that was introduced in golang >=1.8
109 -# https://github.com/golang/go/commit/67ea710792eabdae1182e2bf4845f512136cccce
110 -DEPEND=">=dev-lang/go-1.8.1:=
111 - doc? ( app-text/ronn )"
112 -
113 -RDEPEND="dev-vcs/git"
114 -
115 -S="${WORKDIR}/${P}/src/${EGO_PN}"
116 -
117 -src_compile() {
118 - # can't use golang-build_src_compile for go generate
119 - # and others steps executed by build.go
120 - GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
121 - go run script/*.go -cmd build || die "build failed"
122 -
123 - if use doc; then
124 - ronn docs/man/*.ronn || die "man building failed"
125 - fi
126 -}
127 -
128 -src_install() {
129 - dobin bin/git-lfs
130 -
131 - use doc && doman docs/man/*.1
132 -}
133
134 diff --git a/dev-vcs/git-lfs/git-lfs-2.2.1.ebuild b/dev-vcs/git-lfs/git-lfs-2.2.1.ebuild
135 deleted file mode 100644
136 index 7a32ca36cc9..00000000000
137 --- a/dev-vcs/git-lfs/git-lfs-2.2.1.ebuild
138 +++ /dev/null
139 @@ -1,47 +0,0 @@
140 -# Copyright 1999-2017 Gentoo Foundation
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=6
144 -
145 -EGO_PN="github.com/git-lfs/${PN}"
146 -
147 -if [[ ${PV} == *9999 ]]; then
148 - inherit golang-vcs
149 -else
150 - SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
151 - KEYWORDS="~amd64"
152 - inherit golang-vcs-snapshot
153 -fi
154 -
155 -DESCRIPTION="command line extension and specification for managing large files with Git"
156 -HOMEPAGE="https://git-lfs.github.com/"
157 -
158 -LICENSE="MIT BSD BSD-2 BSD-4 Apache-2.0"
159 -SLOT="0"
160 -IUSE="+doc"
161 -
162 -# since version 2.0.2 git-lfs uses time.Until that was introduced in golang >=1.8
163 -# https://github.com/golang/go/commit/67ea710792eabdae1182e2bf4845f512136cccce
164 -DEPEND=">=dev-lang/go-1.8.1:=
165 - doc? ( app-text/ronn )"
166 -
167 -RDEPEND="dev-vcs/git"
168 -
169 -S="${WORKDIR}/${P}/src/${EGO_PN}"
170 -
171 -src_compile() {
172 - # can't use golang-build_src_compile for go generate
173 - # and others steps executed by build.go
174 - GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
175 - go run script/*.go -cmd build || die "build failed"
176 -
177 - if use doc; then
178 - ronn docs/man/*.ronn || die "man building failed"
179 - fi
180 -}
181 -
182 -src_install() {
183 - dobin bin/git-lfs
184 -
185 - use doc && doman docs/man/*.1
186 -}
187
188 diff --git a/dev-vcs/git-lfs/git-lfs-2.3.4.ebuild b/dev-vcs/git-lfs/git-lfs-2.3.4.ebuild
189 deleted file mode 100644
190 index 91e0bbf7751..00000000000
191 --- a/dev-vcs/git-lfs/git-lfs-2.3.4.ebuild
192 +++ /dev/null
193 @@ -1,47 +0,0 @@
194 -# Copyright 1999-2018 Gentoo Foundation
195 -# Distributed under the terms of the GNU General Public License v2
196 -
197 -EAPI=6
198 -
199 -EGO_PN="github.com/git-lfs/${PN}"
200 -
201 -if [[ ${PV} == *9999 ]]; then
202 - inherit golang-vcs
203 -else
204 - SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
205 - KEYWORDS="~amd64"
206 - inherit golang-vcs-snapshot
207 -fi
208 -
209 -DESCRIPTION="command line extension and specification for managing large files with Git"
210 -HOMEPAGE="https://git-lfs.github.com/"
211 -
212 -LICENSE="MIT BSD BSD-2 BSD-4 Apache-2.0"
213 -SLOT="0"
214 -IUSE="+doc"
215 -
216 -# since version 2.0.2 git-lfs uses time.Until that was introduced in golang >=1.8
217 -# https://github.com/golang/go/commit/67ea710792eabdae1182e2bf4845f512136cccce
218 -DEPEND=">=dev-lang/go-1.8.1:=
219 - doc? ( app-text/ronn )"
220 -
221 -RDEPEND="dev-vcs/git"
222 -
223 -S="${WORKDIR}/${P}/src/${EGO_PN}"
224 -
225 -src_compile() {
226 - # can't use golang-build_src_compile for go generate
227 - # and others steps executed by build.go
228 - GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
229 - go run script/*.go -cmd build || die "build failed"
230 -
231 - if use doc; then
232 - ronn docs/man/*.ronn || die "man building failed"
233 - fi
234 -}
235 -
236 -src_install() {
237 - dobin bin/git-lfs
238 -
239 - use doc && doman docs/man/*.1
240 -}