summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2020-02-16 14:26:07 +0000
committerYixun Lan <dlan@gentoo.org>2020-02-16 14:27:20 +0000
commit2677b873e57aceaf816d5ba7ec8d7cbbe3d2411d (patch)
treedc814c2b9af9b91cdf42f225dd195305e3313d36 /dev-util/crash
parentdev-util/crash: version bump, 7.2.8 (diff)
downloadgentoo-2677b873e57aceaf816d5ba7ec8d7cbbe3d2411d.tar.gz
gentoo-2677b873e57aceaf816d5ba7ec8d7cbbe3d2411d.tar.bz2
gentoo-2677b873e57aceaf816d5ba7ec8d7cbbe3d2411d.zip
dev-util/crash: drop old
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/crash')
-rw-r--r--dev-util/crash/Manifest1
-rw-r--r--dev-util/crash/crash-7.2.5.ebuild22
-rw-r--r--dev-util/crash/files/crash-5.1.1-install-fix.patch12
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-util/crash/Manifest b/dev-util/crash/Manifest
index 46d40545c146..bea69854cdc4 100644
--- a/dev-util/crash/Manifest
+++ b/dev-util/crash/Manifest
@@ -1,3 +1,2 @@
-DIST crash-7.2.5.tar.gz 32214678 BLAKE2B 1d19bdb0ead372b4df6f4715f9fc26218d7060ad2a3f774cdf6069d6fe7a85a24968766e6eab19042c1208716e871318bbc44be04012b7ef8527a7f536edd5d9 SHA512 6d07c4aa2bccafafe66567e2022250208ffdd5f0e64aad1aefb4c8d7c10df49464ad772e2ffe0d1067f324dd351e9186841d501680a181c79d7b9b58464d6987
DIST crash-7.2.7.tar.gz 32249495 BLAKE2B 410f851afc8b4f5a4685985b58236efb6f88ae82465dbe553c8f2133cc5ca14013dc8e0efd242b3fb1b8fdd6cf0de85fabb5308252306e8c9831f9f9eb6ad56e SHA512 14e0c5842b752faa7f2c5667517c9cb214a172cea5b779df5cd38feec6472eb6fd6508346c1c4eec02d4565fd6dade270e851ebf571e778023f32ac7f82836b7
DIST crash-7.2.8.tar.gz 32253097 BLAKE2B 26a8a07749cb62947053992ba761b541ba5d06f0f3bf67312d8228c9d851f51edf1201e732574f7f2f2768d6087324b8dd1f843ea47916bd9f95e514df967589 SHA512 3269760a50b49f25af0e1c43d60432e603036793aa542f8ccfb0b8019376da45afa7c053d3860ae2130b6471f3ac72cff78f1096e9ffa8c6f1d34afb52208e70
diff --git a/dev-util/crash/crash-7.2.5.ebuild b/dev-util/crash/crash-7.2.5.ebuild
deleted file mode 100644
index 1fc81e1cf58c..000000000000
--- a/dev-util/crash/crash-7.2.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-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"
-
-PATCHES=(
- "${FILESDIR}/${PN}-5.1.1-install-fix.patch"
-)
diff --git a/dev-util/crash/files/crash-5.1.1-install-fix.patch b/dev-util/crash/files/crash-5.1.1-install-fix.patch
deleted file mode 100644
index 98b86759361d..000000000000
--- a/dev-util/crash/files/crash-5.1.1-install-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur crash-5.1.1/Makefile crash-5.1.1-fixes//Makefile
---- crash-5.1.1/Makefile 2010-12-23 12:59:44.000000000 -0600
-+++ crash-5.1.1-fixes//Makefile 2011-01-26 13:17:11.000000000 -0600
-@@ -322,7 +322,7 @@
- cc -c ${CRASH_CFLAGS} build_data.c ${WARNING_OPTIONS} ${WARNING_ERROR}
-
- install:
-- /usr/bin/install ${PROGRAM} ${INSTALLDIR}
-+ /usr/bin/install -D ${PROGRAM} ${INSTALLDIR}/${PROGRAM}
- # /usr/bin/install ${PROGRAM}d ${INSTALLDIR}
-
- unconfig: make_configure