# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/kdesvn/kdesvn-0.8.4.ebuild,v 1.1 2006/06/12 14:59:40 george Exp $ inherit eutils kde DESCRIPTION="KDESvn is a frontend to the subversion vcs." HOMEPAGE="http://www.alwins-world.de/programs/kdesvn/" SRC_URI="http://www.alwins-world.de/programs/download/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-util/subversion-1.2 net-misc/neon" need-kde 3.3 pkg_postinst() { if ! has_version 'kde-base/kompare'; then echo einfo "For nice graphical diffs, install kde-base/kompare." echo fi }