From 26da50dec39c7ff1d547d1b4e45dfe92fd552d42 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Wed, 5 Mar 2014 15:30:19 +0000 Subject: Lorry virt-manager, libvirt, qemu and dependencies. --- open-source-lorries/libpciaccess.lorry | 7 +++++++ open-source-lorries/libvirt-python.lorry | 7 +++++++ open-source-lorries/libvirt.lorry | 7 +++++++ open-source-lorries/lvm2.lorry | 7 +++++++ open-source-lorries/pycurl.lorry | 7 +++++++ open-source-lorries/qemu.lorry | 7 +++++++ open-source-lorries/urlgrabber.lorry | 7 +++++++ open-source-lorries/virt-manager.lorry | 7 +++++++ 8 files changed, 56 insertions(+) create mode 100644 open-source-lorries/libpciaccess.lorry create mode 100644 open-source-lorries/libvirt-python.lorry create mode 100644 open-source-lorries/libvirt.lorry create mode 100644 open-source-lorries/lvm2.lorry create mode 100644 open-source-lorries/pycurl.lorry create mode 100644 open-source-lorries/qemu.lorry create mode 100644 open-source-lorries/urlgrabber.lorry create mode 100644 open-source-lorries/virt-manager.lorry diff --git a/open-source-lorries/libpciaccess.lorry b/open-source-lorries/libpciaccess.lorry new file mode 100644 index 0000000..c750307 --- /dev/null +++ b/open-source-lorries/libpciaccess.lorry @@ -0,0 +1,7 @@ +{ + "libpciaccess": { + "type": "git", + "url": "git://anongit.freedesktop.org/xorg/lib/libpciaccess" + } +} + diff --git a/open-source-lorries/libvirt-python.lorry b/open-source-lorries/libvirt-python.lorry new file mode 100644 index 0000000..f341a6f --- /dev/null +++ b/open-source-lorries/libvirt-python.lorry @@ -0,0 +1,7 @@ +{ + "libvirt-python": { + "type": "git", + "url": "git://libvirt.org/libvirt-python.git" + } +} + diff --git a/open-source-lorries/libvirt.lorry b/open-source-lorries/libvirt.lorry new file mode 100644 index 0000000..6efd7a2 --- /dev/null +++ b/open-source-lorries/libvirt.lorry @@ -0,0 +1,7 @@ +{ + "libvirt": { + "type": "git", + "url": "git://libvirt.org/libvirt.git" + } +} + diff --git a/open-source-lorries/lvm2.lorry b/open-source-lorries/lvm2.lorry new file mode 100644 index 0000000..3b0cdf5 --- /dev/null +++ b/open-source-lorries/lvm2.lorry @@ -0,0 +1,7 @@ +{ + "lvm2": { + "type": "git", + "url": "git://git.fedorahosted.org/git/lvm2.git" + } +} + diff --git a/open-source-lorries/pycurl.lorry b/open-source-lorries/pycurl.lorry new file mode 100644 index 0000000..c1e0e12 --- /dev/null +++ b/open-source-lorries/pycurl.lorry @@ -0,0 +1,7 @@ +{ + "pycurl": { + "type": "git", + "url": "git://github.com/pycurl/pycurl.git" + } +} + diff --git a/open-source-lorries/qemu.lorry b/open-source-lorries/qemu.lorry new file mode 100644 index 0000000..ae042a7 --- /dev/null +++ b/open-source-lorries/qemu.lorry @@ -0,0 +1,7 @@ +{ + "qemu": { + "type": "git", + "url": "git://git.qemu-project.org/qemu.git" + } +} + diff --git a/open-source-lorries/urlgrabber.lorry b/open-source-lorries/urlgrabber.lorry new file mode 100644 index 0000000..e1b8136 --- /dev/null +++ b/open-source-lorries/urlgrabber.lorry @@ -0,0 +1,7 @@ +{ + "urlgrabber": { + "type": "git", + "url": "git://yum.baseurl.org/urlgrabber.git" + } +} + diff --git a/open-source-lorries/virt-manager.lorry b/open-source-lorries/virt-manager.lorry new file mode 100644 index 0000000..c685c08 --- /dev/null +++ b/open-source-lorries/virt-manager.lorry @@ -0,0 +1,7 @@ +{ + "virt-manager": { + "type": "git", + "url": "git://git.fedorahosted.org/git/virt-manager.git" + } +} + -- cgit v1.2.1