summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2012-07-14 20:07:25 +0000
committerDoug Goldstein <cardoe@gentoo.org>2012-07-14 20:07:25 +0000
commitb7dccd79d6b5c7eba94d61da82f08b5ef54497cc (patch)
treedf6aa54bca5653ce05e80b00639083d09881a181 /dev-util/crash
parentmarked x86 per bug 426366 (diff)
downloadgentoo-2-b7dccd79d6b5c7eba94d61da82f08b5ef54497cc.tar.gz
gentoo-2-b7dccd79d6b5c7eba94d61da82f08b5ef54497cc.tar.bz2
gentoo-2-b7dccd79d6b5c7eba94d61da82f08b5ef54497cc.zip
Version bump. bug #390343
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/crash')
-rw-r--r--dev-util/crash/ChangeLog9
-rw-r--r--dev-util/crash/crash-6.0.8.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-util/crash/ChangeLog b/dev-util/crash/ChangeLog
index 9741bffe8809..5a39d6554695 100644
--- a/dev-util/crash/ChangeLog
+++ b/dev-util/crash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/crash
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v 1.3 2011/08/17 14:49:31 cardoe Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v 1.4 2012/07/14 20:07:25 cardoe Exp $
+
+*crash-6.0.8 (14 Jul 2012)
+
+ 14 Jul 2012; Doug Goldstein <cardoe@gentoo.org> +crash-6.0.8.ebuild:
+ Version bump. bug #390343
17 Aug 2011; Doug Goldstein <cardoe@gentoo.org> crash-5.1.7.ebuild:
Compile fix
diff --git a/dev-util/crash/crash-6.0.8.ebuild b/dev-util/crash/crash-6.0.8.ebuild
new file mode 100644
index 000000000000..02fa76d231bb
--- /dev/null
+++ b/dev-util/crash/crash-6.0.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/crash-6.0.8.ebuild,v 1.1 2012/07/14 20:07:25 cardoe Exp $
+
+EAPI=4
+
+inherit eutils
+
+DESCRIPTION="Red Hat crash utility. Used for analyzing kernel core dumps"
+HOMEPAGE="http://people.redhat.com/anderson/"
+SRC_URI="http://people.redhat.com/anderson/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-5.1.1-install-fix.patch
+}