# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde eutils MY_PN=${PN/_/-} DESCRIPTION="a nice kio handler to sword" HOMEPAGE="http://lukeplant.me.uk/kio-sword/" SRC_URI="http://lukeplant.me.uk/kio-sword/downloads/${MY_PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND=">=app-text/sword-1.5.8 app-text/sword-modules" need-kde 3.3 src_unpack() { unpack ${A} cd ${S} patch -p0 < sword_1_5_8_fix.patch }