summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-21 00:50:51 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-21 00:51:34 -0400
commitdbcfd2f73e4b7f1aa56f1fdbeaac8dce4697f37d (patch)
treead3ef092ff159c16e745cc0adc89f30c23464daf /dev-util/crash/crash-7.1.4.ebuild
parentmedia-libs/mesa: Drop old. (diff)
downloadgentoo-dbcfd2f73e4b7f1aa56f1fdbeaac8dce4697f37d.tar.gz
gentoo-dbcfd2f73e4b7f1aa56f1fdbeaac8dce4697f37d.tar.bz2
gentoo-dbcfd2f73e4b7f1aa56f1fdbeaac8dce4697f37d.zip
dev-util/crash: version bump to 7.1.4
Diffstat (limited to 'dev-util/crash/crash-7.1.4.ebuild')
-rw-r--r--dev-util/crash/crash-7.1.4.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/crash/crash-7.1.4.ebuild b/dev-util/crash/crash-7.1.4.ebuild
new file mode 100644
index 000000000000..91e7fb09561a
--- /dev/null
+++ b/dev-util/crash/crash-7.1.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils
+
+DESCRIPTION="Red Hat crash utility; used for analyzing kernel core dumps"
+HOMEPAGE="https://people.redhat.com/anderson/"
+SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~x86"
+IUSE=""
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-5.1.1-install-fix.patch
+}