public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/mirage/
Date: Sun,  3 Apr 2022 23:49:37 +0000 (UTC)	[thread overview]
Message-ID: <1649029568.e01b8b1ea9337b3e349e362090a55383fd875f7d.Alessandro-Barbieri@gentoo> (raw)

commit:     e01b8b1ea9337b3e349e362090a55383fd875f7d
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr  3 08:07:04 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr  3 23:46:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e01b8b1e

dev-ml/mirage: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-ml/mirage/Manifest            |  1 +
 dev-ml/mirage/metadata.xml        | 11 +++++++++++
 dev-ml/mirage/mirage-4.0.0.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/dev-ml/mirage/Manifest b/dev-ml/mirage/Manifest
new file mode 100644
index 000000000..4f9f671b8
--- /dev/null
+++ b/dev-ml/mirage/Manifest
@@ -0,0 +1 @@
+DIST mirage-4.0.0.tar.gz 180609 BLAKE2B 2511b6ab05cf41ed13ef9f961815ddc0da9e823f7ae7bf9a66e911b55171686a3cf675a6ff0402baf0e78267387fda9a9c7bb795aeb37a9577c0d09d3c064789 SHA512 ca9ddacc473a56f2d81bdf8a4d61c701f9eeb780d0a6ce2125bdced4f8ff7b9a1d778582059729501cfc29475e97802f1143f16907d5d91494ac8d25cb6e3b95

diff --git a/dev-ml/mirage/metadata.xml b/dev-ml/mirage/metadata.xml
new file mode 100644
index 000000000..5e2dbfb0b
--- /dev/null
+++ b/dev-ml/mirage/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/mirage</remote-id>
+    </upstream>
+</pkgmetadata>

diff --git a/dev-ml/mirage/mirage-4.0.0.ebuild b/dev-ml/mirage/mirage-4.0.0.ebuild
new file mode 100644
index 000000000..f8f71c538
--- /dev/null
+++ b/dev-ml/mirage/mirage-4.0.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="MirageOS is a library operating system that constructs unikernels"
+HOMEPAGE="
+	https://mirage.io/
+	https://github.com/mirage/mirage
+"
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+	dev-ml/ipaddr
+	dev-ml/bos
+	dev-ml/astring
+	dev-ml/logs
+	dev-ml/lwt
+	dev-ml/emile
+	dev-ml/cmdliner
+	dev-ml/base
+	dev-ml/result
+	dev-ml/rresult
+	dev-ml/uri
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+	dune_src_install mirage
+	dune_src_install mirage-runtime
+	dune_src_install functoria
+	dune_src_install functoria-runtime
+}


             reply	other threads:[~2022-04-03 23:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-03 23:49 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-15 20:34 [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/mirage/ Alessandro Barbieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1649029568.e01b8b1ea9337b3e349e362090a55383fd875f7d.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox