summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-07-12 01:06:24 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-07-12 01:06:24 +0000
commita881950d9c62e475a971df90b5ed7521971f0229 (patch)
tree162b000b4424c1ffd163fff5ef3e733ab383e8f3 /dev-util/spe
parentMark ~ for x86. (diff)
downloadhistorical-a881950d9c62e475a971df90b5ed7521971f0229.tar.gz
historical-a881950d9c62e475a971df90b5ed7521971f0229.tar.bz2
historical-a881950d9c62e475a971df90b5ed7521971f0229.zip
Remove old version.
Diffstat (limited to 'dev-util/spe')
-rw-r--r--dev-util/spe/ChangeLog5
-rw-r--r--dev-util/spe/Manifest4
-rw-r--r--dev-util/spe/files/digest-spe-0.4.2c1
-rw-r--r--dev-util/spe/spe-0.4.2c.ebuild40
4 files changed, 5 insertions, 45 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/Manifest b/dev-util/spe/Manifest
index 315caba8842e..afe0ba487c81 100644
--- a/dev-util/spe/Manifest
+++ b/dev-util/spe/Manifest
@@ -1,9 +1,7 @@
MD5 d88fed632e44e9aa0bdfb1f3f02d2061 spe-0.5.1d.ebuild 1547
-MD5 b8924735ad4c72a60d6a8e67738d97cb ChangeLog 1489
+MD5 0613d707335acfeb06b0a238e7674e73 ChangeLog 1584
MD5 6ebeaaff1d72f4b710a98339cbf235fc metadata.xml 372
MD5 8527d184a4526c21f70121beeb67a663 spe-0.5.1a.ebuild 1092
-MD5 b8b0beaa9a61032d3c7134d4337e5aaa spe-0.4.2c.ebuild 1155
MD5 84b0a8b787ec8c3b89836eb571eda5f9 files/spe_setup.patch 277
-MD5 a54b36e3505ebc449a948f7a97d438cb files/digest-spe-0.4.2c 79
MD5 666d9771d3bb00e2801ad24e472ec7d3 files/digest-spe-0.5.1a 82
MD5 d7b222aad27177169608286ea0e18ac9 files/digest-spe-0.5.1d 82
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"
-}