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-2.1.1.ebuild ChangeLog
Date: Wed, 29 Oct 2014 13:51:54
Message-Id: 20141029135149.E1A72900F@oystercatcher.gentoo.org
1 aballier 14/10/29 13:51:49
2
3 Modified: ChangeLog
4 Added: postgresql-ocaml-2.1.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.40 dev-ml/postgresql-ocaml/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?rev=1.40&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?rev=1.40&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?r1=1.39&r2=1.40
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v
21 retrieving revision 1.39
22 retrieving revision 1.40
23 diff -u -r1.39 -r1.40
24 --- ChangeLog 10 Aug 2014 20:43:29 -0000 1.39
25 +++ ChangeLog 29 Oct 2014 13:51:49 -0000 1.40
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ml/postgresql-ocaml
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.39 2014/08/10 20:43:29 slyfox Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.40 2014/10/29 13:51:49 aballier Exp $
31 +
32 +*postgresql-ocaml-2.1.1 (29 Oct 2014)
33 +
34 + 29 Oct 2014; Alexis Ballier <aballier@g.o>
35 + +postgresql-ocaml-2.1.1.ebuild:
36 + verison bump
37
38 10 Aug 2014; Sergei Trofimovich <slyfox@g.o>
39 postgresql-ocaml-2.0.4.ebuild, postgresql-ocaml-2.0.5.ebuild,
40
41
42
43 1.1 dev-ml/postgresql-ocaml/postgresql-ocaml-2.1.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.1.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.1.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: postgresql-ocaml-2.1.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/postgresql-ocaml/postgresql-ocaml-2.1.1.ebuild,v 1.1 2014/10/29 13:51:49 aballier Exp $
53
54 EAPI=5
55
56 OASIS_BUILD_DOCS=1
57
58 inherit oasis
59
60 DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases"
61 SRC_URI="https://github.com/mmottl/postgresql-ocaml/releases/download/v${PV}/${P}.tar.gz"
62 HOMEPAGE="http://mmottl.github.io/postgresql-ocaml/"
63 IUSE="examples"
64
65 RDEPEND="
66 dev-db/postgresql-base
67 dev-db/postgresql-server
68 "
69 DEPEND="${RDEPEND}
70 >=dev-ml/findlib-1.5"
71
72 SLOT="0/${PV}"
73 LICENSE="LGPL-2"
74 KEYWORDS="~amd64 ~ppc ~x86"
75
76 DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
77
78 src_install() {
79 oasis_src_install
80 if use examples ; then
81 insinto /usr/share/doc/${PF}
82 doins -r examples
83 fi
84 }