From b7dccd79d6b5c7eba94d61da82f08b5ef54497cc Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sat, 14 Jul 2012 20:07:25 +0000 Subject: Version bump. bug #390343 (Portage version: 2.1.10.65/cvs/Linux x86_64) --- dev-util/crash/ChangeLog | 9 +++++++-- dev-util/crash/crash-6.0.8.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 dev-util/crash/crash-6.0.8.ebuild (limited to 'dev-util/crash') 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 +crash-6.0.8.ebuild: + Version bump. bug #390343 17 Aug 2011; Doug Goldstein 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 +} -- cgit v1.2.3-65-gdbad