public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gmmlib/
Date: Mon, 21 Oct 2024 22:41:57 +0000 (UTC)	[thread overview]
Message-ID: <1729550373.e968468ade43975e21b57d2c5d18b9abc69a9612.mattst88@gentoo> (raw)

commit:     e968468ade43975e21b57d2c5d18b9abc69a9612
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 22:39:33 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 22:39:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e968468a

media-libs/gmmlib: Drop old versions

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

 media-libs/gmmlib/Manifest              |  4 ----
 media-libs/gmmlib/gmmlib-22.3.19.ebuild | 41 ---------------------------------
 media-libs/gmmlib/gmmlib-22.4.1.ebuild  | 41 ---------------------------------
 media-libs/gmmlib/gmmlib-22.5.0.ebuild  | 41 ---------------------------------
 media-libs/gmmlib/gmmlib-22.5.1.ebuild  | 41 ---------------------------------
 5 files changed, 168 deletions(-)

diff --git a/media-libs/gmmlib/Manifest b/media-libs/gmmlib/Manifest
index b3819bfb2b57..6bc9c563d90a 100644
--- a/media-libs/gmmlib/Manifest
+++ b/media-libs/gmmlib/Manifest
@@ -1,5 +1 @@
-DIST intel-gmmlib-22.3.19.tar.gz 846342 BLAKE2B ce3c25740d9c3f556db31f880b47fba8358dd7d7d53d80bc9923bec8c67fdeee3ae4efa5465390c229bfdc2f6c64fa0a7963516f83d12061d34bf51102cb3a64 SHA512 804e4995983884832dbb6d08a4e3c8ca8d60e7ef2c5a0de12d0facfac1fdce619ad229ad1a6b62fdf0ba74a968caf3bb884e283af8cf38babacff350fc9728b9
-DIST intel-gmmlib-22.4.1.tar.gz 867162 BLAKE2B cc3dea9441f1b21b95595d5674046afec5ae673c6244b94572ba11d3451ddb9dae8adce9fe4310a5a0de3c723a3b7aef1031b9ca53f54b63fbefe43fadb7c2d1 SHA512 b44bd2f18ed97446c2e4f5ca7119cfde63f249fe8b5f23f0a531a2ec724aa51fe70014320d8f6dee85246df8ce220d5938654483d276eda60027162e304a3b64
-DIST intel-gmmlib-22.5.0.tar.gz 867541 BLAKE2B 89ac0fdac7212ea1122140357f04ffe67a27d4d743615b4d97121931370f44568cdcccfbeb681d8fe564b269f4fe1c0f47b50c9e7cc2ce44863d03ec47a75bdb SHA512 f4f33197cf635a71c02d1027f96268b0ebac66ba765b1b6d4d827b9cd7a044197a9a042371c5bf6550110b9d5b127bcf63627124a338cc9e8ee1e8bc1d90dbc2
-DIST intel-gmmlib-22.5.1.tar.gz 867534 BLAKE2B 2ea81d4444f5c79c87ccba1edaf5e00e88a7c95c1d236f55fa8b0776f31ea91acb54c99d0c3e13199183827b94f7c1f7136e40442ae30298093a0b86fdf61085 SHA512 515268f6451b5f822338820a121cb436cf73920afa1b092855188cf1b4fc8e11b3ed6d8481ba7c686aa4242fdd2f26ff9657ae9293df8197a428b0151ee4871f
 DIST intel-gmmlib-22.5.2.tar.gz 867665 BLAKE2B 64559ec6489614df352ba58d25f8706c234f3cff008228a7056e29d92584fab27af311fdb3db8c2e4f6983598019c646df8761ed422a47bcdbff02e79896d613 SHA512 516e2cc0d678d8fd44d8d2b1bfdf61c05670c01c906bd7f55a807846cd6399d4b616f86e6a1d85e2a6a0480c4616a40e9d5b29a3f45fbf588cc4d725ada71d49

diff --git a/media-libs/gmmlib/gmmlib-22.3.19.ebuild b/media-libs/gmmlib/gmmlib-22.3.19.ebuild
deleted file mode 100644
index 0a7ae2c25cdb..000000000000
--- a/media-libs/gmmlib/gmmlib-22.3.19.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 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
-}

diff --git a/media-libs/gmmlib/gmmlib-22.4.1.ebuild b/media-libs/gmmlib/gmmlib-22.4.1.ebuild
deleted file mode 100644
index 0a7ae2c25cdb..000000000000
--- a/media-libs/gmmlib/gmmlib-22.4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 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
-}

diff --git a/media-libs/gmmlib/gmmlib-22.5.0.ebuild b/media-libs/gmmlib/gmmlib-22.5.0.ebuild
deleted file mode 100644
index 2a09f24b8f3d..000000000000
--- a/media-libs/gmmlib/gmmlib-22.5.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 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
-}

diff --git a/media-libs/gmmlib/gmmlib-22.5.1.ebuild b/media-libs/gmmlib/gmmlib-22.5.1.ebuild
deleted file mode 100644
index 2a09f24b8f3d..000000000000
--- a/media-libs/gmmlib/gmmlib-22.5.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 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
-}


             reply	other threads:[~2024-10-21 22:42 UTC|newest]

Thread overview: 122+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-21 22:41 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-28 20:24 [gentoo-commits] repo/gentoo:master commit in: media-libs/gmmlib/ Matt Turner
2025-03-10 16:18 Matt Turner
2025-01-22 20:03 Matt Turner
2025-01-11  6:37 Sam James
2024-12-28  3:25 Matt Turner
2024-12-11 17:26 Matt Turner
2024-11-23 21:16 Matt Turner
2024-11-21 19:42 Matt Turner
2024-10-18  7:06 Arthur Zamarin
2024-09-10 18:17 Matt Turner
2024-09-04 16:20 Matt Turner
2024-09-01  2:18 Sam James
2024-08-12 16:26 Matt Turner
2024-07-11 15:41 Matt Turner
2024-07-10 16:05 Matt Turner
2024-06-06  7:06 Sam James
2024-06-05 20:01 Matt Turner
2024-04-22 16:37 Matt Turner
2024-04-20  3:26 Sam James
2024-04-19 18:21 Matt Turner
2024-03-12 18:57 Matt Turner
2024-03-12 18:57 Matt Turner
2024-03-12 18:57 Matt Turner
2024-03-07  9:15 Jakov Smolić
2024-01-24 17:00 Matt Turner
2024-01-23 14:48 Matt Turner
2024-01-03  1:08 Sam James
2023-12-30 18:46 Matt Turner
2023-12-20 20:23 Matt Turner
2023-11-25 17:01 Matt Turner
2023-11-04  9:06 Sam James
2023-10-09 16:18 Matt Turner
2023-09-01 16:30 Matt Turner
2023-08-26 16:03 Matt Turner
2023-07-24 20:33 Jakov Smolić
2023-07-19 15:04 Matt Turner
2023-06-14 17:28 Matt Turner
2023-05-22 14:07 Matt Turner
2023-05-12 22:27 Sam James
2023-03-29 21:51 Matt Turner
2023-03-29 21:51 Matt Turner
2023-03-21 20:56 Andrew Ammerlaan
2023-03-17  6:40 Arthur Zamarin
2023-03-04  3:16 Matt Turner
2023-02-02 22:14 Matt Turner
2023-02-02 22:12 Matt Turner
2022-12-30 23:39 Conrad Kostecki
2022-12-30 23:39 Conrad Kostecki
2022-12-30 23:39 Conrad Kostecki
2022-12-30 23:39 Conrad Kostecki
2022-11-19 21:52 Conrad Kostecki
2022-11-11 21:40 Conrad Kostecki
2022-11-11 21:40 Conrad Kostecki
2022-10-17 19:24 Conrad Kostecki
2022-10-17 19:24 Conrad Kostecki
2022-10-16  3:02 Matt Turner
2022-10-04 20:34 Conrad Kostecki
2022-10-04 20:34 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-09-03 12:46 Conrad Kostecki
2022-08-20 23:29 Conrad Kostecki
2022-08-20 23:29 Conrad Kostecki
2022-08-09 20:07 Conrad Kostecki
2022-08-09 20:07 Conrad Kostecki
2022-07-25 18:37 Conrad Kostecki
2022-07-25 18:37 Conrad Kostecki
2022-07-19 19:38 Conrad Kostecki
2022-07-17 16:47 Conrad Kostecki
2022-07-09 21:30 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-04-23 18:33 Conrad Kostecki
2022-04-23 18:33 Conrad Kostecki
2022-04-14 22:45 Conrad Kostecki
2022-04-09 14:55 Conrad Kostecki
2022-04-09 14:55 Conrad Kostecki
2022-03-27 15:15 Conrad Kostecki
2022-03-08 18:38 Sam James
2022-03-05 13:09 Conrad Kostecki
2022-03-05 12:33 Conrad Kostecki
2022-02-27  0:07 Conrad Kostecki
2022-02-20 15:11 Conrad Kostecki
2022-01-27 18:40 Matt Turner
2022-01-25 13:36 Jakov Smolić
2022-01-21 13:27 Jakov Smolić
2022-01-20 23:56 Conrad Kostecki
2021-12-20  9:53 Conrad Kostecki
2021-12-20  9:53 Conrad Kostecki
2021-11-20  1:08 Conrad Kostecki
2021-10-30 21:24 Conrad Kostecki
2021-10-30 21:24 Conrad Kostecki
2021-09-22 21:19 Sam James
2021-09-21 18:26 Conrad Kostecki
2021-09-21  6:35 Agostino Sarubbo
2021-09-07 20:30 Sam James
2021-07-01  8:54 Sam James
2021-06-29 17:37 Sam James
2021-04-12  1:09 Sam James
2021-03-01  9:20 Agostino Sarubbo
2021-02-14 18:03 Sam James
2021-01-11 18:55 Sam James
2020-11-03 11:40 Marek Szuba
2020-09-21 20:09 Marek Szuba
2020-09-05 19:44 Marek Szuba
2020-08-25 10:39 Marek Szuba
2020-08-24 17:19 Marek Szuba
2020-07-24  6:36 Sam James
2020-04-26 21:27 Marek Szuba
2020-03-13 11:03 Marek Szuba
2020-01-27 11:25 Marek Szuba
2019-11-28 10:08 Marek Szuba
2019-10-01 21:54 Marek Szuba
2019-08-05 15:26 Marek Szuba
2019-06-11 14:05 Marek Szuba
2019-06-11 14:05 Marek Szuba
2019-06-11 14:05 Marek Szuba
2019-05-01 16:52 Marek Szuba
2019-02-25 10:54 Luca Barbato
2018-10-22 22:55 Luca Barbato

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1729550373.e968468ade43975e21b57d2c5d18b9abc69a9612.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox