diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-15 19:30:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-15 19:30:16 +0000 |
commit | 55d751f43366177d0eac6864df818cc96df83ea1 (patch) | |
tree | 22db236f1ae57d8b118051b5bfb74bdfe5011c10 /net-mail | |
parent | Stable on ppc wrt bug 201474 (diff) | |
download | gentoo-2-55d751f43366177d0eac6864df818cc96df83ea1.tar.gz gentoo-2-55d751f43366177d0eac6864df818cc96df83ea1.tar.bz2 gentoo-2-55d751f43366177d0eac6864df818cc96df83ea1.zip |
correct sqlite->sqlite3 in deps
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dbmail/ChangeLog | 6 | ||||
-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 |
5 files changed, 13 insertions, 9 deletions
diff --git a/net-mail/dbmail/ChangeLog b/net-mail/dbmail/ChangeLog index c7b218d4f8bc..326dfb60d2cf 100644 --- a/net-mail/dbmail/ChangeLog +++ b/net-mail/dbmail/ChangeLog @@ -1,6 +1,10 @@ # 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.22 2008/02/14 07:49:25 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.23 2008/02/15 19:30:16 mr_bones_ Exp $ + + 15 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org> dbmail-2.2.7.ebuild, + dbmail-2.2.8.ebuild, dbmail-2.2.9.ebuild, dbmail-2.3.2.ebuild: + correct sqlite->sqlite3 in deps 14 Feb 2008; Christian Faulhammer <opfer@gentoo.org> dbmail-2.2.8.ebuild: stable x86, bug 209964 diff --git a/net-mail/dbmail/dbmail-2.2.7.ebuild b/net-mail/dbmail/dbmail-2.2.7.ebuild index 7f282e554ef9..cdd5d22d7a59 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.4 2008/02/13 07:50:33 lordvan Exp $ +# $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 $ inherit eutils @@ -19,7 +19,7 @@ DEPEND="ssl? ( dev-libs/openssl ) postgres? ( >=dev-db/postgresql-7.4 ) mysql? ( >=virtual/mysql-4.1 ) sqlite3? ( >=dev-db/sqlite-3.0 ) - !mysql? ( !postgres? ( !sqlite? ( >=dev-db/sqlite-3.0 ) ) ) + !mysql? ( !postgres? ( !sqlite3? ( >=dev-db/sqlite-3.0 ) ) ) sieve? ( >=mail-filter/libsieve-2.2.1 ) ldap? ( >=net-nds/openldap-2.3.33 ) app-text/asciidoc diff --git a/net-mail/dbmail/dbmail-2.2.8.ebuild b/net-mail/dbmail/dbmail-2.2.8.ebuild index 1aa39fbd30fb..3d40e28af005 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.3 2008/02/14 07:49:25 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.8.ebuild,v 1.4 2008/02/15 19:30:16 mr_bones_ Exp $ inherit eutils @@ -19,7 +19,7 @@ DEPEND="ssl? ( dev-libs/openssl ) postgres? ( >=dev-db/postgresql-7.4 ) mysql? ( >=virtual/mysql-4.1 ) sqlite3? ( >=dev-db/sqlite-3.0 ) - !mysql? ( !postgres? ( !sqlite? ( >=dev-db/sqlite-3.0 ) ) ) + !mysql? ( !postgres? ( !sqlite3? ( >=dev-db/sqlite-3.0 ) ) ) sieve? ( >=mail-filter/libsieve-2.2.1 ) ldap? ( >=net-nds/openldap-2.3.33 ) app-text/asciidoc diff --git a/net-mail/dbmail/dbmail-2.2.9.ebuild b/net-mail/dbmail/dbmail-2.2.9.ebuild index 7269d986a997..1b5314cd7299 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.2 2008/02/13 07:50:33 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.9.ebuild,v 1.3 2008/02/15 19:30:16 mr_bones_ Exp $ inherit eutils @@ -19,7 +19,7 @@ DEPEND="ssl? ( dev-libs/openssl ) postgres? ( >=dev-db/postgresql-7.4 ) mysql? ( >=virtual/mysql-4.1 ) sqlite3? ( >=dev-db/sqlite-3.0 ) - !mysql? ( !postgres? ( !sqlite? ( >=dev-db/sqlite-3.0 ) ) ) + !mysql? ( !postgres? ( !sqlite3? ( >=dev-db/sqlite-3.0 ) ) ) sieve? ( >=mail-filter/libsieve-2.2.1 ) ldap? ( >=net-nds/openldap-2.3.33 ) app-text/asciidoc diff --git a/net-mail/dbmail/dbmail-2.3.2.ebuild b/net-mail/dbmail/dbmail-2.3.2.ebuild index 6fa72d818882..cb2f8b683f1e 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.3 2008/02/13 07:50:33 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.3.2.ebuild,v 1.4 2008/02/15 19:30:16 mr_bones_ Exp $ inherit eutils @@ -19,7 +19,7 @@ DEPEND="ssl? ( dev-libs/openssl ) postgres? ( >=dev-db/postgresql-7.4 ) mysql? ( >=virtual/mysql-4.1 ) sqlite3? ( >=dev-db/sqlite-3.0 ) - !mysql? ( !postgres? ( !sqlite? ( >=dev-db/sqlite-3.0 ) ) ) + !mysql? ( !postgres? ( !sqlite3? ( >=dev-db/sqlite-3.0 ) ) ) sieve? ( >=mail-filter/libsieve-2.2.1 ) ldap? ( >=net-nds/openldap-2.3.33 ) app-text/asciidoc |