Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/csv: ChangeLog csv-1.4.ebuild
Date: Sun, 28 Jun 2015 13:36:09
Message-Id: 20150628133559.430A073F@oystercatcher.gentoo.org
1 aballier 15/06/28 13:35:59
2
3 Modified: ChangeLog
4 Added: csv-1.4.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.8 dev-ml/csv/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 13 Apr 2014 17:42:34 -0000 1.7
24 +++ ChangeLog 28 Jun 2015 13:35:59 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ml/csv
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.7 2014/04/13 17:42:34 aballier Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.8 2015/06/28 13:35:59 aballier Exp $
31 +
32 +*csv-1.4 (28 Jun 2015)
33 +
34 + 28 Jun 2015; Alexis Ballier <aballier@g.o> +csv-1.4.ebuild:
35 + version bump
36
37 *csv-1.3.3 (13 Apr 2014)
38
39
40
41
42 1.1 dev-ml/csv/csv-1.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/csv-1.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/csv-1.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: csv-1.4.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/csv-1.4.ebuild,v 1.1 2015/06/28 13:35:59 aballier Exp $
52
53 EAPI=5
54
55 OASIS_BUILD_DOCS=1
56 OASIS_BUILD_TESTS=1
57
58 inherit oasis
59
60 DESCRIPTION="A pure OCaml library to read and write CSV files"
61 HOMEPAGE="https://github.com/Chris00/ocaml-csv"
62 SRC_URI="https://github.com/Chris00/ocaml-csv/releases/download/${PV}/${P}.tar.gz"
63
64 LICENSE="LGPL-2.1-with-linking-exception"
65 SLOT="0/${PV}"
66 KEYWORDS="~amd64"
67 IUSE=""
68
69 DEPEND=""
70 RDEPEND="${DEPEND}"
71
72 DOCS=( "README.txt" "AUTHORS.txt" )