diff options
author | Akinori Hattori <hattya@gentoo.org> | 2006-09-03 12:20:23 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2006-09-03 12:20:23 +0000 |
commit | 5cace8e5370fc93760d6b9621f2e9bbb8d399b09 (patch) | |
tree | aa9ecbe8bb3f34043061bda9d9a25091d1f89fc4 /mail-client | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-5cace8e5370fc93760d6b9621f2e9bbb8d399b09.tar.gz gentoo-2-5cace8e5370fc93760d6b9621f2e9bbb8d399b09.tar.bz2 gentoo-2-5cace8e5370fc93760d6b9621f2e9bbb8d399b09.zip |
removed unused gnome use flag. reported by Alessandro Guido.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.0.4.ebuild | 4 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.2.4.ebuild | 4 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.2.5.ebuild | 4 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.2.6.ebuild | 4 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.2.7.ebuild | 4 |
6 files changed, 16 insertions, 11 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index fedcaad877d4..010449475e03 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/sylpheed # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.190 2006/08/30 19:33:41 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.191 2006/09/03 12:20:23 hattya Exp $ + + 03 Sep 2006; Akinori Hattori <hattya@gentoo.org> sylpheed-2.0.4.ebuild, + sylpheed-2.2.4.ebuild, sylpheed-2.2.5.ebuild, sylpheed-2.2.6.ebuild, + sylpheed-2.2.7.ebuild: + removed unused gnome use flag. reported by Alessandro Guido. 30 Aug 2006; Michael Hanselmann <hansmi@gentoo.org> sylpheed-2.2.6.ebuild: Stable on ppc. diff --git a/mail-client/sylpheed/sylpheed-2.0.4.ebuild b/mail-client/sylpheed/sylpheed-2.0.4.ebuild index 18f8b639b33a..1413e4e057f6 100644 --- a/mail-client/sylpheed/sylpheed-2.0.4.ebuild +++ b/mail-client/sylpheed/sylpheed-2.0.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.0.4.ebuild,v 1.9 2006/07/14 14:10:45 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.0.4.ebuild,v 1.10 2006/09/03 12:20:23 hattya Exp $ inherit eutils -IUSE="crypt gnome ipv6 ldap nls pda ssl xface" +IUSE="crypt ipv6 ldap nls pda ssl xface" DESCRIPTION="A lightweight email client and newsreader" HOMEPAGE="http://sylpheed.good-day.net/" diff --git a/mail-client/sylpheed/sylpheed-2.2.4.ebuild b/mail-client/sylpheed/sylpheed-2.2.4.ebuild index b34fb837795e..4fb343086e66 100644 --- a/mail-client/sylpheed/sylpheed-2.2.4.ebuild +++ b/mail-client/sylpheed/sylpheed-2.2.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.4.ebuild,v 1.8 2006/07/14 14:10:45 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.4.ebuild,v 1.9 2006/09/03 12:20:23 hattya Exp $ inherit autotools eutils -IUSE="crypt gnome ipv6 ldap nls pda spell ssl xface" +IUSE="crypt ipv6 ldap nls pda spell ssl xface" DESCRIPTION="A lightweight email client and newsreader" HOMEPAGE="http://sylpheed.good-day.net/" diff --git a/mail-client/sylpheed/sylpheed-2.2.5.ebuild b/mail-client/sylpheed/sylpheed-2.2.5.ebuild index 6671bdd08aad..a81af3599914 100644 --- a/mail-client/sylpheed/sylpheed-2.2.5.ebuild +++ b/mail-client/sylpheed/sylpheed-2.2.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.5.ebuild,v 1.4 2006/07/14 14:10:45 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.5.ebuild,v 1.5 2006/09/03 12:20:23 hattya Exp $ inherit autotools eutils -IUSE="crypt gnome ipv6 ldap nls pda spell ssl xface" +IUSE="crypt ipv6 ldap nls pda spell ssl xface" DESCRIPTION="A lightweight email client and newsreader" HOMEPAGE="http://sylpheed.good-day.net/" diff --git a/mail-client/sylpheed/sylpheed-2.2.6.ebuild b/mail-client/sylpheed/sylpheed-2.2.6.ebuild index 775bdcdd4042..5db9f588379c 100644 --- a/mail-client/sylpheed/sylpheed-2.2.6.ebuild +++ b/mail-client/sylpheed/sylpheed-2.2.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.6.ebuild,v 1.5 2006/08/30 19:33:41 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.6.ebuild,v 1.6 2006/09/03 12:20:23 hattya Exp $ inherit autotools eutils -IUSE="crypt gnome ipv6 ldap nls pda spell ssl xface" +IUSE="crypt ipv6 ldap nls pda spell ssl xface" DESCRIPTION="A lightweight email client and newsreader" HOMEPAGE="http://sylpheed.good-day.net/" diff --git a/mail-client/sylpheed/sylpheed-2.2.7.ebuild b/mail-client/sylpheed/sylpheed-2.2.7.ebuild index 4925c9d14520..bcd5d103c3ca 100644 --- a/mail-client/sylpheed/sylpheed-2.2.7.ebuild +++ b/mail-client/sylpheed/sylpheed-2.2.7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.7.ebuild,v 1.1 2006/08/12 09:18:14 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.7.ebuild,v 1.2 2006/09/03 12:20:23 hattya Exp $ inherit autotools eutils -IUSE="crypt gnome ipv6 ldap nls pda spell ssl xface" +IUSE="crypt ipv6 ldap nls pda spell ssl xface" DESCRIPTION="A lightweight email client and newsreader" HOMEPAGE="http://sylpheed.good-day.net/" |