diff options
author | 2007-01-15 15:23:25 +0000 | |
---|---|---|
committer | 2007-01-15 15:23:25 +0000 | |
commit | dadf1a3a1246aee6517dcc945f9cf46c626418f4 (patch) | |
tree | 355f2fe1642ea65ed17b53520af1873a84535fef /www-apache | |
parent | Mark stable on X86. (diff) | |
download | gentoo-2-dadf1a3a1246aee6517dcc945f9cf46c626418f4.tar.gz gentoo-2-dadf1a3a1246aee6517dcc945f9cf46c626418f4.tar.bz2 gentoo-2-dadf1a3a1246aee6517dcc945f9cf46c626418f4.zip |
Cleanup.
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_auth_cookie_mysql2/ChangeLog | 8 | ||||
-rw-r--r-- | www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.7.ebuild | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/www-apache/mod_auth_cookie_mysql2/ChangeLog b/www-apache/mod_auth_cookie_mysql2/ChangeLog index 200ecd89689d..4c14de63cb7a 100644 --- a/www-apache/mod_auth_cookie_mysql2/ChangeLog +++ b/www-apache/mod_auth_cookie_mysql2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_auth_cookie_mysql2 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_cookie_mysql2/ChangeLog,v 1.2 2006/11/23 16:50:00 vivo Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_cookie_mysql2/ChangeLog,v 1.3 2007/01/15 15:23:25 chtekk Exp $ + + 15 Jan 2007; Luca Longinotti <chtekk@gentoo.org> + mod_auth_cookie_mysql2-0.7.ebuild: + Cleanup. 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> mod_auth_cookie_mysql2-0.7.ebuild: diff --git a/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.7.ebuild b/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.7.ebuild index c049168be3eb..c02e202d58c0 100644 --- a/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.7.ebuild +++ b/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.7.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.7.ebuild,v 1.2 2006/11/23 16:50:00 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.7.ebuild,v 1.3 2007/01/15 15:23:25 chtekk Exp $ inherit eutils apache-module KEYWORDS="~x86" -DESCRIPTION="An Apache2 backend authentication module that uses Cookies and MySQL." + +DESCRIPTION="An Apache2 backend authentication module that uses cookies and MySQL." HOMEPAGE="http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/" SRC_URI="http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/${P/-/_}.tar.gz" LICENSE="GPL-2" @@ -17,7 +18,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${P/-/_}" -APXS2_ARGS="-lmysqlclient -lz -I/usr/include/mysql -L/usr/lib/mysql -c ${PN}.c" +APXS2_ARGS="-I/usr/include/mysql -lmysqlclient -lz -c ${PN}.c" APACHE2_MOD_CONF="55_${PN}" APACHE2_MOD_DEFINE="AUTH_COOKIE_MYSQL2" @@ -30,7 +31,7 @@ pkg_postinst() { ewarn ewarn "There are a number of variables that need to be configured before" ewarn "MOD_AUTH_COOKIE_MYSQL2 can work. After this package has finished" - ewarn "building, please go and modify the conf file located in" + ewarn "building, please go and modify the configuration file located at" ewarn "${APACHE2_MODULES_CONFDIR}/$(basename ${APACHE2_MOD_CONF}).conf" ewarn ebeep 5 |