# 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.7.1.ebuild,v 1.2 2006/01/14 06:09:22 halcy0n Exp $ inherit eutils kde DESCRIPTION="Komparator is a kde frontend for synchronising directories." HOMEPAGE="http://komparator.sf.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 mirror://sourceforge/${PN}/${P}-compile.patch" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" need-kde 3.4 src_unpack() { unpack ${A} cd ${S} epatch ${DISTDIR}/${P}-compile.patch }