diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2008-12-08 22:04:37 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2008-12-08 22:04:37 +0000 |
commit | e7b7fc54755cbd88d1f2d5f73e443f834ca25c06 (patch) | |
tree | 55e82ee50d225c1f3f7713470e19558839d0a64e /mail-client/evolution | |
parent | Removed ggv, bug #223427 (diff) | |
download | gentoo-2-e7b7fc54755cbd88d1f2d5f73e443f834ca25c06.tar.gz gentoo-2-e7b7fc54755cbd88d1f2d5f73e443f834ca25c06.tar.bz2 gentoo-2-e7b7fc54755cbd88d1f2d5f73e443f834ca25c06.zip |
evo 2.24 doesn't need gnome-spell for spell checking anymore. Bug #250000
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r4 x86_64)
Diffstat (limited to 'mail-client/evolution')
-rw-r--r-- | mail-client/evolution/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/evolution/evolution-2.24.2.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail-client/evolution/ChangeLog b/mail-client/evolution/ChangeLog index 990347a5b9c4..83405ebabf69 100644 --- a/mail-client/evolution/ChangeLog +++ b/mail-client/evolution/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/evolution # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.250 2008/12/01 13:03:31 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.251 2008/12/08 22:04:37 dang Exp $ + + 08 Dec 2008; Daniel Gryniewicz <dang@gentoo.org> evolution-2.24.2.ebuild: + evo 2.24 doesn't need gnome-spell for spell checking anymore. Bug #250000 01 Dec 2008; Gilles Dartiguelongue <eva@gentoo.org> ChangeLog: New version for GNOME 2.24. Message templates, webdav/google contacts diff --git a/mail-client/evolution/evolution-2.24.2.ebuild b/mail-client/evolution/evolution-2.24.2.ebuild index 5cad76b69585..de4c11590248 100644 --- a/mail-client/evolution/evolution-2.24.2.ebuild +++ b/mail-client/evolution/evolution-2.24.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.24.2.ebuild,v 1.1 2008/12/01 13:03:31 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.24.2.ebuild,v 1.2 2008/12/08 22:04:37 dang Exp $ inherit gnome2 flag-o-matic libtool @@ -12,7 +12,7 @@ SRC_URI="${SRC_URI} LICENSE="GPL-2 FDL-1.1" SLOT="2.0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="crypt dbus debug hal ipv6 kerberos krb4 ldap mono networkmanager nntp pda profile spell ssl" +IUSE="crypt dbus debug hal ipv6 kerberos krb4 ldap mono networkmanager nntp pda profile ssl" # Pango dependency required to avoid font rendering problems RDEPEND=">=dev-libs/glib-2.16 @@ -43,7 +43,6 @@ RDEPEND=">=dev-libs/glib-2.16 kerberos? ( virtual/krb5 ) krb4? ( virtual/krb5 ) >=gnome-base/orbit-2.9.8 - spell? ( >=app-text/gnome-spell-1.0.5 ) crypt? ( || ( >=app-crypt/gnupg-2.0.1-r2 =app-crypt/gnupg-1.4* ) ) ldap? ( >=net-nds/openldap-2 ) mono? ( >=dev-lang/mono-1 )" |