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/mustache/
Date: Fri, 15 Apr 2022 20:34:26 +0000 (UTC)	[thread overview]
Message-ID: <1650054859.a39a21963858a0727028f90bb9c1dac1c9ae98d6.Alessandro-Barbieri@gentoo> (raw)

commit:     a39a21963858a0727028f90bb9c1dac1c9ae98d6
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr  9 10:29:13 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Apr 15 20:34:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a39a2196

dev-ml/mustache: initial import

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

 dev-ml/mustache/Manifest              |  1 +
 dev-ml/mustache/metadata.xml          | 11 +++++++++++
 dev-ml/mustache/mustache-3.1.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-ml/mustache/Manifest b/dev-ml/mustache/Manifest
new file mode 100644
index 000000000..c2b5418f0
--- /dev/null
+++ b/dev-ml/mustache/Manifest
@@ -0,0 +1 @@
+DIST mustache-3.1.0.tar.gz 21162 BLAKE2B 6a0d54414ac0154d85023a02e9f2e6f256edb528392a89024566a8903b3d80beaa1ccf0d78af523a3c186f0ca09175848579564fcbc7c847ed7491fc527a46bf SHA512 00657c9a5a5bd07ffc2922e4e35b66e07d2da111c6a9f2d2410dda933d99c436ff93a051d1ce8b76257ae6c8d45589a223f76521ab9d3621353f696f13188503

diff --git a/dev-ml/mustache/metadata.xml b/dev-ml/mustache/metadata.xml
new file mode 100644
index 000000000..97dc89242
--- /dev/null
+++ b/dev-ml/mustache/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">rgrinberg/ocaml-mustache</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ml/mustache/mustache-3.1.0.ebuild b/dev-ml/mustache/mustache-3.1.0.ebuild
new file mode 100644
index 000000000..afd8eea78
--- /dev/null
+++ b/dev-ml/mustache/mustache-3.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+MYPN="ocaml-${PN}"
+
+DESCRIPTION="mustache.js logic-less templates in OCaml"
+HOMEPAGE="https://github.com/rgrinberg/ocaml-mustache"
+SRC_URI="https://github.com/rgrinberg/${MYPN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MYPN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt test"
+
+DEPEND="
+	dev-ml/jsonm
+	dev-ml/menhir
+	dev-ml/cmdliner
+"
+RDEPEND="
+	${DEPEND}
+	test? (
+		dev-ml/ounit
+		dev-ml/ezjsonm
+	)
+"
+
+RESTRICT="!test? ( test )"


             reply	other threads:[~2022-04-15 20:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-15 20:34 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-16 16:20 [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/mustache/ 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=1650054859.a39a21963858a0727028f90bb9c1dac1c9ae98d6.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