# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/kluje/kluje-0.7.ebuild,v 1.9 2004/07/15 02:55:37 agriffis Exp $ inherit kde eutils LICENSE="GPL-2" DESCRIPTION="KLuJe - a client for the popular online journal site LiveJournal." SRC_URI="mirror://sourceforge/kluje/${P}.tar.gz" HOMEPAGE="http://kluje.sourceforge.net/" KEYWORDS="x86 sparc" IUSE="" DEPEND=">=kde-base/kdebase-3.0" need-kde 3 PATCHES="$FILESDIR/$P-systraydebug.diff" src_unpack() { kde_src_unpack use arts || epatch ${FILESDIR}/${P}-configure-arts.patch }