commit: 06dfc177dca902bb8ce40c4155fd07e37751b4d8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 19 05:46:09 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 19 05:52:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06dfc177
dev-util/debugedit: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/debugedit/debugedit-5.0-r2.ebuild | 46 ------------------------------ 1 file changed, 46 deletions(-) diff --git a/dev-util/debugedit/debugedit-5.0-r2.ebuild b/dev-util/debugedit/debugedit-5.0-r2.ebuild deleted file mode 100644 index b32485c37b6c..000000000000 --- a/dev-util/debugedit/debugedit-5.0-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 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 - verify-sig? ( https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz.sig ) -" - -LICENSE="GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" - -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=/usr/share/openpgp-keys/debugedit.gpg - -PATCHES=( - "${FILESDIR}"/${P}-readelf.patch - "${FILESDIR}"/${P}-zero-dir-entry.patch - "${FILESDIR}"/${P}-hppa.patch - "${FILESDIR}"/${P}-musl-error.h-fix.patch - - # Upstreamed, remove next release - "${FILESDIR}"/${P}-musl-1.2.4.patch -) - -src_prepare() { - default - eautoreconf -}
