-
Notifications
You must be signed in to change notification settings - Fork 0
How To Use This Overlay
hongqn edited this page Jun 26, 2012
·
2 revisions
- Install layman
$ echo "app-portage/layman git" >> $EPREFIX/etc/portage/package.use
$ emerge layman
- Edit
$EPREFIX/etc/layman/layman.cfg
. Add a line after
overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
so that it becomes
overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
file://$EPREFIX/var/lib/layman/my-list.xml
Replace `$EPREFIX` with your prefix installation path.
- Edit
$EPREFIX/var/lib/layman/my-list.xml
. The content of this file should be:
<?xml version="1.0" ?>
<layman>
<overlay type="git" name="hongqn"
src="git://github.com/hongqn/hongqn-gentoo-overlay.git"
contact="hongqn@gmail.com">
<link>https://github.com/hongqn/hongqn-gentoo-overlay</link>
<description>
hongqn's gentoo overlay
</description>
</overlay>
</layman>
- Add this overlay
$ layman -a hongqn