From 075fd1f8cabc5879c6eb42127fb84c3058677fde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 18 May 2024 00:01:42 +0100 Subject: gentoo auto-resync : 18:05:2024 - 00:01:41 --- app-emulation/Manifest.gz | Bin 16489 -> 16328 bytes app-emulation/runv/Manifest | 3 --- app-emulation/runv/metadata.xml | 12 ---------- app-emulation/runv/runv-0.7.0.ebuild | 45 ----------------------------------- 4 files changed, 60 deletions(-) delete mode 100644 app-emulation/runv/Manifest delete mode 100644 app-emulation/runv/metadata.xml delete mode 100644 app-emulation/runv/runv-0.7.0.ebuild (limited to 'app-emulation') diff --git a/app-emulation/Manifest.gz b/app-emulation/Manifest.gz index 35d17a069a77..88f20c75957f 100644 Binary files a/app-emulation/Manifest.gz and b/app-emulation/Manifest.gz differ diff --git a/app-emulation/runv/Manifest b/app-emulation/runv/Manifest deleted file mode 100644 index 32d826b77291..000000000000 --- a/app-emulation/runv/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST runv-0.7.0.tar.gz 1143867 BLAKE2B b425060493567470bdc886c75a4edd1333094cf3479a06b63286e4ba391d1a3bb82b7c3331a1455f0a2545bebe4c2397112cba3bfb5573a3a62e380dcd69d473 SHA512 1303d4ca99186d9f5c1db4257acecf1702546a084942cc4c51de8685c6841da45be72c78f32ab38e2addb80dc40fe4d022d0fcae7b7d6b6d62a30f434cea178c -EBUILD runv-0.7.0.ebuild 947 BLAKE2B ded3d6380428072c7961cf39e0e2b68384aad6a1569c019cd9f773c02836e9e85baa2d050de74672333620eac49b227764866895de6c724810af8cfb0ed8f316 SHA512 be820826c8ca3e46afef230444551dc4b4dd749692b4b6af136d33d7cb527278245346d6a7d4b8e1411219b9ef9212806c612a5dabe5166ecbaeff4cc2e18357 -MISC metadata.xml 389 BLAKE2B 7e9706637c4577990b1953e4f1500afde607b2628e1169a75ebaa7bc80334b9d1b583c73973bc00d5f1363c8019900e33bd517212aee7aed33eefb2ffe3b9082 SHA512 a0a4cd7053ec1bf9e11a30aaec2b82a4f3848f4697fc33e0f91e462f9b34d4df7418aa357b85401c0272d78b5e1397a83a24fc1f1a7c90a9d438add479a454d5 diff --git a/app-emulation/runv/metadata.xml b/app-emulation/runv/metadata.xml deleted file mode 100644 index 8187312886a3..000000000000 --- a/app-emulation/runv/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Enable support for KVM via libvirt - Enable support for the Xen Hypervisor - - - hyperhq/runv - - diff --git a/app-emulation/runv/runv-0.7.0.ebuild b/app-emulation/runv/runv-0.7.0.ebuild deleted file mode 100644 index 3df1bcf0df82..000000000000 --- a/app-emulation/runv/runv-0.7.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGO_PN="github.com/hyperhq/runv" - -inherit autotools golang-vcs-snapshot - -DESCRIPTION="Hypervisor-based Runtime for OCI" -HOMEPAGE="https://github.com/hyperhq/runv" -SRC_URI="https://github.com/hyperhq/runv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="libvirt xen" - -RDEPEND="libvirt? ( >=app-emulation/libvirt-1.2.2 ) - xen? ( app-emulation/xen )" -DEPEND="${RDEPEND}" - -src_prepare() { - pushd src/github.com/hyperhq/runv/ || die - default - eautoreconf - popd -} - -src_configure() { - local myeconfargs=( $(use_with libvirt) - $(use_with xen) ) - pushd src/github.com/hyperhq/runv/ || die - econf "${myeconfargs[@]}" - popd -} - -src_compile() { - GOPATH="${S}:$(get_golibdir_gopath)" emake -C src/github.com/hyperhq/runv/ -} - -src_install() { - dodoc src/${EGO_PN}/README.md - dobin src/${EGO_PN}/runv -} -- cgit v1.2.3