diff options
author | Jungmin Seo <seo@gentoo.org> | 2003-02-12 23:05:40 +0000 |
---|---|---|
committer | Jungmin Seo <seo@gentoo.org> | 2003-02-12 23:05:40 +0000 |
commit | ca5448f5522e7dae176533d4c488efd69ff8a46c (patch) | |
tree | cb9c39f4560ebbd46b95cc4ce2343b4733fb4771 /net-mail/balsa | |
parent | Fixed a lot of bugs (diff) | |
download | gentoo-2-ca5448f5522e7dae176533d4c488efd69ff8a46c.tar.gz gentoo-2-ca5448f5522e7dae176533d4c488efd69ff8a46c.tar.bz2 gentoo-2-ca5448f5522e7dae176533d4c488efd69ff8a46c.zip |
added IUSE variable and ~ppc keyword
Diffstat (limited to 'net-mail/balsa')
-rw-r--r-- | net-mail/balsa/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/balsa/balsa-2.0.3.ebuild | 5 | ||||
-rw-r--r-- | net-mail/balsa/balsa-2.0.5.ebuild | 5 |
3 files changed, 13 insertions, 5 deletions
diff --git a/net-mail/balsa/ChangeLog b/net-mail/balsa/ChangeLog index ea0d880a20da..6652d9a641d6 100644 --- a/net-mail/balsa/ChangeLog +++ b/net-mail/balsa/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-mail/balsa # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.28 2003/02/12 08:08:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.29 2003/02/12 23:05:40 seo Exp $ *balsa-2.0.5 (07 Jan 2003) + 13 Feb 2003; Jungmin Seo <seo@gentoo.org> balsa-2.0.5.ebuild : + added IUSE variable and ~ppc + 07 Jan 2003; foser <foser@gentoo.org> balsa-2.0.5.ebuild : New version, spell should be aspell ready now @@ -12,6 +15,9 @@ *balsa-2.0.3 (11 Dec 2002) + 13 Feb 2003; Jungmin Seo <seo@gentoo.org> balsa-2.0.5.ebuild : + added IUSE variable + 11 Dec 2002; foser <foser@gentoo.org> balsa-2.0.3.ebuild : New version with input from Edy <edybsd@yahoo.com.ar> (LDAP) and Evan Read <eread@freeshell.org> (aspell/general) (bug #9931) diff --git a/net-mail/balsa/balsa-2.0.3.ebuild b/net-mail/balsa/balsa-2.0.3.ebuild index 42ec8e1a1e1c..6dddc3cb71c4 100644 --- a/net-mail/balsa/balsa-2.0.3.ebuild +++ b/net-mail/balsa/balsa-2.0.3.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.3.ebuild,v 1.3 2003/01/07 19:02:45 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.3.ebuild,v 1.4 2003/02/12 23:05:40 seo Exp $ inherit debug gnome2 eutils S=${WORKDIR}/${P} +IUSE="nls ssl perl gtkhtml ldap" DESCRIPTION="Balsa: Technical Preview email client for GNOME" SRC_URI="http://balsa.gnome.org/${P}.tar.bz2" HOMEPAGE="http://balsa.gnome.org" SLOT="2" LICENSE="GPL-2" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 ~ppc ~sparc" RDEPEND="net-mail/mailbase >=dev-libs/glib-2 diff --git a/net-mail/balsa/balsa-2.0.5.ebuild b/net-mail/balsa/balsa-2.0.5.ebuild index 18a931918ffd..7eb8907a31c5 100644 --- a/net-mail/balsa/balsa-2.0.5.ebuild +++ b/net-mail/balsa/balsa-2.0.5.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.5.ebuild,v 1.1 2003/01/07 19:02:45 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.5.ebuild,v 1.2 2003/02/12 23:05:40 seo Exp $ inherit gnome2 eutils S=${WORKDIR}/${P} +IUSE="spell nls ssl gtkhtml perl ldap" DESCRIPTION="Email client for GNOME" SRC_URI="http://balsa.gnome.org/${P}.tar.bz2" HOMEPAGE="http://balsa.gnome.org" SLOT="2" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~ppc ~sparc" RDEPEND="net-mail/mailbase >=dev-libs/glib-2 |