public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/documancer/files: documancer-0.2.6-wxversion.patch
@ 2007-12-05  3:45 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2007-12-05  3:45 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    07/12/05 03:45:14

  Added:                documancer-0.2.6-wxversion.patch
  Log:
  Lock to wxpython-2.6 with wxversion.  Make executable executable.
  (Portage version: 2.1.4_rc7)

Revision  Changes    Path
1.1                  dev-util/documancer/files/documancer-0.2.6-wxversion.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/files/documancer-0.2.6-wxversion.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/files/documancer-0.2.6-wxversion.patch?rev=1.1&content-type=text/plain

Index: documancer-0.2.6-wxversion.patch
===================================================================
diff -Naur documancer-0.2.6-orig/src/utils.py documancer-0.2.6/src/utils.py
--- documancer-0.2.6-orig/src/utils.py	2005-06-09 01:32:30.000000000 -0600
+++ documancer-0.2.6/src/utils.py	2007-12-04 21:40:43.000000000 -0600
@@ -121,6 +121,12 @@
 def config():
     global __configObject
     if __configObject == None:
+        try:
+            import wxversion
+            wxversion.select("2.6")
+        except Exception, e:
+            print >> sys.stderr, "%s: wxPython 2.6 not installed." %e
+            sys.exit(1)
         import wxPython.wx
         if sys.platform == 'win32':
             cfg = wxPython.wx.wxConfig('Documancer', 'Vaclav Slavik')



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/documancer/files: documancer-0.2.6-wxversion.patch
@ 2010-03-24  5:12 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-03-24  5:12 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/03/24 05:12:15

  Removed:              documancer-0.2.6-wxversion.patch
  Log:
  Remove dev-util/documancer.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-24  5:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05  3:45 [gentoo-commits] gentoo-x86 commit in dev-util/documancer/files: documancer-0.2.6-wxversion.patch Ryan Hill (dirtyepic)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-24  5:12 Ryan Hill (dirtyepic)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox