# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="Basic utilities for administration of the system" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="x86 amd64 arm" IUSE="" DEPEND="" RDEPEND="app-editors/vim app-vim/detectindent app-misc/tmux app-shells/zsh app-shells/zsh-completion sys-fs/ncdu dev-vcs/bzr sys-process/htop sys-apps/dstat app-arch/p7zip app-shells/mksh sys-process/lsof dev-util/strace" src_install() { cd $FILESDIR insinto /etc/skel find skel-${PV} -type f | while read FILE do doins $FILE || die "could not install ${PWD}/${FILE} into /etc/skel" done }