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-7.0.3.ebuild ChangeLog
Date: Fri, 06 Dec 2013 16:34:22
Message-Id: 20131206163419.716842004B@flycatcher.gentoo.org
1 cardoe 13/12/06 16:34:19
2
3 Modified: ChangeLog
4 Added: crash-7.0.3.ebuild
5 Log:
6 Version bump to 7.0.3 bug #492728
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
9
10 Revision Changes Path
11 1.9 dev-util/crash/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 13 Jun 2013 13:36:20 -0000 1.8
24 +++ ChangeLog 6 Dec 2013 16:34:19 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/crash
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v 1.8 2013/06/13 13:36:20 cardoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v 1.9 2013/12/06 16:34:19 cardoe Exp $
30 +
31 +*crash-7.0.3 (06 Dec 2013)
32 +
33 + 06 Dec 2013; Doug Goldstein <cardoe@g.o> +crash-7.0.3.ebuild:
34 + Version bump to 7.0.3 bug #492728
35
36 *crash-7.0.0 (13 Jun 2013)
37
38
39
40
41 1.1 dev-util/crash/crash-7.0.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/crash-7.0.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/crash-7.0.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: crash-7.0.3.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/crash/crash-7.0.3.ebuild,v 1.1 2013/12/06 16:34:19 cardoe Exp $
51
52 EAPI=5
53
54 inherit eutils
55
56 DESCRIPTION="Red Hat crash utility. Used for analyzing kernel core dumps"
57 HOMEPAGE="http://people.redhat.com/anderson/"
58 SRC_URI="http://people.redhat.com/anderson/${P}.tar.gz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~x86"
63 IUSE=""
64
65 DEPEND=""
66 RDEPEND="${DEPEND}"
67
68 src_prepare() {
69 epatch "${FILESDIR}"/${PN}-5.1.1-install-fix.patch
70 }