Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44783 - procmail ebuild not correct
Summary: procmail ebuild not correct
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-15 15:55 UTC by Antonio
Modified: 2004-06-28 21:21 UTC (History)
2 users (show)

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


Attachments
correct ebuild (procmail-3.22-r6.ebuild,1.73 KB, text/plain)
2004-03-15 15:56 UTC, Antonio
Details
procmail-3.22-r6.ebuild.diff (procmail-3.22-r6.ebuild.diff,154 bytes, patch)
2004-06-14 17:39 UTC, Cory Visi (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2004-03-15 15:55:18 UTC
procmail-3.22-r6.ebuild have a short bug:

if install with USE=mbox there are this problem 
.............
........  
            echo '# Use mbox-style mailbox in /var/spool/mail' > ${S}/procmail
                echo 'DEFAULT=/var/spool/mail/$LOGNAME' >> ${S}/procmailrc
        fi
....................
................

correct is:

   echo '# Use mbox-style mailbox in /var/spool/mail' > ${S}/procmailrc
                echo 'DEFAULT=/var/spool/mail/$LOGNAME' >> ${S}/procmailrc
        fi



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Antonio 2004-03-15 15:56:06 UTC
Created attachment 27423 [details]
correct ebuild

This is a correct ebuild
Comment 2 Cory Visi (RETIRED) gentoo-dev 2004-06-14 17:38:37 UTC
This is straightforward... needs to be committed. I'll attach a diff to make things even easier!

Thanks Antonio!
Comment 3 Cory Visi (RETIRED) gentoo-dev 2004-06-14 17:39:16 UTC
Created attachment 33264 [details, diff]
procmail-3.22-r6.ebuild.diff
Comment 4 Cory Visi (RETIRED) gentoo-dev 2004-06-28 21:21:47 UTC
In portage; thank you very much for catching this!