diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:37:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:37:38 +0000 |
commit | 7617f6f8ee7cf7cd16af87cd106999a5f0d7cdb3 (patch) | |
tree | 5fc532bbd9754b33d6ce4ff52da6aaa145703f7a /app-pda | |
parent | sync IUSE (-jikes), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-7617f6f8ee7cf7cd16af87cd106999a5f0d7cdb3.tar.gz gentoo-2-7617f6f8ee7cf7cd16af87cd106999a5f0d7cdb3.tar.bz2 gentoo-2-7617f6f8ee7cf7cd16af87cd106999a5f0d7cdb3.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/coldsync/coldsync-2.2.5-r1.ebuild | 3 | ||||
-rw-r--r-- | app-pda/coldsync/coldsync-2.2.5.ebuild | 3 | ||||
-rw-r--r-- | app-pda/gtkpod/gtkpod-0.70.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/app-pda/coldsync/coldsync-2.2.5-r1.ebuild b/app-pda/coldsync/coldsync-2.2.5-r1.ebuild index aa6813dee81c..8fe1cdf10c01 100644 --- a/app-pda/coldsync/coldsync-2.2.5-r1.ebuild +++ b/app-pda/coldsync/coldsync-2.2.5-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.4 2004/07/02 19:00:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.5 2004/07/14 01:35:26 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations" SRC_URI="http://www.coldsync.org/download/${P}.tar.gz" HOMEPAGE="http://www.coldsync.org/" diff --git a/app-pda/coldsync/coldsync-2.2.5.ebuild b/app-pda/coldsync/coldsync-2.2.5.ebuild index 041d51948548..ae670b0ee343 100644 --- a/app-pda/coldsync/coldsync-2.2.5.ebuild +++ b/app-pda/coldsync/coldsync-2.2.5.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5.ebuild,v 1.4 2004/07/02 19:00:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5.ebuild,v 1.5 2004/07/14 01:35:26 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations" SRC_URI="http://www.coldsync.org/download/${P}.tar.gz" HOMEPAGE="http://www.coldsync.org/" diff --git a/app-pda/gtkpod/gtkpod-0.70.ebuild b/app-pda/gtkpod/gtkpod-0.70.ebuild index 7b541e4e7266..96d237c94b19 100644 --- a/app-pda/gtkpod/gtkpod-0.70.ebuild +++ b/app-pda/gtkpod/gtkpod-0.70.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-0.70.ebuild,v 1.4 2004/06/24 21:42:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-0.70.ebuild,v 1.5 2004/07/14 01:37:38 agriffis Exp $ DESCRIPTION="GUI for iPod using GTK2" @@ -24,7 +24,6 @@ DEPEND=">=x11-libs/gtk+-2.0.0 # Run-time dependencies, same as DEPEND if RDEPEND isn't defined: #RDEPEND="" -S=${WORKDIR}/${P} src_compile() { econf || die |