* [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/lwt-dllist/
@ 2022-04-03 23:49 Alessandro Barbieri
0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-04-03 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 3410c23aa19207112a79cc5aee807cd0ccf7f967
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 3 07:39:07 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 3 23:46:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3410c23a
dev-ml/lwt-dllist: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-ml/lwt-dllist/Manifest | 1 +
dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild | 19 +++++++++++++++++++
dev-ml/lwt-dllist/metadata.xml | 11 +++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-ml/lwt-dllist/Manifest b/dev-ml/lwt-dllist/Manifest
new file mode 100644
index 000000000..e4d5280f0
--- /dev/null
+++ b/dev-ml/lwt-dllist/Manifest
@@ -0,0 +1 @@
+DIST lwt-dllist-v1.0.1.tbz 7526 BLAKE2B 1016bc44cf6511c49c0a53a8d0dcac48a0b78a17c158a2d2b7d334522aea339bb7bc6fe1f49d39d8605fc8cc32e7b51583f1772f970673fa8332faad07f27905 SHA512 1df7e8e12e01a5d32e1db746f922e05f23a67c0d20e72a5b9126fead1e04decdb062081574b1c410c822305ef4eac990b7dd69f36673db8f50b9db2152abad80
diff --git a/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild b/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild
new file mode 100644
index 000000000..9cd969b20
--- /dev/null
+++ b/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION=" Mutable doubly-linked list with Lwt iterators "
+HOMEPAGE="https://github.com/mirage/lwt-dllist"
+SRC_URI="https://github.com/mirage/${PN}/releases/download/v${PV}/${PN}-v${PV}.tbz"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/dev-ml/lwt-dllist/metadata.xml b/dev-ml/lwt-dllist/metadata.xml
new file mode 100644
index 000000000..f9b5363d5
--- /dev/null
+++ b/dev-ml/lwt-dllist/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">mirage/lwt-dllist</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/lwt-dllist/
@ 2024-03-02 10:58 David Roman
0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2024-03-02 10:58 UTC (permalink / raw
To: gentoo-commits
commit: 6d54885ef9f5ee794cbdfc47760586fe33c843db
Author: Alain Emilia Anna Zscheile <fogti+devel <AT> ytrizja <DOT> de>
AuthorDate: Mon Feb 26 12:29:55 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Mar 2 10:55:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d54885e
dev-ml/lwt-dllist: small improvement
Signed-off-by: Alain Emilia Anna Zscheile <fogti+devel <AT> ytrizja.de>
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild b/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild
index 4fe6f535af..e4fb64ae61 100644
--- a/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild
+++ b/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
-DESCRIPTION=" Mutable doubly-linked list with Lwt iterators "
+DESCRIPTION="Mutable doubly-linked list with Lwt iterators"
HOMEPAGE="https://github.com/mirage/lwt-dllist"
SRC_URI="https://github.com/mirage/${PN}/releases/download/v${PV}/${PN}-v${PV}.tbz"
S="${WORKDIR}/${PN}-v${PV}"
@@ -15,10 +15,8 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
-RDEPEND=""
DEPEND="
- ${RDEPEND}
- test? ( dev-ml/lwt )
+ test? ( dev-ml/lwt:= )
"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-02 10:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-03 23:49 [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/lwt-dllist/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2024-03-02 10:58 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox