Now you can find gentoo ebuild on layman of Gentoo.
To add ebuild to your portage tree type you need to install layman first:
echo "app-portage/layman" >> /etc/portage/package.keywords emerge layman
Now retrieve the overlay list:
layman -L
Then add verlihub overlay
layman -a verlihub
Now you need to modify your /etc/make.conf file, add this line:
source /var/lib/layman/make.conf
To install verlihub just type
emerge -av net-p2p/verlihub
To download a specific version
emerge -av =net-p2p/verlihub-0.9.8d_rc1
You can install plugins merging each ebuilds:
emerge -av net-libs/lua net-libs/chatroom net-libs/replacer
or adding flags to verlihub ebuild
echo "net-p2p/verlihub lua chatroom replacer iplog" > /etc/portage/package.use
Please report all bugs to http://forums.verlihub-project.org//forumdisplay.php?f=36