summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-11-04 00:28:18 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-11-04 00:28:18 +0000
commit02e3e8b36b0c7352d0c7ed62fabf9abefb16efad (patch)
treee6def6dc5f5570b398c5bbf5461142861765d6f0 /dev-ml
parentUpdate PostgreSQL dependencies and/or checks to virtual/postgresql. (diff)
downloadgentoo-2-02e3e8b36b0c7352d0c7ed62fabf9abefb16efad.tar.gz
gentoo-2-02e3e8b36b0c7352d0c7ed62fabf9abefb16efad.tar.bz2
gentoo-2-02e3e8b36b0c7352d0c7ed62fabf9abefb16efad.zip
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/postgresql-ocaml/ChangeLog7
-rw-r--r--dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild5
-rw-r--r--dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild5
-rw-r--r--dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild5
-rw-r--r--dev-ml/postgresql-ocaml/postgresql-ocaml-2.1.1.ebuild5
5 files changed, 14 insertions, 13 deletions
diff --git a/dev-ml/postgresql-ocaml/ChangeLog b/dev-ml/postgresql-ocaml/ChangeLog
index 8765ecd80c4f..e23f87cbd3a6 100644
--- a/dev-ml/postgresql-ocaml/ChangeLog
+++ b/dev-ml/postgresql-ocaml/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/postgresql-ocaml
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.40 2014/10/29 13:51:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.41 2014/11/04 00:28:18 titanofold Exp $
+
+ 04 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
+ postgresql-ocaml-2.0.4.ebuild, postgresql-ocaml-2.0.5.ebuild,
+ postgresql-ocaml-2.0.6.ebuild, postgresql-ocaml-2.1.1.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
*postgresql-ocaml-2.1.1 (29 Oct 2014)
diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild
index f8d587004706..117d23876987 100644
--- a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild
+++ b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.4.ebuild,v 1.3 2014/08/10 20:43:29 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild,v 1.4 2014/11/04 00:28:18 titanofold Exp $
EAPI=5
@@ -13,8 +13,7 @@ SRC_URI="http://bitbucket.org/mmottl/postgresql-ocaml/downloads/${P}.tar.gz"
HOMEPAGE="http://bitbucket.org/mmottl/postgresql-ocaml"
IUSE="examples"
-DEPEND="dev-db/postgresql-base
- dev-db/postgresql-server"
+DEPEND="virtual/postgresql[server]"
RDEPEND="${DEPEND}"
SLOT="0/${PV}"
diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild
index d5b9ddd6cb39..dd77dd0e9be7 100644
--- a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild
+++ b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.5.ebuild,v 1.3 2014/08/10 20:43:29 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild,v 1.4 2014/11/04 00:28:18 titanofold Exp $
EAPI=5
@@ -13,8 +13,7 @@ SRC_URI="http://bitbucket.org/mmottl/postgresql-ocaml/downloads/${P}.tar.gz"
HOMEPAGE="http://bitbucket.org/mmottl/postgresql-ocaml"
IUSE="examples"
-DEPEND="dev-db/postgresql-base
- dev-db/postgresql-server"
+DEPEND="virtual/postgresql[server]"
RDEPEND="${DEPEND}"
SLOT="0/${PV}"
diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild
index c30ba1160670..9c575e142ca3 100644
--- a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild
+++ b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.6.ebuild,v 1.2 2014/08/10 20:43:29 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild,v 1.3 2014/11/04 00:28:18 titanofold Exp $
EAPI=5
@@ -13,8 +13,7 @@ SRC_URI="http://bitbucket.org/mmottl/postgresql-ocaml/downloads/${P}.tar.gz"
HOMEPAGE="http://bitbucket.org/mmottl/postgresql-ocaml"
IUSE="examples"
-DEPEND="dev-db/postgresql-base
- dev-db/postgresql-server"
+DEPEND="virtual/postgresql[server]"
RDEPEND="${DEPEND}"
SLOT="0/${PV}"
diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.1.1.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.1.1.ebuild
index 60d4c2724c20..b07d7c80f9e1 100644
--- a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.1.1.ebuild
+++ b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.1.1.ebuild,v 1.1 2014/10/29 13:51:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.1.1.ebuild,v 1.2 2014/11/04 00:28:18 titanofold Exp $
EAPI=5
@@ -14,8 +14,7 @@ HOMEPAGE="http://mmottl.github.io/postgresql-ocaml/"
IUSE="examples"
RDEPEND="
- dev-db/postgresql-base
- dev-db/postgresql-server
+ virtual/postgresql[server]
"
DEPEND="${RDEPEND}
>=dev-ml/findlib-1.5"