Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/pstack: ChangeLog pstack-1.1.ebuild
Date: Sat, 06 Oct 2007 16:28:13
Message-Id: E1IeCMU-0000HU-UT@stork.gentoo.org
1 coldwind 07/10/06 16:18:42
2
3 Modified: ChangeLog pstack-1.1.ebuild
4 Log:
5 Homepage is dead, use man page (#185450). Thanks to Erik Musick. Nuke redundant src_compile.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.8 dev-util/pstack/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pstack/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pstack/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pstack/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 15 Jul 2007 08:27:08 -0000 1.7
22 +++ ChangeLog 6 Oct 2007 16:18:42 -0000 1.8
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/pstack
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v 1.7 2007/07/15 08:27:08 phreak Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v 1.8 2007/10/06 16:18:42 coldwind Exp $
28 +
29 + 06 Oct 2007; Santiago M. Mola <coldwind@g.o> pstack-1.1.ebuild:
30 + Homepage is dead, use man page (#185450). Thanks to Erik Musick.
31 + Nuke redundant src_compile.
32
33 15 Jul 2007; Christian Heim <phreak@g.o> metadata.xml:
34 Assigning dev-util/pstack to m-needed, as beu is being retired (#66608).
35
36
37
38 1.6 dev-util/pstack/pstack-1.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild?r1=1.5&r2=1.6
43
44 Index: pstack-1.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- pstack-1.1.ebuild 11 Dec 2006 07:36:38 -0000 1.5
51 +++ pstack-1.1.ebuild 6 Oct 2007 16:18:42 -0000 1.6
52 @@ -1,10 +1,12 @@
53 -# Copyright 1999-2006 Gentoo Foundation
54 +# Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild,v 1.5 2006/12/11 07:36:38 beu Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild,v 1.6 2007/10/06 16:18:42 coldwind Exp $
58
59 DESCRIPTION="Display stack trace of a running process."
60 -SRC_URI="http://www.whatsis.com/pstack/${PN}.tgz"
61 -HOMEPAGE="http://www.whatsis.com/pstack/"
62 +SRC_URI="mirror://gentoo/${PN}.tgz"
63 +HOMEPAGE="http://www.linuxcommand.org/man_pages/pstack1.html"
64 +# Old upstream HOMEPAGE: www.whatsis.com/pastack is dead, using
65 +# the man page at the moment.
66
67 SLOT="0"
68 LICENSE="GPL-2"
69 @@ -13,11 +15,7 @@
70
71 S=${WORKDIR}/${PN}
72
73 -src_compile() {
74 - make || die
75 -}
76 -
77 src_install() {
78 - dosbin pstack
79 + dosbin pstack || die "dosbin failed"
80 doman man1/pstack.1
81 }
82
83
84
85 --
86 gentoo-commits@g.o mailing list