summaryrefslogtreecommitdiff
path: root/sys-devel/dwz/dwz-0.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-21 19:10:49 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-21 19:10:49 +0100
commit9c0a2358763d5637ca11fe0d263ff4c9fca70a9e (patch)
tree04e08cca47b10c4c36569536eada5756eabfebf5 /sys-devel/dwz/dwz-0.9.ebuild
parent963e79dcc85b2d1ff6167b5558b885d19cb0a6ad (diff)
gentoo resync : 21.07.2018
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"
-}