4 source ~/.profile.d/gentoo.sh
8 -u|--unpack) cmd="unpack";;
9 -*) echo "error: uknown option $1"; exit 1;;
12 src=${1%.ebuild}.ebuild ; shift
13 dst=${1%.ebuild}.ebuild ; shift
17 if [[ ! -e $src ]] ; then
18 echo "source ebuild not found '$src'" 1>&2
25 u|unpack) commands="clean setup unpack" ;;
26 *) commands="manifest clean setup unpack compile install" ;;