[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/emerge/portage/dev-util/cmake
From:       Patrick Spendrin <ps_ml () gmx ! de>
Date:       2008-01-29 18:35:08
Message-ID: 1201631708.365371.388.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 768307 by sengels:

use cmake 2.4.7 for now

 M  +4 -3      cmake-2.4.8.py  


--- trunk/kdesupport/emerge/portage/dev-util/cmake/cmake-2.4.8.py #768306:768307
@@ -1,18 +1,19 @@
 import base
 import info
 
-SRC_URI= "http://www.cmake.org/files/v2.4/cmake-2.4.8-win32-x86.zip"
+SRC_URI= ""
 
 class subinfo( info.infoclass ):
     def setTargets( self ):
         """ """
-        self.targets['2.4.7'] = 'http://www.cmake.org/files/v2.4/cmake-2.4.8-win32-x86.zip'
+        self.targets['2.4.8'] = 'http://www.cmake.org/files/v2.4/cmake-2.4.8-win32-x86.zip'
+        self.targets['2.4.7'] = 'http://www.cmake.org/files/v2.4/cmake-2.4.7-win32-x86.zip'
         self.defaultTarget = '2.4.7'
 
 class subclass(base.baseclass):
   def __init__(self):
     base.baseclass.__init__( self, SRC_URI )
-    self.instsrcdir = "cmake-2.4.8-win32-x86"
+#    self.instsrcdir = "cmake-2.4.8-win32-x86"
     self.subinfo = subinfo()
     if self.traditional:
       self.instdestdir = "cmake"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic