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 83334158087 for ; Mon, 20 Dec 2021 09:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29D312BC04D; Mon, 20 Dec 2021 09:53:49 +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 EDD202BC03E for ; Mon, 20 Dec 2021 09:53:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9C1183430E6 for ; Mon, 20 Dec 2021 09:53:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6E71202 for ; Mon, 20 Dec 2021 09:53:45 +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: <1639993957.74271caaed58bcef68fed81dcad809fda3af34da.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gmmlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gmmlib/Manifest media-libs/gmmlib/gmmlib-21.3.4.ebuild X-VCS-Directories: media-libs/gmmlib/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 74271caaed58bcef68fed81dcad809fda3af34da X-VCS-Branch: master Date: Mon, 20 Dec 2021 09:53:45 +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: 3d565654-1fe9-442f-9d36-eefa3f93b44f X-Archives-Hash: 9b21c3f8acea6939edd68792335b355f commit: 74271caaed58bcef68fed81dcad809fda3af34da Author: Karlson2k (Evgeny Grin) narod ru> AuthorDate: Sat Dec 18 08:35:02 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Dec 20 09:52:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74271caa media-libs/gmmlib: removed 21.3.4 as it is identical to 22.0.0 Closes: https://github.com/gentoo/gentoo/pull/23404 Signed-off-by: Karlson2k (Evgeny Grin) narod.ru> Signed-off-by: Conrad Kostecki gentoo.org> media-libs/gmmlib/Manifest | 1 - media-libs/gmmlib/gmmlib-21.3.4.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/media-libs/gmmlib/Manifest b/media-libs/gmmlib/Manifest index 6ba6498d32cb..a493a6a30125 100644 --- a/media-libs/gmmlib/Manifest +++ b/media-libs/gmmlib/Manifest @@ -1,2 +1 @@ DIST intel-gmmlib-21.3.3.tar.gz 747305 BLAKE2B ef055bfdb6efccec5e2e7618677a97b38e314f44486c0d99e704281f2cb78acdf64a1737a8ae2c33b9dde6f60a284b83d9b5ca1949c5a5c7a34894cdbfbb9347 SHA512 9680b2c38f71467a7c4f2c1a6136d1de9c906355ca675ebbafc697daea15fe615aa45f3af3140330f1610946f9c55471038eeb815b1d677b64efb4896515d8fb -DIST intel-gmmlib-21.3.4.tar.gz 755751 BLAKE2B 1774b0a4dfc0d08b3d3cd196a12bca900f6e6869f012f17897f60cf12779e740ef53b563521766acdef7461b899163d36060f323561ddacc14c0b951f1fbf24d SHA512 e20e90b38b2e6af2b9013e6d77819c9ce7575bb9cf46f6755b6b84455baac20c9493a0cd38ff50181a24936b7d35b1dfb224ad0f5b88be81daf92727c9668b69 diff --git a/media-libs/gmmlib/gmmlib-21.3.4.ebuild b/media-libs/gmmlib/gmmlib-21.3.4.ebuild deleted file mode 100644 index 75f21bc6ea03..000000000000 --- a/media-libs/gmmlib/gmmlib-21.3.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Intel Graphics Memory Management Library" -HOMEPAGE="https://github.com/intel/gmmlib" -SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz" -S="${WORKDIR}/${PN}-intel-${P}" - -KEYWORDS="~amd64" -LICENSE="MIT" -SLOT="0" -IUSE="+custom-cflags test" -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}"/${PN}-20.2.2_conditional_testing.patch - "${FILESDIR}"/${PN}-20.4.1_custom_cflags.patch - "${FILESDIR}"/${PN}-20.3.2_cmake_project.patch -) - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING="$(usex test)" - -DBUILD_TYPE="Release" - -DOVERRIDE_COMPILER_FLAGS="$(usex !custom-cflags)" - ) - - cmake_src_configure -}