summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-18 01:44:33 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-18 01:44:33 +0000
commit9ba950a6444be49da463800e55b1e183b2a6e786 (patch)
tree40193a4b24ffb0a7876f80bc5f7648aba19a6df9 /mail-client
parentCleanup. (diff)
downloadgentoo-2-9ba950a6444be49da463800e55b1e183b2a6e786.tar.gz
gentoo-2-9ba950a6444be49da463800e55b1e183b2a6e786.tar.bz2
gentoo-2-9ba950a6444be49da463800e55b1e183b2a6e786.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/ciphire-mail/ChangeLog8
-rw-r--r--mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild36
-rw-r--r--mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild36
3 files changed, 42 insertions, 38 deletions
diff --git a/mail-client/ciphire-mail/ChangeLog b/mail-client/ciphire-mail/ChangeLog
index 52be3bdd46fd..b9f2644617c9 100644
--- a/mail-client/ciphire-mail/ChangeLog
+++ b/mail-client/ciphire-mail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/ciphire-mail
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ChangeLog,v 1.13 2006/08/27 22:25:18 mr_bones_ Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ChangeLog,v 1.14 2007/03/18 01:44:33 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> ciphire-mail-1.1.015.ebuild,
+ ciphire-mail-1.2.047.ebuild:
+ Replacing einfo with elog
27 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org>
-ciphire-mail-1.0.0.ebuild, -ciphire-mail-1.1.009.ebuild:
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 63ef5bd4970d..fcf8500c824a 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
+# Copyright 1999-2007 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.8 2006/09/27 03:30:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild,v 1.9 2007/03/18 01:44:33 genone Exp $
inherit eutils qt3
@@ -46,12 +46,12 @@ pkg_setup() {
if ( [[ -d /usr/local/ciphire ]] || type -p ciphire-ctl &>/dev/null ) && \
! 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):"
- echo
- einfo " # ./ciphire-uninstall system"
- echo
- einfo "and then remerge ciphire-mail."
+ eerror "If you have previously had Ciphire Mail manually installed,"
+ eerror "please uninstall it first (from dir you installed it):"
+ eerror
+ eerror " # ./ciphire-uninstall system"
+ eerror
+ eerror "and then remerge ciphire-mail."
echo
die "Old version of ciphire-mail installed"
fi
@@ -131,16 +131,16 @@ pkg_postinst() {
fi
echo
- einfo "To setup Ciphire Mail for a user, please run as that user:"
- echo
- einfo " ${LOC}/ciphire-setup"
- echo
- einfo "If you have previously had Ciphire Mail manually installed,"
- einfo "please uninstall it first (from dir you installed it):"
- echo
- einfo " # ./ciphire-uninstall system"
- echo
- einfo "and then remerge ciphire-mail."
+ elog "To setup Ciphire Mail for a user, please run as that user:"
+ elog
+ elog " ${LOC}/ciphire-setup"
+ elog
+ elog "If you have previously had Ciphire Mail manually installed,"
+ elog "please uninstall it first (from dir you installed it):"
+ elog
+ elog " # ./ciphire-uninstall system"
+ elog
+ elog "and then remerge ciphire-mail."
echo
if useq amd64 ; then
ewarn "Please note that the AMD64 support (ciphire-redir64.so) is"
diff --git a/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild b/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild
index 6392a2f1a6fa..cad4853cca46 100644
--- a/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild
+++ b/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.2.047.ebuild,v 1.2 2006/09/27 03:30:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild,v 1.3 2007/03/18 01:44:33 genone Exp $
inherit eutils qt3
@@ -46,12 +46,12 @@ pkg_setup() {
if ( [[ -d /usr/local/ciphire ]] || type -p ciphire-ctl &>/dev/null ) && \
! 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):"
- echo
- einfo " # ./ciphire-uninstall system"
- echo
- einfo "and then remerge ciphire-mail."
+ eerror "If you have previously had Ciphire Mail manually installed,"
+ eerror "please uninstall it first (from dir you installed it):"
+ eerror
+ eerror " # ./ciphire-uninstall system"
+ eerror
+ eerror "and then remerge ciphire-mail."
echo
die "Old version of ciphire-mail installed"
fi
@@ -131,16 +131,16 @@ pkg_postinst() {
fi
echo
- einfo "To setup Ciphire Mail for a user, please run as that user:"
- echo
- einfo " ${LOC}/ciphire-setup"
- echo
- einfo "If you have previously had Ciphire Mail manually installed,"
- einfo "please uninstall it first (from dir you installed it):"
- echo
- einfo " # ./ciphire-uninstall system"
- echo
- einfo "and then remerge ciphire-mail."
+ elog "To setup Ciphire Mail for a user, please run as that user:"
+ elog
+ elog " ${LOC}/ciphire-setup"
+ elog
+ elog "If you have previously had Ciphire Mail manually installed,"
+ elog "please uninstall it first (from dir you installed it):"
+ elog
+ elog " # ./ciphire-uninstall system"
+ elog
+ elog "and then remerge ciphire-mail."
echo
if useq amd64 ; then
ewarn "Please note that the AMD64 support (ciphire-redir64.so) is"