summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2019-10-20 14:16:19 +0800
committerYixun Lan <dlan@gentoo.org>2019-10-20 14:18:44 +0800
commitc1ffb760ed57e45a0a405fab49eb69fbf9cc0d4f (patch)
tree958bbc0e187c61b1241cbf8396a663b5d6d8f55a /dev-util/crash/crash-7.2.7.ebuild
parentsci-geosciences/gpxsee: bump to 7.15 (diff)
downloadgentoo-c1ffb760ed57e45a0a405fab49eb69fbf9cc0d4f.tar.gz
gentoo-c1ffb760ed57e45a0a405fab49eb69fbf9cc0d4f.tar.bz2
gentoo-c1ffb760ed57e45a0a405fab49eb69fbf9cc0d4f.zip
dev-util/crash: version bump, 7.2.7
Closes: https://bugs.gentoo.org/658454 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/crash/crash-7.2.7.ebuild')
-rw-r--r--dev-util/crash/crash-7.2.7.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/crash/crash-7.2.7.ebuild b/dev-util/crash/crash-7.2.7.ebuild
new file mode 100644
index 000000000000..f8eeec87116a
--- /dev/null
+++ b/dev-util/crash/crash-7.2.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+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=""
+# there is no "make test" target, but there is a test.c so the automatic
+# make rules catch it and tests fail
+RESTRICT="test"
+