[svn:parrot] r42454 - trunk/tools/dev

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu Nov 12 19:53:59 UTC 2009


Author: fperrad
Date: Thu Nov 12 19:53:55 2009
New Revision: 42454
URL: https://trac.parrot.org/parrot/changeset/42454

Log:
[languages] add Kea (from http://github.com/leto/kea)

Modified:
   trunk/tools/dev/fetch_languages.pl

Modified: trunk/tools/dev/fetch_languages.pl
==============================================================================
--- trunk/tools/dev/fetch_languages.pl	Thu Nov 12 19:33:17 2009	(r42453)
+++ trunk/tools/dev/fetch_languages.pl	Thu Nov 12 19:53:55 2009	(r42454)
@@ -138,6 +138,12 @@
     },
 
     {
+        name       => 'kea',
+        scm        => 'GIT',
+        repository => 'git://github.com/leto/kea.git'
+    },
+
+    {
         name       => 'kea-cl',
         scm        => 'SVN',
         repository => 'https://rgrjr.dyndns.org/svn/kea-cl/trunk'


More information about the parrot-commits mailing list