diff options
author | 2004-11-26 21:50:06 +0000 | |
---|---|---|
committer | 2004-11-26 21:50:06 +0000 | |
commit | 2a84da5ccf52f8e3b9f6c154979e1f25ccaefe95 (patch) | |
tree | 7ba1ed589ea5382f9d135cd0c9a02e8171c38131 /mail-client/mail-notification/mail-notification-1.0.ebuild | |
parent | Stable on amd64. (diff) | |
download | historical-2a84da5ccf52f8e3b9f6c154979e1f25ccaefe95.tar.gz historical-2a84da5ccf52f8e3b9f6c154979e1f25ccaefe95.tar.bz2 historical-2a84da5ccf52f8e3b9f6c154979e1f25ccaefe95.zip |
Stabilised 0.8.1 on amd64, version bump to 1.0, clean out old versions
Diffstat (limited to 'mail-client/mail-notification/mail-notification-1.0.ebuild')
-rw-r--r-- | mail-client/mail-notification/mail-notification-1.0.ebuild | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/mail-client/mail-notification/mail-notification-1.0.ebuild b/mail-client/mail-notification/mail-notification-1.0.ebuild new file mode 100644 index 000000000000..d2eddeed7368 --- /dev/null +++ b/mail-client/mail-notification/mail-notification-1.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-1.0.ebuild,v 1.1 2004/11/26 21:50:06 slarti Exp $ + +inherit gnome2 + +DESCRIPTION="A GNOME trayicon which checks for mail supporting mbox, MH, +Maildir, IMAP, Sylpheed, POP3, Gmail. Authenticates via apop, ssl, sasl." +HOMEPAGE="http://www.nongnu.org/mailnotify/" +SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.gz" + +KEYWORDS="~x86 ~amd64 ~ppc" +SLOT="0" +LICENSE="GPL-2" + +IUSE="imap ipv6 mime ssl sasl gmail" + +DEPEND=">=x11-libs/gtk+-2.4 + >=dev-util/gob-2 + >=gnome-base/gnome-panel-2 + >=gnome-base/eel-2 + >=gnome-base/gconf-2.4 + >=gnome-base/libgnomeui-2.4 + >=gnome-base/libglade-2.0 + >=gnome-base/eel-2.0 + >=gnome-base/orbit-2.0 + ssl? ( >=dev-libs/openssl-0.9.6 ) + sasl? ( >=dev-libs/cyrus-sasl-2 ) + mime? ( >=dev-libs/gmime-2 ) + gmail? ( >=net-libs/libsoup-2.2 )" + +G2CONF="${G2CONF} $(use_enable ssl)" +G2CONF="${G2CONF} $(use_enable sasl)" +G2CONF="${G2CONF} $(use_enable ipv6)" +G2CONF="${G2CONF} $(use_enable imap)" +G2CONF="${G2CONF} $(use_enable mime)" + +# Gmail good to go now. --slarti +G2CONF="${G2CONF} $(use_enable gmail)" + +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 +} |