Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57177 - Ebuild for uw-imap-2004
Summary: Ebuild for uw-imap-2004
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-15 06:48 UTC by Mike Gilbert
Modified: 2004-10-03 15:36 UTC (History)
0 users

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


Attachments
ebuild (net-mail/uw-imap-2004.ebuild) (uw-imap-2004.ebuild,3.00 KB, application/octet-stream)
2004-07-15 06:49 UTC, Mike Gilbert
Details
Diff against uw-imap-2004a.ebuild (uw-imap-2004a.diff,1.27 KB, patch)
2004-10-02 00:00 UTC, Mike Gilbert
Details | Diff
New ebuild for uw-imap 2004a (net-mail/uw-imap-2004a.ebuild) (uw-imap-2004a.ebuild,3.12 KB, text/plain)
2004-10-02 00:02 UTC, Mike Gilbert
Details
Another revision of 2004a ebuild (uw-imap-2004a.ebuild,3.12 KB, text/plain)
2004-10-03 14:52 UTC, Mike Gilbert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2004-07-15 06:48:03 UTC
Version 2004 has been out for a while, and adds IPv6 support. I hacked up a quick ebuild based on uw-imap-2002e-r2.ebuild in portage. It checks the ipv6 use flag in the src_compile section.

Reproducible: Always
Steps to Reproduce:
Comment 1 Mike Gilbert gentoo-dev 2004-07-15 06:49:57 UTC
Created attachment 35478 [details]
ebuild (net-mail/uw-imap-2004.ebuild)
Comment 2 Andrej Kacian (RETIRED) gentoo-dev 2004-10-01 15:13:49 UTC
Could you please provide a diff file against the original ebuild? It makes it easier for us to find out what you have changed or added. Thanks.
Comment 3 Mike Gilbert gentoo-dev 2004-10-01 23:57:21 UTC
No problem, I made up a new ebuild using uw-imap-2004e-r4.ebuild as a base. I'll attach the ebuild and the diff.
Comment 4 Mike Gilbert gentoo-dev 2004-10-02 00:00:44 UTC
Created attachment 40907 [details, diff]
Diff against uw-imap-2004a.ebuild
Comment 5 Mike Gilbert gentoo-dev 2004-10-02 00:02:13 UTC
Created attachment 40908 [details]
New ebuild for uw-imap 2004a (net-mail/uw-imap-2004a.ebuild)
Comment 6 Mike Gilbert gentoo-dev 2004-10-02 00:05:07 UTC
Whoops, I had a brain fart there. The new ebuild is based on uw-imap-2002e-r4, and the diff is against that ebuild.
Comment 7 Andrej Kacian (RETIRED) gentoo-dev 2004-10-03 11:48:55 UTC
There is 2004a package on upstream ftp, and after changing the name of your ebuild to uw-imap-2004a.ebuild, it doesn't install cleanly - it wants to copy some man files that don't exist, and I've noticed at least one "broken pipe" message along the build. Could you possibly have a closer look at the ebuild?
Comment 8 Mike Gilbert gentoo-dev 2004-10-03 14:52:25 UTC
Created attachment 41022 [details]
Another revision of 2004a ebuild

Ok, I just changed the line:
doman src/ipopd/ipopd.8c src/imapd/imapd.8c
To:
doman src/ipopd/ipopd.8 src/imapd/imapd.8

That took care of the man page issue. As for the broken pipe, I assume you're
talking about the "yes" command. If you read the yes(1) man page, you'll
realize that a broken pipe there doesn't matter and is actually hard to avoid.
In fact, the broken pipe occurs in the "stable" uw-imap-2002e-r1.ebuild. Thanks
for pointing it out, but I didn't cause that one.
Comment 9 Andrej Kacian (RETIRED) gentoo-dev 2004-10-03 15:36:47 UTC
Added to CVS portage, thanks for the ebuild!