diff options
author | Tom Martin <slarti@gentoo.org> | 2004-08-08 00:34:43 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-08-08 00:34:43 +0000 |
commit | 39267367d4fbc82faa609074651cdd1c15a9cd46 (patch) | |
tree | 2e3cd4a4403f161a9838a8e0f662be6607f0ba40 /net-www/mod_auth_pgsql | |
parent | Typo in DESCRIPTION, #59717 (diff) | |
download | historical-39267367d4fbc82faa609074651cdd1c15a9cd46.tar.gz historical-39267367d4fbc82faa609074651cdd1c15a9cd46.tar.bz2 historical-39267367d4fbc82faa609074651cdd1c15a9cd46.zip |
Typo in DESCRIPTION, #59717
Diffstat (limited to 'net-www/mod_auth_pgsql')
-rw-r--r-- | net-www/mod_auth_pgsql/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog index d06de13fce58..b9a0fda1c552 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.14 2004/07/18 08:29:59 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.15 2004/08/08 00:34:43 slarti Exp $ + + 08 Aug 2004; Tom Martin <slarti@gentoo.org> mod_auth_pgsql-0.9.12.ebuild, + mod_auth_pgsql-2.0.2-r1.ebuild: + Typo in DESCRIPTION: authethication -> authentication. Bug 59717. 18 Jul 2004; Masatomo Nakano <nakano@gentoo.org> mod_auth_pgsql-2.0.2-r1.ebuild, -mod_auth_pgsql-2.0.2.ebuild: diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild index 3ee2acb65494..7e4204d8fd17 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 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.ebuild,v 1.9 2004/07/02 23:33:19 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.10 2004/08/08 00:34:43 slarti Exp $ -DESCRIPTION="This module allows user authentication (and can log authethication requests) against information stored in a PostgreSQL database." +DESCRIPTION="This module allows user authentication (and can log authentication requests) against information stored in a PostgreSQL database." SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/${P}.tar.gz" HOMEPAGE="http://www.giuseppetanzilli.it/mod_auth_pgsql/" KEYWORDS="x86" diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild index 5709772e29ab..5dd79258d2d5 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 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-2.0.2-r1.ebuild,v 1.4 2004/07/18 08:29:59 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild,v 1.5 2004/08/08 00:34:43 slarti Exp $ -DESCRIPTION="This module allows user authentication (and can log authethication requests) against information stored in a PostgreSQL database." +DESCRIPTION="This module allows user authentication (and can log authentication requests) against information stored in a PostgreSQL database." SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/${P}b1.tar.gz" HOMEPAGE="http://www.giuseppetanzilli.it/mod_auth_pgsql2/" KEYWORDS="x86 ~ppc ~sparc" |