# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit kde4-base MY_PN="140790-gtasks-${PV}.plasmoid" DESCRIPTION="Wraps GMail Tasks in your desktop" HOMEPAGE="http://kde-apps.org/content/show.php/Google+contacts?content=140790" SRC_URI="http://kde-apps.org/CONTENT/content-files/${MY_PN} -> ${PN}.zip" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="kde-misc/akonadi-google" RDEPEND="${DEPEND}" S="${WORKDIR}" src_configure() { : } src_compile() { : } src_install() { insinto usr/share/kde4/services/ doins metadata.desktop insinto usr/share/kde4/apps/plasma/plasmoids/${PN}/ cp -R contents ${ED}usr/share/kde4/apps/plasma/plasmoids/${PN} }