summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-01-16 12:42:42 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-01-16 12:42:42 +0000
commitaa4d9d511abd0da78a9c9f2e858dce996b47ba9c (patch)
tree2c8ffe9a1710d7c52df514c9a8cc8af0b77c3d15
parentef5275a37f21a5675951c5dc4538732c340ce962 (diff)
parent46b5d342b25d42765e26320c011d40ffe278ffe1 (diff)
downloadlorries-aa4d9d511abd0da78a9c9f2e858dce996b47ba9c.tar.gz
Merge remote-tracking branch 'github-gim/jmac/add-chef-requisites-v2'
Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Reviewed-by: Mike Smith <mike.smith@codethink.co.uk>
-rw-r--r--open-source-lorries/chef-zero.lorry6
-rw-r--r--open-source-lorries/chef.lorry6
-rw-r--r--open-source-lorries/coderay.lorry6
-rw-r--r--open-source-lorries/diff-lcs.lorry6
-rw-r--r--open-source-lorries/erubis.lorry6
-rw-r--r--open-source-lorries/ffi-yajl.lorry6
-rw-r--r--open-source-lorries/ffi.lorry6
-rw-r--r--open-source-lorries/hashie.lorry6
-rw-r--r--open-source-lorries/highline.lorry6
-rw-r--r--open-source-lorries/hoe.lorry6
-rw-r--r--open-source-lorries/ipaddress.lorry6
-rw-r--r--open-source-lorries/json.lorry6
-rw-r--r--open-source-lorries/libpopt.lorry7
-rw-r--r--open-source-lorries/libyajl2-gem.lorry6
-rw-r--r--open-source-lorries/method_source.lorry6
-rw-r--r--open-source-lorries/mime-types.lorry6
-rw-r--r--open-source-lorries/mixlib-authentication.lorry6
-rw-r--r--open-source-lorries/mixlib-cli.lorry6
-rw-r--r--open-source-lorries/mixlib-config.lorry6
-rw-r--r--open-source-lorries/mixlib-log.lorry6
-rw-r--r--open-source-lorries/mixlib-shellout.lorry6
-rw-r--r--open-source-lorries/net-dhcp-ruby.lorry6
-rw-r--r--open-source-lorries/net-ssh-gateway.lorry6
-rw-r--r--open-source-lorries/net-ssh-multi.lorry6
-rw-r--r--open-source-lorries/net-ssh.lorry6
-rw-r--r--open-source-lorries/ohai.lorry6
-rw-r--r--open-source-lorries/plist.lorry6
-rw-r--r--open-source-lorries/pry.lorry6
-rw-r--r--open-source-lorries/rack.lorry6
-rw-r--r--open-source-lorries/sgdisk.lorry6
-rw-r--r--open-source-lorries/slop.lorry6
-rw-r--r--open-source-lorries/systemu.lorry6
-rw-r--r--open-source-lorries/wmi-lite.lorry6
33 files changed, 199 insertions, 0 deletions
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"
+ }
+}