summaryrefslogtreecommitdiff
path: root/sys-power/pmtools
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-13 12:48:53 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-13 12:48:53 +0000
commit7c1ac01728d0156998ee45be74f80b378d96c31d (patch)
tree6634bea5058fa5133bb0227fd6f1da9aea4ca8f7 /sys-power/pmtools
parentb2d06fcf55b2f88efa183831072c7bca3f8e418b (diff)
gentoo auto-resync : 13:11:2022 - 12:48:53
Diffstat (limited to 'sys-power/pmtools')
-rw-r--r--sys-power/pmtools/Manifest2
-rw-r--r--sys-power/pmtools/pmtools-20110323-r2.ebuild (renamed from sys-power/pmtools/pmtools-20110323-r1.ebuild)9
2 files changed, 3 insertions, 8 deletions
diff --git a/sys-power/pmtools/Manifest b/sys-power/pmtools/Manifest
index d0126d732695..07894b23d50e 100644
--- a/sys-power/pmtools/Manifest
+++ b/sys-power/pmtools/Manifest
@@ -3,5 +3,5 @@ AUX pmtools-20100123-acpixtract-pmtools.patch 1822 BLAKE2B 6d7f7de1f2807ae5a2309
AUX pmtools-20100123-madt.patch 1191 BLAKE2B 46d74cafb71bea3a9c7391b3636da8d9dabda9f24fcf20ff0e9469e72cbdf44477a71a42b780f9d5ba442400381add000fce0fec588f37a62b72dce93475c546 SHA512 3984c4a26248a2b152009ab3703e3fd894abd8a12716aaa7f4913b8a8d922c2a60e7e987e401a0c93c56398b63c36013bcbf7b9c51d1c119f6aa7e67e2657594
AUX pmtools-20101124-cflags-ldflags.patch 1743 BLAKE2B 65216ce6a9a347c2bc85a4ea8b891ede00d5dd6564541188cb4641747525fff801b5d20a5e2d21c1a37250ffb61f85db11e3beff07cc1bfb1107264a60f650a2 SHA512 63342f0f1f630eeb74dbe45eddd92b4be4794b34d93f691442bb6a761798d25967d93c73389ef0abace8a285efb91677493996948a34e981959782f493963dc0
DIST pmtools-20110323.tar.gz 62002 BLAKE2B f1de2e266d72c8a69a61df0fc57bc0b27e9a4fc89f840e893b8fbb1bc93ec54dc5f502a1066d17d082341c99b829189911d558261409455fd1db368924fbea59 SHA512 81108c011b45c58c02013a3653c2d00bc2a9a9d80bf85438a193a4fed04a3fd2890d9cd4d64ab455e3e9c1613d35a6be59698395d9a27ca0a858e3935439bafd
-EBUILD pmtools-20110323-r1.ebuild 1269 BLAKE2B c5323017ba6a86d7376f803bfda1906bec90bae77ca43bbb5c38c7c941508b176509debdbb6244e45cff50e243045e474c7779473eae80fd1dcf8b91533f5a75 SHA512 af44d40b15920349811e01070d1d2c55a16f409045714991318d1b67c97dd971bd172e1c035dd2c437ca02cfe567ce3c4c71aa1c562fe3c590792fb9cc2df4dd
+EBUILD pmtools-20110323-r2.ebuild 1111 BLAKE2B 3ad69679c1f15fb9567de28a62152f764945a7fd25c7f04564e9dd3ff7e72ef64cf7a03dd4228169f861d91e9c7459b5ac851a9115adde95d4e439e5de65475f SHA512 89df63c75a3991f23a5d565906a3683038bb2dceda7c42f349c6a26674e74be60e8a8489e6ab83594fc35216172c7613c49e6026a1c13303b8c91933c16129c6
MISC metadata.xml 652 BLAKE2B 5febc6ed444adaba4435b2cdac7586c14f52301076308ff1f6b2e016db8a89aa78acb3d1a08a8dcee8fc8c2dcb5e4ed42c79a1500f06db9ed0af9d757fc8ff76 SHA512 4c34f011c78e8bd8a12b9f844954655c4c00379c95726b7249931d58c4e58c19071f82b75a7c5933657dcf7d23f5c3e38075862aab924a3036a613faa4d99ff2
diff --git a/sys-power/pmtools/pmtools-20110323-r1.ebuild b/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."
-}