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/postgresql-ocaml: postgresql-ocaml-3.2.0.ebuild ChangeLog
Date: Sat, 28 Mar 2015 15:35:45
Message-Id: 20150328153539.3F80014B77@oystercatcher.gentoo.org
1 aballier 15/03/28 15:35:38
2
3 Modified: ChangeLog
4 Added: postgresql-ocaml-3.2.0.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.45 dev-ml/postgresql-ocaml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?rev=1.45&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?rev=1.45&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?r1=1.44&r2=1.45
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v
20 retrieving revision 1.44
21 retrieving revision 1.45
22 diff -u -r1.44 -r1.45
23 --- ChangeLog 2 Feb 2015 09:39:35 -0000 1.44
24 +++ ChangeLog 28 Mar 2015 15:35:38 -0000 1.45
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ml/postgresql-ocaml
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.44 2015/02/02 09:39:35 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.45 2015/03/28 15:35:38 aballier Exp $
30 +
31 +*postgresql-ocaml-3.2.0 (28 Mar 2015)
32 +
33 + 28 Mar 2015; Alexis Ballier <aballier@g.o>
34 + +postgresql-ocaml-3.2.0.ebuild:
35 + version bump
36
37 *postgresql-ocaml-3.0.0 (02 Feb 2015)
38
39
40
41
42 1.1 dev-ml/postgresql-ocaml/postgresql-ocaml-3.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-3.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-3.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: postgresql-ocaml-3.2.0.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/postgresql-ocaml/postgresql-ocaml-3.2.0.ebuild,v 1.1 2015/03/28 15:35:38 aballier Exp $
52
53 EAPI=5
54
55 OASIS_BUILD_DOCS=1
56
57 inherit oasis
58
59 DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases"
60 SRC_URI="https://github.com/mmottl/postgresql-ocaml/releases/download/v${PV}/${P}.tar.gz"
61 HOMEPAGE="http://mmottl.github.io/postgresql-ocaml/"
62 IUSE="examples"
63
64 RDEPEND="
65 dev-db/postgresql:=[server]
66 "
67 DEPEND="${RDEPEND}
68 >=dev-ml/findlib-1.5"
69
70 SLOT="0/${PV}"
71 LICENSE="LGPL-2"
72 KEYWORDS="~amd64 ~ppc ~x86"
73
74 DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
75
76 src_install() {
77 oasis_src_install
78 if use examples ; then
79 insinto /usr/share/doc/${PF}
80 doins -r examples
81 fi
82 }