diff --git a/app-emulation/hyperd/Manifest b/app-emulation/hyperd/Manifest deleted file mode 100644 index 6ca62f45238b0..0000000000000 --- 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 60e350cd094e2..0000000000000 --- 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 8367f3593c1cd..0000000000000 --- 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 - - diff --git a/profiles/package.mask b/profiles/package.mask index 19db3ac6afd97..c3260798f745f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -487,12 +487,6 @@ kde-apps/kio-extras-kf5 # Removal on 2024-06-17. Bugs #932168, #906348, #895028, #870640. dev-lang/srf -# Arthur Zamarin (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 (2024-04-28) # Masked for testing. Tracker bug: bug #930805. >=sys-libs/ncurses-6.5