summaryrefslogtreecommitdiff
path: root/strata/trove
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-18 12:07:11 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-18 12:26:23 +0000
commita3cabfd4e14f373c0c04c4b6159f06b288eb7b26 (patch)
treed6e2b7614f839d78d9b1b039cdb3184b912e4bd3 /strata/trove
parent796141cc16becc5a682082feebd67fd2ebf2d7af (diff)
downloaddefinitions-a3cabfd4e14f373c0c04c4b6159f06b288eb7b26.tar.gz
Separate `lorry` stratum out of 'trove' stratum.
Diffstat (limited to 'strata/trove')
-rw-r--r--strata/trove/cvs-tarball.morph6
-rw-r--r--strata/trove/cvsps.morph6
-rw-r--r--strata/trove/hg-fast-export.morph10
-rw-r--r--strata/trove/libapr-util-tarball.morph5
-rw-r--r--strata/trove/lorry.morph3
-rw-r--r--strata/trove/mercurial-tarball.morph6
-rw-r--r--strata/trove/neon.morph8
-rw-r--r--strata/trove/perl-dbi-tarball.morph5
-rw-r--r--strata/trove/subversion-tarball.morph10
-rw-r--r--strata/trove/swig-tarball.morph5
10 files changed, 0 insertions, 64 deletions
diff --git a/strata/trove/cvs-tarball.morph b/strata/trove/cvs-tarball.morph
deleted file mode 100644
index e8322017..00000000
--- a/strata/trove/cvs-tarball.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: cvs-tarball
-kind: chunk
-build-system: autotools
-configure-commands:
-- YACC='bison -y' ./configure --prefix "$PREFIX" --with-external-zlib --without-gssapi
- --without-krb4 --disable-dependency-tracking --disable-nls --disable-rpath
diff --git a/strata/trove/cvsps.morph b/strata/trove/cvsps.morph
deleted file mode 100644
index ff53784e..00000000
--- a/strata/trove/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/trove/hg-fast-export.morph b/strata/trove/hg-fast-export.morph
deleted file mode 100644
index ef99a97a..00000000
--- a/strata/trove/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/trove/libapr-util-tarball.morph b/strata/trove/libapr-util-tarball.morph
deleted file mode 100644
index e34e3610..00000000
--- a/strata/trove/libapr-util-tarball.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: libapr-util-tarball
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./configure --prefix "$PREFIX" --with-apr=/usr/bin/apr-1-config
diff --git a/strata/trove/lorry.morph b/strata/trove/lorry.morph
deleted file mode 100644
index 6b8cb355..00000000
--- a/strata/trove/lorry.morph
+++ /dev/null
@@ -1,3 +0,0 @@
-name: lorry
-kind: chunk
-build-system: python-distutils
diff --git a/strata/trove/mercurial-tarball.morph b/strata/trove/mercurial-tarball.morph
deleted file mode 100644
index 03264f56..00000000
--- a/strata/trove/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/trove/neon.morph b/strata/trove/neon.morph
deleted file mode 100644
index 19f8e83f..00000000
--- a/strata/trove/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/trove/perl-dbi-tarball.morph b/strata/trove/perl-dbi-tarball.morph
deleted file mode 100644
index 9eb3a537..00000000
--- a/strata/trove/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/trove/subversion-tarball.morph b/strata/trove/subversion-tarball.morph
deleted file mode 100644
index cb416d53..00000000
--- a/strata/trove/subversion-tarball.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: subversion-tarball
-kind: chunk
-build-system: autotools
-configure-commands:
-- python gen-make.py build.conf
-- ./configure --prefix="$PREFIX" --without-berkeley-db
-install-commands:
-- make install DESTDIR="$DESTDIR"
-- make swig-pl
-- make install-swig-pl DESTDIR="$DESTDIR"
diff --git a/strata/trove/swig-tarball.morph b/strata/trove/swig-tarball.morph
deleted file mode 100644
index 61f154a4..00000000
--- a/strata/trove/swig-tarball.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: swig-tarball
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./configure --prefix="$PREFIX" --disable-ccache