Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/ipfs-cluster/
Date: Sun, 03 Jul 2022 12:19:42
Message-Id: 1656850761.e9d733062759b6e53d7b99df73571b9521a8348b.andrewammerlaan@gentoo
1 commit: e9d733062759b6e53d7b99df73571b9521a8348b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 12:19:21 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 12:19:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9d73306
7
8 net-p2p/ipfs-cluster: drop unused eclass
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild
16 index 7e0c64e89..3d9b5ff25 100644
17 --- a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild
18 +++ b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -inherit bash-completion-r1 go-module systemd
24 +inherit go-module systemd
25
26 DESCRIPTION="Pinset orchestration for IPFS"
27 HOMEPAGE="https://ipfscluster.io/"