diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-27 03:30:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-27 03:30:48 +0000 |
commit | 06d6b56a922c29d1a20d970b355ac4c09eba228a (patch) | |
tree | 6bf1dd17c9b3a8382b4ce8ab939a81aa90ce9757 /mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild | |
parent | cleanup autotools (diff) | |
download | historical-06d6b56a922c29d1a20d970b355ac4c09eba228a.tar.gz historical-06d6b56a922c29d1a20d970b355ac4c09eba228a.tar.bz2 historical-06d6b56a922c29d1a20d970b355ac4c09eba228a.zip |
dont call portageq and punt package to net-mail
Package-Manager: portage-2.1.2_pre1-r1
Diffstat (limited to 'mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild')
-rw-r--r-- | mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild b/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild index 22033c4f3ee8..63ef5bd4970d 100644 --- a/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild +++ b/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild,v 1.7 2006/07/19 09:42:56 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild,v 1.8 2006/09/27 03:30:48 vapier Exp $ inherit eutils qt3 @@ -44,7 +44,7 @@ pkg_nofetch() { pkg_setup() { if ( [[ -d /usr/local/ciphire ]] || type -p ciphire-ctl &>/dev/null ) && \ - ! portageq has_version / ciphire-mail ; then + ! has_version / ciphire-mail ; then echo einfo "If you have previously had Ciphire Mail manually installed," einfo "please uninstall it first (from dir you installed it):" |