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: Fri, 16 Feb 2018 16:12:08
Message-Id: 1518797479.cf703915f0f7111d6f46efc503ee422cff7d717e.perfinion@gentoo
1 commit: cf703915f0f7111d6f46efc503ee422cff7d717e
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 16 16:11:19 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 16:11:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf703915
7
8 net-misc/rclone: drop old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-misc/rclone/Manifest | 3 ---
13 net-misc/rclone/rclone-1.36.ebuild | 31 -------------------------------
14 net-misc/rclone/rclone-1.37.ebuild | 31 -------------------------------
15 net-misc/rclone/rclone-1.38.ebuild | 29 -----------------------------
16 4 files changed, 94 deletions(-)
17
18 diff --git a/net-misc/rclone/Manifest b/net-misc/rclone/Manifest
19 index f0ec277592c..598544ecb61 100644
20 --- a/net-misc/rclone/Manifest
21 +++ b/net-misc/rclone/Manifest
22 @@ -1,4 +1 @@
23 -DIST rclone-1.36.tar.gz 14013564 BLAKE2B 0ca9d15e3df937d6b91b48069154baba7f923d803c94f9aa5f6b19429d59b2a6224a2e25979e57f699fda6cda7a11c5c02ec7af4494407d01c4a09981329c665 SHA512 589b5e2370244b5609d1ec8245f9f5f5cf58d6a2d507768db2cfc5a5b882f7d277d797fd0068b904538f3700e1751df03a21697d5295c83a2bf01a78d0ac6b13
24 -DIST rclone-1.37.tar.gz 37684683 BLAKE2B a01f40c5aff8eaeef8d133af2a51b6ff8adb80a5b133b64b3201fefbad322789952d85a872c8da99ea81af1165e4e6b0e66253f7cdaaa0f148c5ae89c18b3c62 SHA512 683c88c04aa3d6f7057937c431bc56b20c9218c3a01f8baa4fb63ed716a0a3397855c1a9bf485041354bc6696f54f670b5cd9945c0465b4dc65595a9f606427b
25 -DIST rclone-1.38.tar.gz 36890082 BLAKE2B d2633bd3c49130b367a83d056c20f39504cb92aadb8b16f7a66ccfc3993f7b7c85879dedf1e2ef340c08177863207f738f8c6442528af8d8d3140de12c8ff157 SHA512 8dba3af1d576aac2b4b230eb6cb3072f0178e420f017dd715744ae2d8061f830b8079b7cc1cc09e7395ab3639b600b47768300d5f9da80a2f9626c26002a604e
26 DIST rclone-1.39.tar.gz 38015559 BLAKE2B 534bd0be87e7c8291bfe3acdaff12e9acfddeb42f08067d413184a688b5c0cdfcde78abff3551d81cd2e692a020386116f03842c8390852b2137c2f8342e43f2 SHA512 6e5e5f5e06510f36185d165986cbd3ed994d3cbf97055b4dea37c78af932f89ab8c89249006b829aad38ba43c77ff46f254ba56bcfbae7deca1ebcea555ad884
27
28 diff --git a/net-misc/rclone/rclone-1.36.ebuild b/net-misc/rclone/rclone-1.36.ebuild
29 deleted file mode 100644
30 index 0c936bdca50..00000000000
31 --- a/net-misc/rclone/rclone-1.36.ebuild
32 +++ /dev/null
33 @@ -1,31 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -inherit golang-build
39 -EGO_PN="github.com/ncw/${PN}"
40 -
41 -if [[ ${PV} == *9999* ]]; then
42 - inherit golang-vcs
43 -else
44 - KEYWORDS="~amd64 ~arm ~x86"
45 - EGIT_COMMIT="v${PV}"
46 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
47 - inherit golang-vcs-snapshot
48 -fi
49 -
50 -DESCRIPTION="A program to sync files to and from various cloud storage providers"
51 -HOMEPAGE="https://rclone.org/"
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -IUSE=""
56 -
57 -DEPEND=""
58 -RDEPEND="${DEPEND}"
59 -
60 -src_install() {
61 - dobin ${PN}
62 - doman src/${EGO_PN}/${PN}.1
63 - dodoc src/${EGO_PN}/README.md
64 -}
65
66 diff --git a/net-misc/rclone/rclone-1.37.ebuild b/net-misc/rclone/rclone-1.37.ebuild
67 deleted file mode 100644
68 index 0c936bdca50..00000000000
69 --- a/net-misc/rclone/rclone-1.37.ebuild
70 +++ /dev/null
71 @@ -1,31 +0,0 @@
72 -# Copyright 1999-2017 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=6
76 -inherit golang-build
77 -EGO_PN="github.com/ncw/${PN}"
78 -
79 -if [[ ${PV} == *9999* ]]; then
80 - inherit golang-vcs
81 -else
82 - KEYWORDS="~amd64 ~arm ~x86"
83 - EGIT_COMMIT="v${PV}"
84 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
85 - inherit golang-vcs-snapshot
86 -fi
87 -
88 -DESCRIPTION="A program to sync files to and from various cloud storage providers"
89 -HOMEPAGE="https://rclone.org/"
90 -
91 -LICENSE="MIT"
92 -SLOT="0"
93 -IUSE=""
94 -
95 -DEPEND=""
96 -RDEPEND="${DEPEND}"
97 -
98 -src_install() {
99 - dobin ${PN}
100 - doman src/${EGO_PN}/${PN}.1
101 - dodoc src/${EGO_PN}/README.md
102 -}
103
104 diff --git a/net-misc/rclone/rclone-1.38.ebuild b/net-misc/rclone/rclone-1.38.ebuild
105 deleted file mode 100644
106 index ab1b0c69b3d..00000000000
107 --- a/net-misc/rclone/rclone-1.38.ebuild
108 +++ /dev/null
109 @@ -1,29 +0,0 @@
110 -# Copyright 1999-2017 Gentoo Foundation
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=6
114 -
115 -inherit golang-build
116 -
117 -EGO_PN="github.com/ncw/${PN}"
118 -
119 -if [[ ${PV} == *9999* ]]; then
120 - inherit golang-vcs
121 -else
122 - KEYWORDS="~amd64 ~arm ~x86"
123 - EGIT_COMMIT="v${PV}"
124 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
125 - inherit golang-vcs-snapshot
126 -fi
127 -
128 -DESCRIPTION="A program to sync files to and from various cloud storage providers"
129 -HOMEPAGE="https://rclone.org/"
130 -
131 -LICENSE="MIT"
132 -SLOT="0"
133 -
134 -src_install() {
135 - dobin ${PN}
136 - doman src/${EGO_PN}/${PN}.1
137 - dodoc src/${EGO_PN}/README.md
138 -}