diff options
-rw-r--r-- | net-mail/dbmail/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/dbmail/dbmail-2.2.10.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dbmail/dbmail-2.2.7.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dbmail/dbmail-2.2.8.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dbmail/dbmail-2.2.9.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dbmail/dbmail-2.3.2.ebuild | 4 |
6 files changed, 17 insertions, 11 deletions
diff --git a/net-mail/dbmail/ChangeLog b/net-mail/dbmail/ChangeLog index a8118870dae9..19770bcc579f 100644 --- a/net-mail/dbmail/ChangeLog +++ b/net-mail/dbmail/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/dbmail # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.27 2008/05/05 17:57:11 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.28 2008/05/21 18:57:57 dev-zero Exp $ + + 21 May 2008; Tiziano Müller <dev-zero@gentoo.org> dbmail-2.2.7.ebuild, + dbmail-2.2.8.ebuild, dbmail-2.2.9.ebuild, dbmail-2.2.10.ebuild, + dbmail-2.3.2.ebuild: + Changed dependency for postgresql from dev-db/postgresql to + virtual/postgresql-server *dbmail-2.2.10 (05 May 2008) diff --git a/net-mail/dbmail/dbmail-2.2.10.ebuild b/net-mail/dbmail/dbmail-2.2.10.ebuild index 351207fbf1fc..44d54c81d63e 100644 --- a/net-mail/dbmail/dbmail-2.2.10.ebuild +++ b/net-mail/dbmail/dbmail-2.2.10.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/net-mail/dbmail/dbmail-2.2.10.ebuild,v 1.1 2008/05/05 17:57:11 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.10.ebuild,v 1.2 2008/05/21 18:57:57 dev-zero Exp $ inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="ldap mysql postgres sieve sqlite3 ssl static" DEPEND="ssl? ( dev-libs/openssl ) - postgres? ( >=dev-db/postgresql-7.4 ) + postgres? ( >=virtual/postgresql-server-7.4 ) mysql? ( >=virtual/mysql-4.1 ) sqlite3? ( >=dev-db/sqlite-3.0 ) !mysql? ( !postgres? ( !sqlite3? ( >=dev-db/sqlite-3.0 ) ) ) diff --git a/net-mail/dbmail/dbmail-2.2.7.ebuild b/net-mail/dbmail/dbmail-2.2.7.ebuild index cdd5d22d7a59..9e742da07a59 100644 --- a/net-mail/dbmail/dbmail-2.2.7.ebuild +++ b/net-mail/dbmail/dbmail-2.2.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/net-mail/dbmail/dbmail-2.2.7.ebuild,v 1.5 2008/02/15 19:30:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.7.ebuild,v 1.6 2008/05/21 18:57:57 dev-zero Exp $ inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="ldap mysql postgres sieve sqlite3 ssl static" DEPEND="ssl? ( dev-libs/openssl ) - postgres? ( >=dev-db/postgresql-7.4 ) + postgres? ( >=virtual/postgresql-server-7.4 ) mysql? ( >=virtual/mysql-4.1 ) sqlite3? ( >=dev-db/sqlite-3.0 ) !mysql? ( !postgres? ( !sqlite3? ( >=dev-db/sqlite-3.0 ) ) ) diff --git a/net-mail/dbmail/dbmail-2.2.8.ebuild b/net-mail/dbmail/dbmail-2.2.8.ebuild index e4a18f644ecf..caaba4bfd4c3 100644 --- a/net-mail/dbmail/dbmail-2.2.8.ebuild +++ b/net-mail/dbmail/dbmail-2.2.8.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/net-mail/dbmail/dbmail-2.2.8.ebuild,v 1.5 2008/04/11 22:35:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.8.ebuild,v 1.6 2008/05/21 18:57:57 dev-zero Exp $ inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="amd64 x86" IUSE="ldap mysql postgres sieve sqlite3 ssl static" DEPEND="ssl? ( dev-libs/openssl ) - postgres? ( >=dev-db/postgresql-7.4 ) + postgres? ( >=virtual/postgresql-server-7.4 ) mysql? ( >=virtual/mysql-4.1 ) sqlite3? ( >=dev-db/sqlite-3.0 ) !mysql? ( !postgres? ( !sqlite3? ( >=dev-db/sqlite-3.0 ) ) ) diff --git a/net-mail/dbmail/dbmail-2.2.9.ebuild b/net-mail/dbmail/dbmail-2.2.9.ebuild index f2cad565d716..7a84ef9c5c74 100644 --- a/net-mail/dbmail/dbmail-2.2.9.ebuild +++ b/net-mail/dbmail/dbmail-2.2.9.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/net-mail/dbmail/dbmail-2.2.9.ebuild,v 1.4 2008/04/17 21:45:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.9.ebuild,v 1.5 2008/05/21 18:57:57 dev-zero Exp $ inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="amd64 x86" IUSE="ldap mysql postgres sieve sqlite3 ssl static" DEPEND="ssl? ( dev-libs/openssl ) - postgres? ( >=dev-db/postgresql-7.4 ) + postgres? ( >=virtual/postgresql-server-7.4 ) mysql? ( >=virtual/mysql-4.1 ) sqlite3? ( >=dev-db/sqlite-3.0 ) !mysql? ( !postgres? ( !sqlite3? ( >=dev-db/sqlite-3.0 ) ) ) diff --git a/net-mail/dbmail/dbmail-2.3.2.ebuild b/net-mail/dbmail/dbmail-2.3.2.ebuild index 6b62b38321c1..b60eb1e67807 100644 --- a/net-mail/dbmail/dbmail-2.3.2.ebuild +++ b/net-mail/dbmail/dbmail-2.3.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/net-mail/dbmail/dbmail-2.3.2.ebuild,v 1.5 2008/02/28 07:44:37 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.3.2.ebuild,v 1.6 2008/05/21 18:57:57 dev-zero Exp $ inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="-amd64 -x86" IUSE="ldap mysql postgres sieve sqlite3 ssl static" DEPEND="ssl? ( dev-libs/openssl ) - postgres? ( >=dev-db/postgresql-7.4 ) + postgres? ( >=virtual/postgresql-server-7.4 ) mysql? ( >=virtual/mysql-4.1 ) sqlite3? ( >=dev-db/sqlite-3.0 ) !mysql? ( !postgres? ( !sqlite3? ( >=dev-db/sqlite-3.0 ) ) ) |