From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/kubo/
Date: Tue, 08 Jul 2025 08:50:53 +0000 (UTC) [thread overview]
Message-ID: <1751964627.d9c36e0a3c2a1533e09a81b17b799ca67e2b47a8.juippis@gentoo> (raw)
commit: d9c36e0a3c2a1533e09a81b17b799ca67e2b47a8
Author: David Roman <droman <AT> ifae <DOT> es>
AuthorDate: Thu May 29 12:15:06 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jul 8 08:50:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c36e0a
net-p2p/kubo: drop 0.31.0
Signed-off-by: David Roman <droman <AT> ifae.es>
Part-of: https://github.com/gentoo/gentoo/pull/42459
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-p2p/kubo/Manifest | 3 --
net-p2p/kubo/kubo-0.31.0.ebuild | 96 -----------------------------------------
2 files changed, 99 deletions(-)
diff --git a/net-p2p/kubo/Manifest b/net-p2p/kubo/Manifest
index f2151a9ebeaa..f806223f5596 100644
--- a/net-p2p/kubo/Manifest
+++ b/net-p2p/kubo/Manifest
@@ -1,6 +1,3 @@
-DIST kubo-0.31.0-fs-repo-15-to-16-v1.0.1-vendor.tar.xz 1643384 BLAKE2B 6c51d34ab06e662213075cdc73fce0d3dad8c9acbfd2af6cd68ee50e90c33b91f06a68bbe40f4f3de867dd2862fb3cc0a09cb377f4d1ae70750906236059de5d SHA512 f3d9fbfc93fa714491eb7b8c995b686b8af86a65c56e7f14034b0dedb36b2b9a4d489852d7988acce30dcfd53f1637e1dca42ffdaa785bc6104864fc19c45a0c
-DIST kubo-0.31.0-fs-repo-15-to-16-v1.0.1.tar.gz 25942003 BLAKE2B 48eb3f50c8d0064561a99dd834cfc73482003bed70be93342bb30e993b509cca6aea0d44658ea981bb1063c458ce98e796293172b01109265e431f7a6ae279ae SHA512 bf631d402ecbee75e5a49e19e31c40172aeef81a13325bbf557841ba9e765caf39df42370a20d6e4039e7bd98e27dc5bd7a42f4490f30928a5614aca2214aea1
-DIST kubo-0.31.0.tar.gz 18131293 BLAKE2B a34e9cf1849a14e42e3799437127a06434484f1ce8ef36730c1b8daf66f8ee33abe783866d22f1573de056c24855bc16efc60c67ed47ccdc1c08d7cf263e0097 SHA512 8e5782905c190eea81d25d8bb477f5027cf38721e5b66868c3b81de90c9b013b9e1205869f640d163355efda778b32c7b94739fd3ef46fff7819309c82e9066c
DIST kubo-0.33.2-fs-repo-15-to-16-v1.0.1-vendor.tar.xz 1643384 BLAKE2B 6c51d34ab06e662213075cdc73fce0d3dad8c9acbfd2af6cd68ee50e90c33b91f06a68bbe40f4f3de867dd2862fb3cc0a09cb377f4d1ae70750906236059de5d SHA512 f3d9fbfc93fa714491eb7b8c995b686b8af86a65c56e7f14034b0dedb36b2b9a4d489852d7988acce30dcfd53f1637e1dca42ffdaa785bc6104864fc19c45a0c
DIST kubo-0.33.2-fs-repo-15-to-16-v1.0.1.tar.gz 25942003 BLAKE2B 48eb3f50c8d0064561a99dd834cfc73482003bed70be93342bb30e993b509cca6aea0d44658ea981bb1063c458ce98e796293172b01109265e431f7a6ae279ae SHA512 bf631d402ecbee75e5a49e19e31c40172aeef81a13325bbf557841ba9e765caf39df42370a20d6e4039e7bd98e27dc5bd7a42f4490f30928a5614aca2214aea1
DIST kubo-0.33.2.tar.gz 18188059 BLAKE2B 43bf3b1b7d31376d2336bbfe9b2c96d3d578cb16047add70bf3bed7920dbadd97f9e37dc85e98012880c73038a063766713e8cf6a3c5e119862cce1ffcbe54eb SHA512 57953aa5c2db55a0eb50aaa82c0dce9c09b86d9b10946ef3f92ab60bc7d1f3699244f1c8731ddc1d090d7279779a4d3f6c478ae1e745a61d00d7357f87df1631
diff --git a/net-p2p/kubo/kubo-0.31.0.ebuild b/net-p2p/kubo/kubo-0.31.0.ebuild
deleted file mode 100644
index d547fec2ec3c..000000000000
--- a/net-p2p/kubo/kubo-0.31.0.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module shell-completion systemd
-
-# Upstreams has a directory for each migration, for example fs-repo-15-to-16,
-# each directory is a program by itself. When an upstream tag is created,
-# they use they the name of the last migration program + version, for example
-# fs-repo-15-to-16/v1.0.1. Accordingly, we have a variable for the name and
-# another for the version. Even though the tag uses the name of the last migration,
-# the repository contains source code for all migrations, not only the tagged one.
-FS_MIG_V="1.0.1"
-FS_MIG_N="fs-repo-15-to-16"
-MY_FS_MIG="${FS_MIG_N}-v${FS_MIG_V}"
-FS_MIG_DIR="fs-repo-migrations-${MY_FS_MIG}"
-
-DESCRIPTION="Main implementation of IPFS"
-HOMEPAGE="https://ipfs.tech https://github.com/ipfs/kubo/"
-SRC_URI="https://github.com/ipfs/${PN}/releases/download/v${PV}/kubo-source.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://github.com/ipfs/fs-repo-migrations/archive/refs/tags/${FS_MIG_N}/v${FS_MIG_V}.tar.gz -> ${P}-${MY_FS_MIG}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${MY_FS_MIG}-vendor.tar.xz -> ${P}-${MY_FS_MIG}-vendor.tar.xz"
-
-S="${WORKDIR}"
-
-LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DEPEND="
- acct-group/ipfs
- acct-user/ipfs
- sys-fs/fuse:0
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md CONTRIBUTING.md README.md docs/ )
-
-src_prepare() {
- default
-
- sed -i '/fs-repo-1[0-9]-to-*/d' "${FS_MIG_DIR}/ignored-migrations" || die
-}
-
-src_compile() {
- local mygoargs
- mygoargs=(
- -tags release
- )
-
- ego build "${mygoargs[@]}" -o ipfs ./cmd/ipfs
- ego build "${mygoargs[@]}" -o ipfswatch ./cmd/ipfswatch
-
- IPFS_PATH="" ./ipfs commands completion bash > ipfs-completion.bash || die
- IPFS_PATH="" ./ipfs commands completion fish > ipfs-completion.fish || die
- IPFS_PATH="" ./ipfs commands completion zsh > ipfs-completion.zsh || die
-
- cd "${FS_MIG_DIR}" || die
- emake
-}
-
-src_test() {
- ego test ./cmd/ipfs/... ./cmd/ipfswatch/...
-}
-
-src_install() {
- dobin ipfs
- dobin ipfswatch
- newbashcomp ipfs-completion.bash ipfs
- newfishcomp ipfs-completion.fish ipfs.fish
- newzshcomp ipfs-completion.zsh _ipfs
- einstalldocs
-
- systemd_dounit "${FILESDIR}/ipfs.service"
- systemd_newunit "${FILESDIR}/ipfs-at.service" "ipfs@.service"
-
- newinitd "${FILESDIR}/ipfs.init" ipfs
- newconfd "${FILESDIR}/ipfs.confd" ipfs
-
- keepdir /var/log/ipfs
- fowners -R ipfs:ipfs /var/log/ipfs
-
- find "${FS_MIG_DIR}" -executable -type f -name "fs-repo-*" -exec dobin {} \; || die
-}
-
-pkg_postinst() {
- elog 'To be able to use the ipfs service you will need to create the ipfs repository'
- elog '(eg: su -s /bin/sh -c "ipfs init -e" ipfs)'
- elog 'or change IPFS_PATH of /etc/conf.d/ipfs with another with proper permissions.'
-
- # See https://bugs.gentoo.org/838238
- 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'
-}
next reply other threads:[~2025-07-08 8:50 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-08 8:50 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-03 5:11 [gentoo-commits] repo/gentoo:master commit in: net-p2p/kubo/ Sam James
2025-10-03 5:11 Sam James
2025-10-01 15:08 Sam James
2025-08-27 5:32 Viorel Munteanu
2025-08-27 5:32 Viorel Munteanu
2025-08-18 14:08 Sam James
2025-07-08 8:50 Joonas Niilola
2025-06-06 0:08 Sam James
2025-05-06 8:48 Joonas Niilola
2025-05-06 8:48 Joonas Niilola
2025-04-28 14:34 Sam James
2025-02-24 8:16 Arthur Zamarin
2025-02-24 4:46 John Helmert III
2025-02-24 4:46 John Helmert III
2025-01-31 7:33 Joonas Niilola
2024-11-27 4:07 Sam James
2024-10-17 7:30 Joonas Niilola
2024-10-17 7:30 Joonas Niilola
2024-09-09 0:17 Eli Schwartz
2024-06-27 19:23 John Helmert III
2024-06-27 19:23 John Helmert III
2024-06-11 17:18 Sam James
2024-04-21 22:26 John Helmert III
2024-04-21 22:26 John Helmert III
2024-02-20 18:33 Arthur Zamarin
2024-02-19 16:28 Sam James
2024-02-04 17:23 John Helmert III
2024-02-04 17:23 John Helmert III
2024-01-13 9:07 Joonas Niilola
2024-01-06 20:04 Viorel Munteanu
2023-09-23 9:37 Sam James
2023-08-10 10:04 Yixun Lan
2023-07-25 18:52 Sam James
2023-07-25 15:29 Jakov Smolić
2023-07-24 11:06 Florian Schmaus
2023-07-24 11:06 Florian Schmaus
2023-05-20 12:50 Joonas Niilola
2023-03-11 16:26 Sam James
2023-02-03 7:21 Sam James
2022-10-10 12:55 Joonas Niilola
2022-10-10 12:55 Joonas Niilola
2022-08-06 22:00 William Hubbs
2022-08-06 21:59 William Hubbs
2022-08-03 22:55 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1751964627.d9c36e0a3c2a1533e09a81b17b799ca67e2b47a8.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox