diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-01-22 18:19:46 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-01-22 18:19:46 +0000 |
commit | ce85d930ffbc85889ade92a6408fbe12f2dc0671 (patch) | |
tree | ba1eb2e5b69c2dda7e5bc9bc541a8260549932dd /media-libs/ilmbase | |
parent | amd64 stable wrt bug #498064 (diff) | |
download | gentoo-2-ce85d930ffbc85889ade92a6408fbe12f2dc0671.tar.gz gentoo-2-ce85d930ffbc85889ade92a6408fbe12f2dc0671.tar.bz2 gentoo-2-ce85d930ffbc85889ade92a6408fbe12f2dc0671.zip |
old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/ilmbase')
-rw-r--r-- | media-libs/ilmbase/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/ilmbase/files/ilmbase-2.0.0-underlinking.patch | 13 | ||||
-rw-r--r-- | media-libs/ilmbase/ilmbase-2.0.0.ebuild | 35 | ||||
-rw-r--r-- | media-libs/ilmbase/ilmbase-2.0.1.ebuild | 29 |
4 files changed, 7 insertions, 79 deletions
diff --git a/media-libs/ilmbase/ChangeLog b/media-libs/ilmbase/ChangeLog index a534aed5a823..2641a9b5a7d2 100644 --- a/media-libs/ilmbase/ChangeLog +++ b/media-libs/ilmbase/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/ilmbase -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ChangeLog,v 1.34 2013/08/11 15:36:09 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ChangeLog,v 1.35 2014/01/22 18:19:46 ssuominen Exp $ + + 22 Jan 2014; Samuli Suominen <ssuominen@gentoo.org> + -files/ilmbase-2.0.0-underlinking.patch, -ilmbase-2.0.0.ebuild, + -ilmbase-2.0.1.ebuild: + old *ilmbase-2.0.1-r1 (11 Aug 2013) diff --git a/media-libs/ilmbase/files/ilmbase-2.0.0-underlinking.patch b/media-libs/ilmbase/files/ilmbase-2.0.0-underlinking.patch deleted file mode 100644 index 83cae475cd10..000000000000 --- a/media-libs/ilmbase/files/ilmbase-2.0.0-underlinking.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/462494 - ---- IlmBase/IlmThread/Makefile.am -+++ IlmBase/IlmThread/Makefile.am -@@ -14,7 +14,7 @@ - if LIB_SUFFIX_EXISTS - libIlmThread_la_LDFLAGS += -release @LIB_SUFFIX@ - endif --libIlmThread_la_LIBADD = ../Iex/libIex.la -+libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS) - - libIlmThreadincludedir = $(includedir)/OpenEXR - diff --git a/media-libs/ilmbase/ilmbase-2.0.0.ebuild b/media-libs/ilmbase/ilmbase-2.0.0.ebuild deleted file mode 100644 index 5cbb1e858125..000000000000 --- a/media-libs/ilmbase/ilmbase-2.0.0.ebuild +++ /dev/null @@ -1,35 +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/ilmbase/ilmbase-2.0.0.ebuild,v 1.4 2013/03/21 15:49:17 ssuominen Exp $ - -EAPI=5 -inherit autotools eutils #libtool - -DESCRIPTION="OpenEXR ILM Base libraries" -HOMEPAGE="http://openexr.com/" -SRC_URI="http://dev.gentoo.org/~ssuominen/openexr-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0/10" # from SONAME -KEYWORDS="~alpha ~amd64 -arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="static-libs" - -S=${WORKDIR}/openexr-${PV}/IlmBase - -src_prepare() { - sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die - epatch "${FILESDIR}"/${P}-underlinking.patch - eautoreconf -# elibtoolize -} - -src_configure() { - export ac_cv_header_ucontext_h=no #461594 - econf $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README - prune_libtool_files -} diff --git a/media-libs/ilmbase/ilmbase-2.0.1.ebuild b/media-libs/ilmbase/ilmbase-2.0.1.ebuild deleted file mode 100644 index bfe207cdcd63..000000000000 --- a/media-libs/ilmbase/ilmbase-2.0.1.ebuild +++ /dev/null @@ -1,29 +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/ilmbase/ilmbase-2.0.1.ebuild,v 1.2 2013/07/23 16:54:10 ssuominen Exp $ - -EAPI=5 -inherit eutils libtool - -DESCRIPTION="OpenEXR ILM Base 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="static-libs" - -src_prepare() { - elibtoolize -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README - prune_libtool_files -} |