From c2363428352028dba9aac77323ab0e8cb0e1fea1 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:20:10 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/mime-types_git.bb The mime-types library provides a library and registry for information about MIME content type definitions. It can be used to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- .../recipes-devtools/ruby/mime-types_git.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/mime-types_git.bb (limited to 'meta-openstack/recipes-devtools') diff --git a/meta-openstack/recipes-devtools/ruby/mime-types_git.bb b/meta-openstack/recipes-devtools/ruby/mime-types_git.bb new file mode 100644 index 0000000..a24c1bb --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/mime-types_git.bb @@ -0,0 +1,27 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "Provides a library and registry for info about MIME content type definitions." +DESCRIPTION = "The mime-types library provides a library and registry \ +for information about MIME content type definitions. It can be used to \ +determine defined filename extensions for MIME types, or to use \ +filename extensions to look up the likely MIME type definitions." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://Licence.rdoc;md5=4e3affb3326cd205b1b30bc0e1e8fd66" + +PR = "r0" + +BPV = "1.25.1" +PV = "${BPV}" +SRCREV = "6be836f59a041893cfc1c25668b3aa3552a7e334" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/halostatue/mime-types.git \ + " + +inherit ruby + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf