From 3f4958559537323f9dde244fb1b53fa0a866824d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 2 Jul 2013 12:33:22 +0100 Subject: Add some more missing lorries --- open-source-lorries/drm.lorry | 6 ++++++ open-source-lorries/gnome-doc-utils.lorry | 6 ++++++ open-source-lorries/iptables.lorry | 6 ++++++ open-source-lorries/libapr-util.lorry | 7 +++++++ open-source-lorries/libapr.lorry | 7 +++++++ open-source-lorries/openssl.lorry | 7 +++++++ open-source-lorries/pixman.lorry | 6 ++++++ open-source-lorries/rarian.lorry | 8 ++++++++ 8 files changed, 53 insertions(+) create mode 100644 open-source-lorries/drm.lorry create mode 100644 open-source-lorries/gnome-doc-utils.lorry create mode 100644 open-source-lorries/iptables.lorry create mode 100644 open-source-lorries/libapr-util.lorry create mode 100644 open-source-lorries/libapr.lorry create mode 100644 open-source-lorries/openssl.lorry create mode 100644 open-source-lorries/pixman.lorry create mode 100644 open-source-lorries/rarian.lorry diff --git a/open-source-lorries/drm.lorry b/open-source-lorries/drm.lorry new file mode 100644 index 0000000..35052c4 --- /dev/null +++ b/open-source-lorries/drm.lorry @@ -0,0 +1,6 @@ +{ + "drm": { + "type": "git", + "url": "git://anongit.freedesktop.org/mesa/drm" + } +} diff --git a/open-source-lorries/gnome-doc-utils.lorry b/open-source-lorries/gnome-doc-utils.lorry new file mode 100644 index 0000000..8b09f2b --- /dev/null +++ b/open-source-lorries/gnome-doc-utils.lorry @@ -0,0 +1,6 @@ +{ + "gnome-doc-utils": { + "type": "git", + "url": "git://git.gnome.org/gnome-doc-utils" + } +} diff --git a/open-source-lorries/iptables.lorry b/open-source-lorries/iptables.lorry new file mode 100644 index 0000000..64749cf --- /dev/null +++ b/open-source-lorries/iptables.lorry @@ -0,0 +1,6 @@ +{ + "iptables": { + "type": "git", + "url": "git://git.netfilter.org/iptables.git" + } +} diff --git a/open-source-lorries/libapr-util.lorry b/open-source-lorries/libapr-util.lorry new file mode 100644 index 0000000..536c579 --- /dev/null +++ b/open-source-lorries/libapr-util.lorry @@ -0,0 +1,7 @@ +{ + "libapr-util": { + "type": "svn", + "url": "http://svn.apache.org/repos/asf/apr/apr-util/", + "layout": "standard" + } +} diff --git a/open-source-lorries/libapr.lorry b/open-source-lorries/libapr.lorry new file mode 100644 index 0000000..ee520b5 --- /dev/null +++ b/open-source-lorries/libapr.lorry @@ -0,0 +1,7 @@ +{ + "libapr": { + "type": "svn", + "url": "http://svn.apache.org/repos/asf/apr/apr/", + "layout": "standard" + } +} diff --git a/open-source-lorries/openssl.lorry b/open-source-lorries/openssl.lorry new file mode 100644 index 0000000..161223c --- /dev/null +++ b/open-source-lorries/openssl.lorry @@ -0,0 +1,7 @@ +{ + "openssl": { + "type": "cvs", + "url": "anonymous@cvs.openssl.org:/openssl-cvs", + "module": "openssl" + } +} diff --git a/open-source-lorries/pixman.lorry b/open-source-lorries/pixman.lorry new file mode 100644 index 0000000..f1037a8 --- /dev/null +++ b/open-source-lorries/pixman.lorry @@ -0,0 +1,6 @@ +{ + "pixman": { + "type": "git", + "url": "git://anongit.freedesktop.org/pixman" + } +} diff --git a/open-source-lorries/rarian.lorry b/open-source-lorries/rarian.lorry new file mode 100644 index 0000000..ea67f39 --- /dev/null +++ b/open-source-lorries/rarian.lorry @@ -0,0 +1,8 @@ +{ + "rarian": { + "type": "tarball", + "compression": "bzip2", + "strip": 1, + "url": "http://rarian.freedesktop.org/Releases/rarian-0.8.1.tar.bz2" + } +} -- cgit v1.2.1