media-libs/gmmlib: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2025-07-20 12:32:27 -04:00
parent 5184da6dbf
commit 341961a721
No known key found for this signature in database
GPG Key ID: ACEB29740C9A4E97
6 changed files with 0 additions and 176 deletions

View File

@ -1,5 +1 @@
DIST intel-gmmlib-22.7.1.tar.gz 870358 BLAKE2B 0534b908bdafc75412531fc8a8ee12c7b1b02dce077037da60ce77ec5042ed8265f40df77c74df99f51f712ed5fd68ef36f365495b7eea82fed8cf14887aae27 SHA512 9d67da4d5d9d64678aa411108de0c8b5d259dd19b9a45f200cee81f82e83d4eac1dfdfce98178084f1c283901372cbbc57e071bbb7238b3f987e2618409cca48
DIST intel-gmmlib-22.7.2.tar.gz 870768 BLAKE2B a022dd9893acc50da82e99e9e859af7f193d3b4901346dcae285a719fa7068dbb095e96da3a7a72505e2858da844e5baedb4caae7b153f8ae6126adf5941a59f SHA512 e8f63490e37adade03ec71115097b387b6ce9b15cda5eddf76f72a5c88a6851d67bf65e7220930d2d21cfac81217eb025300e4459b9113365276709f3ec14156
DIST intel-gmmlib-22.7.3.tar.gz 871030 BLAKE2B a29378c955ea76f9a651f303414f103efd91afc72c060edb7b5f757f76c1d5b87a20e789487a78423d9f8b050ed5b56485ce82f759f34f5d7f631b89bd4d2ba0 SHA512 d95d983c4d4e3aa727fbd79b7a2c5faf7185f04a3179831d54b016972e735a37654ad8979272189fd253c61a759a9c8e0e313eae2a75e51f34da44d71fb7ea15
DIST intel-gmmlib-22.8.0.tar.gz 872437 BLAKE2B 2a43feb58b947a5bb89388fc0b128233f71425665a155d2ef0deb9ea0a3e05be528368ab1c1358e143b7de54587221c5faa243b6a3c1956e9f0def43a0fd3145 SHA512 0b5b49cc4426d0797aa0751e0702fb60e4e762c9ad3693782e8a8b661464b23b5874c3757e7a7f6f87844dc366bd0bc924b2503172b2a39d4b9ad0488506c161
DIST intel-gmmlib-22.8.1.tar.gz 872429 BLAKE2B 2528a47bd489f01a3ea813bb8945ab565212050148d9bb790d3ef3ade3a949ce2c9d0c8e97669cb8a1dc765cf5e772bf51f74edb8ae34667d9e785937d99b764 SHA512 418189d687fcc8971fdafce1cf91e0bdc414c22b8249fcc2a482503aa58a977cc263786a37ef7bcc640d472a643180507e1c5ec66d20bda5334671d424cdfacd

View File

@ -1,8 +0,0 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,5 @@
cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
+project(gmmlib)
include(CTest)

View File

@ -1,41 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake-multilib
if [[ ${PV} == *9999 ]] ; then
: ${EGIT_REPO_URI:="https://github.com/intel/gmmlib"}
if [[ ${PV%9999} != "" ]] ; then
: ${EGIT_BRANCH:="release/${PV%.9999}"}
fi
inherit git-r3
else
KEYWORDS="amd64"
SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz"
S="${WORKDIR}/${PN}-intel-${P}"
fi
DESCRIPTION="Intel Graphics Memory Management Library"
HOMEPAGE="https://github.com/intel/gmmlib"
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
)
multilib_src_configure() {
local mycmakeargs=(
-DBUILD_TESTING="$(usex test)"
-DOVERRIDE_COMPILER_FLAGS="$(usex !custom-cflags)"
)
cmake_src_configure
}

View File

@ -1,41 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake-multilib
if [[ ${PV} == *9999 ]] ; then
: ${EGIT_REPO_URI:="https://github.com/intel/gmmlib"}
if [[ ${PV%9999} != "" ]] ; then
: ${EGIT_BRANCH:="release/${PV%.9999}"}
fi
inherit git-r3
else
KEYWORDS="amd64"
SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz"
S="${WORKDIR}/${PN}-intel-${P}"
fi
DESCRIPTION="Intel Graphics Memory Management Library"
HOMEPAGE="https://github.com/intel/gmmlib"
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
)
multilib_src_configure() {
local mycmakeargs=(
-DBUILD_TESTING="$(usex test)"
-DOVERRIDE_COMPILER_FLAGS="$(usex !custom-cflags)"
)
cmake_src_configure
}

View File

@ -1,41 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake-multilib
if [[ ${PV} == *9999 ]] ; then
: ${EGIT_REPO_URI:="https://github.com/intel/gmmlib"}
if [[ ${PV%9999} != "" ]] ; then
: ${EGIT_BRANCH:="release/${PV%.9999}"}
fi
inherit git-r3
else
KEYWORDS="~amd64"
SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz"
S="${WORKDIR}/${PN}-intel-${P}"
fi
DESCRIPTION="Intel Graphics Memory Management Library"
HOMEPAGE="https://github.com/intel/gmmlib"
LICENSE="MIT"
SLOT="0/12.3"
IUSE="+custom-cflags test"
RESTRICT="!test? ( test )"
PATCHES=(
"${FILESDIR}"/${PN}-20.2.2_conditional_testing.patch
"${FILESDIR}"/${PN}-22.7.3_cmake_project.patch
"${FILESDIR}"/${PN}-22.1.1_custom_cflags.patch
)
multilib_src_configure() {
local mycmakeargs=(
-DBUILD_TESTING="$(usex test)"
-DOVERRIDE_COMPILER_FLAGS="$(usex !custom-cflags)"
)
cmake_src_configure
}

View File

@ -1,41 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake-multilib
if [[ ${PV} == *9999 ]] ; then
: ${EGIT_REPO_URI:="https://github.com/intel/gmmlib"}
if [[ ${PV%9999} != "" ]] ; then
: ${EGIT_BRANCH:="release/${PV%.9999}"}
fi
inherit git-r3
else
KEYWORDS="~amd64"
SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz"
S="${WORKDIR}/${PN}-intel-${P}"
fi
DESCRIPTION="Intel Graphics Memory Management Library"
HOMEPAGE="https://github.com/intel/gmmlib"
LICENSE="MIT"
SLOT="0/12.3"
IUSE="+custom-cflags test"
RESTRICT="!test? ( test )"
PATCHES=(
"${FILESDIR}"/${PN}-20.2.2_conditional_testing.patch
"${FILESDIR}"/${PN}-22.7.3_cmake_project.patch
"${FILESDIR}"/${PN}-22.1.1_custom_cflags.patch
)
multilib_src_configure() {
local mycmakeargs=(
-DBUILD_TESTING="$(usex test)"
-DOVERRIDE_COMPILER_FLAGS="$(usex !custom-cflags)"
)
cmake_src_configure
}