summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2003-07-28 22:09:26 +0000
committerBrian Jackson <iggy@gentoo.org>2003-07-28 22:09:26 +0000
commitf077094595a130d118be7900a07705c2841d2b60 (patch)
tree52364dfe8f96e94907f442181ba481218f9a8196 /net-mail
parentAdding docs (diff)
downloadgentoo-2-f077094595a130d118be7900a07705c2841d2b60.tar.gz
gentoo-2-f077094595a130d118be7900a07705c2841d2b60.tar.bz2
gentoo-2-f077094595a130d118be7900a07705c2841d2b60.zip
temporarily removed expect dep
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/courier/ChangeLog5
-rw-r--r--net-mail/courier/Manifest4
-rw-r--r--net-mail/courier/courier-0.42.2-r2.ebuild10
3 files changed, 14 insertions, 5 deletions
diff --git a/net-mail/courier/ChangeLog b/net-mail/courier/ChangeLog
index f03d576d6c35..73fe7d63392b 100644
--- a/net-mail/courier/ChangeLog
+++ b/net-mail/courier/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/courier
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/ChangeLog,v 1.28 2003/07/25 03:24:22 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/ChangeLog,v 1.29 2003/07/28 22:09:15 iggy Exp $
+
+ 28 Jul 2003; <iggy@gentoo.org> courier-0.42.2-r2.ebuild:
+ temporarily removed expect dep pending clarification of tcltk situation
24 Jul 2003; <iggy@gentoo.org> files/courier-init:
fixed courier init script
diff --git a/net-mail/courier/Manifest b/net-mail/courier/Manifest
index aadb9e11e9c3..721aa52cddb5 100644
--- a/net-mail/courier/Manifest
+++ b/net-mail/courier/Manifest
@@ -1,7 +1,7 @@
-MD5 c4cea762c61bfeab1bc986081f4c5a11 courier-0.42.2-r2.ebuild 9907
+MD5 6993a637562fbfd0e0a84e0bc4cf1cf8 courier-0.42.2-r2.ebuild 10113
MD5 53327473ab98ae5f796aa93d31126841 courier-0.42.2-r1.ebuild 9800
MD5 cde0b9d363f6d323dff0b3435d2e89d0 courier-0.42.2.ebuild 9694
-MD5 807d99b6a317b47dd97b938683fb5438 ChangeLog 4822
+MD5 d84dd080930881c6df7ab83722e849c0 ChangeLog 4956
MD5 891fa054ac6cfcaee491ccaae9b84a85 metadata.xml 463
MD5 52f032e570c6f5f9f69b4e4bdfa562a1 files/password.dist 247
MD5 a546a21f960e4f921e71f614f719a2ce files/bofh 23
diff --git a/net-mail/courier/courier-0.42.2-r2.ebuild b/net-mail/courier/courier-0.42.2-r2.ebuild
index 0706a7c22ba3..ee30f17fc626 100644
--- a/net-mail/courier/courier-0.42.2-r2.ebuild
+++ b/net-mail/courier/courier-0.42.2-r2.ebuild
@@ -20,7 +20,6 @@ PROVIDE="virtual/mta
virtual/imapd"
RDEPEND="virtual/glibc
- >=dev-tcltk/expect-5.33.0
>=dev-libs/openssl-0.9.6
crypt? ( >=app-crypt/gnupg-1.0.4 )
fax? ( >=media-libs/netpbm-9.12
@@ -32,9 +31,16 @@ RDEPEND="virtual/glibc
mysql? ( >=dev-db/mysql-3.23.36 )
ldap? ( >=net-nds/openldap-1.2.11 )
postgres? ( >=dev-db/postgresql-7.1.3 )
- tcltk? ( >=dev-tcltk/expect-5.33.0 )
spell? ( virtual/aspell-dict )
!virtual/imapd"
+
+ # Removed these from RDEP until the tcltk situation is clarified.
+ # They are only necessary for non-virtual users to be able to change
+ # passwords via webmail. Hopefully not a highly used feature.
+ #>=dev-tcltk/expect-5.33.0
+ #tcltk? ( >=dev-tcltk/expect-5.33.0 )
+
+
DEPEND="${RDEPEND}
app-admin/fam-oss
dev-lang/perl