summaryrefslogtreecommitdiff
path: root/sys-devel/dwz/dwz-0.13.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /sys-devel/dwz/dwz-0.13.ebuild
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'sys-devel/dwz/dwz-0.13.ebuild')
-rw-r--r--sys-devel/dwz/dwz-0.13.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-devel/dwz/dwz-0.13.ebuild b/sys-devel/dwz/dwz-0.13.ebuild
deleted file mode 100644
index 58aaf22593d5..000000000000
--- a/sys-devel/dwz/dwz-0.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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-util/dejagnu
- dev-libs/elfutils[utils]
-)"
-
-src_prepare() {
- default
- sed -e '/^CFLAGS/d' -i Makefile || die
- tc-export CC
-}