ifswitch - howto install on Gentoo Linux with my custum ebuild:


PORTDIR_OVERLAY="/root/MYPORTAGE"
cd /root
mkdir /root/MYPORTAGE
mkdir /root/MYPORTAGE/net-misc/
mkdir /root/MYPORTAGE/net-misc/ifswitch/
wget http://ge.mine.nu/code/ifswitch-0.9.2.ebuild -O /root/MYPORTAGE/net-misc/ifswitch/ifswitch-0.9.2.ebuild
wget http://ge.mine.nu/code/ifswitch-0.9.2.tar.bz2 -O /usr/portage/distfiles/ifswitch-0.9.2.tar.bz2
ebuild /root/MYPORTAGE/net-misc/ifswitch/ifswitch-0.9.2.ebuild digest
ebuild /root/MYPORTAGE/net-misc/ifswitch/ifswitch-0.9.2.ebuild merge

to unmerge:
ebuild /root/MYPORTAGE/net-misc/ifswitch/ifswitch-0.9.2.ebuild unmerge

Dunno if that's the "prefered" way of doing it, but it works ;)


Written by Stefan Behte Contact me, if you have any new ideas, bugs/bugfixes, recommondations or questions! Please also contact me, if you just like the tool. :) Stefan dot Behte at gmx dot net Released under the GPL-v2