summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-07 03:03:28 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-07 03:03:28 +0000
commit817faecef833e6b34fa59de2b99f52ef8cd28611 (patch)
treeee4668648ba54b4f8b86269ae3c45b70f26561d9 /dev-util/spe/files
parentReplace dev-util/yacc with sys-devel/bison. Remove dohtml and dodoc *.html *.... (diff)
downloadgentoo-2-817faecef833e6b34fa59de2b99f52ef8cd28611.tar.gz
gentoo-2-817faecef833e6b34fa59de2b99f52ef8cd28611.tar.bz2
gentoo-2-817faecef833e6b34fa59de2b99f52ef8cd28611.zip
Delete older ebuilds.
Diffstat (limited to 'dev-util/spe/files')
-rw-r--r--dev-util/spe/files/spe-0.8.3-wxversion.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-util/spe/files/spe-0.8.3-wxversion.patch b/dev-util/spe/files/spe-0.8.3-wxversion.patch
deleted file mode 100644
index 3965e2caf023..000000000000
--- a/dev-util/spe/files/spe-0.8.3-wxversion.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- SPE-0.8.3.c-wx2.6.1.0-orig/_spe/SPE.py 2006-01-21 21:01:56.000000000 -0600
-+++ SPE-0.8.3.c-wx2.6.1.0/_spe/SPE.py 2008-01-04 18:10:55.000000000 -0600
-@@ -1,11 +1,10 @@
- import sys
-
- try:
-- WX_VERSION = '2.5.4.1'
- import wxversion
-- wxversion.ensureMinimal(WX_VERSION)
-+ wxversion.select('2.6')
- except ImportError:
-- print 'You need to install at least wxPython v%s to run SPE.\nGet it from http://www.wxpython.org'%WX_VERSION
-+ print 'You need to install wxPython v%s to run SPE.\nGet it from http://www.wxpython.org'%WX_VERSION
- sys.exit()
-
- import info