diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-22 20:49:03 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-22 20:49:03 +0000 |
commit | c5287816a73e7051cc0980c54a7402dc83fd81b3 (patch) | |
tree | 7d88b5091e83ce0ac45930945776d9d2430ac1d8 /media-libs | |
parent | Stable on x86. (diff) | |
download | gentoo-2-c5287816a73e7051cc0980c54a7402dc83fd81b3.tar.gz gentoo-2-c5287816a73e7051cc0980c54a7402dc83fd81b3.tar.bz2 gentoo-2-c5287816a73e7051cc0980c54a7402dc83fd81b3.zip |
Remove old ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/openexr/files/digest-openexr-1.0.6 | 1 | ||||
-rw-r--r-- | media-libs/openexr/files/digest-openexr-1.2.1 | 1 | ||||
-rw-r--r-- | media-libs/openexr/files/openexr-1.0.6-gentoo.patch | 24 | ||||
-rw-r--r-- | media-libs/openexr/openexr-1.0.6.ebuild | 46 | ||||
-rw-r--r-- | media-libs/openexr/openexr-1.2.1.ebuild | 37 |
5 files changed, 0 insertions, 109 deletions
diff --git a/media-libs/openexr/files/digest-openexr-1.0.6 b/media-libs/openexr/files/digest-openexr-1.0.6 deleted file mode 100644 index 79558e8ade24..000000000000 --- a/media-libs/openexr/files/digest-openexr-1.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 0d9116974479c50fb8522f42cc130741 OpenEXR-1.0.6.tar.gz 8671990 diff --git a/media-libs/openexr/files/digest-openexr-1.2.1 b/media-libs/openexr/files/digest-openexr-1.2.1 deleted file mode 100644 index 8ea5bcf6a08f..000000000000 --- a/media-libs/openexr/files/digest-openexr-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 cb931247581764730fae630f79f4832a OpenEXR-1.2.1.tar.gz 8986320 diff --git a/media-libs/openexr/files/openexr-1.0.6-gentoo.patch b/media-libs/openexr/files/openexr-1.0.6-gentoo.patch deleted file mode 100644 index 5a954c9d790c..000000000000 --- a/media-libs/openexr/files/openexr-1.0.6-gentoo.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur OpenEXR-1.0.6/IlmImfExamples/Makefile.in OpenEXR-1.0.6-gentoo/IlmImfExamples/Makefile.in ---- OpenEXR-1.0.6/IlmImfExamples/Makefile.in 2003-10-07 13:58:31.000000000 +1300 -+++ OpenEXR-1.0.6-gentoo/IlmImfExamples/Makefile.in 2003-10-15 23:21:20.000000000 +1300 -@@ -167,7 +167,7 @@ - rgbaInterfaceExamples.h generalInterfaceExamples.h - - --examplesdir = $(datadir)/doc/OpenEXR-@OPENEXR_VERSION@/examples -+examplesdir = $(datadir)/doc/$(P)/examples - examples_DATA = $(imfexamples_SOURCES) - - imfexamplesdir = $(examplesdir) -diff -ur OpenEXR-1.0.6/acinclude.m4 OpenEXR-1.0.6-gentoo/acinclude.m4 ---- OpenEXR-1.0.6/acinclude.m4 2003-10-07 12:44:20.000000000 +1300 -+++ OpenEXR-1.0.6-gentoo/acinclude.m4 2003-10-15 23:21:39.000000000 +1300 -@@ -12,7 +12,7 @@ - if test x$nvsdk_prefix != x ; then - NVSDK_CXXFLAGS="-DUNIX -I$nvsdk_prefix/inc" - else -- NVSDK_CXXFLAGS="" -+ NVSDK_CXXFLAGS="-DUNIX" - fi - - AC_MSG_CHECKING(for Nvidia SDK) diff --git a/media-libs/openexr/openexr-1.0.6.ebuild b/media-libs/openexr/openexr-1.0.6.ebuild deleted file mode 100644 index 973f6a42ab2b..000000000000 --- a/media-libs/openexr/openexr-1.0.6.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-1.0.6.ebuild,v 1.6 2005/02/16 01:45:56 weeve Exp $ - -inherit eutils - -MY_P=OpenEXR-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="ILM's HDR image file format libraries" -SRC_URI="http://savannah.nongnu.org/download/openexr/OpenEXR.pkg/${PV}/${MY_P}.tar.gz" -HOMEPAGE="http://www.openexr.com" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~x86" -IUSE="" - -DEPEND="x11-libs/fltk" - -src_unpack() { - - unpack ${A} - - # Lets NVSDK test work correctly & html docs install to the correct directory - epatch ${FILESDIR}/${P}-gentoo.patch -} - -src_compile() { - - ./configure --disable-fltktest \ - --enable-imfexamples \ - --prefix=/usr \ - --sysconfdir=/etc || die "configure failed" - - emake || die "make failed" - -} - -src_install () { - - einstall || die "install failed" - - dodoc AUTHORS README INSTALL ChangeLog LICENSE NEWS - dohtml -r ${S}/doc/* -} diff --git a/media-libs/openexr/openexr-1.2.1.ebuild b/media-libs/openexr/openexr-1.2.1.ebuild deleted file mode 100644 index 23b027ddf102..000000000000 --- a/media-libs/openexr/openexr-1.2.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-1.2.1.ebuild,v 1.3 2005/02/16 01:45:56 weeve Exp $ - -MY_P=OpenEXR-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="ILM's HDR image file format libraries" -SRC_URI="http://savannah.nongnu.org/download/openexr/${MY_P}.tar.gz" -HOMEPAGE="http://www.openexr.com" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc" -IUSE="doc" - -DEPEND="x11-libs/fltk" - -src_unpack() { - unpack ${A} - sed -i -e "s:OpenEXR-@OPENEXR_VERSION@:\$\(P\):" ${S}/IlmImfExamples/Makefile.in - sed -i -e "s:NVSDK_CXXFLAGS=\"\":NVSDK_CXXFLAGS=\"-DUNIX\":" ${S}/acinclude.m4 -} - -src_compile() { - local myconf="--disable-fltktest" - use doc && myconf="${myconf} --enable-imfexamples" - econf ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install () { - einstall || die "install failed" - - dodoc AUTHORS README INSTALL ChangeLog LICENSE NEWS - use doc && dohtml -r ${S}/doc/* -} |