diff options
author | Michael Stewart <vericgar@gentoo.org> | 2006-08-16 18:53:00 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2006-08-16 18:53:00 +0000 |
commit | 78261f8a74b1adb37a2a6b1eec1045f5efd06686 (patch) | |
tree | eedd69a03f27a274f5c21c0578b16d125e020764 /net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild | |
parent | Remove old insecure version (diff) | |
download | gentoo-2-78261f8a74b1adb37a2a6b1eec1045f5efd06686.tar.gz gentoo-2-78261f8a74b1adb37a2a6b1eec1045f5efd06686.tar.bz2 gentoo-2-78261f8a74b1adb37a2a6b1eec1045f5efd06686.zip |
Remove old insecure version
(Portage version: 2.1.1_pre2-r2)
(Unsigned Manifest commit)
Diffstat (limited to 'net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild')
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild deleted file mode 100644 index ba10fdcc1c44..000000000000 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2005 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-r2.ebuild,v 1.7 2005/12/24 16:04:01 hansmi Exp $ - -inherit apache-module - -DESCRIPTION="This module allows user authentication (and can log authentication requests) against information stored in a PostgreSQL database." -HOMEPAGE="http://www.giuseppetanzilli.it/mod_auth_pgsql2/" -SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/${P}b1.tar.gz" - -KEYWORDS="amd64 ppc ~sparc x86" -LICENSE="freedist" -SLOT="2" -DEPEND="dev-db/postgresql" -IUSE="" - -APXS2_ARGS="-a -c -I /usr/pgsql/include -L /usr/pgsql/lib -lpq mod_auth_pgsql.c" - -APACHE2_MOD_CONF="${PVR}/80_mod_auth_pgsql" -APACHE2_MOD_DEFINE="AUTH_PGSQL" - -DOCFILES="INSTALL README TODO mod_auth_pgsql.html" - -need_apache2 - -S="${WORKDIR}/${P}b1" - -src_install() { - apache-module_src_install - fperms 600 ${APACHE2_MODULES_CONFDIR}/$(basename ${APACHE2_MOD_CONF}).conf -} |