# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20080110.ebuild,v 1.1 2008/01/11 05:46:05 compnerd Exp $ EAPI=2 inherit git DESCRIPTION="git gui" HOMEPAGE="http://git-cola.tuxfamily.org/" EGIT_REPO_URI="git://github.com/davvid/git-cola.git" EGIT_TREE="HEAD" # SHA1 id LICENSE="GPL" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="doc" DEPEND=" ${DEPEND} doc? ( dev-python/sphinx ) " RDEPEND=" dev-util/git >=dev-python/PyQt4-4.3 >=dev-python/pyinotify-0.7.1 >=dev-lang/python-2.4 " src_compile() { emake DESTDIR="${D}" prefix="/usr" all } src_install() { emake DESTDIR="${D}" prefix="/usr" install use doc && emake DESTDIR="${D}" prefix="/usr" install-doc dodoc COPYRIGHT INSTALL LICENSE README }