From: Luca Longinotti Date: Sun, 14 Jan 2007 17:45:07 +0000 (+0000) Subject: Fix configs. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4e1f35b82fce01448b58c7e63e59059651717173;p=gentoo.git Fix configs. Package-Manager: portage-2.1.2_rc4-r8 --- diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog index 1f1ec681c721..3f837ebf27a9 100644 --- a/net-www/mod_auth_pgsql/ChangeLog +++ b/net-www/mod_auth_pgsql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_pgsql # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.32 2007/01/14 01:30:54 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.33 2007/01/14 17:45:07 chtekk Exp $ + + 14 Jan 2007; Luca Longinotti + -files/80_mod_auth_pgsql_ap1.conf, mod_auth_pgsql-0.9.12-r1.ebuild: + Config files are the same. 14 Jan 2007; Luca Longinotti -files/0.9.12-r1/80_mod_auth_pgsql.conf, diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild index 505ab6e683a4..67e0dcfe7aeb 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild,v 1.5 2007/01/14 01:30:54 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild,v 1.6 2007/01/14 17:45:07 chtekk Exp $ inherit apache-module multilib @@ -16,7 +16,7 @@ IUSE="" DEPEND="dev-db/libpq" RDEPEND="${DEPEND}" -APACHE1_MOD_CONF="80_mod_auth_pgsql_ap1" +APACHE1_MOD_CONF="80_mod_auth_pgsql" APACHE1_MOD_DEFINE="AUTH_PGSQL" DOCFILES="INSTALL README mod_auth_pgsql.html"