# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde eutils need-kde 3.3 MY_PV="${PV/a/}" MY_P="${PN}-${MY_PV}" DESCRIPTION="Powerfull Pager for KDE" HOMEPAGE="http://www.uni-weimar.de/~wolff3/" SRC_URI="http://www.uni-weimar.de/%7Ewolff3/kdelook/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" S="${WORKDIR}/${MY_P}" DOCS="AUTHORS ChangeLog INSTALL NEWS REDME TODO" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-desktop.patch }