summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/pstack')
-rw-r--r--dev-util/pstack/ChangeLog7
-rw-r--r--dev-util/pstack/pstack-1.1.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/pstack/ChangeLog b/dev-util/pstack/ChangeLog
index be78cc7ff6dd..d7d5645a1eb3 100644
--- a/dev-util/pstack/ChangeLog
+++ b/dev-util/pstack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/pstack
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v 1.3 2004/07/02 05:12:26 eradicator Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v 1.4 2006/12/11 07:36:38 beu Exp $
+
+ 11 Dec 2006; Elfyn McBratney <beu@gentoo.org> pstack-1.1.ebuild:
+ Clean up; kill redundant DEPEND.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pstack-1.1.ebuild:
virtual/glibc -> virtual/libc
diff --git a/dev-util/pstack/pstack-1.1.ebuild b/dev-util/pstack/pstack-1.1.ebuild
index c7e3c6dfcd45..417abdfa4a69 100644
--- a/dev-util/pstack/pstack-1.1.ebuild
+++ b/dev-util/pstack/pstack-1.1.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild,v 1.4 2004/07/02 05:12:26 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild,v 1.5 2006/12/11 07:36:38 beu Exp $
DESCRIPTION="Display stack trace of a running process."
SRC_URI="http://www.whatsis.com/pstack/${PN}.tgz"
HOMEPAGE="http://www.whatsis.com/pstack/"
+
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 -ppc -sparc -alpha"
IUSE=""
-DEPEND="virtual/libc"
+
S=${WORKDIR}/${PN}
src_compile() {