diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 14:13:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 14:13:42 +0000 |
commit | d778d357bf385436ed1559963ba3f9cd10fa6b4c (patch) | |
tree | a98db86e429ce6d5fb5d0130af32b76d52a9319e /mail-client/sylpheed | |
parent | Trim ebuild and fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-d778d357bf385436ed1559963ba3f9cd10fa6b4c.tar.gz gentoo-2-d778d357bf385436ed1559963ba3f9cd10fa6b4c.tar.bz2 gentoo-2-d778d357bf385436ed1559963ba3f9cd10fa6b4c.zip |
Fix use invocation
Diffstat (limited to 'mail-client/sylpheed')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-0.9.4-r1.ebuild | 4 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-0.9.5-r1.ebuild | 4 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-0.9.8-r2.ebuild | 6 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-0.9.9-r1.ebuild | 6 |
5 files changed, 16 insertions, 11 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index 85d0cc97cf47..a153467744bc 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/sylpheed # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.7 2004/06/06 19:25:29 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.8 2004/06/07 14:13:42 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> sylpheed-0.9.4-r1.ebuild, + sylpheed-0.9.5-r1.ebuild, sylpheed-0.9.8-r2.ebuild, + sylpheed-0.9.9-r1.ebuild: + Fix use invocation 06 Jun 2004; Jason Wever <weeve@gentoo.org> sylpheed-0.9.10-r1.ebuild: Stable on sparc. diff --git a/mail-client/sylpheed/sylpheed-0.9.4-r1.ebuild b/mail-client/sylpheed/sylpheed-0.9.4-r1.ebuild index 0d5d64421038..c0dcddc45811 100644 --- a/mail-client/sylpheed/sylpheed-0.9.4-r1.ebuild +++ b/mail-client/sylpheed/sylpheed-0.9.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.4-r1.ebuild,v 1.1 2004/05/30 03:04:36 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.4-r1.ebuild,v 1.2 2004/06/07 14:13:42 agriffis Exp $ IUSE="ssl xface ipv6 nls gnome ldap crypt pda gtk2" @@ -44,7 +44,7 @@ src_unpack() { src_compile() { local myconf - if [ `use gtk2` ]; + if use gtk2; then myconf="${myconf} --enable-gdk-pixbuf" else diff --git a/mail-client/sylpheed/sylpheed-0.9.5-r1.ebuild b/mail-client/sylpheed/sylpheed-0.9.5-r1.ebuild index fa0e9dd3bf22..2b4dda9cbe59 100644 --- a/mail-client/sylpheed/sylpheed-0.9.5-r1.ebuild +++ b/mail-client/sylpheed/sylpheed-0.9.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.5-r1.ebuild,v 1.1 2004/05/30 03:04:36 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.5-r1.ebuild,v 1.2 2004/06/07 14:13:42 agriffis Exp $ IUSE="ssl xface ipv6 nls gnome ldap crypt pda gtk2" @@ -44,7 +44,7 @@ src_unpack() { src_compile() { local myconf - if [ `use gtk2` ]; + if use gtk2; then myconf="${myconf} --enable-gdk-pixbuf" else diff --git a/mail-client/sylpheed/sylpheed-0.9.8-r2.ebuild b/mail-client/sylpheed/sylpheed-0.9.8-r2.ebuild index 705c3eeb8043..2b7ce25dd499 100644 --- a/mail-client/sylpheed/sylpheed-0.9.8-r2.ebuild +++ b/mail-client/sylpheed/sylpheed-0.9.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.8-r2.ebuild,v 1.1 2004/05/30 03:04:36 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.8-r2.ebuild,v 1.2 2004/06/07 14:13:42 agriffis Exp $ IUSE="ssl xface ipv6 nls gnome ldap crypt pda gtk2" @@ -37,7 +37,7 @@ use gtk2 && S=${WORKDIR}/${P}a-gtk2-${PATCHVER} src_unpack() { - if [ `use gtk2` ]; + if use gtk2; then unpack ${P}a-gtk2-${PATCHVER}.tar.gz else @@ -50,7 +50,7 @@ src_unpack() { src_compile() { local myconf - if [ `use gtk2` ]; + if use gtk2; then myconf="${myconf} --enable-gdk-pixbuf" else diff --git a/mail-client/sylpheed/sylpheed-0.9.9-r1.ebuild b/mail-client/sylpheed/sylpheed-0.9.9-r1.ebuild index 051ce9d79adb..9c5b726df1b4 100644 --- a/mail-client/sylpheed/sylpheed-0.9.9-r1.ebuild +++ b/mail-client/sylpheed/sylpheed-0.9.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.9-r1.ebuild,v 1.1 2004/05/30 03:04:36 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.9-r1.ebuild,v 1.2 2004/06/07 14:13:42 agriffis Exp $ IUSE="ssl xface ipv6 nls gnome ldap crypt pda gtk2" @@ -37,7 +37,7 @@ use gtk2 && S=${WORKDIR}/${P}-gtk2-${PATCHVER} src_unpack() { - if [ `use gtk2` ]; + if use gtk2; then unpack ${P}-gtk2-${PATCHVER}.tar.gz else @@ -47,7 +47,7 @@ src_unpack() { src_compile() { local myconf - if [ `use gtk2` ]; + if use gtk2; then myconf="${myconf} --enable-gdk-pixbuf" else |