summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-06-20 15:14:39 +0000
committerChuck Short <zul@gentoo.org>2004-06-20 15:14:39 +0000
commit3b2b320f8f28a2ad4bc3ae176ed95e92d04ddf94 (patch)
tree7311f84e886f4e666d7fb05ba0c45425fb84ffcf /net-www
parentMarked 8.1.7 stable on sparc and x86, added new version 8.1.8. (diff)
downloadhistorical-3b2b320f8f28a2ad4bc3ae176ed95e92d04ddf94.tar.gz
historical-3b2b320f8f28a2ad4bc3ae176ed95e92d04ddf94.tar.bz2
historical-3b2b320f8f28a2ad4bc3ae176ed95e92d04ddf94.zip
Marked stable for x86, ebuild cleanup.
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.ebuild4
-rw-r--r--net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2.ebuild7
-rw-r--r--net-www/mod_authenticache/Manifest10
5 files changed, 21 insertions, 12 deletions
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog
index e0b01bdaa216..bcff1976140a 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 Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.8 2004/04/27 09:03:59 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.9 2004/06/20 15:13:28 zul Exp $
+
+ 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_auth_pgsql-0.9.12.ebuild,
+ mod_auth_pgsql-2.0.2.ebuild:
+ Ebuild clean up. Marked stable for x86.
26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
mod_auth_pgsql-0.9.12.ebuild:
diff --git a/net-www/mod_auth_pgsql/Manifest b/net-www/mod_auth_pgsql/Manifest
index a2ee3f386ba2..4da78691f1b2 100644
--- a/net-www/mod_auth_pgsql/Manifest
+++ b/net-www/mod_auth_pgsql/Manifest
@@ -1,6 +1,6 @@
-MD5 57075ae6060f1326cde4ec889049d1fa mod_auth_pgsql-2.0.2.ebuild 899
-MD5 955ed7260fd81adea667a96708c63a3d ChangeLog 1015
+MD5 e8051f1132736fea77575b7fa2bedc52 mod_auth_pgsql-2.0.2.ebuild 917
+MD5 69484e271766790501b47a0a0b20552f ChangeLog 1161
MD5 f8d3d207746da2a3cd14dcaab8daab76 metadata.xml 163
-MD5 6fa1c8733d905a43ec62378872a8273b mod_auth_pgsql-0.9.12.ebuild 1479
+MD5 e1a2f265debf543eae90547468126082 mod_auth_pgsql-0.9.12.ebuild 1491
MD5 33aa974738c1fa067c57329de84f8f98 files/digest-mod_auth_pgsql-0.9.12 72
MD5 dd3e63a5a1b40ae7f562b1d6cb79b5b0 files/digest-mod_auth_pgsql-2.0.2 73
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 88509c6b8680..ef585fcb5b1f 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,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.6 2004/04/26 14:28:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.7 2004/06/20 15:13:28 zul Exp $
DESCRIPTION="This module allows user authentication (and can log authethication requests) against information stored in a PostgreSQL database."
SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/${P}.tar.gz"
@@ -10,6 +10,8 @@ LICENSE="freedist"
SLOT="0"
DEPEND=">=net-www/apache-1.3.27
dev-db/postgresql"
+RDPEND=""
+IUSE=""
src_compile() {
econf --with-apxs=/usr/sbin/apxs --with-pgsql-lib=/usr/lib/postgresql \
diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2.ebuild
index 46d3221fcf2b..aee2f6b7fdf7 100644
--- a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2.ebuild
+++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2.ebuild
@@ -1,15 +1,18 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.ebuild,v 1.1 2004/04/02 18:42:59 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2.ebuild,v 1.2 2004/06/20 15:13:28 zul Exp $
DESCRIPTION="This module allows user authentication (and can log authethication 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"
+KEYWORDS="x86"
LICENSE="freedist"
SLOT="0"
DEPEND=">=net-www/apache-2.0.40
dev-db/postgresql"
+RDEPEND=""
+
+IUSE=""
S="${WORKDIR}/${P}b1"
diff --git a/net-www/mod_authenticache/Manifest b/net-www/mod_authenticache/Manifest
index d66d0d102729..a1c8d70aff2b 100644
--- a/net-www/mod_authenticache/Manifest
+++ b/net-www/mod_authenticache/Manifest
@@ -1,9 +1,9 @@
-MD5 3c4ea29daef151b4900e54e3d5a005ca ChangeLog 803
-MD5 bcaec2e2e58441db20f91426dde8fab3 mod_authenticache-2.0.6.ebuild 1001
+MD5 d9c23ca08d5fa1cd22ec8c64c9957f6d mod_authenticache-2.0.6.ebuild 1000
+MD5 805e3d5e3fd87519dc353e0ecb403b25 mod_authenticache-2.0.8.ebuild 1048
+MD5 ff2fd996911f53116b80168b572d45e6 ChangeLog 902
MD5 d2da0e45d7e39184d1cb7abbe3879086 metadata.xml 159
-MD5 bf20549e67ffe46c45fd455e82cbdd22 mod_authenticache-2.0.8.ebuild 1052
-MD5 21bd6cd7eb4fbf068d9dd7d65a86a6e5 files/28_mod_authenticache.conf 697
-MD5 a10c55270ccdd21b842df6553f9f3dea files/digest-mod_authenticache-2.0.6 74
MD5 55d24e495e8ecc0121bc0edb320b3f5d files/dot-htaccess 178
+MD5 21bd6cd7eb4fbf068d9dd7d65a86a6e5 files/28_mod_authenticache.conf 697
MD5 4ac0c7c098e7958d84b232cc634a82f3 files/dot-htpasswd 19
+MD5 a10c55270ccdd21b842df6553f9f3dea files/digest-mod_authenticache-2.0.6 74
MD5 eda02530989ea1eab8d65bc8aae4c2e3 files/digest-mod_authenticache-2.0.8 74