summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-06-13 14:13:51 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-06-13 14:13:51 +0000
commitba64158b0e9911b923fbd19c862bb11432af1865 (patch)
tree67cd7e70cb0f4514cfd006e94c776910eedb9f90 /net-www/mod_auth_pgsql
parentRemove Apache1. (diff)
downloadgentoo-2-ba64158b0e9911b923fbd19c862bb11432af1865.tar.gz
gentoo-2-ba64158b0e9911b923fbd19c862bb11432af1865.tar.bz2
gentoo-2-ba64158b0e9911b923fbd19c862bb11432af1865.zip
Remove Apache1.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-www/mod_auth_pgsql')
-rw-r--r--net-www/mod_auth_pgsql/ChangeLog6
-rw-r--r--net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-0.9.12-r13
-rw-r--r--net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild42
3 files changed, 5 insertions, 46 deletions
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog
index 3f837ebf27a9..03de809e5abf 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.33 2007/01/14 17:45:07 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.34 2007/06/13 14:13:51 chtekk Exp $
+
+ 13 Jun 2007; Luca Longinotti <chtekk@gentoo.org>
+ -mod_auth_pgsql-0.9.12-r1.ebuild:
+ Remove Apache1.
14 Jan 2007; Luca Longinotti <chtekk@gentoo.org>
-files/80_mod_auth_pgsql_ap1.conf, mod_auth_pgsql-0.9.12-r1.ebuild:
diff --git a/net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-0.9.12-r1 b/net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-0.9.12-r1
deleted file mode 100644
index 892b91ebbc02..000000000000
--- a/net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-0.9.12-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7be403b7487c13cdb023cc526ee2e13a mod_auth_pgsql-0.9.12.tar.gz 30527
-RMD160 c3e3455c7dbd0bc8dbb12104065dae666969820d mod_auth_pgsql-0.9.12.tar.gz 30527
-SHA256 f6876bfdb788395307d1e1f27a7b6ab5e0318e64393df352102e78bb043c1e44 mod_auth_pgsql-0.9.12.tar.gz 30527
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
deleted file mode 100644
index 67e0dcfe7aeb..000000000000
--- a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.6 2007/01/14 17:45:07 chtekk Exp $
-
-inherit apache-module multilib
-
-KEYWORDS="~amd64 ~x86"
-
-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_pgsql/"
-SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/${P}.tar.gz"
-LICENSE="freedist"
-SLOT="1"
-IUSE=""
-
-DEPEND="dev-db/libpq"
-RDEPEND="${DEPEND}"
-
-APACHE1_MOD_CONF="80_mod_auth_pgsql"
-APACHE1_MOD_DEFINE="AUTH_PGSQL"
-
-DOCFILES="INSTALL README mod_auth_pgsql.html"
-
-need_apache1
-
-src_compile() {
- econf \
- --with-apxs=${APXS1} \
- --with-pgsql-include=/usr/include/postgresql \
- --with-pgsql-lib=/usr/$(get_libdir)/postgresql \
- || die "econf failed"
- ${APXS1} \
- -I/usr/include/postgresql \
- -L/usr/$(get_libdir)/postgresql -lpq \
- -o mod_auth_pgsql.so -c mod_auth_pgsql.c auth_pgsql_shared_stub.c \
- || die "apxs make failed"
-}
-
-src_install() {
- apache-module_src_install
- fperms 600 "${APACHE1_MODULES_CONFDIR}"/$(basename ${APACHE1_MOD_CONF}).conf
-}