Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ilmbase/files/, media-libs/ilmbase/
Date: Fri, 03 Mar 2023 19:37:12
Message-Id: 1677871957.a8685c01d91a63a5f27fba9e4ceaa5d2afc526a7.asturm@gentoo
1 commit: a8685c01d91a63a5f27fba9e4ceaa5d2afc526a7
2 Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
3 AuthorDate: Wed Mar 1 06:00:51 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 19:32:37 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8685c01
7
8 media-libs/ilmbase: treeclean
9
10 Closes: https://bugs.gentoo.org/892375
11 Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
12 Closes: https://github.com/gentoo/gentoo/pull/29869
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-libs/ilmbase/Manifest | 1 -
16 ...2.5.4-0001-disable-failing-test-on-x86_32.patch | 24 -------------
17 media-libs/ilmbase/ilmbase-2.5.8.ebuild | 41 ----------------------
18 media-libs/ilmbase/metadata.xml | 23 ------------
19 4 files changed, 89 deletions(-)
20
21 diff --git a/media-libs/ilmbase/Manifest b/media-libs/ilmbase/Manifest
22 deleted file mode 100644
23 index 587c0d064972..000000000000
24 --- a/media-libs/ilmbase/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST ilmbase-2.5.8.tar.gz 27539605 BLAKE2B b54b72aa82c947fd7f252bf4d15b2727be2da7cdd257a9d96c6c2a3c892438ff850177549144e492617bfe5d260ddd14d21eac70a55f124784bbdf5f7077d1e9 SHA512 5b1ad99cfa639892292109a26c084868b3fe0acf572dd69750e951cec2127d63c78309241de92b0052f0abe50d86f2518e3185194121010db5f826d217e37f4f
28
29 diff --git a/media-libs/ilmbase/files/ilmbase-2.5.4-0001-disable-failing-test-on-x86_32.patch b/media-libs/ilmbase/files/ilmbase-2.5.4-0001-disable-failing-test-on-x86_32.patch
30 deleted file mode 100644
31 index e22ae13c4bb3..000000000000
32 --- a/media-libs/ilmbase/files/ilmbase-2.5.4-0001-disable-failing-test-on-x86_32.patch
33 +++ /dev/null
34 @@ -1,24 +0,0 @@
35 -From a5e853655daf9e6a8ca8d8b7b5040809d4d9fded Mon Sep 17 00:00:00 2001
36 -From: Bernd Waibel <waebbl@×××××.com>
37 -Date: Sat, 2 Jan 2021 22:07:05 +0100
38 -Subject: [PATCH] disable failing test on x86_32
39 -
40 -Signed-off-by: Bernd Waibel <waebbl@×××××.com>
41 ----
42 - CMakeLists.txt | 2 +-
43 - 1 file changed, 1 insertion(+), 1 deletion(-)
44 -
45 -diff --git a/CMakeLists.txt b/CMakeLists.txt
46 -index 759f359..6fab418 100644
47 ---- a/CMakeLists.txt
48 -+++ b/CMakeLists.txt
49 -@@ -56,5 +56,5 @@ if(BUILD_TESTING)
50 -
51 - add_subdirectory( HalfTest )
52 - add_subdirectory( IexTest )
53 -- add_subdirectory( ImathTest )
54 -+# add_subdirectory( ImathTest )
55 - endif()
56 ---
57 -2.30.0
58 -
59
60 diff --git a/media-libs/ilmbase/ilmbase-2.5.8.ebuild b/media-libs/ilmbase/ilmbase-2.5.8.ebuild
61 deleted file mode 100644
62 index d83f6bdb4e57..000000000000
63 --- a/media-libs/ilmbase/ilmbase-2.5.8.ebuild
64 +++ /dev/null
65 @@ -1,41 +0,0 @@
66 -# Copyright 1999-2022 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=8
70 -
71 -inherit cmake-multilib
72 -
73 -DESCRIPTION="OpenEXR ILM Base libraries"
74 -HOMEPAGE="https://www.openexr.com/"
75 -SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
76 -S="${WORKDIR}/openexr-${PV}/IlmBase"
77 -
78 -LICENSE="BSD"
79 -SLOT="0/25" # based on SONAME
80 -KEYWORDS="amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
81 -IUSE="large-stack static-libs test"
82 -RESTRICT="!test? ( test )"
83 -
84 -RDEPEND="!media-libs/openexr:3"
85 -BDEPEND="virtual/pkgconfig"
86 -
87 -DOCS=( README.md )
88 -
89 -src_prepare() {
90 - if use abi_x86_32 && use test; then
91 - eapply "${FILESDIR}"/${PN}-2.5.4-0001-disable-failing-test-on-x86_32.patch
92 - fi
93 -
94 - multilib_foreach_abi cmake_src_prepare
95 -}
96 -
97 -multilib_src_configure() {
98 - local mycmakeargs=(
99 - -DBUILD_TESTING=$(usex test)
100 - -DILMBASE_BUILD_BOTH_STATIC_SHARED=$(usex static-libs)
101 - -DILMBASE_ENABLE_LARGE_STACK=$(usex large-stack)
102 - -DILMBASE_INSTALL_PKG_CONFIG=ON
103 - )
104 -
105 - cmake_src_configure
106 -}
107
108 diff --git a/media-libs/ilmbase/metadata.xml b/media-libs/ilmbase/metadata.xml
109 deleted file mode 100644
110 index 7290aad6280c..000000000000
111 --- a/media-libs/ilmbase/metadata.xml
112 +++ /dev/null
113 @@ -1,23 +0,0 @@
114 -<?xml version="1.0" encoding="UTF-8"?>
115 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
116 -<pkgmetadata>
117 - <maintainer type="person" proxied="yes">
118 - <email>waebbl-gentoo@××××××.net</email>
119 - <name>Bernd Waibel</name>
120 - </maintainer>
121 - <maintainer type="project" proxied="proxy">
122 - <email>proxy-maint@g.o</email>
123 - <name>Proxy Maintainers</name>
124 - </maintainer>
125 - <maintainer type="project">
126 - <email>media-video@g.o</email>
127 - </maintainer>
128 - <use>
129 - <flag name="large-stack">
130 - Enables code to take advantage of large stack support
131 - </flag>
132 - </use>
133 - <upstream>
134 - <remote-id type="github">AcademySoftwareFoundation/openexr</remote-id>
135 - </upstream>
136 -</pkgmetadata>