iniparser-3.0b should probably be renamed to iniparser-3.0_beta (or else the beta will take priority over the final release). The funny naming of the beta tarball is what caused the trouble in the first place: --- iniparser-3.0b.ebuild 2011-07-20 16:24:56.214591068 -0500 +++ iniparser-3.0_beta.ebuild 2011-07-20 16:21:27.292590749 -0500 @@ -4,7 +4,7 @@ inherit multilib toolchain-funcs -MY_P="${PN}${PV}" +MY_P="${PN}${PV/_beta/b}" DESCRIPTION="A free stand-alone ini file parsing library." HOMEPAGE="http://ndevilla.free.fr/iniparser/"
is out final release, marking as wontfix