diff options
-rw-r--r-- | www-apache/mod_auth_nufw/ChangeLog | 8 | ||||
-rw-r--r-- | www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild | 6 | ||||
-rw-r--r-- | www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/www-apache/mod_auth_nufw/ChangeLog b/www-apache/mod_auth_nufw/ChangeLog index 3fec13988954..4ec6df446443 100644 --- a/www-apache/mod_auth_nufw/ChangeLog +++ b/www-apache/mod_auth_nufw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_auth_nufw -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.9 2009/09/18 12:05:30 hollow Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.10 2010/06/17 21:59:59 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> + mod_auth_nufw-2.2.1.ebuild, mod_auth_nufw-2.2.2.ebuild: + Migrating away from deprecated postgres virtuals *mod_auth_nufw-2.2.2 (18 Sep 2009) diff --git a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild index 33b9047bb946..b086113a7341 100644 --- a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild +++ b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.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/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.4 2009/07/05 18:42:59 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.5 2010/06/17 21:59:59 patrick Exp $ EAPI="1" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+mysql postgres" DEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server )" + postgres? ( dev-db/postgresql-server )" RDEPEND="${DEPEND}" APACHE2_MOD_FILE="mod_auth_nufw.so" diff --git a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild index 70fbea2c9688..30dd7ebdc67b 100644 --- a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild +++ b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.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/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.1 2009/09/18 12:05:30 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.2 2010/06/17 21:59:59 patrick Exp $ EAPI="2" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+mysql postgres" DEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server )" + postgres? ( dev-db/postgresql-server )" RDEPEND="${DEPEND}" APACHE2_MOD_FILE="mod_auth_nufw.so" |