diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-08 20:17:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-08 20:17:47 +0100 |
commit | be5404534bed567a7b7ebdd189ea9c44f2b43c05 (patch) | |
tree | 8c2f2991d2be4ee8f84988a1fc21803cf4a762cc /dev-util/debugedit | |
parent | sys-kernel/gentoo-sources: Linux updates and genpatches (diff) | |
download | gentoo-be5404534bed567a7b7ebdd189ea9c44f2b43c05.tar.gz gentoo-be5404534bed567a7b7ebdd189ea9c44f2b43c05.tar.bz2 gentoo-be5404534bed567a7b7ebdd189ea9c44f2b43c05.zip |
dev-util/debugedit: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/debugedit')
-rw-r--r-- | dev-util/debugedit/debugedit-5.0.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-util/debugedit/debugedit-5.0.ebuild b/dev-util/debugedit/debugedit-5.0.ebuild deleted file mode 100644 index 4999140936ac..000000000000 --- a/dev-util/debugedit/debugedit-5.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools verify-sig - -DESCRIPTION="Create debuginfo and source file distributions" -HOMEPAGE="https://sourceware.org/debugedit/" -SRC_URI=" - https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz - https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz.sig -" - -LICENSE="GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - >=dev-libs/elfutils-0.176-r1 -" -DEPEND=${RDEPEND} -BDEPEND=" - sys-apps/help2man - virtual/pkgconfig - verify-sig? ( - sec-keys/openpgp-keys-debugedit - ) -" - -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/debugedit.gpg - -PATCHES=( - "${FILESDIR}"/${P}-readelf.patch - "${FILESDIR}"/${P}-zero-dir-entry.patch -) - -src_prepare() { - default - eautoreconf -} |