From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/
Date: Fri, 6 May 2016 13:26:11 +0000 (UTC) [thread overview]
Message-ID: <1462541164.7a65def575aea9ebe28beb37929eff4f6afba181.aballier@gentoo> (raw)
commit: 7a65def575aea9ebe28beb37929eff4f6afba181
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 13:20:50 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri May 6 13:26:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a65def5
dev-ml/ocaml-cstruct: bump to 2.1.0
Package-Manager: portage-2.2.28
dev-ml/ocaml-cstruct/Manifest | 1 +
dev-ml/ocaml-cstruct/ocaml-cstruct-2.1.0.ebuild | 43 +++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest
index c9d402c..f41d8c4 100644
--- a/dev-ml/ocaml-cstruct/Manifest
+++ b/dev-ml/ocaml-cstruct/Manifest
@@ -2,3 +2,4 @@ DIST ocaml-cstruct-1.7.1.tar.gz 245894 SHA256 7869d096fe7c6231bbceefe3b2205417b2
DIST ocaml-cstruct-1.8.0.tar.gz 250696 SHA256 e1635072283ae5db7889966ce92e916749bcd192012a0c46285827beba1263d7 SHA512 38ea6301b48603f8b63c73a7aa42312d25bbd16fb8524e1de2b69a54e45e9e1c1326201e19fcf2953d2719607139c903d76296a32fb7058998c079ac112adc9c WHIRLPOOL 6fdabfc1143331662757826de11c62c3947fb59155ba68e866a2f9939963deacd52d5832417997833deff9a9ff902675d266a98b41e0d2cf9f29c4d4c628601e
DIST ocaml-cstruct-1.9.0.tar.gz 254162 SHA256 2d175bf1e2cdc5ca43cb30bd3fa507beee2f18b2cbecae801ab6ffaecde16c9c SHA512 fad3788c0888599a3171d4062b9d9f4c539c0cbb1d8b6d4f6be2f3456ffe235444def4e619a94ca75336cf555b5133e6e60edc07a03dc0abdd772acf9371b666 WHIRLPOOL 99984c32625d9dbf452a7191f4103228bedbd7eee23bfb1eee7834022a023dee1582fca9704fcbe09ed37424ca7d684c482426d3b30b5f1dc66cc55b78769532
DIST ocaml-cstruct-2.0.0.tar.gz 250245 SHA256 285341c6b5bdfc456f2b63c072210771aeb7110d777bbdaec5087234a505acf5 SHA512 4fc1f09824bf943c45a2afe8908d80fb3d9857f5e9f426479520713c92c04eac588a38fbf036352a17e787165476a7a5647f34df9c89f6c93a195f80ae11c3dd WHIRLPOOL ef8c3770ed73323c292152b5b29b8b0737158b84f0f738ac0841257e07d787edf5e0c7c55c0d5630c7f44fcd878d00585e320b12d9ece22a98a906cc7e86c08c
+DIST ocaml-cstruct-2.1.0.tar.gz 251162 SHA256 fab6525753af5f726810b321a97b8a0b226bf0318a3ed594e2ed93f2f293c9a1 SHA512 129650ec17d8c96d6e68fc6a814e2b44cecc6fc69dfd5327c48d842447caf172c36112ef4fe0fa85c7391172ba72e2f2d3c119f44075cf1240a89134830ec428 WHIRLPOOL 4daf175682710cc0b102858df5b66c8cc14caf0ab35d4d8430324ed65bcaab9d951f391bdb3c39c5b6edfca4fac50300f4c394a3adbae43269a31abf04955661
diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.1.0.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.1.0.ebuild
new file mode 100644
index 0000000..7c5d31d
--- /dev/null
+++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+OASIS_BUILD_DOCS=1
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Map OCaml arrays onto C-like structs"
+HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io"
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="async +lwt +ppx"
+
+RDEPEND="
+ async? ( dev-ml/async:= )
+ lwt? ( dev-ml/lwt:= )
+ ppx? ( dev-ml/ppx_tools:= )
+ >=dev-lang/ocaml-4.01:=
+ dev-ml/ocplib-endian:=
+ dev-ml/sexplib:=
+ dev-ml/type-conv:=
+"
+DEPEND="
+ test? ( dev-ml/ounit )
+ ${RDEPEND}
+"
+
+src_configure() {
+ oasis_configure_opts="
+ $(use_enable lwt)
+ $(use_enable async)
+ $(use_enable ppx)
+ --enable-unix
+ " oasis_src_configure
+}
+
+DOCS=( CHANGES README.md TODO.md )
next reply other threads:[~2016-05-06 13:26 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-06 13:26 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-04 6:10 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/ Sam James
2021-03-04 19:53 Alfredo Tupone
2021-03-04 19:51 Alfredo Tupone
2021-03-04 19:44 Alfredo Tupone
2017-09-22 8:32 Alexis Ballier
2017-09-22 8:32 Alexis Ballier
2017-07-18 17:36 Alexis Ballier
2017-07-14 12:12 Alexis Ballier
2017-07-13 22:09 Alexis Ballier
2017-07-04 6:59 Alexis Ballier
2017-06-15 21:56 Alexis Ballier
2017-06-15 21:56 Alexis Ballier
2017-06-12 5:46 Alexis Ballier
2017-06-11 11:19 Alexis Ballier
2017-06-10 10:20 Alexis Ballier
2017-06-08 17:53 Alexis Ballier
2017-05-04 9:12 Alexis Ballier
2017-04-27 10:54 Alexis Ballier
2017-04-01 12:24 Alexis Ballier
2017-03-06 7:18 Alexis Ballier
2017-01-24 11:14 Alexis Ballier
2016-12-13 8:16 Alexis Ballier
2016-12-13 8:16 Alexis Ballier
2016-08-18 11:02 Alexis Ballier
2016-07-01 13:22 Alexis Ballier
2016-05-03 9:14 Alexis Ballier
2016-02-22 10:22 Alexis Ballier
2016-02-10 10:32 Ian Delaney
2016-02-10 10:13 Alexis Ballier
2016-02-05 20:59 Alexis Ballier
2016-02-05 20:59 Alexis Ballier
2015-12-19 15:01 Alexis Ballier
2015-10-18 18:07 Alexis Ballier
2015-10-17 17:21 Alexis Ballier
2015-10-17 16:24 Alexis Ballier
2015-10-17 12:10 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=1462541164.7a65def575aea9ebe28beb37929eff4f6afba181.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