summaryrefslogtreecommitdiff
path: root/dev-ml/libvirt-ocaml
diff options
context:
space:
mode:
authorChristopher Byrne <salah.coronya@gmail.com>2025-03-02 18:46:21 -0600
committerSam James <sam@gentoo.org>2025-03-03 19:26:24 +0000
commit9caaaee600b4f05ee37abd210b7a90cf9c3d56ab (patch)
tree31b0d0e98e1e89801028bc634f91e38dcac9dd7d /dev-ml/libvirt-ocaml
parentbf6151a9c6bbafb41d1815b7a1ed51975d6b7528 (diff)
downloadgentoo-9caaaee600b4f05ee37abd210b7a90cf9c3d56ab.tar.gz
gentoo-9caaaee600b4f05ee37abd210b7a90cf9c3d56ab.tar.bz2
gentoo-9caaaee600b4f05ee37abd210b7a90cf9c3d56ab.zip
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>
Diffstat (limited to 'dev-ml/libvirt-ocaml')
-rw-r--r--dev-ml/libvirt-ocaml/Manifest1
-rw-r--r--dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild20
-rw-r--r--dev-ml/libvirt-ocaml/metadata.xml15
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-ml/libvirt-ocaml/Manifest b/dev-ml/libvirt-ocaml/Manifest
new file mode 100644
index 000000000000..3a609b55852a
--- /dev/null
+++ b/dev-ml/libvirt-ocaml/Manifest
@@ -0,0 +1 @@
+DIST ocaml-libvirt-0.6.1.7.tar.gz 197186 BLAKE2B 77aa5997659028508a38a6ce13850e6508eb2d87055a4344351494e5e65b26cb5f40d05a56e0760bd43f2004904dafaf48312252d1dbe77de59f152a958d13b4 SHA512 ec4ebb69701b15a0c258e78f0e9eb9b1f2a75a86384392e8622ad7f4c85dfc598d51d95698835a2ea401b5647b3ad325ff820cbb7d0e524551ff07c26a54de2b
diff --git a/dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild b/dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild
new file mode 100644
index 000000000000..1603a03f9e97
--- /dev/null
+++ b/dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild
@@ -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"
diff --git a/dev-ml/libvirt-ocaml/metadata.xml b/dev-ml/libvirt-ocaml/metadata.xml
new file mode 100644
index 000000000000..425537f967d6
--- /dev/null
+++ b/dev-ml/libvirt-ocaml/metadata.xml
@@ -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>