Bug 160038 - net-misc/asterisk-addons : broken autotools handling (cleanup ebuilds please)
Bug#: 160038 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: stkn@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL: 
Summary: net-misc/asterisk-addons : broken autotools handling (cleanup ebuilds please)
Keywords:  
Status Whiteboard: 
Opened: 2007-01-04 10:44 0000
Description:   Opened: 2007-01-04 10:44 0000
The following ebuilds are found to have broken autotools handling, as they run
libtoolize directly (they never should, instead they should call eautoreconf in
autotools.eclass, read http://www.gentoo.org/proj/en/qa/autofailure.xml for
more information):

./net-misc/asterisk-addons/asterisk-addons-1.2.0.ebuild:               
libtoolize --copy --force || die "libtoolize failed"
./net-misc/asterisk-addons/asterisk-addons-1.2.1.ebuild:               
libtoolize --copy --force || die "libtoolize failed"
./net-misc/asterisk-addons/asterisk-addons-1.2.4.ebuild:               
libtoolize --copy --force || die "libtoolize 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 Gustavo Zacarias (RETIRED) 2007-01-10 22:46:45 0000 -------
Cleaned up the old ones, kept the last one fixed by drizzt.