From: "Jason Zaman" <perfinion@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rclone/
Date: Fri, 16 Feb 2018 16:12:04 +0000 (UTC) [thread overview]
Message-ID: <1518797479.cf703915f0f7111d6f46efc503ee422cff7d717e.perfinion@gentoo> (raw)
commit: cf703915f0f7111d6f46efc503ee422cff7d717e
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 16:11:19 2018 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 16:11:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf703915
net-misc/rclone: drop old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
net-misc/rclone/Manifest | 3 ---
net-misc/rclone/rclone-1.36.ebuild | 31 -------------------------------
net-misc/rclone/rclone-1.37.ebuild | 31 -------------------------------
net-misc/rclone/rclone-1.38.ebuild | 29 -----------------------------
4 files changed, 94 deletions(-)
diff --git a/net-misc/rclone/Manifest b/net-misc/rclone/Manifest
index f0ec277592c..598544ecb61 100644
--- a/net-misc/rclone/Manifest
+++ b/net-misc/rclone/Manifest
@@ -1,4 +1 @@
-DIST rclone-1.36.tar.gz 14013564 BLAKE2B 0ca9d15e3df937d6b91b48069154baba7f923d803c94f9aa5f6b19429d59b2a6224a2e25979e57f699fda6cda7a11c5c02ec7af4494407d01c4a09981329c665 SHA512 589b5e2370244b5609d1ec8245f9f5f5cf58d6a2d507768db2cfc5a5b882f7d277d797fd0068b904538f3700e1751df03a21697d5295c83a2bf01a78d0ac6b13
-DIST rclone-1.37.tar.gz 37684683 BLAKE2B a01f40c5aff8eaeef8d133af2a51b6ff8adb80a5b133b64b3201fefbad322789952d85a872c8da99ea81af1165e4e6b0e66253f7cdaaa0f148c5ae89c18b3c62 SHA512 683c88c04aa3d6f7057937c431bc56b20c9218c3a01f8baa4fb63ed716a0a3397855c1a9bf485041354bc6696f54f670b5cd9945c0465b4dc65595a9f606427b
-DIST rclone-1.38.tar.gz 36890082 BLAKE2B d2633bd3c49130b367a83d056c20f39504cb92aadb8b16f7a66ccfc3993f7b7c85879dedf1e2ef340c08177863207f738f8c6442528af8d8d3140de12c8ff157 SHA512 8dba3af1d576aac2b4b230eb6cb3072f0178e420f017dd715744ae2d8061f830b8079b7cc1cc09e7395ab3639b600b47768300d5f9da80a2f9626c26002a604e
DIST rclone-1.39.tar.gz 38015559 BLAKE2B 534bd0be87e7c8291bfe3acdaff12e9acfddeb42f08067d413184a688b5c0cdfcde78abff3551d81cd2e692a020386116f03842c8390852b2137c2f8342e43f2 SHA512 6e5e5f5e06510f36185d165986cbd3ed994d3cbf97055b4dea37c78af932f89ab8c89249006b829aad38ba43c77ff46f254ba56bcfbae7deca1ebcea555ad884
diff --git a/net-misc/rclone/rclone-1.36.ebuild b/net-misc/rclone/rclone-1.36.ebuild
deleted file mode 100644
index 0c936bdca50..00000000000
--- a/net-misc/rclone/rclone-1.36.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build
-EGO_PN="github.com/ncw/${PN}"
-
-if [[ ${PV} == *9999* ]]; then
- inherit golang-vcs
-else
- KEYWORDS="~amd64 ~arm ~x86"
- EGIT_COMMIT="v${PV}"
- SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="A program to sync files to and from various cloud storage providers"
-HOMEPAGE="https://rclone.org/"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install() {
- dobin ${PN}
- doman src/${EGO_PN}/${PN}.1
- dodoc src/${EGO_PN}/README.md
-}
diff --git a/net-misc/rclone/rclone-1.37.ebuild b/net-misc/rclone/rclone-1.37.ebuild
deleted file mode 100644
index 0c936bdca50..00000000000
--- a/net-misc/rclone/rclone-1.37.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build
-EGO_PN="github.com/ncw/${PN}"
-
-if [[ ${PV} == *9999* ]]; then
- inherit golang-vcs
-else
- KEYWORDS="~amd64 ~arm ~x86"
- EGIT_COMMIT="v${PV}"
- SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="A program to sync files to and from various cloud storage providers"
-HOMEPAGE="https://rclone.org/"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install() {
- dobin ${PN}
- doman src/${EGO_PN}/${PN}.1
- dodoc src/${EGO_PN}/README.md
-}
diff --git a/net-misc/rclone/rclone-1.38.ebuild b/net-misc/rclone/rclone-1.38.ebuild
deleted file mode 100644
index ab1b0c69b3d..00000000000
--- a/net-misc/rclone/rclone-1.38.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-build
-
-EGO_PN="github.com/ncw/${PN}"
-
-if [[ ${PV} == *9999* ]]; then
- inherit golang-vcs
-else
- KEYWORDS="~amd64 ~arm ~x86"
- EGIT_COMMIT="v${PV}"
- SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="A program to sync files to and from various cloud storage providers"
-HOMEPAGE="https://rclone.org/"
-
-LICENSE="MIT"
-SLOT="0"
-
-src_install() {
- dobin ${PN}
- doman src/${EGO_PN}/${PN}.1
- dodoc src/${EGO_PN}/README.md
-}
next reply other threads:[~2018-02-16 16:12 UTC|newest]
Thread overview: 99+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-16 16:12 Jason Zaman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 19:34 [gentoo-commits] repo/gentoo:master commit in: net-misc/rclone/ Maciej Barć
2025-02-24 8:16 Arthur Zamarin
2025-02-23 16:09 Arthur Zamarin
2025-02-23 14:25 Arthur Zamarin
2025-02-18 19:21 Arthur Zamarin
2025-02-18 19:21 Arthur Zamarin
2025-01-22 16:20 Maciej Barć
2025-01-21 23:04 Maciej Barć
2024-12-28 17:38 Sam James
2024-12-28 15:59 Sam James
2024-12-13 18:02 Maciej Barć
2024-11-28 0:09 Jakov Smolić
2024-11-27 22:10 Maciej Barć
2024-11-23 20:15 Arthur Zamarin
2024-09-28 15:00 Maciej Barć
2024-09-11 23:30 Maciej Barć
2024-09-11 23:30 Maciej Barć
2024-07-26 8:48 David Seifert
2024-07-21 19:48 Arthur Zamarin
2024-07-21 19:48 Arthur Zamarin
2024-06-25 22:03 Sam James
2024-06-25 22:03 Sam James
2024-06-15 22:23 Maciej Barć
2024-06-15 22:23 Maciej Barć
2024-06-15 22:23 Maciej Barć
2024-05-18 3:19 Sam James
2024-05-18 3:19 Sam James
2024-05-15 16:24 Maciej Barć
2024-05-15 14:39 Jason Zaman
2024-05-15 14:39 Jason Zaman
2023-08-09 18:14 Piotr Karbowski
2023-07-23 16:40 Piotr Karbowski
2023-07-23 16:40 Piotr Karbowski
2023-07-04 16:45 Piotr Karbowski
2023-05-02 15:32 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-03-22 1:20 Sam James
2023-03-20 21:31 Piotr Karbowski
2023-03-19 22:57 Piotr Karbowski
2023-03-19 22:57 Piotr Karbowski
2023-03-19 22:57 Piotr Karbowski
2023-03-06 13:04 Arthur Zamarin
2023-03-06 13:04 Arthur Zamarin
2023-01-07 23:04 Sam James
2023-01-07 23:04 Sam James
2023-01-07 19:59 Piotr Karbowski
2022-12-09 22:32 Sam James
2022-12-09 22:04 Arthur Zamarin
2022-11-19 15:54 Piotr Karbowski
2022-11-19 15:54 Piotr Karbowski
2022-11-06 8:05 Agostino Sarubbo
2022-11-06 5:52 Sam James
2022-11-03 2:03 Yixun Lan
2022-10-23 14:15 Piotr Karbowski
2022-09-20 18:47 Piotr Karbowski
2022-07-10 15:00 Piotr Karbowski
2022-07-10 15:00 Piotr Karbowski
2022-07-10 12:16 Sam James
2022-07-10 12:16 Sam James
2022-07-10 9:39 Piotr Karbowski
2022-05-02 20:39 Piotr Karbowski
2021-12-24 23:12 Jason Zaman
2021-01-02 7:21 Jason Zaman
2021-01-02 7:21 Jason Zaman
2021-01-02 7:21 Jason Zaman
2020-09-07 9:33 Jason Zaman
2020-09-07 9:33 Jason Zaman
2020-09-07 9:33 Jason Zaman
2020-09-07 9:33 Jason Zaman
2020-06-25 20:22 Conrad Kostecki
2020-06-20 20:31 Thomas Deutschmann
2020-06-09 13:53 Agostino Sarubbo
2020-06-09 13:45 Agostino Sarubbo
2020-06-06 19:31 Mart Raudsepp
2020-02-29 7:13 Jason Zaman
2020-02-16 13:35 Jason Zaman
2020-02-16 13:35 Jason Zaman
2020-02-16 13:35 Jason Zaman
2020-01-24 19:49 Jason Zaman
2019-10-18 12:55 Jason Zaman
2019-08-07 7:58 Jason Zaman
2019-04-29 14:24 Jason Zaman
2019-04-29 14:24 Jason Zaman
2019-04-29 14:24 Jason Zaman
2019-01-02 15:55 Jason Zaman
2019-01-02 15:55 Jason Zaman
2019-01-02 15:55 Jason Zaman
2018-11-27 14:01 Jason Zaman
2018-09-24 5:21 Jason Zaman
2018-09-24 5:21 Jason Zaman
2018-07-31 7:45 Jason Zaman
2018-07-31 7:45 Jason Zaman
2018-04-06 10:32 Jason Zaman
2018-03-18 2:38 Jason Zaman
2018-02-16 16:12 Jason Zaman
2017-10-28 9:10 Patrice Clement
2017-07-30 11:09 David Seifert
2017-05-26 19:33 Jason Zaman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1518797479.cf703915f0f7111d6f46efc503ee422cff7d717e.perfinion@gentoo \
--to=perfinion@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox