A new version of monkeyd which fix many bugs is out. Simply copying monkeyd-0.8.2.ebuild to monkeyd-0.8.4.ebuild and emerging it works perfectly. Reproducible: Always Steps to Reproduce: 1.cd /usr/portage/net-www/monkeyd/ 2.cp monkeyd-0.8.2.ebuild monkeyd-0.8.4.ebuild 3.ebuild monkeyd-0.8.4 digest 4.emerge monkeyd-0.8.4.ebuild Actual Results: Compiles and install without problem.
ugh i just added 0.8.3 last nite :P
Sorry but there is a problem. There was a second release for 0.8.4 because of a problem in the first one so the tarball that should be downloaded is monkey-0.8.4-2.tar.gz instead of monkey-0.8.4.tar.gz. I dont know how to fix this, renaming the ebuild gives: portable monkeyd # ebuild monkeyd-0.8.4-2.ebuild digest !!! Name error in monkeyd-0.8.4-2: multiple version parts. !!! Error: PF is null 'monkeyd-0.8.4-2'; exiting.
Created attachment 33605 [details] Working ebuild Here is a working ebuild for the second release of 0.8.4, I changed the two following lines in the ebuild; SRC_URI="http://monkeyd.sourceforge.net/versions/${MY_P}.tar.gz" to: SRC_URI="http://monkeyd.sourceforge.net/versions/${MY_P}-2.tar.gz" and, S=${WORKDIR}/${MY_P} to: S=${WORKDIR}/${MY_P}-2 Thanks for taking care of this :)
version bumped with 0.8.4-2 thanks