when I ./bootstrap, I get automake 2.5 or higher needed. I have 2.61. I had to change the egrep in the bootstrap file to:
$AUTOCONF --version 2>&1|head -n 1|egrep '1.[0-9]|2.[0-4]'
here is autoconf --version output:
autoconf (GNU Autoconf) 2.61
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
That's because rev3204 is downloaded. It has already been fixed in a later revision.
Do everything you've done, only replace the date in the name of ebuild file with a more recent one.
I did this and it works :)
cp codeblocks-20061111.ebuild codeblocks-20070103.ebuild
ebuild codeblocks-20070103.ebuild digest
emerge -v --ask --tree codeblocks