summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2012-11-29 19:08:48 +0000
committerEray Aslan <eras@gentoo.org>2012-11-29 19:08:48 +0000
commit856260858cdd2d4c8b38b5960c7928b1256db2fb (patch)
tree278e3d373ded79ea5a16ed21532baf0affaa87bc /mail-client/alpine
parentVersion bump, update patch (diff)
downloadgentoo-2-856260858cdd2d4c8b38b5960c7928b1256db2fb.tar.gz
gentoo-2-856260858cdd2d4c8b38b5960c7928b1256db2fb.tar.bz2
gentoo-2-856260858cdd2d4c8b38b5960c7928b1256db2fb.zip
Don't elog messages all the time - bug #440570
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'mail-client/alpine')
-rw-r--r--mail-client/alpine/ChangeLog5
-rw-r--r--mail-client/alpine/alpine-2.00-r5.ebuild19
2 files changed, 5 insertions, 19 deletions
diff --git a/mail-client/alpine/ChangeLog b/mail-client/alpine/ChangeLog
index 7d9a4ad0eb64..b83467d3f83b 100644
--- a/mail-client/alpine/ChangeLog
+++ b/mail-client/alpine/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/alpine
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/alpine/ChangeLog,v 1.17 2012/11/27 19:55:14 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/alpine/ChangeLog,v 1.18 2012/11/29 19:08:48 eras Exp $
+
+ 29 Nov 2012; Eray Aslan <eras@gentoo.org> alpine-2.00-r5.ebuild:
+ Don't elog messages all the time - bug #440570
27 Nov 2012; Eray Aslan <eras@gentoo.org> -alpine-2.00-r1.ebuild,
-alpine-2.00-r2.ebuild, -alpine-2.00-r3.ebuild, -alpine-2.00.ebuild:
diff --git a/mail-client/alpine/alpine-2.00-r5.ebuild b/mail-client/alpine/alpine-2.00-r5.ebuild
index 4fd2030b633d..198a64ce4949 100644
--- a/mail-client/alpine/alpine-2.00-r5.ebuild
+++ b/mail-client/alpine/alpine-2.00-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/alpine/alpine-2.00-r5.ebuild,v 1.2 2012/10/23 05:50:55 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/alpine/alpine-2.00-r5.ebuild,v 1.3 2012/11/29 19:08:48 eras Exp $
EAPI=4
@@ -106,20 +106,3 @@ src_install() {
dohtml -r doc/tech-notes/
fi
}
-
-pkg_postinst() {
- if use spell ; then
- elog
- elog "In order to use spell checking"
- elog " emerge app-dicts/aspell-\<your_langs\>"
- elog "and setup alpine with:"
- elog " Speller = /usr/bin/aspell -c"
- elog
- fi
- if use passfile ; then
- elog
- elog "${PN} will cache passwords between connections."
- elog "File ~/.pinepwd will be used for this."
- elog
- fi
-}