diff options
author | Chuck Short <zul@gentoo.org> | 2004-06-20 15:14:39 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-06-20 15:14:39 +0000 |
commit | ebb244b8dd82908bd827f41e1a9e906d6d6a2e8d (patch) | |
tree | c2c0ba74868421334ddb3c7489b0106493deb33a /net-www/mod_auth_pgsql | |
parent | Marked 8.1.7 stable on sparc and x86, added new version 8.1.8. (Manifest reco... (diff) | |
download | gentoo-2-ebb244b8dd82908bd827f41e1a9e906d6d6a2e8d.tar.gz gentoo-2-ebb244b8dd82908bd827f41e1a9e906d6d6a2e8d.tar.bz2 gentoo-2-ebb244b8dd82908bd827f41e1a9e906d6d6a2e8d.zip |
Marked stable for x86, ebuild cleanup.
Diffstat (limited to 'net-www/mod_auth_pgsql')
-rw-r--r-- | net-www/mod_auth_pgsql/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/Manifest | 6 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2.ebuild | 7 |
4 files changed, 16 insertions, 7 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" |