commit: c1f1ada6e02479406b67825ec09ca9d0deaf928a Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Tue Aug 24 12:38:30 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Aug 24 12:38:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f1ada6
media-libs/openexr_ctl: Remove last-rited package Closes: https://bugs.gentoo.org/715298 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> media-libs/openexr_ctl/Manifest | 1 - .../files/openexr_ctl-1.0.1-configure_gcc43.patch | 22 ------------ .../files/openexr_ctl-1.0.1-gcc43.patch | 34 ------------------ .../files/openexr_ctl-1.0.1-gcc44.patch | 11 ------ .../files/openexr_ctl-1.0.1-namespace.patch | 18 ---------- .../files/openexr_ctl-1.0.1-pkgconfig.patch | 12 ------- media-libs/openexr_ctl/metadata.xml | 10 ------ media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild | 40 ---------------------- profiles/package.mask | 7 ---- 9 files changed, 155 deletions(-) diff --git a/media-libs/openexr_ctl/Manifest b/media-libs/openexr_ctl/Manifest deleted file mode 100644 index 087f6ce2da5..00000000000 --- a/media-libs/openexr_ctl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST openexr_ctl-1.0.1.tar.gz 362864 BLAKE2B 4ac3daaeeab91bbf9d8b1e23ade7934d5917b69df4e6b717a1b5a2b27a73b68d6e0fe06eb2b420d7fb5fe3e284c1615a56cc46973eb2de3604c2a321c5456cfb SHA512 831a06dc83ac53ae9b520629dbd24d3a7cd24f3ab5f484de37d1b232dd16fcf71392d163a7b9f9059bb8f30ff249f7f5a9fbc35730211ff98c8e13dcf386898a 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 deleted file mode 100644 index 604d4237458..00000000000 --- a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-configure_gcc43.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -up openexr_ctl-1.0.1/configure.conf_gcc43 openexr_ctl-1.0.1/configure ---- openexr_ctl-1.0.1/configure.conf_gcc43 2008-01-09 17:08:57.000000000 +0100 -+++ openexr_ctl-1.0.1/configure 2008-01-09 17:10:25.000000000 +0100 -@@ -20851,6 +20851,7 @@ cat >>conftest.$ac_ext <<_ACEOF - - #include <CtlSimdInterpreter.h> - #include <Iex.h> -+#include <cstdlib> - - int - main () -diff -up openexr_ctl-1.0.1/configure.ac.conf_gcc43 openexr_ctl-1.0.1/configure.ac ---- openexr_ctl-1.0.1/configure.ac.conf_gcc43 2008-01-09 17:11:25.000000000 +0100 -+++ openexr_ctl-1.0.1/configure.ac 2008-01-09 17:12:17.000000000 +0100 -@@ -108,6 +108,7 @@ AM_COMPILELINKRUN( - [$CTL_LIBS],[[ - #include <CtlSimdInterpreter.h> - #include <Iex.h> -+#include <cstdlib> - ]], - [[Ctl::SimdInterpreter interp; interp.setMaxInstCount(10);]], - AC_MSG_RESULT([The ctl test program succeeded.]), 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 deleted file mode 100644 index 349d4f083ca..00000000000 --- a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc43.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -up openexr_ctl-1.0.1/exrdpx/main.cpp.gcc43 openexr_ctl-1.0.1/exrdpx/main.cpp ---- openexr_ctl-1.0.1/exrdpx/main.cpp.gcc43 2007-07-25 08:28:17.000000000 +0200 -+++ openexr_ctl-1.0.1/exrdpx/main.cpp 2008-01-08 20:27:14.000000000 +0100 -@@ -60,6 +60,8 @@ - #include <iostream> - #include <string> - #include <exception> -+#include <cstdlib> -+#include <cstring> - - using namespace std; - using namespace Imf; -diff -up openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp.gcc43 openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp ---- openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp.gcc43 2008-01-08 20:30:30.000000000 +0100 -+++ openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp 2008-01-08 20:33:02.000000000 +0100 -@@ -64,6 +64,7 @@ - #include <iostream> - #include <vector> - #include <string> -+#include <cstdlib> - - using namespace std; - using namespace Ctl; -diff -up openexr_ctl-1.0.1/exr_ctl_exr/main.cpp.gcc43 openexr_ctl-1.0.1/exr_ctl_exr/main.cpp ---- openexr_ctl-1.0.1/exr_ctl_exr/main.cpp.gcc43 2008-01-08 20:34:32.000000000 +0100 -+++ openexr_ctl-1.0.1/exr_ctl_exr/main.cpp 2008-01-08 20:35:10.000000000 +0100 -@@ -59,6 +59,7 @@ - #include <iostream> - #include <string> - #include <exception> -+#include <cstdlib> - #include <ImfFloatAttribute.h> - #include <ImfVecAttribute.h> - 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 deleted file mode 100644 index 08530bdeaad..00000000000 --- a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc44.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur openexr_ctl-1.0.1.orig/exr_ctl_exr/applyCtl.cpp openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp ---- openexr_ctl-1.0.1.orig/exr_ctl_exr/applyCtl.cpp 2007-07-13 06:24:37.000000000 +0300 -+++ openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp 2009-07-30 11:46:29.000000000 +0300 -@@ -60,6 +60,7 @@ - #include <ImfStandardAttributes.h> - #include <ImfHeader.h> - #include <ImfFrameBuffer.h> -+#include <cstdio> - #include <cassert> - #include <iostream> - #include <vector> 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 deleted file mode 100644 index 7c30515f122..00000000000 --- a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-namespace.patch +++ /dev/null @@ -1,18 +0,0 @@ -http://lists.gnu.org/archive/html/openexr-devel/2013-04/msg00031.html - ---- IlmImfCtl/ImfCtlApplyTransforms.h -+++ IlmImfCtl/ImfCtlApplyTransforms.h -@@ -186,12 +186,7 @@ - #include <vector> - #include <ImathBox.h> - #include <ImfThreading.h> -- --namespace Imf --{ -- class Header; -- class FrameBuffer; --} -+#include <ImfForward.h> - - namespace Ctl - { 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 deleted file mode 100644 index e35bdfc11a5..00000000000 --- a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-pkgconfig.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up openexr_ctl-1.0.1/OpenEXR_CTL.pc.in.pkgconfig openexr_ctl-1.0.1/OpenEXR_CTL.pc.in ---- openexr_ctl-1.0.1/OpenEXR_CTL.pc.in.pkgconfig 2008-01-09 15:17:58.000000000 +0100 -+++ openexr_ctl-1.0.1/OpenEXR_CTL.pc.in 2008-01-09 15:24:52.000000000 +0100 -@@ -7,5 +7,6 @@ OpenEXR_includedir=@includedir@/OpenEXR - Name: OpenEXR_CTL - Description: Simplified OpenEXR interface to CTL - Version: @OPENEXR_CTL_VERSION@ --Libs: -L${libdir} -lIlmImfCtl @OPENEXR_LDFLAGS@ @CTL_LDFLAGS@ --Cflags: @CTL_CXXFLAGS_PC@ @OPENEXR_CXXFLAGS@ -I${OpenEXR_includedir} -+Requires: CTL , OpenEXR -+Libs: -L${libdir} -lIlmImfCtl -+Cflags: -I${OpenEXR_includedir} diff --git a/media-libs/openexr_ctl/metadata.xml b/media-libs/openexr_ctl/metadata.xml deleted file mode 100644 index 2e1fb11b8bf..00000000000 --- a/media-libs/openexr_ctl/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - </maintainer> - <upstream> - <remote-id type="sourceforge">ampasctl</remote-id> - </upstream> -</pkgmetadata> 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 deleted file mode 100644 index dcec21bc9cf..00000000000 --- a/media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools epatch - -DESCRIPTION="OpenEXR CTL libraries" -HOMEPAGE="https://sourceforge.net/projects/ampasctl" -SRC_URI="mirror://sourceforge/ampasctl/${P}.tar.gz" - -LICENSE="AMPAS" -SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 sparc x86" -IUSE="static-libs" - -RDEPEND=">=media-libs/ilmbase-2.0.1:= - >=media-libs/openexr-2.0.1:= - media-libs/ctl:=" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-{,configure_}gcc43.patch \ - "${FILESDIR}"/${P}-pkgconfig.patch \ - "${FILESDIR}"/${P}-gcc44.patch \ - "${FILESDIR}"/${P}-namespace.patch - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/profiles/package.mask b/profiles/package.mask index 460eef3494f..14d0f27c08b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -326,13 +326,6 @@ app-text/lout # Bug #725436, #786915, removal in 30 days. sci-electronics/drawtiming -# Sam James <[email protected]> (2021-07-25) -# No activity upstream since 2014. Fails to build with GCC 11. -# Only one reverse dependency (media-libs/openexr_ctl) which -# is uninstallable. -# Removal on 2021-08-25. bug #789792, bug #715298. -media-libs/openexr_ctl - # Andrew Ammerlaan <[email protected]> (2021-07-12) # Version 3.3.0 suffers from ridiculously high CPU usage, this version has # therefore been retracted upstream.
