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-6.1.4.ebuild crash-6.0.8.ebuild ChangeLog
Date: Wed, 27 Mar 2013 21:52:38
Message-Id: 20130327215234.550622171D@flycatcher.gentoo.org
1 cardoe 13/03/27 21:52:34
2
3 Modified: crash-6.0.8.ebuild ChangeLog
4 Added: crash-6.1.4.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
9
10 Revision Changes Path
11 1.2 dev-util/crash/crash-6.0.8.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/crash-6.0.8.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/crash-6.0.8.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/crash-6.0.8.ebuild?r1=1.1&r2=1.2
16
17 Index: crash-6.0.8.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/crash/crash-6.0.8.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- crash-6.0.8.ebuild 14 Jul 2012 20:07:25 -0000 1.1
24 +++ crash-6.0.8.ebuild 27 Mar 2013 21:52:34 -0000 1.2
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/crash-6.0.8.ebuild,v 1.1 2012/07/14 20:07:25 cardoe Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/crash-6.0.8.ebuild,v 1.2 2013/03/27 21:52:34 cardoe Exp $
31
32 -EAPI=4
33 +EAPI=5
34
35 inherit eutils
36
37
38
39
40 1.5 dev-util/crash/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/ChangeLog?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/ChangeLog?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/ChangeLog?r1=1.4&r2=1.5
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- ChangeLog 14 Jul 2012 20:07:25 -0000 1.4
53 +++ ChangeLog 27 Mar 2013 21:52:34 -0000 1.5
54 @@ -1,6 +1,12 @@
55 # ChangeLog for dev-util/crash
56 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v 1.4 2012/07/14 20:07:25 cardoe Exp $
58 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
59 +# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v 1.5 2013/03/27 21:52:34 cardoe Exp $
60 +
61 +*crash-6.1.4 (27 Mar 2013)
62 +
63 + 27 Mar 2013; Doug Goldstein <cardoe@g.o> +crash-6.1.4.ebuild,
64 + crash-6.0.8.ebuild:
65 + Version bump
66
67 *crash-6.0.8 (14 Jul 2012)
68
69 @@ -20,4 +26,3 @@
70 26 Jan 2011; Doug Goldstein <cardoe@g.o> +crash-5.1.1.ebuild,
71 +files/crash-5.1.1-install-fix.patch:
72 Add the Red Hat crash analyzer utility
73 -
74
75
76
77 1.1 dev-util/crash/crash-6.1.4.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/crash-6.1.4.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/crash-6.1.4.ebuild?rev=1.1&content-type=text/plain
81
82 Index: crash-6.1.4.ebuild
83 ===================================================================
84 # Copyright 1999-2013 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-util/crash/crash-6.1.4.ebuild,v 1.1 2013/03/27 21:52:34 cardoe Exp $
87
88 EAPI=5
89
90 inherit eutils
91
92 DESCRIPTION="Red Hat crash utility. Used for analyzing kernel core dumps"
93 HOMEPAGE="http://people.redhat.com/anderson/"
94 SRC_URI="http://people.redhat.com/anderson/${P}.tar.gz"
95
96 LICENSE="GPL-3"
97 SLOT="0"
98 KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~x86"
99 IUSE=""
100
101 DEPEND=""
102 RDEPEND="${DEPEND}"
103
104 src_prepare() {
105 epatch "${FILESDIR}"/${PN}-5.1.1-install-fix.patch
106 }