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: Mon, 24 Sep 2018 05:21:24
Message-Id: 1537766281.b05c20ff2125e7e1ef873f6cc711ba2545567ff1.perfinion@gentoo
1 commit: b05c20ff2125e7e1ef873f6cc711ba2545567ff1
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 24 05:17:34 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 24 05:18:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05c20ff
7
8 net-misc/rclone: drop old
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 net-misc/rclone/Manifest | 3 ---
13 net-misc/rclone/rclone-1.39.ebuild | 38 --------------------------------------
14 net-misc/rclone/rclone-1.40.ebuild | 38 --------------------------------------
15 net-misc/rclone/rclone-1.41.ebuild | 38 --------------------------------------
16 4 files changed, 117 deletions(-)
17
18 diff --git a/net-misc/rclone/Manifest b/net-misc/rclone/Manifest
19 index 6d7f27189fb..f1da7fb95ac 100644
20 --- a/net-misc/rclone/Manifest
21 +++ b/net-misc/rclone/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST rclone-1.39.tar.gz 38015559 BLAKE2B 534bd0be87e7c8291bfe3acdaff12e9acfddeb42f08067d413184a688b5c0cdfcde78abff3551d81cd2e692a020386116f03842c8390852b2137c2f8342e43f2 SHA512 6e5e5f5e06510f36185d165986cbd3ed994d3cbf97055b4dea37c78af932f89ab8c89249006b829aad38ba43c77ff46f254ba56bcfbae7deca1ebcea555ad884
24 -DIST rclone-1.40.tar.gz 46067393 BLAKE2B 56bc172965f7f601c8f5c9c72a03ca44b1b41cf280497f7473d318b6667f00df4dac2d104f6fe7daf1529ebedd4d6f4ca5899944e82d68b8fd1b66226264e82f SHA512 ce46393097122f2ae9669310767487218f74ee8fab607cb6355df33329325fe626d17b36565b7864e6b4ca1de75714e29356d7abeb3cc42038d3ab0677408973
25 -DIST rclone-1.41.tar.gz 48197335 BLAKE2B b2b48f74cebd5f7f772b0e0c58ba23a1f9a4981df8821da0c773d1dd1a6b713b51b075500e5f70086d481d080dbc2029ffb56455416d72d93b0b624c0569790f SHA512 efce2827a659d83c2fce74c50e6d4182dc5916ba8e47a335f2719cce5c3eb4a9622ee0f53c5923af1ed84b340b6dd7ac00bcf48dbb3de53644dc3f2298523112
26 DIST rclone-1.42.tar.gz 52702474 BLAKE2B 35def37dfb44a9fccabf0f6c3d0106da58bd1468a0c73e8b0a911e9bad48c6da58d303726544c76464230714af68d1727336eb9a4858337b346630f5df147a08 SHA512 69fadc1bc661e6278e461a16b49fb473bf2e35ceb85704c2b92e252422d372fbbbbb9d188cf9cb58d55b6d6c8267c599ea0d8a79fb4edb4a7bc0bac61de3eae1
27 DIST rclone-1.43.1.tar.gz 15965941 BLAKE2B 5bf0ac08ca75abfdf6bbcd8f5725b0ab3aa543c7dac043feaf301a6c0a23090c61086e3c16e674bbc2c29d7dff7fc19e7759c70e5990afb2ddd72e5610295cba SHA512 7da3b285a8ed401de95ec0b8bea21ca3db0313eb2012874b10fb65c4441311ba4b24b7dd3ea68a7bce17206ac065f091d2f6ef6a9662fe0111b9f00ff58e6c17
28
29 diff --git a/net-misc/rclone/rclone-1.39.ebuild b/net-misc/rclone/rclone-1.39.ebuild
30 deleted file mode 100644
31 index 2c530609ee7..00000000000
32 --- a/net-misc/rclone/rclone-1.39.ebuild
33 +++ /dev/null
34 @@ -1,38 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -inherit golang-build bash-completion-r1
40 -EGO_PN="github.com/ncw/${PN}"
41 -
42 -if [[ ${PV} == *9999* ]]; then
43 - inherit golang-vcs
44 -else
45 - KEYWORDS="~amd64 ~arm ~x86"
46 - EGIT_COMMIT="v${PV}"
47 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
48 - inherit golang-vcs-snapshot
49 -fi
50 -
51 -DESCRIPTION="A program to sync files to and from various cloud storage providers"
52 -HOMEPAGE="https://rclone.org/"
53 -
54 -LICENSE="MIT"
55 -SLOT="0"
56 -IUSE=""
57 -
58 -DEPEND=""
59 -RDEPEND="${DEPEND}"
60 -
61 -src_install() {
62 - dobin ${PN}
63 - doman src/${EGO_PN}/${PN}.1
64 - dodoc src/${EGO_PN}/README.md
65 -
66 - ./rclone genautocomplete bash ${PN}.bash || die
67 - newbashcomp ${PN}.bash ${PN}
68 -
69 - ./rclone genautocomplete zsh ${PN}.zsh || die
70 - insinto /usr/share/zsh/site-functions
71 - newins ${PN}.zsh _${PN}
72 -}
73
74 diff --git a/net-misc/rclone/rclone-1.40.ebuild b/net-misc/rclone/rclone-1.40.ebuild
75 deleted file mode 100644
76 index 2c530609ee7..00000000000
77 --- a/net-misc/rclone/rclone-1.40.ebuild
78 +++ /dev/null
79 @@ -1,38 +0,0 @@
80 -# Copyright 1999-2018 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=6
84 -inherit golang-build bash-completion-r1
85 -EGO_PN="github.com/ncw/${PN}"
86 -
87 -if [[ ${PV} == *9999* ]]; then
88 - inherit golang-vcs
89 -else
90 - KEYWORDS="~amd64 ~arm ~x86"
91 - EGIT_COMMIT="v${PV}"
92 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
93 - inherit golang-vcs-snapshot
94 -fi
95 -
96 -DESCRIPTION="A program to sync files to and from various cloud storage providers"
97 -HOMEPAGE="https://rclone.org/"
98 -
99 -LICENSE="MIT"
100 -SLOT="0"
101 -IUSE=""
102 -
103 -DEPEND=""
104 -RDEPEND="${DEPEND}"
105 -
106 -src_install() {
107 - dobin ${PN}
108 - doman src/${EGO_PN}/${PN}.1
109 - dodoc src/${EGO_PN}/README.md
110 -
111 - ./rclone genautocomplete bash ${PN}.bash || die
112 - newbashcomp ${PN}.bash ${PN}
113 -
114 - ./rclone genautocomplete zsh ${PN}.zsh || die
115 - insinto /usr/share/zsh/site-functions
116 - newins ${PN}.zsh _${PN}
117 -}
118
119 diff --git a/net-misc/rclone/rclone-1.41.ebuild b/net-misc/rclone/rclone-1.41.ebuild
120 deleted file mode 100644
121 index 2c530609ee7..00000000000
122 --- a/net-misc/rclone/rclone-1.41.ebuild
123 +++ /dev/null
124 @@ -1,38 +0,0 @@
125 -# Copyright 1999-2018 Gentoo Foundation
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=6
129 -inherit golang-build bash-completion-r1
130 -EGO_PN="github.com/ncw/${PN}"
131 -
132 -if [[ ${PV} == *9999* ]]; then
133 - inherit golang-vcs
134 -else
135 - KEYWORDS="~amd64 ~arm ~x86"
136 - EGIT_COMMIT="v${PV}"
137 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
138 - inherit golang-vcs-snapshot
139 -fi
140 -
141 -DESCRIPTION="A program to sync files to and from various cloud storage providers"
142 -HOMEPAGE="https://rclone.org/"
143 -
144 -LICENSE="MIT"
145 -SLOT="0"
146 -IUSE=""
147 -
148 -DEPEND=""
149 -RDEPEND="${DEPEND}"
150 -
151 -src_install() {
152 - dobin ${PN}
153 - doman src/${EGO_PN}/${PN}.1
154 - dodoc src/${EGO_PN}/README.md
155 -
156 - ./rclone genautocomplete bash ${PN}.bash || die
157 - newbashcomp ${PN}.bash ${PN}
158 -
159 - ./rclone genautocomplete zsh ${PN}.zsh || die
160 - insinto /usr/share/zsh/site-functions
161 - newins ${PN}.zsh _${PN}
162 -}