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 463ED138222 for ; Fri, 6 May 2016 13:26:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 431E621C104; Fri, 6 May 2016 13:26:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5E5521C104 for ; Fri, 6 May 2016 13:26:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B014C340917 for ; Fri, 6 May 2016 13:26:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D123891A for ; Fri, 6 May 2016 13:26:11 +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: <1462541164.946b9f7887d9cefbfcff492e0fa87bf0d2758ba5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/csv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/csv/Manifest dev-ml/csv/csv-1.5.ebuild X-VCS-Directories: dev-ml/csv/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 946b9f7887d9cefbfcff492e0fa87bf0d2758ba5 X-VCS-Branch: master Date: Fri, 6 May 2016 13:26:11 +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: dbc15609-4360-4117-91b1-9f0f129534f3 X-Archives-Hash: af88f89e747349df39e88f3299cb5a65 commit: 946b9f7887d9cefbfcff492e0fa87bf0d2758ba5 Author: Alexis Ballier gentoo org> AuthorDate: Fri May 6 13:25:52 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri May 6 13:26:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946b9f78 dev-ml/csv: bump to 1.5 Package-Manager: portage-2.2.28 dev-ml/csv/Manifest | 1 + dev-ml/csv/csv-1.5.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ml/csv/Manifest b/dev-ml/csv/Manifest index 9c06c78..442bf10 100644 --- a/dev-ml/csv/Manifest +++ b/dev-ml/csv/Manifest @@ -1 +1,2 @@ DIST csv-1.4.2.tar.gz 83091 SHA256 d6185e9ef8e600493aa32db3e56c095b7d4912168b027602dce879671734b2e8 SHA512 efba3ca4d48439dbea241b348d851c12fb0dbd784eece20766a2dc7e7f3675c9de0a98b893bd450dcadce6be9eedeeb933d2cc401cc63b38459136b4fee82e15 WHIRLPOOL 80f34d9b33c077ca69a81efbd56e8e665272d167444a5d91b22b226fe005d188c36e523c241fb466952297132a4055a1c42a71e0eac7fc469a8fcad579588e5a +DIST csv-1.5.tar.gz 83642 SHA256 f6307634e5f5fe3d64b90fdf8841b3f50dac80ed45b40d390ee44490c62bf58f SHA512 1c8af0ce8abd8a5710115c194eee34928399964447309ee974665cf427396def42bca4f983904bfec706f7944aea419a87bf54bc6c379cb8b7372be801be4126 WHIRLPOOL fe39114b74cb12b382da64307b8253297614f537ef4309cdcec58e9ec68ff49791d6ef90b4870200f24f6726471ceb925d0a79336853c27769af07413a3c373d diff --git a/dev-ml/csv/csv-1.5.ebuild b/dev-ml/csv/csv-1.5.ebuild new file mode 100644 index 0000000..b74ab2b --- /dev/null +++ b/dev-ml/csv/csv-1.5.ebuild @@ -0,0 +1,24 @@ +# 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="A pure OCaml library to read and write CSV files" +HOMEPAGE="https://github.com/Chris00/ocaml-csv" +SRC_URI="https://github.com/Chris00/ocaml-csv/releases/download/${PV}/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +DOCS=( "README.txt" "AUTHORS.txt" )