diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:32:15 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:32:15 +0000 |
commit | ffcf5c1dcbc4dffb9113de3bb4928c1265d006e3 (patch) | |
tree | 034b349dff813ad84e15fe786c9132f5db587095 /gnome-extra/gnome-games | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-ffcf5c1dcbc4dffb9113de3bb4928c1265d006e3.tar.gz gentoo-2-ffcf5c1dcbc4dffb9113de3bb4928c1265d006e3.tar.bz2 gentoo-2-ffcf5c1dcbc4dffb9113de3bb4928c1265d006e3.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'gnome-extra/gnome-games')
-rw-r--r-- | gnome-extra/gnome-games/gnome-games-1.4.0.3-r3.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnome-extra/gnome-games/gnome-games-1.4.0.3-r3.ebuild b/gnome-extra/gnome-games/gnome-games-1.4.0.3-r3.ebuild index de47f6c71ec0..5bfedb379d24 100644 --- a/gnome-extra/gnome-games/gnome-games-1.4.0.3-r3.ebuild +++ b/gnome-extra/gnome-games/gnome-games-1.4.0.3-r3.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Reviewed by Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-1.4.0.3-r3.ebuild,v 1.15 2004/06/24 22:04:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-1.4.0.3-r3.ebuild,v 1.16 2004/07/14 15:32:15 agriffis Exp $ IUSE="nls" -S=${WORKDIR}/${P} DESCRIPTION="gnome-utils" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" @@ -57,6 +56,3 @@ src_install() { dodoc AUTHORS COPYING* ChangeLog NEWS README* } - - - |