From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/base/
Date: Thu, 15 Jun 2017 21:56:41 +0000 (UTC) [thread overview]
Message-ID: <1497563786.069600f2582fc6c36bece5461fff526724d962c9.aballier@gentoo> (raw)
commit: 069600f2582fc6c36bece5461fff526724d962c9
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 15:52:48 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 21:56:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069600f2
dev-ml/base: bump to 0.9.3
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ml/base/Manifest | 1 +
dev-ml/base/base-0.9.3.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-ml/base/Manifest b/dev-ml/base/Manifest
index 4d6fc5a2631..0ebbbb1432c 100644
--- a/dev-ml/base/Manifest
+++ b/dev-ml/base/Manifest
@@ -1,2 +1,3 @@
DIST base-0.9.1.tar.gz 286498 SHA256 4a616dbbb6c85bee4e0dc03a1ba94928a74eb5cd1ac63e3b9f060a2f85a1ad79 SHA512 e1eb26eb07ee3489c8f42a886e2131bcc5eb5e965727eb29910e3aa37cdab6d23bfbf71421e16b77d9fe20a69392f9313ad6189c9618013794f0ed7df8c76c52 WHIRLPOOL 31674e5490d8ed63d584f56b42db9c48a83153694ee03dd7d499ec7bea6b0dcb8528a45f79fd3ae35a4a29f415c6abb3a06f603ad6478a2af13a928802b729ff
DIST base-0.9.2.tar.gz 286533 SHA256 cb93c7b8da60adefc6f154b6eb7f94417add7b5d483e7f6f27e13b1295e30afc SHA512 9eae093c18e4fcbc02eb970b73bb7e49a94e0ccdd3fd6509d0668035b454ad8b5894bdbd10027a83681e993b4e1dec97db213b7fdfc293cb9737bae303002e11 WHIRLPOOL 28fe2edcfd0fb3eef62e5e776473af4588b2f5668b867233715cc9b10ec3185af6041728d7cb33ddeb406cc8af54a0607a87d3295ef370e21ae0c167eae33cdd
+DIST base-0.9.3.tar.gz 286655 SHA256 fce1bc3dcfa6b3c3da5a01324c1bce5cbbde70b5dc5e0dded8ba6acb94398cfb SHA512 7c7ca4439479230a6d338ce51b14c93225b71fd98242f47d82e06c08cbec092a33faa7385db8d21ce0302e7f4f3cf5d659a704e2d85ab3391e046c7d7ea3b62b WHIRLPOOL 3bcc65e6132ae9d88de301b0d1f8105cc4ad07f29ef3aff64957206f421652465e49d0fc364e2fa8155bb7612f71a463232418f2a7b51d6d185e8cdb41fe65b4
diff --git a/dev-ml/base/base-0.9.3.ebuild b/dev-ml/base/base-0.9.3.ebuild
new file mode 100644
index 00000000000..b6a07e3d596
--- /dev/null
+++ b/dev-ml/base/base-0.9.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Standard library for OCaml"
+HOMEPAGE="https://github.com/janestreet/base"
+SRC_URI="https://github.com/janestreet/base/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ dev-lang/ocaml:=
+ dev-ml/sexplib:=
+ <dev-ml/sexplib-100
+"
+DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder"
+
+src_test() {
+ jbuilder runtest || die
+}
+
+src_install() {
+ opam-installer -i \
+ --prefix="${ED}/usr" \
+ --libdir="${D}/$(ocamlc -where)" \
+ --docdir="${ED}/usr/share/doc/${PF}" \
+ ${PN}.install || die
+ dodoc ROADMAP.md README.org
+}
next reply other threads:[~2017-06-15 21:56 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-15 21:56 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-13 11:53 [gentoo-commits] repo/gentoo:master commit in: dev-ml/base/ Alfredo Tupone
2024-06-10 18:30 Alfredo Tupone
2024-06-09 19:37 Alfredo Tupone
2023-12-29 21:33 Alfredo Tupone
2023-09-02 13:17 Alfredo Tupone
2023-07-25 19:18 Alfredo Tupone
2023-06-30 19:08 Maciej Barć
2023-06-18 11:21 Alfredo Tupone
2023-03-24 20:01 Arthur Zamarin
2023-03-17 17:04 Arthur Zamarin
2023-03-17 15:27 Arthur Zamarin
2023-03-17 12:36 Arthur Zamarin
2023-03-16 12:55 Alfredo Tupone
2023-02-01 19:08 Alfredo Tupone
2023-01-27 19:49 Alfredo Tupone
2022-04-24 8:52 Alfredo Tupone
2022-04-23 17:13 Alfredo Tupone
2022-04-22 1:44 Maciej Barć
2022-04-21 16:34 Alfredo Tupone
2022-04-21 16:32 Alfredo Tupone
2022-01-27 22:38 Alfredo Tupone
2021-09-30 16:16 Alfredo Tupone
2021-03-09 7:31 Alfredo Tupone
2021-01-24 20:43 Sam James
2018-02-14 14:30 Thomas Deutschmann
2017-09-10 14:45 Sergei Trofimovich
2017-04-19 9:09 Alexis Ballier
2017-04-18 20:10 Alexis Ballier
2017-04-07 9:35 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=1497563786.069600f2582fc6c36bece5461fff526724d962c9.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