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

commit:     85c7f617fefa7063cba76e1dd41de3b467f9a171
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 08:52:24 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 09:19:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c7f617

dev-ml/ppx_typerep_conv: bump to 113.33.00

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

 dev-ml/ppx_typerep_conv/Manifest                   |  1 +
 .../ppx_typerep_conv-113.33.00.ebuild              | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-ml/ppx_typerep_conv/Manifest b/dev-ml/ppx_typerep_conv/Manifest
index ad82426..fd30133 100644
--- a/dev-ml/ppx_typerep_conv/Manifest
+++ b/dev-ml/ppx_typerep_conv/Manifest
@@ -1 +1,2 @@
 DIST ppx_typerep_conv-113.24.00.tar.gz 56449 SHA256 d106b1b400c73d484c1f1f28009c8952cc6abcb71de483ab170b04a31efb009c SHA512 c84f4f61a47965f6df491cde2f3d13d48e3b0d2badfc7a90a299370dfafea5c7b79ea02418800fc3871958d8f5b78aac96a1c86e56b6dafc8e9edc08ff10146e WHIRLPOOL 6bd77599ab66a9daf7506218c43bf5866e0e3c0892f3c8c1fca14396b110e6050b4e9a4105f34940e28119852be4e88581a1f8b650a8b1a04e2b8b2207f84da1
+DIST ppx_typerep_conv-113.33.00.tar.gz 56347 SHA256 b7e622fe0cec3e91096ed5b9a69e74689d580974caab579aa01bebcf8ca82d14 SHA512 419c76b6ba0ed1806760180a2ec84684901323209ca4af3d97e1894190090a73c4327686f6fb30769d8bea50a202eab3ca2326b79209a9d13164a4467f4b0644 WHIRLPOOL 7143b69d02950eef642a85989ff5e10781884cd8219365147993e6bac761fda46c115d6462b301157150e055812868b280324a1a0cbe7e6b45e7ed8e041cf140

diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-113.33.00.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-113.33.00.ebuild
new file mode 100644
index 0000000..b6501cc
--- /dev/null
+++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-113.33.00.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Generation of runtime types from type declarations"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	dev-ml/ppx_core:=
+	dev-ml/ppx_tools:=
+	dev-ml/ppx_type_conv:=
+	dev-ml/typerep:=
+	"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND} 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
+}


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

Thread overview: 36+ 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/ppx_typerep_conv/ Alexis Ballier
2017-08-15  7:26 Alexis Ballier
2020-10-15  1:19 Sam James
2020-10-15 12:42 Sam James
2020-10-16 15:17 Mark Wright
2020-10-17  1:16 Sam James
2020-10-24  0:38 Sam James
2021-01-24 13:21 Alfredo Tupone
2021-02-09 19:56 Sam James
2021-02-10 18:53 Sam James
2021-02-11  6:26 Sam James
2021-02-11  6:31 Sam James
2021-03-07 18:23 Alfredo Tupone
2021-07-11 16:30 Alfredo Tupone
2021-10-15  3:29 Sam James
2021-10-20  6:56 Agostino Sarubbo
2021-10-20  7:02 Agostino Sarubbo
2021-11-02 10:20 Sam James
2021-11-02 10:20 Sam James
2021-11-15 16:29 Agostino Sarubbo
2021-11-15 19:41 Agostino Sarubbo
2022-04-25 17:51 Alfredo Tupone
2022-10-19 20:42 Alfredo Tupone
2023-03-16 13:42 Alfredo Tupone
2023-03-25  1:52 Sam James
2023-03-25  1:54 Sam James
2023-03-25  2:03 Sam James
2023-03-25 14:53 Arthur Zamarin
2023-06-30 20:07 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
2025-03-16 19:21 Alfredo Tupone
2025-04-15 18:37 Alfredo Tupone

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=1458638399.85c7f617fefa7063cba76e1dd41de3b467f9a171.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