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/sexplib/
Date: Tue, 22 Mar 2016 09:20:40 +0000 (UTC)	[thread overview]
Message-ID: <1458638395.dac346704127bc7c2e178de350a4c140b6aa4a51.aballier@gentoo> (raw)

commit:     dac346704127bc7c2e178de350a4c140b6aa4a51
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 08:49:12 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 09:19:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac34670

dev-ml/sexplib: bump to 113.33.00

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/sexplib/Manifest                 |  1 +
 dev-ml/sexplib/sexplib-113.33.00.ebuild | 40 +++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-ml/sexplib/Manifest b/dev-ml/sexplib/Manifest
index c15a85d..2291f81 100644
--- a/dev-ml/sexplib/Manifest
+++ b/dev-ml/sexplib/Manifest
@@ -1,3 +1,4 @@
 DIST sexplib-112.35.00.tar.gz 136818 SHA256 b3944a654e64ff4d2d3732eb550108dfe5dc9a78ff91e2619e8f796ae97df2cf SHA512 b732a044aaa7a734f35fc280f97fd1393925f0ab7ead6c212af904977617436152e98eff5387e8e89b97a7dd302b77e6ff67c4fd4192a17f48f116713ab9c899 WHIRLPOOL fb413fb227437a353e4572c33e6c47214ae15febb146b17d61d5748a3abf5a416290f453c6b83541a5b71ebcafe0e530204fec3a95ef14fa23e627df9e3da97d
 DIST sexplib-113.00.00.tar.gz 136960 SHA256 df91f1b4aae3936856cbb00a621a2c40f6b56c06670e1513b2b60698ab8240e4 SHA512 03500b6034428c132a161da63e1a5a5b30f9312831ffed248f0a754a39de40807f71e886087533e554a9790c17a9556d80ce9ca4ee25b498735b8dc89f6aaf6f WHIRLPOOL 516d48bc5f06148b8b01485c08aa1eb4c1f497cc7f9b430b69f8490d89be24850d5ec12e6693f1520038deae4347224b35141c00ac21648978978ccbec6aec23
 DIST sexplib-113.24.00.tar.gz 118733 SHA256 08e6c1a1834b81c0b654c3959b39cfe4174818aeb0f624dce6735474de80e313 SHA512 8c8191c7312c1b049f4a45c0446a857b5b6b84d099e3c7735de4368d60c7feba93320a619fbb16014fd5fe0e0b04623900cf5d86db917c55f3749b96a6eddf90 WHIRLPOOL f248af895bd0638ecbff1f14aaae13209281c456219bd0f057969edbc279200bcd65c2c0e5d8050c9f045b96db3a3d30e4ccae9049b7caee88146fb6079c52f4
+DIST sexplib-113.33.00.tar.gz 115786 SHA256 405c3dc9795e5d987fe88c437b86509f211b60ededf66ca1c7a650e12241818e SHA512 b05d96afcd116c62f76b92fb1bf13bf8fac800323beb9cc565183643cfe4bac2d4c1228cf15eeba23bd1bc729b0fca81cb9ba3d3145896f2cd4a6d7bf852c1a4 WHIRLPOOL 033a6a89b0aa952c7c6a0d29a52e9b890e044daebc32a05c0be7646805260ef8ef1c2d503f1d5cf22a6c9c041586f64fe40a75112661012f13afcf87643f3ecd

diff --git a/dev-ml/sexplib/sexplib-113.33.00.ebuild b/dev-ml/sexplib/sexplib-113.33.00.ebuild
new file mode 100644
index 0000000..0e570c4
--- /dev/null
+++ b/dev-ml/sexplib/sexplib-113.33.00.ebuild
@@ -0,0 +1,40 @@
+# 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="Library for automated conversion of OCaml-values to and from S-expressions"
+HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-ml/type-conv-113.00.00:="
+DEPEND="${RDEPEND} dev-ml/opam"
+
+src_configure() {
+	emake setup.exe
+	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+	dodoc CHANGES.md README.org
+}


             reply	other threads:[~2016-03-22  9:20 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-22  9:20 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-24 11:50 [gentoo-commits] repo/gentoo:master commit in: dev-ml/sexplib/ Alexis Ballier
2017-04-01 13:32 Alexis Ballier
2017-04-05  9:51 Michael Weber
2017-07-29 10:06 Alexis Ballier
2017-08-02 11:23 Alexis Ballier
2017-08-02 11:23 Alexis Ballier
2017-11-04  9:53 Alexis Ballier
2018-02-11 21:56 Thomas Deutschmann
2020-10-13 12:54 Mark Wright
2021-02-25 13:09 Sam James
2021-02-25 17:54 Sam James
2021-03-04 14:28 Agostino Sarubbo
2021-03-09  7:31 Alfredo Tupone
2021-03-13 14:05 Sam James
2022-04-23  4:30 Maciej Barć
2022-04-23  6:08 Maciej Barć
2022-04-25 16:49 Alfredo Tupone
2022-07-05 17:03 Alfredo Tupone
2022-10-14 19:06 Alfredo Tupone
2023-01-28 13:26 Alfredo Tupone
2023-02-01 19:08 Alfredo Tupone
2023-03-16 13:42 Alfredo Tupone
2023-03-25  1:47 Sam James
2023-03-25  1:47 Sam James
2023-03-25  1:47 Sam James
2023-03-25  2:03 Sam James
2023-06-30 19:08 Maciej Barć
2023-12-29 22:35 Alfredo Tupone
2024-06-02 19:36 Arthur Zamarin
2024-06-02 19:41 Arthur Zamarin
2024-06-02 19:46 Arthur Zamarin
2024-06-12  5:40 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=1458638395.dac346704127bc7c2e178de350a4c140b6aa4a51.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