diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:36:11 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:36:11 +0000 |
commit | dfc0503af8b1f7c76c8e5c53fe32078e9ad055b0 (patch) | |
tree | 807d90c314f55e9d09cb7e4652c06ce30aa0be3c /mail-filter | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | historical-dfc0503af8b1f7c76c8e5c53fe32078e9ad055b0.tar.gz historical-dfc0503af8b1f7c76c8e5c53fe32078e9ad055b0.tar.bz2 historical-dfc0503af8b1f7c76c8e5c53fe32078e9ad055b0.zip |
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/anubis/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/anubis/anubis-3.9.95.ebuild | 6 | ||||
-rw-r--r-- | mail-filter/gld/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/gld/gld-1.7.ebuild | 6 |
4 files changed, 16 insertions, 10 deletions
diff --git a/mail-filter/anubis/ChangeLog b/mail-filter/anubis/ChangeLog index d60d78e47917..9753c2334125 100644 --- a/mail-filter/anubis/ChangeLog +++ b/mail-filter/anubis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/anubis -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/ChangeLog,v 1.13 2008/05/21 16:02:32 dev-zero Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/ChangeLog,v 1.14 2010/06/17 21:35:44 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> anubis-3.9.95.ebuild: + Migrating away from deprecated postgres virtuals 21 May 2008; Tiziano Müller <dev-zero@gentoo.org> anubis-3.9.95.ebuild: Changed dependency for postgresql from dev-db/postgresql to diff --git a/mail-filter/anubis/anubis-3.9.95.ebuild b/mail-filter/anubis/anubis-3.9.95.ebuild index 7a8fe034f69e..a3d9aaa33a10 100644 --- a/mail-filter/anubis/anubis-3.9.95.ebuild +++ b/mail-filter/anubis/anubis-3.9.95.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/mail-filter/anubis/anubis-3.9.95.ebuild,v 1.8 2008/05/21 16:02:32 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-3.9.95.ebuild,v 1.9 2010/06/17 21:35:44 patrick Exp $ inherit eutils @@ -22,7 +22,7 @@ DEPEND="crypt? ( >=app-crypt/gpgme-0.9.0 ) guile? ( >=dev-scheme/guile-1.6 ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-server ) + postgres? ( dev-db/postgresql-server ) nls? ( sys-devel/gettext ) pcre? ( >=dev-libs/libpcre-3.9 ) sasl? ( virtual/gsasl ) diff --git a/mail-filter/gld/ChangeLog b/mail-filter/gld/ChangeLog index cb9034777f8e..db341f07f0f2 100644 --- a/mail-filter/gld/ChangeLog +++ b/mail-filter/gld/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/gld -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.42 2009/09/23 17:53:11 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.43 2010/06/17 21:36:11 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> gld-1.7.ebuild: + Migrating away from deprecated postgres virtuals 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> gld-1.7.ebuild: Remove virtual/libc diff --git a/mail-filter/gld/gld-1.7.ebuild b/mail-filter/gld/gld-1.7.ebuild index ad38f82ce4a2..1803c8493640 100644 --- a/mail-filter/gld/gld-1.7.ebuild +++ b/mail-filter/gld/gld-1.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/mail-filter/gld/gld-1.7.ebuild,v 1.10 2009/09/23 17:53:11 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.7.ebuild,v 1.11 2010/06/17 21:36:11 patrick Exp $ DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix" HOMEPAGE="http://www.gasmi.net/gld.html" @@ -13,7 +13,7 @@ IUSE="postgres" # Not adding a mysql USE flag. The package defaults to it, so we will too. DEPEND="sys-libs/zlib >=dev-libs/openssl-0.9.6 - postgres? ( virtual/postgresql-server ) + postgres? ( dev-db/postgresql-server ) !postgres? ( virtual/mysql )" src_compile() { |