mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-containers/incus: add 6.19.1
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
This commit is contained in:
parent
9c8e796471
commit
6171b96d56
@ -12,3 +12,5 @@ DIST incus-6.17.tar.xz 12809024 BLAKE2B 5d6cb615b547430641faa716df5ce7c4d03aad43
|
|||||||
DIST incus-6.17.tar.xz.asc 833 BLAKE2B a0fc3eaa51df6b77988cc331cf03fad982d0a735a2e751564d05bd6f929b422b8682b56ec9101b17000978ec7f919189b3721779ca299f7df0c46fa56275aaf6 SHA512 23cc6ed65bf99899bd3ed4dd7f79a1eada375e32ad0f9b91be1e3fcc0d2af5abeffe05b7c02f0b63a7eca7dfaeee030dbc27fce67e8952f42f18638ebfc9a2e2
|
DIST incus-6.17.tar.xz.asc 833 BLAKE2B a0fc3eaa51df6b77988cc331cf03fad982d0a735a2e751564d05bd6f929b422b8682b56ec9101b17000978ec7f919189b3721779ca299f7df0c46fa56275aaf6 SHA512 23cc6ed65bf99899bd3ed4dd7f79a1eada375e32ad0f9b91be1e3fcc0d2af5abeffe05b7c02f0b63a7eca7dfaeee030dbc27fce67e8952f42f18638ebfc9a2e2
|
||||||
DIST incus-6.18.tar.xz 13269284 BLAKE2B 5894d445d869ab280332f9874fc5e885495925c6408d003c972ef05b3d1bb89f8b9c5d95e5c0bb7cd20377e8e9d80673049e88d5d3d3d0b2d83ae0c2aaf6a79c SHA512 619fb28dbcfbd7fca93a5941b77c6106f8489f277167e44f131a2816ba3cab6519a7103cf92714fcd9c78ff06105bc1999982c6b6dcb4e8478646aac9c83fbec
|
DIST incus-6.18.tar.xz 13269284 BLAKE2B 5894d445d869ab280332f9874fc5e885495925c6408d003c972ef05b3d1bb89f8b9c5d95e5c0bb7cd20377e8e9d80673049e88d5d3d3d0b2d83ae0c2aaf6a79c SHA512 619fb28dbcfbd7fca93a5941b77c6106f8489f277167e44f131a2816ba3cab6519a7103cf92714fcd9c78ff06105bc1999982c6b6dcb4e8478646aac9c83fbec
|
||||||
DIST incus-6.18.tar.xz.asc 833 BLAKE2B 539759887221842b0b1be365e6eaa112317e77443627471725bc976d00efeb0e50ee6700a8d6dd15e50978fa72cfeab8186af0e7f6c66d9d4a1ac7cb9c2212f3 SHA512 b3803b3e16cdc1e916ac50d679b2e313ae4652ca5203b7b8090f4acc0b86f1070d107adf8f6f89e05e0502cd28f2d134588b9301ecffdae88ae75e84d431c0f3
|
DIST incus-6.18.tar.xz.asc 833 BLAKE2B 539759887221842b0b1be365e6eaa112317e77443627471725bc976d00efeb0e50ee6700a8d6dd15e50978fa72cfeab8186af0e7f6c66d9d4a1ac7cb9c2212f3 SHA512 b3803b3e16cdc1e916ac50d679b2e313ae4652ca5203b7b8090f4acc0b86f1070d107adf8f6f89e05e0502cd28f2d134588b9301ecffdae88ae75e84d431c0f3
|
||||||
|
DIST incus-6.19.1.tar.xz 13272476 BLAKE2B fac75836ed7d853b3deb28ee2f38a80ae392f8af444f37b29adf0868fdf3dea6a51e1ffef2bbb606cdc5f39d74b76ccced3f7e7f9d2c611d40e543f295fe2b01 SHA512 ad674c2da425deb5c59847b688e3aa053b1a401920caa25a775795b3cb36d1e30b74f790c719187d1b37dd5c12e4b1cb56f17b6fac946fd3ec83ea5b1000e157
|
||||||
|
DIST incus-6.19.1.tar.xz.asc 833 BLAKE2B 57cb2b8824e083143551ed756bb1a4af0294681f7f67cef405963852f676b6d933c2d066a60ad0366f134a496c1c166dc6a7c5dfb45483d78388716983bdeada SHA512 b645418f02337e7b2adadb278fc39d9cc53981b11654dee16f2945d0ba2c8304dbfcd255d95ba73ea124d28b56ec886e1a4c514606a06ab53e61692913384ee3
|
||||||
|
|||||||
274
app-containers/incus/incus-6.19.1.ebuild
Normal file
274
app-containers/incus/incus-6.19.1.ebuild
Normal file
@ -0,0 +1,274 @@
|
|||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig
|
||||||
|
|
||||||
|
DESCRIPTION="Modern, secure and powerful system container and virtual machine manager"
|
||||||
|
HOMEPAGE="https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus"
|
||||||
|
|
||||||
|
if [[ "${PV}" == 9999* ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/lxc/incus.git"
|
||||||
|
else
|
||||||
|
SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz
|
||||||
|
verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )"
|
||||||
|
KEYWORDS="~amd64 ~arm64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0 BSD LGPL-3 MIT"
|
||||||
|
SLOT="0/stable"
|
||||||
|
IUSE="apparmor fuidshift nls qemu selinux"
|
||||||
|
|
||||||
|
DEPEND="acct-group/incus
|
||||||
|
acct-group/incus-admin
|
||||||
|
app-arch/xz-utils
|
||||||
|
>=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)]
|
||||||
|
dev-db/sqlite:3
|
||||||
|
>=dev-libs/cowsql-1.15.7
|
||||||
|
dev-libs/lzo
|
||||||
|
>=dev-libs/raft-0.22.1:=[lz4]
|
||||||
|
>=dev-util/xdelta-3.0[lzma(+)]
|
||||||
|
net-dns/dnsmasq[dhcp]
|
||||||
|
sys-libs/libcap
|
||||||
|
virtual/udev"
|
||||||
|
RDEPEND="${DEPEND}
|
||||||
|
|| (
|
||||||
|
net-firewall/iptables
|
||||||
|
net-firewall/nftables[json]
|
||||||
|
)
|
||||||
|
fuidshift? ( !app-containers/lxd )
|
||||||
|
net-firewall/ebtables
|
||||||
|
sys-apps/iproute2
|
||||||
|
sys-fs/fuse:*
|
||||||
|
>=sys-fs/lxcfs-5.0.0
|
||||||
|
sys-fs/squashfs-tools[lzma]
|
||||||
|
virtual/acl
|
||||||
|
apparmor? ( sec-policy/apparmor-profiles )
|
||||||
|
qemu? (
|
||||||
|
app-cdr/cdrtools
|
||||||
|
app-emulation/qemu[spice,usbredir,virtfs]
|
||||||
|
sys-apps/gptfdisk
|
||||||
|
)"
|
||||||
|
BDEPEND=">=dev-lang/go-1.24.7
|
||||||
|
nls? ( sys-devel/gettext )
|
||||||
|
verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
|
||||||
|
|
||||||
|
CONFIG_CHECK="
|
||||||
|
~AIO
|
||||||
|
~CGROUPS
|
||||||
|
~IPC_NS
|
||||||
|
~NET_NS
|
||||||
|
~PID_NS
|
||||||
|
|
||||||
|
~SECCOMP
|
||||||
|
~USER_NS
|
||||||
|
~UTS_NS
|
||||||
|
|
||||||
|
~KVM
|
||||||
|
~MACVTAP
|
||||||
|
~VHOST_VSOCK
|
||||||
|
"
|
||||||
|
|
||||||
|
ERROR_AIO="CONFIG_AIO is required."
|
||||||
|
ERROR_IPC_NS="CONFIG_IPC_NS is required."
|
||||||
|
ERROR_NET_NS="CONFIG_NET_NS is required."
|
||||||
|
ERROR_PID_NS="CONFIG_PID_NS is required."
|
||||||
|
ERROR_SECCOMP="CONFIG_SECCOMP is required."
|
||||||
|
ERROR_UTS_NS="CONFIG_UTS_NS is required."
|
||||||
|
|
||||||
|
WARNING_KVM="CONFIG_KVM and CONFIG_KVM_AMD/-INTEL is required for virtual machines."
|
||||||
|
WARNING_MACVTAP="CONFIG_MACVTAP is required for virtual machines."
|
||||||
|
WARNING_VHOST_VSOCK="CONFIG_VHOST_VSOCK is required for virtual machines."
|
||||||
|
|
||||||
|
# Go magic.
|
||||||
|
QA_PREBUILT="/usr/bin/incus
|
||||||
|
/usr/bin/incus-agent
|
||||||
|
/usr/bin/incus-benchmark
|
||||||
|
/usr/bin/incus-migrate
|
||||||
|
/usr/bin/lxc-to-incus
|
||||||
|
/usr/sbin/fuidshift
|
||||||
|
/usr/sbin/incusd
|
||||||
|
/usr/sbin/lxd-to-incus"
|
||||||
|
|
||||||
|
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc
|
||||||
|
|
||||||
|
# The testsuite must be run as root.
|
||||||
|
# make: *** [Makefile:156: check] Error 1
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
|
GOPATH="${S}/_dist"
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
if [[ "${PV}" == 9999* ]]; then
|
||||||
|
git-r3_src_unpack
|
||||||
|
go-module_live_vendor
|
||||||
|
else
|
||||||
|
verify-sig_src_unpack
|
||||||
|
go-module_src_unpack
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
export GOPATH="${S}/_dist"
|
||||||
|
|
||||||
|
default
|
||||||
|
|
||||||
|
sed -i \
|
||||||
|
-e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/incus:g" \
|
||||||
|
-e "s:make:make ${MAKEOPTS}:g" \
|
||||||
|
Makefile || die
|
||||||
|
|
||||||
|
sed -i \
|
||||||
|
-e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \
|
||||||
|
-e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \
|
||||||
|
internal/server/instance/drivers/edk2/driver_edk2.go || die "Failed to fix hardcoded ovmf paths."
|
||||||
|
|
||||||
|
cp "${FILESDIR}"/incus-6.14-r1.service "${T}"/incus.service || die
|
||||||
|
if use apparmor; then
|
||||||
|
sed -i \
|
||||||
|
'/^EnvironmentFile=.*/a ExecStartPre=\/usr\/libexec\/lxc\/lxc-apparmor-load' \
|
||||||
|
"${T}"/incus.service || die
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Disable -Werror's from go modules.
|
||||||
|
find "${S}" -name "cgo.go" -exec sed -i "s/ -Werror / /g" {} + || die
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() { :; }
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
export GOPATH="${S}/_dist"
|
||||||
|
export CGO_LDFLAGS_ALLOW="-Wl,-z,now"
|
||||||
|
|
||||||
|
for k in incus-benchmark incus-simplestreams incus-user incus lxc-to-incus lxd-to-incus ; do
|
||||||
|
ego install -v -x "${S}/cmd/${k}"
|
||||||
|
done
|
||||||
|
|
||||||
|
if use fuidshift ; then
|
||||||
|
ego install -v -x "${S}/cmd/fuidshift"
|
||||||
|
fi
|
||||||
|
|
||||||
|
ego install -v -x -tags libsqlite3 "${S}"/cmd/incusd
|
||||||
|
|
||||||
|
# Needs to be built statically
|
||||||
|
CGO_ENABLED=0 go install -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-migrate
|
||||||
|
|
||||||
|
# Build the VM agents, statically too
|
||||||
|
if use amd64 ; then
|
||||||
|
GOARCH=amd64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.x86_64 -v \
|
||||||
|
-tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent
|
||||||
|
GOARCH=386 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.i686 -v \
|
||||||
|
-tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent
|
||||||
|
GOARCH=amd64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.x86_64 -v \
|
||||||
|
-tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent
|
||||||
|
GOARCH=386 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.i686 -v \
|
||||||
|
-tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent
|
||||||
|
elif use arm64 ; then
|
||||||
|
GOARCH=arm64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.aarch64 -v \
|
||||||
|
-tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent
|
||||||
|
GOARCH=arm64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.aarch64 -v \
|
||||||
|
-tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent
|
||||||
|
else
|
||||||
|
echo "No VM support for this arch."
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
|
use nls && emake build-mo
|
||||||
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
emake check
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
export GOPATH="${S}/_dist"
|
||||||
|
|
||||||
|
export GOHOSTARCH=$(go-env_goarch "${CBUILD}")
|
||||||
|
if [[ -n "${GOARCH}" && "${GOARCH}" != "${GOHOSTARCH}" ]]; then
|
||||||
|
local bindir="_dist/bin/linux_${GOARCH}"
|
||||||
|
else
|
||||||
|
local bindir="_dist/bin"
|
||||||
|
fi
|
||||||
|
|
||||||
|
newsbin "${FILESDIR}"/incus-startup-0.4.sh incus-startup
|
||||||
|
|
||||||
|
# Admin tools
|
||||||
|
for l in incusd incus-user lxd-to-incus ; do
|
||||||
|
dosbin "${bindir}/${l}"
|
||||||
|
done
|
||||||
|
|
||||||
|
# User tools
|
||||||
|
for m in incus-benchmark incus-migrate incus-simplestreams incus lxc-to-incus ; do
|
||||||
|
dobin "${bindir}/${m}"
|
||||||
|
done
|
||||||
|
|
||||||
|
# VM Agents
|
||||||
|
if use amd64 ; then
|
||||||
|
exeinto /usr/libexec/incus/agents
|
||||||
|
doexe ${bindir}/incus-agent.linux.x86_64
|
||||||
|
doexe ${bindir}/incus-agent.linux.i686
|
||||||
|
doexe ${bindir}/incus-agent.windows.x86_64
|
||||||
|
doexe ${bindir}/incus-agent.windows.i686
|
||||||
|
elif use arm64 ; then
|
||||||
|
exeinto /usr/libexec/incus
|
||||||
|
doexe ${bindir}/incus-agent.linux.aarch64
|
||||||
|
doexe ${bindir}/incus-agent.windows.aarch64
|
||||||
|
fi
|
||||||
|
|
||||||
|
# fuidshift, should be moved under admin tools at some point
|
||||||
|
if use fuidshift ; then
|
||||||
|
dosbin ${bindir}/fuidshift
|
||||||
|
fi
|
||||||
|
|
||||||
|
newconfd "${FILESDIR}"/incus-6.0.confd incus
|
||||||
|
newinitd "${FILESDIR}"/incus-6.0.initd incus
|
||||||
|
newinitd "${FILESDIR}"/incus-user-0.4.initd incus-user
|
||||||
|
|
||||||
|
systemd_dounit "${T}"/incus.service
|
||||||
|
systemd_newunit "${FILESDIR}"/incus-0.4.socket incus.socket
|
||||||
|
systemd_newunit "${FILESDIR}"/incus-startup-0.4.service incus-startup.service
|
||||||
|
systemd_newunit "${FILESDIR}"/incus-user-0.4.service incus-user.service
|
||||||
|
systemd_newunit "${FILESDIR}"/incus-user-0.4.socket incus-user.socket
|
||||||
|
|
||||||
|
if ! tc-is-cross-compiler; then
|
||||||
|
# Generate and install shell completion files.
|
||||||
|
mkdir -p "${D}"/usr/share/{bash-completion/completions/,fish/vendor_completions.d/,zsh/site-functions/} || die
|
||||||
|
"${bindir}"/incus completion bash > "${D}"/usr/share/bash-completion/completions/incus || die
|
||||||
|
"${bindir}"/incus completion fish > "${D}"/usr/share/fish/vendor_completions.d/incus.fish || die
|
||||||
|
"${bindir}"/incus completion zsh > "${D}"/usr/share/zsh/site-functions/_incus || die
|
||||||
|
else
|
||||||
|
ewarn "Shell completion files not installed! Install them manually with incus completion --help"
|
||||||
|
fi
|
||||||
|
|
||||||
|
dodoc AUTHORS
|
||||||
|
dodoc -r doc/*
|
||||||
|
use nls && domo po/*.mo
|
||||||
|
|
||||||
|
# Incus needs INCUS_EDK2_PATH in env to find OVMF files for virtual machines, #946184,
|
||||||
|
# and INCUS_AGENT_PATH to find multi-setup agents for VMs, #959878,
|
||||||
|
# and INCUS_SECURITY_SELINUX=true to enable selinux support (until its enabled by default)
|
||||||
|
newenvd "${FILESDIR}"/90incus.envd 90incus
|
||||||
|
if use selinux; then
|
||||||
|
echo "INCUS_SECURITY_SELINUX=true" >> "${D}"/etc/env.d/90incus
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
elog
|
||||||
|
elog "Please see"
|
||||||
|
elog " https://wiki.gentoo.org/wiki/Incus"
|
||||||
|
elog " https://wiki.gentoo.org/wiki/Incus#Migrating_from_LXD"
|
||||||
|
elog
|
||||||
|
optfeature "OCI container images support" app-containers/skopeo app-containers/umoci
|
||||||
|
optfeature "support for ACME certificate issuance" app-crypt/lego
|
||||||
|
optfeature "btrfs storage backend" sys-fs/btrfs-progs
|
||||||
|
optfeature "ipv6 support" net-dns/dnsmasq[ipv6]
|
||||||
|
optfeature "full incus-migrate support" net-misc/rsync
|
||||||
|
optfeature "lvm2 storage backend" sys-fs/lvm2
|
||||||
|
optfeature "zfs storage backend" sys-fs/zfs
|
||||||
|
elog
|
||||||
|
elog "Be sure to add your local user to the incus group."
|
||||||
|
elog
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user