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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0DD9158020 for ; Sun, 13 Nov 2022 02:01:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B61DE08CE; Sun, 13 Nov 2022 02:01:39 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02B82E08CE for ; Sun, 13 Nov 2022 02:01:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28D1B340E3C for ; Sun, 13 Nov 2022 02:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 611C16FE for ; Sun, 13 Nov 2022 02:01:35 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1668304833.a26b6c263f15e33960552e9671b5693cc334943c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/pmtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/pmtools/pmtools-20110323-r1.ebuild sys-power/pmtools/pmtools-20110323-r2.ebuild X-VCS-Directories: sys-power/pmtools/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a26b6c263f15e33960552e9671b5693cc334943c X-VCS-Branch: master Date: Sun, 13 Nov 2022 02:01:35 +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: 43ac6939-79a7-4dce-91d1-ba2f6f883a08 X-Archives-Hash: 23b59cddd98a86116e06bc286c9c1520 commit: a26b6c263f15e33960552e9671b5693cc334943c Author: Mike Gilbert gentoo org> AuthorDate: Sun Nov 13 02:00:33 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Nov 13 02:00:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26b6c26 sys-power/pmtools: add -pmtools suffix to acpidump Closes: https://bugs.gentoo.org/605146 Signed-off-by: Mike Gilbert gentoo.org> .../{pmtools-20110323-r1.ebuild => pmtools-20110323-r2.ebuild} | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sys-power/pmtools/pmtools-20110323-r1.ebuild b/sys-power/pmtools/pmtools-20110323-r2.ebuild similarity index 81% rename from sys-power/pmtools/pmtools-20110323-r1.ebuild rename to sys-power/pmtools/pmtools-20110323-r2.ebuild index 4edcb8cf77bb..adb4c42c4c64 100644 --- a/sys-power/pmtools/pmtools-20110323-r1.ebuild +++ b/sys-power/pmtools/pmtools-20110323-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,7 +41,7 @@ src_compile() { } src_install() { - dosbin acpidump/acpidump + newbin acpidump/acpidump acpidump-pmtools newbin acpixtract/acpixtract acpixtract-pmtools dobin madt/madt @@ -50,8 +50,3 @@ src_install() { dodoc madt/README use doc && dodoc madt/APIC* } - -pkg_postinst() { - ewarn "Please note that acpixtract is now named acpixtract-pmtools to avoid" - ewarn "conflicts with the new tool of the same name from the iasl package." -}