diff options
Diffstat (limited to 'dev-python/python-elementary/python-elementary-9999.ebuild')
| -rw-r--r-- | dev-python/python-elementary/python-elementary-9999.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/python-elementary/python-elementary-9999.ebuild b/dev-python/python-elementary/python-elementary-9999.ebuild deleted file mode 100644 index d2ac9b92..00000000 --- a/dev-python/python-elementary/python-elementary-9999.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -E_CYTHON=1 -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="3.*" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy/bindings/python" - EGIT_URI_APPEND=${PN} -else - #SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="Python bindings for elementary library" -HOMEPAGE="http://www.enlightenment.org/" -LICENSE="|| ( GPL-3 LGPL-3 )" -IUSE="static-libs" - -RDEPEND=">=media-libs/elementary-9999" - -DEPEND="${RDEPEND} - virtual/pkgconfig - >=dev-python/python-evas-9999" - -src_prepare() { - enlightenment_src_prepare - python_copy_sources -} - -src_configure() { - python_execute_function -s enlightenment_src_configure -} - -src_compile() { - python_execute_function -s enlightenment_src_compile -} - -src_install() { - python_execute_function -s enlightenment_src_install -} |
