From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CBD3138334 for ; Sun, 15 Jul 2018 20:30:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 489BEE07F6; Sun, 15 Jul 2018 20:30:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B6C9E07F6 for ; Sun, 15 Jul 2018 20:30:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 569F9335C6B for ; Sun, 15 Jul 2018 20:30:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF48435E for ; Sun, 15 Jul 2018 20:30:01 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1531686552.b952854802e862d4d67f04dd8ab704488659a57b.dev-zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/dwz/Manifest sys-devel/dwz/dwz-0.12.ebuild sys-devel/dwz/dwz-0.9.ebuild X-VCS-Directories: sys-devel/dwz/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: b952854802e862d4d67f04dd8ab704488659a57b X-VCS-Branch: master Date: Sun, 15 Jul 2018 20:30:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe190aea-9065-4f0f-8d2f-dbdbcca1e824 X-Archives-Hash: bb47c03153c4f495a2ba64b8c7b706fa commit: b952854802e862d4d67f04dd8ab704488659a57b Author: Tiziano Müller gentoo org> AuthorDate: Sun Jul 15 20:26:06 2018 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Sun Jul 15 20:29:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9528548 sys-devel/dwz: version bump (bug 529570), drop old Package-Manager: Portage-2.3.42, Repoman-2.3.9 sys-devel/dwz/Manifest | 2 +- sys-devel/dwz/{dwz-0.9.ebuild => dwz-0.12.ebuild} | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sys-devel/dwz/Manifest b/sys-devel/dwz/Manifest index 291ab9f867b..0880b1204d9 100644 --- a/sys-devel/dwz/Manifest +++ b/sys-devel/dwz/Manifest @@ -1 +1 @@ -DIST dwz-0.9.tar.xz 90604 BLAKE2B 37cc2248998625df7e275dc8d0690ceaaea998cd0b8492ce7e4ef7606d4196af676aa55be6eb8d376e7a01c83a6213112b6eeb4a6e725c606839f0576fdcbbf4 SHA512 ce139fd37cfd8cd6e1b6d162fb4896527122f4cb25685eed73eb3dc9fe7aea5ab85d59fe4e299940f0bc5a7cc7c9fa54236581bd9dc4ffab3cc4d62f0f164cdc +DIST dwz-0.12.tar.bz2 91234 BLAKE2B 04deba0ae4c072eda3376f5c793dcecfe87a818608d4054f9c45038dad8fa8f34adfa399da36922c2a4629bd0a31255f09cc93d34c3e018387ac263b420c5d4c SHA512 3b6e7270cde09dd3cfb39e4400e9012e781fb92f9ad91e2f930ec0c5ed1df2331a2dbd03ad520132460670b242c9a5585a2183df8dfda8a0188ebcfa51f8996e diff --git a/sys-devel/dwz/dwz-0.9.ebuild b/sys-devel/dwz/dwz-0.12.ebuild similarity index 65% rename from sys-devel/dwz/dwz-0.9.ebuild rename to sys-devel/dwz/dwz-0.12.ebuild index db4171617b7..73840565b41 100644 --- a/sys-devel/dwz/dwz-0.9.ebuild +++ b/sys-devel/dwz/dwz-0.12.ebuild @@ -1,11 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 + +FPKG_HASH="1624afa75b94633e03c6e1bb952fb348" DESCRIPTION="DWARF optimization and duplicate removal tool" HOMEPAGE="https://sourceware.org/git/?p=dwz.git;a=summary" -SRC_URI="mirror://gentoo/${P}.tar.xz" +SRC_URI="https://src.fedoraproject.org/repo/pkgs/dwz/${P}.tar.bz2/${FPKG_HASH}/${P}.tar.bz2" LICENSE="GPL-2+ GPL-3+" SLOT="0" @@ -16,6 +18,7 @@ DEPEND="dev-libs/elfutils" RDEPEND="${DEPEND}" src_prepare() { + default sed -i \ -e '/^CFLAGS/d' \ Makefile || die "sed failed"