Original von ilmalcom
I noticed it's long time Gentoo ebuild for aMule isn't updated, the last release is 1.1.0.
I've casually found the ebuild for 1.1.2, isn't there an official repository?
In the unstable branch, there is ebuild for amule 1.1.2
Simply take this ebuild, copy it to /usr/local/portage/net-p2p directory (create it before), then rename the file to amule-1.2.0.ebuild
Edit your /etc/make.conf so it will have
[code:1]
PORTDIR_OVERLAY=/usr/local/portage
[/code:1]
Run
[code:1]
ebuild /usr/local/portage/net-p2p/amule-1.2.0.ebuild digest
[/code:1]
then
[code:1]
emerge /usr/local/portage/net-p2p/amule-1.2.0.ebuild
or
ACCEPT_KEYWORDS=~x86 emerge amule
[/code:1]
you should be ok!
bye
marchino