Following commands must be executed by root.
#USE="git" emerge app-portage/layman
#vim /var/lib/layman/overlay-bijk.xml
<?xml version="1.0" ?> <repositories version="1.0"> <repo priority="50" quality="stable" status="unofficial"> <name>overlay-bijk</name> <description>Bijk.com Gentoo repository</description> <homepage>http://www.bijk.com/</homepage> <owner> <email>support@bijk.com</email> </owner> <source type="git">git://gentoo.bijk.com/overlay-bijk.git</source> </repo> </repositories>
overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml file:///var/lib/layman/var/lib/layman/overlay-bijk.xml #this line
#layman -f -a overlay-bijk
#layman -s overlay-bijk
#echo perl-gcpan >> /etc/portage/categories
#emerge bijk-node
#/etc/init.d/bijk-node start
#cat /etc/bijk/client_hash
#emerge dev-vcs/git app-portage/eix
#cd /usr/local/ #git clone git://gentoo.bijk.com/overlay-bijk.git
#vim /etc/make.conf
#add the line below to the end of your file but if you have in make.conf something like this: source /var/lib/layman/make.conf then put the PORTDIR_OVERLAY just obove that. PORTDIR_OVERLAY="/usr/local/overlay-bijk"
#chown -R portage:portage /usr/local/overlay-bijk
#eix-sync overlay-bijk
#echo perl-gcpan >> /etc/portage/categories
#emerge bijk-node
#/etc/init.d/bijk-node start
#cat /etc/bijk/client_hash
Following commands needs installed and correctly configured paludis package manager. Getting started with paludis .
For paludis package manager you really need to now what you're doing.
#echo 'sys-apps/paludis portage' >> /etc/paludis/use.conf #cave resolve -x sys-apps/paludis dev-vcs/git
#cd /usr/local/ chown -R portage:portage /usr/local/overlay-bijk #git clone git://gentoo.bijk.com/overlay-bijk.git
#vim /etc/paludis/repositories/overlay-bijk.conf
master_repository = gentoo location = /usr/local/overlay-bijk/ sync = git://IP/overlay-bijk.git names_cache = /var/cache/paludis/names #path to your names_cache, this one is just default example from paludis web write_cache = /var/cache/paludis/metadata #path to your write chache, this one is just default example from paludis web format = e #format = ebuild is deprected
#cave sync
#cave resolve -x bijk-node
#/etc/init.d/bijk-node start
#cat /etc/bijk/client_hash