repo/gentoo:master commit in: net-misc/rclone/

Maciej Barć <[email protected]>
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1786705218.c0470d4e9e980947017e03c289b3b6c333c37d8d.xgqt@gentoo>
commit:     c0470d4e9e980947017e03c289b3b6c333c37d8d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 10:10:45 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 11:00:18 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0470d4e

net-misc/rclone: drop old 1.74.2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 net-misc/rclone/Manifest             |  2 -
 net-misc/rclone/rclone-1.74.2.ebuild | 79 ------------------------------------
 2 files changed, 81 deletions(-)

diff --git a/net-misc/rclone/Manifest b/net-misc/rclone/Manifest
index df586ff7f7b8..df73f1de5968 100644
--- a/net-misc/rclone/Manifest
+++ b/net-misc/rclone/Manifest
@@ -1,5 +1,3 @@
-DIST rclone-v1.74.2-vendor.tar.gz 16813858 BLAKE2B e1c3da492e1da379ab5a6bc855bebaedcd115d1395d4c3268d16f888f3b42899669f085312f1afb2c90713b6f16807c02994518e15dee20abb48602b4bd9cab6 SHA512 5eb7ccfce6d34f015257326dcf915f6bb7cfd8bf490125d3345c16de5808b2d7547af8dfdc29933003e8e274dd7c1c505bb918106281695c8766a9a87ae03edb
-DIST rclone-v1.74.2.tar.gz 16345758 BLAKE2B 19d6f5443d4588f37e56c24b306b15d6b1114bc01e4603e33c59a988311099bacc38d5f88e679ec021af8670348a62675f0ce214b35d1e6176a6990a4ab21d51 SHA512 11ee7f36a3f184f2d7cad030e0298cbf4624d275ce6cd8f8618e8c8eece57c3f84d7616408fb768c02db059616937aa74bdc48c7bb66ccf3b17ec50a832ba1bd
 DIST rclone-v1.74.3-vendor.tar.gz 16812724 BLAKE2B 171e395726633ac52c7b5d1d84b7139180a1894ac51e7c408b03edd3c2133ccec5164ad52342e241c56c639cc5758881726c2088795737795873b42276635457 SHA512 49df877df5da040360f2ab8d11eaae18aa000a10f14d8cf55064860fe46d5ff437018863ae24ae1913384a49a1665ed09edda7ca5a44deff3d925e611e1c69ba
 DIST rclone-v1.74.3.tar.gz 16357616 BLAKE2B 20f9cb1504aac446a012fbe5d73973ea32b1bfc693cba5a8e12166b80a3b89ab1360fe26a18744a03e515cdf81396a0c9e48913c739af927939a318902ab8452 SHA512 004bdf9055ff75216ec9f3fb14f9329acb48956909696f63ffca1f85684b43d94849878baf1270e33c15cfb026cc72464dd8ddbc9b59450e566dbfa923d16af7
 DIST rclone-v1.74.4-vendor.tar.gz 16831543 BLAKE2B 6d8080b9f85f88c291c88dd66ff6b6ebc49d31ab0d827750153fb07a6f6d27a894fab8e9b6251a264f911b10dda5e4ba714f86b779243aca33fcba81999c4be1 SHA512 015422c385b85d688fc6199bf9fc1ff416e3067b24b6415e75f19d6bf7ee9e485af3e8b43835c8d1fa8a6294e4cb79abbe398927719258107dbe409e5d85384f

diff --git a/net-misc/rclone/rclone-1.74.2.ebuild b/net-misc/rclone/rclone-1.74.2.ebuild
deleted file mode 100644
index 1bd0d0604551..000000000000
--- a/net-misc/rclone/rclone-1.74.2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit shell-completion check-reqs edo go-module
-
-DESCRIPTION="A program to sync files to and from various cloud storage providers"
-HOMEPAGE="https://rclone.org/
-	https://github.com/rclone/rclone/"
-
-SRC_URI="
-	https://github.com/rclone/rclone/releases/download/v${PV}/${PN}-v${PV}.tar.gz
-	https://github.com/rclone/rclone/releases/download/v${PV}/${PN}-v${PV}-vendor.tar.gz
-"
-S="${WORKDIR}/rclone-v${PV}"
-
-LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="
-	sys-fs/fuse:3=
-"
-BDEPEND="
-	>=dev-lang/go-1.25.0
-"
-
-CHECKREQS_DISK_BUILD="2500M"
-
-pkg_setup() {
-	check-reqs_pkg_setup
-}
-
-src_unpack() {
-	mkdir -p "${S}" || die
-	ln -s "../vendor" "${S}/vendor" || die
-
-	go-module_src_unpack
-}
-
-src_compile() {
-	local go_ldflags="
-		-X github.com/rclone/rclone/fs.Version=${PV}
-	"
-	local -a go_buildargs=(
-		-ldflags "${go_ldflags}"
-		-mod=vendor
-		-o ./
-	)
-	ego build "${go_buildargs[@]}"
-
-	edob ./rclone genautocomplete bash "${PN}.bash"
-	edob ./rclone genautocomplete zsh "${PN}.zsh"
-	edob ./rclone genautocomplete fish "${PN}.fish"
-}
-
-src_test() {
-	# Setting CI skips unreliable tests, see "fstest/testy/testy.go"
-	# "TestAddPlugin" and "TestRemovePlugin" fail.
-	local -x CI="true"
-	local -x RCLONE_CONFIG="/not_found"
-
-	ego test -mod=vendor -v -run "!Test.*Plugin" ./...
-}
-
-src_install() {
-	exeinto /usr/bin
-	doexe "${PN}"
-	dosym -r "/usr/bin/${PN}" /usr/bin/mount.rclone
-	dosym -r "/usr/bin/${PN}" /usr/bin/rclonefs
-
-	newbashcomp "${PN}.bash" "${PN}"
-	newzshcomp "${PN}.zsh" "_${PN}"
-	dofishcomp "${PN}.fish"
-
-	doman "${PN}.1"
-	einstalldocs
-}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.