diff options
author | Elfyn McBratney <beu@gentoo.org> | 2006-12-11 07:36:38 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2006-12-11 07:36:38 +0000 |
commit | e5253576d1fea2adb6ac8a5a27392be340418467 (patch) | |
tree | e019dec642d1769a18cb0b19982e5882c833f4b4 /dev-util/pstack | |
parent | Drop dev-lang/perl from DEPEND. (diff) | |
download | historical-e5253576d1fea2adb6ac8a5a27392be340418467.tar.gz historical-e5253576d1fea2adb6ac8a5a27392be340418467.tar.bz2 historical-e5253576d1fea2adb6ac8a5a27392be340418467.zip |
Clean up; kill redundant DEPEND.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-util/pstack')
-rw-r--r-- | dev-util/pstack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/pstack/pstack-1.1.ebuild | 7 |
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() { |