How to add my portage as an overlay:
* emerge layman dev-util/git
* edit /etc/make.conf, add the following line at the bottom:
source /usr/local/portage/layman/make.conf
* edit /etc/layman/layman.cfg, add the following overlay (read directions):
http://www.shatow.net/gentoo/layman.xml
* Add my overlay
layman -f -a bryan-portage
When you 'emerge --sync' you will also need to
'layman -s ALL' to update your overlays.
Creating a script to do this might be the best idea:
---- sync.sh ----
#! /bin/sh
layman -s ALL
emerge --sync
----
Or, if you use eix:
---- sync.sh ----
#! /bin/sh
layman -s ALL
eix-sync
----
I personally add sync.sh to /etc/cron.daily/
Packages so far:
- dev-libs/miracl 5.4 - Ported MIRACL to Gentoo.
- mail-mta/netqmail 1.05-r4 - Added USE flag virusscan for matching against a signatures file.
- net-misc/telnet-bsd 1.2-r1 - Added wraith auth support - USE=wraith (see telnet -h)
- net-misc/netkit-telnetd 0.17-r6 - Added wraith auth support - USE=wraith (see telnet -h)
- net-irc/irssi-mod-fish 0.99-r1 - FiSH irssi module
|
|