From 4ee24691fdaa8da50b1705976504c7977f29fe57 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 18 Sep 2014 13:34:19 +0000 Subject: chef: Use ipaddress 'master' branch to fix Gem build The 0.8.0 release had a bad Gemspec file committed, master seems to contain several useful fixes. --- strata/chef.morph | 8 ++++---- strata/chef/ipaddress-0.8.0.morph | 15 --------------- strata/chef/ipaddress-master.morph | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 strata/chef/ipaddress-0.8.0.morph create mode 100644 strata/chef/ipaddress-master.morph diff --git a/strata/chef.morph b/strata/chef.morph index 48d476ae..13a3275e 100644 --- a/strata/chef.morph +++ b/strata/chef.morph @@ -79,11 +79,11 @@ chunks: unpetrify-ref: v1.2.5 build-depends: - hoe-master -- name: ipaddress-0.8.0 - morph: strata/chef/ipaddress-0.8.0.morph +- name: ipaddress-master + morph: strata/chef/ipaddress-master.morph repo: http://github.com/bluemonk/ipaddress - ref: 0ddaebf373d263f9f42e9ce51890a48025e5fc7f - unpetrify-ref: v0.8.0 + ref: dae93ad0e4fb9a5d547a15dae0c3f2417078c845 + unpetrify-ref: master build-depends: [] - name: json-1.8.1 morph: strata/chef/json-1.8.1.morph diff --git a/strata/chef/ipaddress-0.8.0.morph b/strata/chef/ipaddress-0.8.0.morph deleted file mode 100644 index d576c867..00000000 --- a/strata/chef/ipaddress-0.8.0.morph +++ /dev/null @@ -1,15 +0,0 @@ -name: ipaddress-0.8.0 -kind: chunk -description: Automatically generated by rubygems.to_chunk -products: -- artifact: ipaddress-0.8.0-doc - include: - - usr/lib/ruby/gems/\d[\w.]*/doc/.* -build-commands: -- gem build ipaddress.gemspec -install-commands: -- mkdir -p "$DESTDIR/$(gem environment home)" -- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin" - --ignore-dependencies --local ./ipaddress-0.8.0.gem -x-build-dependencies-rubygems: {} -x-runtime-dependencies-rubygems: {} diff --git a/strata/chef/ipaddress-master.morph b/strata/chef/ipaddress-master.morph new file mode 100644 index 00000000..d576c867 --- /dev/null +++ b/strata/chef/ipaddress-master.morph @@ -0,0 +1,15 @@ +name: ipaddress-0.8.0 +kind: chunk +description: Automatically generated by rubygems.to_chunk +products: +- artifact: ipaddress-0.8.0-doc + include: + - usr/lib/ruby/gems/\d[\w.]*/doc/.* +build-commands: +- gem build ipaddress.gemspec +install-commands: +- mkdir -p "$DESTDIR/$(gem environment home)" +- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin" + --ignore-dependencies --local ./ipaddress-0.8.0.gem +x-build-dependencies-rubygems: {} +x-runtime-dependencies-rubygems: {} -- cgit v1.2.1