Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159065 - net-nntp/inn-2.4.1 - bad autotools handling + QA fixes
Summary: net-nntp/inn-2.4.1 - bad autotools handling + QA fixes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Net-news project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2006-12-25 02:48 UTC by Julian Golderer
Modified: 2007-04-07 12:26 UTC (History)
1 user (show)

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


Attachments
inn-2.4.1.ebuild.diff (inn-2.4.1.ebuild.diff,4.25 KB, patch)
2006-12-25 03:10 UTC, Jakub Moc (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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