From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 094B11393F1 for ; Mon, 14 Sep 2015 12:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC1E621C002; Mon, 14 Sep 2015 12:12:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5870321C002 for ; Mon, 14 Sep 2015 12:12:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B30834090F for ; Mon, 14 Sep 2015 12:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAB7F162 for ; Mon, 14 Sep 2015 12:12:45 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1442232756.c4914e71e291ec2b97cc2b839f7e0cfd750c6bbc.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/yojson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/yojson/Manifest dev-ml/yojson/yojson-1.2.3.ebuild X-VCS-Directories: dev-ml/yojson/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c4914e71e291ec2b97cc2b839f7e0cfd750c6bbc X-VCS-Branch: master Date: Mon, 14 Sep 2015 12:12:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 876f104f-5de8-4fcd-8bf4-d680b35a98f2 X-Archives-Hash: a662ff86817686eecd9b99653e7d71b0 commit: c4914e71e291ec2b97cc2b839f7e0cfd750c6bbc Author: Alexis Ballier gentoo org> AuthorDate: Mon Sep 14 12:12:36 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Sep 14 12:12:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4914e71 dev-ml/yojson: bump to 1.2.3. Package-Manager: portage-2.2.20.1 dev-ml/yojson/Manifest | 1 + dev-ml/yojson/yojson-1.2.3.ebuild | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest index ca7fd4c..8982f0a 100644 --- a/dev-ml/yojson/Manifest +++ b/dev-ml/yojson/Manifest @@ -1,2 +1,3 @@ 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 diff --git a/dev-ml/yojson/yojson-1.2.3.ebuild b/dev-ml/yojson/yojson-1.2.3.ebuild new file mode 100644 index 0000000..cab42fd --- /dev/null +++ b/dev-ml/yojson/yojson-1.2.3.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 +}