summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-10-30 08:09:19 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-10-30 08:09:19 +0000
commit94bcaac8cbe4386a3947f9cddd7b2a18d1400d4f (patch)
treed0b1771bc980f8c4ed5a91c03670b580b36f5d8c /dev-ml/pgocaml
parentkeyword ~arm (diff)
downloadgentoo-2-94bcaac8cbe4386a3947f9cddd7b2a18d1400d4f.tar.gz
gentoo-2-94bcaac8cbe4386a3947f9cddd7b2a18d1400d4f.tar.bz2
gentoo-2-94bcaac8cbe4386a3947f9cddd7b2a18d1400d4f.zip
version bump
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/pgocaml')
-rw-r--r--dev-ml/pgocaml/ChangeLog9
-rw-r--r--dev-ml/pgocaml/pgocaml-2.1.ebuild29
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-ml/pgocaml/ChangeLog b/dev-ml/pgocaml/ChangeLog
index 15b6f7f8a244..becb155400ec 100644
--- a/dev-ml/pgocaml/ChangeLog
+++ b/dev-ml/pgocaml/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/pgocaml
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v 1.4 2013/08/19 13:57:46 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v 1.5 2014/10/30 08:09:19 aballier Exp $
+
+*pgocaml-2.1 (30 Oct 2014)
+
+ 30 Oct 2014; Alexis Ballier <aballier@gentoo.org> +pgocaml-2.1.ebuild:
+ version bump
19 Aug 2013; Alexis Ballier <aballier@gentoo.org> -pgocaml-1.6.ebuild,
-files/pgocaml-1.6-makefile.patch, -files/pgocaml-1.6-parallel-make.patch,
diff --git a/dev-ml/pgocaml/pgocaml-2.1.ebuild b/dev-ml/pgocaml/pgocaml-2.1.ebuild
new file mode 100644
index 000000000000..b8446accf7c7
--- /dev/null
+++ b/dev-ml/pgocaml/pgocaml-2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/pgocaml-2.1.ebuild,v 1.1 2014/10/30 08:09:19 aballier Exp $
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="PG'OCaml is a set of OCaml bindings for the PostgreSQL database"
+HOMEPAGE="http://pgocaml.forge.ocamlcore.org/"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1413/${P}.tgz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="dev-ml/calendar:=
+ dev-ml/csv:=
+ dev-ml/pcre-ocaml:=
+ || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.txt" "CHANGELOG.txt"
+ "doc/BUGS.txt" "doc/CONTRIBUTORS.txt"
+ "doc/HOW_IT_WORKS.txt" "doc/PROFILING.txt"
+ )