From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E16C515808D for ; Fri, 22 Apr 2022 17:44:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86242E08CE; Fri, 22 Apr 2022 17:44:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F70AE08CE for ; Fri, 22 Apr 2022 17:44:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C1F334171F for ; Fri, 22 Apr 2022 17:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9162398 for ; Fri, 22 Apr 2022 17:44:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650649441.a1ca9e6a5b40531c57b71e5dd6b5cad9526d93c5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ipfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild X-VCS-Directories: net-p2p/go-ipfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a1ca9e6a5b40531c57b71e5dd6b5cad9526d93c5 X-VCS-Branch: master Date: Fri, 22 Apr 2022 17:44:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f905d2c4-0492-4821-bed9-3f212fc6ab2e X-Archives-Hash: db953fc02b0234aa921d67362da0b6bf commit: a1ca9e6a5b40531c57b71e5dd6b5cad9526d93c5 Author: Sam James gentoo org> AuthorDate: Fri Apr 22 17:44:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 22 17:44:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ca9e6a net-p2p/go-ipfs: add note re vendor tarball Bug: https://bugs.gentoo.org/833480 Signed-off-by: Sam James gentoo.org> net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild b/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild index 22c0d76d8e5b..57e9b470e41e 100644 --- a/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild +++ b/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild @@ -8,6 +8,7 @@ inherit bash-completion-r1 go-module systemd DESCRIPTION="Main implementation of IPFS" HOMEPAGE="https://ipfs.io/" SRC_URI="https://github.com/ipfs/go-ipfs/archive/v${PV}.tar.gz -> ${P}.tar.gz" +# After dropped Go patch, might be able to use upstream vendor tarball SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz" LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0"