summaryrefslogtreecommitdiff
path: root/open-source-lorries
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-04 11:24:37 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-04 11:25:56 +0000
commit6085a9d781ddf92092d3fc560e8908acb33417ed (patch)
tree66f84bd6309bd2a98e7eb7202835e73a0f34fe07 /open-source-lorries
parentda346c3270137125c12f8ab0135e2c316a516454 (diff)
downloadlorries-6085a9d781ddf92092d3fc560e8908acb33417ed.tar.gz
Remove "compression" field from lorry files
Its not needed anymore
Diffstat (limited to 'open-source-lorries')
-rw-r--r--open-source-lorries/XML-Parser.lorry1
-rw-r--r--open-source-lorries/XML-Simple.lorry1
-rw-r--r--open-source-lorries/autoconf-tarball.lorry1
-rw-r--r--open-source-lorries/autogen.lorry1
-rw-r--r--open-source-lorries/bc-tarball.lorry1
-rw-r--r--open-source-lorries/berkeleydb.lorry1
-rw-r--r--open-source-lorries/bmake-tarball.lorry1
-rw-r--r--open-source-lorries/boost-tarball.lorry1
-rw-r--r--open-source-lorries/bzip2.lorry1
-rw-r--r--open-source-lorries/bzr-tarball.lorry1
-rw-r--r--open-source-lorries/check.lorry1
-rw-r--r--open-source-lorries/cvs-tarball.lorry1
-rw-r--r--open-source-lorries/cxmanage-tarball.lorry1
-rw-r--r--open-source-lorries/docbook-xsl.lorry1
-rw-r--r--open-source-lorries/editline.lorry1
-rw-r--r--open-source-lorries/file.lorry1
-rw-r--r--open-source-lorries/freefont-otf.lorry1
-rw-r--r--open-source-lorries/gcc-tarball.lorry1
-rw-r--r--open-source-lorries/gdbm-tarball.lorry1
-rw-r--r--open-source-lorries/gettext-tarball.lorry1
-rw-r--r--open-source-lorries/hicolor-icon-theme.lorry1
-rw-r--r--open-source-lorries/icu.lorry1
-rw-r--r--open-source-lorries/itzam-tarball.lorry1
-rw-r--r--open-source-lorries/js185.lorry1
-rw-r--r--open-source-lorries/less.lorry1
-rw-r--r--open-source-lorries/libIDL.lorry1
-rw-r--r--open-source-lorries/libapr-tarball.lorry1
-rw-r--r--open-source-lorries/libapr-util-tarball.lorry1
-rw-r--r--open-source-lorries/libeditline-tarball.lorry1
-rw-r--r--open-source-lorries/libical.lorry1
-rw-r--r--open-source-lorries/liboauth.lorry1
-rw-r--r--open-source-lorries/libogg.lorry1
-rw-r--r--open-source-lorries/libserf-tarball.lorry1
-rw-r--r--open-source-lorries/libsndfile.lorry1
-rw-r--r--open-source-lorries/libtool-tarball.lorry1
-rw-r--r--open-source-lorries/libvorbis.lorry1
-rw-r--r--open-source-lorries/lsof.lorry1
-rw-r--r--open-source-lorries/lzo.lorry1
-rw-r--r--open-source-lorries/m4-tarball.lorry1
-rw-r--r--open-source-lorries/make-tarball.lorry1
-rw-r--r--open-source-lorries/mozilla-all.lorry2
-rw-r--r--open-source-lorries/mtdev.lorry1
-rw-r--r--open-source-lorries/nano-tarball.lorry1
-rw-r--r--open-source-lorries/ncurses.lorry1
-rw-r--r--open-source-lorries/nspr.lorry1
-rw-r--r--open-source-lorries/nss.lorry1
-rw-r--r--open-source-lorries/ntp.lorry1
-rw-r--r--open-source-lorries/php5.lorry1
-rw-r--r--open-source-lorries/pv.lorry1
-rw-r--r--open-source-lorries/pyipmi-tarball.lorry1
-rw-r--r--open-source-lorries/python-packages.lorry3
-rw-r--r--open-source-lorries/rarian.lorry1
-rw-r--r--open-source-lorries/speex.lorry1
-rw-r--r--open-source-lorries/sqlite3.lorry1
-rw-r--r--open-source-lorries/subversion-tarball.lorry1
-rw-r--r--open-source-lorries/tcp-wrappers.lorry1
-rw-r--r--open-source-lorries/texinfo-tarball.lorry1
-rw-r--r--open-source-lorries/xterm.lorry1
-rw-r--r--open-source-lorries/zip.lorry1
59 files changed, 0 insertions, 62 deletions
diff --git a/open-source-lorries/XML-Parser.lorry b/open-source-lorries/XML-Parser.lorry
index 5d0eb4a..6889541 100644
--- a/open-source-lorries/XML-Parser.lorry
+++ b/open-source-lorries/XML-Parser.lorry
@@ -1,7 +1,6 @@
{
"XML-Parser": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-2.41.tar.gz"
}
diff --git a/open-source-lorries/XML-Simple.lorry b/open-source-lorries/XML-Simple.lorry
index f700911..2136e32 100644
--- a/open-source-lorries/XML-Simple.lorry
+++ b/open-source-lorries/XML-Simple.lorry
@@ -1,7 +1,6 @@
{
"XML-Simple": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-2.20.tar.gz"
diff --git a/open-source-lorries/autoconf-tarball.lorry b/open-source-lorries/autoconf-tarball.lorry
index 391194d..3ccb609 100644
--- a/open-source-lorries/autoconf-tarball.lorry
+++ b/open-source-lorries/autoconf-tarball.lorry
@@ -1,7 +1,6 @@
{
"autoconf-tarball": {
"type": "tarball",
- "compression": "xz",
"strip": 1,
"url": "http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.xz"
}
diff --git a/open-source-lorries/autogen.lorry b/open-source-lorries/autogen.lorry
index 19c3b77..595fac8 100644
--- a/open-source-lorries/autogen.lorry
+++ b/open-source-lorries/autogen.lorry
@@ -1,7 +1,6 @@
{
"autogen": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://ftp.gnu.org/gnu/autogen/rel5.16.2/autogen-5.16.2.tar.gz"
}
diff --git a/open-source-lorries/bc-tarball.lorry b/open-source-lorries/bc-tarball.lorry
index c9ce325..d45c599 100644
--- a/open-source-lorries/bc-tarball.lorry
+++ b/open-source-lorries/bc-tarball.lorry
@@ -1,7 +1,6 @@
{
"bc-tarball": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz"
}
diff --git a/open-source-lorries/berkeleydb.lorry b/open-source-lorries/berkeleydb.lorry
index 067d89a..85889d0 100644
--- a/open-source-lorries/berkeleydb.lorry
+++ b/open-source-lorries/berkeleydb.lorry
@@ -1,7 +1,6 @@
{
"berkeleydb": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://download.oracle.com/berkeley-db/db-5.3.21.tar.gz"
}
diff --git a/open-source-lorries/bmake-tarball.lorry b/open-source-lorries/bmake-tarball.lorry
index e9c0a25..df54d16 100644
--- a/open-source-lorries/bmake-tarball.lorry
+++ b/open-source-lorries/bmake-tarball.lorry
@@ -1,7 +1,6 @@
{
"bmake-tarball": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://www.crufty.net/ftp/pub/sjg/bmake.tar.gz"
}
diff --git a/open-source-lorries/boost-tarball.lorry b/open-source-lorries/boost-tarball.lorry
index 1304b0f..fe162ad 100644
--- a/open-source-lorries/boost-tarball.lorry
+++ b/open-source-lorries/boost-tarball.lorry
@@ -1,7 +1,6 @@
{
"boost-tarball": {
"type": "tarball",
- "compression": "bz2",
"strip": 1,
"url": "http://downloads.sourceforge.net/project/boost/boost/1.57.0/boost_1_57_0.tar.bz2"
}
diff --git a/open-source-lorries/bzip2.lorry b/open-source-lorries/bzip2.lorry
index 664e183..268e6fa 100644
--- a/open-source-lorries/bzip2.lorry
+++ b/open-source-lorries/bzip2.lorry
@@ -1,7 +1,6 @@
{
"bzip2": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://bzip.org/1.0.6/bzip2-1.0.6.tar.gz"
}
diff --git a/open-source-lorries/bzr-tarball.lorry b/open-source-lorries/bzr-tarball.lorry
index 3207e56..dd2b27c 100644
--- a/open-source-lorries/bzr-tarball.lorry
+++ b/open-source-lorries/bzr-tarball.lorry
@@ -1,7 +1,6 @@
{
"bzr-tarball": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "https://launchpad.net/bzr/2.6/2.6b2/+download/bzr-2.6b2.tar.gz"
}
diff --git a/open-source-lorries/check.lorry b/open-source-lorries/check.lorry
index 05cd9d4..30639a9 100644
--- a/open-source-lorries/check.lorry
+++ b/open-source-lorries/check.lorry
@@ -1,7 +1,6 @@
{
"check": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://downloads.sourceforge.net/check/check-0.9.8.tar.gz"
}
diff --git a/open-source-lorries/cvs-tarball.lorry b/open-source-lorries/cvs-tarball.lorry
index fd05c1d..76304a8 100644
--- a/open-source-lorries/cvs-tarball.lorry
+++ b/open-source-lorries/cvs-tarball.lorry
@@ -1,7 +1,6 @@
{
"cvs-tarball": {
"type": "tarball",
- "compression": "bzip2",
"strip": 1,
"url": "http://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2"
}
diff --git a/open-source-lorries/cxmanage-tarball.lorry b/open-source-lorries/cxmanage-tarball.lorry
index f8b9923..b003f2c 100644
--- a/open-source-lorries/cxmanage-tarball.lorry
+++ b/open-source-lorries/cxmanage-tarball.lorry
@@ -1,7 +1,6 @@
{
"cxmanage-tarball": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://sources.calxeda.com/python/packages/cxmanage/cxmanage-0.8.2.tar.gz"
}
diff --git a/open-source-lorries/docbook-xsl.lorry b/open-source-lorries/docbook-xsl.lorry
index 862cf7c..3519b8d 100644
--- a/open-source-lorries/docbook-xsl.lorry
+++ b/open-source-lorries/docbook-xsl.lorry
@@ -1,7 +1,6 @@
{
"docbook-xsl": {
"type": "tarball",
- "compression": "bzip2",
"strip": 1,
"url": "http://downloads.sourceforge.net/docbook/docbook-xsl-1.77.1.tar.bz2"
}
diff --git a/open-source-lorries/editline.lorry b/open-source-lorries/editline.lorry
index 072bed6..2e59bc2 100644
--- a/open-source-lorries/editline.lorry
+++ b/open-source-lorries/editline.lorry
@@ -1,7 +1,6 @@
{
"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/file.lorry b/open-source-lorries/file.lorry
index dad7c31..4da1618 100644
--- a/open-source-lorries/file.lorry
+++ b/open-source-lorries/file.lorry
@@ -1,7 +1,6 @@
{
"file": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "ftp://ftp.astron.com/pub/file/file-5.22.tar.gz"
}
diff --git a/open-source-lorries/freefont-otf.lorry b/open-source-lorries/freefont-otf.lorry
index 2d2040f..a19fe50 100644
--- a/open-source-lorries/freefont-otf.lorry
+++ b/open-source-lorries/freefont-otf.lorry
@@ -1,7 +1,6 @@
{
"freefont-otf": {
"type": "tarball",
- "compression": "gzip",
"strip": "1",
"url": "http://ftp.gnu.org/gnu/freefont/freefont-otf-20120503.tar.gz"
}
diff --git a/open-source-lorries/gcc-tarball.lorry b/open-source-lorries/gcc-tarball.lorry
index 32d682d..84ff605 100644
--- a/open-source-lorries/gcc-tarball.lorry
+++ b/open-source-lorries/gcc-tarball.lorry
@@ -1,7 +1,6 @@
{
"gcc-tarball": {
"type": "tarball",
- "compression": "bzip2",
"strip": 1,
"url": "http://ftp.gnu.org/gnu/gcc/gcc-4.9.2/gcc-4.9.2.tar.bz2"
}
diff --git a/open-source-lorries/gdbm-tarball.lorry b/open-source-lorries/gdbm-tarball.lorry
index 49ecb2f..265acb7 100644
--- a/open-source-lorries/gdbm-tarball.lorry
+++ b/open-source-lorries/gdbm-tarball.lorry
@@ -1,7 +1,6 @@
{
"gdbm-tarball": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.11.tar.gz"
}
diff --git a/open-source-lorries/gettext-tarball.lorry b/open-source-lorries/gettext-tarball.lorry
index 9c04250..6e97263 100644
--- a/open-source-lorries/gettext-tarball.lorry
+++ b/open-source-lorries/gettext-tarball.lorry
@@ -1,7 +1,6 @@
{
"gettext-tarball": {
"type": "tarball",
- "compression": "xz",
"strip": 1,
"url": "http://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.xz"
}
diff --git a/open-source-lorries/hicolor-icon-theme.lorry b/open-source-lorries/hicolor-icon-theme.lorry
index 5097933..a4601e4 100644
--- a/open-source-lorries/hicolor-icon-theme.lorry
+++ b/open-source-lorries/hicolor-icon-theme.lorry
@@ -1,7 +1,6 @@
{
"hicolor-icon-theme": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.12.tar.gz"
}
diff --git a/open-source-lorries/icu.lorry b/open-source-lorries/icu.lorry
index 7340b0d..3263755 100644
--- a/open-source-lorries/icu.lorry
+++ b/open-source-lorries/icu.lorry
@@ -1,7 +1,6 @@
{
"icu": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://download.icu-project.org/files/icu4c/52.1/icu4c-52_1-src.tgz"
}
diff --git a/open-source-lorries/itzam-tarball.lorry b/open-source-lorries/itzam-tarball.lorry
index 6ce1911..2b865df 100644
--- a/open-source-lorries/itzam-tarball.lorry
+++ b/open-source-lorries/itzam-tarball.lorry
@@ -1,7 +1,6 @@
{
"itzam-tarball": {
"type": "tarball",
- "compression": "gzip",
"url": "http://coyotegulch.scottrobertladd.net/products/itzam/c/libitzam-6.0.4.tar.gz"
}
}
diff --git a/open-source-lorries/js185.lorry b/open-source-lorries/js185.lorry
index bf4a8fa..93bdb0a 100644
--- a/open-source-lorries/js185.lorry
+++ b/open-source-lorries/js185.lorry
@@ -1,7 +1,6 @@
{
"js185": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz"
}
diff --git a/open-source-lorries/less.lorry b/open-source-lorries/less.lorry
index a96a20c..30a20b8 100644
--- a/open-source-lorries/less.lorry
+++ b/open-source-lorries/less.lorry
@@ -1,7 +1,6 @@
{
"less": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://www.greenwoodsoftware.com/less/less-451.tar.gz"
}
diff --git a/open-source-lorries/libIDL.lorry b/open-source-lorries/libIDL.lorry
index e266bb4..0e994eb 100644
--- a/open-source-lorries/libIDL.lorry
+++ b/open-source-lorries/libIDL.lorry
@@ -1,7 +1,6 @@
{
"libIDL": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.gz"
}
diff --git a/open-source-lorries/libapr-tarball.lorry b/open-source-lorries/libapr-tarball.lorry
index 05a85c5..fce76b1 100644
--- a/open-source-lorries/libapr-tarball.lorry
+++ b/open-source-lorries/libapr-tarball.lorry
@@ -1,7 +1,6 @@
{
"libapr-tarball": {
"type": "tarball",
- "compression": "bzip2",
"strip": 1,
"url": "http://apache.mirror.anlx.net//apr/apr-1.4.6.tar.bz2"
}
diff --git a/open-source-lorries/libapr-util-tarball.lorry b/open-source-lorries/libapr-util-tarball.lorry
index 321fb38..a7a78a8 100644
--- a/open-source-lorries/libapr-util-tarball.lorry
+++ b/open-source-lorries/libapr-util-tarball.lorry
@@ -1,7 +1,6 @@
{
"libapr-util-tarball": {
"type": "tarball",
- "compression": "bzip2",
"strip": 1,
"url": "http://apache.mirror.anlx.net//apr/apr-util-1.4.1.tar.bz2"
}
diff --git a/open-source-lorries/libeditline-tarball.lorry b/open-source-lorries/libeditline-tarball.lorry
index a5e9257..eb7500d 100644
--- a/open-source-lorries/libeditline-tarball.lorry
+++ b/open-source-lorries/libeditline-tarball.lorry
@@ -1,7 +1,6 @@
{
"libeditline-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/libical.lorry b/open-source-lorries/libical.lorry
index 5be26d7..4a6fe0d 100644
--- a/open-source-lorries/libical.lorry
+++ b/open-source-lorries/libical.lorry
@@ -1,7 +1,6 @@
{
"libical": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://downloads.sourceforge.net/freeassociation/libical-0.43.tar.gz"
}
diff --git a/open-source-lorries/liboauth.lorry b/open-source-lorries/liboauth.lorry
index 46093bd..a03ff68 100644
--- a/open-source-lorries/liboauth.lorry
+++ b/open-source-lorries/liboauth.lorry
@@ -1,7 +1,6 @@
{
"liboauth": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://downloads.sourceforge.net/liboauth/liboauth-0.9.7.tar.gz"
}
diff --git a/open-source-lorries/libogg.lorry b/open-source-lorries/libogg.lorry
index 0c86f5e..ec61998 100644
--- a/open-source-lorries/libogg.lorry
+++ b/open-source-lorries/libogg.lorry
@@ -1,7 +1,6 @@
{
"libogg": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz"
diff --git a/open-source-lorries/libserf-tarball.lorry b/open-source-lorries/libserf-tarball.lorry
index ae23af9..7c91513 100644
--- a/open-source-lorries/libserf-tarball.lorry
+++ b/open-source-lorries/libserf-tarball.lorry
@@ -1,7 +1,6 @@
{
"libserf-tarball": {
"type": "tarball",
- "compression": "bzip2",
"strip": 1,
"url": "http://serf.googlecode.com/files/serf-1.1.0.tar.bz2"
}
diff --git a/open-source-lorries/libsndfile.lorry b/open-source-lorries/libsndfile.lorry
index 5790d2d..56f1467 100644
--- a/open-source-lorries/libsndfile.lorry
+++ b/open-source-lorries/libsndfile.lorry
@@ -1,7 +1,6 @@
{
"libsndfile": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.25.tar.gz"
}
diff --git a/open-source-lorries/libtool-tarball.lorry b/open-source-lorries/libtool-tarball.lorry
index 5bfe078..7f83e28 100644
--- a/open-source-lorries/libtool-tarball.lorry
+++ b/open-source-lorries/libtool-tarball.lorry
@@ -1,7 +1,6 @@
{
"libtool-tarball": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://ftpmirror.gnu.org/libtool/libtool-2.4.5.tar.gz"
}
diff --git a/open-source-lorries/libvorbis.lorry b/open-source-lorries/libvorbis.lorry
index a41b9e3..d8fcb3f 100644
--- a/open-source-lorries/libvorbis.lorry
+++ b/open-source-lorries/libvorbis.lorry
@@ -1,7 +1,6 @@
{
"libvorbis": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.gz"
}
diff --git a/open-source-lorries/lsof.lorry b/open-source-lorries/lsof.lorry
index 7b40012..38ae1bd 100644
--- a/open-source-lorries/lsof.lorry
+++ b/open-source-lorries/lsof.lorry
@@ -1,7 +1,6 @@
{
"lsof": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/lsof_4.83.tar.gz"
}
diff --git a/open-source-lorries/lzo.lorry b/open-source-lorries/lzo.lorry
index 623f786..acc4c51 100644
--- a/open-source-lorries/lzo.lorry
+++ b/open-source-lorries/lzo.lorry
@@ -1,7 +1,6 @@
{
"lzo": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://www.oberhumer.com/opensource/lzo/download/lzo-2.08.tar.gz"
}
diff --git a/open-source-lorries/m4-tarball.lorry b/open-source-lorries/m4-tarball.lorry
index e979cfb..409404c 100644
--- a/open-source-lorries/m4-tarball.lorry
+++ b/open-source-lorries/m4-tarball.lorry
@@ -1,7 +1,6 @@
{
"m4-tarball": {
"type": "tarball",
- "compression": "xz",
"strip": 1,
"url": "http://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.xz"
}
diff --git a/open-source-lorries/make-tarball.lorry b/open-source-lorries/make-tarball.lorry
index 11e4eba..10afc11 100644
--- a/open-source-lorries/make-tarball.lorry
+++ b/open-source-lorries/make-tarball.lorry
@@ -1,7 +1,6 @@
{
"make-tarball": {
"type": "tarball",
- "compression": "bzip2",
"strip": 1,
"url": "http://ftp.gnu.org/gnu/make/make-4.1.tar.bz2"
}
diff --git a/open-source-lorries/mozilla-all.lorry b/open-source-lorries/mozilla-all.lorry
index 220c36f..45906c8 100644
--- a/open-source-lorries/mozilla-all.lorry
+++ b/open-source-lorries/mozilla-all.lorry
@@ -1,13 +1,11 @@
{
"mozilla/mozjs17": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "https://ftp.mozilla.org/pub/mozilla.org/js/mozjs17.0.0.tar.gz"
},
"mozilla/mozjs24": {
"type": "tarball",
- "compression": "bz2",
"strip": 1,
"url": "https://ftp.mozilla.org/pub/mozilla.org/js/mozjs-24.2.0.tar.bz2"
}
diff --git a/open-source-lorries/mtdev.lorry b/open-source-lorries/mtdev.lorry
index 691b98a..ef1d8a7 100644
--- a/open-source-lorries/mtdev.lorry
+++ b/open-source-lorries/mtdev.lorry
@@ -1,7 +1,6 @@
{
"mtdev": {
"type": "tarball",
- "compression": "bzip2",
"strip": 1,
"url": "http://bitmath.org/code/mtdev/mtdev-1.1.3.tar.gz"
}
diff --git a/open-source-lorries/nano-tarball.lorry b/open-source-lorries/nano-tarball.lorry
index 48f0d98..020db63 100644
--- a/open-source-lorries/nano-tarball.lorry
+++ b/open-source-lorries/nano-tarball.lorry
@@ -1,7 +1,6 @@
{
"nano-tarball": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://www.nano-editor.org/dist/v2.2/nano-2.2.6.tar.gz"
}
diff --git a/open-source-lorries/ncurses.lorry b/open-source-lorries/ncurses.lorry
index d352d10..55949d6 100644
--- a/open-source-lorries/ncurses.lorry
+++ b/open-source-lorries/ncurses.lorry
@@ -1,7 +1,6 @@
{
"ncurses": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://ftp.gnu.org/gnu/ncurses/ncurses-5.9.tar.gz"
}
diff --git a/open-source-lorries/nspr.lorry b/open-source-lorries/nspr.lorry
index f18d406..13e027f 100644
--- a/open-source-lorries/nspr.lorry
+++ b/open-source-lorries/nspr.lorry
@@ -1,7 +1,6 @@
{
"nspr": {
"type": "tarball",
- "compression": "gzip",
"strip": 3,
"url": "http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.8.9/src/nspr-4.8.9.tar.gz"
}
diff --git a/open-source-lorries/nss.lorry b/open-source-lorries/nss.lorry
index a262fdf..fece9f2 100644
--- a/open-source-lorries/nss.lorry
+++ b/open-source-lorries/nss.lorry
@@ -1,7 +1,6 @@
{
"nss": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_11_RTM/src/nss-3.12.11.tar.gz"
}
diff --git a/open-source-lorries/ntp.lorry b/open-source-lorries/ntp.lorry
index bf1ae3e..f6278f2 100644
--- a/open-source-lorries/ntp.lorry
+++ b/open-source-lorries/ntp.lorry
@@ -1,7 +1,6 @@
{
"ntp": {
"type": "tarball",
- "compression": "gzip",
"url": "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ntp-dev-4.2.7p482.tar.gz"
}
}
diff --git a/open-source-lorries/php5.lorry b/open-source-lorries/php5.lorry
index 3c68de4..2fa9606 100644
--- a/open-source-lorries/php5.lorry
+++ b/open-source-lorries/php5.lorry
@@ -1,7 +1,6 @@
{
"php2": {
"type": "tarball",
- "compression": "bz2",
"strip": 1,
"url": "http://uk1.php.net/distributions/php-5.4.13.tar.bz2"
}
diff --git a/open-source-lorries/pv.lorry b/open-source-lorries/pv.lorry
index d065832..ec33d74 100644
--- a/open-source-lorries/pv.lorry
+++ b/open-source-lorries/pv.lorry
@@ -1,7 +1,6 @@
{
"pv": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://www.ivarch.com/programs/sources/pv-1.3.4.tar.gz"
}
diff --git a/open-source-lorries/pyipmi-tarball.lorry b/open-source-lorries/pyipmi-tarball.lorry
index 7d234ce..ed785bd 100644
--- a/open-source-lorries/pyipmi-tarball.lorry
+++ b/open-source-lorries/pyipmi-tarball.lorry
@@ -1,7 +1,6 @@
{
"pyipmi-tarball": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://sources.calxeda.com/python/packages/pyipmi/pyipmi-0.7.1.tar.gz"
}
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index be1261d..e032c7d 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -230,7 +230,6 @@
"url": "git://github.com/openid/python-openid.git"
},
"python-packages/ordereddict-tarball": {
- "compression": "gzip",
"type": "tarball",
"url": "https://pypi.python.org/packages/source/o/ordereddict/ordereddict-1.1.tar.gz"
},
@@ -271,7 +270,6 @@
"url": "git://github.com/dabeaz/ply.git"
},
"python-packages/posix-ipc-tarball": {
- "compression": "gzip",
"strip": 1,
"type": "tarball",
"url": "http://semanchuk.com/philip/posix_ipc/posix_ipc-0.9.8.tar.gz"
@@ -356,7 +354,6 @@
"url": "https://github.com/jsocol/pystatsd.git"
},
"python-packages/python-daemon": {
- "compression": "gzip",
"type": "tarball",
"url": "https://pypi.python.org/packages/source/p/python-daemon/python-daemon-1.6.1.tar.gz"
},
diff --git a/open-source-lorries/rarian.lorry b/open-source-lorries/rarian.lorry
index 635c1a5..10a4aee 100644
--- a/open-source-lorries/rarian.lorry
+++ b/open-source-lorries/rarian.lorry
@@ -1,7 +1,6 @@
{
"rarian": {
"type": "tarball",
- "compression": "bzip2",
"strip": 1,
"url": "http://rarian.freedesktop.org/Releases/rarian-0.8.1.tar.bz2",
"refspecs": [
diff --git a/open-source-lorries/speex.lorry b/open-source-lorries/speex.lorry
index 6f715f1..36fe0ae 100644
--- a/open-source-lorries/speex.lorry
+++ b/open-source-lorries/speex.lorry
@@ -1,7 +1,6 @@
{
"speex": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz"
}
diff --git a/open-source-lorries/sqlite3.lorry b/open-source-lorries/sqlite3.lorry
index 92bf72a..142bad4 100644
--- a/open-source-lorries/sqlite3.lorry
+++ b/open-source-lorries/sqlite3.lorry
@@ -1,7 +1,6 @@
{
"sqlite3": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://www.sqlite.org/2015/sqlite-autoconf-3080801.tar.gz"
}
diff --git a/open-source-lorries/subversion-tarball.lorry b/open-source-lorries/subversion-tarball.lorry
index 8e8f2da..ef41358 100644
--- a/open-source-lorries/subversion-tarball.lorry
+++ b/open-source-lorries/subversion-tarball.lorry
@@ -1,7 +1,6 @@
{
"subversion-tarball": {
"type": "tarball",
- "compression": "bzip2",
"strip": 1,
"url": "http://www.mirrorservice.org/sites/ftp.apache.org/subversion/subversion-1.7.6.tar.bz2"
}
diff --git a/open-source-lorries/tcp-wrappers.lorry b/open-source-lorries/tcp-wrappers.lorry
index b31e159..d43a156 100644
--- a/open-source-lorries/tcp-wrappers.lorry
+++ b/open-source-lorries/tcp-wrappers.lorry
@@ -1,7 +1,6 @@
{
"tcp-wrappers": {
"type": "tarball",
- "compression": "gzip",
"strip": "1",
"url": "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz",
"refspecs": [ "+refs/heads/*:refs/heads/*", "+refs/tags/*:refs/tags/*" ]
diff --git a/open-source-lorries/texinfo-tarball.lorry b/open-source-lorries/texinfo-tarball.lorry
index 5477831..a2c010d 100644
--- a/open-source-lorries/texinfo-tarball.lorry
+++ b/open-source-lorries/texinfo-tarball.lorry
@@ -1,7 +1,6 @@
{
"texinfo-tarball": {
"type": "tarball",
- "compression": "xz",
"strip": 1,
"url": "http://ftp.gnu.org/gnu/texinfo/texinfo-5.2.tar.xz"
}
diff --git a/open-source-lorries/xterm.lorry b/open-source-lorries/xterm.lorry
index 117de62..9d26973 100644
--- a/open-source-lorries/xterm.lorry
+++ b/open-source-lorries/xterm.lorry
@@ -1,7 +1,6 @@
{
"xterm": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://invisible-island.net/datafiles/release/xterm.tar.gz"
}
diff --git a/open-source-lorries/zip.lorry b/open-source-lorries/zip.lorry
index 1ca42a6..c0e5fd3 100644
--- a/open-source-lorries/zip.lorry
+++ b/open-source-lorries/zip.lorry
@@ -1,7 +1,6 @@
{
"zip": {
"type": "tarball",
- "compression": "gzip",
"strip": 1,
"url": "http://downloads.sourceforge.net/infozip/zip30.tar.gz"
}