diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-05 19:47:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-05 19:47:07 +0000 |
commit | 1bf3dfae9194d4a4eaa2f97644e0172fbd3e8969 (patch) | |
tree | 274095f3f71b341526571a6a93d5baba42114ec3 /www-apps | |
parent | Version bump #142722 by David Bosso. (diff) | |
download | historical-1bf3dfae9194d4a4eaa2f97644e0172fbd3e8969.tar.gz historical-1bf3dfae9194d4a4eaa2f97644e0172fbd3e8969.tar.bz2 historical-1bf3dfae9194d4a4eaa2f97644e0172fbd3e8969.zip |
require php to be built with USE=php #142563 by Raphael Marichez
Package-Manager: portage-2.1.1_pre4
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/horde-passwd/files/digest-horde-passwd-2.2.2 | 2 | ||||
-rw-r--r-- | www-apps/horde-passwd/horde-passwd-3.0.ebuild | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/www-apps/horde-passwd/files/digest-horde-passwd-2.2.2 b/www-apps/horde-passwd/files/digest-horde-passwd-2.2.2 index e463c82b8888..4934030728e6 100644 --- a/www-apps/horde-passwd/files/digest-horde-passwd-2.2.2 +++ b/www-apps/horde-passwd/files/digest-horde-passwd-2.2.2 @@ -1 +1,3 @@ MD5 d1c63a16c67e302c9e4885c1386d638e passwd-2.2.2.tar.gz 235545 +RMD160 159d0e86369b05d3f61b1d90d9080650a8de3ef9 passwd-2.2.2.tar.gz 235545 +SHA256 39d820aad0c66db706fe57abadc001f4da4c77488a8ecbd1598a334f16b49852 passwd-2.2.2.tar.gz 235545 diff --git a/www-apps/horde-passwd/horde-passwd-3.0.ebuild b/www-apps/horde-passwd/horde-passwd-3.0.ebuild index 49c1bd9066f9..df8649c8db67 100644 --- a/www-apps/horde-passwd/horde-passwd-3.0.ebuild +++ b/www-apps/horde-passwd/horde-passwd-3.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.ebuild,v 1.7 2006/04/04 17:23:55 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.ebuild,v 1.8 2006/08/05 19:47:07 vapier Exp $ + +HORDE_PHP_FEATURES="ctype" HORDE_MAJ="-h3" inherit horde eutils |