summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 20:57:10 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 20:57:10 +0000
commitd798aaf791f13554560155a499c911353c459199 (patch)
tree687b1a550db6278afb8866602de56adc5cb0ca00 /net-misc
parentMigrating away from deprecated postgres virtuals (diff)
downloadgentoo-2-d798aaf791f13554560155a499c911353c459199.tar.gz
gentoo-2-d798aaf791f13554560155a499c911353c459199.tar.bz2
gentoo-2-d798aaf791f13554560155a499c911353c459199.zip
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/cfengine/ChangeLog6
-rw-r--r--net-misc/cfengine/cfengine-3.0.4.ebuild4
-rw-r--r--net-misc/cfengine/cfengine-3.0.5.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/cfengine/ChangeLog b/net-misc/cfengine/ChangeLog
index fc61e9340f0a..4bfe336f0b80 100644
--- a/net-misc/cfengine/ChangeLog
+++ b/net-misc/cfengine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/cfengine
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.101 2010/06/16 16:28:34 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.102 2010/06/17 20:57:10 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> cfengine-3.0.4.ebuild,
+ cfengine-3.0.5.ebuild:
+ Migrating away from deprecated postgres virtuals
*cfengine-3.0.5 (16 Jun 2010)
diff --git a/net-misc/cfengine/cfengine-3.0.4.ebuild b/net-misc/cfengine/cfengine-3.0.4.ebuild
index fe417318d2d4..3b8699d1d04b 100644
--- a/net-misc/cfengine/cfengine-3.0.4.ebuild
+++ b/net-misc/cfengine/cfengine-3.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.0.4.ebuild,v 1.2 2010/03/07 22:23:15 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.0.4.ebuild,v 1.3 2010/06/17 20:57:10 patrick Exp $
EAPI="2"
@@ -23,7 +23,7 @@ DEPEND=">=sys-libs/db-4
>=dev-libs/openssl-0.9.7
dev-libs/libpcre
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
app-portage/portage-utils"
RDEPEND="${DEPEND}"
PDEPEND="vim-syntax? ( app-vim/cfengine-syntax )"
diff --git a/net-misc/cfengine/cfengine-3.0.5.ebuild b/net-misc/cfengine/cfengine-3.0.5.ebuild
index 7454ecbd074d..48ff78a64e59 100644
--- a/net-misc/cfengine/cfengine-3.0.5.ebuild
+++ b/net-misc/cfengine/cfengine-3.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.0.5.ebuild,v 1.1 2010/06/16 16:28:34 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.0.5.ebuild,v 1.2 2010/06/17 20:57:10 patrick Exp $
EAPI="2"
@@ -23,7 +23,7 @@ DEPEND=">=sys-libs/db-4
>=dev-libs/openssl-0.9.7
dev-libs/libpcre
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
app-portage/portage-utils"
RDEPEND="${DEPEND}"
PDEPEND="vim-syntax? ( app-vim/cfengine-syntax )"