summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-05-19 20:39:03 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-05-19 20:39:03 +0000
commitdbe00fc86e2a1d04fca4e2778ae7bbb3689dc9ef (patch)
treeaf9700e369479226fb42f8fce3069d809af243c4 /www-apache/mod_auth_nufw
parentReplace virtual/tetex dependency atom with virtual/latex-base (#222501). (diff)
downloadhistorical-dbe00fc86e2a1d04fca4e2778ae7bbb3689dc9ef.tar.gz
historical-dbe00fc86e2a1d04fca4e2778ae7bbb3689dc9ef.tar.bz2
historical-dbe00fc86e2a1d04fca4e2778ae7bbb3689dc9ef.zip
Changed dependency for postgresql to virtual/postgresql-server
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'www-apache/mod_auth_nufw')
-rw-r--r--www-apache/mod_auth_nufw/ChangeLog6
-rw-r--r--www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild4
-rw-r--r--www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/www-apache/mod_auth_nufw/ChangeLog b/www-apache/mod_auth_nufw/ChangeLog
index 534e881c495a..b32956ea4d6a 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.6 2008/01/31 17:05:33 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.7 2008/05/19 20:39:03 dev-zero Exp $
+
+ 19 May 2008; Tiziano Müller <dev-zero@gentoo.org>
+ mod_auth_nufw-2.2.0.ebuild, mod_auth_nufw-2.2.1.ebuild:
+ Changed dependency for postgresql to virtual/postgresql-server
31 Jan 2008; Benedikt Böhm <hollow@gentoo.org>
files/50_mod_auth_nufw.conf, mod_auth_nufw-2.2.0.ebuild,
diff --git a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild
index fd453d5a9039..42b9b21b4f8b 100644
--- a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild
+++ b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.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/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.4 2008/01/31 17:05:33 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.5 2008/05/19 20:39:03 dev-zero Exp $
inherit eutils apache-module autotools
@@ -15,7 +15,7 @@ IUSE="ldap mysql postgres"
DEPEND="ldap? ( net-nds/openldap )
mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )"
+ postgres? ( virtual/postgresql-server )"
RDEPEND="${DEPEND}"
APACHE2_MOD_FILE="mod_auth_nufw.so"
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 7b30499671bf..c962ff21d3e2 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-2008 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.2 2008/01/31 17:05:33 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.3 2008/05/19 20:39:03 dev-zero Exp $
inherit eutils apache-module autotools
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="mysql postgres"
DEPEND="mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )"
+ postgres? ( virtual/postgresql-server )"
RDEPEND="${DEPEND}"
APACHE2_MOD_FILE="mod_auth_nufw.so"