diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:33:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:33:57 +0000 |
commit | 5b6ed0a0ac95bd5d32d6ea9f87f145ca26d6fdc8 (patch) | |
tree | a4e9ad8498162a6af00e55e4a6d0b066ab9095b9 /mail-client/sylpheed | |
parent | fix inconsistent USE flags (it's virus-scan not virus_scan) and remove apache... (diff) | |
download | historical-5b6ed0a0ac95bd5d32d6ea9f87f145ca26d6fdc8.tar.gz historical-5b6ed0a0ac95bd5d32d6ea9f87f145ca26d6fdc8.tar.bz2 historical-5b6ed0a0ac95bd5d32d6ea9f87f145ca26d6fdc8.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'mail-client/sylpheed')
-rw-r--r-- | mail-client/sylpheed/sylpheed-0.9.4.ebuild | 4 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-0.9.7.ebuild | 4 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-0.9.8.ebuild | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/mail-client/sylpheed/sylpheed-0.9.4.ebuild b/mail-client/sylpheed/sylpheed-0.9.4.ebuild index 7914249f8d80..cf009a781032 100644 --- a/mail-client/sylpheed/sylpheed-0.9.4.ebuild +++ b/mail-client/sylpheed/sylpheed-0.9.4.ebuild @@ -1,13 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.4.ebuild,v 1.2 2004/06/24 22:18:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.4.ebuild,v 1.3 2004/07/14 16:33:57 agriffis Exp $ IUSE="ssl xface ipv6 nls gnome ldap crypt pda" inherit eutils -S=${WORKDIR}/${P} - DESCRIPTION="A lightweight email client and newsreader" SRC_URI="http://sylpheed.good-day.net/${PN}/${P}.tar.bz2" HOMEPAGE="http://sylpheed.good-day.net" diff --git a/mail-client/sylpheed/sylpheed-0.9.7.ebuild b/mail-client/sylpheed/sylpheed-0.9.7.ebuild index 5c8573a1b3ff..e89ce0986873 100644 --- a/mail-client/sylpheed/sylpheed-0.9.7.ebuild +++ b/mail-client/sylpheed/sylpheed-0.9.7.ebuild @@ -1,13 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.7.ebuild,v 1.2 2004/06/24 22:18:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.7.ebuild,v 1.3 2004/07/14 16:33:57 agriffis Exp $ IUSE="ssl xface ipv6 nls gnome ldap crypt pda" inherit eutils -S=${WORKDIR}/${P} - DESCRIPTION="A lightweight email client and newsreader" SRC_URI="http://sylpheed.good-day.net/${PN}/${P}.tar.bz2" HOMEPAGE="http://sylpheed.good-day.net" diff --git a/mail-client/sylpheed/sylpheed-0.9.8.ebuild b/mail-client/sylpheed/sylpheed-0.9.8.ebuild index a129253d651c..fd72999c3efb 100644 --- a/mail-client/sylpheed/sylpheed-0.9.8.ebuild +++ b/mail-client/sylpheed/sylpheed-0.9.8.ebuild @@ -1,13 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.8.ebuild,v 1.2 2004/06/24 22:18:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.8.ebuild,v 1.3 2004/07/14 16:33:57 agriffis Exp $ IUSE="ssl xface ipv6 nls gnome ldap crypt pda" inherit eutils -S=${WORKDIR}/${P} - DESCRIPTION="A lightweight email client and newsreader" SRC_URI="http://sylpheed.good-day.net/${PN}/${P}.tar.bz2" HOMEPAGE="http://sylpheed.good-day.net" |