summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-13 17:45:17 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-13 17:45:17 +0000
commitf1c08d03e27eb893798ecf9c58504b7baefabda4 (patch)
tree3859b57ad01a81bd07e77b8c289ee395da8f642f /net-www
parentFixed the 2.4.19-r14 ebuild to use the 2.4.19 patch for CAN-2004-0181; closes... (diff)
downloadgentoo-2-f1c08d03e27eb893798ecf9c58504b7baefabda4.tar.gz
gentoo-2-f1c08d03e27eb893798ecf9c58504b7baefabda4.tar.bz2
gentoo-2-f1c08d03e27eb893798ecf9c58504b7baefabda4.zip
ver bump #53400
Diffstat (limited to 'net-www')
-rw-r--r--net-www/horde-imp/ChangeLog7
-rw-r--r--net-www/horde-imp/files/digest-horde-imp-3.2.41
-rw-r--r--net-www/horde-imp/horde-imp-3.2.4.ebuild13
3 files changed, 20 insertions, 1 deletions
diff --git a/net-www/horde-imp/ChangeLog b/net-www/horde-imp/ChangeLog
index 68b310234314..bef6d280c854 100644
--- a/net-www/horde-imp/ChangeLog
+++ b/net-www/horde-imp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-www/horde-imp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/horde-imp/ChangeLog,v 1.17 2004/03/29 01:34:14 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/horde-imp/ChangeLog,v 1.18 2004/06/13 17:45:17 vapier Exp $
+
+*horde-imp-3.2.4 (13 Jun 2004)
+
+ 13 Jun 2004; Mike Frysinger <vapier@gentoo.org> +horde-imp-3.2.4.ebuild:
+ Version bump #53400 by Ronald Hummelink.
01 Apr 2004; Chris Aniszczyk <zx@gentoo.org> horde-imp-3.2.3.ebuild:
Marking ~hppa
diff --git a/net-www/horde-imp/files/digest-horde-imp-3.2.4 b/net-www/horde-imp/files/digest-horde-imp-3.2.4
new file mode 100644
index 000000000000..b37c3e2c36ed
--- /dev/null
+++ b/net-www/horde-imp/files/digest-horde-imp-3.2.4
@@ -0,0 +1 @@
+MD5 70c9d470a46d8879899630cd8a49b14a imp-3.2.4.tar.gz 1568463
diff --git a/net-www/horde-imp/horde-imp-3.2.4.ebuild b/net-www/horde-imp/horde-imp-3.2.4.ebuild
new file mode 100644
index 000000000000..f59e55a44357
--- /dev/null
+++ b/net-www/horde-imp/horde-imp-3.2.4.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/horde-imp/horde-imp-3.2.4.ebuild,v 1.1 2004/06/13 17:45:17 vapier Exp $
+
+HORDE_PHP_FEATURES="imap"
+inherit horde
+
+DESCRIPTION="Horde IMP provides webmail access to IMAP/POP3 mailboxes"
+
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
+
+DEPEND=""
+RDEPEND=">=net-www/horde-2.2.5"