From 2f10508d60121575966ebc58274d0406f20dae85 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Tue, 14 May 2013 11:13:42 +0100 Subject: Rename X11 lorries to match existing naming convention --- open-source-lorries/libxcursor.lorry | 6 ------ open-source-lorries/libxp.lorry | 6 ------ open-source-lorries/libxscrnsaver.lorry | 6 ------ open-source-lorries/printproto.lorry | 6 ------ open-source-lorries/scrnsaverproto.lorry | 6 ------ open-source-lorries/xorg-lib-libXScrnSaver.lorry | 6 ++++++ open-source-lorries/xorg-lib-libXcursor.lorry | 6 ++++++ open-source-lorries/xorg-lib-libXp.lorry | 6 ++++++ open-source-lorries/xorg-proto-printproto.lorry | 6 ++++++ 9 files changed, 24 insertions(+), 30 deletions(-) delete mode 100644 open-source-lorries/libxcursor.lorry delete mode 100644 open-source-lorries/libxp.lorry delete mode 100644 open-source-lorries/libxscrnsaver.lorry delete mode 100644 open-source-lorries/printproto.lorry delete mode 100644 open-source-lorries/scrnsaverproto.lorry create mode 100644 open-source-lorries/xorg-lib-libXScrnSaver.lorry create mode 100644 open-source-lorries/xorg-lib-libXcursor.lorry create mode 100644 open-source-lorries/xorg-lib-libXp.lorry create mode 100644 open-source-lorries/xorg-proto-printproto.lorry (limited to 'open-source-lorries') diff --git a/open-source-lorries/libxcursor.lorry b/open-source-lorries/libxcursor.lorry deleted file mode 100644 index 425f9d5..0000000 --- a/open-source-lorries/libxcursor.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "libxcursor": { - "type": "git", - "url": "git://anongit.freedesktop.org/xorg/lib/libXcursor" - } -} diff --git a/open-source-lorries/libxp.lorry b/open-source-lorries/libxp.lorry deleted file mode 100644 index 63e08fc..0000000 --- a/open-source-lorries/libxp.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "libxp": { - "type": "git", - "url": "git://anongit.freedesktop.org/xorg/lib/libXp" - } -} diff --git a/open-source-lorries/libxscrnsaver.lorry b/open-source-lorries/libxscrnsaver.lorry deleted file mode 100644 index b3e7020..0000000 --- a/open-source-lorries/libxscrnsaver.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "libxscrnsaver": { - "type": "git", - "url": "git://anongit.freedesktop.org/xorg/lib/libXScrnSaver" - } -} diff --git a/open-source-lorries/printproto.lorry b/open-source-lorries/printproto.lorry deleted file mode 100644 index 6308db0..0000000 --- a/open-source-lorries/printproto.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "printproto": { - "type": "git", - "url": "git://anongit.freedesktop.org/xorg/proto/printproto" - } -} diff --git a/open-source-lorries/scrnsaverproto.lorry b/open-source-lorries/scrnsaverproto.lorry deleted file mode 100644 index f866ba6..0000000 --- a/open-source-lorries/scrnsaverproto.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "scrnsaverproto": { - "type": "git", - "url": "git://anongit.freedesktop.org/xorg/proto/scrnsaverproto" - } -} diff --git a/open-source-lorries/xorg-lib-libXScrnSaver.lorry b/open-source-lorries/xorg-lib-libXScrnSaver.lorry new file mode 100644 index 0000000..d3c0bb2 --- /dev/null +++ b/open-source-lorries/xorg-lib-libXScrnSaver.lorry @@ -0,0 +1,6 @@ +{ + "xorg-lib-libXScrnSaver": { + "type": "git", + "url": "git://anongit.freedesktop.org/xorg/lib/libXScrnSaver" + } +} diff --git a/open-source-lorries/xorg-lib-libXcursor.lorry b/open-source-lorries/xorg-lib-libXcursor.lorry new file mode 100644 index 0000000..604f3c7 --- /dev/null +++ b/open-source-lorries/xorg-lib-libXcursor.lorry @@ -0,0 +1,6 @@ +{ + "xorg-lib-libXcursor": { + "type": "git", + "url": "git://anongit.freedesktop.org/xorg/lib/libXcursor" + } +} diff --git a/open-source-lorries/xorg-lib-libXp.lorry b/open-source-lorries/xorg-lib-libXp.lorry new file mode 100644 index 0000000..83cc599 --- /dev/null +++ b/open-source-lorries/xorg-lib-libXp.lorry @@ -0,0 +1,6 @@ +{ + "xorg-lib-libXp": { + "type": "git", + "url": "git://anongit.freedesktop.org/xorg/lib/libXp" + } +} diff --git a/open-source-lorries/xorg-proto-printproto.lorry b/open-source-lorries/xorg-proto-printproto.lorry new file mode 100644 index 0000000..6d6b49b --- /dev/null +++ b/open-source-lorries/xorg-proto-printproto.lorry @@ -0,0 +1,6 @@ +{ + "xorg-proto-printproto": { + "type": "git", + "url": "git://anongit.freedesktop.org/xorg/proto/printproto" + } +} -- cgit v1.2.1