From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 602501581F0 for ; Sat, 25 Jan 2025 11:06:04 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1F5BF343526 for ; Sat, 25 Jan 2025 11:06:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 889D1110433; Sat, 25 Jan 2025 11:05:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7C22B110432 for ; Sat, 25 Jan 2025 11:05:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12B84343455 for ; Sat, 25 Jan 2025 11:05:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71EA9252F for ; Sat, 25 Jan 2025 11:05:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1737803130.77d453971070c46bb1f231dec9eb1b8a6bedc50d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/debugedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/debugedit/debugedit-5.1-r1.ebuild dev-util/debugedit/debugedit-5.1-r2.ebuild X-VCS-Directories: dev-util/debugedit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77d453971070c46bb1f231dec9eb1b8a6bedc50d X-VCS-Branch: master Date: Sat, 25 Jan 2025 11:05:51 +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: e6aa1a7b-ccb6-4d0f-add4-05f4dfc4a10b X-Archives-Hash: 268460e61561257bc2e21798aa7ceab6 commit: 77d453971070c46bb1f231dec9eb1b8a6bedc50d Author: Michał Górny gentoo org> AuthorDate: Sat Jan 25 10:50:49 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 25 11:05:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d45397 dev-util/debugedit: Remove old Signed-off-by: Michał Górny gentoo.org> dev-util/debugedit/debugedit-5.1-r1.ebuild | 55 ---------------------------- dev-util/debugedit/debugedit-5.1-r2.ebuild | 57 ------------------------------ 2 files changed, 112 deletions(-) diff --git a/dev-util/debugedit/debugedit-5.1-r1.ebuild b/dev-util/debugedit/debugedit-5.1-r1.ebuild deleted file mode 100644 index 72f2900ed31a..000000000000 --- a/dev-util/debugedit/debugedit-5.1-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multiprocessing verify-sig - -DESCRIPTION="Create debuginfo and source file distributions" -HOMEPAGE="https://sourceware.org/debugedit/" -SRC_URI=" - https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz - verify-sig? ( https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz.sig ) -" - -LICENSE="GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" - -DEPEND=" - >=dev-libs/elfutils-0.176-r1:= - >=dev-libs/xxhash-0.8:= -" -RDEPEND=" - ${DEPEND} - sys-devel/dwz -" -BDEPEND=" - sys-apps/help2man - virtual/pkgconfig - verify-sig? ( - sec-keys/openpgp-keys-debugedit - ) -" - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/debugedit.gpg - -src_prepare() { - default - - # bashism, https://sourceware.org/bugzilla/show_bug.cgi?id=32321 - sed -i -e '/test/s:==:=:' tests/debugedit.at || die -} - -src_configure() { - local myconf=( - # avoid BDEP on dwz - DWZ=dwz - ac_cv_dwz_j=yes - ) - econf "${myconf[@]}" -} - -src_test() { - emake -Onone check TESTSUITEFLAGS="--jobs=$(get_makeopts_jobs)" -} diff --git a/dev-util/debugedit/debugedit-5.1-r2.ebuild b/dev-util/debugedit/debugedit-5.1-r2.ebuild deleted file mode 100644 index ec949b336685..000000000000 --- a/dev-util/debugedit/debugedit-5.1-r2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multiprocessing verify-sig - -DESCRIPTION="Create debuginfo and source file distributions" -HOMEPAGE="https://sourceware.org/debugedit/" -SRC_URI=" - https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz - verify-sig? ( https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz.sig ) -" - -LICENSE="GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux" -#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" - -DEPEND=" - >=dev-libs/elfutils-0.176-r1:= - >=dev-libs/xxhash-0.8:= - elibc_musl? (