From ccaccfe4f1da8c11d9fa110f6e4eb847358769d7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 18 Jun 2024 00:10:02 +0100 Subject: gentoo auto-resync : 18:06:2024 - 00:10:02 --- app-emulation/hyperd/Manifest | 3 -- app-emulation/hyperd/hyperd-0.7.0-r1.ebuild | 50 ----------------------------- app-emulation/hyperd/metadata.xml | 12 ------- 3 files changed, 65 deletions(-) delete mode 100644 app-emulation/hyperd/Manifest delete mode 100644 app-emulation/hyperd/hyperd-0.7.0-r1.ebuild delete mode 100644 app-emulation/hyperd/metadata.xml (limited to 'app-emulation/hyperd') diff --git a/app-emulation/hyperd/Manifest b/app-emulation/hyperd/Manifest deleted file mode 100644 index 9f62f773ad19..000000000000 --- a/app-emulation/hyperd/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST hyperd-0.7.0.tar.gz 10885921 BLAKE2B df139cee488cae017a4d0d0b58256d4201564c280fa727cbe5b30cee18565b9a942f8f0a377772fdd27046e84e93675168668116c43eb8932d51bbc264a86cd4 SHA512 7fc731b393a6bdf173101ee0a6d0e5a3339c6bb6dc1595fbde5b36df5a674f22e95f599e704925532ca0ee5ca931ebdf9f14bba9ad20b62000aee48408adb73f -EBUILD hyperd-0.7.0-r1.ebuild 1110 BLAKE2B e2cdef75f0d2532c0d85a1a64fa3c89b54af3e1110729467809e5e3f1ca1178bf19f410e21020be14c787fe8b129652159bd3684abf46ffbfd9a05a0ae332d93 SHA512 acdf45032156d74c79420741ec66c960ebbfd33110214acc18d7859c0c66d3c7e3a33956bf446c495ce4abcb393e303d5f51780252fb820c22fc2679e2a808b8 -MISC metadata.xml 391 BLAKE2B 106350a927c95fe1093865f47305c268728d7f9e5371572a8c4253d63e9cea9ad69fa27e648131b426405fbb628d302fbb7a494d201fb93388a81b15f8e0fe68 SHA512 661c67ab19d1e877f8ab9e03590726b6d8f804903d66de65849f52fb220280a8bf4979654d09ab2da0a04ca5dfb8136037f18a4b7ccfe229b84f5f45c7264190 diff --git a/app-emulation/hyperd/hyperd-0.7.0-r1.ebuild b/app-emulation/hyperd/hyperd-0.7.0-r1.ebuild deleted file mode 100644 index 60e350cd094e..000000000000 --- a/app-emulation/hyperd/hyperd-0.7.0-r1.ebuild +++ /dev/null @@ -1,50 +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/hyperd" - -inherit autotools systemd golang-vcs-snapshot - -DESCRIPTION="Hypervisor-based Runtime for OCI" -HOMEPAGE="https://github.com/hyperhq/hyperd" -SRC_URI="https://github.com/hyperhq/hyperd/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} - sys-fs/lvm2" - -src_prepare() { - pushd src/${EGO_PN} || die - default - eautoreconf - popd -} - -src_configure() { - local myeconfargs=( $(use_with libvirt) - $(use_with xen) ) - pushd src/${EGO_PN} || die - econf "${myeconfargs[@]}" - popd -} - -src_compile() { - GOPATH="${S}:$(get_golibdir_gopath)" emake -C src/${EGO_PN} -} - -src_install() { - dodoc src/${EGO_PN}/README.md - dobin src/${EGO_PN}/hyperd - dobin src/${EGO_PN}/hyperctl - insinto /etc/hyper/ - doins src/${EGO_PN}/package/dist/etc/hyper/config - systemd_dounit src/${EGO_PN}/package/dist/lib/systemd/system/hyperd.service -} diff --git a/app-emulation/hyperd/metadata.xml b/app-emulation/hyperd/metadata.xml deleted file mode 100644 index 8367f3593c1c..000000000000 --- a/app-emulation/hyperd/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Enable support for KVM via libvirt - Enable support for the Xen Hypervisor - - - hyperhq/hyperd - - -- cgit v1.2.3