# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-portage/udept/udept-0.5.99.0.2.95.ebuild,v 1.2 2006/10/22 10:15:39 hansmi Exp $ inherit bash-completion DESCRIPTION="A Portage analysis toolkit" HOMEPAGE="http://catmur.co.uk/gentoo/udept" SRC_URI="http://files.catmur.co.uk/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND="app-shells/bash sys-apps/portage" RDEPEND="${DEPEND}" BASH_COMPLETION_NAME="dep" src_compile() { econf $(use_enable bash-completion) || die "econf failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc ChangeLog* }