[emerge/kde-4.12] portage/testing: libkcw and kcwsh have been moved to git
Patrick Spendrin
ps_ml at gmx.de
Sun Dec 8 02:02:35 UTC 2013
Git commit 8fc31d8124cb596e46b45e90400eeb2bdd87a6f0 by Patrick Spendrin.
Committed on 08/12/2013 at 01:59.
Pushed by sengels into branch 'kde-4.12'.
libkcw and kcwsh have been moved to git
For those that have used these libraries already, please modify
the origin of your git repos accordingly (or recheckout)
CCMAIL:kde-windows at kde.org
CCMAIL:kfunk at kde.org
M +1 -1 portage/testing/kcwsh/kcwsh-20110130.py
M +1 -1 portage/testing/libkcw/libkcw-20130713.py
http://commits.kde.org/emerge/8fc31d8124cb596e46b45e90400eeb2bdd87a6f0
diff --git a/portage/testing/kcwsh/kcwsh-20110130.py b/portage/testing/kcwsh/kcwsh-20110130.py
index 0c71318..0d9a644 100644
--- a/portage/testing/kcwsh/kcwsh-20110130.py
+++ b/portage/testing/kcwsh/kcwsh-20110130.py
@@ -2,7 +2,7 @@ import info
class subinfo( info.infoclass ):
def setTargets( self ):
- self.svnTargets['gitHEAD'] = '[git]kde:scratch/sengels/kcwsh'
+ self.svnTargets['gitHEAD'] = '[git]kde:kcwsh'
self.defaultTarget = 'gitHEAD'
def setDependencies( self ):
diff --git a/portage/testing/libkcw/libkcw-20130713.py b/portage/testing/libkcw/libkcw-20130713.py
index 4bfb5e4..67fb67e 100644
--- a/portage/testing/libkcw/libkcw-20130713.py
+++ b/portage/testing/libkcw/libkcw-20130713.py
@@ -2,7 +2,7 @@ import info
class subinfo( info.infoclass ):
def setTargets( self ):
- self.svnTargets['gitHEAD'] = '[git]kde:scratch/sengels/libkcw'
+ self.svnTargets['gitHEAD'] = '[git]kde:libkcw'
self.defaultTarget = 'gitHEAD'
def setDependencies( self ):
More information about the Kde-windows
mailing list