summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-05 23:53:39 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-06 02:41:31 +0900
commitf759505fbc3651348f7913c9f4882be096ad79c6 (patch)
tree031d9da939cf793f7a0d50f96a4686ad91cd2dcc
parent340ac09f7a31613ecb1352f8d597a4e3e72b699f (diff)
downloadlorries-f759505fbc3651348f7913c9f4882be096ad79c6.tar.gz
Changing libexif lorry to use a tarball.
The CVS style import actually works, but fails to include the CVS submodule - it is pointless to try to work around this more elegantly, as development here is pretty much dead (no commits in 3+ years). Change-Id: Ia371691e8cda358c1b5d332848bc80c5ed17e878
-rw-r--r--open-source-lorries/libexif-tarball.lorry6
-rw-r--r--open-source-lorries/libexif.lorry7
2 files changed, 6 insertions, 7 deletions
diff --git a/open-source-lorries/libexif-tarball.lorry b/open-source-lorries/libexif-tarball.lorry
new file mode 100644
index 0000000..384d1db
--- /dev/null
+++ b/open-source-lorries/libexif-tarball.lorry
@@ -0,0 +1,6 @@
+{
+ "libexif-tarball": {
+ "type": "tarball",
+ "url": "http://downloads.sourceforge.net/libexif/libexif-0.6.21.tar.bz2"
+ }
+}
diff --git a/open-source-lorries/libexif.lorry b/open-source-lorries/libexif.lorry
deleted file mode 100644
index 7605c76..0000000
--- a/open-source-lorries/libexif.lorry
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "libexif": {
- "type": "cvs",
- "url": ":pserver:anonymous@libexif.cvs.sourceforge.net:/cvsroot/libexif",
- "module": "libexif"
- }
-}