mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-ml/xenstore: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-ml/xenstore/Manifest
Normal file
1
dev-ml/xenstore/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST xenstore-2.1.1.tbz 48724 BLAKE2B ba46ba139690bcc42acade68c57dc9427c83cb0adcee1d6b49a934376d5f7ff24b1c10c75159eee831969c8c928c0a06c220cc56aa4ac6d71446a55a8219063a SHA512 9cd80f7912a77f628fd346b30790981a8802528a6240dc5faeeb83e61aa4a2e2ee9a1cafbc4058eb9f6c38f1a4ac6c59408fdc92b545633cde06369d2c1e1890
|
||||
11
dev-ml/xenstore/metadata.xml
Normal file
11
dev-ml/xenstore/metadata.xml
Normal file
@@ -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>
|
||||
21
dev-ml/xenstore/xenstore-2.1.1.ebuild
Normal file
21
dev-ml/xenstore/xenstore-2.1.1.ebuild
Normal file
@@ -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}"
|
||||
Reference in New Issue
Block a user