summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2017-05-10 15:16:47 +0800
committerYixun Lan <dlan@gentoo.org>2017-05-10 15:28:18 +0800
commit06d358390a97a530afac15e6e498a37ca64066b7 (patch)
tree679b7a9670e10cf4730a50b16339b10951ec4694 /dev-util/crash/crash-7.1.9.ebuild
parentnet-libs/courier-authlib: bump to 0.67.0 (diff)
downloadgentoo-06d358390a97a530afac15e6e498a37ca64066b7.tar.gz
gentoo-06d358390a97a530afac15e6e498a37ca64066b7.tar.bz2
gentoo-06d358390a97a530afac15e6e498a37ca64066b7.zip
dev-util/crash: version bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-util/crash/crash-7.1.9.ebuild')
-rw-r--r--dev-util/crash/crash-7.1.9.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/crash/crash-7.1.9.ebuild b/dev-util/crash/crash-7.1.9.ebuild
new file mode 100644
index 000000000000..d2d1df9f47a7
--- /dev/null
+++ b/dev-util/crash/crash-7.1.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 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
+}