Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openexr_ctl/, profiles/, media-libs/openexr_ctl/files/
Date: Tue, 24 Aug 2021 12:39:31
Message-Id: 1629808710.c1f1ada6e02479406b67825ec09ca9d0deaf928a.soap@gentoo
1 commit: c1f1ada6e02479406b67825ec09ca9d0deaf928a
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Aug 24 12:38:30 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 12:38:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f1ada6
7
8 media-libs/openexr_ctl: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/715298
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 media-libs/openexr_ctl/Manifest | 1 -
15 .../files/openexr_ctl-1.0.1-configure_gcc43.patch | 22 ------------
16 .../files/openexr_ctl-1.0.1-gcc43.patch | 34 ------------------
17 .../files/openexr_ctl-1.0.1-gcc44.patch | 11 ------
18 .../files/openexr_ctl-1.0.1-namespace.patch | 18 ----------
19 .../files/openexr_ctl-1.0.1-pkgconfig.patch | 12 -------
20 media-libs/openexr_ctl/metadata.xml | 10 ------
21 media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild | 40 ----------------------
22 profiles/package.mask | 7 ----
23 9 files changed, 155 deletions(-)
24
25 diff --git a/media-libs/openexr_ctl/Manifest b/media-libs/openexr_ctl/Manifest
26 deleted file mode 100644
27 index 087f6ce2da5..00000000000
28 --- a/media-libs/openexr_ctl/Manifest
29 +++ /dev/null
30 @@ -1 +0,0 @@
31 -DIST openexr_ctl-1.0.1.tar.gz 362864 BLAKE2B 4ac3daaeeab91bbf9d8b1e23ade7934d5917b69df4e6b717a1b5a2b27a73b68d6e0fe06eb2b420d7fb5fe3e284c1615a56cc46973eb2de3604c2a321c5456cfb SHA512 831a06dc83ac53ae9b520629dbd24d3a7cd24f3ab5f484de37d1b232dd16fcf71392d163a7b9f9059bb8f30ff249f7f5a9fbc35730211ff98c8e13dcf386898a
32
33 diff --git a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-configure_gcc43.patch b/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-configure_gcc43.patch
34 deleted file mode 100644
35 index 604d4237458..00000000000
36 --- a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-configure_gcc43.patch
37 +++ /dev/null
38 @@ -1,22 +0,0 @@
39 -diff -up openexr_ctl-1.0.1/configure.conf_gcc43 openexr_ctl-1.0.1/configure
40 ---- openexr_ctl-1.0.1/configure.conf_gcc43 2008-01-09 17:08:57.000000000 +0100
41 -+++ openexr_ctl-1.0.1/configure 2008-01-09 17:10:25.000000000 +0100
42 -@@ -20851,6 +20851,7 @@ cat >>conftest.$ac_ext <<_ACEOF
43 -
44 - #include <CtlSimdInterpreter.h>
45 - #include <Iex.h>
46 -+#include <cstdlib>
47 -
48 - int
49 - main ()
50 -diff -up openexr_ctl-1.0.1/configure.ac.conf_gcc43 openexr_ctl-1.0.1/configure.ac
51 ---- openexr_ctl-1.0.1/configure.ac.conf_gcc43 2008-01-09 17:11:25.000000000 +0100
52 -+++ openexr_ctl-1.0.1/configure.ac 2008-01-09 17:12:17.000000000 +0100
53 -@@ -108,6 +108,7 @@ AM_COMPILELINKRUN(
54 - [$CTL_LIBS],[[
55 - #include <CtlSimdInterpreter.h>
56 - #include <Iex.h>
57 -+#include <cstdlib>
58 - ]],
59 - [[Ctl::SimdInterpreter interp; interp.setMaxInstCount(10);]],
60 - AC_MSG_RESULT([The ctl test program succeeded.]),
61
62 diff --git a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc43.patch b/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc43.patch
63 deleted file mode 100644
64 index 349d4f083ca..00000000000
65 --- a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc43.patch
66 +++ /dev/null
67 @@ -1,34 +0,0 @@
68 -diff -up openexr_ctl-1.0.1/exrdpx/main.cpp.gcc43 openexr_ctl-1.0.1/exrdpx/main.cpp
69 ---- openexr_ctl-1.0.1/exrdpx/main.cpp.gcc43 2007-07-25 08:28:17.000000000 +0200
70 -+++ openexr_ctl-1.0.1/exrdpx/main.cpp 2008-01-08 20:27:14.000000000 +0100
71 -@@ -60,6 +60,8 @@
72 - #include <iostream>
73 - #include <string>
74 - #include <exception>
75 -+#include <cstdlib>
76 -+#include <cstring>
77 -
78 - using namespace std;
79 - using namespace Imf;
80 -diff -up openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp.gcc43 openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp
81 ---- openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp.gcc43 2008-01-08 20:30:30.000000000 +0100
82 -+++ openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp 2008-01-08 20:33:02.000000000 +0100
83 -@@ -64,6 +64,7 @@
84 - #include <iostream>
85 - #include <vector>
86 - #include <string>
87 -+#include <cstdlib>
88 -
89 - using namespace std;
90 - using namespace Ctl;
91 -diff -up openexr_ctl-1.0.1/exr_ctl_exr/main.cpp.gcc43 openexr_ctl-1.0.1/exr_ctl_exr/main.cpp
92 ---- openexr_ctl-1.0.1/exr_ctl_exr/main.cpp.gcc43 2008-01-08 20:34:32.000000000 +0100
93 -+++ openexr_ctl-1.0.1/exr_ctl_exr/main.cpp 2008-01-08 20:35:10.000000000 +0100
94 -@@ -59,6 +59,7 @@
95 - #include <iostream>
96 - #include <string>
97 - #include <exception>
98 -+#include <cstdlib>
99 - #include <ImfFloatAttribute.h>
100 - #include <ImfVecAttribute.h>
101 -
102
103 diff --git a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc44.patch b/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc44.patch
104 deleted file mode 100644
105 index 08530bdeaad..00000000000
106 --- a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc44.patch
107 +++ /dev/null
108 @@ -1,11 +0,0 @@
109 -diff -ur openexr_ctl-1.0.1.orig/exr_ctl_exr/applyCtl.cpp openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp
110 ---- openexr_ctl-1.0.1.orig/exr_ctl_exr/applyCtl.cpp 2007-07-13 06:24:37.000000000 +0300
111 -+++ openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp 2009-07-30 11:46:29.000000000 +0300
112 -@@ -60,6 +60,7 @@
113 - #include <ImfStandardAttributes.h>
114 - #include <ImfHeader.h>
115 - #include <ImfFrameBuffer.h>
116 -+#include <cstdio>
117 - #include <cassert>
118 - #include <iostream>
119 - #include <vector>
120
121 diff --git a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-namespace.patch b/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-namespace.patch
122 deleted file mode 100644
123 index 7c30515f122..00000000000
124 --- a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-namespace.patch
125 +++ /dev/null
126 @@ -1,18 +0,0 @@
127 -http://lists.gnu.org/archive/html/openexr-devel/2013-04/msg00031.html
128 -
129 ---- IlmImfCtl/ImfCtlApplyTransforms.h
130 -+++ IlmImfCtl/ImfCtlApplyTransforms.h
131 -@@ -186,12 +186,7 @@
132 - #include <vector>
133 - #include <ImathBox.h>
134 - #include <ImfThreading.h>
135 --
136 --namespace Imf
137 --{
138 -- class Header;
139 -- class FrameBuffer;
140 --}
141 -+#include <ImfForward.h>
142 -
143 - namespace Ctl
144 - {
145
146 diff --git a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-pkgconfig.patch b/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-pkgconfig.patch
147 deleted file mode 100644
148 index e35bdfc11a5..00000000000
149 --- a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-pkgconfig.patch
150 +++ /dev/null
151 @@ -1,12 +0,0 @@
152 -diff -up openexr_ctl-1.0.1/OpenEXR_CTL.pc.in.pkgconfig openexr_ctl-1.0.1/OpenEXR_CTL.pc.in
153 ---- openexr_ctl-1.0.1/OpenEXR_CTL.pc.in.pkgconfig 2008-01-09 15:17:58.000000000 +0100
154 -+++ openexr_ctl-1.0.1/OpenEXR_CTL.pc.in 2008-01-09 15:24:52.000000000 +0100
155 -@@ -7,5 +7,6 @@ OpenEXR_includedir=@includedir@/OpenEXR
156 - Name: OpenEXR_CTL
157 - Description: Simplified OpenEXR interface to CTL
158 - Version: @OPENEXR_CTL_VERSION@
159 --Libs: -L${libdir} -lIlmImfCtl @OPENEXR_LDFLAGS@ @CTL_LDFLAGS@
160 --Cflags: @CTL_CXXFLAGS_PC@ @OPENEXR_CXXFLAGS@ -I${OpenEXR_includedir}
161 -+Requires: CTL , OpenEXR
162 -+Libs: -L${libdir} -lIlmImfCtl
163 -+Cflags: -I${OpenEXR_includedir}
164
165 diff --git a/media-libs/openexr_ctl/metadata.xml b/media-libs/openexr_ctl/metadata.xml
166 deleted file mode 100644
167 index 2e1fb11b8bf..00000000000
168 --- a/media-libs/openexr_ctl/metadata.xml
169 +++ /dev/null
170 @@ -1,10 +0,0 @@
171 -<?xml version="1.0" encoding="UTF-8"?>
172 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
173 -<pkgmetadata>
174 - <maintainer type="project">
175 - <email>media-video@g.o</email>
176 - </maintainer>
177 - <upstream>
178 - <remote-id type="sourceforge">ampasctl</remote-id>
179 - </upstream>
180 -</pkgmetadata>
181
182 diff --git a/media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild b/media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild
183 deleted file mode 100644
184 index dcec21bc9cf..00000000000
185 --- a/media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild
186 +++ /dev/null
187 @@ -1,40 +0,0 @@
188 -# Copyright 1999-2021 Gentoo Authors
189 -# Distributed under the terms of the GNU General Public License v2
190 -
191 -EAPI=5
192 -inherit autotools epatch
193 -
194 -DESCRIPTION="OpenEXR CTL libraries"
195 -HOMEPAGE="https://sourceforge.net/projects/ampasctl"
196 -SRC_URI="mirror://sourceforge/ampasctl/${P}.tar.gz"
197 -
198 -LICENSE="AMPAS"
199 -SLOT="0"
200 -KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
201 -IUSE="static-libs"
202 -
203 -RDEPEND=">=media-libs/ilmbase-2.0.1:=
204 - >=media-libs/openexr-2.0.1:=
205 - media-libs/ctl:="
206 -DEPEND="${RDEPEND}
207 - virtual/pkgconfig"
208 -
209 -DOCS="AUTHORS ChangeLog NEWS README"
210 -
211 -src_prepare() {
212 - epatch \
213 - "${FILESDIR}"/${P}-{,configure_}gcc43.patch \
214 - "${FILESDIR}"/${P}-pkgconfig.patch \
215 - "${FILESDIR}"/${P}-gcc44.patch \
216 - "${FILESDIR}"/${P}-namespace.patch
217 - eautoreconf
218 -}
219 -
220 -src_configure() {
221 - econf $(use_enable static-libs static)
222 -}
223 -
224 -src_install() {
225 - default
226 - find "${ED}" -name '*.la' -delete || die
227 -}
228
229 diff --git a/profiles/package.mask b/profiles/package.mask
230 index 460eef3494f..14d0f27c08b 100644
231 --- a/profiles/package.mask
232 +++ b/profiles/package.mask
233 @@ -326,13 +326,6 @@ app-text/lout
234 # Bug #725436, #786915, removal in 30 days.
235 sci-electronics/drawtiming
236
237 -# Sam James <sam@g.o> (2021-07-25)
238 -# No activity upstream since 2014. Fails to build with GCC 11.
239 -# Only one reverse dependency (media-libs/openexr_ctl) which
240 -# is uninstallable.
241 -# Removal on 2021-08-25. bug #789792, bug #715298.
242 -media-libs/openexr_ctl
243 -
244 # Andrew Ammerlaan <andrewammerlaan@g.o> (2021-07-12)
245 # Version 3.3.0 suffers from ridiculously high CPU usage, this version has
246 # therefore been retracted upstream.