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/integers/
Date: Wed, 24 May 2017 11:08:17 +0000 (UTC)	[thread overview]
Message-ID: <1495624035.2376952c95be988f1add2ffb45f175d8681c7653.aballier@gentoo> (raw)

commit:     2376952c95be988f1add2ffb45f175d8681c7653
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 14:00:27 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 24 11:07:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2376952c

dev-ml/integers: initial import

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/integers/Manifest              |  1 +
 dev-ml/integers/integers-0.2.2.ebuild | 31 +++++++++++++++++++++++++++++++
 dev-ml/integers/metadata.xml          | 11 +++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-ml/integers/Manifest b/dev-ml/integers/Manifest
new file mode 100644
index 00000000000..8a8d4e4bc61
--- /dev/null
+++ b/dev-ml/integers/Manifest
@@ -0,0 +1 @@
+DIST integers-0.2.2.tbz 9155 SHA256 937b438e23cedcf06551dbe717cf61ce2a34a573b51bdc2aa0c35b84b8a46121 SHA512 957ec87f385916a847eeccef1142d706cf2bf9024a4f0b97120f73a2eda4c049261078bc27227db14bfed53bf014da14a93ef75b515a851af72088bd8b04081a WHIRLPOOL 26b153c71958c5b83a96aa23c5f7ef468629a79cc07b541e8821037b7f315f1294dfd536ca23ed268d83b1e5054f6755f459225cdda25a0b5b57145fb18ea914

diff --git a/dev-ml/integers/integers-0.2.2.ebuild b/dev-ml/integers/integers-0.2.2.ebuild
new file mode 100644
index 00000000000..7bb1dc4041c
--- /dev/null
+++ b/dev-ml/integers/integers-0.2.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Various signed and unsigned integer types for OCaml"
+HOMEPAGE="https://github.com/ocamllabs/ocaml-integers"
+SRC_URI="https://github.com/ocamllabs/ocaml-integers/releases/download/v${PV}/${P}.tbz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-lang/ocaml:="
+DEPEND="${RDEPEND}
+	dev-ml/ocamlbuild
+	dev-ml/topkg
+	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/integers/metadata.xml b/dev-ml/integers/metadata.xml
new file mode 100644
index 00000000000..7a15e07dd0a
--- /dev/null
+++ b/dev-ml/integers/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">ocamllabs/ocaml-integers</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2017-05-24 11:08 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-24 11:08 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-05-25 15:06 [gentoo-commits] repo/gentoo:master commit in: dev-ml/integers/ Alexis Ballier
2017-05-26 13:53 Alexis Ballier
2017-06-27 10:44 Alexis Ballier
2018-02-11 21:56 Thomas Deutschmann
2020-10-24  3:53 Sam James
2021-03-14  0:53 Sam James
2021-03-14  0:53 Sam James
2021-03-14 22:03 Sam James
2021-03-15  4:02 Sam James
2021-05-29 19:03 David Seifert
2021-11-10  7:59 Alfredo Tupone
2021-11-10 20:12 Alfredo Tupone
2021-11-20 10:24 Arthur Zamarin
2021-11-20 10:24 Arthur Zamarin
2022-04-18 21:07 Jakov Smolić
2022-07-19  0:56 Maciej Barć
2023-03-16 23:52 Sam James
2023-03-17  7:00 Arthur Zamarin
2023-03-17 11:27 Arthur Zamarin
2023-03-17 17:58 Arthur Zamarin
2023-03-24 20:01 Arthur Zamarin
2023-03-31 11:50 Arthur Zamarin

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=1495624035.2376952c95be988f1add2ffb45f175d8681c7653.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