# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit git DESCRIPTION="This is a program to update all files from various live repositories in portage" HOMEPAGE="http://avuton.googlepages.com" EGIT_REPO_URI="git://repo.or.cz/ule.git" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" SLOT="0" IUSE="" DEPENDS=">=app-shells/bash-3* sys-apps/findutils" src_install() { insinto /etc/ule doins ule.conf dobin update-live-ebuilds doman doc/update-live-ebuilds.8 }