commit:     9af70593b03abe5cdcf98931a4f7be2ba0802181
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 15:13:32 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 15:13:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af70593

dev-python/pycollada: drop live ebuild

Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7

 dev-python/pycollada/pycollada-9999.ebuild | 63 ------------------------------
 1 file changed, 63 deletions(-)

diff --git a/dev-python/pycollada/pycollada-9999.ebuild 
b/dev-python/pycollada/pycollada-9999.ebuild
deleted file mode 100644
index f0b16d86345..00000000000
--- a/dev-python/pycollada/pycollada-9999.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_MULTIPLE_ABI=1
-
-inherit distutils-r1 git-2
-
-DESCRIPTION="python library for reading and writing collada documents"
-HOMEPAGE="https://pycollada.github.com/";
-EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc examples test"
-
-DEPEND="doc? ( dev-python/sphinx )
-       test? ( dev-python/python-dateutil )"
-RDEPEND="dev-python/numpy
-       dev-python/lxml
-       >=dev-python/python-dateutil-2.0"
-
-src_compile() {
-       distutils-r1_src_compile
-
-       if use doc ; then
-               pushd docs
-               emake html
-               popd
-       fi
-}
-
-src_install() {
-       distutils-r1_src_install
-
-       if use doc ; then
-               pushd docs/_build/html
-               dohtml -r *
-               popd
-       fi
-
-       if use examples ; then
-               insinto /usr/share/${P}/
-               doins -r examples
-       fi
-
-       install_test_data() {
-               insinto $(python_get_sitedir)/collada/tests/
-               doins -r collada/tests/data
-       }
-       python_foreach_impl install_test_data
-}
-
-src_test() {
-       test_collada() {
-               for script in "${S}"/collada/tests/*.py ; do
-                       PYTHONPATH="${S}" $EPYTHON "${script}"
-               done
-       }
-       python_foreach_impl test_collada
-}

Reply via email to