summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-17 18:48:06 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-17 18:48:06 +0300
commit5f15f99b0aeffd4af08ba129ae976c32b402df1d (patch)
tree2d897bfaede8a6e8fdd48b90fb2d3d491c65a7e8 /app-emulation
parentdev-python/aesara: treeclean (diff)
downloadgentoo-5f15f99b0aeffd4af08ba129ae976c32b402df1d.tar.gz
gentoo-5f15f99b0aeffd4af08ba129ae976c32b402df1d.tar.bz2
gentoo-5f15f99b0aeffd4af08ba129ae976c32b402df1d.zip
app-emulation/hyperd: treeclean
Closes: https://bugs.gentoo.org/932166 Bug: https://bugs.gentoo.org/844604 Bug: https://bugs.gentoo.org/679832 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/hyperd/Manifest1
-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, 63 deletions
diff --git a/app-emulation/hyperd/Manifest b/app-emulation/hyperd/Manifest
deleted file mode 100644
index 6ca62f45238b..000000000000
--- a/app-emulation/hyperd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hyperd-0.7.0.tar.gz 10885921 BLAKE2B df139cee488cae017a4d0d0b58256d4201564c280fa727cbe5b30cee18565b9a942f8f0a377772fdd27046e84e93675168668116c43eb8932d51bbc264a86cd4 SHA512 7fc731b393a6bdf173101ee0a6d0e5a3339c6bb6dc1595fbde5b36df5a674f22e95f599e704925532ca0ee5ca931ebdf9f14bba9ad20b62000aee48408adb73f
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>