diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:26:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:26:00 +0000 |
commit | 90749bd7a35911859d1fda641fea4e3c14188625 (patch) | |
tree | cabe49c5d5bed0533ff99d5e00d0cf723f250d12 /sys-devel/gdb | |
parent | sync IUSE (+build), don't assign S=${WORKDIR}/${P}, trim trailing whitespace ... (diff) | |
download | gentoo-2-90749bd7a35911859d1fda641fea4e3c14188625.tar.gz gentoo-2-90749bd7a35911859d1fda641fea4e3c14188625.tar.bz2 gentoo-2-90749bd7a35911859d1fda641fea4e3c14188625.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-5.1.1-r2.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-5.2.1.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-5.3.90.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-5.3.ebuild | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys-devel/gdb/gdb-5.1.1-r2.ebuild b/sys-devel/gdb/gdb-5.1.1-r2.ebuild index 5954aaf56ab5..b6244819d6b8 100644 --- a/sys-devel/gdb/gdb-5.1.1-r2.ebuild +++ b/sys-devel/gdb/gdb-5.1.1-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/sys-devel/gdb/gdb-5.1.1-r2.ebuild,v 1.13 2004/07/02 08:39:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.1.1-r2.ebuild,v 1.14 2004/07/15 03:25:41 agriffis Exp $ IUSE="nls" -S=${WORKDIR}/${P} DESCRIPTION="GNU debugger" HOMEPAGE="http://www.gnu.org/software/gdb/gdb.html" SRC_URI="ftp://sourceware.cygnus.com/pub/gdb/releases/${P}.tar.gz diff --git a/sys-devel/gdb/gdb-5.2.1.ebuild b/sys-devel/gdb/gdb-5.2.1.ebuild index 413c30e20ade..01708176327a 100644 --- a/sys-devel/gdb/gdb-5.2.1.ebuild +++ b/sys-devel/gdb/gdb-5.2.1.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/sys-devel/gdb/gdb-5.2.1.ebuild,v 1.12 2004/06/24 22:46:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.2.1.ebuild,v 1.13 2004/07/15 03:25:41 agriffis Exp $ inherit flag-o-matic IUSE="nls" -S=${WORKDIR}/${P} DESCRIPTION="GNU debugger" HOMEPAGE="http://sources.redhat.com/gdb/" SRC_URI="http://mirrors.rcn.net/pub/sourceware/gdb/releases/${P}.tar.bz2" diff --git a/sys-devel/gdb/gdb-5.3.90.ebuild b/sys-devel/gdb/gdb-5.3.90.ebuild index 04f69b6c3342..334e1361140d 100644 --- a/sys-devel/gdb/gdb-5.3.90.ebuild +++ b/sys-devel/gdb/gdb-5.3.90.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/sys-devel/gdb/gdb-5.3.90.ebuild,v 1.10 2004/06/24 22:46:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.3.90.ebuild,v 1.11 2004/07/15 03:25:41 agriffis Exp $ IUSE="nls objc" @@ -138,4 +138,3 @@ src_install() { dodoc mmalloc/COPYING.LIB mmalloc/MAINTAINERS \ mmalloc/ChangeLog mmalloc/TODO } - diff --git a/sys-devel/gdb/gdb-5.3.ebuild b/sys-devel/gdb/gdb-5.3.ebuild index 646710c45d02..c5b68a923888 100644 --- a/sys-devel/gdb/gdb-5.3.ebuild +++ b/sys-devel/gdb/gdb-5.3.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/sys-devel/gdb/gdb-5.3.ebuild,v 1.17 2004/06/24 22:46:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.3.ebuild,v 1.18 2004/07/15 03:25:41 agriffis Exp $ IUSE="nls objc" -S=${WORKDIR}/${P} DESCRIPTION="GNU debugger" HOMEPAGE="http://sources.redhat.com/gdb/" SRC_URI="http://mirrors.rcn.net/pub/sourceware/gdb/releases/${P}.tar.bz2 |