summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-05-02 19:52:07 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-05-02 19:52:07 +0000
commite03b61b96f0e189f306759e2c8fa2b97a2b19d9e (patch)
treecbe4688aaf0bcbc90bd96c5a0536a61ceedf93b4 /dev-python/drpython/files
parentStable on ppc. (diff)
downloadhistorical-e03b61b96f0e189f306759e2c8fa2b97a2b19d9e.tar.gz
historical-e03b61b96f0e189f306759e2c8fa2b97a2b19d9e.tar.bz2
historical-e03b61b96f0e189f306759e2c8fa2b97a2b19d9e.zip
Version bump.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'dev-python/drpython/files')
-rw-r--r--dev-python/drpython/files/digest-drpython-3.10.121
-rw-r--r--dev-python/drpython/files/digest-drpython-3.10.61
-rw-r--r--dev-python/drpython/files/digest-drpython-3.6.101
-rw-r--r--dev-python/drpython/files/drpython.py-3.10.12.patch (renamed from dev-python/drpython/files/drpython.py-3.10.6.patch)6
-rw-r--r--dev-python/drpython/files/drpython.py-3.6.10.patch11
5 files changed, 4 insertions, 16 deletions
diff --git a/dev-python/drpython/files/digest-drpython-3.10.12 b/dev-python/drpython/files/digest-drpython-3.10.12
new file mode 100644
index 000000000000..964e4009ae82
--- /dev/null
+++ b/dev-python/drpython/files/digest-drpython-3.10.12
@@ -0,0 +1 @@
+MD5 78222b14e65f457dc366219ad512b927 drpython-3.10.12.zip 572777
diff --git a/dev-python/drpython/files/digest-drpython-3.10.6 b/dev-python/drpython/files/digest-drpython-3.10.6
deleted file mode 100644
index ca9acc93c290..000000000000
--- a/dev-python/drpython/files/digest-drpython-3.10.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0774567a258c03a35afc500a592b9f4e drpython-3.10.6.zip 558965
diff --git a/dev-python/drpython/files/digest-drpython-3.6.10 b/dev-python/drpython/files/digest-drpython-3.6.10
deleted file mode 100644
index cff0d901d514..000000000000
--- a/dev-python/drpython/files/digest-drpython-3.6.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ee51f75794e82a4beeba62df9d0083f5 drpython-3.6.10.zip 472111
diff --git a/dev-python/drpython/files/drpython.py-3.10.6.patch b/dev-python/drpython/files/drpython.py-3.10.12.patch
index 9eb641c71836..3eda05f5104e 100644
--- a/dev-python/drpython/files/drpython.py-3.10.6.patch
+++ b/dev-python/drpython/files/drpython.py-3.10.12.patch
@@ -1,12 +1,12 @@
---- /var/tmp/portage/drpython-3.6.10/work/drpython-3.6.10/drpython.py 2004-11-08 19:36:14.000000000 -0800
-+++ /var/tmp/abeni/drpython.py 2004-11-12 20:38:24.414029432 -0800
+--- orig.drpython.py 2004-11-08 19:36:14.000000000 -0800
++++ drpython.py 2004-11-12 20:38:24.414029432 -0800
@@ -42,6 +42,9 @@
#franz: stat is not used
import os.path, sys, os, shutil, re, string, traceback
+# gentoo wx selection (next two lines)
+import wxversion
-+wxversion.select("2.5")
++wxversion.select("2.6")
import wx, wx.stc
import drScrolledMessageDialog
from drNotebook import *
diff --git a/dev-python/drpython/files/drpython.py-3.6.10.patch b/dev-python/drpython/files/drpython.py-3.6.10.patch
deleted file mode 100644
index f69d9f92f5cf..000000000000
--- a/dev-python/drpython/files/drpython.py-3.6.10.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- /var/tmp/portage/drpython-3.6.10/work/drpython-3.6.10/drpython.py 2004-11-08 19:36:14.000000000 -0800
-+++ /var/tmp/abeni/drpython.py 2004-11-12 20:38:24.414029432 -0800
-@@ -42,6 +42,8 @@
-
- #franz: stat is not used
- import os.path, sys, os, shutil, re, string, operator, locale
-+import wxversion
-+wxversion.select("2.5")
- import wx, wx.stc
- import drScrolledMessageDialog
- from drText import DrText