diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-03-06 18:55:22 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-03-06 18:55:22 +0000 |
commit | 149c8eb93ca9757fec52edd96f7540fdd8e508c4 (patch) | |
tree | 53ada6127917af426f55bcc99b4cb37379e49d09 /net-mail | |
parent | Fixed bug #980 (diff) | |
download | gentoo-2-149c8eb93ca9757fec52edd96f7540fdd8e508c4.tar.gz gentoo-2-149c8eb93ca9757fec52edd96f7540fdd8e508c4.tar.bz2 gentoo-2-149c8eb93ca9757fec52edd96f7540fdd8e508c4.zip |
Dependency audit and fixes of bad syntaxes
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/spruce/spruce-0.7.6-r2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/spruce/spruce-0.7.6-r2.ebuild b/net-mail/spruce/spruce-0.7.6-r2.ebuild index b7a0c855e2ee..3a65624ee576 100644 --- a/net-mail/spruce/spruce-0.7.6-r2.ebuild +++ b/net-mail/spruce/spruce-0.7.6-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Joe Bormolini <lordjoe@bigfoot.com> # Maintainer: Desktop Team <desktop@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/spruce/spruce-0.7.6-r2.ebuild,v 1.1 2001/11/10 00:03:58 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/spruce/spruce-0.7.6-r2.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gtk email client" @@ -13,7 +13,7 @@ RDEPEND=">=x11-libs/gtk+-1.2.10-r4 gnome-base/libglade ssl? ( >=dev-libs/openssl-0.9.6 ) gpg? ( app-crypt/gnupg ) - gnome? ( gnome-base/gnome-print-0.29-r1 )" + gnome? ( >=gnome-base/gnome-print-0.29-r1 )" DEPEND="$RDEPEND nls? ( sys-devel/gettext )" diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild index 7d65e9c789be..6d6c3047a10f 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@gentoo.org> # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild,v 1.2 2002/02/22 15:24:26 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild,v 1.3 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/sylpheed-${PV}claws DESCRIPTION="Bleeding edge version of Sylpheed" @@ -17,7 +17,7 @@ DEPEND=">=x11-libs/gtk+-1.2.6 xface? ( >=media-libs/compface-1.4 ) jpilot? ( >=app-misc/jpilot-0.99 ) imlib? ( >=media-libs/imlib-1.9.10 ) - gpgme? ( >=app-crypt/gpgme/0.2.3 ) + gpgme? ( >=app-crypt/gpgme-0.2.3 ) " RDEPEND="$DEPEND" diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild index 536f3a5c052e..6ba56c0795ac 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@gentoo.org> # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild,v 1.1 2002/02/22 15:24:26 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/sylpheed-${PV}claws DESCRIPTION="Bleeding edge version of Sylpheed" @@ -17,7 +17,7 @@ DEPEND=">=x11-libs/gtk+-1.2.6 xface? ( >=media-libs/compface-1.4 ) jpilot? ( >=app-misc/jpilot-0.99 ) imlib? ( >=media-libs/imlib-1.9.10 ) - gpgme? ( >=app-crypt/gpgme/0.2.3 ) + gpgme? ( >=app-crypt/gpgme-0.2.3 ) " RDEPEND="$DEPEND" |