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>
This commit is contained in:
Arthur Zamarin
2024-06-17 18:48:06 +03:00
parent a5a86a03b3
commit 5f15f99b0a
4 changed files with 0 additions and 69 deletions

View File

@@ -1 +0,0 @@
DIST hyperd-0.7.0.tar.gz 10885921 BLAKE2B df139cee488cae017a4d0d0b58256d4201564c280fa727cbe5b30cee18565b9a942f8f0a377772fdd27046e84e93675168668116c43eb8932d51bbc264a86cd4 SHA512 7fc731b393a6bdf173101ee0a6d0e5a3339c6bb6dc1595fbde5b36df5a674f22e95f599e704925532ca0ee5ca931ebdf9f14bba9ad20b62000aee48408adb73f

View File

@@ -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
}

View File

@@ -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>

View File

@@ -487,12 +487,6 @@ kde-apps/kio-extras-kf5
# Removal on 2024-06-17. Bugs #932168, #906348, #895028, #870640.
dev-lang/srf
# Arthur Zamarin <arthurzam@gentoo.org> (2024-05-18)
# EAPI6. Fails to compile with go versions in tree. Upstream is archived.
# Uses deprecated go eclasses. Maintainer needed, no rev deps.
# Removal on 2024-06-17. Bugs #932166, #844604, #679832.
app-emulation/hyperd
# Sam James <sam@gentoo.org> (2024-04-28)
# Masked for testing. Tracker bug: bug #930805.
>=sys-libs/ncurses-6.5