diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2005-03-17 21:04:33 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2005-03-17 21:04:33 +0000 |
commit | 487bfa3af540436242d9a5b44b4d69a11912bfcb (patch) | |
tree | 42fe8a7cf0d3bda5555e785b3ac61ea3cef9b82b /net-libs/courier-authlib | |
parent | ebuild updates for GNUstep base, libs, and apps across the board; proper vers... (diff) | |
download | gentoo-2-487bfa3af540436242d9a5b44b4d69a11912bfcb.tar.gz gentoo-2-487bfa3af540436242d9a5b44b4d69a11912bfcb.tar.bz2 gentoo-2-487bfa3af540436242d9a5b44b4d69a11912bfcb.zip |
add mysql readme for postgres install #85585
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs/courier-authlib')
5 files changed, 18 insertions, 13 deletions
diff --git a/net-libs/courier-authlib/ChangeLog b/net-libs/courier-authlib/ChangeLog index 36aa115c7f2a..6ef6c6a9f667 100644 --- a/net-libs/courier-authlib/ChangeLog +++ b/net-libs/courier-authlib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/courier-authlib # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.31 2005/03/16 00:26:31 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.32 2005/03/17 21:04:33 swtaylor Exp $ + + 17 Mar 2005; Scott W Taylor <swtaylor@gentoo.org> + courier-authlib-0.53.ebuild, courier-authlib-0.54.ebuild, + courier-authlib-0.54.20050224.ebuild, courier-authlib-0.55.ebuild: + install mysql readme file for pgsql users 15 Mar 2005; Scott W Taylor <swtaylor@gentoo.org> -courier-authlib-0.52-r1.ebuild, courier-authlib-0.53.ebuild, diff --git a/net-libs/courier-authlib/courier-authlib-0.53.ebuild b/net-libs/courier-authlib/courier-authlib-0.53.ebuild index 810000984d13..32afe961b945 100644 --- a/net-libs/courier-authlib/courier-authlib-0.53.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.53.ebuild,v 1.4 2005/03/16 00:26:31 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.53.ebuild,v 1.5 2005/03/17 21:04:33 swtaylor Exp $ inherit eutils gnuconfig @@ -70,7 +70,7 @@ src_compile() { fi use gdbm && myconf="${myconf} --with-db=gdbm" - if [ has_version net-mail/vpopmail ]; then + if [ has_version 'net-mail/vpopmail' ]; then myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql" use mysql && ewarn "vpopmail found. authmysql will not be built." use postgres && ewarn "vpopmail found. authpgsql will not be built." @@ -140,7 +140,7 @@ src_install() { dodoc AUTHORS COPYING ChangeLog* INSTALL NEWS README dohtml README.html README_authlib.html NEWS.html INSTALL.html README.authdebug.html use mysql && ( dodoc README.authmysql.myownquery ; dohtml README.authmysql.html ) - use postgres && dohtml README.authpostgres.html + use postgres && dohtml README.authpostgres.html README.authmysql.html use ldap && ( dodoc README.ldap ; dodir /etc/openldap/schema ; \ cp authldap.schema ${D}/etc/openldap/schema/ ) dodir /etc/init.d diff --git a/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild b/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild index 5a57f71aef86..15d10954d4a5 100644 --- a/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild,v 1.2 2005/03/16 00:26:31 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild,v 1.3 2005/03/17 21:04:33 swtaylor Exp $ inherit eutils gnuconfig @@ -70,7 +70,7 @@ src_compile() { fi use gdbm && myconf="${myconf} --with-db=gdbm" - if [ has_version net-mail/vpopmail ]; then + if [ has_version 'net-mail/vpopmail' ]; then myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql" use mysql && ewarn "vpopmail found. authmysql will not be built." use postgres && ewarn "vpopmail found. authpgsql will not be built." @@ -141,7 +141,7 @@ src_install() { dodoc AUTHORS COPYING ChangeLog* INSTALL NEWS README dohtml README.html README_authlib.html NEWS.html INSTALL.html README.authdebug.html use mysql && ( dodoc README.authmysql.myownquery ; dohtml README.authmysql.html ) - use postgres && dohtml README.authpostgres.html + use postgres && dohtml README.authpostgres.html README.authmysql.html use ldap && ( dodoc README.ldap ; dodir /etc/openldap/schema ; \ cp authldap.schema ${D}/etc/openldap/schema/ ) dodir /etc/init.d diff --git a/net-libs/courier-authlib/courier-authlib-0.54.ebuild b/net-libs/courier-authlib/courier-authlib-0.54.ebuild index 2095a3ff67a5..426c0904fed5 100644 --- a/net-libs/courier-authlib/courier-authlib-0.54.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.54.ebuild,v 1.2 2005/03/16 00:26:31 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.54.ebuild,v 1.3 2005/03/17 21:04:33 swtaylor Exp $ inherit eutils gnuconfig @@ -70,7 +70,7 @@ src_compile() { fi use gdbm && myconf="${myconf} --with-db=gdbm" - if [ has_version net-mail/vpopmail ]; then + if [ has_version 'net-mail/vpopmail' ]; then myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql" use mysql && ewarn "vpopmail found. authmysql will not be built." use postgres && ewarn "vpopmail found. authpgsql will not be built." @@ -141,7 +141,7 @@ src_install() { dodoc AUTHORS COPYING ChangeLog* INSTALL NEWS README dohtml README.html README_authlib.html NEWS.html INSTALL.html README.authdebug.html use mysql && ( dodoc README.authmysql.myownquery ; dohtml README.authmysql.html ) - use postgres && dohtml README.authpostgres.html + use postgres && dohtml README.authpostgres.html README.authmysql.html use ldap && ( dodoc README.ldap ; dodir /etc/openldap/schema ; \ cp authldap.schema ${D}/etc/openldap/schema/ ) dodir /etc/init.d diff --git a/net-libs/courier-authlib/courier-authlib-0.55.ebuild b/net-libs/courier-authlib/courier-authlib-0.55.ebuild index fd15090b96d2..8c1fde71f739 100644 --- a/net-libs/courier-authlib/courier-authlib-0.55.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.55.ebuild,v 1.2 2005/03/16 00:26:31 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.55.ebuild,v 1.3 2005/03/17 21:04:33 swtaylor Exp $ inherit eutils gnuconfig @@ -70,7 +70,7 @@ src_compile() { fi use gdbm && myconf="${myconf} --with-db=gdbm" - if [ has_version net-mail/vpopmail ]; then + if [ has_version 'net-mail/vpopmail' ]; then myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql" use mysql && ewarn "vpopmail found. authmysql will not be built." use postgres && ewarn "vpopmail found. authpgsql will not be built." @@ -141,7 +141,7 @@ src_install() { dodoc AUTHORS COPYING ChangeLog* INSTALL NEWS README dohtml README.html README_authlib.html NEWS.html INSTALL.html README.authdebug.html use mysql && ( dodoc README.authmysql.myownquery ; dohtml README.authmysql.html ) - use postgres && dohtml README.authpostgres.html + use postgres && dohtml README.authpostgres.html README.authmysql.html use ldap && ( dodoc README.ldap ; dodir /etc/openldap/schema ; \ cp authldap.schema ${D}/etc/openldap/schema/ ) dodir /etc/init.d |