# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde-base need-kde 3 DESCRIPTION="POP3 Mail checker with Spam Filter options" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://kshowmail.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" SLOT="0" DEPEND="${DEPEND} >=kde-base/kdelibs-3.1 >=kde-base/kdepim-3.1" src_install() { einstall || die "Install failed" dodoc AUTHORS COPYING ChangeLog INSTALL README TODO }