# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="A GNOME trayicon which checks for mail supporting mbox, MH, Maildir , IMAP, Sylpheed, POP3. Athenticates via apop, ssl, sasl." HOMEPAGE="http://www.nongnu.org/mailnotify/" SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.gz" KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="GPL-2" IUSE="ssl sasl" DEPEND=">=x11-libs/gtk+-2.4 >=dev-util/gob-2 >=gnome-base/gnome-panel-2 >=gnome-base/eel-2 ssl? ( >=dev-libs/openssl-0.9.6 ) sasl? ( >=dev-libs/cyrus-sasl-2 )" G2CONF="${G2CONF} $(use_enable ssl)" G2CONF="${G2CONF} $(use_enable sasl)" pkg_postinst() { echo ewarn "Due to a bug in bonobo-activation, your GNOME/X11 session must" ewarn "be restarted for mail-notification to work. If you don't do" ewarn "this, this program will crash during the setup phase." ewarn "See http://bugzilla.gnome.org/show_bug.cgi?id=151082" echo }