# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=2 inherit kde4-base DESCRIPTION="Just a simple plasmoid that checks your inbox for new mails. It's kept very simple but it supports both imap and pop3 accounts." HOMEPAGE="http://www.kde-look.org/content/show.php/mail_plasmoid?content=98952" SRC_URI="http://www.kde-look.org/CONTENT/content-files/98952-plasma-mail.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="!${CATEGORY}/${PN}:0" S="${WORKDIR}/plasma-mail" src_prepare() { kde4-base_src_prepare }