From f5931f4de9a62fd9c2af6727ec7d777495cf89da Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:17:59 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/diff-lcs_git.bb Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities to create a simple HTML diff output format and a standard diff-like tool. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- .../recipes-devtools/ruby/diff-lcs_git.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb (limited to 'meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb') diff --git a/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb b/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb new file mode 100644 index 0000000..fc7956d --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb @@ -0,0 +1,27 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "Computes the difference between two Enumerable sequences." +DESCRIPTION = "Diff::LCS computes the difference between two \ +Enumerable sequences using the McIlroy-Hunt longest common subsequence \ +(LCS) algorithm. It includes utilities to create a simple HTML diff \ +output format and a standard diff-like tool." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://License.rdoc;md5=debd9dff6792a920e1ca0ee909e1926a" + +PR = "r0" + +BPV = "1.2.5" +PV = "${BPV}" +SRCREV = "d53e92242b9dd6745e56a0ff4ba15d2f62052b91" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/halostatue/diff-lcs.git \ + " + +inherit ruby + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf