public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/fpath/
Date: Tue, 20 Jun 2017 21:33:41 +0000 (UTC)	[thread overview]
Message-ID: <1497993994.1198068d5fbf0f7a925186e31682b8c543e5c984.aballier@gentoo> (raw)

commit:     1198068d5fbf0f7a925186e31682b8c543e5c984
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 21:26:34 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 21:26:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1198068d

dev-ml/fpath: initial import

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/fpath/Manifest           |  1 +
 dev-ml/fpath/fpath-0.7.2.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 dev-ml/fpath/metadata.xml       | 11 +++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-ml/fpath/Manifest b/dev-ml/fpath/Manifest
new file mode 100644
index 00000000000..108d1ca52c2
--- /dev/null
+++ b/dev-ml/fpath/Manifest
@@ -0,0 +1 @@
+DIST fpath-0.7.2.tbz 24142 SHA256 2ce2ae81a9d945696771c62082e817fbe49ed39499d8ad9a63b8e2bb502b20c3 SHA512 d8ab8d6f183a1742d74a3a3220cc1d62e7df38a6f3ca1c04fad18426a0897152255382305ad14d058b5b85ab55a27536c39a62deffac8d46984a730a2a18405d WHIRLPOOL 14b8ab716e890535345cd42a992ad2c13737ebf07116c5f2a469d642b31473adead47db67696a665f1d7cf984fdb208619743c02e35dc70b3bcb2f2892e89741

diff --git a/dev-ml/fpath/fpath-0.7.2.ebuild b/dev-ml/fpath/fpath-0.7.2.ebuild
new file mode 100644
index 00000000000..8696bff4270
--- /dev/null
+++ b/dev-ml/fpath/fpath-0.7.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="File system paths for OCaml"
+HOMEPAGE="http://erratique.ch/software/fpath https://github.com/dbuenzli/fpath"
+SRC_URI="http://erratique.ch/software/fpath/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-lang/ocaml:=
+	dev-ml/result:=
+	dev-ml/astring:=
+"
+DEPEND="${RDEPEND}
+	dev-ml/topkg
+	dev-ml/ocamlbuild
+	dev-ml/findlib
+"
+
+src_compile() {
+	ocaml pkg/pkg.ml build || die
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+}

diff --git a/dev-ml/fpath/metadata.xml b/dev-ml/fpath/metadata.xml
new file mode 100644
index 00000000000..120208f31d2
--- /dev/null
+++ b/dev-ml/fpath/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="project">
+	<email>ml@gentoo.org</email>
+	<name>Gentoo ML Project</name>
+</maintainer>
+  <upstream>
+	  <remote-id type="github">dbuenzli/fpath</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2017-06-20 21:33 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-20 21:33 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-09-23 12:43 [gentoo-commits] repo/gentoo:master commit in: dev-ml/fpath/ Alexis Ballier
2021-05-10 12:44 Sam James
2021-05-10 12:45 Sam James
2021-05-15  1:55 Sam James
2021-05-15 19:32 Sam James
2021-07-28  1:48 Sam James
2021-07-28  2:05 Sam James
2021-07-28  2:05 Sam James
2021-09-07  0:09 Sam James
2021-10-11  5:12 Sam James
2021-10-11  5:20 Sam James
2021-10-11 12:17 Agostino Sarubbo
2021-10-13 20:35 Sam James
2021-10-13 20:37 Sam James
2021-10-14  9:44 Sam James
2022-04-18 21:07 Jakov Smolić
2022-07-24 11:28 David Seifert
2022-07-24 11:28 David Seifert

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=1497993994.1198068d5fbf0f7a925186e31682b8c543e5c984.aballier@gentoo \
    --to=aballier@gentoo.org \
    --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