Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rclone/
Date: Sat, 29 Feb 2020 07:13:59
Message-Id: 1582960355.956acf1eb0b19b765bc4f2c1df7630dc49a49ba6.perfinion@gentoo
1 commit: 956acf1eb0b19b765bc4f2c1df7630dc49a49ba6
2 Author: Alexander Kurakin <kuraga333 <AT> mail <DOT> ru>
3 AuthorDate: Fri Feb 21 10:48:40 2020 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 29 07:12:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=956acf1e
7
8 net-misc/rclone: drop old
9
10 Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru>
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 net-misc/rclone/Manifest | 4 ----
14 net-misc/rclone/rclone-1.45.ebuild | 38 -----------------------------------
15 net-misc/rclone/rclone-1.47.0.ebuild | 38 -----------------------------------
16 net-misc/rclone/rclone-1.49.1.ebuild | 38 -----------------------------------
17 net-misc/rclone/rclone-1.50.2.ebuild | 39 ------------------------------------
18 5 files changed, 157 deletions(-)
19
20 diff --git a/net-misc/rclone/Manifest b/net-misc/rclone/Manifest
21 index dbb5de4c317..0d1de908f84 100644
22 --- a/net-misc/rclone/Manifest
23 +++ b/net-misc/rclone/Manifest
24 @@ -1,6 +1,2 @@
25 -DIST rclone-1.45.tar.gz 16494131 BLAKE2B 17ca4182af4efe23a367fc38226dc7fe146da55fea47a5f76773f1dcc3d3b629cca7964ffe41aa1e4dbd2fe36bd80545f336d2823a25ebb6b3effc768d4b46d2 SHA512 348dbd6a069f736219b7f925b6aa5234a4d70724ee5bfdb56067241063be36c44a091a37acb3285627803fa013329a6ef804aab4c0070ddaf322c5324b9e2a5a
26 -DIST rclone-1.47.0.tar.gz 17282254 BLAKE2B 57c4f3576427778db0fdc523d8b95b33db5cebfb0081d927abc8925eeaf90c0d2079f1d9572e81faac41e98cfee3028f39c9aed89e6db17188efb3541e3daa6a SHA512 90e68021f589bfad95989b45d91c47da63066e9bc60040052e866d1c7e420bc2784335cc5dbab0e4372c4f8686acb0a65853877c41081c8406eddada42550125
27 -DIST rclone-1.49.1.tar.gz 18196519 BLAKE2B 22a2f5984f65a64972c40fa845f0b4e5a8d52840ee9dc35463605e3eea399ab01a3b36f1f25a07d5c583829684863b8cbeaf82282e9b59ca994a8fa1d9558ebf SHA512 05b864932fdec7d1bc7185a4e2d33b7bd06b840399f100b1f58806e2ab6f752e4b7cb0f2691cfa92785f45b2f587aebaf7c9e5ab256c2d9b63c262d90ea1e3ac
28 DIST rclone-1.50.0.tar.gz 18566931 BLAKE2B cfaf983ae972606b8ccc56ba505aec65bd7e6427f0b16f7e6187b079116b47eb3d297a99b505782c2bb5b64a5c8bf4e5b7beaee9dad5718ec952033ceca0945c SHA512 df805dc711ecf60b869ec957d224676643bcb6eac756470d2194338b9cc34e2a657d286d4a4308c743847fc11aa821b106888eb6ab9f04677bc70747c73fc5c1
29 -DIST rclone-1.50.2.tar.gz 18556334 BLAKE2B 4d8f3634928f49a5eae35de4be0cc73339fc35cbd4412b7fd03a2dbf4e45f50524153cd520251d0dd1bca52102511536c7bba0dff207a420e6d84c0ff48827b5 SHA512 30c0088f521132522a5813cf8eb3bdf704c2fefe391ecde3abd3f94969864d7872f095f0f431018b08bdc07f2e867d164311930c5fb51c06bc9581e9067205b2
30 DIST rclone-1.51.0.tar.gz 18835242 BLAKE2B 5798a844c893e111e73ae409adcb06fd4291df3c0319bf983f2336ada45a60df253e750397bead55278cbb497c541a63498f695ce03af7b6cc1056f022ad2748 SHA512 b0881e09b75093abe4d31e95425a90513aed4a16d9e2dbf79023c9dc68875b90a1332204879530c450a16ab9cac475d967f7657d6f810a1e0f0d84b88d7de916
31
32 diff --git a/net-misc/rclone/rclone-1.45.ebuild b/net-misc/rclone/rclone-1.45.ebuild
33 deleted file mode 100644
34 index e7c1175ae16..00000000000
35 --- a/net-misc/rclone/rclone-1.45.ebuild
36 +++ /dev/null
37 @@ -1,38 +0,0 @@
38 -# Copyright 1999-2019 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=6
42 -inherit golang-build bash-completion-r1
43 -EGO_PN="github.com/ncw/${PN}"
44 -
45 -if [[ ${PV} == *9999* ]]; then
46 - inherit golang-vcs
47 -else
48 - KEYWORDS="amd64 ~arm x86"
49 - EGIT_COMMIT="v${PV}"
50 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
51 - inherit golang-vcs-snapshot
52 -fi
53 -
54 -DESCRIPTION="A program to sync files to and from various cloud storage providers"
55 -HOMEPAGE="https://rclone.org/"
56 -
57 -LICENSE="MIT"
58 -SLOT="0"
59 -IUSE=""
60 -
61 -DEPEND=""
62 -RDEPEND="${DEPEND}"
63 -
64 -src_install() {
65 - dobin ${PN}
66 - doman src/${EGO_PN}/${PN}.1
67 - dodoc src/${EGO_PN}/README.md
68 -
69 - ./rclone genautocomplete bash ${PN}.bash || die
70 - newbashcomp ${PN}.bash ${PN}
71 -
72 - ./rclone genautocomplete zsh ${PN}.zsh || die
73 - insinto /usr/share/zsh/site-functions
74 - newins ${PN}.zsh _${PN}
75 -}
76
77 diff --git a/net-misc/rclone/rclone-1.47.0.ebuild b/net-misc/rclone/rclone-1.47.0.ebuild
78 deleted file mode 100644
79 index e7c1175ae16..00000000000
80 --- a/net-misc/rclone/rclone-1.47.0.ebuild
81 +++ /dev/null
82 @@ -1,38 +0,0 @@
83 -# Copyright 1999-2019 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -inherit golang-build bash-completion-r1
88 -EGO_PN="github.com/ncw/${PN}"
89 -
90 -if [[ ${PV} == *9999* ]]; then
91 - inherit golang-vcs
92 -else
93 - KEYWORDS="amd64 ~arm x86"
94 - EGIT_COMMIT="v${PV}"
95 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
96 - inherit golang-vcs-snapshot
97 -fi
98 -
99 -DESCRIPTION="A program to sync files to and from various cloud storage providers"
100 -HOMEPAGE="https://rclone.org/"
101 -
102 -LICENSE="MIT"
103 -SLOT="0"
104 -IUSE=""
105 -
106 -DEPEND=""
107 -RDEPEND="${DEPEND}"
108 -
109 -src_install() {
110 - dobin ${PN}
111 - doman src/${EGO_PN}/${PN}.1
112 - dodoc src/${EGO_PN}/README.md
113 -
114 - ./rclone genautocomplete bash ${PN}.bash || die
115 - newbashcomp ${PN}.bash ${PN}
116 -
117 - ./rclone genautocomplete zsh ${PN}.zsh || die
118 - insinto /usr/share/zsh/site-functions
119 - newins ${PN}.zsh _${PN}
120 -}
121
122 diff --git a/net-misc/rclone/rclone-1.49.1.ebuild b/net-misc/rclone/rclone-1.49.1.ebuild
123 deleted file mode 100644
124 index a19394f61d0..00000000000
125 --- a/net-misc/rclone/rclone-1.49.1.ebuild
126 +++ /dev/null
127 @@ -1,38 +0,0 @@
128 -# Copyright 1999-2020 Gentoo Authors
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI=6
132 -inherit golang-build bash-completion-r1
133 -EGO_PN="github.com/rclone/${PN}"
134 -
135 -if [[ ${PV} == *9999* ]]; then
136 - inherit golang-vcs
137 -else
138 - KEYWORDS="amd64 ~arm x86"
139 - EGIT_COMMIT="v${PV}"
140 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
141 - inherit golang-vcs-snapshot
142 -fi
143 -
144 -DESCRIPTION="A program to sync files to and from various cloud storage providers"
145 -HOMEPAGE="https://rclone.org/"
146 -
147 -LICENSE="MIT"
148 -SLOT="0"
149 -IUSE=""
150 -
151 -DEPEND=""
152 -RDEPEND="${DEPEND}"
153 -
154 -src_install() {
155 - dobin ${PN}
156 - doman src/${EGO_PN}/${PN}.1
157 - dodoc src/${EGO_PN}/README.md
158 -
159 - ./rclone genautocomplete bash ${PN}.bash || die
160 - newbashcomp ${PN}.bash ${PN}
161 -
162 - ./rclone genautocomplete zsh ${PN}.zsh || die
163 - insinto /usr/share/zsh/site-functions
164 - newins ${PN}.zsh _${PN}
165 -}
166
167 diff --git a/net-misc/rclone/rclone-1.50.2.ebuild b/net-misc/rclone/rclone-1.50.2.ebuild
168 deleted file mode 100644
169 index d8704bb0840..00000000000
170 --- a/net-misc/rclone/rclone-1.50.2.ebuild
171 +++ /dev/null
172 @@ -1,39 +0,0 @@
173 -# Copyright 1999-2020 Gentoo Authors
174 -# Distributed under the terms of the GNU General Public License v2
175 -
176 -EAPI=7
177 -
178 -inherit golang-build bash-completion-r1
179 -EGO_PN="github.com/rclone/${PN}"
180 -
181 -if [[ ${PV} == *9999* ]]; then
182 - inherit golang-vcs
183 -else
184 - KEYWORDS="~amd64 ~arm ~x86"
185 - EGIT_COMMIT="v${PV}"
186 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
187 - inherit golang-vcs-snapshot
188 -fi
189 -
190 -DESCRIPTION="A program to sync files to and from various cloud storage providers"
191 -HOMEPAGE="https://rclone.org/"
192 -
193 -LICENSE="MIT"
194 -SLOT="0"
195 -IUSE=""
196 -
197 -DEPEND=""
198 -RDEPEND="${DEPEND}"
199 -
200 -src_install() {
201 - dobin ${PN}
202 - doman src/${EGO_PN}/${PN}.1
203 - dodoc src/${EGO_PN}/README.md
204 -
205 - ./rclone genautocomplete bash ${PN}.bash || die
206 - newbashcomp ${PN}.bash ${PN}
207 -
208 - ./rclone genautocomplete zsh ${PN}.zsh || die
209 - insinto /usr/share/zsh/site-functions
210 - newins ${PN}.zsh _${PN}
211 -}