Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/crash: crash-5.1.1.ebuild ChangeLog metadata.xml
Date: Wed, 26 Jan 2011 20:51:23
Message-Id: 20110126205113.6C9DA20054@flycatcher.gentoo.org
1 cardoe 11/01/26 20:51:13
2
3 Added: crash-5.1.1.ebuild ChangeLog metadata.xml
4 Log:
5 Add the Red Hat crash analyzer utility
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-util/crash/crash-5.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/crash-5.1.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/crash-5.1.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: crash-5.1.1.ebuild
16 ===================================================================
17 # Copyright 1999-2011 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-util/crash/crash-5.1.1.ebuild,v 1.1 2011/01/26 20:51:13 cardoe Exp $
20
21 EAPI=4
22
23 inherit eutils
24
25 DESCRIPTION="Red Hat crash utility. Used for analyzing kernel core dumps"
26 HOMEPAGE="http://people.redhat.com/anderson/"
27 SRC_URI="http://people.redhat.com/anderson/${P}.tar.gz"
28
29 LICENSE="GPL-3"
30 SLOT="0"
31 KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~x86"
32 IUSE=""
33
34 DEPEND=""
35 RDEPEND="${DEPEND}"
36
37 src_prepare() {
38 epatch "${FILESDIR}"/${P}-install-fix.patch
39 }
40
41
42
43 1.1 dev-util/crash/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/ChangeLog?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/ChangeLog?rev=1.1&content-type=text/plain
47
48 Index: ChangeLog
49 ===================================================================
50 # ChangeLog for dev-util/crash
51 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v 1.1 2011/01/26 20:51:13 cardoe Exp $
53
54 *crash-5.1.1 (26 Jan 2011)
55
56 26 Jan 2011; Doug Goldstein <cardoe@g.o> +crash-5.1.1.ebuild,
57 +files/crash-5.1.1-install-fix.patch:
58 Add the Red Hat crash analyzer utility
59
60
61
62
63 1.1 dev-util/crash/metadata.xml
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/metadata.xml?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/metadata.xml?rev=1.1&content-type=text/plain
67
68 Index: metadata.xml
69 ===================================================================
70 <?xml version="1.0" encoding="UTF-8"?>
71 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 <pkgmetadata>
73 <herd>no-herd</herd>
74 <maintainer>
75 <email>cardoe@g.o</email>
76 <name>Doug Goldstein</name>
77 </maintainer>
78 <longdescription lang="en">
79 The Red Hat crash analysis utility is loosely based on the SVR4 UNIX
80 crash command, but has been significantly enhanced by completely merging
81 it with the GNU gdb debugger. The marriage of the two effectively
82 combines the kernel-specific nature of the traditional UNIX crash
83 utility with the source code level debugging capabilities of gdb.
84 </longdescription>
85 </pkgmetadata>