diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:09:34 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:09:34 +0000 |
commit | 7e75a2e80a258716064cd6847bdf5d0caa458a1c (patch) | |
tree | 70d3ae88933da0f8dac6c7ace8d68b785e37eb36 /gnome-base/gnome-libs | |
parent | sync IUSE (-doc), trim trailing whitespace (diff) | |
download | historical-7e75a2e80a258716064cd6847bdf5d0caa458a1c.tar.gz historical-7e75a2e80a258716064cd6847bdf5d0caa458a1c.tar.bz2 historical-7e75a2e80a258716064cd6847bdf5d0caa458a1c.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'gnome-base/gnome-libs')
-rw-r--r-- | gnome-base/gnome-libs/gnome-libs-1.4.1.6.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild | 3 | ||||
-rw-r--r-- | gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild | 4 |
3 files changed, 3 insertions, 8 deletions
diff --git a/gnome-base/gnome-libs/gnome-libs-1.4.1.6.ebuild b/gnome-base/gnome-libs/gnome-libs-1.4.1.6.ebuild index 81bbc7533453..73afea1af358 100644 --- a/gnome-base/gnome-libs/gnome-libs-1.4.1.6.ebuild +++ b/gnome-base/gnome-libs/gnome-libs-1.4.1.6.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-base/gnome-libs/gnome-libs-1.4.1.6.ebuild,v 1.17 2004/06/24 21:57:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.4.1.6.ebuild,v 1.18 2004/07/14 15:09:34 agriffis Exp $ IUSE="doc nls kde" -S=${WORKDIR}/${P} DESCRIPTION="GNOME Core Libraries" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" @@ -83,4 +82,3 @@ src_install() { dodoc AUTHORS COPYING* ChangeLog README NEWS HACKING } - diff --git a/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild b/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild index 8c78bc1a8e40..f89ee30e2b6c 100644 --- a/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild +++ b/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild,v 1.20 2004/06/24 21:57:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild,v 1.21 2004/07/14 15:09:34 agriffis Exp $ IUSE="doc nls kde" inherit libtool -S=${WORKDIR}/${P} DESCRIPTION="GNOME Core Libraries" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" diff --git a/gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild b/gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild index c989cc5ed15b..f47c2dad8aad 100644 --- a/gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild +++ b/gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild,v 1.23 2004/06/24 21:57:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild,v 1.24 2004/07/14 15:09:34 agriffis Exp $ IUSE="doc nls kde" inherit eutils libtool -S=${WORKDIR}/${P} DESCRIPTION="GNOME Core Libraries" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/1.4/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" @@ -93,4 +92,3 @@ src_install() { dodoc AUTHORS COPYING* ChangeLog README NEWS HACKING } - |