summaryrefslogtreecommitdiff
path: root/app-emulation/hyperd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-18 00:10:02 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-18 00:10:02 +0100
commitccaccfe4f1da8c11d9fa110f6e4eb847358769d7 (patch)
treeff02c95ae3d9a1e73e2a182e268161743d81a88b /app-emulation/hyperd
parent74e526c590f52d24a213e25f77858ae0b34ec2c8 (diff)
gentoo auto-resync : 18:06:2024 - 00:10:02
Diffstat (limited to 'app-emulation/hyperd')
-rw-r--r--app-emulation/hyperd/Manifest3
-rw-r--r--app-emulation/hyperd/hyperd-0.7.0-r1.ebuild50
-rw-r--r--app-emulation/hyperd/metadata.xml12
3 files changed, 0 insertions, 65 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <use>
- <flag name="libvirt">Enable support for KVM via libvirt</flag>
- <flag name="xen">Enable support for the Xen Hypervisor</flag>
- </use>
- <upstream>
- <remote-id type="github">hyperhq/hyperd</remote-id>
- </upstream>
-</pkgmetadata>