Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59618 - getmail-4.0.7.ebuild (Update)
Summary: getmail-4.0.7.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Net-Mail Packages
URL: http://www.qcc.ca/~charlesc/software/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-06 07:24 UTC by Frank Benkstein
Modified: 2004-08-06 15:41 UTC (History)
0 users

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


Attachments
getmail-4.0.7.ebuild (getmail-4.0.7.ebuild,1.25 KB, text/plain)
2004-08-06 07:25 UTC, Frank Benkstein
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Benkstein 2004-08-06 07:24:51 UTC
New ebuild for new getmail 4.0.7 released this night. Slight change
due to change in install script. From changelog:

  -change location of documentation/man pages to
  <prefix>/share/{doc/getmail,man}/ to be more comformant with the FHS.
Comment 1 Frank Benkstein 2004-08-06 07:25:24 UTC
Created attachment 36888 [details]
getmail-4.0.7.ebuild
Comment 2 Frank Benkstein 2004-08-06 10:40:26 UTC
*Update: 4.0.8 is the newest version.* 
Comment 3 Tom Martin (RETIRED) gentoo-dev 2004-08-06 13:08:57 UTC
I bumped to 4.0.8 in CVS. I had to make some changes to make sure that the way the author likes to handle docs is consistent with the way Gentoo handles docs.

Thank you for reporting!
Comment 4 Frank Benkstein 2004-08-06 14:19:59 UTC
From the ebuild:
<code>
src_install() {
[...]
    # and the man pages..
    gzip --silent ${D}/usr/share/man/getmail*
}
</code>

This is unnecessary because prepman already gzips the manpages for us. Correct
me if I'm wrong.
Comment 5 Tom Martin (RETIRED) gentoo-dev 2004-08-06 15:41:35 UTC
You're quite right. Removed from the ebuild (although it's purely a stylistic matter.. gzipping at one point rather than another).

Thanks again.