summaryrefslogtreecommitdiff
path: root/media-libs/openexr/openexr-2.4.1.ebuild
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-12-03 11:53:15 +0000
committerdakkar <dakkar@thenautilus.net>2022-12-03 11:53:15 +0000
commitf89fa710246a2bdacf049df5b9e9c003c49c1150 (patch)
tree5b7d2aeb920034b3a86fbf4bddb68723615eaf0e /media-libs/openexr/openexr-2.4.1.ebuild
parentre-bump janus (diff)
downloadgentoo-overlay-f89fa710246a2bdacf049df5b9e9c003c49c1150.tar.gz
gentoo-overlay-f89fa710246a2bdacf049df5b9e9c003c49c1150.tar.bz2
gentoo-overlay-f89fa710246a2bdacf049df5b9e9c003c49c1150.zip
kill old, broken packages
Diffstat (limited to 'media-libs/openexr/openexr-2.4.1.ebuild')
-rw-r--r--media-libs/openexr/openexr-2.4.1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/media-libs/openexr/openexr-2.4.1.ebuild b/media-libs/openexr/openexr-2.4.1.ebuild
deleted file mode 100644
index c5bb81e..0000000
--- a/media-libs/openexr/openexr-2.4.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils cmake-utils
-
-DESCRIPTION="ILM's OpenEXR high dynamic-range image file format libraries"
-HOMEPAGE="http://openexr.com/"
-SRC_URI="https://github.com/openexr/openexr/archive/v${PV}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 -arm ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
-SLOT="0"
-
-RDEPEND="sys-libs/zlib
- !media-libs/ilmbase"
-
-RESTRICT="test" # Tests broken upstream doesn't really care about them, bug #656680
-
-DOCS=( CHANGES.md README.md )
-
-PATCHES=(
- "${FILESDIR}/openexr-2.4-fix-pkg-config.patch"
-)
-
-src_configure() {
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-}