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/ocaml-ctypes/
Date: Tue, 23 Aug 2016 15:11:35 +0000 (UTC)	[thread overview]
Message-ID: <1471965085.211ff9d171d1bfae34ca82b51fb799580b53d09c.aballier@gentoo> (raw)

commit:     211ff9d171d1bfae34ca82b51fb799580b53d09c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 12:23:39 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 15:11:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211ff9d1

dev-ml/ocaml-ctypes: bump to 0.9.0

Package-Manager: portage-2.3.0

 dev-ml/ocaml-ctypes/Manifest                  |  1 +
 dev-ml/ocaml-ctypes/ocaml-ctypes-0.9.0.ebuild | 36 +++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-ml/ocaml-ctypes/Manifest b/dev-ml/ocaml-ctypes/Manifest
index 30c8480..41c5db1 100644
--- a/dev-ml/ocaml-ctypes/Manifest
+++ b/dev-ml/ocaml-ctypes/Manifest
@@ -2,3 +2,4 @@ DIST ocaml-ctypes-0.4.1.tar.gz 162601 SHA256 74564e049de5d3c0e76ea284c225cb658ac
 DIST ocaml-ctypes-0.6.2.tar.gz 179953 SHA256 f31671c6515b9f9df245ec08e8ac6842cf33b7d9b76799cc07f8b77b093de55f SHA512 65b975f51daa29f59c07eec558eb5f688452a8e30edeeeca186d60f4cb56e087c5943b6f59d7dfa5f69ae9cace22ecc135148f99754693af684fd75178dafa24 WHIRLPOOL ad016187e9ce0657d38b8d98a986e9886e01b5f21f2090e89ba6d6dc91e16fce91c9d284b826f4dd1e46b9ffd9df3a4656f22e2023cece5994642a74547501c4
 DIST ocaml-ctypes-0.7.0.tar.gz 181164 SHA256 8a68597b8545b36d7ced83a3365767ad0ebae99382ca7c8fff2a97666a78f94c SHA512 78929d4d9dd47e08751231a649f74259973333ecae84e6152b0a3e16a78da6b8b95bd8f69842b3b052324ecf96457eaa2b894557888aa53271917f9135259353 WHIRLPOOL 4edab9bacbea2f01676f0adc8b7058acd6097808c9d53e6d47320341de127634a3c0db3cdfd54678fdc97cb1bae8400ae79f8c5f5d55a921a3555d4f7c4ddc3a
 DIST ocaml-ctypes-0.8.0.tar.gz 182704 SHA256 db465ec1bc5c0222b2fe167065d35d588cdfaf8910bcf51e0a444d528c24b32a SHA512 6478a63643fbf56391e0ab982f535afc55a79af6723a04420b156d0e5da891eff3233259083d37a35f4a15242b291bd11f5d08608fa5a9f95e6faaf434b04e68 WHIRLPOOL 0fffc7c4994c6435ac349dac176f24fcda7273db7a02f6ee2c329f98f293ac8b51aaba1a1c7d053e8527e89c6ae4d15102badc921e396139eb594f8bc8acd61d
+DIST ocaml-ctypes-0.9.0.tar.gz 185021 SHA256 6a8e29447c2b24c8f4c4e5ae6f9580f42aaaa7c59ef92ed1a2944b097d87b9f3 SHA512 f94ed96b4df8b8fb11eb6d3bede7dd9d59427d3bf48357d51b32e967c3d97f6dc9f6180fa0b6e69c886a586a13ecc7ed39eff532dc499daf8117bdc1ce577410 WHIRLPOOL afc6c37bde106138cc852318f1e5db7c32cae87aee9bbe1730ad0e7e7ad1983495a1c200af3d864454eebf07fc40e8e12c0264296b1772d6a91964e507168fc9

diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.9.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.9.0.ebuild
new file mode 100644
index 0000000..d563719
--- /dev/null
+++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.9.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="Library for binding to C libraries using pure OCaml"
+HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes"
+SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-lang/ocaml-4.02:=[ocamlopt]
+	virtual/libffi
+"
+DEPEND="${RDEPEND}
+	test? ( dev-ml/ounit )"
+
+src_compile() {
+	emake -j1
+}
+
+src_test() {
+	emake -j1 test
+}
+
+src_install() {
+	findlib_src_install
+	dodoc CHANGES.md README.md
+}


             reply	other threads:[~2016-08-23 15:11 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-23 15:11 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-29 10:19 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/ Alfredo Tupone
2024-06-09 18:11 Arthur Zamarin
2024-06-09 18:11 Arthur Zamarin
2024-06-09 12:56 Arthur Zamarin
2024-06-09 12:06 Arthur Zamarin
2023-08-10 18:38 Michał Górny
2023-08-10 18:38 Michał Górny
2023-08-04  6:18 Alfredo Tupone
2023-08-03 19:23 Alfredo Tupone
2023-08-03 19:21 Alfredo Tupone
2023-03-31 11:50 Arthur Zamarin
2023-03-30 17:46 Arthur Zamarin
2023-03-17 17:58 Arthur Zamarin
2023-03-17 17:04 Arthur Zamarin
2023-03-17 17:04 Arthur Zamarin
2022-12-16 11:06 Maciej Barć
2022-12-16 11:06 Maciej Barć
2022-07-01  7:25 Alfredo Tupone
2022-07-01  6:53 Alfredo Tupone
2022-06-30  7:37 Alfredo Tupone
2022-04-18 21:07 Jakov Smolić
2022-01-30 18:38 Alfredo Tupone
2021-11-20 10:24 Arthur Zamarin
2021-11-20 10:24 Arthur Zamarin
2021-11-10  7:52 Alfredo Tupone
2021-10-10  2:20 Sam James
2021-10-04 22:58 Sam James
2021-07-27 17:30 Sam James
2021-07-27 17:30 Sam James
2021-03-14 22:03 Sam James
2021-03-14  0:53 Sam James
2021-03-14  0:53 Sam James
2021-03-13 15:26 Sam James
2020-12-02 17:46 Aaron Bauman
2020-11-16 22:53 Sergei Trofimovich
2020-10-15 12:20 Mark Wright
2020-10-13 12:54 Mark Wright
2018-03-17  6:45 Matt Turner
2018-02-11 21:56 Thomas Deutschmann
2017-10-06 13:11 Alexis Ballier
2017-10-06 13:11 Alexis Ballier
2017-08-05 19:34 Sergei Trofimovich
2017-07-10 15:51 Alexis Ballier
2017-06-27 11:22 Alexis Ballier
2017-05-26 13:53 Alexis Ballier
2017-05-24 11:08 Alexis Ballier
2017-05-08 19:28 Alexis Ballier
2017-04-20 17:16 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-02-28 20:15 Markus Meier
2017-02-27  9:45 Alexis Ballier
2017-01-30 22:55 Alexis Ballier
2017-01-25 14:29 Agostino Sarubbo
2017-01-25 10:58 Agostino Sarubbo
2017-01-24 11:14 Alexis Ballier
2016-12-17 11:33 Alexis Ballier
2016-11-28 13:28 Alexis Ballier
2016-10-24 10:35 Alexis Ballier
2016-10-24 10:35 Alexis Ballier
2016-10-18 15:03 Alexis Ballier
2016-10-05 15:09 Alexis Ballier
2016-10-05 15:09 Alexis Ballier
2016-09-13 12:30 Alexis Ballier
2016-09-08 14:57 Alexis Ballier
2016-08-16 10:46 Alexis Ballier
2016-07-18 13:20 Alexis Ballier
2016-07-18 13:20 Alexis Ballier
2016-06-09  9:48 Alexis Ballier
2016-06-03  9:21 Alexis Ballier
2016-05-03 10:43 Alexis Ballier
2016-03-22  9:20 Alexis Ballier
2016-02-22 10:22 Alexis Ballier
2015-11-26 19:16 Markus Meier
2015-11-11 10:05 Agostino Sarubbo
2015-11-10 13:23 Agostino Sarubbo
2015-11-02 12:06 Alexis Ballier

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=1471965085.211ff9d171d1bfae34ca82b51fb799580b53d09c.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