# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.7.4.ebuild,v 1.6 2009/07/03 13:45:59 ranger Exp $ EAPI=2 inherit distutils DESCRIPTION="Command line interface to (Gentoo) Bugzilla" HOMEPAGE="http://www.liquidx.net/pybugz" SRC_URI="http://pybugz.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd" IUSE="zsh-completion" DEPEND="|| ( >=dev-lang/python-2.5[readline] ( >=dev-lang/python-2.4[readline] dev-python/elementtree ) )" RDEPEND="zsh-completion? ( app-shells/zsh )" src_install() { distutils_src_install if use zsh-completion ; then insinto /usr/share/zsh/site-functions newins contrib/zsh-completion _pybugz fi }