Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/postgresql-ocaml/
Date: Tue, 24 Jan 2017 11:32:36
Message-Id: 1485257477.b77492fcd94979f1e61c872f2c9c86addf11fbc8.aballier@gentoo
1 commit: b77492fcd94979f1e61c872f2c9c86addf11fbc8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:31:17 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:31:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77492fc
7
8 dev-ml/postgresql-ocaml: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/postgresql-ocaml/Manifest | 1 -
13 .../postgresql-ocaml/postgresql-ocaml-3.2.2.ebuild | 34 ----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-ml/postgresql-ocaml/Manifest b/dev-ml/postgresql-ocaml/Manifest
17 index 465975e..0671895 100644
18 --- a/dev-ml/postgresql-ocaml/Manifest
19 +++ b/dev-ml/postgresql-ocaml/Manifest
20 @@ -1,3 +1,2 @@
21 DIST postgresql-ocaml-2.0.5.tar.gz 79123 SHA256 e786c46edbd63aacd82e008098a2c801f445d59a29bd49713eae5cf5c157eaa8 SHA512 1d4b09b9135e1d6a98295bd51175ac44e6b51219703ad8ba5c0d429d81534989b43ed8922eff6511de4fc31b6dde1e6ca4f7bea91981e3d8c025d151258e41c7 WHIRLPOOL 04ae6fb1865fea75f286faf366ba4a976f260c502de1f898b48c8fb93b70ddedfdeeb9383e54efb2dd3b15e9b6d5302e1a5e0009188d8d83bbd69d4448774eef
22 -DIST postgresql-ocaml-3.2.2.tar.gz 85697 SHA256 51348110f06e7d17f68894fd91f91b3e1f935647355a94a79b8c16f923ce9e81 SHA512 c41c6feed76d8d49932399a080d2e2fa9227b742e0cab5efdf849315ae1b633369e035bee3fd1d94c6a61e533f23d3881e9de650d1b4ec01946660f39c245917 WHIRLPOOL c314346cf113c87ceec3ded469505952a7717f06bdc6099e5fab84d4b5911927b611036bf924c9fdadb35c545ad3fc8ab06d115fd24ad78e045580ba8e02a04f
23 DIST postgresql-ocaml-4.0.1.tar.gz 85871 SHA256 07d8fdb5c161b30809876375c43ebf29e5b99a475ee6b019b6fee3a80c18a4cb SHA512 baecd1b3b98f790131972dbd2eba563b43dec6e13e37ab904ee38b2b1168b03533272532887a42a2536806951c9e543306c6eccfb441de517ee860383ea5df36 WHIRLPOOL 71562d46b8688b4319f6fae06aeaea866e397cf6ce9f533b096d8d9f0850b2746fdffca6f4f234cc23cfb433d8124f559f89971d32554a756e88234c5a311e6d
24
25 diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-3.2.2.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-3.2.2.ebuild
26 deleted file mode 100644
27 index 3f2ac2f..00000000
28 --- a/dev-ml/postgresql-ocaml/postgresql-ocaml-3.2.2.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -OASIS_BUILD_DOCS=1
38 -
39 -inherit oasis
40 -
41 -DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases"
42 -SRC_URI="https://github.com/mmottl/postgresql-ocaml/releases/download/v${PV}/${P}.tar.gz"
43 -HOMEPAGE="http://mmottl.github.io/postgresql-ocaml/"
44 -IUSE="examples"
45 -
46 -RDEPEND="
47 - dev-db/postgresql:=[server]
48 -"
49 -DEPEND="${RDEPEND}
50 - >=dev-ml/findlib-1.5"
51 -
52 -SLOT="0/${PV}"
53 -LICENSE="LGPL-2"
54 -KEYWORDS="~amd64 ~ppc ~x86"
55 -
56 -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
57 -
58 -src_install() {
59 - oasis_src_install
60 - if use examples ; then
61 - insinto /usr/share/doc/${PF}
62 - doins -r examples
63 - fi
64 -}