From 4d83e9eead8edd6a0eb21743b8043ab1ea94c78a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 20 Sep 2013 16:07:45 +0100 Subject: Add Ceph related lorries Requested by Mark Doffman. --- open-source-lorries/boost.lorry | 7 +++++++ open-source-lorries/ceph.lorry | 6 ++++++ open-source-lorries/editline.lorry | 8 ++++++++ open-source-lorries/gperftools.lorry | 6 ++++++ open-source-lorries/leveldb.lorry | 6 ++++++ open-source-lorries/libaio.lorry | 8 ++++++++ open-source-lorries/libunwind.lorry | 6 ++++++ open-source-lorries/snappy.lorry | 7 +++++++ 8 files changed, 54 insertions(+) create mode 100644 open-source-lorries/boost.lorry create mode 100644 open-source-lorries/ceph.lorry create mode 100644 open-source-lorries/editline.lorry create mode 100644 open-source-lorries/gperftools.lorry create mode 100644 open-source-lorries/leveldb.lorry create mode 100644 open-source-lorries/libaio.lorry create mode 100644 open-source-lorries/libunwind.lorry create mode 100644 open-source-lorries/snappy.lorry diff --git a/open-source-lorries/boost.lorry b/open-source-lorries/boost.lorry new file mode 100644 index 0000000..21d84db --- /dev/null +++ b/open-source-lorries/boost.lorry @@ -0,0 +1,7 @@ +{ + "boost": { + "type": "svn", + "url": " http://svn.boost.org/svn/", + "layout": "standard" + } +} diff --git a/open-source-lorries/ceph.lorry b/open-source-lorries/ceph.lorry new file mode 100644 index 0000000..b512abb --- /dev/null +++ b/open-source-lorries/ceph.lorry @@ -0,0 +1,6 @@ +{ + "ceph": { + "type": "git", + "url": "https://github.com/ceph/ceph.git" + } +} diff --git a/open-source-lorries/editline.lorry b/open-source-lorries/editline.lorry new file mode 100644 index 0000000..072bed6 --- /dev/null +++ b/open-source-lorries/editline.lorry @@ -0,0 +1,8 @@ +{ + "editline-tarball": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "http://www.thrysoee.dk/editline/libedit-20130712-3.1.tar.gz" + } +} diff --git a/open-source-lorries/gperftools.lorry b/open-source-lorries/gperftools.lorry new file mode 100644 index 0000000..bf6a250 --- /dev/null +++ b/open-source-lorries/gperftools.lorry @@ -0,0 +1,6 @@ +{ + "gperftools": { + "type": "git", + "url": "https://code.google.com/p/gperftools/" + } +} diff --git a/open-source-lorries/leveldb.lorry b/open-source-lorries/leveldb.lorry new file mode 100644 index 0000000..1f272db --- /dev/null +++ b/open-source-lorries/leveldb.lorry @@ -0,0 +1,6 @@ +{ + "leveldb": { + "type": "git", + "url": "https://code.google.com/p/leveldb/" + } +} diff --git a/open-source-lorries/libaio.lorry b/open-source-lorries/libaio.lorry new file mode 100644 index 0000000..722258c --- /dev/null +++ b/open-source-lorries/libaio.lorry @@ -0,0 +1,8 @@ +{ + "libaio-tarball": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "http://ftp.de.debian.org/debian/pool/main/liba/libaio/libaio_0.3.109.orig.tar.gz" + } +} diff --git a/open-source-lorries/libunwind.lorry b/open-source-lorries/libunwind.lorry new file mode 100644 index 0000000..2fe065b --- /dev/null +++ b/open-source-lorries/libunwind.lorry @@ -0,0 +1,6 @@ +{ + "libunwind": { + "type": "git", + "url": "git://git.sv.gnu.org/libunwind.git" + } +} diff --git a/open-source-lorries/snappy.lorry b/open-source-lorries/snappy.lorry new file mode 100644 index 0000000..4c20066 --- /dev/null +++ b/open-source-lorries/snappy.lorry @@ -0,0 +1,7 @@ +{ + "snappy": { + "type": "svn", + "url": "http://snappy.googlecode.com/svn/", + "layout": "standard" + } +} -- cgit v1.2.1