dev-ml/xenctrl: treeclean

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-20 23:51:50 +02:00
parent d8a4ed8a5a
commit e20d7e0827
3 changed files with 0 additions and 33 deletions

View File

@@ -1 +0,0 @@
DIST xenctrl-0_p20191017.tar.gz 33806 BLAKE2B c14c366df7ab460c39e2a7a366790696ecdeab9f0ec9f7122c77ac3bd1d16e92722314e58fb2ed5c529db4201b05aafb32a56e7c0b9aa0d371e49643397617e4 SHA512 c0bac4baada7465bb058b0776cea1daa7176ba4447cb040d9ad5b23f6dd84c86b8483ff0789c16ec7fb96253b433777509277b3c44354053c150af26b2a537bf

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<remote-id type="github">lindig/xenctrl</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,21 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
COMMIT="b9e147ed2e818b47563555cfc059e1d8a7fcf6c3"
DESCRIPTION="Mock OCaml bindings for the Xen Hypervisor"
HOMEPAGE="https://github.com/lindig/xenctrl"
SRC_URI="https://github.com/lindig/${PN}/archive/${COMMIT}.tar.gz -> ${PF}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
DEPEND="app-emulation/xen"
RDEPEND="${DEPEND}"