Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/crash/
Date: Wed, 03 Jun 2020 03:05:54
Message-Id: 1591153516.6054c3a7e763a55bb63221af214bd1abba960dcd.dlan@gentoo
1 commit: 6054c3a7e763a55bb63221af214bd1abba960dcd
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 3 03:04:11 2020 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 3 03:05:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6054c3a7
7
8 dev-util/crash: drop old
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 dev-util/crash/Manifest | 1 -
14 dev-util/crash/crash-7.2.7.ebuild | 16 ----------------
15 dev-util/crash/crash-7.2.8.ebuild | 16 ----------------
16 3 files changed, 33 deletions(-)
17
18 diff --git a/dev-util/crash/Manifest b/dev-util/crash/Manifest
19 index bea69854cdc..df790de8604 100644
20 --- a/dev-util/crash/Manifest
21 +++ b/dev-util/crash/Manifest
22 @@ -1,2 +1 @@
23 -DIST crash-7.2.7.tar.gz 32249495 BLAKE2B 410f851afc8b4f5a4685985b58236efb6f88ae82465dbe553c8f2133cc5ca14013dc8e0efd242b3fb1b8fdd6cf0de85fabb5308252306e8c9831f9f9eb6ad56e SHA512 14e0c5842b752faa7f2c5667517c9cb214a172cea5b779df5cd38feec6472eb6fd6508346c1c4eec02d4565fd6dade270e851ebf571e778023f32ac7f82836b7
24 DIST crash-7.2.8.tar.gz 32253097 BLAKE2B 26a8a07749cb62947053992ba761b541ba5d06f0f3bf67312d8228c9d851f51edf1201e732574f7f2f2768d6087324b8dd1f843ea47916bd9f95e514df967589 SHA512 3269760a50b49f25af0e1c43d60432e603036793aa542f8ccfb0b8019376da45afa7c053d3860ae2130b6471f3ac72cff78f1096e9ffa8c6f1d34afb52208e70
25
26 diff --git a/dev-util/crash/crash-7.2.7.ebuild b/dev-util/crash/crash-7.2.7.ebuild
27 deleted file mode 100644
28 index d9bbae491a7..00000000000
29 --- a/dev-util/crash/crash-7.2.7.ebuild
30 +++ /dev/null
31 @@ -1,16 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="7"
36 -
37 -DESCRIPTION="Red Hat crash utility; used for analyzing kernel core dumps"
38 -HOMEPAGE="https://people.redhat.com/anderson/"
39 -SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~x86"
44 -IUSE=""
45 -# there is no "make test" target, but there is a test.c so the automatic
46 -# make rules catch it and tests fail
47 -RESTRICT="test"
48
49 diff --git a/dev-util/crash/crash-7.2.8.ebuild b/dev-util/crash/crash-7.2.8.ebuild
50 deleted file mode 100644
51 index 47cd7b83509..00000000000
52 --- a/dev-util/crash/crash-7.2.8.ebuild
53 +++ /dev/null
54 @@ -1,16 +0,0 @@
55 -# Copyright 1999-2020 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI="7"
59 -
60 -DESCRIPTION="Red Hat crash utility; used for analyzing kernel core dumps"
61 -HOMEPAGE="https://people.redhat.com/anderson/"
62 -SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz"
63 -
64 -LICENSE="GPL-3"
65 -SLOT="0"
66 -KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~x86"
67 -IUSE=""
68 -# there is no "make test" target, but there is a test.c so the automatic
69 -# make rules catch it and tests fail
70 -RESTRICT="test"