diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/spe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/spe/files/digest-spe-0.4.2c | 1 | ||||
-rw-r--r-- | dev-util/spe/spe-0.4.2c.ebuild | 40 |
3 files changed, 4 insertions, 42 deletions
diff --git a/dev-util/spe/ChangeLog b/dev-util/spe/ChangeLog index 696a87be507f..2f7837ae8cbf 100644 --- a/dev-util/spe/ChangeLog +++ b/dev-util/spe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/spe # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.11 2004/07/03 12:20:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.12 2004/07/12 01:06:24 kloeri Exp $ + + 12 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> -spe-0.4.2c.ebuild: + Remove old version. 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> spe-0.4.2c.ebuild, spe-0.5.1a.ebuild, spe-0.5.1d.ebuild: diff --git a/dev-util/spe/files/digest-spe-0.4.2c b/dev-util/spe/files/digest-spe-0.4.2c deleted file mode 100644 index 454685c80e01..000000000000 --- a/dev-util/spe/files/digest-spe-0.4.2c +++ /dev/null @@ -1 +0,0 @@ -MD5 c044ed8d7ac3b0ce263f423de84bca9c SPE-0.4.2.c-wx2.4.2.4.-bl2.31.zip 1572396 diff --git a/dev-util/spe/spe-0.4.2c.ebuild b/dev-util/spe/spe-0.4.2c.ebuild deleted file mode 100644 index 68484f3a8bce..000000000000 --- a/dev-util/spe/spe-0.4.2c.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.4.2c.ebuild,v 1.4 2004/07/03 12:20:34 kloeri Exp $ - -inherit distutils eutils - -MY_P="SPE-0.4.2.c-wx2.4.2.4.-bl2.31" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="Python IDE with Blender support" -HOMEPAGE="http://spe.pycs.net/" -SRC_URI="http://projects.blender.org/download.php/66/${MY_P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=dev-lang/python-2.2.3-r1 - >=dev-python/wxpython-2.4.2.4" - -src_unpack() { - unpack ${A} - rm -fr ${S}/build/scripts* - cd ${S} - epatch ${FILESDIR}/spe_setup.patch -} - -src_install() { - export PREFIX="/usr" - distutils_src_install -} - -pkg_postinst() { - SPEPATH="$PREFIX/lib/`python -c "import sys; print 'python%s.%s'%(sys.version_info[0], sys.version_info[1])"`/site-packages" - - einfo "To be able to use spe in blender, be sure that the path where spe" - einfo "is installed ($SPEPATH) is included in your" - einfo "PYTHONPATH environment variable. See the installation section in the manual" - einfo "for more information ($SPEPATH/spe/doc/manual.html).\n\n" -} |