summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/exim4.lorry6
-rw-r--r--open-source-lorries/groff-git.lorry6
-rw-r--r--open-source-lorries/libpopt.lorry7
-rw-r--r--open-source-lorries/net-dhcp-ruby.lorry6
-rw-r--r--open-source-lorries/pcre2.lorry7
-rw-r--r--open-source-lorries/python-packages.lorry4
-rw-r--r--open-source-lorries/sgdisk.lorry6
7 files changed, 42 insertions, 0 deletions
diff --git a/open-source-lorries/exim4.lorry b/open-source-lorries/exim4.lorry
new file mode 100644
index 0000000..f1f26aa
--- /dev/null
+++ b/open-source-lorries/exim4.lorry
@@ -0,0 +1,6 @@
+{
+ "exim4": {
+ "type": "git",
+ "url": "git://git.exim.org/exim.git"
+ }
+}
diff --git a/open-source-lorries/groff-git.lorry b/open-source-lorries/groff-git.lorry
new file mode 100644
index 0000000..b69c119
--- /dev/null
+++ b/open-source-lorries/groff-git.lorry
@@ -0,0 +1,6 @@
+{
+ "groff-git": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/groff.git"
+ }
+}
diff --git a/open-source-lorries/libpopt.lorry b/open-source-lorries/libpopt.lorry
new file mode 100644
index 0000000..7460744
--- /dev/null
+++ b/open-source-lorries/libpopt.lorry
@@ -0,0 +1,7 @@
+{
+ "libpopt": {
+ "type": "cvs",
+ "url": ":pserver:anonymous@rpm5.org:/cvs",
+ "module": "popt"
+ }
+}
diff --git a/open-source-lorries/net-dhcp-ruby.lorry b/open-source-lorries/net-dhcp-ruby.lorry
new file mode 100644
index 0000000..e8ab0ea
--- /dev/null
+++ b/open-source-lorries/net-dhcp-ruby.lorry
@@ -0,0 +1,6 @@
+{
+ "net-dhcp-ruby": {
+ "type": "git",
+ "url": "https://github.com/mjtko/net-dhcp-ruby"
+ }
+}
diff --git a/open-source-lorries/pcre2.lorry b/open-source-lorries/pcre2.lorry
new file mode 100644
index 0000000..924f9fa
--- /dev/null
+++ b/open-source-lorries/pcre2.lorry
@@ -0,0 +1,7 @@
+{
+ "pcre2": {
+ "type": "svn",
+ "url": "svn://vcs.exim.org/pcre2/code/",
+ "layout": "standard"
+ }
+}
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 2881eb6..a8bf340 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -329,6 +329,10 @@
"type": "hg",
"url": "https://bitbucket.org/logilab/pylint/"
},
+ "python-packages/pylru": {
+ "type": "git",
+ "url": "https://github.com/jlhutch/pylru.git"
+ },
"python-packages/pyopenssl": {
"type": "git",
"url": "git://github.com/pyca/pyopenssl.git"
diff --git a/open-source-lorries/sgdisk.lorry b/open-source-lorries/sgdisk.lorry
new file mode 100644
index 0000000..6d181e8
--- /dev/null
+++ b/open-source-lorries/sgdisk.lorry
@@ -0,0 +1,6 @@
+{
+ "sgdisk": {
+ "type": "git",
+ "url": "http://git.code.sf.net/p/gptfdisk/code"
+ }
+}