Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160004 - dev-libs/beecrypt : broken autotools handling (cleanup ebuilds please)
Summary: dev-libs/beecrypt : broken autotools handling (cleanup ebuilds please)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Sandro Bonazzola (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2007-01-04 09:38 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-01-04 11:47 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2007-01-04 09:38:10 UTC
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):

./dev-libs/beecrypt/beecrypt-4.1.2.ebuild:      libtoolize --copy --force

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 Sandro Bonazzola (RETIRED) gentoo-dev 2007-01-04 11:47:05 UTC
./dev-libs/beecrypt/beecrypt-4.1.2.ebuild removed from the tree. It seems that nobody depend on it and 4.1.2-r1 obsoletes this ebuild.  3.x series ebuild will be removed as soon as 4.1.2-r1 is stabilized for remaining arch.

Commit message:
Removed broken ebuild, obsoleted by 4.1.2-r1. Fix bug #160004, Thanks to Diego Petten
Comment 2 Sandro Bonazzola (RETIRED) gentoo-dev 2007-01-04 11:47:05 UTC
./dev-libs/beecrypt/beecrypt-4.1.2.ebuild removed from the tree. It seems that nobody depend on it and 4.1.2-r1 obsoletes this ebuild.  3.x series ebuild will be removed as soon as 4.1.2-r1 is stabilized for remaining arch.

Commit message:
Removed broken ebuild, obsoleted by 4.1.2-r1. Fix bug #160004, Thanks to Diego Pettenò <flameeyes@gentoo.org> for reporting.