diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-24 20:08:00 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-24 20:08:00 +0000 |
commit | 2903d73ca516601b298efc19ac57023ba0fc4e31 (patch) | |
tree | 9f19dba893b967f64fb3e5e92bb6d6f4d7f6d5ad /dev-util/spe | |
parent | Marked stable on hppa. (diff) | |
download | historical-2903d73ca516601b298efc19ac57023ba0fc4e31.tar.gz historical-2903d73ca516601b298efc19ac57023ba0fc4e31.tar.bz2 historical-2903d73ca516601b298efc19ac57023ba0fc4e31.zip |
Version bumped, removed ~ppc due to one unsatisfied dependency and changed maintainer to kloeri@gentoo.org, see bug #51928.
Diffstat (limited to 'dev-util/spe')
-rw-r--r-- | dev-util/spe/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/spe/Manifest | 10 | ||||
-rw-r--r-- | dev-util/spe/files/digest-spe-0.5.1d | 1 | ||||
-rw-r--r-- | dev-util/spe/metadata.xml | 2 | ||||
-rw-r--r-- | dev-util/spe/spe-0.5.1d.ebuild | 54 |
5 files changed, 70 insertions, 6 deletions
diff --git a/dev-util/spe/ChangeLog b/dev-util/spe/ChangeLog index 6a4061085882..97bc9197491e 100644 --- a/dev-util/spe/ChangeLog +++ b/dev-util/spe/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/spe # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.7 2004/05/09 00:42:18 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.8 2004/05/24 20:07:59 kloeri Exp $ + +*spe-0.5.1d (24 May 2004) + + 24 May 2004; Bryan Østergaard <kloeri@gentoo.org> metadata.xml, + +spe-0.5.1d.ebuild: + Version bumped, removed ~ppc due to one unsatisfied dependency and changed + maintainer to kloeri@gentoo.org, see bug #51928. 09 May 2004; David Holm <dholm@gentoo.org> spe-0.5.1a.ebuild: Added to ~ppc. diff --git a/dev-util/spe/Manifest b/dev-util/spe/Manifest index 2b8914fbcb0a..052773d3e990 100644 --- a/dev-util/spe/Manifest +++ b/dev-util/spe/Manifest @@ -1,7 +1,9 @@ -MD5 044c9d08e5fded2849028eded21c742c ChangeLog 1004 -MD5 06f74d9822637a108032e9e185865dd2 metadata.xml 376 -MD5 a49aeb5510ebca73241dff1571457f49 spe-0.5.1a.ebuild 1092 MD5 5b5d93f0989cd6455f6929349bfed345 spe-0.4.2c.ebuild 1164 +MD5 1ae58494281e9eb188073d6c8843eae2 spe-0.5.1d.ebuild 1442 +MD5 a49aeb5510ebca73241dff1571457f49 spe-0.5.1a.ebuild 1092 +MD5 6ebeaaff1d72f4b710a98339cbf235fc metadata.xml 372 +MD5 beb6cd9fc6a7718ef7a13a126b9d8021 ChangeLog 1249 +MD5 84b0a8b787ec8c3b89836eb571eda5f9 files/spe_setup.patch 277 MD5 666d9771d3bb00e2801ad24e472ec7d3 files/digest-spe-0.5.1a 82 MD5 a54b36e3505ebc449a948f7a97d438cb files/digest-spe-0.4.2c 79 -MD5 84b0a8b787ec8c3b89836eb571eda5f9 files/spe_setup.patch 277 +MD5 d7b222aad27177169608286ea0e18ac9 files/digest-spe-0.5.1d 82 diff --git a/dev-util/spe/files/digest-spe-0.5.1d b/dev-util/spe/files/digest-spe-0.5.1d new file mode 100644 index 000000000000..d78681c48c48 --- /dev/null +++ b/dev-util/spe/files/digest-spe-0.5.1d @@ -0,0 +1 @@ +MD5 665f7fc694210388562bb1ea24c40d59 SPE-0.5.1.d-wx2.4.2.4.-bl2.31.tar.gz 1488288 diff --git a/dev-util/spe/metadata.xml b/dev-util/spe/metadata.xml index 2784921ee9ef..866240316f64 100644 --- a/dev-util/spe/metadata.xml +++ b/dev-util/spe/metadata.xml @@ -3,7 +3,7 @@ <pkgmetadata> <herd>python</herd> <maintainer> - <email>pythonhead@gentoo.org</email> + <email>kloeri@gentoo.org</email> <description>Primary Maintainer</description> </maintainer> <longdescription>Stan's Python Editor is a Python IDE with full Blender support.</longdescription> diff --git a/dev-util/spe/spe-0.5.1d.ebuild b/dev-util/spe/spe-0.5.1d.ebuild new file mode 100644 index 000000000000..713b4fc69c93 --- /dev/null +++ b/dev-util/spe/spe-0.5.1d.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $ + +inherit distutils + +MY_P="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/download.php/162/${MY_P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +S="${WORKDIR}/${MY_P}" + +DEPEND=">=virtual/python-2.2.3-r1" + +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 +} + +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 " " +} |