Bug 57177 - Ebuild for uw-imap-2004
Bug#: 57177 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: net-mail@gentoo.org Reported By: mdgilber@umich.edu
Component: Ebuilds
URL: 
Summary: Ebuild for uw-imap-2004
Keywords:  
Status Whiteboard: 
Opened: 2004-07-15 06:48 0000
Description:   Opened: 2004-07-15 06:48 0000
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 From Mike Gilbert 2004-07-15 06:49:57 0000 -------
Created an attachment (id=35478) [details]
ebuild (net-mail/uw-imap-2004.ebuild)

------- Comment #2 From Andrej Kacian (RETIRED) 2004-10-01 15:13:49 0000 -------
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 From Mike Gilbert 2004-10-01 23:57:21 0000 -------
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 From Mike Gilbert 2004-10-02 00:00:44 0000 -------
Created an attachment (id=40907) [details]
Diff against uw-imap-2004a.ebuild

------- Comment #5 From Mike Gilbert 2004-10-02 00:02:13 0000 -------
Created an attachment (id=40908) [details]
New ebuild for uw-imap 2004

------- Comment #6 From Mike Gilbert 2004-10-02 00:05:07 0000 -------
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 From Andrej Kacian (RETIRED) 2004-10-03 11:48:55 0000 -------
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 From Mike Gilbert 2004-10-03 14:52:25 0000 -------
Created an attachment (id=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 From Andrej Kacian (RETIRED) 2004-10-03 15:36:47 0000 -------
Added to CVS portage, thanks for the ebuild!