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 4269315808B for ; Sun, 29 Sep 2024 14:57:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 989452BC02A; Sun, 29 Sep 2024 14:57:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FB462BC02A for ; Sun, 29 Sep 2024 14:57:36 +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 2D551343231 for ; Sun, 29 Sep 2024 14:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77A3827FC for ; Sun, 29 Sep 2024 14:57:32 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1727620936.762245591925c7a1e1c0a79d64e60246aa979bee.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-metrics-discovery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/intel-metrics-discovery/Manifest dev-libs/intel-metrics-discovery/intel-metrics-discovery-1.12.172.ebuild X-VCS-Directories: dev-libs/intel-metrics-discovery/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 762245591925c7a1e1c0a79d64e60246aa979bee X-VCS-Branch: master Date: Sun, 29 Sep 2024 14:57:32 +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: 5d5d2248-ab01-4db5-b0c3-75174c6ad164 X-Archives-Hash: d6432e31bdec5aee89cd2f8442f77e71 commit: 762245591925c7a1e1c0a79d64e60246aa979bee Author: Conrad Kostecki gentoo org> AuthorDate: Sun Sep 29 13:39:29 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Sep 29 14:42:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76224559 dev-libs/intel-metrics-discovery: drop 1.12.172 Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/intel-metrics-discovery/Manifest | 1 - .../intel-metrics-discovery-1.12.172.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/dev-libs/intel-metrics-discovery/Manifest b/dev-libs/intel-metrics-discovery/Manifest index 5fbe48ae787a..c9c0766ed2e6 100644 --- a/dev-libs/intel-metrics-discovery/Manifest +++ b/dev-libs/intel-metrics-discovery/Manifest @@ -1,2 +1 @@ -DIST metrics-discovery-1.12.172.tar.gz 5228787 BLAKE2B e6bc6ffd4390a8400de0917e3e68ca13e4ccab4d6732b418b5807acb629c522cce80a0a9207d287861ec4642137479003d0e0512f30dd3b9baabebf5ff9f35c3 SHA512 24df8497d858d33e2b464e33c158876a4642f0bff7afdb3e51a2a45969a4b9e6f9083ea15cb0a28b3a4c939b701c563d069c159b50430916009af023bd8ff6d2 DIST metrics-discovery-1.13.176.tar.gz 5398346 BLAKE2B a50920e78404069bc92adbb06b5fa932680a03f8e72845c927aa8f8943eddd03805fad3e25ee5da5407e31a3209f7662b8cebc19fb9bbfd4d2df10b57225f138 SHA512 2c1aaa701a01700672ef1f45d86a8f78582be8f9ec9b160b94a1f1ba82f0567cb6bfafe2ff0cc9e0d3e5406215b7a402635ac128dae8382301077b3cb5ae2836 diff --git a/dev-libs/intel-metrics-discovery/intel-metrics-discovery-1.12.172.ebuild b/dev-libs/intel-metrics-discovery/intel-metrics-discovery-1.12.172.ebuild deleted file mode 100644 index 728ed054c227..000000000000 --- a/dev-libs/intel-metrics-discovery/intel-metrics-discovery-1.12.172.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CMAKE_BUILD_TYPE="Release" -MY_PN="${PN/intel-/}" -MY_P="${MY_PN}-${PV}" - -inherit cmake - -DESCRIPTION="A user mode library that provides access to GPU performance data" -HOMEPAGE="https://github.com/intel/metrics-discovery" -SRC_URI="https://github.com/intel/${MY_PN}/archive/refs/tags/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${MY_P}" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="amd64" - -DEPEND="x11-libs/libdrm" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-1.12.170-revert-definitions.patch" ) - -src_configure() { - local mycmakeargs=( -DLINUX_DISTRO="Gentoo" ) - cmake_src_configure -}