# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit kde4-base DESCRIPTION="KDE plasmoid. Windows 7 like taskbar" HOMEPAGE="http://www.kde-look.org/content/show.php/Smooth+Tasks?content=101586" SRC_URI="http://bitbucket.org/panzi/smooth-tasks/get/ad5b808f6601.bz2" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="debug" RDEPEND=" !kde-plasmoids/smoothtasks >=kde-base/plasma-workspace-${KDE_MINIMAL} " src_unpack(){ cp -f ${DISTDIR}/ad5b808f6601.bz2 ${DISTDIR}/${P}.tar.bz2 tar -xf ${DISTDIR}/${P}.tar.bz2 -C ${WORKDIR} mv -f ${WORKDIR}/${PN} ${WORKDIR}/${P} } src_prepare() { kde4-base_src_prepare }