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/lwt-dllist/
Date: Sun, 03 Apr 2022 23:49:47
Message-Id: 1649029567.3410c23aa19207112a79cc5aee807cd0ccf7f967.Alessandro-Barbieri@gentoo
1 commit: 3410c23aa19207112a79cc5aee807cd0ccf7f967
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 3 07:39:07 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=3410c23a
7
8 dev-ml/lwt-dllist: initial import
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-ml/lwt-dllist/Manifest | 1 +
13 dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild | 19 +++++++++++++++++++
14 dev-ml/lwt-dllist/metadata.xml | 11 +++++++++++
15 3 files changed, 31 insertions(+)
16
17 diff --git a/dev-ml/lwt-dllist/Manifest b/dev-ml/lwt-dllist/Manifest
18 new file mode 100644
19 index 000000000..e4d5280f0
20 --- /dev/null
21 +++ b/dev-ml/lwt-dllist/Manifest
22 @@ -0,0 +1 @@
23 +DIST lwt-dllist-v1.0.1.tbz 7526 BLAKE2B 1016bc44cf6511c49c0a53a8d0dcac48a0b78a17c158a2d2b7d334522aea339bb7bc6fe1f49d39d8605fc8cc32e7b51583f1772f970673fa8332faad07f27905 SHA512 1df7e8e12e01a5d32e1db746f922e05f23a67c0d20e72a5b9126fead1e04decdb062081574b1c410c822305ef4eac990b7dd69f36673db8f50b9db2152abad80
24
25 diff --git a/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild b/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild
26 new file mode 100644
27 index 000000000..9cd969b20
28 --- /dev/null
29 +++ b/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit dune
37 +
38 +DESCRIPTION=" Mutable doubly-linked list with Lwt iterators "
39 +HOMEPAGE="https://github.com/mirage/lwt-dllist"
40 +SRC_URI="https://github.com/mirage/${PN}/releases/download/v${PV}/${PN}-v${PV}.tbz"
41 +S="${WORKDIR}/${PN}-v${PV}"
42 +
43 +LICENSE="MIT"
44 +SLOT="0/${PV}"
45 +KEYWORDS="~amd64"
46 +IUSE="ocamlopt"
47 +
48 +DEPEND=""
49 +RDEPEND="${DEPEND}"
50
51 diff --git a/dev-ml/lwt-dllist/metadata.xml b/dev-ml/lwt-dllist/metadata.xml
52 new file mode 100644
53 index 000000000..f9b5363d5
54 --- /dev/null
55 +++ b/dev-ml/lwt-dllist/metadata.xml
56 @@ -0,0 +1,11 @@
57 +<?xml version="1.0" encoding="UTF-8"?>
58 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 +<pkgmetadata>
60 + <maintainer type="person">
61 + <email>lssndrbarbieri@×××××.com</email>
62 + <name>Alessandro Barbieri</name>
63 + </maintainer>
64 + <upstream>
65 + <remote-id type="github">mirage/lwt-dllist</remote-id>
66 + </upstream>
67 +</pkgmetadata>