commit:     2906664f97991195c9b476a0b5be7b673226d46a
Author:     Jonathan Scruggs <j.scruggs <AT> gmail <DOT> com>
AuthorDate: Fri Jul  8 18:05:28 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 01:57:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2906664f

media-libs/opencollada: Remove live ebuild as it's no longer needed

 media-libs/opencollada/opencollada-9999.ebuild | 77 --------------------------
 1 file changed, 77 deletions(-)

diff --git a/media-libs/opencollada/opencollada-9999.ebuild 
b/media-libs/opencollada/opencollada-9999.ebuild
deleted file mode 100644
index 53164b4..0000000
--- a/media-libs/opencollada/opencollada-9999.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/KhronosGroup/OpenCOLLADA.git";
-inherit multilib cmake-utils
-[[ ${PV} == "9999" ]] && inherit git-r3
-
-DESCRIPTION="Stream based read/write library for COLLADA files"
-HOMEPAGE="http://www.opencollada.org/";
-[[ ${PV} == "9999" ]] || \
-       
SRC_URI="https://github.com/KhronosGroup/OpenCOLLADA/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-[[ ${PV} == "9999" ]] || \
-       KEYWORDS="~amd64 ~ppc64 ~x86" \
-       S="${WORKDIR}"/OpenCOLLADA-${PV}
-
-IUSE="expat static-libs"
-
-# This is still needed to have so version numbers
-MY_SOVERSION="1.6"
-
-RDEPEND="dev-libs/libpcre
-       dev-libs/zziplib
-       media-libs/lib3ds
-       sys-libs/zlib
-       expat? ( dev-libs/expat )
-       !expat? ( dev-libs/libxml2 )"
-DEPEND="${RDEPEND}"
-
-# This is needed or you get an error on install
-BUILD_DIR="${S}"/build
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0_p864-expat.patch
-       "${FILESDIR}"/${PN}-1.2.2-soversion.patch
-       "${FILESDIR}"/${PN}-1.2.2-no-undefined.patch
-       "${FILESDIR}"/${PN}-1.2.2-libdir.patch
-)
-
-src_prepare() {
-       edos2unix CMakeLists.txt
-
-       default
-
-       # Remove bundled depends that have portage equivalents
-       rm -R Externals/{expat,lib3ds,LibXML,pcre,zlib,zziplib} || die
-
-       # Remove unused build systems
-       rm Makefile scripts/{unixbuild.sh,vcproj2cmake.rb} || die
-       find "${S}" -name SConscript -delete || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DUSE_SHARED=ON
-               -DUSE_STATIC=$(usex static-libs ON OFF)
-               -DUSE_EXPAT=$(usex expat ON OFF)
-               -DUSE_LIBXML=$(usex !expat ON OFF)
-               -Dsoversion=${MY_SOVERSION}
-       )
-
-       cmake-utils_src_configure
-}
-
-src_install() {
-       cmake-utils_src_install
-
-       echo "LDPATH=/usr/$(get_libdir)/opencollada" > "${T}"/99${PN}; \
-               doenvd "${T}"/99${PN}
-
-       dobin build/bin/OpenCOLLADAValidator
-}

Reply via email to