Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85817 - mutt version bump (1.5.9)
Summary: mutt version bump (1.5.9)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-18 13:49 UTC by Fernando J. Pereda (RETIRED)
Modified: 2005-08-11 18:14 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for mutt-1.5.9 (mutt-1.5.9.shar,633.99 KB, application/x-shar)
2005-08-11 08:26 UTC, Pedro Algarvio
Details
mutt-1.5.9 ebuild with nntp corrected (mutt-1.5.9.shar,630.70 KB, application/octet-stream)
2005-08-11 18:14 UTC, Pedro Algarvio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fernando J. Pereda (RETIRED) gentoo-dev 2005-03-18 13:49:04 UTC
Hi !

mutt-1.5.9 was released a couple of days ago.

nntp.vvv patch has also been released for 1.5.9.

Cheers,
Ferdy
Comment 1 Pedro Algarvio 2005-08-11 08:26:42 UTC
Created attachment 65671 [details]
ebuild for mutt-1.5.9

+mutt-1.5.9.ebuild, +mutt-1.5.9-r1.ebuild:
  Bump to 1.5.9, update available patches and updated all previous to apply.
  Added mutt-1.5.4-imap-fcc-status.patch in case imap use flag is used.

  mutt-1.5.9-r1:
  Here I made a few more changes and added some other patches:
  patch-1.5.5.1.cd.trash_folder.3.4
  patch-1.5.5.1.cd.purge_message.3.4
  mutt-1.5.8-indexcolor-3.diff
  patch-1.5.1.dgc.deepif.1
  Marked all unstable of course.

Un-Shar it to your overlay dir.
To use "normal" mutt:
echo =mail-client/mutt-1.5.9 ~x89 /etc/portage/package.keywords

To use mutt with all the new patched I added:
echo =mail-client/mutt-1.5.9-r1 ~x89 /etc/portage/package.keywords

and emerge mutt of, course ;)
Comment 2 Pedro Algarvio 2005-08-11 08:28:13 UTC
(In reply to comment #1)
> Created an attachment (id=65671) [edit]
> ebuild for mutt-1.5.9
> 
> +mutt-1.5.9.ebuild, +mutt-1.5.9-r1.ebuild:
>   Bump to 1.5.9, update available patches and updated all previous to apply.
>   Added mutt-1.5.4-imap-fcc-status.patch in case imap use flag is used.
> 
>   mutt-1.5.9-r1:
>   Here I made a few more changes and added some other patches:
>   patch-1.5.5.1.cd.trash_folder.3.4
>   patch-1.5.5.1.cd.purge_message.3.4
>   mutt-1.5.8-indexcolor-3.diff
>   patch-1.5.1.dgc.deepif.1
>   Marked all unstable of course.
> 
> Un-Shar it to your overlay dir.
> To use "normal" mutt:
> echo =mail-client/mutt-1.5.9 ~x89 /etc/portage/package.keywords
> 
> To use mutt with all the new patched I added:
> echo =mail-client/mutt-1.5.9-r1 ~x89 /etc/portage/package.keywords
> 
> and emerge mutt of, course ;)


The correct echo's are:
To use "normal" mutt:
echo =mail-client/mutt-1.5.9 ~x89 >> /etc/portage/package.keywords

To use mutt with all the new patched I added:
echo =mail-client/mutt-1.5.9-r1 ~x89 >> /etc/portage/package.keywords
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2005-08-11 15:57:43 UTC
1.5.9 in portage with all the patches
Comment 4 Pedro Algarvio 2005-08-11 18:14:13 UTC
Created attachment 65712 [details]
mutt-1.5.9 ebuild with nntp corrected

If used nntp use flag, emerge would fail, this new shar, now solves that!