summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-27 12:30:03 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-27 12:30:03 +0100
commit0c64661db9489817f422f43e214b9657eb6472dd (patch)
tree89a21792c9f0772663b8a32830a103fc98473153
parented42f364a1d11156efa249d00f39dda418e12446 (diff)
parent66b35d644e81840e4565a1aeb3fe4d8a9f26ffa1 (diff)
downloadlorries-0c64661db9489817f422f43e214b9657eb6472dd.tar.gz
Merge branch 'master' of ssh://trove.baserock.org/baserock/local-config/lorries
-rw-r--r--open-source-lorries-disabled/boost.lorry (renamed from open-source-lorries/boost.lorry)2
-rw-r--r--open-source-lorries/boost-tarball.lorry8
-rw-r--r--open-source-lorries/gperftools.lorry2
-rw-r--r--open-source-lorries/keyutils.lorry8
-rw-r--r--open-source-lorries/leveldb.lorry2
-rw-r--r--open-source-lorries/libeditline-tarball.lorry8
6 files changed, 22 insertions, 8 deletions
diff --git a/open-source-lorries/boost.lorry b/open-source-lorries-disabled/boost.lorry
index 21d84db..2a0e4d2 100644
--- a/open-source-lorries/boost.lorry
+++ b/open-source-lorries-disabled/boost.lorry
@@ -1,7 +1,7 @@
{
"boost": {
"type": "svn",
- "url": " http://svn.boost.org/svn/",
+ "url": "http://svn.boost.org/svn/boost/",
"layout": "standard"
}
}
diff --git a/open-source-lorries/boost-tarball.lorry b/open-source-lorries/boost-tarball.lorry
new file mode 100644
index 0000000..e4e2bea
--- /dev/null
+++ b/open-source-lorries/boost-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "boost-tarball": {
+ "type": "tarball",
+ "compression": "bz2",
+ "strip": 1,
+ "url": "http://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.bz2"
+ }
+}
diff --git a/open-source-lorries/gperftools.lorry b/open-source-lorries/gperftools.lorry
index bf6a250..a895be9 100644
--- a/open-source-lorries/gperftools.lorry
+++ b/open-source-lorries/gperftools.lorry
@@ -1,6 +1,6 @@
{
"gperftools": {
"type": "git",
- "url": "https://code.google.com/p/gperftools/"
+ "url": "http://code.google.com/p/gperftools/"
}
}
diff --git a/open-source-lorries/keyutils.lorry b/open-source-lorries/keyutils.lorry
index 714869c..3f46c1e 100644
--- a/open-source-lorries/keyutils.lorry
+++ b/open-source-lorries/keyutils.lorry
@@ -1,8 +1,6 @@
{
- "keyutils-tarball": {
- "type": "tarball",
- "compression": "bzip2",
- "strip": 1,
- "url": "http://people.redhat.com/dhowells/keyutils/keyutils-1.5.6.tar.bz2"
+ "keyutils": {
+ "type": "git",
+ "url": "git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git"
}
}
diff --git a/open-source-lorries/leveldb.lorry b/open-source-lorries/leveldb.lorry
index 1f272db..57c55d6 100644
--- a/open-source-lorries/leveldb.lorry
+++ b/open-source-lorries/leveldb.lorry
@@ -1,6 +1,6 @@
{
"leveldb": {
"type": "git",
- "url": "https://code.google.com/p/leveldb/"
+ "url": "http://code.google.com/p/leveldb/"
}
}
diff --git a/open-source-lorries/libeditline-tarball.lorry b/open-source-lorries/libeditline-tarball.lorry
new file mode 100644
index 0000000..a5e9257
--- /dev/null
+++ b/open-source-lorries/libeditline-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "libeditline-tarball": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://www.thrysoee.dk/editline/libedit-20130712-3.1.tar.gz"
+ }
+}