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 2DE78138359 for ; Tue, 22 Sep 2020 21:19:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12E2DE0828; Tue, 22 Sep 2020 21:19:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EC71EE0828 for ; Tue, 22 Sep 2020 21:19:36 +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 62288340BC9 for ; Tue, 22 Sep 2020 21:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC526365 for ; Tue, 22 Sep 2020 21:19:33 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1600809229.1af86f6935d3a0417b3d083af91fb75ea9f3c91e.conikost@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.13.ebuild sys-devel/dwz/metadata.xml X-VCS-Directories: sys-devel/dwz/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 1af86f6935d3a0417b3d083af91fb75ea9f3c91e X-VCS-Branch: master Date: Tue, 22 Sep 2020 21:19:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d286c598-7d6c-401a-9602-4eda534bcbd8 X-Archives-Hash: 4ab6db2dbe59cf058b1097b689f41a2d commit: 1af86f6935d3a0417b3d083af91fb75ea9f3c91e Author: Konstantin Tokarev yandex ru> AuthorDate: Sun Sep 20 10:27:26 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Sep 22 21:13:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af86f69 sys-devel/dwz: Version update to 0.13 * Updated homepage URL * Updated SRC_URI: now dwz has proper tarball downloads * Added myself and proxy-maint project as maintainers * Removed empty variables IUSE and BDEPEND * Put set command in one line and dropped die message Closes: https://github.com/gentoo/gentoo/pull/17609 Signed-off-by: Konstantin Tokarev yandex.ru> Signed-off-by: Conrad Kostecki gentoo.org> sys-devel/dwz/Manifest | 1 + sys-devel/dwz/dwz-0.13.ebuild | 25 +++++++++++++++++++++++++ sys-devel/dwz/metadata.xml | 9 ++++++++- 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/sys-devel/dwz/Manifest b/sys-devel/dwz/Manifest index 0880b1204d9..6c2695c8817 100644 --- a/sys-devel/dwz/Manifest +++ b/sys-devel/dwz/Manifest @@ -1 +1,2 @@ DIST dwz-0.12.tar.bz2 91234 BLAKE2B 04deba0ae4c072eda3376f5c793dcecfe87a818608d4054f9c45038dad8fa8f34adfa399da36922c2a4629bd0a31255f09cc93d34c3e018387ac263b420c5d4c SHA512 3b6e7270cde09dd3cfb39e4400e9012e781fb92f9ad91e2f930ec0c5ed1df2331a2dbd03ad520132460670b242c9a5585a2183df8dfda8a0188ebcfa51f8996e +DIST dwz-0.13.tar.xz 114016 BLAKE2B 0e53bb99a7790dbdd724594ad00f76267483fe31bf99c9a6ea67f8ca031d2559d5cfc79f613c81b1a99f9086aa16570cb4d850f36ddbc60bdec443dc3122cae7 SHA512 8dc5e647a99ab652fbbed2d37c595a072a2e31198e66f84220d4caf04a9ee0b2900b116932f268b68015e4cc6b49b87313bf1a2d00748d2b3c4799c9ee58c2f4 diff --git a/sys-devel/dwz/dwz-0.13.ebuild b/sys-devel/dwz/dwz-0.13.ebuild new file mode 100644 index 00000000000..a99b0d53e37 --- /dev/null +++ b/sys-devel/dwz/dwz-0.13.ebuild @@ -0,0 +1,25 @@ +# 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" + +DEPEND="dev-libs/elfutils" +RDEPEND="${DEPEND}" + +src_prepare() { + default + sed -e '/^CFLAGS/d' -i Makefile || die + tc-export CC +} diff --git a/sys-devel/dwz/metadata.xml b/sys-devel/dwz/metadata.xml index 3580a958ed3..72a6a1288bc 100644 --- a/sys-devel/dwz/metadata.xml +++ b/sys-devel/dwz/metadata.xml @@ -1,7 +1,14 @@ - + + annulen@yandex.ru + Konstantin Tokarev + + + proxy-maint@gentoo.org + Proxy Maintainers + The dwz package contains a program that attempts to optimize DWARF debugging information contained in ELF shared libraries and ELF executables