summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-11-23 15:53:19 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-11-23 15:53:19 +0000
commit3fd48e7118156858e3080c05b825f18a8e9445a7 (patch)
treedf3243c3c1ed136446830523a434bb0240f4a9fa /mail-filter
parentdev-db/mysql => virtual/mysql (diff)
downloadgentoo-2-3fd48e7118156858e3080c05b825f18a8e9445a7.tar.gz
gentoo-2-3fd48e7118156858e3080c05b825f18a8e9445a7.tar.bz2
gentoo-2-3fd48e7118156858e3080c05b825f18a8e9445a7.zip
dev-db/mysql => virtual/mysql
(Portage version: 2.1.1-r1)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/gld/ChangeLog6
-rw-r--r--mail-filter/gld/gld-1.5.2.ebuild6
-rw-r--r--mail-filter/gld/gld-1.6.ebuild4
-rw-r--r--mail-filter/gld/gld-1.7.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/mail-filter/gld/ChangeLog b/mail-filter/gld/ChangeLog
index d833be1dda85..7675f1a04958 100644
--- a/mail-filter/gld/ChangeLog
+++ b/mail-filter/gld/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/gld
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.33 2006/05/03 17:22:55 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.34 2006/11/23 15:53:19 vivo Exp $
+
+ 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> gld-1.5.2.ebuild,
+ gld-1.6.ebuild, gld-1.7.ebuild:
+ dev-db/mysql => virtual/mysql
*gld-1.7 (03 May 2006)
diff --git a/mail-filter/gld/gld-1.5.2.ebuild b/mail-filter/gld/gld-1.5.2.ebuild
index 95221f4f154c..48a8cbab95f2 100644
--- a/mail-filter/gld/gld-1.5.2.ebuild
+++ b/mail-filter/gld/gld-1.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.5.2.ebuild,v 1.4 2005/08/21 11:44:07 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.5.2.ebuild,v 1.5 2006/11/23 15:53:19 vivo Exp $
inherit eutils
@@ -17,7 +17,7 @@ DEPEND="virtual/libc
sys-libs/zlib
>=dev-libs/openssl-0.9.6
postgres? ( dev-db/postgresql )
- !postgres? ( dev-db/mysql )"
+ !postgres? ( virtual/mysql )"
RDEPEND="${DEPEND}
>=mail-mta/postfix-2.1"
diff --git a/mail-filter/gld/gld-1.6.ebuild b/mail-filter/gld/gld-1.6.ebuild
index 0f9e40d1b610..2d696060ee6c 100644
--- a/mail-filter/gld/gld-1.6.ebuild
+++ b/mail-filter/gld/gld-1.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/gld/gld-1.6.ebuild,v 1.4 2006/04/16 22:15:52 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.6.ebuild,v 1.5 2006/11/23 15:53:19 vivo Exp $
DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix"
HOMEPAGE="http://www.gasmi.net/gld.html"
@@ -15,7 +15,7 @@ DEPEND="virtual/libc
sys-libs/zlib
>=dev-libs/openssl-0.9.6
postgres? ( dev-db/postgresql )
- !postgres? ( dev-db/mysql )"
+ !postgres? ( virtual/mysql )"
RDEPEND="${DEPEND}
>=mail-mta/postfix-2.1"
diff --git a/mail-filter/gld/gld-1.7.ebuild b/mail-filter/gld/gld-1.7.ebuild
index 56310d100097..e07d8ad7306d 100644
--- a/mail-filter/gld/gld-1.7.ebuild
+++ b/mail-filter/gld/gld-1.7.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/gld/gld-1.7.ebuild,v 1.1 2006/05/03 17:19:47 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.7.ebuild,v 1.2 2006/11/23 15:53:18 vivo Exp $
DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix"
HOMEPAGE="http://www.gasmi.net/gld.html"
@@ -15,7 +15,7 @@ DEPEND="virtual/libc
sys-libs/zlib
>=dev-libs/openssl-0.9.6
postgres? ( dev-db/postgresql )
- !postgres? ( dev-db/mysql )"
+ !postgres? ( virtual/mysql )"
RDEPEND=">=mail-mta/postfix-2.1"
src_compile() {