summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2024-04-21 15:21:37 -0700
committerJohn Helmert III <ajak@gentoo.org>2024-04-21 15:26:07 -0700
commit1a47daae3077458f66cdf8d80c419b2525830152 (patch)
treec936440db1e8ec52cda9bfaddd9a38dc38650fe8 /net-p2p
parentapp-crypt/sbctl: drop 0.11, 0.12, 0.13 (diff)
downloadgentoo-1a47daae3077458f66cdf8d80c419b2525830152.tar.gz
gentoo-1a47daae3077458f66cdf8d80c419b2525830152.tar.bz2
gentoo-1a47daae3077458f66cdf8d80c419b2525830152.zip
net-p2p/kubo: fixup VariableOrderWrong
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/kubo/kubo-0.26.0.ebuild3
-rw-r--r--net-p2p/kubo/kubo-0.28.0.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/kubo/kubo-0.26.0.ebuild b/net-p2p/kubo/kubo-0.26.0.ebuild
index 5344ff2f9a2c..a0a1e83e9245 100644
--- a/net-p2p/kubo/kubo-0.26.0.ebuild
+++ b/net-p2p/kubo/kubo-0.26.0.ebuild
@@ -8,6 +8,7 @@ inherit go-module shell-completion systemd
DESCRIPTION="Main implementation of IPFS"
HOMEPAGE="https://ipfs.io/ https://github.com/ipfs/kubo/"
SRC_URI="https://github.com/ipfs/${PN}/releases/download/v${PV}/kubo-source.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"
LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0"
SLOT="0"
@@ -22,8 +23,6 @@ RDEPEND="${DEPEND}"
DOCS=( CHANGELOG.md CONTRIBUTING.md README.md docs/ )
-S="${WORKDIR}"
-
src_compile() {
local mygoargs
mygoargs=(
diff --git a/net-p2p/kubo/kubo-0.28.0.ebuild b/net-p2p/kubo/kubo-0.28.0.ebuild
index 5eb80133d072..0d66c3d3aeb2 100644
--- a/net-p2p/kubo/kubo-0.28.0.ebuild
+++ b/net-p2p/kubo/kubo-0.28.0.ebuild
@@ -8,6 +8,7 @@ inherit go-module shell-completion systemd
DESCRIPTION="Main implementation of IPFS"
HOMEPAGE="https://ipfs.io/ https://github.com/ipfs/kubo/"
SRC_URI="https://github.com/ipfs/${PN}/releases/download/v${PV}/kubo-source.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"
LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0"
SLOT="0"
@@ -22,8 +23,6 @@ RDEPEND="${DEPEND}"
DOCS=( CHANGELOG.md CONTRIBUTING.md README.md docs/ )
-S="${WORKDIR}"
-
src_compile() {
local mygoargs
mygoargs=(