# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="A tray icon app which checks for mail supporting mbox, MH, Maildir, Sylpheed, POP3 and Gmail" HOMEPAGE="http://www.nongnu.org/mailnotify/" SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.gz" KEYWORDS="x86" SLOT="0" LICENSE="GPL-2" IUSE="pop3 gmail" G2CONF="${G2CONF} `use_enable gmail`" G2CONF="${G2CONF} `use_enable pop3`" RDEPEND=">=x11-libs/gtk+-2.4 >=gnome-base/gnome-panel-2 >=gnome-base/eel-2 pop3? ( >=net-libs/gnet-2 ) gmail? ( =net-libs/libsoup-1.99.28 )" DEPEND="${RDEPEND}"