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 6702815806E for ; Thu, 18 May 2023 17:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57E12E0843; Thu, 18 May 2023 17:37:54 +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 37AADE0843 for ; Thu, 18 May 2023 17:37:54 +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 0AD44340D0C for ; Thu, 18 May 2023 17:37:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40517A71 for ; Thu, 18 May 2023 17:37:51 +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: <1684430594.38e70c568e686413bed02592ee7678c4a66f06ac.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-metrics-library/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/intel-metrics-library/Manifest dev-libs/intel-metrics-library/intel-metrics-library-0_pre20221216.ebuild X-VCS-Directories: dev-libs/intel-metrics-library/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 38e70c568e686413bed02592ee7678c4a66f06ac X-VCS-Branch: master Date: Thu, 18 May 2023 17:37:51 +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: c6eaad79-1af3-41b5-a096-63eb0b66e230 X-Archives-Hash: b6c8fd85ae7e1550cb4e0238218bec62 commit: 38e70c568e686413bed02592ee7678c4a66f06ac Author: Conrad Kostecki gentoo org> AuthorDate: Thu May 18 17:23:14 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu May 18 17:23:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e70c56 dev-libs/intel-metrics-library: drop 0_pre20221216 Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/intel-metrics-library/Manifest | 1 - .../intel-metrics-library-0_pre20221216.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/dev-libs/intel-metrics-library/Manifest b/dev-libs/intel-metrics-library/Manifest index 8d1d851ca9c4..548400db30cf 100644 --- a/dev-libs/intel-metrics-library/Manifest +++ b/dev-libs/intel-metrics-library/Manifest @@ -1,2 +1 @@ -DIST intel-metrics-library-0_pre20221216.tar.gz 245599 BLAKE2B 3b7fb9ed24e1f2bade6341b0e4ceb96ecf1edca9447445e19796132b85f0c10a83a11433db7b051a215f897c71dfc80f6545f19960ee9952908d91bc4a04f319 SHA512 403e3c71010bbb4499100dbf100f593f519600064c1a3027a56fdb003c2212b723e8cd91774bb00f97a1c0dbedfce04999afad1f93a8fb957680aa4a20d70a64 DIST intel-metrics-library-0_pre20230417.tar.gz 248881 BLAKE2B 83b3fb48fcb01668bda98c3a5fff1829d89686dd2731163f24a43614ac6b21c2f618be9d2f80115e2ceeffc4df0880e2dfea72a9255d3430f60a88ecd66a8893 SHA512 1b5878528e2146c9811b43b74ddb94f14b1127dc0e6231cc4ff0993d528c8ccea4d9ba52a8e50b409eb9f0e9776cbe04df7c0d1e94a8cf7020b97b822b430c13 diff --git a/dev-libs/intel-metrics-library/intel-metrics-library-0_pre20221216.ebuild b/dev-libs/intel-metrics-library/intel-metrics-library-0_pre20221216.ebuild deleted file mode 100644 index a0bb0c007db8..000000000000 --- a/dev-libs/intel-metrics-library/intel-metrics-library-0_pre20221216.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CMAKE_BUILD_TYPE="Release" -EGIT_COMMIT="465ce91cab733a2a2289c4d12cff76e47c96a9ba" -MY_PN="${PN/intel-/}" -MY_P="${MY_PN}-${PV}" - -inherit cmake - -DESCRIPTION="User mode driver helper library that provides access to GPU performance counters" -HOMEPAGE="https://github.com/intel/metrics-library" -SRC_URI="https://github.com/intel/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}" - -LICENSE="MIT" -SLOT="0/122" -KEYWORDS="amd64" - -DEPEND="x11-libs/libdrm" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -e '/-Werror/d' -i CMakeLists.txt || die - cmake_src_prepare -}