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 | |
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')
-rw-r--r-- | gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/gnome-db/gnome-db-0.2.96.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/gnome-games/gnome-games-1.4.0.3-r3.ebuild | 6 |
3 files changed, 3 insertions, 11 deletions
diff --git a/gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild b/gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild index c73a59026563..97451cd37422 100644 --- a/gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild +++ b/gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild,v 1.15 2004/06/24 22:04:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild,v 1.16 2004/07/14 15:31:35 agriffis Exp $ IUSE="nls" -S=${WORKDIR}/${P} DESCRIPTION="Framework for creating database applications" SRC_URI="ftp://ftp.gnome-db.org/pub/gnome-db/sources/latest/${P}.tar.gz ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" @@ -71,4 +70,3 @@ pkg_postrm() { echo ">>> Updating Scrollkeeper database..." scrollkeeper-update >/dev/null 2>&1 } - diff --git a/gnome-extra/gnome-db/gnome-db-0.2.96.ebuild b/gnome-extra/gnome-db/gnome-db-0.2.96.ebuild index 9c0d7381f0dd..13d4b32b4ca1 100644 --- a/gnome-extra/gnome-db/gnome-db-0.2.96.ebuild +++ b/gnome-extra/gnome-db/gnome-db-0.2.96.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-db/gnome-db-0.2.96.ebuild,v 1.17 2004/06/24 22:04:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-db/gnome-db-0.2.96.ebuild,v 1.18 2004/07/14 15:31:35 agriffis Exp $ IUSE="nls" -S=${WORKDIR}/${P} DESCRIPTION="Framework for creating database applications" SRC_URI="ftp://ftp.gnome-db.org/pub/gnome-db/sources/latest/${P}.tar.gz ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" @@ -72,4 +71,3 @@ pkg_postrm() { echo ">>> Updating Scrollkeeper database..." scrollkeeper-update >/dev/null 2>&1 } - 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* } - - - |