summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/dwz/dwz-0.9.ebuild')
-rw-r--r--sys-devel/dwz/dwz-0.9.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-devel/dwz/dwz-0.9.ebuild b/sys-devel/dwz/dwz-0.9.ebuild
deleted file mode 100644
index db4171617b70..000000000000
--- a/sys-devel/dwz/dwz-0.9.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="DWARF optimization and duplicate removal tool"
-HOMEPAGE="https://sourceware.org/git/?p=dwz.git;a=summary"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-libs/elfutils"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i \
- -e '/^CFLAGS/d' \
- Makefile || die "sed failed"
-}