summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-05-21 16:06:02 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-05-21 16:06:02 +0000
commit5eacc70fcee8f5a7eb2ed91609289bf052381933 (patch)
tree86022ff653fa7c4e9b2f589da8690facef7ecefb /mail-mta/postfix
parentChanged dependency for postgresql from dev-db/postgresql to virtual/postgresq... (diff)
downloadhistorical-5eacc70fcee8f5a7eb2ed91609289bf052381933.tar.gz
historical-5eacc70fcee8f5a7eb2ed91609289bf052381933.tar.bz2
historical-5eacc70fcee8f5a7eb2ed91609289bf052381933.zip
Changed dependency for postgresql from dev-db/postgresql to virtual/postgresql-server
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'mail-mta/postfix')
-rw-r--r--mail-mta/postfix/ChangeLog9
-rw-r--r--mail-mta/postfix/postfix-2.2.11-r1.ebuild6
-rw-r--r--mail-mta/postfix/postfix-2.3.8-r1.ebuild6
-rw-r--r--mail-mta/postfix/postfix-2.4.6-r2.ebuild6
-rw-r--r--mail-mta/postfix/postfix-2.4.7.ebuild6
-rw-r--r--mail-mta/postfix/postfix-2.5.0.ebuild6
-rw-r--r--mail-mta/postfix/postfix-2.5.1.ebuild6
7 files changed, 26 insertions, 19 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index e82719ccd1a1..3fef5908e291 100644
--- a/mail-mta/postfix/ChangeLog
+++ b/mail-mta/postfix/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for mail-mta/postfix
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.159 2008/04/13 23:06:39 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.160 2008/05/21 16:06:02 dev-zero Exp $
+
+ 21 May 2008; Tiziano Müller <dev-zero@gentoo.org>
+ postfix-2.2.11-r1.ebuild, postfix-2.3.8-r1.ebuild,
+ postfix-2.4.6-r2.ebuild, postfix-2.4.7.ebuild, postfix-2.5.0.ebuild,
+ postfix-2.5.1.ebuild:
+ Changed dependency for postgresql from dev-db/postgresql to
+ virtual/postgresql-server
13 Apr 2008; Ulrich Mueller <ulm@gentoo.org> -postfix-2.4.5.ebuild:
Remove last vulnerable ebuild wrt bug 201671.
diff --git a/mail-mta/postfix/postfix-2.2.11-r1.ebuild b/mail-mta/postfix/postfix-2.2.11-r1.ebuild
index 506a8129d1ea..4c68575ae6bd 100644
--- a/mail-mta/postfix/postfix-2.2.11-r1.ebuild
+++ b/mail-mta/postfix/postfix-2.2.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.11-r1.ebuild,v 1.8 2008/04/13 22:53:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.11-r1.ebuild,v 1.9 2008/05/21 16:06:02 dev-zero Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic pam
IUSE="ipv6 pam ldap mysql postgres ssl sasl mailwrapper mbox nis vda selinux hardened cdb"
@@ -30,7 +30,7 @@ DEPEND="cdb? ( || ( >=dev-db/cdb-0.75-r1 >=dev-db/tinycdb-0.74 ) )
pam? ( virtual/pam )
ldap? ( >=net-nds/openldap-1.2 )
mysql? ( virtual/mysql )
- postgres? ( >=dev-db/postgresql-7.1 )
+ postgres? ( >=virtual/postgresql-server-7.1 )
ssl? ( >=dev-libs/openssl-0.9.6g )
sasl? ( >=dev-libs/cyrus-sasl-2 )"
RDEPEND="${DEPEND}
@@ -167,7 +167,7 @@ src_compile() {
fi
if use postgres ; then
- if best_version '=dev-db/postgresql-7.3*' ; then
+ if best_version '=virtual/postgresql-server-7.3*' ; then
mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql"
else
mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql/pgsql"
diff --git a/mail-mta/postfix/postfix-2.3.8-r1.ebuild b/mail-mta/postfix/postfix-2.3.8-r1.ebuild
index e6da154c8d8b..93a636c9ea08 100644
--- a/mail-mta/postfix/postfix-2.3.8-r1.ebuild
+++ b/mail-mta/postfix/postfix-2.3.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.3.8-r1.ebuild,v 1.8 2008/04/13 22:53:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.3.8-r1.ebuild,v 1.9 2008/05/21 16:06:02 dev-zero Exp $
# NOTE: this ebuild is regular ebuild without mailer-config support
# comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -45,7 +45,7 @@ DEPEND="cdb? ( || ( >=dev-db/cdb-0.75-r1 >=dev-db/tinycdb-0.74 ) )
pam? ( virtual/pam )
ldap? ( >=net-nds/openldap-1.2 )
mysql? ( virtual/mysql )
- postgres? ( >=dev-db/postgresql-7.1 )
+ postgres? ( >=virtual/postgresql-server-7.1 )
ssl? ( >=dev-libs/openssl-0.9.6g )
sasl? ( >=dev-libs/cyrus-sasl-2 )"
@@ -196,7 +196,7 @@ src_compile() {
fi
if use postgres ; then
- if best_version '=dev-db/postgresql-7.3*' ; then
+ if best_version '=virtual/postgresql-server-7.3*' ; then
mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql"
else
mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql/pgsql"
diff --git a/mail-mta/postfix/postfix-2.4.6-r2.ebuild b/mail-mta/postfix/postfix-2.4.6-r2.ebuild
index 4bb129a08fc3..ef0b3a0714ed 100644
--- a/mail-mta/postfix/postfix-2.4.6-r2.ebuild
+++ b/mail-mta/postfix/postfix-2.4.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.6-r2.ebuild,v 1.10 2008/04/13 22:53:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.6-r2.ebuild,v 1.11 2008/05/21 16:06:02 dev-zero Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -43,7 +43,7 @@ DEPEND=">=sys-libs/db-3.2
ldap? ( >=net-nds/openldap-1.2 )
mysql? ( virtual/mysql )
pam? ( virtual/pam )
- postgres? ( >=dev-db/postgresql-7.1 )
+ postgres? ( >=virtual/postgresql-server-7.1 )
sasl? ( >=dev-libs/cyrus-sasl-2 )
ssl? ( >=dev-libs/openssl-0.9.6g )"
@@ -188,7 +188,7 @@ src_compile() {
fi
if use postgres ; then
- if best_version '=dev-db/postgresql-7.3*' ; then
+ if best_version '=virtual/postgresql-server-7.3*' ; then
mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql"
else
mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql/pgsql"
diff --git a/mail-mta/postfix/postfix-2.4.7.ebuild b/mail-mta/postfix/postfix-2.4.7.ebuild
index 9aaec004118d..bfdd2732dd3b 100644
--- a/mail-mta/postfix/postfix-2.4.7.ebuild
+++ b/mail-mta/postfix/postfix-2.4.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.7.ebuild,v 1.1 2008/03/21 15:03:51 falco Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.7.ebuild,v 1.2 2008/05/21 16:06:02 dev-zero Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -43,7 +43,7 @@ DEPEND=">=sys-libs/db-3.2
ldap? ( >=net-nds/openldap-1.2 )
mysql? ( virtual/mysql )
pam? ( virtual/pam )
- postgres? ( >=dev-db/postgresql-7.1 )
+ postgres? ( >=virtual/postgresql-server-7.1 )
sasl? ( >=dev-libs/cyrus-sasl-2 )
ssl? ( >=dev-libs/openssl-0.9.6g )"
@@ -188,7 +188,7 @@ src_compile() {
fi
if use postgres ; then
- if best_version '=dev-db/postgresql-7.3*' ; then
+ if best_version '=virtual/postgresql-server-7.3*' ; then
mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql"
else
mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql/pgsql"
diff --git a/mail-mta/postfix/postfix-2.5.0.ebuild b/mail-mta/postfix/postfix-2.5.0.ebuild
index 964a4091ad77..d65f051e7e14 100644
--- a/mail-mta/postfix/postfix-2.5.0.ebuild
+++ b/mail-mta/postfix/postfix-2.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.0.ebuild,v 1.1 2008/03/17 18:43:21 falco Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.0.ebuild,v 1.2 2008/05/21 16:06:02 dev-zero Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -43,7 +43,7 @@ DEPEND=">=sys-libs/db-3.2
ldap? ( >=net-nds/openldap-1.2 )
mysql? ( virtual/mysql )
pam? ( virtual/pam )
- postgres? ( >=dev-db/postgresql-7.1 )
+ postgres? ( >=virtual/postgresql-server-7.1 )
sasl? ( >=dev-libs/cyrus-sasl-2 )
ssl? ( >=dev-libs/openssl-0.9.6g )"
@@ -188,7 +188,7 @@ src_compile() {
fi
if use postgres ; then
- if best_version '=dev-db/postgresql-7.3*' ; then
+ if best_version '=virtual/postgresql-server-7.3*' ; then
mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql"
else
mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql/pgsql"
diff --git a/mail-mta/postfix/postfix-2.5.1.ebuild b/mail-mta/postfix/postfix-2.5.1.ebuild
index 3dc34ecc89ec..49a4fa50bc47 100644
--- a/mail-mta/postfix/postfix-2.5.1.ebuild
+++ b/mail-mta/postfix/postfix-2.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.1.ebuild,v 1.1 2008/03/17 18:43:21 falco Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.1.ebuild,v 1.2 2008/05/21 16:06:02 dev-zero Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -43,7 +43,7 @@ DEPEND=">=sys-libs/db-3.2
ldap? ( >=net-nds/openldap-1.2 )
mysql? ( virtual/mysql )
pam? ( virtual/pam )
- postgres? ( >=dev-db/postgresql-7.1 )
+ postgres? ( >=virtual/postgresql-server-7.1 )
sasl? ( >=dev-libs/cyrus-sasl-2 )
ssl? ( >=dev-libs/openssl-0.9.6g )"
@@ -188,7 +188,7 @@ src_compile() {
fi
if use postgres ; then
- if best_version '=dev-db/postgresql-7.3*' ; then
+ if best_version '=virtual/postgresql-server-7.3*' ; then
mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql"
else
mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql/pgsql"