mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ml/libvirt-ocaml: new package, add 0.6.1.7
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
bf6151a9c6
commit
9caaaee600
1
dev-ml/libvirt-ocaml/Manifest
Normal file
1
dev-ml/libvirt-ocaml/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST ocaml-libvirt-0.6.1.7.tar.gz 197186 BLAKE2B 77aa5997659028508a38a6ce13850e6508eb2d87055a4344351494e5e65b26cb5f40d05a56e0760bd43f2004904dafaf48312252d1dbe77de59f152a958d13b4 SHA512 ec4ebb69701b15a0c258e78f0e9eb9b1f2a75a86384392e8622ad7f4c85dfc598d51d95698835a2ea401b5647b3ad325ff820cbb7d0e524551ff07c26a54de2b
|
||||
20
dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild
Normal file
20
dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="OCaml language binding for libvirt native C API"
|
||||
HOMEPAGE="https://ocaml.libvirt.org/"
|
||||
SRC_URI="https://download.libvirt.org/ocaml/ocaml-libvirt-${PV}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/ocaml-libvirt-${PV}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="app-emulation/libvirt
|
||||
dev-lang/ocaml:=[ocamlopt]"
|
||||
BDEPEND="dev-lang/perl
|
||||
dev-ml/findlib[ocamlopt]
|
||||
virtual/pkgconfig"
|
||||
15
dev-ml/libvirt-ocaml/metadata.xml
Normal file
15
dev-ml/libvirt-ocaml/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>salah.coronya@gmail.com</email>
|
||||
<name>Christopher Byrne</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">libvirt/libvirt-ocaml</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user