summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarlson2k (Evgeny Grin) <k2k@narod.ru>2021-12-18 11:35:02 +0300
committerConrad Kostecki <conikost@gentoo.org>2021-12-20 10:52:37 +0100
commit74271caaed58bcef68fed81dcad809fda3af34da (patch)
tree048c17a5367e2fa175017c3220261e9bc64fa7e2 /media-libs/gmmlib
parentdev-libs/intel-compute-runtime: rebuild with gmmlib subslot change (diff)
downloadgentoo-74271caaed58bcef68fed81dcad809fda3af34da.tar.gz
gentoo-74271caaed58bcef68fed81dcad809fda3af34da.tar.bz2
gentoo-74271caaed58bcef68fed81dcad809fda3af34da.zip
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) <k2k@narod.ru> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-libs/gmmlib')
-rw-r--r--media-libs/gmmlib/Manifest1
-rw-r--r--media-libs/gmmlib/gmmlib-21.3.4.ebuild33
2 files changed, 0 insertions, 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
-}