summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Leeming <andrew.leeming@codethink.co.uk>2016-06-09 14:48:14 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-06-10 15:08:04 +0000
commit9f7363dda3d149c79c3cdc85b13aa0d7e0670029 (patch)
tree240a59111970528a92e9a735302fe55d1dba485b
parente7ddee58eaa3304ea55a9ca6c6ae88e12b49aca4 (diff)
downloadlorries-9f7363dda3d149c79c3cdc85b13aa0d7e0670029.tar.gz
Adding in extra lorries for: eet, eina and uriparser
Change-Id: Ic4bf799172cc6c06ec07034a8a5038d656b86f12
-rw-r--r--open-source-lorries/eet.lorry6
-rw-r--r--open-source-lorries/eina.lorry6
-rw-r--r--open-source-lorries/uriparser.lorry6
3 files changed, 18 insertions, 0 deletions
diff --git a/open-source-lorries/eet.lorry b/open-source-lorries/eet.lorry
new file mode 100644
index 0000000..7acf93b
--- /dev/null
+++ b/open-source-lorries/eet.lorry
@@ -0,0 +1,6 @@
+{
+ "eet": {
+ "type": "git",
+ "url": "git://git.enlightenment.org/legacy/eet.git"
+ }
+}
diff --git a/open-source-lorries/eina.lorry b/open-source-lorries/eina.lorry
new file mode 100644
index 0000000..c52dbe0
--- /dev/null
+++ b/open-source-lorries/eina.lorry
@@ -0,0 +1,6 @@
+{
+ "eina": {
+ "type": "git",
+ "url": "git://git.enlightenment.org/legacy/eina.git"
+ }
+}
diff --git a/open-source-lorries/uriparser.lorry b/open-source-lorries/uriparser.lorry
new file mode 100644
index 0000000..cf27ce2
--- /dev/null
+++ b/open-source-lorries/uriparser.lorry
@@ -0,0 +1,6 @@
+{
+ "uriparser": {
+ "type": "git",
+ "url": "git://git.code.sf.net/p/uriparser/git"
+ }
+}