diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-05-25 19:17:20 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-05-25 19:17:20 +0000 |
commit | bd1e6d227d856a4ba6aa41ec5a8c12a4a1a26d5e (patch) | |
tree | c377b9388255a0c941b98e1df985f5c871a23b4e /dev-util/spe | |
parent | Added ~ppc keyword. Bug 134720 (diff) | |
download | gentoo-2-bd1e6d227d856a4ba6aa41ec5a8c12a4a1a26d5e.tar.gz gentoo-2-bd1e6d227d856a4ba6aa41ec5a8c12a4a1a26d5e.tar.bz2 gentoo-2-bd1e6d227d856a4ba6aa41ec5a8c12a4a1a26d5e.zip |
Version bump, bug 114257. Thanks to Dieter Verfaillie <dieterv@optionexplicit.be> for the updated ebuild.
(Portage version: 2.1_rc2)
Diffstat (limited to 'dev-util/spe')
-rw-r--r-- | dev-util/spe/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/spe/files/digest-spe-0.7.5c-r1 | 2 | ||||
-rw-r--r-- | dev-util/spe/files/digest-spe-0.8.2 | 3 | ||||
-rw-r--r-- | dev-util/spe/spe-0.8.2.ebuild | 55 |
4 files changed, 68 insertions, 2 deletions
diff --git a/dev-util/spe/ChangeLog b/dev-util/spe/ChangeLog index 2f76a48de339..9adb07543469 100644 --- a/dev-util/spe/ChangeLog +++ b/dev-util/spe/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/spe -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.23 2005/10/16 21:09:58 kloeri Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.24 2006/05/25 19:17:20 kloeri Exp $ + +*spe-0.8.2 (25 May 2006) + + 25 May 2006; Bryan Østergaard <kloeri@gentoo.org> +spe-0.8.2.ebuild: + Version bump, bug 114257. Thanks to Dieter Verfaillie + <dieterv@optionexplicit.be> for the updated ebuild. 16 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> -spe-0.5.1a.ebuild, -spe-0.5.1d.ebuild, -spe-0.5.1f.ebuild, -spe-0.7.1a.ebuild, diff --git a/dev-util/spe/files/digest-spe-0.7.5c-r1 b/dev-util/spe/files/digest-spe-0.7.5c-r1 index 0f3d888710c2..fd517d6a1cd8 100644 --- a/dev-util/spe/files/digest-spe-0.7.5c-r1 +++ b/dev-util/spe/files/digest-spe-0.7.5c-r1 @@ -1 +1,3 @@ MD5 c40a24a3ed79ebba8c4fb208c000f67c SPE-0.7.5.c-wx2.6.1.0.-bl2.35.tar.gz 2917691 +RMD160 214e8ebd3b978e1731b784a76f58761a39773c75 SPE-0.7.5.c-wx2.6.1.0.-bl2.35.tar.gz 2917691 +SHA256 90093c36276069af38151bb667664724b714f4de62e7f5174be47acc5a4748a1 SPE-0.7.5.c-wx2.6.1.0.-bl2.35.tar.gz 2917691 diff --git a/dev-util/spe/files/digest-spe-0.8.2 b/dev-util/spe/files/digest-spe-0.8.2 new file mode 100644 index 000000000000..0da5bc436261 --- /dev/null +++ b/dev-util/spe/files/digest-spe-0.8.2 @@ -0,0 +1,3 @@ +MD5 d5d5a55414aa2410ac430f7e79b271e5 SPE-0.8.2.a-wx2.6.1.0.tar.gz 836948 +RMD160 ad75cd24871fc302a231d517fcd229f7e0a36d28 SPE-0.8.2.a-wx2.6.1.0.tar.gz 836948 +SHA256 e8d9373faf9ca299d3b439d6f5cad81591147f25c5a8ab5e3e9fd09c18ffc18a SPE-0.8.2.a-wx2.6.1.0.tar.gz 836948 diff --git a/dev-util/spe/spe-0.8.2.ebuild b/dev-util/spe/spe-0.8.2.ebuild new file mode 100644 index 000000000000..beff51cb9e26 --- /dev/null +++ b/dev-util/spe/spe-0.8.2.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.2.ebuild,v 1.1 2006/05/25 19:17:20 kloeri Exp $ + +inherit distutils eutils + +MY_P="SPE-0.8.2.a-wx2.6.1.0" +DESCRIPTION="Python IDE with Blender support" +HOMEPAGE="http://www.stani.be/python/spe/blog/" +SRC_URI="http://download.berlios.de/python/${MY_P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +S=${WORKDIR}/${MY_P} + +DEPEND=">=virtual/python-2.3 + app-arch/unzip" + +RDEPEND=">=dev-python/wxpython-2.6.1.0 + >=dev-util/wxglade-0.3.2 + >=dev-python/pychecker-0.8.13 + ${DEPEND}" + +src_unpack() { + unpack ${A} + cd ${S} + chmod -R go-w ${S}/* +} + +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 +} |