From a7693a333bcb306088e2ebeb50e509eda30b7f21 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:21:38 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/mixlib-log_git.bb Provides a mixin for enabling a class based logger object, a-la Merb, Chef, and Nanite. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- .../recipes-devtools/ruby/mixlib-log_git.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb (limited to 'meta-openstack/recipes-devtools/ruby') diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb new file mode 100644 index 0000000..cef61cb --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb @@ -0,0 +1,25 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "Provides a mixin for enabling a class based logger object" +DESCRIPTION = "Provides a mixin for enabling a class based logger \ +object, a-la Merb, Chef, and Nanite." + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" + +PR = "r0" + +BPV = "1.4.1" +PV = "${BPV}" +SRCREV = "b750625a79cc46fffe6b886320f96e7874497fa0" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/opscode/mixlib-log.git \ + " + +inherit ruby + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf