summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2005-02-26 17:13:08 +0000
committerMasatomo Nakano <nakano@gentoo.org>2005-02-26 17:13:08 +0000
commit320e32e9696783d4582067baa79ab6962741dd96 (patch)
treed219cd883f90d3e6d6599d211f5af42114a2f7c2 /net-www
parentAdd configure's options to really enable/disable tiff, jpeg2k(jasper) and ope... (diff)
downloadhistorical-320e32e9696783d4582067baa79ab6962741dd96.tar.gz
historical-320e32e9696783d4582067baa79ab6962741dd96.tar.bz2
historical-320e32e9696783d4582067baa79ab6962741dd96.zip
Added html documents and improved ebuilds. (#79430)
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_auth_pgsql/ChangeLog6
-rw-r--r--net-www/mod_auth_pgsql/Manifest6
-rw-r--r--net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild12
-rw-r--r--net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild16
4 files changed, 22 insertions, 18 deletions
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog
index 9e9d63feb936..cb06a07bac6d 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.18 2005/02/20 00:42:16 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.19 2005/02/26 17:13:08 nakano Exp $
+
+ 26 Feb 2005; Masatomo Nakano <nakano@gentoo.org>
+ mod_auth_pgsql-0.9.12-r1.ebuild, mod_auth_pgsql-2.0.2-r2.ebuild:
+ Added html documents and improved ebuilds. (#79430)
20 Feb 2005; Masatomo Nakano <nakano@gentoo.org>
mod_auth_pgsql-0.9.12-r1.ebuild, mod_auth_pgsql-2.0.2-r2.ebuild:
diff --git a/net-www/mod_auth_pgsql/Manifest b/net-www/mod_auth_pgsql/Manifest
index c02e58838a10..21af8e701f1a 100644
--- a/net-www/mod_auth_pgsql/Manifest
+++ b/net-www/mod_auth_pgsql/Manifest
@@ -1,6 +1,6 @@
-MD5 57d168cb530033ed608a2c98c87e51a6 mod_auth_pgsql-2.0.2-r2.ebuild 1050
-MD5 fd6fffb2fd76eacecda8d5db562a4b70 mod_auth_pgsql-0.9.12-r1.ebuild 1150
-MD5 a89cb570034ae69524acacbd547e87f7 ChangeLog 2498
+MD5 5f17860504f278d1f57876fab79fb934 mod_auth_pgsql-2.0.2-r2.ebuild 1000
+MD5 9edbf9cd20f79903fab55f4ca4632ef0 mod_auth_pgsql-0.9.12-r1.ebuild 1174
+MD5 aa31c48c9897f4e7ca6494c6653cff8e ChangeLog 2671
MD5 f8d3d207746da2a3cd14dcaab8daab76 metadata.xml 163
MD5 50dbd8d75c5521278d4eea6598d7c797 mod_auth_pgsql-2.0.2-r1.ebuild 1090
MD5 63b5c7102406941433202d64b840179b mod_auth_pgsql-0.9.12.ebuild 1477
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
index 3ac82755ec45..e9493e709be8 100644
--- 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
@@ -1,28 +1,30 @@
# 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-0.9.12-r1.ebuild,v 1.2 2005/02/20 00:42:16 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild,v 1.3 2005/02/26 17:13:08 nakano Exp $
inherit apache-module
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/"
+SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/${P}.tar.gz"
+
KEYWORDS="~x86"
LICENSE="freedist"
SLOT="1"
DEPEND="dev-db/postgresql"
IUSE=""
-DOCFILES=""
APACHE1_MOD_CONF="${PVR}/80_mod_auth_pgsql"
APACHE1_MOD_DEFINE="AUTH_PGSQL"
+DOCFILES="INSTALL README mod_auth_pgsql.html"
+
need_apache1
src_compile() {
- econf --with-apxs=/usr/sbin/apxs --with-pgsql-lib=/usr/lib/postgresql \
+ econf --with-apxs=${APXS1} --with-pgsql-lib=/usr/lib/postgresql \
--with-pgsql-include=/usr/include/postgresql || die "econf failed"
- /usr/sbin/apxs -I/usr/include/postgresql \
+ ${APXS1} -I/usr/include/postgresql \
-L/usr/lib/postgresql -lpq \
-o mod_auth_pgsql.so -c mod_auth_pgsql.c auth_pgsql_shared_stub.c || die
}
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
index 5f2458489529..6dfd3f27c89d 100644
--- 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
@@ -1,32 +1,30 @@
# 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.2 2005/02/20 00:42:16 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild,v 1.3 2005/02/26 17:13:08 nakano Exp $
inherit apache-module
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/"
+SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/${P}b1.tar.gz"
+
KEYWORDS="~x86 ~ppc ~sparc"
LICENSE="freedist"
SLOT="2"
DEPEND="dev-db/postgresql"
IUSE=""
-DOCFILES="INSTALL README TODO"
+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_compile() {
- local myargs="-a -c -I /usr/pgsql/include -L /usr/pgsql/lib -lpq mod_auth_pgsql.c"
- APXS2_ARGS="${myargs}"
- apache-module_src_compile
-}
-
src_install() {
apache-module_src_install
fperms 600 ${APACHE2_MODULES_CONFDIR}/$(basename ${APACHE2_MOD_CONF}).conf