diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-03-09 18:55:11 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-03-09 18:55:11 +0000 |
commit | 16a322dc386f69d5072fbde64f3620ea2799888a (patch) | |
tree | c7f62d9e4725db7a96a55afd1c9b57aa038679ea /mail-client/mutt | |
parent | Add workaround for sh (diff) | |
download | gentoo-2-16a322dc386f69d5072fbde64f3620ea2799888a.tar.gz gentoo-2-16a322dc386f69d5072fbde64f3620ea2799888a.tar.bz2 gentoo-2-16a322dc386f69d5072fbde64f3620ea2799888a.zip |
Upstream has updated the sidebar patch, add me as secondary maintainer
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/mutt')
-rw-r--r-- | mail-client/mutt/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mutt/metadata.xml | 3 | ||||
-rw-r--r-- | mail-client/mutt/mutt-1.5.19.ebuild | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/mail-client/mutt/ChangeLog b/mail-client/mutt/ChangeLog index bf8a4039c6d1..b5c0ded90833 100644 --- a/mail-client/mutt/ChangeLog +++ b/mail-client/mutt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mutt # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.124 2009/01/12 19:10:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.125 2009/03/09 18:55:11 grobian Exp $ + + 09 Mar 2009; Fabian Groffen <grobian@gentoo.org> metadata.xml, + mutt-1.5.19.ebuild: + Upstream has updated the sidebar patch 12 Jan 2009; Fabian Groffen <grobian@gentoo.org> mutt-1.5.19.ebuild: Drop wc-func bit for darwin, it doesn't change a thing on Darwin8 and simply diff --git a/mail-client/mutt/metadata.xml b/mail-client/mutt/metadata.xml index d4727ff8dfa0..334747e7ff5b 100644 --- a/mail-client/mutt/metadata.xml +++ b/mail-client/mutt/metadata.xml @@ -6,6 +6,9 @@ <email>ferdy@gentoo.org</email> <name>Fernando J. Pereda</name> </maintainer> + <maintainer> + <email>grobian@gentoo.org></email> + </maintainer> <use> <flag name='buffysize'>Enable buffysize workaround, see bug #72422</flag> diff --git a/mail-client/mutt/mutt-1.5.19.ebuild b/mail-client/mutt/mutt-1.5.19.ebuild index 5ff9f1d5c574..18cf922ff87f 100644 --- a/mail-client/mutt/mutt-1.5.19.ebuild +++ b/mail-client/mutt/mutt-1.5.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.19.ebuild,v 1.2 2009/01/12 19:10:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.19.ebuild,v 1.3 2009/03/09 18:55:11 grobian Exp $ inherit eutils flag-o-matic autotools @@ -8,7 +8,7 @@ PATCHSET_REV="" # note: latest sidebar patches can be found here: # http://www.lunar-linux.org/index.php?option=com_content&task=view&id=44 -SIDEBAR_PATCH_N="patch-1.5.18.sidebar.20080611.txt" +SIDEBAR_PATCH_N="patch-1.5.19.sidebar.20090308.txt" DESCRIPTION="a small but very powerful text-based mail client" HOMEPAGE="http://www.mutt.org" |