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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A963158020 for ; Thu, 15 Dec 2022 04:57:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC0DEE087E; Thu, 15 Dec 2022 04:57:41 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 981F0E087E for ; Thu, 15 Dec 2022 04:57:41 +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 A8864340F3D for ; Thu, 15 Dec 2022 04:57:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F293B783 for ; Thu, 15 Dec 2022 04:57:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671080161.d587a7a986d44fb37da2e69aff680652e8d51be6.sam@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-r2.ebuild X-VCS-Directories: sys-power/pmtools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d587a7a986d44fb37da2e69aff680652e8d51be6 X-VCS-Branch: master Date: Thu, 15 Dec 2022 04:57:38 +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: 826f838d-9f50-4bae-8871-9f3e844f9b25 X-Archives-Hash: 30d52b0972e3995de60a63e81e52a74b commit: d587a7a986d44fb37da2e69aff680652e8d51be6 Author: Sam James gentoo org> AuthorDate: Thu Dec 15 04:56:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 15 04:56:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d587a7a9 sys-power/pmtools: fix ObsoleteUri Signed-off-by: Sam James gentoo.org> sys-power/pmtools/pmtools-20110323-r2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-power/pmtools/pmtools-20110323-r2.ebuild b/sys-power/pmtools/pmtools-20110323-r2.ebuild index adb4c42c4c64..6905ae1212e8 100644 --- a/sys-power/pmtools/pmtools-20110323-r2.ebuild +++ b/sys-power/pmtools/pmtools-20110323-r2.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="Collection of tools for ACPI and power management" HOMEPAGE="https://github.com/anyc/pmtools/" -SRC_URI="https://github.com/anyc/pmtools/tarball/${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/anyc/pmtools/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/pmtools" LICENSE="GPL-2" @@ -16,8 +16,9 @@ KEYWORDS="amd64 ppc x86" IUSE="doc" RDEPEND=" - dev-lang/perl - >=sys-power/iasl-20090521" + dev-lang/perl + >=sys-power/iasl-20090521 +" PATCHES=( "${FILESDIR}"/${PN}-20100123-acpixtract-pmtools.patch