summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-05-05 07:08:37 +0000
committerMike Frysinger <vapier@gentoo.org>2007-05-05 07:08:37 +0000
commit14f0324d1f2970da1a3ce2de9d5183a3c1811b12 (patch)
tree1266a783403ffd745cd925d091dfd4def2cf78aa
parentVersion bump; remove older version (diff)
downloadgentoo-2-14f0324d1f2970da1a3ce2de9d5183a3c1811b12.tar.gz
gentoo-2-14f0324d1f2970da1a3ce2de9d5183a3c1811b12.tar.bz2
gentoo-2-14f0324d1f2970da1a3ce2de9d5183a3c1811b12.zip
Version bump.
(Portage version: 2.1.2.5)
-rw-r--r--www-apps/horde-passwd/ChangeLog8
-rw-r--r--www-apps/horde-passwd/files/digest-horde-passwd-3.0.13
-rw-r--r--www-apps/horde-passwd/horde-passwd-3.0.1.ebuild22
3 files changed, 32 insertions, 1 deletions
diff --git a/www-apps/horde-passwd/ChangeLog b/www-apps/horde-passwd/ChangeLog
index 1b490b54fabc..dc17df1557e5 100644
--- a/www-apps/horde-passwd/ChangeLog
+++ b/www-apps/horde-passwd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/horde-passwd
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.12 2007/02/22 00:31:25 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.13 2007/05/05 07:08:37 vapier Exp $
+
+*horde-passwd-3.0.1 (05 May 2007)
+
+ 05 May 2007; Mike Frysinger <vapier@gentoo.org>
+ +horde-passwd-3.0.1.ebuild:
+ Version bump.
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/www-apps/horde-passwd/files/digest-horde-passwd-3.0.1 b/www-apps/horde-passwd/files/digest-horde-passwd-3.0.1
new file mode 100644
index 000000000000..fc2c5845d8d0
--- /dev/null
+++ b/www-apps/horde-passwd/files/digest-horde-passwd-3.0.1
@@ -0,0 +1,3 @@
+MD5 b5217a62c7a88e2845d382a1d19d5644 passwd-h3-3.0.1.tar.gz 1265941
+RMD160 a118ffc3b14dce2bb1e91af5a5f617db5c09a2e4 passwd-h3-3.0.1.tar.gz 1265941
+SHA256 1fd0f4a693c993ade25b2835da9c8c8fd13e823945d0107abfeb736ae3b21f57 passwd-h3-3.0.1.tar.gz 1265941
diff --git a/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild b/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild
new file mode 100644
index 000000000000..375751b3c6e0
--- /dev/null
+++ b/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 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.1.ebuild,v 1.1 2007/05/05 07:08:37 vapier Exp $
+
+HORDE_PHP_FEATURES="ctype"
+
+HORDE_MAJ="-h3"
+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-3.0"
+
+src_unpack() {
+ horde_src_unpack
+ cd "${S}"
+ use clearpasswd || epatch "${FILESDIR}"/${PN}-3.0-no-clear-password.patch
+}