diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-14 13:31:57 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-14 13:31:57 +0000 |
commit | ddad843c7a5389310b5e57fadc2ce34f70afc461 (patch) | |
tree | 5042e7a7a36bf990cde6ad23990e9d20f32765c5 /dev-util/spe | |
parent | 1.9.3 stable on x86. Add -r1 with ppc support. Old ebuilds cleaned. (diff) | |
download | gentoo-2-ddad843c7a5389310b5e57fadc2ce34f70afc461.tar.gz gentoo-2-ddad843c7a5389310b5e57fadc2ce34f70afc461.tar.bz2 gentoo-2-ddad843c7a5389310b5e57fadc2ce34f70afc461.zip |
Bump version.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-util/spe')
-rw-r--r-- | dev-util/spe/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/spe/Manifest | 12 | ||||
-rw-r--r-- | dev-util/spe/files/digest-spe-0.7.3a | 1 | ||||
-rw-r--r-- | dev-util/spe/spe-0.7.3a.ebuild | 56 |
4 files changed, 65 insertions, 11 deletions
diff --git a/dev-util/spe/ChangeLog b/dev-util/spe/ChangeLog index 15f8c7e41f71..c2b39ab467d3 100644 --- a/dev-util/spe/ChangeLog +++ b/dev-util/spe/ChangeLog @@ -1,6 +1,11 @@ # 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.15 2005/04/20 05:53:10 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.16 2005/05/14 13:31:57 kloeri Exp $ + +*spe-0.7.3a (14 May 2005) + + 14 May 2005; Bryan Østergaard <kloeri@gentoo.org> +spe-0.7.3a.ebuild: + Bump version. *spe-0.7.1a (20 Apr 2005) diff --git a/dev-util/spe/Manifest b/dev-util/spe/Manifest index 6927991d6498..4d595d784775 100644 --- a/dev-util/spe/Manifest +++ b/dev-util/spe/Manifest @@ -1,21 +1,13 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 69bcb1593a44da2552632587bc710f6a spe-0.5.1d.ebuild 1546 MD5 8527d184a4526c21f70121beeb67a663 spe-0.5.1a.ebuild 1092 MD5 c5275f47707ad1d1eb2440cc2e4b8558 ChangeLog 1992 MD5 6ebeaaff1d72f4b710a98339cbf235fc metadata.xml 372 MD5 cb08b53cb0d9a3674c4e3e8da0e01fdd spe-0.7.1a.ebuild 1669 MD5 2d67f849ff85ce0e75724df0de197d83 spe-0.5.1f.ebuild 1668 +MD5 1b31a0e2d94c20c6566708b960dce15c spe-0.7.3a.ebuild 1624 MD5 666d9771d3bb00e2801ad24e472ec7d3 files/digest-spe-0.5.1a 82 +MD5 f4455c7c456733c72a20607cd8fd816c files/digest-spe-0.7.3a 79 MD5 d7b222aad27177169608286ea0e18ac9 files/digest-spe-0.5.1d 82 MD5 84b0a8b787ec8c3b89836eb571eda5f9 files/spe_setup.patch 277 MD5 0465e3df590b254707522e5b1d2eb64c files/digest-spe-0.7.1a 82 MD5 0465e3df590b254707522e5b1d2eb64c files/digest-spe-0.5.1f 82 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCZe5hKf2g/qXtneoRAg3eAJ9MEmnA3qLcb4/NNZ9uP798Qcx3dwCgr/sI -6IWbKQtVgucp/D/Hi7mDxg4= -=lTjO ------END PGP SIGNATURE----- diff --git a/dev-util/spe/files/digest-spe-0.7.3a b/dev-util/spe/files/digest-spe-0.7.3a new file mode 100644 index 000000000000..729ddbf7af04 --- /dev/null +++ b/dev-util/spe/files/digest-spe-0.7.3a @@ -0,0 +1 @@ +MD5 52b1d02f179bab7a71b57f5698343230 SPE-0.7.3.a-wx2.5.4.1.-bl2.35.zip 1709969 diff --git a/dev-util/spe/spe-0.7.3a.ebuild b/dev-util/spe/spe-0.7.3a.ebuild new file mode 100644 index 000000000000..1db4de25956c --- /dev/null +++ b/dev-util/spe/spe-0.7.3a.ebuild @@ -0,0 +1,56 @@ +# 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.1 2005/05/14 13:31:57 kloeri 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="~x86 ~ppc" +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 " " +} |