Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gmmlib/
Date: Sat, 25 Jun 2022 14:35:24
Message-Id: 1656167677.1b29b018e3dd0ec3f8819800f7ed6772bf552b73.conikost@gentoo
1 commit: 1b29b018e3dd0ec3f8819800f7ed6772bf552b73
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 13:43:16 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 14:34:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b29b018
7
8 media-libs/gmmlib: drop 22.1.2
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 media-libs/gmmlib/Manifest | 1 -
13 media-libs/gmmlib/gmmlib-22.1.2.ebuild | 33 ---------------------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/media-libs/gmmlib/Manifest b/media-libs/gmmlib/Manifest
17 index f9000496152c..2b344efbe3da 100644
18 --- a/media-libs/gmmlib/Manifest
19 +++ b/media-libs/gmmlib/Manifest
20 @@ -1,2 +1 @@
21 -DIST intel-gmmlib-22.1.2.tar.gz 813247 BLAKE2B 5d2c632239bbe12779f3aa07744de966501a5182ae415746f9bdf141f1ec9f94fae67df21424effeefbbfe2b5bd58d267687ca7623e7d1e736c92da09135868b SHA512 fa265f8cdb1a0c6ec067073cf5e188c86540709d98d384c61dfb34863f61d93d78cfaadba1b5bfb04bb8808bb1702282f76b57507c2a8946d0291419ac558c53
22 DIST intel-gmmlib-22.1.3.tar.gz 813386 BLAKE2B 6946423e3a58bea36ac6ca7619f68a30997910e0041b60e3b6a34ad3d76308cf0af69c46abc4008d19a5cee88e8f423503560598d2006645771f2eb2b224201c SHA512 cbf0164e7604f6214f6e1d3d9a283d385fac0efbd83afad02a76e3090d680ec000b17a257d5e004c296764330888dbd0a3e5bd46a760ac5c5f3e67436a7c9437
23
24 diff --git a/media-libs/gmmlib/gmmlib-22.1.2.ebuild b/media-libs/gmmlib/gmmlib-22.1.2.ebuild
25 deleted file mode 100644
26 index 7d8a6f81eb26..000000000000
27 --- a/media-libs/gmmlib/gmmlib-22.1.2.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit cmake
36 -
37 -DESCRIPTION="Intel Graphics Memory Management Library"
38 -HOMEPAGE="https://github.com/intel/gmmlib"
39 -SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz"
40 -S="${WORKDIR}/${PN}-intel-${P}"
41 -
42 -KEYWORDS="amd64"
43 -LICENSE="MIT"
44 -SLOT="0/12.1"
45 -IUSE="+custom-cflags test"
46 -RESTRICT="!test? ( test )"
47 -
48 -PATCHES=(
49 - "${FILESDIR}"/${PN}-20.2.2_conditional_testing.patch
50 - "${FILESDIR}"/${PN}-20.3.2_cmake_project.patch
51 - "${FILESDIR}"/${PN}-22.1.1_custom_cflags.patch
52 -)
53 -
54 -src_configure() {
55 - local mycmakeargs=(
56 - -DBUILD_TESTING="$(usex test)"
57 - -DBUILD_TYPE="Release"
58 - -DOVERRIDE_COMPILER_FLAGS="$(usex !custom-cflags)"
59 - )
60 -
61 - cmake_src_configure
62 -}