summaryrefslogtreecommitdiff
path: root/strata/lorry
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /strata/lorry
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'strata/lorry')
-rw-r--r--strata/lorry/cvs-tarball.morph10
-rw-r--r--strata/lorry/cvsps.morph6
-rw-r--r--strata/lorry/hg-fast-export.morph10
-rw-r--r--strata/lorry/libapr-util.morph7
-rw-r--r--strata/lorry/libapr.morph21
-rw-r--r--strata/lorry/libserf.morph6
-rw-r--r--strata/lorry/lorry.morph3
-rw-r--r--strata/lorry/mercurial-tarball.morph6
-rw-r--r--strata/lorry/neon.morph8
-rw-r--r--strata/lorry/perl-dbi-tarball.morph5
-rw-r--r--strata/lorry/subversion-tarball.morph12
-rw-r--r--strata/lorry/swig.morph7
12 files changed, 0 insertions, 101 deletions
diff --git a/strata/lorry/cvs-tarball.morph b/strata/lorry/cvs-tarball.morph
deleted file mode 100644
index e03250e2..00000000
--- a/strata/lorry/cvs-tarball.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: cvs-tarball
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- cp /usr/share/automake*/config.guess build-aux
-- cp /usr/share/automake*/config.sub build-aux
-configure-commands:
-- YACC='bison -y' ./configure --prefix "$PREFIX" --with-external-zlib --without-gssapi
- --without-krb4 --disable-dependency-tracking --disable-nls --disable-rpath
- --enable-rootcommit
diff --git a/strata/lorry/cvsps.morph b/strata/lorry/cvsps.morph
deleted file mode 100644
index ff53784e..00000000
--- a/strata/lorry/cvsps.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: cvsps
-kind: chunk
-build-commands:
-- make
-install-commands:
-- make install prefix="$DESTDIR$PREFIX"
diff --git a/strata/lorry/hg-fast-export.morph b/strata/lorry/hg-fast-export.morph
deleted file mode 100644
index ef99a97a..00000000
--- a/strata/lorry/hg-fast-export.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: hg-fast-export
-kind: chunk
-install-commands:
-- install -d "$DESTDIR/$PREFIX/bin"
-- install -m 0755 hg-fast-export.py "$DESTDIR/$PREFIX/bin/"
-- install -m 0755 hg-reset.py "$DESTDIR/$PREFIX/bin/"
-- install -m 0755 hg-fast-export.sh "$DESTDIR/$PREFIX/bin/hg-fast-export"
-- install -m 0755 hg-reset.sh "$DESTDIR/$PREFIX/bin/hg-reset"
-- install -d "$DESTDIR/$PREFIX/lib/python2.7/site-packages"
-- install -m 0644 hg2git.py "$DESTDIR/$PREFIX/lib/python2.7/site-packages/"
diff --git a/strata/lorry/libapr-util.morph b/strata/lorry/libapr-util.morph
deleted file mode 100644
index 26db03ba..00000000
--- a/strata/lorry/libapr-util.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: libapr-util
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- ./buildconf --with-apr=/usr/share/apr-1
-configure-commands:
-- ./configure --prefix "$PREFIX" --with-apr=/usr/bin/apr-1-config
diff --git a/strata/lorry/libapr.morph b/strata/lorry/libapr.morph
deleted file mode 100644
index 57d35b84..00000000
--- a/strata/lorry/libapr.morph
+++ /dev/null
@@ -1,21 +0,0 @@
-name: libapr
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- ./buildconf
-configure-commands:
-- |
- ./configure \
- --prefix "$PREFIX" \
- --disable-static \
- --with-installbuilddir=/usr/share/apr-1/build
-post-install-commands:
-- |
- # Install files required for apr-util
- for file in find_apr.m4 apr_common.m4 install.sh gen-build.py \
- get-version.sh config.guess config.sub
- do
- cp build/$file "$DESTDIR/$PREFIX"/share/apr-1/build/"$file"
- done
- # Create a symlink in the build directory to the include directory
- ln -sf /usr/include/apr-1 "$DESTDIR/$PREFIX"/share/apr-1/build/
diff --git a/strata/lorry/libserf.morph b/strata/lorry/libserf.morph
deleted file mode 100644
index d4bb415d..00000000
--- a/strata/lorry/libserf.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: libserf
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- cp /usr/share/automake*/config.guess build
-- cp /usr/share/automake*/config.sub build
diff --git a/strata/lorry/lorry.morph b/strata/lorry/lorry.morph
deleted file mode 100644
index 6b8cb355..00000000
--- a/strata/lorry/lorry.morph
+++ /dev/null
@@ -1,3 +0,0 @@
-name: lorry
-kind: chunk
-build-system: python-distutils
diff --git a/strata/lorry/mercurial-tarball.morph b/strata/lorry/mercurial-tarball.morph
deleted file mode 100644
index 03264f56..00000000
--- a/strata/lorry/mercurial-tarball.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: mercurial-tarball
-kind: chunk
-build-commands:
-- make build PREFIX="$PREFIX"
-install-commands:
-- make install-bin PREFIX="$PREFIX" DESTDIR="$DESTDIR"
diff --git a/strata/lorry/neon.morph b/strata/lorry/neon.morph
deleted file mode 100644
index 19f8e83f..00000000
--- a/strata/lorry/neon.morph
+++ /dev/null
@@ -1,8 +0,0 @@
-name: neon
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./autogen.sh
-- ./configure --prefix="$PREFIX" --with-ssl
-install-commands:
-- make install-lib install-headers install-config DESTDIR="$DESTDIR"
diff --git a/strata/lorry/perl-dbi-tarball.morph b/strata/lorry/perl-dbi-tarball.morph
deleted file mode 100644
index 9eb3a537..00000000
--- a/strata/lorry/perl-dbi-tarball.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: perl-dbi-tarball
-kind: chunk
-build-system: cpan
-build-commands:
-- make -j1
diff --git a/strata/lorry/subversion-tarball.morph b/strata/lorry/subversion-tarball.morph
deleted file mode 100644
index feb906cd..00000000
--- a/strata/lorry/subversion-tarball.morph
+++ /dev/null
@@ -1,12 +0,0 @@
-name: subversion-tarball
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- LIBTOOL_CONFIG=/usr/share/libtool/build-aux/ ./autogen.sh
-configure-commands:
-- python gen-make.py build.conf
-- ./configure --prefix="$PREFIX" --without-berkeley-db
-install-commands:
-- MAKEFLAGS="-j 1" make install DESTDIR="$DESTDIR"
-- make swig-pl
-- make install-swig-pl DESTDIR="$DESTDIR"
diff --git a/strata/lorry/swig.morph b/strata/lorry/swig.morph
deleted file mode 100644
index 8a7d51b6..00000000
--- a/strata/lorry/swig.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: swig
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- ./autogen.sh
-configure-commands:
-- ./configure --prefix="$PREFIX" --disable-ccache