summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/postgresql-ocaml')
-rw-r--r--dev-ml/postgresql-ocaml/ChangeLog8
-rw-r--r--dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild11
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-ml/postgresql-ocaml/ChangeLog b/dev-ml/postgresql-ocaml/ChangeLog
index 0af391dd6da4..3cf4324a53c5 100644
--- a/dev-ml/postgresql-ocaml/ChangeLog
+++ b/dev-ml/postgresql-ocaml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/postgresql-ocaml
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.29 2012/10/10 11:35:32 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.30 2013/02/11 03:10:03 aballier Exp $
+
+ 11 Feb 2013; Alexis Ballier <aballier@gentoo.org>
+ postgresql-ocaml-2.0.2.ebuild:
+ eapi5, add subslot and := deps
*postgresql-ocaml-2.0.2 (10 Oct 2012)
diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild
index a108edb74449..0875335c63f2 100644
--- a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild
+++ b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild,v 1.1 2012/10/10 11:35:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild,v 1.2 2013/02/11 03:10:03 aballier Exp $
-EAPI=4
+EAPI=5
OASIS_BUILD_DOCS=1
@@ -13,12 +13,11 @@ SRC_URI="http://bitbucket.org/mmottl/postgresql-ocaml/downloads/${P}.tar.gz"
HOMEPAGE="http://bitbucket.org/mmottl/postgresql-ocaml"
IUSE="examples"
-DEPEND=">=dev-lang/ocaml-3.11[ocamlopt?]
- dev-db/postgresql-base
+DEPEND="dev-db/postgresql-base
dev-db/postgresql-server"
RDEPEND="${DEPEND}"
-SLOT="0"
+SLOT="0/${PV}"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~ppc ~x86"