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 6861915808A for ; Sun, 3 Sep 2023 07:58:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47AE82BC018; Sun, 3 Sep 2023 07:58:04 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A6F52BC018 for ; Sun, 3 Sep 2023 07:58:04 +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 DB1C7335CDF for ; Sun, 3 Sep 2023 07:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 453FF1109 for ; Sun, 3 Sep 2023 07:58:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1693727810.2c5752e2424db4aab3182448428f15b5eab52c8f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/msr-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/msr-tools/Manifest sys-apps/msr-tools/msr-tools-1.3.ebuild X-VCS-Directories: sys-apps/msr-tools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2c5752e2424db4aab3182448428f15b5eab52c8f X-VCS-Branch: master Date: Sun, 3 Sep 2023 07:58:01 +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: 5a106e1c-1ef3-4a4b-9fd2-59cc888026a2 X-Archives-Hash: d95aa740fc4406cc1a5a73cd249b92a3 commit: 2c5752e2424db4aab3182448428f15b5eab52c8f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 3 07:26:41 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 3 07:56:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5752e2 sys-apps/msr-tools: drop 1.3 Closes: https://bugs.gentoo.org/913066 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-apps/msr-tools/Manifest | 1 - sys-apps/msr-tools/msr-tools-1.3.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/sys-apps/msr-tools/Manifest b/sys-apps/msr-tools/Manifest index ab846f50df1d..cc42072c0541 100644 --- a/sys-apps/msr-tools/Manifest +++ b/sys-apps/msr-tools/Manifest @@ -1,2 +1 @@ -DIST msr-tools-1.3.zip 7693 BLAKE2B 9ba92a6b3d71bf89e1b4a62226fa1eb2c53a588900fe52f1fa3a84443a471aab547e46e73826874c251ec32dcbb40ef9b787eef80fd93b65f3bb2c5d0312e310 SHA512 9605eed0b6211d0ecbe48a14d66b5d61965770f249c5c1b15416d4f2e9a37a68ecfde171077c3acc74bb6b951749bcff186acbb4d6d8a3051695d2d97c0e332b DIST msr-tools-1.3_p20170320.tar.gz 5709 BLAKE2B 190cf22ce89be24f875eff3ec18849e6e4ed07696450d470909dfed6d7c6bb9abd22a5e0c528001aa72f6bbdcdd049019a05328084c45df87ce782e9a78b3e6f SHA512 50cb03d9e9f819725f48d82f32c789e9f88bb817a8b4e39382e806491bb1f0696d42ed1c6b9b0f43fa3ab1ca1267e2af583baea8cd84bcc63ff1693f7cb67227 diff --git a/sys-apps/msr-tools/msr-tools-1.3.ebuild b/sys-apps/msr-tools/msr-tools-1.3.ebuild deleted file mode 100644 index 8ed18a3caf39..000000000000 --- a/sys-apps/msr-tools/msr-tools-1.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -CONFIG_CHECK="~X86_MSR" -inherit linux-info toolchain-funcs - -DESCRIPTION="Utilities allowing the read and write of CPU model-specific registers (MSR)" -HOMEPAGE="https://01.org/msr-tools" -SRC_URI="https://01.org/sites/default/files/downloads/${PN}/${P}.zip" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="app-arch/unzip" - -S=${WORKDIR}/${PN}-master - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_install() { - dosbin rdmsr - dosbin wrmsr -}