diff options
author | Tom Martin <slarti@gentoo.org> | 2005-07-01 10:40:03 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-07-01 10:40:03 +0000 |
commit | 2af66059fc9aadfd12f36104aca4446ae9915dc9 (patch) | |
tree | 3228dc4c85ed0e76171498a7ae8a40e3aadf5fc2 /mail-client | |
parent | messed up dep (diff) | |
download | gentoo-2-2af66059fc9aadfd12f36104aca4446ae9915dc9.tar.gz gentoo-2-2af66059fc9aadfd12f36104aca4446ae9915dc9.tar.bz2 gentoo-2-2af66059fc9aadfd12f36104aca4446ae9915dc9.zip |
Remove gmail stuff. It just doesn't seem to be working.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mail-notification/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mail-notification/mail-notification-1.1.ebuild | 23 |
2 files changed, 19 insertions, 10 deletions
diff --git a/mail-client/mail-notification/ChangeLog b/mail-client/mail-notification/ChangeLog index 697d984be495..cd5699b15390 100644 --- a/mail-client/mail-notification/ChangeLog +++ b/mail-client/mail-notification/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mail-notification # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.20 2005/06/28 01:52:57 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.21 2005/07/01 10:40:03 slarti Exp $ + + 01 Jul 2005; Tom Martin <slarti@gentoo.org> + ChangeLog, mail-notification-1.1.ebuild: + Removed gmail stuff. It just doesn't seem to be working. 28 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> mail-notification-1.0.ebuild: diff --git a/mail-client/mail-notification/mail-notification-1.1.ebuild b/mail-client/mail-notification/mail-notification-1.1.ebuild index 05b3739d64d3..d53f280836f2 100644 --- a/mail-client/mail-notification/mail-notification-1.1.ebuild +++ b/mail-client/mail-notification/mail-notification-1.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 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.1.ebuild,v 1.3 2005/06/09 01:09:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-1.1.ebuild,v 1.4 2005/07/01 10:40:03 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." +Maildir, IMAP, POP3, Gmail. Authenticates via apop, ssl, sasl." HOMEPAGE="http://www.nongnu.org/mailnotify/" SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.gz" @@ -13,7 +13,7 @@ KEYWORDS="~x86 ~amd64 ~ppc ~sparc" SLOT="0" LICENSE="GPL-2" -IUSE="imap ipv6 mime ssl sasl gmail gmailtimestamps" +IUSE="imap ipv6 mime ssl sasl" # gmail gmailtimestamps DEPEND=">=x11-libs/gtk+-2.4 >=dev-util/gob-2 @@ -27,24 +27,29 @@ DEPEND=">=x11-libs/gtk+-2.4 dev-perl/XML-Parser ssl? ( >=dev-libs/openssl-0.9.6 ) sasl? ( >=dev-libs/cyrus-sasl-2 ) - mime? ( >=dev-libs/gmime-2.1 ) - gmail? ( >=net-libs/libsoup-2.2 - gmailtimestamps? ( >=dev-libs/icu-2.6 ) )" + mime? ( >=dev-libs/gmime-2.1 )" +# gmail? ( >=net-libs/libsoup-2.2 +# gmailtimestamps? ( >=dev-libs/icu-2.6 ) ) 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)" +G2CONF="${G2CONF} --disable-gmail" # Gmail good to go now. --slarti -G2CONF="${G2CONF} $(use_enable gmail)" +# Update: or it would be, if it worked +# G2CONF="${G2CONF} $(use_enable gmail)" pkg_postinst() { - echo + ewarn " " 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 + ewarn " " + ewarn "Support for gmail does not seem to be functioning. Check back for" + ewarn "gmail support in future releases." + ewarn " " } |