diff options
-rw-r--r-- | dev-ml/xenstore/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/xenstore/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ml/xenstore/xenstore-2.1.1.ebuild | 21 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-ml/xenstore/Manifest b/dev-ml/xenstore/Manifest new file mode 100644 index 000000000..cb037afb7 --- /dev/null +++ b/dev-ml/xenstore/Manifest @@ -0,0 +1 @@ +DIST xenstore-2.1.1.tbz 48724 BLAKE2B ba46ba139690bcc42acade68c57dc9427c83cb0adcee1d6b49a934376d5f7ff24b1c10c75159eee831969c8c928c0a06c220cc56aa4ac6d71446a55a8219063a SHA512 9cd80f7912a77f628fd346b30790981a8802528a6240dc5faeeb83e61aa4a2e2ee9a1cafbc4058eb9f6c38f1a4ac6c59408fdc92b545633cde06369d2c1e1890 diff --git a/dev-ml/xenstore/metadata.xml b/dev-ml/xenstore/metadata.xml new file mode 100644 index 000000000..bd5a462c2 --- /dev/null +++ b/dev-ml/xenstore/metadata.xml @@ -0,0 +1,11 @@ +<?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">mirage/ocaml-xenstore</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ml/xenstore/xenstore-2.1.1.ebuild b/dev-ml/xenstore/xenstore-2.1.1.ebuild new file mode 100644 index 000000000..c33acdfd8 --- /dev/null +++ b/dev-ml/xenstore/xenstore-2.1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="A Xenstore protocol implementation in pure OCaml" +HOMEPAGE="https://github.com/mirage/ocaml-xenstore" +SRC_URI="https://github.com/mirage/ocaml-${PN}/releases/download/${PV}/${P}.tbz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="ocamlopt" + +DEPEND=" + dev-ml/cstruct + dev-ml/lwt +" +RDEPEND="${DEPEND}" |