From 2756249d64f4062d35e8695d6a6cc15a7ec3e298 Mon Sep 17 00:00:00 2001 From: Simon Hoinkis Date: Wed, 25 Feb 2015 14:45:18 +0000 Subject: Clean up the Morph chunks in cross-bootstrap and include morph-utils instead --- strata/cross-bootstrap/cmdtest.morph | 6 ------ strata/cross-bootstrap/pyfilesystem.morph | 6 ------ strata/cross-bootstrap/python-coveragepy.morph | 6 ------ strata/cross-bootstrap/python-ttystatus.morph | 6 ------ 4 files changed, 24 deletions(-) delete mode 100644 strata/cross-bootstrap/cmdtest.morph delete mode 100644 strata/cross-bootstrap/pyfilesystem.morph delete mode 100644 strata/cross-bootstrap/python-coveragepy.morph delete mode 100644 strata/cross-bootstrap/python-ttystatus.morph (limited to 'strata/cross-bootstrap') diff --git a/strata/cross-bootstrap/cmdtest.morph b/strata/cross-bootstrap/cmdtest.morph deleted file mode 100644 index 3e1c71c6..00000000 --- a/strata/cross-bootstrap/cmdtest.morph +++ /dev/null @@ -1,6 +0,0 @@ -name: cmdtest -kind: chunk -build-commands: -- python setup.py build -install-commands: -- python setup.py install --prefix=/usr --root "$DESTDIR" diff --git a/strata/cross-bootstrap/pyfilesystem.morph b/strata/cross-bootstrap/pyfilesystem.morph deleted file mode 100644 index a4931dfa..00000000 --- a/strata/cross-bootstrap/pyfilesystem.morph +++ /dev/null @@ -1,6 +0,0 @@ -name: pyfilesystem -kind: chunk -build-commands: -- python setup.py build -install-commands: -- python setup.py install --prefix="$PREFIX" --root "$DESTDIR" diff --git a/strata/cross-bootstrap/python-coveragepy.morph b/strata/cross-bootstrap/python-coveragepy.morph deleted file mode 100644 index ed5e3d87..00000000 --- a/strata/cross-bootstrap/python-coveragepy.morph +++ /dev/null @@ -1,6 +0,0 @@ -name: python-coveragepy -kind: chunk -build-commands: -- python setup.py build -install-commands: -- python setup.py install --prefix=/usr --root "$DESTDIR" diff --git a/strata/cross-bootstrap/python-ttystatus.morph b/strata/cross-bootstrap/python-ttystatus.morph deleted file mode 100644 index e45ef7a8..00000000 --- a/strata/cross-bootstrap/python-ttystatus.morph +++ /dev/null @@ -1,6 +0,0 @@ -name: python-ttystatus -kind: chunk -build-commands: -- python setup.py build -install-commands: -- python setup.py install --prefix=/usr --root "$DESTDIR" -- cgit v1.2.1