summaryrefslogtreecommitdiff
path: root/sys-devel/dwz/dwz-0.14.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/dwz/dwz-0.14.ebuild')
-rw-r--r--sys-devel/dwz/dwz-0.14.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-devel/dwz/dwz-0.14.ebuild b/sys-devel/dwz/dwz-0.14.ebuild
deleted file mode 100644
index 8879c51bc69e..000000000000
--- a/sys-devel/dwz/dwz-0.14.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="DWARF optimization and duplicate removal tool"
-HOMEPAGE="https://sourceware.org/dwz"
-SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
-
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/elfutils"
-DEPEND="${RDEPEND}"
-BDEPEND="test? (
- dev-libs/elfutils[utils]
- dev-util/dejagnu
- dev-debug/gdb
-)"
-
-src_prepare() {
- default
- sed -e '/^CFLAGS/d' -i Makefile || die
- tc-export CC
-}