Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 159065

Summary: net-nntp/inn-2.4.1 - bad autotools handling + QA fixes
Product: Gentoo Linux Reporter: Julian Golderer <glua>
Component: Current packagesAssignee: Gentoo Net-news project <net-news>
Status: RESOLVED FIXED    
Severity: normal CC: jakub
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 148821    
Attachments: inn-2.4.1.ebuild.diff

Description Julian Golderer 2006-12-25 02:48:04 UTC
i found a little bug in the ebuild file of net-nntp/inn-2.4.1. it's just a little fix:
DEPEND="${RDEPEND}
    >=sys-devel/autoconf-2.13
    sys-devel/libtool
    >=sys-apps/sed-4"

should be:
DEPEND="${RDEPEND}
    =sys-devel/autoconf-2.1*
    sys-devel/libtool
    >=sys-apps/sed-4"

otherwise it doesn't emerge autoconf-2.13 automatically and claims then that autoconf-2.13 is missing.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-25 03:10:00 UTC
Created attachment 104703 [details, diff]
inn-2.4.1.ebuild.diff

- fix autotools deps and handling, use autotools eclass
- nuke redundant system dependencies
- add quoting all over the place
- s/einfo/elog
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-07 08:48:29 UTC
Ping...
Comment 3 Markus Ullmann (RETIRED) gentoo-dev 2007-04-07 12:26:27 UTC
Fixed in the meantime