summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-13 01:45:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-13 01:45:19 +0000
commit983ea1937ea6ffb201bf6e7016e217fee2538c1b (patch)
tree6780187d7313b19b27e1e679dfd540683b136a5e /dev-util/insight
parenttouchups (diff)
downloadhistorical-983ea1937ea6ffb201bf6e7016e217fee2538c1b.tar.gz
historical-983ea1937ea6ffb201bf6e7016e217fee2538c1b.tar.bz2
historical-983ea1937ea6ffb201bf6e7016e217fee2538c1b.zip
Don't assign default to S; header fix
Diffstat (limited to 'dev-util/insight')
-rw-r--r--dev-util/insight/ChangeLog8
-rw-r--r--dev-util/insight/insight-5.1.1.ebuild5
-rw-r--r--dev-util/insight/insight-5.2.1.ebuild5
-rw-r--r--dev-util/insight/insight-5.3.ebuild5
-rw-r--r--dev-util/insight/insight-6.0.ebuild5
5 files changed, 14 insertions, 14 deletions
diff --git a/dev-util/insight/ChangeLog b/dev-util/insight/ChangeLog
index 616f69a5da1e..d22b4bbcf9e4 100644
--- a/dev-util/insight/ChangeLog
+++ b/dev-util/insight/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/insight
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.8 2003/10/29 17:32:10 plasmaroo Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.9 2004/03/13 01:44:11 mr_bones_ Exp $
+
+ 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> insight-5.1.1.ebuild,
+ insight-5.2.1.ebuild, insight-5.3.ebuild, insight-6.0.ebuild:
+ Don't assign default to S; header fix
*insight-6.0 (29 Oct 2003)
diff --git a/dev-util/insight/insight-5.1.1.ebuild b/dev-util/insight/insight-5.1.1.ebuild
index 9d76a0d4b1c2..489235191eda 100644
--- a/dev-util/insight/insight-5.1.1.ebuild
+++ b/dev-util/insight/insight-5.1.1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-5.1.1.ebuild,v 1.8 2003/02/13 11:56:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-5.1.1.ebuild,v 1.9 2004/03/13 01:44:11 mr_bones_ Exp $
IUSE="nls"
-S=${WORKDIR}/${P}
DESCRIPTION="A graphical interface to the GNU debugger"
HOMEPAGE="http://sources.redhat.com/insight/index.html"
SRC_URI="ftp://sources.redhat.com/pub/gdb/releases/${P}.tar.bz2"
diff --git a/dev-util/insight/insight-5.2.1.ebuild b/dev-util/insight/insight-5.2.1.ebuild
index a55061a0d604..92e894be51cf 100644
--- a/dev-util/insight/insight-5.2.1.ebuild
+++ b/dev-util/insight/insight-5.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-5.2.1.ebuild,v 1.8 2003/02/13 11:56:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-5.2.1.ebuild,v 1.9 2004/03/13 01:44:11 mr_bones_ Exp $
IUSE="nls"
@@ -14,7 +14,6 @@ RDEPEND="${DEPEND}
SLOT="0"
KEYWORDS="x86 sparc alpha"
SRC_URI="ftp://sources.redhat.com/pub/gdb/releases/${P}.tar.bz2"
-S=${WORKDIR}/${P}
INSIGHTDIR="/opt/insight"
diff --git a/dev-util/insight/insight-5.3.ebuild b/dev-util/insight/insight-5.3.ebuild
index 95c5fc3ca5b8..408426b95a4c 100644
--- a/dev-util/insight/insight-5.3.ebuild
+++ b/dev-util/insight/insight-5.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-5.3.ebuild,v 1.1 2003/10/09 16:49:54 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-5.3.ebuild,v 1.2 2004/03/13 01:44:11 mr_bones_ Exp $
IUSE="nls"
@@ -14,7 +14,6 @@ RDEPEND="${DEPEND}
SLOT="0"
KEYWORDS="~x86 ~sparc ~alpha"
SRC_URI="ftp://sources.redhat.com/pub/gdb/releases/${P}.tar.bz2"
-S=${WORKDIR}/${P}
INSIGHTDIR="/opt/insight"
diff --git a/dev-util/insight/insight-6.0.ebuild b/dev-util/insight/insight-6.0.ebuild
index 2c20d2c6872e..ee7b0e3fe2e1 100644
--- a/dev-util/insight/insight-6.0.ebuild
+++ b/dev-util/insight/insight-6.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.0.ebuild,v 1.1 2003/10/29 17:32:10 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.0.ebuild,v 1.2 2004/03/13 01:44:11 mr_bones_ Exp $
IUSE="nls"
@@ -15,7 +15,6 @@ RDEPEND="${DEPEND}
SLOT="0"
KEYWORDS="~x86 ~sparc ~alpha"
SRC_URI="ftp://sources.redhat.com/pub/gdb/releases/${P}.tar.bz2"
-S=${WORKDIR}/${P}
INSIGHTDIR="/opt/insight"