From 76a0fd8f546fc0a5407e154331f5ba7be331cefe Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:24:32 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/pry_git.bb Pry is a powerful alternative to the standard IRB shell for Ruby. It is written from scratch to provide a number of advanced features. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- meta-openstack/recipes-devtools/ruby/pry_git.bb | 35 +++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/pry_git.bb (limited to 'meta-openstack/recipes-devtools/ruby/pry_git.bb') diff --git a/meta-openstack/recipes-devtools/ruby/pry_git.bb b/meta-openstack/recipes-devtools/ruby/pry_git.bb new file mode 100644 index 0000000..91e3c43 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/pry_git.bb @@ -0,0 +1,35 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "Pry is an alternative to the standard IRB shell for Ruby." +DESCRIPTION = "Pry is a powerful alternative to the standard IRB shell \ +for Ruby. It is written from scratch to provide a number of advanced \ +features." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7d1a6fbb73f604e1e716380490938bd4" + +PR = "r0" + +BPV = "0.9.12.6" +PV = "${BPV}" +SRCREV = "047788c4225b25bb0462e06715616964e4f0da15" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/pry/pry.git \ + file://rdoc-fixup-opt.banner-heredoc.patch \ + " + +inherit ruby + +RUBY_COMPILE_FLAGS = "" + +RDEPENDS += " \ + coderay \ + method-source \ + slop \ + " + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf