summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2018-07-15 22:26:06 +0200
committerTiziano Müller <dev-zero@gentoo.org>2018-07-15 22:29:12 +0200
commitb952854802e862d4d67f04dd8ab704488659a57b (patch)
tree1f4b86d91cc4b3920d3f6e809b4bbd5b200a5b7f /sys-devel/dwz/dwz-0.12.ebuild
parentapp-portage/portage-utils: version bump, includes new qtegrity (diff)
downloadgentoo-b952854802e862d4d67f04dd8ab704488659a57b.tar.gz
gentoo-b952854802e862d4d67f04dd8ab704488659a57b.tar.bz2
gentoo-b952854802e862d4d67f04dd8ab704488659a57b.zip
sys-devel/dwz: version bump (bug 529570), drop old
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'sys-devel/dwz/dwz-0.12.ebuild')
-rw-r--r--sys-devel/dwz/dwz-0.12.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-devel/dwz/dwz-0.12.ebuild b/sys-devel/dwz/dwz-0.12.ebuild
new file mode 100644
index 000000000000..73840565b41a
--- /dev/null
+++ b/sys-devel/dwz/dwz-0.12.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+FPKG_HASH="1624afa75b94633e03c6e1bb952fb348"
+
+DESCRIPTION="DWARF optimization and duplicate removal tool"
+HOMEPAGE="https://sourceware.org/git/?p=dwz.git;a=summary"
+SRC_URI="https://src.fedoraproject.org/repo/pkgs/dwz/${P}.tar.bz2/${FPKG_HASH}/${P}.tar.bz2"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/elfutils"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ sed -i \
+ -e '/^CFLAGS/d' \
+ Makefile || die "sed failed"
+}