summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2005-07-01 10:40:03 +0000
committerTom Martin <slarti@gentoo.org>2005-07-01 10:40:03 +0000
commitfb81cb1adc379be5f2a28ee72b47ca950d7c59cc (patch)
tree5f059757bbb114e187113b78f7e8b61464d2d892 /mail-client
parentmessed up dep (diff)
downloadhistorical-fb81cb1adc379be5f2a28ee72b47ca950d7c59cc.tar.gz
historical-fb81cb1adc379be5f2a28ee72b47ca950d7c59cc.tar.bz2
historical-fb81cb1adc379be5f2a28ee72b47ca950d7c59cc.zip
Remove gmail stuff. It just doesn't seem to be working.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mail-notification/ChangeLog6
-rw-r--r--mail-client/mail-notification/Manifest14
-rw-r--r--mail-client/mail-notification/mail-notification-1.1.ebuild23
3 files changed, 26 insertions, 17 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/Manifest b/mail-client/mail-notification/Manifest
index 041f823dde2c..aa70bcd858f1 100644
--- a/mail-client/mail-notification/Manifest
+++ b/mail-client/mail-notification/Manifest
@@ -1,18 +1,18 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 5d240c2111a6535d744ec8bbc7cc692c metadata.xml 249
+MD5 012355f7ff316d50f0accdd3f7402455 ChangeLog 3919
+MD5 438e73754efbafeeb66101d742168349 mail-notification-1.1.ebuild 1825
MD5 e77332c825d2c72566117f6f3117182e mail-notification-0.8.1.ebuild 1548
MD5 22f5243044ad07ca9879dcb34c461492 mail-notification-1.0.ebuild 1554
-MD5 5abda330dd27c6cb85902343ff173744 mail-notification-1.1.ebuild 1619
-MD5 e9c3c7fd260fba32d890b98fe6d84f47 ChangeLog 3772
+MD5 5d240c2111a6535d744ec8bbc7cc692c metadata.xml 249
MD5 4f3f62c7c6d7b58791bba1c52b9dcc52 files/digest-mail-notification-0.8.1 75
MD5 a5717a3f9a4857a66a2884232fd6f42c files/digest-mail-notification-1.1 73
MD5 a1ac4da13eaa2be84f10c4c769682253 files/digest-mail-notification-1.0 73
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux)
+Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCwK18KRy60XGEcJIRAut0AJ0XYx0mkPq37xQY3FMZmwhPzQc4zwCfTgky
-k61EwrsRT8nxg9fEEoudmrQ=
-=KWph
+iD8DBQFCxR2uCHk4+ZoBpvsRAuCGAKCY5gxcH6UMeZf/v6qF6T9SiKwgyACeLeGl
+IpIeclR1y54z6e0imml2XH8=
+=OCpT
-----END PGP SIGNATURE-----
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 " "
}