From 9f7363dda3d149c79c3cdc85b13aa0d7e0670029 Mon Sep 17 00:00:00 2001 From: Andrew Leeming Date: Thu, 9 Jun 2016 14:48:14 +0100 Subject: Adding in extra lorries for: eet, eina and uriparser Change-Id: Ic4bf799172cc6c06ec07034a8a5038d656b86f12 --- open-source-lorries/eet.lorry | 6 ++++++ open-source-lorries/eina.lorry | 6 ++++++ open-source-lorries/uriparser.lorry | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 open-source-lorries/eet.lorry create mode 100644 open-source-lorries/eina.lorry create mode 100644 open-source-lorries/uriparser.lorry 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" + } +} -- cgit v1.2.1