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, 29 Apr 2019 14:24:52
Message-Id: 1556547770.1b4647760ebd1ca768350608b4a869c457d89979.perfinion@gentoo
1 commit: 1b4647760ebd1ca768350608b4a869c457d89979
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 13:46:14 2019 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 14:22:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b464776
7
8 net-misc/rclone: drop old
9
10 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 net-misc/rclone/Manifest | 1 -
14 net-misc/rclone/rclone-1.44.ebuild | 38 --------------------------------------
15 2 files changed, 39 deletions(-)
16
17 diff --git a/net-misc/rclone/Manifest b/net-misc/rclone/Manifest
18 index 0e009c2cb9d..732f6d5507c 100644
19 --- a/net-misc/rclone/Manifest
20 +++ b/net-misc/rclone/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST rclone-1.44.tar.gz 16362501 BLAKE2B 28b4e444b83f361ae641eb7b09e150d46eaac09dd777e247e38f3e708a18e8e58d6a1c40829aba1c44c6c37e733dced2eae069a9b6e725adf0785b7c9959e47b SHA512 1207316ed12646a4ec5f9795d5cca1de9d2fa333f60a8b6dd157462813e2e6ad9ebf85d3d20b9b881d11dcd9ac162b5a674a53ff2af15a452afcfc04f7b34f5b
23 DIST rclone-1.45.tar.gz 16494131 BLAKE2B 17ca4182af4efe23a367fc38226dc7fe146da55fea47a5f76773f1dcc3d3b629cca7964ffe41aa1e4dbd2fe36bd80545f336d2823a25ebb6b3effc768d4b46d2 SHA512 348dbd6a069f736219b7f925b6aa5234a4d70724ee5bfdb56067241063be36c44a091a37acb3285627803fa013329a6ef804aab4c0070ddaf322c5324b9e2a5a
24 DIST rclone-1.47.0.tar.gz 17282254 BLAKE2B 57c4f3576427778db0fdc523d8b95b33db5cebfb0081d927abc8925eeaf90c0d2079f1d9572e81faac41e98cfee3028f39c9aed89e6db17188efb3541e3daa6a SHA512 90e68021f589bfad95989b45d91c47da63066e9bc60040052e866d1c7e420bc2784335cc5dbab0e4372c4f8686acb0a65853877c41081c8406eddada42550125
25
26 diff --git a/net-misc/rclone/rclone-1.44.ebuild b/net-misc/rclone/rclone-1.44.ebuild
27 deleted file mode 100644
28 index e7c1175ae16..00000000000
29 --- a/net-misc/rclone/rclone-1.44.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit golang-build bash-completion-r1
37 -EGO_PN="github.com/ncw/${PN}"
38 -
39 -if [[ ${PV} == *9999* ]]; then
40 - inherit golang-vcs
41 -else
42 - KEYWORDS="amd64 ~arm x86"
43 - EGIT_COMMIT="v${PV}"
44 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
45 - inherit golang-vcs-snapshot
46 -fi
47 -
48 -DESCRIPTION="A program to sync files to and from various cloud storage providers"
49 -HOMEPAGE="https://rclone.org/"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -IUSE=""
54 -
55 -DEPEND=""
56 -RDEPEND="${DEPEND}"
57 -
58 -src_install() {
59 - dobin ${PN}
60 - doman src/${EGO_PN}/${PN}.1
61 - dodoc src/${EGO_PN}/README.md
62 -
63 - ./rclone genautocomplete bash ${PN}.bash || die
64 - newbashcomp ${PN}.bash ${PN}
65 -
66 - ./rclone genautocomplete zsh ${PN}.zsh || die
67 - insinto /usr/share/zsh/site-functions
68 - newins ${PN}.zsh _${PN}
69 -}