diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2004-07-18 08:30:00 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2004-07-18 08:30:00 +0000 |
commit | 6489663278179f784f93b39a1357496bde394516 (patch) | |
tree | 093a8654a3071e0c835a36a60712d8470af9dfcd /net-www | |
parent | header fix (Manifest recommit) (diff) | |
download | gentoo-2-6489663278179f784f93b39a1357496bde394516.tar.gz gentoo-2-6489663278179f784f93b39a1357496bde394516.tar.bz2 gentoo-2-6489663278179f784f93b39a1357496bde394516.zip |
Fixed RDEPEND. Removed old ebuild.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_auth_pgsql/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-2.0.2 | 1 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2.ebuild | 29 |
4 files changed, 6 insertions, 34 deletions
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog index 983c752b6958..d06de13fce58 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 Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.13 2004/07/11 23:44:51 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.14 2004/07/18 08:29:59 nakano Exp $ + + 18 Jul 2004; Masatomo Nakano <nakano@gentoo.org> + mod_auth_pgsql-2.0.2-r1.ebuild, -mod_auth_pgsql-2.0.2.ebuild: + Fixed RDEPEND. Removed old ebuild. 11 Jul 2004; Jason Wever <weeve@gentoo.org> mod_auth_pgsql-2.0.2-r1.ebuild: Added ~sparc keyword. diff --git a/net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-2.0.2 b/net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-2.0.2 deleted file mode 100644 index ba5921ce2e8b..000000000000 --- a/net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-2.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8216fde4597c288537ff4fec508a4b41 mod_auth_pgsql-2.0.2b1.tar.gz 15930 diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild index fe472b5f2b66..5709772e29ab 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r1.ebuild,v 1.3 2004/07/11 23:44:51 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild,v 1.4 2004/07/18 08:29:59 nakano 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" @@ -10,8 +10,6 @@ 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_auth_pgsql/mod_auth_pgsql-2.0.2.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2.ebuild deleted file mode 100644 index 70959da40021..000000000000 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 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.ebuild,v 1.3 2004/06/25 01:00:18 agriffis 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" -LICENSE="freedist" -SLOT="0" -DEPEND=">=net-www/apache-2.0.40 - dev-db/postgresql" -RDEPEND="" - -IUSE="" - -S="${WORKDIR}/${P}b1" - -src_compile() { - apxs2 -a -c -I /usr/pgsql/include -L /usr/pgsql/lib -lpq mod_auth_pgsql.c || die "apxs2 failed." -} - -src_install() { - insinto /usr/lib/apache2-extramodules - doins .libs/mod_auth_pgsql.so - dodoc INSTALL README TODO - dohtml mod_auth_pgsql.html -} - |