# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/switcher/switcher-0.3.7a.ebuild,v 1.6 2005/07/26 14:59:58 dholm Exp $ inherit kde need-kde 3.1 DESCRIPTION="A small KDE app for switching the order of letters (as in logical and visual hebrew)" HOMEPAGE="http://www.penguin.org.il/~uvgroovy/" SRC_URI="http://www.penguin.org.il/~uvgroovy/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc x86" IUSE="" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-clear_from_warnings.patch epatch ${FILESDIR}/${P}-noarts.patch eautoconf }