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/pgocaml: ChangeLog pgocaml-2.1.ebuild
Date: Thu, 30 Oct 2014 08:09:24
Message-Id: 20141030080919.2975290DD@oystercatcher.gentoo.org
1 aballier 14/10/30 08:09:19
2
3 Modified: ChangeLog
4 Added: pgocaml-2.1.ebuild
5 Log:
6 version bump
7
8 Signed-off-by: aballier@g.o
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
10
11 Revision Changes Path
12 1.5 dev-ml/pgocaml/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 19 Aug 2013 13:57:46 -0000 1.4
25 +++ ChangeLog 30 Oct 2014 08:09:19 -0000 1.5
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/pgocaml
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v 1.4 2013/08/19 13:57:46 aballier Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v 1.5 2014/10/30 08:09:19 aballier Exp $
32 +
33 +*pgocaml-2.1 (30 Oct 2014)
34 +
35 + 30 Oct 2014; Alexis Ballier <aballier@g.o> +pgocaml-2.1.ebuild:
36 + version bump
37
38 19 Aug 2013; Alexis Ballier <aballier@g.o> -pgocaml-1.6.ebuild,
39 -files/pgocaml-1.6-makefile.patch, -files/pgocaml-1.6-parallel-make.patch,
40
41
42
43 1.1 dev-ml/pgocaml/pgocaml-2.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/pgocaml-2.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/pgocaml-2.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pgocaml-2.1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/pgocaml-2.1.ebuild,v 1.1 2014/10/30 08:09:19 aballier Exp $
53
54 EAPI=5
55
56 OASIS_BUILD_DOCS=1
57
58 inherit oasis
59
60 DESCRIPTION="PG'OCaml is a set of OCaml bindings for the PostgreSQL database"
61 HOMEPAGE="http://pgocaml.forge.ocamlcore.org/"
62 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1413/${P}.tgz"
63
64 LICENSE="LGPL-2.1-with-linking-exception"
65 SLOT="0/${PV}"
66 KEYWORDS="~amd64"
67 IUSE="doc"
68
69 DEPEND="dev-ml/calendar:=
70 dev-ml/csv:=
71 dev-ml/pcre-ocaml:=
72 || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
73 RDEPEND="${DEPEND}"
74
75 DOCS=( "README.txt" "CHANGELOG.txt"
76 "doc/BUGS.txt" "doc/CONTRIBUTORS.txt"
77 "doc/HOW_IT_WORKS.txt" "doc/PROFILING.txt"
78 )