diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-04 01:46:23 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-04 01:46:23 +0000 |
commit | d13006cca857323814c09f5123b87c1a005bba74 (patch) | |
tree | ca4a24c0b40356fb7efce3e245882a9e87b5db3c /dev-ml/libvirt-ocaml | |
parent | eab7afdf0fe1454220af1a74c5556855a937a819 (diff) |
Diffstat (limited to 'dev-ml/libvirt-ocaml')
-rw-r--r-- | dev-ml/libvirt-ocaml/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild | 20 | ||||
-rw-r--r-- | dev-ml/libvirt-ocaml/metadata.xml | 15 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ml/libvirt-ocaml/Manifest b/dev-ml/libvirt-ocaml/Manifest new file mode 100644 index 000000000000..7aee359d3820 --- /dev/null +++ b/dev-ml/libvirt-ocaml/Manifest @@ -0,0 +1,3 @@ +DIST ocaml-libvirt-0.6.1.7.tar.gz 197186 BLAKE2B 77aa5997659028508a38a6ce13850e6508eb2d87055a4344351494e5e65b26cb5f40d05a56e0760bd43f2004904dafaf48312252d1dbe77de59f152a958d13b4 SHA512 ec4ebb69701b15a0c258e78f0e9eb9b1f2a75a86384392e8622ad7f4c85dfc598d51d95698835a2ea401b5647b3ad325ff820cbb7d0e524551ff07c26a54de2b +EBUILD libvirt-ocaml-0.6.1.7.ebuild 497 BLAKE2B 8fb1e97036787e75df36b808e1a7f540bf7b8f4ed375051d8664991b7164d4135123d371b6a32ce165d6a66d9e0964eb8a9c0fd353a1b8f9b89abd8c5578d039 SHA512 3685a3b9ede736c12e22c4292126546fe7a233eab61b06f0459e4d1f1419289d879b265b205ad4f60184197c2d1e30afb6707da1753d085e4b4b58d8ac3994c3 +MISC metadata.xml 506 BLAKE2B 357fe537310e7af0b4f5f4c5f132dfc59de96bf717b5dde534f4b53c444857c203b5ee38914bae093f8c1cfd361039edeb3103fa44f693f2f329602a986c801e SHA512 44004f115797a06dfabfde4fad8cbf233b8849b04d31407a90f70beeba7b75893f87331e4c77167d2a8851699714a499cc7d2329a2dca4d717c6f09ff8b1a7f0 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> |