* [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/omd/
@ 2022-04-03 23:49 Alessandro Barbieri
0 siblings, 0 replies; only message in thread
From: Alessandro Barbieri @ 2022-04-03 23:49 UTC (permalink / raw
To: gentoo-commits
commit: c41645badf5ece890acb139e4229946804edaacd
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr 2 22:54:04 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 3 23:46:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c41645ba
dev-ml/omd: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-ml/omd/Manifest | 1 +
dev-ml/omd/metadata.xml | 11 +++++++++++
dev-ml/omd/omd-2.0.0_alpha2.ebuild | 23 +++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-ml/omd/Manifest b/dev-ml/omd/Manifest
new file mode 100644
index 000000000..36990b811
--- /dev/null
+++ b/dev-ml/omd/Manifest
@@ -0,0 +1 @@
+DIST omd-2.0.0.alpha2.tbz 85168 BLAKE2B 97f187563eead6e0bab11865e05302d86d3a46abf8605d05088bd085c2a7d25924b9b4da1da3ea6257d34a176a51788c3f8e72d28b57835721969f8181ddba03 SHA512 82c8716774f756071c8c9dbce838309cfc67d2b607b30d9f5add1307fa8330db8951bfd5406aef1dc3b8902ee67b6d43f76687257927944f118f79be7ea24ff1
diff --git a/dev-ml/omd/metadata.xml b/dev-ml/omd/metadata.xml
new file mode 100644
index 000000000..4e95d066b
--- /dev/null
+++ b/dev-ml/omd/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">ocaml/omd</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ml/omd/omd-2.0.0_alpha2.ebuild b/dev-ml/omd/omd-2.0.0_alpha2.ebuild
new file mode 100644
index 000000000..d220fbb93
--- /dev/null
+++ b/dev-ml/omd/omd-2.0.0_alpha2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+MYPV="${PV/_alpha/.alpha}"
+
+DESCRIPTION="An easy interface on top of the Jsonm library"
+HOMEPAGE="https://github.com/ocaml/omd"
+SRC_URI="https://github.com/ocaml/omd/releases/download/${MYPV}/${PN}-${MYPV}.tbz"
+S="${WORKDIR}/${PN}-${MYPV}"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+ dev-ml/dune-build-info
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-03 23:49 UTC | newest]
Thread overview: (only message) (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/omd/ Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox