summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-15 22:57:54 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-15 22:57:54 +0000
commit7a002edf3f425df3e2c0f5f82d9e065128b950e9 (patch)
treedf47328da7209d8ac8f07a8aa89614844cb6c189 /dev-python/qscintilla-python/files
parentstable x86, bug 300655 (diff)
downloadgentoo-2-7a002edf3f425df3e2c0f5f82d9e065128b950e9.tar.gz
gentoo-2-7a002edf3f425df3e2c0f5f82d9e065128b950e9.tar.bz2
gentoo-2-7a002edf3f425df3e2c0f5f82d9e065128b950e9.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/qscintilla-python/files')
-rw-r--r--dev-python/qscintilla-python/files/qscintilla-gcc44.patch12
-rw-r--r--dev-python/qscintilla-python/files/qscintilla-python-2.2-nostrip.patch23
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/qscintilla-python/files/qscintilla-gcc44.patch b/dev-python/qscintilla-python/files/qscintilla-gcc44.patch
deleted file mode 100644
index 4ebc5c19b642..000000000000
--- a/dev-python/qscintilla-python/files/qscintilla-gcc44.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rupN QScintilla-gpl-2.3.2.old/Python/sip/qsciscintillabase4.sip QScintilla-gpl-2.3.2.new/Python/sip/qsciscintillabase4.sip
---- QScintilla-gpl-2.3.2.old/Python/sip/qsciscintillabase4.sip 2008-11-17 08:52:33.000000000 -0500
-+++ QScintilla-gpl-2.3.2.new/Python/sip/qsciscintillabase4.sip 2009-06-18 10:55:49.000000000 -0400
-@@ -916,7 +916,7 @@ public:
-
- %ConvertToSubClassCode
- static struct class_graph {
-- char *name;
-+ const char *name;
- sipWrapperType **type;
- int yes, no;
- } graph[] = {
diff --git a/dev-python/qscintilla-python/files/qscintilla-python-2.2-nostrip.patch b/dev-python/qscintilla-python/files/qscintilla-python-2.2-nostrip.patch
deleted file mode 100644
index 77e9ab25b4a8..000000000000
--- a/dev-python/qscintilla-python/files/qscintilla-python-2.2-nostrip.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- configure.py 2007-06-01 20:10:16.000000000 +0300
-+++ configure.py 2007-12-04 11:51:56.000000000 +0200
-@@ -254,7 +254,8 @@
- installs=installs,
- static=opt_static,
- debug=opt_debug,
-- universal=pyqt.universal
-+ universal=pyqt.universal,
-+ strip=0
- )
- else:
- makefile = Makefile(
-@@ -263,7 +264,8 @@
- install_dir=opt_qscimoddir,
- installs=installs,
- static=opt_static,
-- debug=opt_debug
-+ debug=opt_debug,
-+ strip=0
- )
-
- makefile.extra_include_dirs.append(opt_qsciincdir)
-