Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/fd-send-recv/
Date: Sun, 03 Apr 2022 23:49:45
Message-Id: 1649029567.b714258f1e4638e0cddcbe7d5aeb74c1ec2e74ca.Alessandro-Barbieri@gentoo
1 commit: b714258f1e4638e0cddcbe7d5aeb74c1ec2e74ca
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 2 22:57:53 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 3 23:46:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b714258f
7
8 dev-ml/fd-send-recv: initial import
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-ml/fd-send-recv/Manifest | 1 +
13 dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild | 21 +++++++++++++++++++++
14 dev-ml/fd-send-recv/metadata.xml | 11 +++++++++++
15 3 files changed, 33 insertions(+)
16
17 diff --git a/dev-ml/fd-send-recv/Manifest b/dev-ml/fd-send-recv/Manifest
18 new file mode 100644
19 index 000000000..86a5322e6
20 --- /dev/null
21 +++ b/dev-ml/fd-send-recv/Manifest
22 @@ -0,0 +1 @@
23 +DIST fd-send-recv-2.0.1.tar.gz 13756 BLAKE2B 855ed37332b16a8ff032a4f63ff6f3cdaebe2fa7678706d847ed93080c99047cfc55c7af136ca4471a8d1976377e4baec203ee7db2aef0a7318311173d59f831 SHA512 6e9be55d181f47204fec55f4e4df3594369f1b5e185e936cf14fff0de468a53820572216f8407653794aebfa5c71ba93b447bed8bca5bec6a9277e0fd1e186dc
24
25 diff --git a/dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild b/dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild
26 new file mode 100644
27 index 000000000..4758fe28b
28 --- /dev/null
29 +++ b/dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +MYPN="ocaml-${PN}"
37 +
38 +inherit dune
39 +
40 +DESCRIPTION="Bindings which allow Unix.file_descrs to be sent and received over Unix domain sockets"
41 +HOMEPAGE="https://github.com/xapi-project/ocaml-fd-send-recv"
42 +SRC_URI="https://github.com/xapi-project/${MYPN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
43 +S="${WORKDIR}/${MYPN}-${PV}"
44 +
45 +LICENSE="LGPL-2.1-with-linking-exception"
46 +SLOT="0/${PV}"
47 +KEYWORDS="~amd64"
48 +IUSE="ocamlopt"
49 +
50 +DEPEND="dev-ml/tuntap"
51 +RDEPEND="${DEPEND}"
52
53 diff --git a/dev-ml/fd-send-recv/metadata.xml b/dev-ml/fd-send-recv/metadata.xml
54 new file mode 100644
55 index 000000000..c9f3e0001
56 --- /dev/null
57 +++ b/dev-ml/fd-send-recv/metadata.xml
58 @@ -0,0 +1,11 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <maintainer type="person">
63 + <email>lssndrbarbieri@×××××.com</email>
64 + <name>Alessandro Barbieri</name>
65 + </maintainer>
66 + <upstream>
67 + <remote-id type="github">xapi-project/ocaml-fd-send-recv</remote-id>
68 + </upstream>
69 +</pkgmetadata>