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/yojson/
Date: Sat, 19 Dec 2015 15:01:28 +0000 (UTC)	[thread overview]
Message-ID: <1450537281.d1a2e1090a19bba04aeef0136648b7336b5081f8.aballier@gentoo> (raw)

commit:     d1a2e1090a19bba04aeef0136648b7336b5081f8
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 14:53:24 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 15:01:21 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a2e109

dev-ml/yojson: bump to 1.3.0

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

 dev-ml/yojson/Manifest            |  1 +
 dev-ml/yojson/yojson-1.3.0.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest
index 8982f0a..f39cf85 100644
--- a/dev-ml/yojson/Manifest
+++ b/dev-ml/yojson/Manifest
@@ -1,3 +1,4 @@
 DIST yojson-1.2.0.tar.gz 26069 SHA256 7c163d820c12773681abed7e02d6a7ebd8b8d00163e81ce5a3742b5fd39d7a8f SHA512 7d5c7ab17a7230fe23fab956bba905fca40429575c708606ec07fe32ccace6816db4499756954c4e3d0f7d2686ca789d214e381b9236afe7e8efe0855fb01561 WHIRLPOOL cffe050d98677441707451219a69251f834847bf1a68b347be8939040767f030dc7af4af2da0165d88cbf2ce42c52c157ef9db9387a6bfee0fac893a18c5704b
 DIST yojson-1.2.1.tar.gz 26268 SHA256 df8cb4945b592897cdb54e4240758a88a38267daa54554dc62a2f48a91e8a32d SHA512 5a8b302e41ff1dfb312636d68bcf4bb38231335b8f35b0a9236dcdc97cd1a3026e7a349fdc0d73866c0432a86fe350a650c791f89122cc9bc129c7fcb54b4715 WHIRLPOOL c9df8f62bc3aadc4a905c434db53e1fd3a3ec14917a58dcbbe239c8ba9f196c1f819da20df4c253d0a8e4a7b54025c4a75453e817bb0cdc8dce0fbf89c52a0e5
 DIST yojson-1.2.3.tar.gz 26388 SHA256 7e0d8ecc47f43b051901a2b556a7c65bb62fcf1ab856d822f50f2bdd35a36078 SHA512 12929e6b4db13074fc708a9bb45a35a5661a0a43e893c03cc984a346e4e0aa04ca91f3ecce3460147ef6e85ddeda28ed251fefb2bf3e71b06edbe4fdc53b6c9b WHIRLPOOL c2ac1291f375870023a4883e9866a74be19647863ccee0f0e95ee2dee0734c57489612f96897330c223549166a21a8e44088e8eac186ac0d596a3469cf3bbe04
+DIST yojson-1.3.0.tar.gz 26610 SHA256 80e26e6d902c57bbacf44467f2a5cc30e4e189260093c66a3269fb1b1cc37094 SHA512 65e2d5bb7649cad3d395ec8fead11b18fd0ca5e59e87194a39a77561bcdaa04cecdc71f0da32ac268a36c0e7b21f56e9f40a08610f84cf7f81d0da20daf90fc0 WHIRLPOOL ed5ba5a5c397d47616282272573f9940d02035698a45dc7bc377c1fb2918d4a72fc789a4332ff7c09113d6bdcb223e2321f46f21f9576ff85197825bdc661d0d

diff --git a/dev-ml/yojson/yojson-1.3.0.ebuild b/dev-ml/yojson/yojson-1.3.0.ebuild
new file mode 100644
index 0000000..cab42fd
--- /dev/null
+++ b/dev-ml/yojson/yojson-1.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="JSON parsing and pretty-printing library for OCaml"
+HOMEPAGE="http://mjambon.com/yojson.html"
+SRC_URI="https://github.com/mjambon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]
+	dev-ml/easy-format:=[ocamlopt]
+	dev-ml/biniou:=[ocamlopt]
+"
+DEPEND="${RDEPEND}
+	dev-ml/cppo
+"
+
+src_compile() {
+	emake -j1
+}
+
+src_install() {
+	dodir /usr/bin
+	findlib_src_install BINDIR="${ED}"/usr/bin
+	dodoc README.md Changes
+	if use examples ; then
+		dodoc -r examples
+		docompress -x /usr/share/doc/${PF}/examples
+	fi
+}


             reply	other threads:[~2015-12-19 15:01 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-19 15:01 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-24 22:16 [gentoo-commits] repo/gentoo:master commit in: dev-ml/yojson/ Jakov Smolić
2024-11-24 15:47 Jakov Smolić
2024-11-23 21:25 Sam James
2024-11-23 21:08 Sam James
2024-10-20  4:46 Sam James
2024-10-12 21:00 Alfredo Tupone
2024-07-13 11:51 Alfredo Tupone
2024-06-24 16:11 Alfredo Tupone
2024-02-15 13:56 Sam James
2023-11-02 22:11 Maciej Barć
2023-11-02 22:11 Maciej Barć
2023-10-08 15:29 Arthur Zamarin
2023-05-16 15:44 Maciej Barć
2023-04-01 20:54 Alfredo Tupone
2022-11-26 15:09 Alfredo Tupone
2022-10-23  9:27 Maciej Barć
2022-10-20 14:58 Alfredo Tupone
2022-09-23 23:52 Maciej Barć
2022-09-23  0:09 Maciej Barć
2022-07-06  6:19 Alfredo Tupone
2022-06-08 20:27 Maciej Barć
2022-06-08 20:27 Maciej Barć
2021-12-12  1:59 Maciej Barć
2021-03-07 14:38 Alfredo Tupone
2021-01-04 17:27 Sam James
2021-01-04 17:27 Sam James
2021-01-04 17:27 Sam James
2021-01-04 17:27 Sam James
2018-10-13 22:02 Patrice Clement
2017-07-19 21:30 Alexis Ballier
2017-01-24 10:55 Alexis Ballier
2016-03-02 19:29 Alexis Ballier
2016-02-22 10:28 Alexis Ballier
2016-02-07 16:14 Alexis Ballier
2015-09-14 12:12 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=1450537281.d1a2e1090a19bba04aeef0136648b7336b5081f8.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