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: Wed, 02 Jan 2019 15:55:39
Message-Id: 1546444425.b2046379d0f2ff61d62b83c4b41e1ca31b61c207.perfinion@gentoo
1 commit: b2046379d0f2ff61d62b83c4b41e1ca31b61c207
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 15:18:49 2019 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 15:53:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2046379
7
8 net-misc/rclone: drop old
9
10 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-misc/rclone/Manifest | 2 --
14 net-misc/rclone/rclone-1.42.ebuild | 38 ------------------------------------
15 net-misc/rclone/rclone-1.43.1.ebuild | 38 ------------------------------------
16 net-misc/rclone/rclone-9999.ebuild | 2 +-
17 4 files changed, 1 insertion(+), 79 deletions(-)
18
19 diff --git a/net-misc/rclone/Manifest b/net-misc/rclone/Manifest
20 index 852fac7d31c..a99aefe71e3 100644
21 --- a/net-misc/rclone/Manifest
22 +++ b/net-misc/rclone/Manifest
23 @@ -1,4 +1,2 @@
24 -DIST rclone-1.42.tar.gz 52702474 BLAKE2B 35def37dfb44a9fccabf0f6c3d0106da58bd1468a0c73e8b0a911e9bad48c6da58d303726544c76464230714af68d1727336eb9a4858337b346630f5df147a08 SHA512 69fadc1bc661e6278e461a16b49fb473bf2e35ceb85704c2b92e252422d372fbbbbb9d188cf9cb58d55b6d6c8267c599ea0d8a79fb4edb4a7bc0bac61de3eae1
25 -DIST rclone-1.43.1.tar.gz 15965941 BLAKE2B 5bf0ac08ca75abfdf6bbcd8f5725b0ab3aa543c7dac043feaf301a6c0a23090c61086e3c16e674bbc2c29d7dff7fc19e7759c70e5990afb2ddd72e5610295cba SHA512 7da3b285a8ed401de95ec0b8bea21ca3db0313eb2012874b10fb65c4441311ba4b24b7dd3ea68a7bce17206ac065f091d2f6ef6a9662fe0111b9f00ff58e6c17
26 DIST rclone-1.44.tar.gz 16362501 BLAKE2B 28b4e444b83f361ae641eb7b09e150d46eaac09dd777e247e38f3e708a18e8e58d6a1c40829aba1c44c6c37e733dced2eae069a9b6e725adf0785b7c9959e47b SHA512 1207316ed12646a4ec5f9795d5cca1de9d2fa333f60a8b6dd157462813e2e6ad9ebf85d3d20b9b881d11dcd9ac162b5a674a53ff2af15a452afcfc04f7b34f5b
27 DIST rclone-1.45.tar.gz 16494131 BLAKE2B 17ca4182af4efe23a367fc38226dc7fe146da55fea47a5f76773f1dcc3d3b629cca7964ffe41aa1e4dbd2fe36bd80545f336d2823a25ebb6b3effc768d4b46d2 SHA512 348dbd6a069f736219b7f925b6aa5234a4d70724ee5bfdb56067241063be36c44a091a37acb3285627803fa013329a6ef804aab4c0070ddaf322c5324b9e2a5a
28
29 diff --git a/net-misc/rclone/rclone-1.42.ebuild b/net-misc/rclone/rclone-1.42.ebuild
30 deleted file mode 100644
31 index 2c530609ee7..00000000000
32 --- a/net-misc/rclone/rclone-1.42.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.43.1.ebuild b/net-misc/rclone/rclone-1.43.1.ebuild
75 deleted file mode 100644
76 index 2c530609ee7..00000000000
77 --- a/net-misc/rclone/rclone-1.43.1.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-9999.ebuild b/net-misc/rclone/rclone-9999.ebuild
120 index 2c530609ee7..e1f64b65bde 100644
121 --- a/net-misc/rclone/rclone-9999.ebuild
122 +++ b/net-misc/rclone/rclone-9999.ebuild
123 @@ -1,4 +1,4 @@
124 -# Copyright 1999-2018 Gentoo Foundation
125 +# Copyright 1999-2019 Gentoo Authors
126 # Distributed under the terms of the GNU General Public License v2
127
128 EAPI=6