summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2008-07-16 16:41:00 +0000
committerLuca Longinotti <chtekk@gentoo.org>2008-07-16 16:41:00 +0000
commit57270936cdb749b67dbbe9625d50087e74491ad4 (patch)
tree50ac5181ec61782f8d90ea2ccf65e8677c168dcb /mail-mta/postfix
parentDep on PostgreSQL libs only. (diff)
downloadgentoo-2-57270936cdb749b67dbbe9625d50087e74491ad4.tar.gz
gentoo-2-57270936cdb749b67dbbe9625d50087e74491ad4.tar.bz2
gentoo-2-57270936cdb749b67dbbe9625d50087e74491ad4.zip
Dep on PostgreSQL libs only.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r4 x86_64)
Diffstat (limited to 'mail-mta/postfix')
-rw-r--r--mail-mta/postfix/ChangeLog7
-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.ebuild4
-rw-r--r--mail-mta/postfix/postfix-2.5.2.ebuild4
8 files changed, 25 insertions, 20 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index 952747241cdb..6a9b958c01e8 100644
--- a/mail-mta/postfix/ChangeLog
+++ b/mail-mta/postfix/ChangeLog
@@ -1,6 +1,11 @@
# 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.162 2008/06/09 19:47:11 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.163 2008/07/16 16:41:00 chtekk Exp $
+
+ 16 Jul 2008; Luca Longinotti <chtekk@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, postfix-2.5.2.ebuild:
+ Dep on PostgreSQL libs only.
09 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org>
postfix-2.5.0.ebuild, postfix-2.5.1.ebuild, postfix-2.5.2.ebuild:
diff --git a/mail-mta/postfix/postfix-2.2.11-r1.ebuild b/mail-mta/postfix/postfix-2.2.11-r1.ebuild
index 4c68575ae6bd..29b8caf8de2e 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.9 2008/05/21 16:06:02 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.11-r1.ebuild,v 1.10 2008/07/16 16:41:00 chtekk 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? ( >=virtual/postgresql-server-7.1 )
+ postgres? ( virtual/postgresql-base )
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 '=virtual/postgresql-server-7.3*' ; then
+ if best_version '=virtual/postgresql-base-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 93a636c9ea08..f6309bb47121 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.9 2008/05/21 16:06:02 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.3.8-r1.ebuild,v 1.10 2008/07/16 16:41:00 chtekk 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? ( >=virtual/postgresql-server-7.1 )
+ postgres? ( virtual/postgresql-base )
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 '=virtual/postgresql-server-7.3*' ; then
+ if best_version '=virtual/postgresql-base-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 ef0b3a0714ed..5a19c4ca9390 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.11 2008/05/21 16:06:02 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.6-r2.ebuild,v 1.12 2008/07/16 16:41:00 chtekk 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? ( >=virtual/postgresql-server-7.1 )
+ postgres? ( virtual/postgresql-base )
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 '=virtual/postgresql-server-7.3*' ; then
+ if best_version '=virtual/postgresql-base-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 bfdd2732dd3b..9d789caa20da 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.2 2008/05/21 16:06:02 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.7.ebuild,v 1.3 2008/07/16 16:41:00 chtekk 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? ( >=virtual/postgresql-server-7.1 )
+ postgres? ( virtual/postgresql-base )
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 '=virtual/postgresql-server-7.3*' ; then
+ if best_version '=virtual/postgresql-base-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 979a4538517a..6ea2b631b911 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.3 2008/06/09 19:47:11 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.0.ebuild,v 1.4 2008/07/16 16:41:00 chtekk 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? ( >=virtual/postgresql-server-7.1 )
+ postgres? ( virtual/postgresql-base )
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 '=virtual/postgresql-server-7.3*' ; then
+ if best_version '=virtual/postgresql-base-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 acd9642b134d..d8c80dd6e43c 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.4 2008/06/09 19:47:11 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.1.ebuild,v 1.5 2008/07/16 16:41:00 chtekk 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? ( >=virtual/postgresql-server-7.1 )
+ postgres? ( virtual/postgresql-base )
sasl? ( >=dev-libs/cyrus-sasl-2 )
ssl? ( >=dev-libs/openssl-0.9.6g )"
diff --git a/mail-mta/postfix/postfix-2.5.2.ebuild b/mail-mta/postfix/postfix-2.5.2.ebuild
index bdea1a256a91..578f3ca45abc 100644
--- a/mail-mta/postfix/postfix-2.5.2.ebuild
+++ b/mail-mta/postfix/postfix-2.5.2.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.2.ebuild,v 1.2 2008/06/09 19:47:11 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.2.ebuild,v 1.3 2008/07/16 16:41:00 chtekk Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -44,7 +44,7 @@ DEPEND=">=sys-libs/db-3.2
ldap? ( >=net-nds/openldap-1.2 )
mysql? ( virtual/mysql )
pam? ( virtual/pam )
- postgres? ( >=virtual/postgresql-server-7.1 )
+ postgres? ( virtual/postgresql-base )
sasl? ( >=dev-libs/cyrus-sasl-2 )
ssl? ( >=dev-libs/openssl-0.9.6g )"