summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-05-16 21:08:32 +0000
committerTim Harder <radhermit@gentoo.org>2013-05-16 21:08:32 +0000
commitc10ed2cd1e8f663cfe1188b8c98bebbfd22bbe77 (patch)
tree741d11e58ff05cfcb4b3bc1f8e150811d22b55a8
parentupdate libpng dep to slot 1.5 (diff)
downloadgentoo-2-c10ed2cd1e8f663cfe1188b8c98bebbfd22bbe77.tar.gz
gentoo-2-c10ed2cd1e8f663cfe1188b8c98bebbfd22bbe77.tar.bz2
gentoo-2-c10ed2cd1e8f663cfe1188b8c98bebbfd22bbe77.zip
Make elog messages only show on new installs.
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
-rw-r--r--mail-filter/dovecot-antispam/ChangeLog6
-rw-r--r--mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild12
2 files changed, 12 insertions, 6 deletions
diff --git a/mail-filter/dovecot-antispam/ChangeLog b/mail-filter/dovecot-antispam/ChangeLog
index fb72aa3027be..8ad04acf5d92 100644
--- a/mail-filter/dovecot-antispam/ChangeLog
+++ b/mail-filter/dovecot-antispam/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/dovecot-antispam
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.27 2013/05/16 18:14:37 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.28 2013/05/16 21:08:32 radhermit Exp $
+
+ 16 May 2013; Tim Harder <radhermit@gentoo.org>
+ dovecot-antispam-2.0_pre20130429.ebuild:
+ Make elog messages only show on new installs.
*dovecot-antispam-2.0_pre20130429 (16 May 2013)
diff --git a/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild b/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild
index 3c465ddfd96f..e6ce1b89fd71 100644
--- a/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild
+++ b/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild,v 1.1 2013/05/16 18:14:37 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild,v 1.2 2013/05/16 21:08:32 radhermit Exp $
EAPI=5
@@ -24,8 +24,10 @@ src_prepare() {
}
pkg_postinst() {
- elog
- elog "You will need to install mail-filter/dspam or app-text/crm114"
- elog "if you want to use the related backends in dovecot-antispam."
- elog
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ elog
+ elog "You will need to install mail-filter/dspam or app-text/crm114"
+ elog "if you want to use the related backends in dovecot-antispam."
+ elog
+ fi
}