summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-01-22 18:20:36 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-01-22 18:20:36 +0000
commit22e57d1040df5012f60494278f6807b9983521be (patch)
tree4ae6a9489bc39fd09ae55aaa724411525bc3f381 /media-libs/openexr
parentold (diff)
downloadgentoo-2-22e57d1040df5012f60494278f6807b9983521be.tar.gz
gentoo-2-22e57d1040df5012f60494278f6807b9983521be.tar.bz2
gentoo-2-22e57d1040df5012f60494278f6807b9983521be.zip
old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/openexr')
-rw-r--r--media-libs/openexr/ChangeLog8
-rw-r--r--media-libs/openexr/openexr-2.0.0.ebuild57
-rw-r--r--media-libs/openexr/openexr-2.0.1.ebuild50
3 files changed, 6 insertions, 109 deletions
diff --git a/media-libs/openexr/ChangeLog b/media-libs/openexr/ChangeLog
index 72c9b933c1c2..b8c899910dce 100644
--- a/media-libs/openexr/ChangeLog
+++ b/media-libs/openexr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/openexr
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/ChangeLog,v 1.92 2013/08/11 16:02:14 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/ChangeLog,v 1.93 2014/01/22 18:20:36 ssuominen Exp $
+
+ 22 Jan 2014; Samuli Suominen <ssuominen@gentoo.org> -openexr-2.0.0.ebuild,
+ -openexr-2.0.1.ebuild:
+ old
*openexr-2.0.1-r1 (11 Aug 2013)
diff --git a/media-libs/openexr/openexr-2.0.0.ebuild b/media-libs/openexr/openexr-2.0.0.ebuild
deleted file mode 100644
index 772c0b110caa..000000000000
--- a/media-libs/openexr/openexr-2.0.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.0.0.ebuild,v 1.2 2013/03/12 07:05:45 ssuominen Exp $
-
-EAPI=5
-inherit autotools eutils #libtool
-
-DESCRIPTION="ILM's OpenEXR high dynamic-range image file format libraries"
-HOMEPAGE="http://openexr.com/"
-SRC_URI="http://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/20" # from SONAME
-KEYWORDS="~alpha ~amd64 -arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="examples static-libs"
-
-RDEPEND="sys-libs/zlib:=
- >=media-libs/ilmbase-${PV}:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${P}/OpenEXR
-
-src_prepare() {
- sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
- # Fix path for testsuite
- sed -i -e "s:/var/tmp/:${T}:" IlmImfTest/tmpDir.h || die
- # Required for function memset()
- sed -i -e '1i#include <string.h>' IlmImf/ImfAutoArray.h || die
-
- eautoreconf
-# elibtoolize
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable examples imfexamples)
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- docdir=/usr/share/doc/${PF}/pdf \
- examplesdir=/usr/share/doc/${PF}/examples \
- install
-
- dodoc AUTHORS ChangeLog NEWS README
-
- if use examples; then
- dobin IlmImfExamples/imfexamples
- else
- rm -rf "${ED}"/usr/share/doc/${PF}/examples
- fi
-
- prune_libtool_files
-}
diff --git a/media-libs/openexr/openexr-2.0.1.ebuild b/media-libs/openexr/openexr-2.0.1.ebuild
deleted file mode 100644
index 585ed50f1b59..000000000000
--- a/media-libs/openexr/openexr-2.0.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.0.1.ebuild,v 1.2 2013/07/23 16:55:07 ssuominen Exp $
-
-EAPI=5
-inherit eutils libtool
-
-DESCRIPTION="ILM's OpenEXR high dynamic-range image file format libraries"
-HOMEPAGE="http://openexr.com/"
-SRC_URI="http://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/2.0.1" # 2.0.1 for the namespace off -> on switch, caused library renaming
-KEYWORDS="~alpha ~amd64 -arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="examples static-libs"
-
-RDEPEND="sys-libs/zlib:=
- >=media-libs/ilmbase-${PV}:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # Fix path for testsuite
- sed -i -e "s:/var/tmp/:${T}:" IlmImfTest/tmpDir.h || die
- elibtoolize
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable examples imfexamples)
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- docdir=/usr/share/doc/${PF}/pdf \
- examplesdir=/usr/share/doc/${PF}/examples \
- install
-
- dodoc AUTHORS ChangeLog NEWS README
-
- if use examples; then
- dobin IlmImfExamples/imfexamples
- else
- rm -rf "${ED}"/usr/share/doc/${PF}/examples
- fi
-
- prune_libtool_files
-}