From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE43C1396D9 for ; Tue, 17 Oct 2017 06:04:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E7D5E0C04; Tue, 17 Oct 2017 06:04:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1589E0BE7 for ; Tue, 17 Oct 2017 06:04:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DA4C33BEDC for ; Tue, 17 Oct 2017 06:04:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE624805 for ; Tue, 17 Oct 2017 06:04:21 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1508219383.7dcfa8c5ddfed3445cf3eaf628ca8a8410bec091.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/postgresql-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/postgresql-ocaml/Manifest dev-ml/postgresql-ocaml/postgresql-ocaml-4.2.0.ebuild X-VCS-Directories: dev-ml/postgresql-ocaml/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7dcfa8c5ddfed3445cf3eaf628ca8a8410bec091 X-VCS-Branch: master Date: Tue, 17 Oct 2017 06:04:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d68cd2a4-b1c0-4296-9990-2f51928f766e X-Archives-Hash: 94460e9f2e060d02dcf2a523f068d7b4 commit: 7dcfa8c5ddfed3445cf3eaf628ca8a8410bec091 Author: Alexis Ballier gentoo org> AuthorDate: Tue Oct 17 05:49:43 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Oct 17 05:49:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcfa8c5 dev-ml/postgresql-ocaml: bump to 4.2.0 Package-Manager: Portage-2.3.11, Repoman-2.3.3 dev-ml/postgresql-ocaml/Manifest | 1 + .../postgresql-ocaml/postgresql-ocaml-4.2.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-ml/postgresql-ocaml/Manifest b/dev-ml/postgresql-ocaml/Manifest index 8f482329e73..a35f42d3577 100644 --- a/dev-ml/postgresql-ocaml/Manifest +++ b/dev-ml/postgresql-ocaml/Manifest @@ -1,2 +1,3 @@ DIST postgresql-4.1.0.tbz 36689 SHA256 8e663f70a85e6aff78323a4a6d606141adb6c10bad812a8ac9a693975a64ca5e SHA512 5749e426634f00fc8aab86e4c23f863ebdebc9bb77c121dea1c516c8bd5524096051975514daa47abe1556355bc4a1994d6634aae09736a508a9b6552b134d42 WHIRLPOOL 6a1ac952cc2448eee9324a5655196b6a149d2c3ef8058def24bfaa983793e77e116e2f2b416c8853acc25dfb9bc9966a7681291aa1bcd076a83539dcd972630e +DIST postgresql-4.2.0.tbz 37463 SHA256 6bc19ab9093463d960e7a78766f76336f8a57d2a8fa23b8393db26a652b4ed61 SHA512 21a9d89c2fdaf5862b350aecffe1a675ecbeef42e138e09c03d14551b25622910014582c98877882746f9fc56ef5f1248c5b00a6a61d7bcd6d757c451a7844d8 WHIRLPOOL c0a3132d9c4051ace4d5d2f8765589eae054855ca53306635a5ffa4a3dcfc9f123d78811c481fe0a239dec7970f11f796337b501f06579d642186e314d8aa0b4 DIST postgresql-ocaml-4.0.1.tar.gz 85871 SHA256 07d8fdb5c161b30809876375c43ebf29e5b99a475ee6b019b6fee3a80c18a4cb SHA512 baecd1b3b98f790131972dbd2eba563b43dec6e13e37ab904ee38b2b1168b03533272532887a42a2536806951c9e543306c6eccfb441de517ee860383ea5df36 WHIRLPOOL 71562d46b8688b4319f6fae06aeaea866e397cf6ce9f533b096d8d9f0850b2746fdffca6f4f234cc23cfb433d8124f559f89971d32554a756e88234c5a311e6d diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-4.2.0.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-4.2.0.ebuild new file mode 100644 index 00000000000..0a85bb94913 --- /dev/null +++ b/dev-ml/postgresql-ocaml/postgresql-ocaml-4.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit opam + +MY_P="postgresql-${PV}" + +DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases" +SRC_URI="https://github.com/mmottl/postgresql-ocaml/releases/download/${PV}/${MY_P}.tbz" +HOMEPAGE="http://mmottl.github.io/postgresql-ocaml/" +IUSE="" + +RDEPEND=" + dev-db/postgresql:=[server] +" +DEPEND="${RDEPEND} + dev-ml/jbuilder + >=dev-ml/findlib-1.5" + +SLOT="0/${PV}" +LICENSE="LGPL-2" +KEYWORDS="~amd64 ~ppc ~x86" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + jbuilder build @install || die +} + +src_install() { + opam_src_install "postgresql" +}