* [gentoo-commits] repo/gentoo:master commit in: net-p2p/kubo/files/, net-p2p/kubo/, profiles/updates/, net-p2p/go-ipfs/, ...
@ 2022-08-03 22:55 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-08-03 22:55 UTC (permalink / raw
To: gentoo-commits
commit: a3196cc835c7532279355fe56d7564868e43ff15
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jul 12 13:58:09 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 3 22:54:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3196cc8
net-p2p/*: move go-ipfs -> kubo
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26371
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-p2p/go-ipfs/Manifest | 1 -
net-p2p/kubo/Manifest | 1 +
net-p2p/{go-ipfs => kubo}/files/ipfs-at.service | 0
net-p2p/{go-ipfs => kubo}/files/ipfs.confd | 0
net-p2p/{go-ipfs => kubo}/files/ipfs.init | 0
net-p2p/{go-ipfs => kubo}/files/ipfs.service | 0
net-p2p/{go-ipfs/go-ipfs-0.13.1.ebuild => kubo/kubo-0.13.1.ebuild} | 6 +++---
net-p2p/{go-ipfs => kubo}/metadata.xml | 0
profiles/updates/3Q-2022 | 1 +
9 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/net-p2p/go-ipfs/Manifest b/net-p2p/go-ipfs/Manifest
deleted file mode 100644
index 773ebd4ef95f..000000000000
--- a/net-p2p/go-ipfs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST go-ipfs-0.13.1.tar.gz 13474891 BLAKE2B 2e6e056e27a8783c9d04ea5d8c41d86e45250f5ba95c57737aaf52d36d453be31baab21767008596710d7eb84f471460c32de70faf1764740ea551a5aa4bd38e SHA512 3257d49df61bb31d4054934506ea543df2d9ed1f57b9b6aeef001bb77fe9fdce646fec96ded72b7f9f99e3bc687da77997b1295ebb5a40e20e4df0413e15bfd7
diff --git a/net-p2p/kubo/Manifest b/net-p2p/kubo/Manifest
new file mode 100644
index 000000000000..09ae8432b7a0
--- /dev/null
+++ b/net-p2p/kubo/Manifest
@@ -0,0 +1 @@
+DIST kubo-0.13.1.tar.gz 13474891 BLAKE2B 2e6e056e27a8783c9d04ea5d8c41d86e45250f5ba95c57737aaf52d36d453be31baab21767008596710d7eb84f471460c32de70faf1764740ea551a5aa4bd38e SHA512 3257d49df61bb31d4054934506ea543df2d9ed1f57b9b6aeef001bb77fe9fdce646fec96ded72b7f9f99e3bc687da77997b1295ebb5a40e20e4df0413e15bfd7
diff --git a/net-p2p/go-ipfs/files/ipfs-at.service b/net-p2p/kubo/files/ipfs-at.service
similarity index 100%
rename from net-p2p/go-ipfs/files/ipfs-at.service
rename to net-p2p/kubo/files/ipfs-at.service
diff --git a/net-p2p/go-ipfs/files/ipfs.confd b/net-p2p/kubo/files/ipfs.confd
similarity index 100%
rename from net-p2p/go-ipfs/files/ipfs.confd
rename to net-p2p/kubo/files/ipfs.confd
diff --git a/net-p2p/go-ipfs/files/ipfs.init b/net-p2p/kubo/files/ipfs.init
similarity index 100%
rename from net-p2p/go-ipfs/files/ipfs.init
rename to net-p2p/kubo/files/ipfs.init
diff --git a/net-p2p/go-ipfs/files/ipfs.service b/net-p2p/kubo/files/ipfs.service
similarity index 100%
rename from net-p2p/go-ipfs/files/ipfs.service
rename to net-p2p/kubo/files/ipfs.service
diff --git a/net-p2p/go-ipfs/go-ipfs-0.13.1.ebuild b/net-p2p/kubo/kubo-0.13.1.ebuild
similarity index 89%
rename from net-p2p/go-ipfs/go-ipfs-0.13.1.ebuild
rename to net-p2p/kubo/kubo-0.13.1.ebuild
index 3418b0d7a9b5..82573032a2ae 100644
--- a/net-p2p/go-ipfs/go-ipfs-0.13.1.ebuild
+++ b/net-p2p/kubo/kubo-0.13.1.ebuild
@@ -7,7 +7,7 @@ inherit bash-completion-r1 go-module systemd
DESCRIPTION="Main implementation of IPFS"
HOMEPAGE="https://ipfs.io/"
-SRC_URI="https://github.com/ipfs/${PN}/releases/download/v${PV}/${PN}-source.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/ipfs/${PN}/releases/download/v${PV}/go-ipfs-source.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0"
SLOT="0"
@@ -63,7 +63,7 @@ pkg_postinst() {
elog 'or change IPFS_PATH of /etc/conf.d/ipfs with another with proper permissions.'
# See https://bugs.gentoo.org/838238
- ewarn 'In case go-ipfs CPU usage is too high run the next workaround'
- ewarn 'su -s /bin/sh -c "ipfs config profile apply lowpower"'
+ ewarn 'In case kubo CPU usage is too high run the next workaround'
+ ewarn 'su -s /bin/sh -c "ipfs config profile apply lowpower" ipfs'
ewarn 'Be aware that this will make your node less visible to other peers'
}
diff --git a/net-p2p/go-ipfs/metadata.xml b/net-p2p/kubo/metadata.xml
similarity index 100%
rename from net-p2p/go-ipfs/metadata.xml
rename to net-p2p/kubo/metadata.xml
diff --git a/profiles/updates/3Q-2022 b/profiles/updates/3Q-2022
index 0ac639a1c5db..2cdcd10dc1c9 100644
--- a/profiles/updates/3Q-2022
+++ b/profiles/updates/3Q-2022
@@ -11,3 +11,4 @@ move net-misc/cni-plugins app-containers/cni-plugins
move gnome-extra/chrome-gnome-shell gnome-extra/gnome-browser-connector
move dev-python/PyQt6_sip dev-python/PyQt6-sip
move dev-python/PyQt6_WebEngine dev-python/PyQt6-WebEngine
+move net-p2p/go-ipfs net-p2p/kubo
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-08-03 22:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-03 22:55 [gentoo-commits] repo/gentoo:master commit in: net-p2p/kubo/files/, net-p2p/kubo/, profiles/updates/, net-p2p/go-ipfs/, Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox