From 44345330d75a23068a4291ef3f8dd39a7d5013b9 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 3 Apr 2022 15:48:25 +0200 Subject: [PATCH] sys-fs/gocryptfs: Revbump to adopt go tarballs Signed-off-by: Nils Freydank --- .../{gocryptfs-2.2.1.ebuild => gocryptfs-2.2.1-r1.ebuild} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) rename sys-fs/gocryptfs/{gocryptfs-2.2.1.ebuild => gocryptfs-2.2.1-r1.ebuild} (96%) diff --git a/sys-fs/gocryptfs/gocryptfs-2.2.1.ebuild b/sys-fs/gocryptfs/gocryptfs-2.2.1-r1.ebuild similarity index 96% rename from sys-fs/gocryptfs/gocryptfs-2.2.1.ebuild rename to sys-fs/gocryptfs/gocryptfs-2.2.1-r1.ebuild index 31ef3e8..3cf53d9 100644 --- a/sys-fs/gocryptfs/gocryptfs-2.2.1.ebuild +++ b/sys-fs/gocryptfs/gocryptfs-2.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: For distfiles verification see https://nuetzlich.net/gocryptfs/releases. @@ -10,9 +10,6 @@ inherit go-module MY_PV="${PV/_/-}" -EGO_SUM=( ) -go-module_set_globals - DESCRIPTION="Encrypted overlay filesystem written in Go" HOMEPAGE="https://nuetzlich.net/gocryptfs/ https://github.com/rfjakob/gocryptfs/releases" @@ -22,7 +19,6 @@ if [[ "${PV}" = 9999* ]]; then else SRC_URI=" https://${EGO_PN}/releases/download/v${MY_PV}/${PN}_v${MY_PV}_src-deps.tar.gz -> ${P}.tar.gz - ${EGO_SUM_SRC_URI} " fi