public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mutt: mutt-1.5.23-r7.ebuild ChangeLog
Date: Tue,  4 Aug 2015 05:35:01 +0000 (UTC)	[thread overview]
Message-ID: <20150804053501.399EB124@oystercatcher.gentoo.org> (raw)

vapier      15/08/04 05:35:01

  Modified:             mutt-1.5.23-r7.ebuild ChangeLog
  Log:
  Only show quickstart link on first install.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.7                  mail-client/mutt/mutt-1.5.23-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r7.ebuild?r1=1.6&r2=1.7

Index: mutt-1.5.23-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mutt-1.5.23-r7.ebuild	2 Aug 2015 18:43:59 -0000	1.6
+++ mutt-1.5.23-r7.ebuild	4 Aug 2015 05:35:01 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r7.ebuild,v 1.6 2015/08/02 18:43:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r7.ebuild,v 1.7 2015/08/04 05:35:01 vapier Exp $
 
 EAPI="5"
 
@@ -242,9 +242,11 @@
 }
 
 pkg_postinst() {
-	echo
-	elog "If you are new to mutt you may want to take a look at"
-	elog "the Gentoo QuickStart Guide to Mutt E-Mail:"
-	elog "   https://wiki.gentoo.org/wiki/Mutt"
-	echo
+	if [[ -z ${REPLACING_VERSIONS} ]] ; then
+		echo
+		elog "If you are new to mutt you may want to take a look at"
+		elog "the Gentoo QuickStart Guide to Mutt E-Mail:"
+		elog "   https://wiki.gentoo.org/wiki/Mutt"
+		echo
+	fi
 }



1.291                mail-client/mutt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.291&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.291&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?r1=1.290&r2=1.291

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog	2 Aug 2015 18:43:59 -0000	1.290
+++ ChangeLog	4 Aug 2015 05:35:01 -0000	1.291
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/mutt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.290 2015/08/02 18:43:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.291 2015/08/04 05:35:01 vapier Exp $
+
+  04 Aug 2015; Mike Frysinger <vapier@gentoo.org> mutt-1.5.23-r7.ebuild:
+  Only show quickstart link on first install.
 
   02 Aug 2015; Agostino Sarubbo <ago@gentoo.org> mutt-1.5.23-r7.ebuild:
   Stable for x86, wrt bug #556042





             reply	other threads:[~2015-08-04  5:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-04  5:35 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-02 18:43 [gentoo-commits] gentoo-x86 commit in mail-client/mutt: mutt-1.5.23-r7.ebuild ChangeLog Agostino Sarubbo (ago)
2015-07-30 18:45 Mikle Kolyada (zlogene)
2015-07-30 12:33 Agostino Sarubbo (ago)
2015-07-29 15:04 Mikle Kolyada (zlogene)
2015-07-28 10:39 Tobias Klausmann (klausman)
2015-06-28 20:06 Fabian Groffen (grobian)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150804053501.399EB124@oystercatcher.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox