summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-11-23 15:52:21 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-11-23 15:52:21 +0000
commit36152a6be3214b02e8ca4946ed773dab7a3defda (patch)
tree12fba50d517afce5d9797be5b2eda6e51209e675 /mail-filter
parentdev-db/mysql => virtual/mysql (diff)
downloadgentoo-2-36152a6be3214b02e8ca4946ed773dab7a3defda.tar.gz
gentoo-2-36152a6be3214b02e8ca4946ed773dab7a3defda.tar.bz2
gentoo-2-36152a6be3214b02e8ca4946ed773dab7a3defda.zip
dev-db/mysql => virtual/mysql
(Portage version: 2.1.1-r1)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/dspam/ChangeLog6
-rw-r--r--mail-filter/dspam/dspam-3.6.6.ebuild4
-rw-r--r--mail-filter/dspam/dspam-3.6.8.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog
index 629d0024ddba..c17e64fa22eb 100644
--- a/mail-filter/dspam/ChangeLog
+++ b/mail-filter/dspam/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/dspam
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.77 2006/10/29 09:55:43 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.78 2006/11/23 15:52:21 vivo Exp $
+
+ 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> dspam-3.6.6.ebuild,
+ dspam-3.6.8.ebuild:
+ dev-db/mysql => virtual/mysql
*dspam-3.6.8 (29 Oct 2006)
diff --git a/mail-filter/dspam/dspam-3.6.6.ebuild b/mail-filter/dspam/dspam-3.6.6.ebuild
index d9c2eac3d8da..0af5d65731fb 100644
--- a/mail-filter/dspam/dspam-3.6.6.ebuild
+++ b/mail-filter/dspam/dspam-3.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.6.ebuild,v 1.4 2006/08/23 03:02:01 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.6.ebuild,v 1.5 2006/11/23 15:52:21 vivo Exp $
inherit eutils
@@ -15,7 +15,7 @@ IUSE="berkdb clamav cyrus daemon debug large-domain ldap logrotate mysql oci8 po
DEPEND="berkdb? ( >=sys-libs/db-4.0 )
clamav? ( >=app-antivirus/clamav-0.86 )
ldap? ( >=net-nds/openldap-2.2 )
- daemon? ( || ( mysql? ( >=dev-db/mysql-3.23 ) ) ( postgres? ( >=dev-db/postgresql-7.4.3 ) ) )
+ daemon? ( || ( mysql? ( virtual/mysql ) ) ( postgres? ( >=dev-db/postgresql-7.4.3 ) ) )
sqlite? ( <dev-db/sqlite-3 )
sqlite3? ( =dev-db/sqlite-3* )"
diff --git a/mail-filter/dspam/dspam-3.6.8.ebuild b/mail-filter/dspam/dspam-3.6.8.ebuild
index 2f6fbbb59576..7b2b61fa1d68 100644
--- a/mail-filter/dspam/dspam-3.6.8.ebuild
+++ b/mail-filter/dspam/dspam-3.6.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.8.ebuild,v 1.2 2006/10/29 16:55:40 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.8.ebuild,v 1.3 2006/11/23 15:52:21 vivo Exp $
inherit eutils autotools flag-o-matic
@@ -17,7 +17,7 @@ IUSE="clamav daemon debug large-domain ldap logrotate mysql oracle postgres \
DEPEND="clamav? ( >=app-antivirus/clamav-0.86 )
ldap? ( >=net-nds/openldap-2.2 )
- mysql? ( >=dev-db/mysql-3.23 )
+ mysql? ( virtual/mysql )
postgres? ( >=dev-db/postgresql-7.4.3 )
sqlite? ( <dev-db/sqlite-3 )
sqlite3? ( =dev-db/sqlite-3* )"
@@ -388,7 +388,7 @@ pkg_config () {
/usr/bin/mysqladmin -u root -p create ${DSPAM_MySQL_DB}
- if has_version ">dev-db/mysql-4.1"; then
+ if has_version ">=virtual/mysql-4.1"; then
/usr/bin/mysql -u root -p ${DSPAM_MySQL_DB} < ${CONFDIR}/mysql_objects-4.1.sql
else
einfo "Creating DSPAM MySQL tables for data objects"