summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:34:45 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:34:45 +0000
commitcfd9d9b6136be09c4c1123f08f795330b554356b (patch)
tree8b18d48007245d94595dcaebc147ec62accaac89 /net-mail
parentRename virtual/postgresql to dev-db/postgresql (diff)
downloadgentoo-2-cfd9d9b6136be09c4c1123f08f795330b554356b.tar.gz
gentoo-2-cfd9d9b6136be09c4c1123f08f795330b554356b.tar.bz2
gentoo-2-cfd9d9b6136be09c4c1123f08f795330b554356b.zip
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/ezmlm-idx/ChangeLog6
-rw-r--r--net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild4
-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-r2.ebuild4
-rw-r--r--net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/net-mail/ezmlm-idx/ChangeLog b/net-mail/ezmlm-idx/ChangeLog
index 10494430ecbc..99792746ed0e 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ChangeLog,v 1.36 2014/11/13 07:24:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ChangeLog,v 1.37 2014/12/28 16:34:45 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> ezmlm-idx-6.0.0.ebuild,
+ ezmlm-idx-7.0.0.ebuild, ezmlm-idx-7.0.0-r1.ebuild, ezmlm-idx-7.0.0-r2.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql
13 Nov 2014; Patrick Lauer <patrick@gentoo.org> -ezmlm-idx-0.40-r2.ebuild:
Really remove old for repoman happy
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 442398ceb1df..932d86343961 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-2014 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.11 2014/11/03 13:43:44 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild,v 1.12 2014/12/28 16:34:45 titanofold Exp $
EZMLM_P=ezmlm-0.53
@@ -18,7 +18,7 @@ IUSE="mysql postgres"
DEPEND="
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
"
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 ea047f4be514..2b03b12e9026 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-2014 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.3 2014/11/03 13:43:44 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r1.ebuild,v 1.4 2014/12/28 16:34:45 titanofold 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 )"
+ postgres? ( dev-db/postgresql )"
RDEPEND="${DEPEND}
virtual/qmail"
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r2.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r2.ebuild
index 81bf3256a318..e4151b0075bb 100644
--- a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r2.ebuild
+++ b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r2.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/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r2.ebuild,v 1.2 2014/11/03 13:43:44 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r2.ebuild,v 1.3 2014/12/28 16:34:45 titanofold 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 )"
+ postgres? ( dev-db/postgresql )"
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 df15ab3c3ac7..2d202b9d275a 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-2014 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.5 2014/11/03 13:43:44 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild,v 1.6 2014/12/28 16:34:45 titanofold 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 )"
+ postgres? ( dev-db/postgresql )"
RDEPEND="${DEPEND}
virtual/qmail"