public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/embree/, profiles/
@ 2017-08-14 20:00 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-08-14 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     228561ab0d314414b61b8dccc22c5436aacb9b71
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 19:55:52 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 20:00:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228561ab

media-libs/embree: Remove last-rited pkg, #595396

 media-libs/embree/Manifest            |  1 -
 media-libs/embree/embree-2.8.0.ebuild | 59 -----------------------------------
 media-libs/embree/metadata.xml        | 14 ---------
 profiles/package.mask                 |  4 ---
 4 files changed, 78 deletions(-)

diff --git a/media-libs/embree/Manifest b/media-libs/embree/Manifest
deleted file mode 100644
index d6f46d9a81a..00000000000
--- a/media-libs/embree/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST embree-2.8.0.tar.gz 1728824 SHA256 5d070241141161d7ec46fcc7fb9998226738c37e1c4a16b93420dba7d9068b81 SHA512 df9e9a66a8f5972bf22eb7d03d8d6cd17f06a10105f7f42cb6866d76cd203c94496df808558e9aad8b407e7e7d962c0f543d49cd86784f877206654414f3d162 WHIRLPOOL 9685a525d4ee9788ddce3f5e6e20729f619484790e412d22e8e58aac825ad70dbb825b48bf515f10ca8e1c330899fa565912cc4aefe2844c9ec8dea22387ac68

diff --git a/media-libs/embree/embree-2.8.0.ebuild b/media-libs/embree/embree-2.8.0.ebuild
deleted file mode 100644
index df3fa0c4a82..00000000000
--- a/media-libs/embree/embree-2.8.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit cmake-utils multilib toolchain-funcs flag-o-matic
-
-DESCRIPTION="Collection of high-performance ray tracing kernels"
-HOMEPAGE="https://embree.github.io"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="imagemagick ispc jpeg openexr png static-libs"
-
-RDEPEND="dev-cpp/tbb
-	media-libs/freeglut
-	imagemagick? (
-	   || ( media-gfx/imagemagick[cxx] media-gfx/graphicsmagick[cxx] )
-	)
-	ispc? ( dev-lang/ispc )
-	jpeg? ( virtual/jpeg:0 )
-	openexr? ( media-libs/openexr )
-	png? ( media-libs/libpng:0 )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	filter-flags "-march=*"
-	sed -e "s:PREFIX}/lib:PREFIX}/$(get_libdir):g" \
-		-e "s:lib/cmake:$(get_libdir)/cmake:g" \
-		-e "/LICENSE.txt/d" \
-		-e "/DIRECTORY tutorials/d" \
-		-i common/cmake/package.cmake || die
-	sed -e "s/gcc/$(tc-getCC)/" \
-		-e "s/g++/$(tc-getCXX)/" \
-		-e "s/-fPIC/${CXXFLAGS} &/" \
-		-i common/cmake/gcc.cmake || die
-	sed -e "/COMPONENT lib/ s/\(DESTINATION \)lib/\1$(get_libdir)/g" \
-		-i kernels/xeon/CMakeLists.txt || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DENABLE_TUTORIALS=OFF
-		$(cmake-utils_use_enable static-libs STATIC_LIB)
-		$(cmake-utils_use_enable ispc ISPC_SUPPORT)
-		$(cmake-utils_use_use jpeg LIBJPEG)
-		$(cmake-utils_use_use png LIBPNG)
-		$(cmake-utils_use_use imagemagick IMAGE_MAGICK)
-		$(cmake-utils_use_use openexr OPENEXR)
-	)
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-	dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so
-}

diff --git a/media-libs/embree/metadata.xml b/media-libs/embree/metadata.xml
deleted file mode 100644
index d0b41d94ff0..00000000000
--- a/media-libs/embree/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<use>
-		<flag name="ispc">Enables support for the Intel SPMD Program Compiler.</flag>
-		<flag name="imagemagick">Enables BMP, GIF, PNG, TGA, TIFF image codecs.</flag>
-		<flag name="png">Enables PNG image codecs.</flag>
-		<flag name="jpeg">Enables JPEG image codecs.</flag>
-		<flag name="openexr">Enables OpenEXR image codecs.</flag>
-	</use>
-	<upstream>
-		<remote-id type="github">embree/embree</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 652ae697427..e5d8272cace 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -308,10 +308,6 @@ net-analyzer/nepenthes
 app-text/mbtpdfasm
 
 # Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
-# No reverse deps, not buildable with gcc6 (#595396). Removal in a month.
-media-libs/embree
-
-# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
 # Multiple unresolved bugs (#600680), need major version bumps and a
 # maintainer, removal in 2 months.
 dev-libs/libRocket


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-14 20:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14 20:00 [gentoo-commits] repo/gentoo:master commit in: media-libs/embree/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox