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 3744B158B20 for ; Sat, 01 Feb 2025 13:19:49 +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 2271A34310F for ; Sat, 01 Feb 2025 13:19:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DB597110476; Sat, 01 Feb 2025 13:19:33 +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 CB648110475 for ; Sat, 01 Feb 2025 13:19:33 +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 85C93340CBB for ; Sat, 01 Feb 2025 13:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFC562530 for ; Sat, 01 Feb 2025 13:19:30 +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: <1738415866.09994bce4bc70d50e32063913f7bbfefbea51589.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/abi-dumper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/abi-dumper/Manifest dev-util/abi-dumper/abi-dumper-1.2-r1.ebuild X-VCS-Directories: dev-util/abi-dumper/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 09994bce4bc70d50e32063913f7bbfefbea51589 X-VCS-Branch: master Date: Sat, 01 Feb 2025 13:19:30 +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: f1f1a1fc-16ed-44f4-8145-ecb205d34a46 X-Archives-Hash: fe77adb3dc6432271562a0c74c1d0841 commit: 09994bce4bc70d50e32063913f7bbfefbea51589 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 1 13:17:46 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 1 13:17:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09994bce dev-util/abi-dumper: Remove old Signed-off-by: Michał Górny gentoo.org> dev-util/abi-dumper/Manifest | 1 - dev-util/abi-dumper/abi-dumper-1.2-r1.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-util/abi-dumper/Manifest b/dev-util/abi-dumper/Manifest index 5b6d18e1f178..e85128bb8495 100644 --- a/dev-util/abi-dumper/Manifest +++ b/dev-util/abi-dumper/Manifest @@ -1,2 +1 @@ -DIST abi-dumper-1.2.tar.gz 47287 BLAKE2B 93aef6a4f11ce33f04d6778d02749b4caf2eb782297957c6295d0d27f43386a92e0207b9bf6fbd17ae5e7f09964677810d6c42d3aea589fcfa46ce5f8353ee16 SHA512 cb081a8aaa548bb2360cfe55d4258c263990a4cc36feaabdafa0dc32252d19ce3ce0209e6af14c03157a144fea0e5ecb6700848f74b4da4c3ee2cdb6f0d860d2 DIST abi-dumper-1.4.tar.gz 48463 BLAKE2B c94039d1372231ace0108730405b084a75abbce958990cc7bd32b0dcbeb1ae9b9c7d9aa0dd2400c027d927be023e9cb0bdb091ddec8592e7ab61465dd626813a SHA512 e5a7d59c9a2b3f18ce7b64c2a1d96efcd73084cf651dfc1833755621c21b7edd7e2fa7c194ad7c5b6658021432241bd47b30fe36640e5f1e0bee6e6dcf913ea0 diff --git a/dev-util/abi-dumper/abi-dumper-1.2-r1.ebuild b/dev-util/abi-dumper/abi-dumper-1.2-r1.ebuild deleted file mode 100644 index 29da719990c8..000000000000 --- a/dev-util/abi-dumper/abi-dumper-1.2-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Dump ABI of an ELF object containing DWARF debug info" -HOMEPAGE="https://github.com/lvc/abi-dumper" -SRC_URI="https://github.com/lvc/abi-dumper/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv ~x86" - -RDEPEND=" - dev-libs/elfutils - dev-util/vtable-dumper -" -BDEPEND="dev-lang/perl" - -src_compile() { - : -} - -src_install() { - dodir /usr - perl Makefile.pl -install -prefix "${EPREFIX}/usr" -destdir "${D}" || die - einstalldocs -}