diff options
author | Jason Wever <weeve@gentoo.org> | 2004-07-11 23:44:51 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-07-11 23:44:51 +0000 |
commit | 906e2c1ea628b82c324f83204ae57a84a15a4584 (patch) | |
tree | c0c2da0fd8bd6476f9ed8f16c6e92ceaca7856c8 /net-www/mod_auth_pgsql | |
parent | (no commit message) (diff) | |
download | historical-906e2c1ea628b82c324f83204ae57a84a15a4584.tar.gz historical-906e2c1ea628b82c324f83204ae57a84a15a4584.tar.bz2 historical-906e2c1ea628b82c324f83204ae57a84a15a4584.zip |
Added ~sparc keyword.
Diffstat (limited to 'net-www/mod_auth_pgsql')
-rw-r--r-- | net-www/mod_auth_pgsql/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/Manifest | 4 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog index 0ec38e55cf05..983c752b6958 100644 --- a/net-www/mod_auth_pgsql/ChangeLog +++ b/net-www/mod_auth_pgsql/ChangeLog @@ -1,6 +1,9 @@ # 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.12 2004/07/03 18:28:24 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.13 2004/07/11 23:44:51 weeve Exp $ + + 11 Jul 2004; Jason Wever <weeve@gentoo.org> mod_auth_pgsql-2.0.2-r1.ebuild: + Added ~sparc keyword. 03 Jul 2004; David Holm <dholm@gentoo.org> mod_auth_pgsql-2.0.2-r1.ebuild: Added to ~ppc. diff --git a/net-www/mod_auth_pgsql/Manifest b/net-www/mod_auth_pgsql/Manifest index 01936513b93a..270663c75c2b 100644 --- a/net-www/mod_auth_pgsql/Manifest +++ b/net-www/mod_auth_pgsql/Manifest @@ -1,8 +1,8 @@ -MD5 c68a5d211f5b36be57b48e2040f53cdc ChangeLog 1480 +MD5 10f15a90745819ca3afd4ed842ee90a9 ChangeLog 1583 MD5 f8d3d207746da2a3cd14dcaab8daab76 metadata.xml 163 MD5 be136853de9bc0cd47c1e3ca83f7358c mod_auth_pgsql-0.9.12.ebuild 1476 MD5 7ad234638b6ef7d4920cdcb15448f4cb mod_auth_pgsql-2.0.2.ebuild 914 -MD5 f25f341f8a3e34b49fd5a2032d944886 mod_auth_pgsql-2.0.2-r1.ebuild 1095 +MD5 89a343769c51ed47599d8ebd8eb27f19 mod_auth_pgsql-2.0.2-r1.ebuild 1102 MD5 33aa974738c1fa067c57329de84f8f98 files/digest-mod_auth_pgsql-0.9.12 72 MD5 dd3e63a5a1b40ae7f562b1d6cb79b5b0 files/digest-mod_auth_pgsql-2.0.2 73 MD5 d62d220e5910e2eefec77ad861d2d040 files/80_mod_auth_pgsql.conf 147 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 ed5b0b5a8232..fe472b5f2b66 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,11 +1,11 @@ # 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.2 2004/07/03 18:28:24 dholm Exp $ +# $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 $ 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 ~ppc" +KEYWORDS="x86 ~ppc ~sparc" LICENSE="freedist" SLOT="0" DEPEND=">=net-www/apache-2.0.40 |