diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 16:08:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 16:08:39 +0000 |
commit | db06c3dcccb154aad07715335a82cfe36bb7197a (patch) | |
tree | 6b812169b0dee134aa1a290a013f62a277e3bbc0 /dev-util/pstack | |
parent | Remove old (diff) | |
download | gentoo-2-db06c3dcccb154aad07715335a82cfe36bb7197a.tar.gz gentoo-2-db06c3dcccb154aad07715335a82cfe36bb7197a.tar.bz2 gentoo-2-db06c3dcccb154aad07715335a82cfe36bb7197a.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/pstack')
-rw-r--r-- | dev-util/pstack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/pstack/pstack-1.1.ebuild | 31 |
2 files changed, 5 insertions, 33 deletions
diff --git a/dev-util/pstack/ChangeLog b/dev-util/pstack/ChangeLog index 1cc6006a8226..f12f30d596f4 100644 --- a/dev-util/pstack/ChangeLog +++ b/dev-util/pstack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pstack -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v 1.11 2010/11/25 17:38:28 xmw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v 1.12 2012/05/10 16:08:39 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -pstack-1.1.ebuild: + Remove old 25 Nov 2010; Michael Weber <xmw@gentoo.org> pstack-1.1.ebuild, pstack-1.1-r1.ebuild: diff --git a/dev-util/pstack/pstack-1.1.ebuild b/dev-util/pstack/pstack-1.1.ebuild deleted file mode 100644 index 8596da690892..000000000000 --- a/dev-util/pstack/pstack-1.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 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.9 2010/11/25 17:38:28 xmw Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Display stack trace of a running process." -SRC_URI="mirror://gentoo/${PN}.tgz" -HOMEPAGE="http://www.linuxcommand.org/man_pages/pstack1.html" -# Old upstream HOMEPAGE: www.whatsis.com/pastack is dead, using -# the man page at the moment. - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 -*" -IUSE="" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - - # respect CC variable see bug #244036 - sed -i -e "s:gcc:$(tc-getCC):" Makefile -} - -src_install() { - dosbin pstack || die "dosbin failed" - doman man1/pstack.1 -} |