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 EB4F3138359 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 4BDC5E0829; Tue, 22 Sep 2020 21:19:37 +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 320DFE0829 for ; Tue, 22 Sep 2020 21:19:37 +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 707D8340C04 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 E3F28373 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: <1600809511.12186c829e6357d920f49cbd2a0cced28e7950c0.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.12-r1.ebuild X-VCS-Directories: sys-devel/dwz/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 12186c829e6357d920f49cbd2a0cced28e7950c0 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: 95a6afac-5dc0-4b81-9958-658846b9a0f3 X-Archives-Hash: 54345e0e4b4c803833d28a4199e6365d commit: 12186c829e6357d920f49cbd2a0cced28e7950c0 Author: Konstantin Tokarev yandex ru> AuthorDate: Tue Sep 22 12:24:13 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Sep 22 21:18:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12186c82 sys-devel/dwz: Remove old version 0.12 Closes: https://bugs.gentoo.org/713856 Signed-off-by: Konstantin Tokarev yandex.ru> Signed-off-by: Conrad Kostecki gentoo.org> sys-devel/dwz/Manifest | 1 - sys-devel/dwz/dwz-0.12-r1.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/sys-devel/dwz/Manifest b/sys-devel/dwz/Manifest index 6c2695c8817..e03a7ec5d0f 100644 --- a/sys-devel/dwz/Manifest +++ b/sys-devel/dwz/Manifest @@ -1,2 +1 @@ -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.12-r1.ebuild b/sys-devel/dwz/dwz-0.12-r1.ebuild deleted file mode 100644 index 9926eba6d80..00000000000 --- a/sys-devel/dwz/dwz-0.12-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -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}" -BDEPEND="" - -src_prepare() { - default - sed -i \ - -e '/^CFLAGS/d' \ - Makefile || die "sed failed" - tc-export CC -}