diff options
author | 2010-06-17 20:52:06 +0000 | |
---|---|---|
committer | 2010-06-17 20:52:06 +0000 | |
commit | 36c0fc01530c008a5687b5a26bc788a3c106473e (patch) | |
tree | 23ff85f7186ae29a337afcd42b91764f85a4cbfc /net-mail/dovecot | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-36c0fc01530c008a5687b5a26bc788a3c106473e.tar.gz gentoo-2-36c0fc01530c008a5687b5a26bc788a3c106473e.tar.bz2 gentoo-2-36c0fc01530c008a5687b5a26bc788a3c106473e.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.1.16.ebuild | 6 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.1.19.ebuild | 6 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.1.7-r1.ebuild | 6 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.2.10-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.2.11-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.2.11-r2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.2.11.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.2.6.ebuild | 6 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.2.7.ebuild | 6 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.2.8.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.2.9-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-2.0_beta4.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-2.0_beta5.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-2.0_beta6.ebuild | 4 |
15 files changed, 42 insertions, 34 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 339b329c830d..0c7345d1fada 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-mail/dovecot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.242 2010/06/15 21:23:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.243 2010/06/17 20:52:06 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> dovecot-1.1.7-r1.ebuild, + dovecot-1.1.16.ebuild, dovecot-1.1.19.ebuild, dovecot-1.2.6.ebuild, + dovecot-1.2.7.ebuild, dovecot-1.2.8.ebuild, dovecot-1.2.9-r1.ebuild, + dovecot-1.2.10-r1.ebuild, dovecot-1.2.11.ebuild, dovecot-1.2.11-r1.ebuild, + dovecot-1.2.11-r2.ebuild, dovecot-2.0_beta4.ebuild, + dovecot-2.0_beta5.ebuild, dovecot-2.0_beta6.ebuild: + Migrating away from deprecated postgres virtuals *dovecot-2.0_beta6 (15 Jun 2010) diff --git a/net-mail/dovecot/dovecot-1.1.16.ebuild b/net-mail/dovecot/dovecot-1.1.16.ebuild index 2407bd3cf50b..ef5135bcdfc5 100644 --- a/net-mail/dovecot/dovecot-1.1.16.ebuild +++ b/net-mail/dovecot/dovecot-1.1.16.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/dovecot/dovecot-1.1.16.ebuild,v 1.1 2009/06/09 07:01:35 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.1.16.ebuild,v 1.2 2010/06/17 20:52:06 patrick Exp $ inherit autotools eutils ssl-cert versionator @@ -37,7 +37,7 @@ DEPEND=">=sys-apps/sed-4 ldap? ( net-nds/openldap ) pam? ( virtual/pam ) ssl? ( dev-libs/openssl ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) mysql? ( virtual/mysql ) sqlite3? ( =dev-db/sqlite-3* ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-1.1.19.ebuild b/net-mail/dovecot/dovecot-1.1.19.ebuild index 631f89346eee..83da38b19e7b 100644 --- a/net-mail/dovecot/dovecot-1.1.19.ebuild +++ b/net-mail/dovecot/dovecot-1.1.19.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/dovecot/dovecot-1.1.19.ebuild,v 1.6 2009/12/29 17:40:07 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.1.19.ebuild,v 1.7 2010/06/17 20:52:06 patrick Exp $ inherit autotools eutils ssl-cert versionator @@ -37,7 +37,7 @@ DEPEND=">=sys-apps/sed-4 ldap? ( net-nds/openldap ) pam? ( virtual/pam ) ssl? ( dev-libs/openssl ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) mysql? ( virtual/mysql ) sqlite3? ( =dev-db/sqlite-3* ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-1.1.7-r1.ebuild b/net-mail/dovecot/dovecot-1.1.7-r1.ebuild index 1e38a94edad5..ab458a3e9141 100644 --- a/net-mail/dovecot/dovecot-1.1.7-r1.ebuild +++ b/net-mail/dovecot/dovecot-1.1.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/dovecot/dovecot-1.1.7-r1.ebuild,v 1.4 2008/12/08 16:37:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.1.7-r1.ebuild,v 1.5 2010/06/17 20:52:06 patrick Exp $ inherit autotools eutils ssl-cert versionator @@ -37,7 +37,7 @@ DEPEND=">=sys-apps/sed-4 ldap? ( net-nds/openldap ) pam? ( virtual/pam ) ssl? ( dev-libs/openssl ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) mysql? ( virtual/mysql ) sqlite3? ( =dev-db/sqlite-3* ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-1.2.10-r1.ebuild b/net-mail/dovecot/dovecot-1.2.10-r1.ebuild index 38fc6cfd7d61..b9f435b580db 100644 --- a/net-mail/dovecot/dovecot-1.2.10-r1.ebuild +++ b/net-mail/dovecot/dovecot-1.2.10-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/dovecot/dovecot-1.2.10-r1.ebuild,v 1.3 2010/02/19 19:33:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.10-r1.ebuild,v 1.4 2010/06/17 20:52:06 patrick Exp $ EAPI="2" @@ -30,7 +30,7 @@ DEPEND="berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-1.2.11-r1.ebuild b/net-mail/dovecot/dovecot-1.2.11-r1.ebuild index 2580132fdfd2..cd08260605d5 100644 --- a/net-mail/dovecot/dovecot-1.2.11-r1.ebuild +++ b/net-mail/dovecot/dovecot-1.2.11-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/dovecot/dovecot-1.2.11-r1.ebuild,v 1.5 2010/05/07 18:21:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.11-r1.ebuild,v 1.6 2010/06/17 20:52:06 patrick Exp $ EAPI="2" @@ -30,7 +30,7 @@ DEPEND="berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-1.2.11-r2.ebuild b/net-mail/dovecot/dovecot-1.2.11-r2.ebuild index dc4df4dd4bf8..2156680b8930 100644 --- a/net-mail/dovecot/dovecot-1.2.11-r2.ebuild +++ b/net-mail/dovecot/dovecot-1.2.11-r2.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/dovecot/dovecot-1.2.11-r2.ebuild,v 1.1 2010/05/04 06:54:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.11-r2.ebuild,v 1.2 2010/06/17 20:52:06 patrick Exp $ EAPI="2" @@ -30,7 +30,7 @@ DEPEND="berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-1.2.11.ebuild b/net-mail/dovecot/dovecot-1.2.11.ebuild index e43193040baa..a9e0cb627f54 100644 --- a/net-mail/dovecot/dovecot-1.2.11.ebuild +++ b/net-mail/dovecot/dovecot-1.2.11.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/dovecot/dovecot-1.2.11.ebuild,v 1.1 2010/03/29 18:45:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.11.ebuild,v 1.2 2010/06/17 20:52:06 patrick Exp $ EAPI="2" @@ -30,7 +30,7 @@ DEPEND="berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-1.2.6.ebuild b/net-mail/dovecot/dovecot-1.2.6.ebuild index f5723c6c8768..6c382bd4328b 100644 --- a/net-mail/dovecot/dovecot-1.2.6.ebuild +++ b/net-mail/dovecot/dovecot-1.2.6.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/dovecot/dovecot-1.2.6.ebuild,v 1.6 2009/12/26 18:02:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.6.ebuild,v 1.7 2010/06/17 20:52:06 patrick Exp $ EAPI="2" @@ -30,7 +30,7 @@ DEPEND="berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-1.2.7.ebuild b/net-mail/dovecot/dovecot-1.2.7.ebuild index bdd86318432c..1a202016a0fc 100644 --- a/net-mail/dovecot/dovecot-1.2.7.ebuild +++ b/net-mail/dovecot/dovecot-1.2.7.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/dovecot/dovecot-1.2.7.ebuild,v 1.2 2009/12/26 18:02:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.7.ebuild,v 1.3 2010/06/17 20:52:06 patrick Exp $ EAPI="2" @@ -30,7 +30,7 @@ DEPEND="berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-1.2.8.ebuild b/net-mail/dovecot/dovecot-1.2.8.ebuild index 00dcfe34cba9..9074e1a870bf 100644 --- a/net-mail/dovecot/dovecot-1.2.8.ebuild +++ b/net-mail/dovecot/dovecot-1.2.8.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/dovecot/dovecot-1.2.8.ebuild,v 1.3 2010/01/24 01:43:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.8.ebuild,v 1.4 2010/06/17 20:52:06 patrick Exp $ EAPI="2" @@ -30,7 +30,7 @@ DEPEND="berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-1.2.9-r1.ebuild b/net-mail/dovecot/dovecot-1.2.9-r1.ebuild index 4f68276ed063..62d15ca019bf 100644 --- a/net-mail/dovecot/dovecot-1.2.9-r1.ebuild +++ b/net-mail/dovecot/dovecot-1.2.9-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/dovecot/dovecot-1.2.9-r1.ebuild,v 1.1 2010/01/26 20:01:23 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.9-r1.ebuild,v 1.2 2010/06/17 20:52:06 patrick Exp $ EAPI="2" @@ -30,7 +30,7 @@ DEPEND="berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-2.0_beta4.ebuild b/net-mail/dovecot/dovecot-2.0_beta4.ebuild index 73cc9f20cf77..82b34aaa174c 100644 --- a/net-mail/dovecot/dovecot-2.0_beta4.ebuild +++ b/net-mail/dovecot/dovecot-2.0_beta4.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/dovecot/dovecot-2.0_beta4.ebuild,v 1.2 2010/04/08 01:17:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0_beta4.ebuild,v 1.3 2010/06/17 20:52:06 patrick Exp $ EAPI="2" @@ -28,7 +28,7 @@ DEPEND="berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-2.0_beta5.ebuild b/net-mail/dovecot/dovecot-2.0_beta5.ebuild index 19a23f11abfb..7f6d8611d997 100644 --- a/net-mail/dovecot/dovecot-2.0_beta5.ebuild +++ b/net-mail/dovecot/dovecot-2.0_beta5.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/dovecot/dovecot-2.0_beta5.ebuild,v 1.1 2010/05/19 13:26:56 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0_beta5.ebuild,v 1.2 2010/06/17 20:52:06 patrick Exp $ EAPI="2" @@ -28,7 +28,7 @@ DEPEND="berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail )" diff --git a/net-mail/dovecot/dovecot-2.0_beta6.ebuild b/net-mail/dovecot/dovecot-2.0_beta6.ebuild index 4a9bed6618a5..132b0cd06dbc 100644 --- a/net-mail/dovecot/dovecot-2.0_beta6.ebuild +++ b/net-mail/dovecot/dovecot-2.0_beta6.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/dovecot/dovecot-2.0_beta6.ebuild,v 1.1 2010/06/15 21:23:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0_beta6.ebuild,v 1.2 2010/06/17 20:52:06 patrick Exp $ EAPI="2" @@ -28,7 +28,7 @@ DEPEND="berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail )" |