dev-ml/xenstore-clients: add 1.3.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-20 23:52:49 +02:00
parent 17aeb8838a
commit 644c18aee9
3 changed files with 41 additions and 1 deletions

View File

@@ -1 +1,2 @@
DIST xenstore-clients-1.1.0.tar.gz 26367 BLAKE2B dc703c9a9aa22eb152779b192e665d4af33d37871bd9b6eb14493c29f643b258c06886ee5f41dd2f219c285e2055c8308b9fc201a8a7ec5bfb2ca5e3b1e80fc3 SHA512 4c2360cc3d6c738940731e841cdd6d576e50e451ba7fe7cbc68b2be2412a01e9b184cb490e2c5f1ee46af63da76fcb534ba1ebd77c5a914ab6fb54d17c5ee2ef
DIST xenstore-clients-1.3.0.tar.gz 26691 BLAKE2B 1ebd66f71b9eee8496ea41c4810b971f9b7c238ec595dc081562ccda58bd203d47f031e55ebb0c4e8acd9ae632c866d857d40f55bb9075da47bf3ead1a476579 SHA512 02ed2522d09b57761f8a888332077cc24e3325faf6550105d2a93280e43bd9e2053c0f4c636efef02e0019bc856f2994e8f0871cfa7b886df9f1c1971d47abe1

View File

@@ -6,7 +6,10 @@ EAPI=7
inherit dune findlib
DESCRIPTION="Unix client tools for accessing xenstore"
HOMEPAGE="https://github.com/xapi-project/ocaml-xenstore-clients"
HOMEPAGE="
https://github.com/xapi-project/ocaml-xenstore-clients
https://opam.ocaml.org/packages/xenstore_transport/
"
SRC_URI="https://github.com/xapi-project/ocaml-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/ocaml-${P}"

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit dune findlib
DESCRIPTION="Unix client tools for accessing xenstore"
HOMEPAGE="
https://github.com/xapi-project/ocaml-xenstore-clients
https://opam.ocaml.org/packages/xenstore_transport/
"
SRC_URI="https://github.com/xapi-project/ocaml-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/ocaml-${P}"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
DEPEND="
dev-ml/lwt:=
dev-ml/xenstore:=
"
RDEPEND="
${DEPEND}
test? ( dev-ml/ounit2 )
"
RESTRICT="!test? ( test )"
PATCHES="${FILESDIR}/${PN}-1.1.0-ounit2.patch"
src_install() {
dune_src_install xenstore_transport
dune_src_install xenstore-tool
}