From 7df7f3b427739ff7d69da2ba218da0124822892c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:39:48 +0000 Subject: Remove all .morph files and files from the old format --- unmaintained/strata/chef/erubis-master.morph | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 unmaintained/strata/chef/erubis-master.morph (limited to 'unmaintained/strata/chef/erubis-master.morph') diff --git a/unmaintained/strata/chef/erubis-master.morph b/unmaintained/strata/chef/erubis-master.morph deleted file mode 100644 index 05d1a9f9..00000000 --- a/unmaintained/strata/chef/erubis-master.morph +++ /dev/null @@ -1,19 +0,0 @@ -name: erubis-master -kind: chunk -build-system: manual -products: -- artifact: erubis-doc - include: - - usr/lib/ruby/gems/\d[\w.]*/doc/.* -configure-commands: -# Manually do what it seems like the 'rook' build system would do, if it worked -# Values taken from 'Rookbook.props'. -- find -type f -exec sed -e 's/\$Release\$/2.7.0/g' -i \{} \; -- find -type f -exec sed -e 's/\$Copyright\$/copyright(c) 2006-2011 kuwata-lab.com - all rights reserved./g' -i \{} \; -build-commands: -- gem build erubis.gemspec -install-commands: -- mkdir -p "$DESTDIR/$(gem environment home)" -- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin" - --ignore-dependencies --local ./erubis-2.7.0.gem -- cgit v1.2.1