diff options
Diffstat (limited to 'dev-util/spe/spe-0.7.3a.ebuild')
-rw-r--r-- | dev-util/spe/spe-0.7.3a.ebuild | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/dev-util/spe/spe-0.7.3a.ebuild b/dev-util/spe/spe-0.7.3a.ebuild deleted file mode 100644 index ed6965f2484a..000000000000 --- a/dev-util/spe/spe-0.7.3a.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.7.3a.ebuild,v 1.3 2005/07/09 16:32:58 swegener Exp $ - -inherit distutils eutils - -MY_P="SPE-0.7.3.a-wx2.5.4.1.-bl2.35" -#MY_P2="SPE-0.5.1.d-wx2.4.2.4.-bl2.31" -DESCRIPTION="Python IDE with Blender support" -HOMEPAGE="http://spe.pycs.net/" -SRC_URI="http://projects.blender.org/frs/download.php/271/${MY_P}.zip" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~sparc ~x86" -IUSE="" -S=${WORKDIR}/${MY_P} - -DEPEND=">=virtual/python-2.2.3-r1 - app-arch/unzip" - -RDEPEND=">=dev-python/wxpython-2.4.2.4 - >=dev-util/wxglade-0.3.2 - >=dev-python/pychecker-0.8.13 - ${DEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/spe_setup.patch || die "patch failed." -} - -src_install() { - distutils_src_install - distutils_python_version - SITEPATH="/usr/lib/python${PYVER}/site-packages" - - dobin spe - rm -rf "${D}${SITEPATH}/_spe/plugins/wxGlade" - rm -rf "${D}${SITEPATH}/_spe/plugins/pychecker" - ln -svf "../../wxglade" "${D}${SITEPATH}/_spe/plugins/wxGlade" - dodir "${SITEPATH}/wxglade" - touch "${D}${SITEPATH}/wxglade/__init__.py" - ln -svf "../../pychecker" "${D}${SITEPATH}/_spe/plugins/pychecker" -} - -pkg_postinst() { - distutils_python_version - SPEPATH="/usr/lib/python${PYVER}/site-packages" - - einfo - einfo "To be able to use spe in blender, be sure that the path where spe is" - einfo "installed ($SPEPATH) is included in your PYTHONPATH" - einfo "environment variable. See the installation section in the manual for" - einfo "more information ($SPEPATH/_spe/doc/manual.pdf)." - einfo -} |