# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/kscope4/kscope4-1.7.0.ebuild,v $ EAPI=5 inherit kde4-base DESCRIPTION="A cscope GUI frontend for KDE4 / Qt4" LICENSE="GPL-2" IUSE="debug" SRC_URI="mirror://sourceforge/kscope4/${P}.tar.xz" SLOT="0" HOMEPAGE="http://sourceforge.net/projects/kscope4/" if [[ $PV == *9999* ]]; then KEYWORDS="" else KEYWORDS="~amd64" fi DEPEND=" $(add_kdebase_dep katepart) " RDEPEND="${DEPEND}"