summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-22 04:28:00 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-22 04:28:00 +0000
commit21f4ec0f57591b24e3418afa69b18750aef98322 (patch)
tree38120f8da07bb3a18fc3197d9b392bfcfe3b03b1 /www-apps/horde-passwd
parentold (diff)
downloadgentoo-2-21f4ec0f57591b24e3418afa69b18750aef98322.tar.gz
gentoo-2-21f4ec0f57591b24e3418afa69b18750aef98322.tar.bz2
gentoo-2-21f4ec0f57591b24e3418afa69b18750aef98322.zip
initial import
(Portage version: 2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/ )
Diffstat (limited to 'www-apps/horde-passwd')
-rw-r--r--www-apps/horde-passwd/files/digest-horde-passwd-2.2.11
-rw-r--r--www-apps/horde-passwd/horde-passwd-2.2.1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/www-apps/horde-passwd/files/digest-horde-passwd-2.2.1 b/www-apps/horde-passwd/files/digest-horde-passwd-2.2.1
deleted file mode 100644
index c547b52c50fc..000000000000
--- a/www-apps/horde-passwd/files/digest-horde-passwd-2.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8b17c4d1a9c75ebd0200075fd32f76bf passwd-2.2.1.tar.gz 226874
diff --git a/www-apps/horde-passwd/horde-passwd-2.2.1.ebuild b/www-apps/horde-passwd/horde-passwd-2.2.1.ebuild
deleted file mode 100644
index 3a6b1e18b115..000000000000
--- a/www-apps/horde-passwd/horde-passwd-2.2.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-2.2.1.ebuild,v 1.3 2004/12/24 07:32:30 vapier Exp $
-
-inherit horde eutils
-
-DESCRIPTION="Horde Passwd is the Horde password changing application"
-
-KEYWORDS="alpha amd64 hppa ppc sparc x86"
-IUSE="clearpasswd"
-
-DEPEND=""
-RDEPEND=">=www-apps/horde-2.2.7"
-
-src_unpack() {
- horde_src_unpack
- cd ${S}
- epatch ${FILESDIR}/${PV}-main.php-typo.patch
- epatch ${FILESDIR}/${PV}-example-backend-setup.patch
- epatch ${FILESDIR}/${PV}-crypt-support.patch
- use clearpasswd || epatch ${FILESDIR}/${PV}-no-clear-password.patch
-}