Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/debugedit/
Date: Tue, 08 Feb 2022 19:20:16
Message-Id: 1644347867.be5404534bed567a7b7ebdd189ea9c44f2b43c05.mgorny@gentoo
1 commit: be5404534bed567a7b7ebdd189ea9c44f2b43c05
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 8 19:17:47 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 8 19:17:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be540453
7
8 dev-util/debugedit: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/debugedit/debugedit-5.0.ebuild | 42 ---------------------------------
13 1 file changed, 42 deletions(-)
14
15 diff --git a/dev-util/debugedit/debugedit-5.0.ebuild b/dev-util/debugedit/debugedit-5.0.ebuild
16 deleted file mode 100644
17 index 4999140936ac..000000000000
18 --- a/dev-util/debugedit/debugedit-5.0.ebuild
19 +++ /dev/null
20 @@ -1,42 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit autotools verify-sig
27 -
28 -DESCRIPTION="Create debuginfo and source file distributions"
29 -HOMEPAGE="https://sourceware.org/debugedit/"
30 -SRC_URI="
31 - https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz
32 - https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz.sig
33 -"
34 -
35 -LICENSE="GPL-2+ LGPL-2+"
36 -SLOT="0"
37 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
38 -IUSE=""
39 -
40 -RDEPEND="
41 - >=dev-libs/elfutils-0.176-r1
42 -"
43 -DEPEND=${RDEPEND}
44 -BDEPEND="
45 - sys-apps/help2man
46 - virtual/pkgconfig
47 - verify-sig? (
48 - sec-keys/openpgp-keys-debugedit
49 - )
50 -"
51 -
52 -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/debugedit.gpg
53 -
54 -PATCHES=(
55 - "${FILESDIR}"/${P}-readelf.patch
56 - "${FILESDIR}"/${P}-zero-dir-entry.patch
57 -)
58 -
59 -src_prepare() {
60 - default
61 - eautoreconf
62 -}