commit:     79f13989bcb7d37f51a3844a4a9f4e9d7b420401
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 14:05:06 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon May 22 14:07:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f13989

media-libs/gmmlib: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/gmmlib/Manifest             |  1 -
 media-libs/gmmlib/gmmlib-22.3.3.ebuild | 35 ----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/media-libs/gmmlib/Manifest b/media-libs/gmmlib/Manifest
index 4f5f93391b14..757d45ddec59 100644
--- a/media-libs/gmmlib/Manifest
+++ b/media-libs/gmmlib/Manifest
@@ -1,2 +1 @@
-DIST intel-gmmlib-22.3.3.tar.gz 843483 BLAKE2B 
bbc447823fc7a7301cfb5579ff28ead8c3f58c012e309d296232834283c1aadf6ced032db3cdd5fea36e251331c86e3b9cc3a7a8187d743b8075db603fd05cc8
 SHA512 
9257f4e42cfaf654e2cdf896dcf0c03f5918f889fcf89b4d3540e3c9c9dc60324d74377205d8d37464ee47e60833834ef7ff6af0c52548cfba054492e093d904
 DIST intel-gmmlib-22.3.5.tar.gz 843587 BLAKE2B 
671f09a2be66962762dc47c8ab51dbc3454f197b2f8a8da73e09d1f1cef2284d69ca97ff78a6b9fd1c7c93baf0b5773a89e0e7fa22f7bf106e7205f0f681e5f4
 SHA512 
1440fd9afdf9bdb6b9ab45529ec48cd434d7a9410cbf026c3dc7dc60b09a8fa067993540b953c354805a766ff001ef56c756a4c37d465a2ca801f6cc179ca532

diff --git a/media-libs/gmmlib/gmmlib-22.3.3.ebuild 
b/media-libs/gmmlib/gmmlib-22.3.3.ebuild
deleted file mode 100644
index 5558404d5199..000000000000
--- a/media-libs/gmmlib/gmmlib-22.3.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_BUILD_TYPE="Release"
-
-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/12.3"
-IUSE="+custom-cflags test"
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-20.2.2_conditional_testing.patch
-       "${FILESDIR}"/${PN}-20.3.2_cmake_project.patch
-       "${FILESDIR}"/${PN}-22.1.1_custom_cflags.patch
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTING="$(usex test)"
-               -DBUILD_TYPE="Release"
-               -DOVERRIDE_COMPILER_FLAGS="$(usex !custom-cflags)"
-       )
-
-       cmake_src_configure
-}

Reply via email to