From 00a340eb1146360e425f1433b426034247fb86ca Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 14 Jan 2015 11:09:05 +0000 Subject: Add pcre2 lorry file This repository is a new version of the pcre repository where the new features will be added to it. The old pcre repository will be available only for bugfixing in the 8.x series. --- open-source-lorries/pcre2.lorry | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 open-source-lorries/pcre2.lorry diff --git a/open-source-lorries/pcre2.lorry b/open-source-lorries/pcre2.lorry new file mode 100644 index 0000000..924f9fa --- /dev/null +++ b/open-source-lorries/pcre2.lorry @@ -0,0 +1,7 @@ +{ + "pcre2": { + "type": "svn", + "url": "svn://vcs.exim.org/pcre2/code/", + "layout": "standard" + } +} -- cgit v1.2.1 From 46b5d342b25d42765e26320c011d40ffe278ffe1 Mon Sep 17 00:00:00 2001 From: Jim MacArthur Date: Wed, 14 Jan 2015 13:07:13 +0000 Subject: Add all repositories required by Chef --- open-source-lorries/chef-zero.lorry | 6 ++++++ open-source-lorries/chef.lorry | 6 ++++++ open-source-lorries/coderay.lorry | 6 ++++++ open-source-lorries/diff-lcs.lorry | 6 ++++++ open-source-lorries/erubis.lorry | 6 ++++++ open-source-lorries/ffi-yajl.lorry | 6 ++++++ open-source-lorries/ffi.lorry | 6 ++++++ open-source-lorries/hashie.lorry | 6 ++++++ open-source-lorries/highline.lorry | 6 ++++++ open-source-lorries/hoe.lorry | 6 ++++++ open-source-lorries/ipaddress.lorry | 6 ++++++ open-source-lorries/json.lorry | 6 ++++++ open-source-lorries/libpopt.lorry | 7 +++++++ open-source-lorries/libyajl2-gem.lorry | 6 ++++++ open-source-lorries/method_source.lorry | 6 ++++++ open-source-lorries/mime-types.lorry | 6 ++++++ open-source-lorries/mixlib-authentication.lorry | 6 ++++++ open-source-lorries/mixlib-cli.lorry | 6 ++++++ open-source-lorries/mixlib-config.lorry | 6 ++++++ open-source-lorries/mixlib-log.lorry | 6 ++++++ open-source-lorries/mixlib-shellout.lorry | 6 ++++++ open-source-lorries/net-dhcp-ruby.lorry | 6 ++++++ open-source-lorries/net-ssh-gateway.lorry | 6 ++++++ open-source-lorries/net-ssh-multi.lorry | 6 ++++++ open-source-lorries/net-ssh.lorry | 6 ++++++ open-source-lorries/ohai.lorry | 6 ++++++ open-source-lorries/plist.lorry | 6 ++++++ open-source-lorries/pry.lorry | 6 ++++++ open-source-lorries/rack.lorry | 6 ++++++ open-source-lorries/sgdisk.lorry | 6 ++++++ open-source-lorries/slop.lorry | 6 ++++++ open-source-lorries/systemu.lorry | 6 ++++++ open-source-lorries/wmi-lite.lorry | 6 ++++++ 33 files changed, 199 insertions(+) create mode 100644 open-source-lorries/chef-zero.lorry create mode 100644 open-source-lorries/chef.lorry create mode 100644 open-source-lorries/coderay.lorry create mode 100644 open-source-lorries/diff-lcs.lorry create mode 100644 open-source-lorries/erubis.lorry create mode 100644 open-source-lorries/ffi-yajl.lorry create mode 100644 open-source-lorries/ffi.lorry create mode 100644 open-source-lorries/hashie.lorry create mode 100644 open-source-lorries/highline.lorry create mode 100644 open-source-lorries/hoe.lorry create mode 100644 open-source-lorries/ipaddress.lorry create mode 100644 open-source-lorries/json.lorry create mode 100644 open-source-lorries/libpopt.lorry create mode 100644 open-source-lorries/libyajl2-gem.lorry create mode 100644 open-source-lorries/method_source.lorry create mode 100644 open-source-lorries/mime-types.lorry create mode 100644 open-source-lorries/mixlib-authentication.lorry create mode 100644 open-source-lorries/mixlib-cli.lorry create mode 100644 open-source-lorries/mixlib-config.lorry create mode 100644 open-source-lorries/mixlib-log.lorry create mode 100644 open-source-lorries/mixlib-shellout.lorry create mode 100644 open-source-lorries/net-dhcp-ruby.lorry create mode 100644 open-source-lorries/net-ssh-gateway.lorry create mode 100644 open-source-lorries/net-ssh-multi.lorry create mode 100644 open-source-lorries/net-ssh.lorry create mode 100644 open-source-lorries/ohai.lorry create mode 100644 open-source-lorries/plist.lorry create mode 100644 open-source-lorries/pry.lorry create mode 100644 open-source-lorries/rack.lorry create mode 100644 open-source-lorries/sgdisk.lorry create mode 100644 open-source-lorries/slop.lorry create mode 100644 open-source-lorries/systemu.lorry create mode 100644 open-source-lorries/wmi-lite.lorry diff --git a/open-source-lorries/chef-zero.lorry b/open-source-lorries/chef-zero.lorry new file mode 100644 index 0000000..fdf8814 --- /dev/null +++ b/open-source-lorries/chef-zero.lorry @@ -0,0 +1,6 @@ +{ + "chef-zero": { + "type": "git", + "url": "https://github.com/jkeiser/chef-zero" + } +} diff --git a/open-source-lorries/chef.lorry b/open-source-lorries/chef.lorry new file mode 100644 index 0000000..a52eb8a --- /dev/null +++ b/open-source-lorries/chef.lorry @@ -0,0 +1,6 @@ +{ + "chef": { + "type": "git", + "url": "https://github.com/opscode/chef" + } +} diff --git a/open-source-lorries/coderay.lorry b/open-source-lorries/coderay.lorry new file mode 100644 index 0000000..e5d7e65 --- /dev/null +++ b/open-source-lorries/coderay.lorry @@ -0,0 +1,6 @@ +{ + "coderay": { + "type": "git", + "url": "https://github.com/rubychan/coderay" + } +} diff --git a/open-source-lorries/diff-lcs.lorry b/open-source-lorries/diff-lcs.lorry new file mode 100644 index 0000000..7d99498 --- /dev/null +++ b/open-source-lorries/diff-lcs.lorry @@ -0,0 +1,6 @@ +{ + "diff-lcs": { + "type": "git", + "url": "https://github.com/halostatue/diff-lcs" + } +} diff --git a/open-source-lorries/erubis.lorry b/open-source-lorries/erubis.lorry new file mode 100644 index 0000000..9663d2e --- /dev/null +++ b/open-source-lorries/erubis.lorry @@ -0,0 +1,6 @@ +{ + "erubis": { + "type": "git", + "url": "https://github.com/kwatch/erubis" + } +} diff --git a/open-source-lorries/ffi-yajl.lorry b/open-source-lorries/ffi-yajl.lorry new file mode 100644 index 0000000..400257f --- /dev/null +++ b/open-source-lorries/ffi-yajl.lorry @@ -0,0 +1,6 @@ +{ + "ffi-yajl": { + "type": "git", + "url": "https://github.com/opscode/ffi-yajl" + } +} diff --git a/open-source-lorries/ffi.lorry b/open-source-lorries/ffi.lorry new file mode 100644 index 0000000..36e4ce7 --- /dev/null +++ b/open-source-lorries/ffi.lorry @@ -0,0 +1,6 @@ +{ + "ffi": { + "type": "git", + "url": "https://github.com/ffi/ffi" + } +} diff --git a/open-source-lorries/hashie.lorry b/open-source-lorries/hashie.lorry new file mode 100644 index 0000000..5cff4cd --- /dev/null +++ b/open-source-lorries/hashie.lorry @@ -0,0 +1,6 @@ +{ + "hashie": { + "type": "git", + "url": "https://github.com/intridea/hashie" + } +} diff --git a/open-source-lorries/highline.lorry b/open-source-lorries/highline.lorry new file mode 100644 index 0000000..5f1342e --- /dev/null +++ b/open-source-lorries/highline.lorry @@ -0,0 +1,6 @@ +{ + "highline": { + "type": "git", + "url": "https://github.com/JEG2/highline" + } +} diff --git a/open-source-lorries/hoe.lorry b/open-source-lorries/hoe.lorry new file mode 100644 index 0000000..165cdcc --- /dev/null +++ b/open-source-lorries/hoe.lorry @@ -0,0 +1,6 @@ +{ + "hoe": { + "type": "git", + "url": "https://github.com/seattlerb/hoe" + } +} diff --git a/open-source-lorries/ipaddress.lorry b/open-source-lorries/ipaddress.lorry new file mode 100644 index 0000000..892c9dd --- /dev/null +++ b/open-source-lorries/ipaddress.lorry @@ -0,0 +1,6 @@ +{ + "ipaddress": { + "type": "git", + "url": "https://github.com/bluemonk/ipaddress" + } +} diff --git a/open-source-lorries/json.lorry b/open-source-lorries/json.lorry new file mode 100644 index 0000000..e12576c --- /dev/null +++ b/open-source-lorries/json.lorry @@ -0,0 +1,6 @@ +{ + "json": { + "type": "git", + "url": "https://github.com/flori/json" + } +} diff --git a/open-source-lorries/libpopt.lorry b/open-source-lorries/libpopt.lorry new file mode 100644 index 0000000..7460744 --- /dev/null +++ b/open-source-lorries/libpopt.lorry @@ -0,0 +1,7 @@ +{ + "libpopt": { + "type": "cvs", + "url": ":pserver:anonymous@rpm5.org:/cvs", + "module": "popt" + } +} diff --git a/open-source-lorries/libyajl2-gem.lorry b/open-source-lorries/libyajl2-gem.lorry new file mode 100644 index 0000000..5d92e6f --- /dev/null +++ b/open-source-lorries/libyajl2-gem.lorry @@ -0,0 +1,6 @@ +{ + "libyajl2-gem": { + "type": "git", + "url": "https://github.com/lamont-granquist/libyajl2-gem" + } +} diff --git a/open-source-lorries/method_source.lorry b/open-source-lorries/method_source.lorry new file mode 100644 index 0000000..ad0ee07 --- /dev/null +++ b/open-source-lorries/method_source.lorry @@ -0,0 +1,6 @@ +{ + "method_source": { + "type": "git", + "url": "https://github.com/banister/method_source" + } +} diff --git a/open-source-lorries/mime-types.lorry b/open-source-lorries/mime-types.lorry new file mode 100644 index 0000000..4ef8245 --- /dev/null +++ b/open-source-lorries/mime-types.lorry @@ -0,0 +1,6 @@ +{ + "": { + "type": "git", + "url": "https://github.com/halostatue/mime-types/" + } +} diff --git a/open-source-lorries/mixlib-authentication.lorry b/open-source-lorries/mixlib-authentication.lorry new file mode 100644 index 0000000..901ddd5 --- /dev/null +++ b/open-source-lorries/mixlib-authentication.lorry @@ -0,0 +1,6 @@ +{ + "mixlib-authentication": { + "type": "git", + "url": "https://github.com/opscode/mixlib-authentication" + } +} diff --git a/open-source-lorries/mixlib-cli.lorry b/open-source-lorries/mixlib-cli.lorry new file mode 100644 index 0000000..6c0d5c3 --- /dev/null +++ b/open-source-lorries/mixlib-cli.lorry @@ -0,0 +1,6 @@ +{ + "mixlib-cli": { + "type": "git", + "url": "https://github.com/opscode/mixlib-cli" + } +} diff --git a/open-source-lorries/mixlib-config.lorry b/open-source-lorries/mixlib-config.lorry new file mode 100644 index 0000000..ce9fd55 --- /dev/null +++ b/open-source-lorries/mixlib-config.lorry @@ -0,0 +1,6 @@ +{ + "mixlib-config": { + "type": "git", + "url": "https://github.com/opscode/mixlib-config" + } +} diff --git a/open-source-lorries/mixlib-log.lorry b/open-source-lorries/mixlib-log.lorry new file mode 100644 index 0000000..406c230 --- /dev/null +++ b/open-source-lorries/mixlib-log.lorry @@ -0,0 +1,6 @@ +{ + "mixlib-log": { + "type": "git", + "url": "https://github.com/opscode/mixlib-log" + } +} diff --git a/open-source-lorries/mixlib-shellout.lorry b/open-source-lorries/mixlib-shellout.lorry new file mode 100644 index 0000000..9595c59 --- /dev/null +++ b/open-source-lorries/mixlib-shellout.lorry @@ -0,0 +1,6 @@ +{ + "mixlib-shellout": { + "type": "git", + "url": "https://github.com/opscode/mixlib-shellout" + } +} diff --git a/open-source-lorries/net-dhcp-ruby.lorry b/open-source-lorries/net-dhcp-ruby.lorry new file mode 100644 index 0000000..e8ab0ea --- /dev/null +++ b/open-source-lorries/net-dhcp-ruby.lorry @@ -0,0 +1,6 @@ +{ + "net-dhcp-ruby": { + "type": "git", + "url": "https://github.com/mjtko/net-dhcp-ruby" + } +} diff --git a/open-source-lorries/net-ssh-gateway.lorry b/open-source-lorries/net-ssh-gateway.lorry new file mode 100644 index 0000000..e7afb05 --- /dev/null +++ b/open-source-lorries/net-ssh-gateway.lorry @@ -0,0 +1,6 @@ +{ + "net-ssh-gateway": { + "type": "git", + "url": "https://github.com/net-ssh/net-ssh-gateway" + } +} diff --git a/open-source-lorries/net-ssh-multi.lorry b/open-source-lorries/net-ssh-multi.lorry new file mode 100644 index 0000000..46c043e --- /dev/null +++ b/open-source-lorries/net-ssh-multi.lorry @@ -0,0 +1,6 @@ +{ + "net-ssh-multi": { + "type": "git", + "url": "https://github.com/net-ssh/net-ssh-multi" + } +} diff --git a/open-source-lorries/net-ssh.lorry b/open-source-lorries/net-ssh.lorry new file mode 100644 index 0000000..991679f --- /dev/null +++ b/open-source-lorries/net-ssh.lorry @@ -0,0 +1,6 @@ +{ + "net-ssh": { + "type": "git", + "url": "https://github.com/net-ssh/net-ssh" + } +} diff --git a/open-source-lorries/ohai.lorry b/open-source-lorries/ohai.lorry new file mode 100644 index 0000000..03163a4 --- /dev/null +++ b/open-source-lorries/ohai.lorry @@ -0,0 +1,6 @@ +{ + "ohai": { + "type": "git", + "url": "https://github.com/opscode/ohai" + } +} diff --git a/open-source-lorries/plist.lorry b/open-source-lorries/plist.lorry new file mode 100644 index 0000000..8f5a226 --- /dev/null +++ b/open-source-lorries/plist.lorry @@ -0,0 +1,6 @@ +{ + "plist": { + "type": "git", + "url": "https://github.com/bleything/plist" + } +} diff --git a/open-source-lorries/pry.lorry b/open-source-lorries/pry.lorry new file mode 100644 index 0000000..63421fb --- /dev/null +++ b/open-source-lorries/pry.lorry @@ -0,0 +1,6 @@ +{ + "pry": { + "type": "git", + "url": "https://github.com/pry/pry" + } +} diff --git a/open-source-lorries/rack.lorry b/open-source-lorries/rack.lorry new file mode 100644 index 0000000..b720c65 --- /dev/null +++ b/open-source-lorries/rack.lorry @@ -0,0 +1,6 @@ +{ + "rack": { + "type": "git", + "url": "https://github.com/rack/rack" + } +} diff --git a/open-source-lorries/sgdisk.lorry b/open-source-lorries/sgdisk.lorry new file mode 100644 index 0000000..6d181e8 --- /dev/null +++ b/open-source-lorries/sgdisk.lorry @@ -0,0 +1,6 @@ +{ + "sgdisk": { + "type": "git", + "url": "http://git.code.sf.net/p/gptfdisk/code" + } +} diff --git a/open-source-lorries/slop.lorry b/open-source-lorries/slop.lorry new file mode 100644 index 0000000..bf0f6de --- /dev/null +++ b/open-source-lorries/slop.lorry @@ -0,0 +1,6 @@ +{ + "slop": { + "type": "git", + "url": "https://github.com/leejarvis/slop" + } +} diff --git a/open-source-lorries/systemu.lorry b/open-source-lorries/systemu.lorry new file mode 100644 index 0000000..44f7eb9 --- /dev/null +++ b/open-source-lorries/systemu.lorry @@ -0,0 +1,6 @@ +{ + "systemu": { + "type": "git", + "url": "https://github.com/ahoward/systemu" + } +} diff --git a/open-source-lorries/wmi-lite.lorry b/open-source-lorries/wmi-lite.lorry new file mode 100644 index 0000000..cb82cbc --- /dev/null +++ b/open-source-lorries/wmi-lite.lorry @@ -0,0 +1,6 @@ +{ + "wmi-lite": { + "type": "git", + "url": "https://github.com/opscode/wmi-lite" + } +} -- cgit v1.2.1 From 0cf9731975e48562e13e6df92b5286ae11ccf448 Mon Sep 17 00:00:00 2001 From: Jim MacArthur Date: Fri, 16 Jan 2015 15:40:57 +0000 Subject: Remove incorrect and duplicate mime-types.lorry --- open-source-lorries/mime-types.lorry | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 open-source-lorries/mime-types.lorry diff --git a/open-source-lorries/mime-types.lorry b/open-source-lorries/mime-types.lorry deleted file mode 100644 index 4ef8245..0000000 --- a/open-source-lorries/mime-types.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "": { - "type": "git", - "url": "https://github.com/halostatue/mime-types/" - } -} -- cgit v1.2.1 From c3c34a5f7ca27bbf546e93eb91a727b721465299 Mon Sep 17 00:00:00 2001 From: Jim MacArthur Date: Mon, 19 Jan 2015 16:50:27 +0000 Subject: Remove lorries that are duplicated in ruby-gems.lorry --- open-source-lorries/chef-zero.lorry | 6 ------ open-source-lorries/chef.lorry | 6 ------ open-source-lorries/coderay.lorry | 6 ------ open-source-lorries/diff-lcs.lorry | 6 ------ open-source-lorries/erubis.lorry | 6 ------ open-source-lorries/ffi-yajl.lorry | 6 ------ open-source-lorries/ffi.lorry | 6 ------ open-source-lorries/hashie.lorry | 6 ------ open-source-lorries/highline.lorry | 6 ------ open-source-lorries/hoe.lorry | 6 ------ open-source-lorries/ipaddress.lorry | 6 ------ open-source-lorries/json.lorry | 6 ------ open-source-lorries/libyajl2-gem.lorry | 6 ------ open-source-lorries/method_source.lorry | 6 ------ open-source-lorries/mixlib-authentication.lorry | 6 ------ open-source-lorries/mixlib-cli.lorry | 6 ------ open-source-lorries/mixlib-config.lorry | 6 ------ open-source-lorries/mixlib-log.lorry | 6 ------ open-source-lorries/mixlib-shellout.lorry | 6 ------ open-source-lorries/net-ssh-gateway.lorry | 6 ------ open-source-lorries/net-ssh-multi.lorry | 6 ------ open-source-lorries/net-ssh.lorry | 6 ------ open-source-lorries/ohai.lorry | 6 ------ open-source-lorries/plist.lorry | 6 ------ open-source-lorries/pry.lorry | 6 ------ open-source-lorries/rack.lorry | 6 ------ open-source-lorries/slop.lorry | 6 ------ open-source-lorries/systemu.lorry | 6 ------ open-source-lorries/wmi-lite.lorry | 6 ------ 29 files changed, 174 deletions(-) delete mode 100644 open-source-lorries/chef-zero.lorry delete mode 100644 open-source-lorries/chef.lorry delete mode 100644 open-source-lorries/coderay.lorry delete mode 100644 open-source-lorries/diff-lcs.lorry delete mode 100644 open-source-lorries/erubis.lorry delete mode 100644 open-source-lorries/ffi-yajl.lorry delete mode 100644 open-source-lorries/ffi.lorry delete mode 100644 open-source-lorries/hashie.lorry delete mode 100644 open-source-lorries/highline.lorry delete mode 100644 open-source-lorries/hoe.lorry delete mode 100644 open-source-lorries/ipaddress.lorry delete mode 100644 open-source-lorries/json.lorry delete mode 100644 open-source-lorries/libyajl2-gem.lorry delete mode 100644 open-source-lorries/method_source.lorry delete mode 100644 open-source-lorries/mixlib-authentication.lorry delete mode 100644 open-source-lorries/mixlib-cli.lorry delete mode 100644 open-source-lorries/mixlib-config.lorry delete mode 100644 open-source-lorries/mixlib-log.lorry delete mode 100644 open-source-lorries/mixlib-shellout.lorry delete mode 100644 open-source-lorries/net-ssh-gateway.lorry delete mode 100644 open-source-lorries/net-ssh-multi.lorry delete mode 100644 open-source-lorries/net-ssh.lorry delete mode 100644 open-source-lorries/ohai.lorry delete mode 100644 open-source-lorries/plist.lorry delete mode 100644 open-source-lorries/pry.lorry delete mode 100644 open-source-lorries/rack.lorry delete mode 100644 open-source-lorries/slop.lorry delete mode 100644 open-source-lorries/systemu.lorry delete mode 100644 open-source-lorries/wmi-lite.lorry diff --git a/open-source-lorries/chef-zero.lorry b/open-source-lorries/chef-zero.lorry deleted file mode 100644 index fdf8814..0000000 --- a/open-source-lorries/chef-zero.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "chef-zero": { - "type": "git", - "url": "https://github.com/jkeiser/chef-zero" - } -} diff --git a/open-source-lorries/chef.lorry b/open-source-lorries/chef.lorry deleted file mode 100644 index a52eb8a..0000000 --- a/open-source-lorries/chef.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "chef": { - "type": "git", - "url": "https://github.com/opscode/chef" - } -} diff --git a/open-source-lorries/coderay.lorry b/open-source-lorries/coderay.lorry deleted file mode 100644 index e5d7e65..0000000 --- a/open-source-lorries/coderay.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "coderay": { - "type": "git", - "url": "https://github.com/rubychan/coderay" - } -} diff --git a/open-source-lorries/diff-lcs.lorry b/open-source-lorries/diff-lcs.lorry deleted file mode 100644 index 7d99498..0000000 --- a/open-source-lorries/diff-lcs.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "diff-lcs": { - "type": "git", - "url": "https://github.com/halostatue/diff-lcs" - } -} diff --git a/open-source-lorries/erubis.lorry b/open-source-lorries/erubis.lorry deleted file mode 100644 index 9663d2e..0000000 --- a/open-source-lorries/erubis.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "erubis": { - "type": "git", - "url": "https://github.com/kwatch/erubis" - } -} diff --git a/open-source-lorries/ffi-yajl.lorry b/open-source-lorries/ffi-yajl.lorry deleted file mode 100644 index 400257f..0000000 --- a/open-source-lorries/ffi-yajl.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ffi-yajl": { - "type": "git", - "url": "https://github.com/opscode/ffi-yajl" - } -} diff --git a/open-source-lorries/ffi.lorry b/open-source-lorries/ffi.lorry deleted file mode 100644 index 36e4ce7..0000000 --- a/open-source-lorries/ffi.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ffi": { - "type": "git", - "url": "https://github.com/ffi/ffi" - } -} diff --git a/open-source-lorries/hashie.lorry b/open-source-lorries/hashie.lorry deleted file mode 100644 index 5cff4cd..0000000 --- a/open-source-lorries/hashie.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "hashie": { - "type": "git", - "url": "https://github.com/intridea/hashie" - } -} diff --git a/open-source-lorries/highline.lorry b/open-source-lorries/highline.lorry deleted file mode 100644 index 5f1342e..0000000 --- a/open-source-lorries/highline.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "highline": { - "type": "git", - "url": "https://github.com/JEG2/highline" - } -} diff --git a/open-source-lorries/hoe.lorry b/open-source-lorries/hoe.lorry deleted file mode 100644 index 165cdcc..0000000 --- a/open-source-lorries/hoe.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "hoe": { - "type": "git", - "url": "https://github.com/seattlerb/hoe" - } -} diff --git a/open-source-lorries/ipaddress.lorry b/open-source-lorries/ipaddress.lorry deleted file mode 100644 index 892c9dd..0000000 --- a/open-source-lorries/ipaddress.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ipaddress": { - "type": "git", - "url": "https://github.com/bluemonk/ipaddress" - } -} diff --git a/open-source-lorries/json.lorry b/open-source-lorries/json.lorry deleted file mode 100644 index e12576c..0000000 --- a/open-source-lorries/json.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "json": { - "type": "git", - "url": "https://github.com/flori/json" - } -} diff --git a/open-source-lorries/libyajl2-gem.lorry b/open-source-lorries/libyajl2-gem.lorry deleted file mode 100644 index 5d92e6f..0000000 --- a/open-source-lorries/libyajl2-gem.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "libyajl2-gem": { - "type": "git", - "url": "https://github.com/lamont-granquist/libyajl2-gem" - } -} diff --git a/open-source-lorries/method_source.lorry b/open-source-lorries/method_source.lorry deleted file mode 100644 index ad0ee07..0000000 --- a/open-source-lorries/method_source.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "method_source": { - "type": "git", - "url": "https://github.com/banister/method_source" - } -} diff --git a/open-source-lorries/mixlib-authentication.lorry b/open-source-lorries/mixlib-authentication.lorry deleted file mode 100644 index 901ddd5..0000000 --- a/open-source-lorries/mixlib-authentication.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "mixlib-authentication": { - "type": "git", - "url": "https://github.com/opscode/mixlib-authentication" - } -} diff --git a/open-source-lorries/mixlib-cli.lorry b/open-source-lorries/mixlib-cli.lorry deleted file mode 100644 index 6c0d5c3..0000000 --- a/open-source-lorries/mixlib-cli.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "mixlib-cli": { - "type": "git", - "url": "https://github.com/opscode/mixlib-cli" - } -} diff --git a/open-source-lorries/mixlib-config.lorry b/open-source-lorries/mixlib-config.lorry deleted file mode 100644 index ce9fd55..0000000 --- a/open-source-lorries/mixlib-config.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "mixlib-config": { - "type": "git", - "url": "https://github.com/opscode/mixlib-config" - } -} diff --git a/open-source-lorries/mixlib-log.lorry b/open-source-lorries/mixlib-log.lorry deleted file mode 100644 index 406c230..0000000 --- a/open-source-lorries/mixlib-log.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "mixlib-log": { - "type": "git", - "url": "https://github.com/opscode/mixlib-log" - } -} diff --git a/open-source-lorries/mixlib-shellout.lorry b/open-source-lorries/mixlib-shellout.lorry deleted file mode 100644 index 9595c59..0000000 --- a/open-source-lorries/mixlib-shellout.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "mixlib-shellout": { - "type": "git", - "url": "https://github.com/opscode/mixlib-shellout" - } -} diff --git a/open-source-lorries/net-ssh-gateway.lorry b/open-source-lorries/net-ssh-gateway.lorry deleted file mode 100644 index e7afb05..0000000 --- a/open-source-lorries/net-ssh-gateway.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "net-ssh-gateway": { - "type": "git", - "url": "https://github.com/net-ssh/net-ssh-gateway" - } -} diff --git a/open-source-lorries/net-ssh-multi.lorry b/open-source-lorries/net-ssh-multi.lorry deleted file mode 100644 index 46c043e..0000000 --- a/open-source-lorries/net-ssh-multi.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "net-ssh-multi": { - "type": "git", - "url": "https://github.com/net-ssh/net-ssh-multi" - } -} diff --git a/open-source-lorries/net-ssh.lorry b/open-source-lorries/net-ssh.lorry deleted file mode 100644 index 991679f..0000000 --- a/open-source-lorries/net-ssh.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "net-ssh": { - "type": "git", - "url": "https://github.com/net-ssh/net-ssh" - } -} diff --git a/open-source-lorries/ohai.lorry b/open-source-lorries/ohai.lorry deleted file mode 100644 index 03163a4..0000000 --- a/open-source-lorries/ohai.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ohai": { - "type": "git", - "url": "https://github.com/opscode/ohai" - } -} diff --git a/open-source-lorries/plist.lorry b/open-source-lorries/plist.lorry deleted file mode 100644 index 8f5a226..0000000 --- a/open-source-lorries/plist.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "plist": { - "type": "git", - "url": "https://github.com/bleything/plist" - } -} diff --git a/open-source-lorries/pry.lorry b/open-source-lorries/pry.lorry deleted file mode 100644 index 63421fb..0000000 --- a/open-source-lorries/pry.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pry": { - "type": "git", - "url": "https://github.com/pry/pry" - } -} diff --git a/open-source-lorries/rack.lorry b/open-source-lorries/rack.lorry deleted file mode 100644 index b720c65..0000000 --- a/open-source-lorries/rack.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "rack": { - "type": "git", - "url": "https://github.com/rack/rack" - } -} diff --git a/open-source-lorries/slop.lorry b/open-source-lorries/slop.lorry deleted file mode 100644 index bf0f6de..0000000 --- a/open-source-lorries/slop.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "slop": { - "type": "git", - "url": "https://github.com/leejarvis/slop" - } -} diff --git a/open-source-lorries/systemu.lorry b/open-source-lorries/systemu.lorry deleted file mode 100644 index 44f7eb9..0000000 --- a/open-source-lorries/systemu.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "systemu": { - "type": "git", - "url": "https://github.com/ahoward/systemu" - } -} diff --git a/open-source-lorries/wmi-lite.lorry b/open-source-lorries/wmi-lite.lorry deleted file mode 100644 index cb82cbc..0000000 --- a/open-source-lorries/wmi-lite.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "wmi-lite": { - "type": "git", - "url": "https://github.com/opscode/wmi-lite" - } -} -- cgit v1.2.1 From 6e09f6176fa50dc599b783fb92b7f18f765dccc6 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Thu, 22 Jan 2015 09:26:35 +0000 Subject: Add lorry for pylru --- open-source-lorries/python-packages.lorry | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 2881eb6..a8bf340 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -329,6 +329,10 @@ "type": "hg", "url": "https://bitbucket.org/logilab/pylint/" }, + "python-packages/pylru": { + "type": "git", + "url": "https://github.com/jlhutch/pylru.git" + }, "python-packages/pyopenssl": { "type": "git", "url": "git://github.com/pyca/pyopenssl.git" -- cgit v1.2.1 From f0474ca0fb302656fa5a076b692c29d1bf355483 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 28 Jan 2015 15:39:45 +0000 Subject: Add lorry for exim4 Having a mail transfer agent in Baserock will be useful for web servers that need to send emails to people. --- open-source-lorries/exim4.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/exim4.lorry diff --git a/open-source-lorries/exim4.lorry b/open-source-lorries/exim4.lorry new file mode 100644 index 0000000..f1f26aa --- /dev/null +++ b/open-source-lorries/exim4.lorry @@ -0,0 +1,6 @@ +{ + "exim4": { + "type": "git", + "url": "git://git.exim.org/exim.git" + } +} -- cgit v1.2.1 From 5b3b392addbbabf74f2c021d3e3f09c5b0466781 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Thu, 29 Jan 2015 09:28:16 +0000 Subject: Add a git-based lorry for groff --- open-source-lorries/groff-git.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/groff-git.lorry diff --git a/open-source-lorries/groff-git.lorry b/open-source-lorries/groff-git.lorry new file mode 100644 index 0000000..b69c119 --- /dev/null +++ b/open-source-lorries/groff-git.lorry @@ -0,0 +1,6 @@ +{ + "groff-git": { + "type": "git", + "url": "git://git.savannah.gnu.org/groff.git" + } +} -- cgit v1.2.1