diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 08:30:18 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 08:30:18 +0000 |
commit | 274f56ac14859e16fb189386ec69e5458ac9739d (patch) | |
tree | 8d126d9c41a73f036a687684c567b1fdd2dd561f | |
parent | fixing Manifest (diff) | |
download | historical-274f56ac14859e16fb189386ec69e5458ac9739d.tar.gz historical-274f56ac14859e16fb189386ec69e5458ac9739d.tar.bz2 historical-274f56ac14859e16fb189386ec69e5458ac9739d.zip |
move drac
-rw-r--r-- | net-mail/cyrus-imapd/cyrus-imapd-2.2.3.ebuild | 4 | ||||
-rw-r--r-- | net-mail/tpop3d/tpop3d-1.4.2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/tpop3d/tpop3d-1.5.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.2.3.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.2.3.ebuild index 3bfd051a18e9..95bb006aa86a 100644 --- a/net-mail/cyrus-imapd/cyrus-imapd-2.2.3.ebuild +++ b/net-mail/cyrus-imapd/cyrus-imapd-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.3.ebuild,v 1.5 2004/05/23 23:41:11 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.3.ebuild,v 1.6 2004/05/30 08:30:18 robbat2 Exp $ inherit eutils ssl-cert @@ -22,7 +22,7 @@ RDEPEND=">=sys-libs/db-3.2 snmp? ( >=net-analyzer/ucd-snmp-4.2.3 ) ssl? ( >=dev-libs/openssl-0.9.6 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - drac? ( >=net-mail/drac-1.12-r1 )" + drac? ( >=mail-client/drac-1.12-r1 )" DEPEND="$RDEPEND sys-devel/libtool diff --git a/net-mail/tpop3d/tpop3d-1.4.2.ebuild b/net-mail/tpop3d/tpop3d-1.4.2.ebuild index 0e1cda853b3d..ee0696ba58be 100644 --- a/net-mail/tpop3d/tpop3d-1.4.2.ebuild +++ b/net-mail/tpop3d/tpop3d-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.4.2.ebuild,v 1.10 2004/04/27 21:15:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.4.2.ebuild,v 1.11 2004/05/30 08:29:50 robbat2 Exp $ inherit eutils @@ -58,7 +58,7 @@ src_compile() { if [ ! -z $BE_NICE ]; then myconf="${myconf} --disable-snide-comments" fi - # Install net-mail/drac for integration with tpop3d + # Install mail-client/drac for integration with tpop3d if [ ! -a $ENABLE_DRAC ]; then myconf="${myconf} --enable-drac" fi diff --git a/net-mail/tpop3d/tpop3d-1.5.3.ebuild b/net-mail/tpop3d/tpop3d-1.5.3.ebuild index ee16fb19dea5..8a407a3331b6 100644 --- a/net-mail/tpop3d/tpop3d-1.5.3.ebuild +++ b/net-mail/tpop3d/tpop3d-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.5.3.ebuild,v 1.2 2004/03/03 17:12:49 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.5.3.ebuild,v 1.3 2004/05/30 08:29:50 robbat2 Exp $ DESCRIPTION="An extensible POP3 server with vmail-sql/MySQL support." HOMEPAGE="http://www.ex-parrot.com/~chris/tpop3d/" @@ -54,7 +54,7 @@ src_compile() { if [ ! -z $BE_NICE ]; then myconf="${myconf} --disable-snide-comments" fi - # Install net-mail/drac for integration with tpop3d + # Install mail-client/drac for integration with tpop3d if [ ! -a $ENABLE_DRAC ]; then myconf="${myconf} --enable-drac" fi |