# 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/gentoo-zsh-completions sys-fs/ncdu dev-vcs/bzr sys-process/htop sys-apps/dstat app-arch/p7zip app-shells/mksh sys-process/lsof dev-util/strace sys-apps/bar sys-apps/progress sys-fs/inotify-tools " src_install() { cd $FILESDIR [[ -d skel-${PV} ]] || die "missing directory: $FILESDIR/skel-${PV}" insinto /etc/skel find skel-${PV} -type f | while read FILE do doins $FILE || die "could not install ${PWD}/${FILE} into /etc/skel" done }