summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 20:54:47 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 20:54:47 +0000
commite007ea53bfdc202315f36cea9a5293fb0b725915 (patch)
treef539b0eb523e5a16a649c5dff431dce0975b3ab1 /net-mail/ezmlm-idx
parentMigrating away from deprecated postgres virtuals (diff)
downloadhistorical-e007ea53bfdc202315f36cea9a5293fb0b725915.tar.gz
historical-e007ea53bfdc202315f36cea9a5293fb0b725915.tar.bz2
historical-e007ea53bfdc202315f36cea9a5293fb0b725915.zip
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-mail/ezmlm-idx')
-rw-r--r--net-mail/ezmlm-idx/ChangeLog6
-rw-r--r--net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild8
-rw-r--r--net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild6
-rw-r--r--net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r1.ebuild4
-rw-r--r--net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild6
5 files changed, 17 insertions, 13 deletions
diff --git a/net-mail/ezmlm-idx/ChangeLog b/net-mail/ezmlm-idx/ChangeLog
index 7947e83649a4..87bb53f7cb91 100644
--- a/net-mail/ezmlm-idx/ChangeLog
+++ b/net-mail/ezmlm-idx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/ezmlm-idx
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ChangeLog,v 1.29 2010/01/26 09:28:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ChangeLog,v 1.30 2010/06/17 20:53:45 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> ezmlm-idx-0.40-r2.ebuild,
+ ezmlm-idx-6.0.0.ebuild, ezmlm-idx-7.0.0.ebuild, ezmlm-idx-7.0.0-r1.ebuild:
+ Migrating away from deprecated postgres virtuals
*ezmlm-idx-7.0.0-r1 (26 Jan 2010)
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild
index bbf7b345dfaa..98705fc77dc0 100644
--- a/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild
+++ b/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild,v 1.18 2006/11/23 16:04:43 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild,v 1.19 2010/06/17 20:53:45 patrick Exp $
# NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild
# (Please keep them in sync)
@@ -27,8 +27,8 @@ RDEPEND="virtual/qmail"
if [ "$PN" = "${PB}-pgsql" ]
then
- DEPEND="$DEPEND dev-db/postgresql"
- RDEPEND="$RDEPEND dev-db/postgresql"
+ DEPEND="$DEPEND dev-db/postgresql-server"
+ RDEPEND="$RDEPEND dev-db/postgresql-server"
elif [ "$PN" = "${PB}-mysql" ]
then
DEPEND="$DEPEND virtual/mysql"
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild
index c97021c1996d..22d312d7521e 100644
--- a/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild
+++ b/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild,v 1.8 2009/09/18 20:27:24 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild,v 1.9 2010/06/17 20:53:45 patrick Exp $
EZMLM_P=ezmlm-0.53
@@ -18,7 +18,7 @@ IUSE="mysql postgres"
DEPEND="
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
"
RDEPEND="${DEPEND}
virtual/qmail"
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r1.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r1.ebuild
index 017f8ce151e8..52bc1a68d837 100644
--- a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r1.ebuild
+++ b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r1.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-mail/ezmlm-idx/ezmlm-idx-7.0.0-r1.ebuild,v 1.1 2010/01/26 09:28:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r1.ebuild,v 1.2 2010/06/17 20:53:45 patrick Exp $
inherit qmail multilib
@@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
IUSE="mysql postgres"
DEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )"
+ postgres? ( dev-db/postgresql-base )"
RDEPEND="${DEPEND}
virtual/qmail"
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild
index 453c77b59074..300a1e567336 100644
--- a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild
+++ b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild,v 1.3 2009/04/06 15:01:51 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild,v 1.4 2010/06/17 20:53:45 patrick Exp $
inherit qmail
@@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
IUSE="mysql postgres"
DEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )"
+ postgres? ( dev-db/postgresql-base )"
RDEPEND="${DEPEND}
virtual/qmail"