Bug 160154 - app-misc/devtodo : broken autotools handling (cleanup ebuilds please)
Bug#: 160154 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: shell-tools@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL: 
Summary: app-misc/devtodo : broken autotools handling (cleanup ebuilds please)
Keywords:  
Status Whiteboard: 
Opened: 2007-01-04 23:21 0000
Description:   Opened: 2007-01-04 23:21 0000
The following ebuilds are found to have broken autotools handling, as they run
autotools directly (they never should, instead they should call eautoreconf (or
eautoconf or eautomake, _only in some cases_) in autotools.eclass, read
http://www.gentoo.org/proj/en/qa/autofailure.xml for more information):

devtodo-0.1.18-r2.ebuild:       einfo "Running autoreconf"
devtodo-0.1.18-r2.ebuild:       autoreconf -f -i || die "autoreconf failed"
devtodo-0.1.19.ebuild:  einfo "Running autoreconf"
devtodo-0.1.19.ebuild:  autoreconf -f -i || die "autoreconf failed"
devtodo-0.1.19-r1.ebuild:       einfo "Running autoreconf"
devtodo-0.1.19-r1.ebuild:       autoreconf -f -i || die "autoreconf failed"


Please cleanup the ebuilds by asking for stable marking, removing obsolete
ebuilds with no relevant keywords, or porting the fixes in newer versions (if
presents) to properly handle autotools.

Thanks,
Diego

------- Comment #1 From Markus Ullmann 2007-04-07 15:21:49 0000 -------
Fixed in CVS now, thanks for the report :)