From 4789b4a205de6c8aa830a45f3d5537a902120309 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:19:10 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/ipaddress_git.bb IPAddress is a Ruby library designed to make the use of IPv4 and IPv6 addresses simple, powerful and enjoyable. It provides a complete set of methods to handle IP addresses for any need, from simple scripting to full network design. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- .../recipes-devtools/ruby/ipaddress_git.bb | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/ipaddress_git.bb diff --git a/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb b/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb new file mode 100644 index 0000000..116bcf5 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb @@ -0,0 +1,28 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "Ruby library designed to make the use of IPv4 and IPv6 addresses simple" +DESCRIPTION = "IPAddress is a Ruby library designed to make the use of \ +IPv4 and IPv6 addresses simple, powerful and enjoyable. It provides a \ +complete set of methods to handle IP addresses for any need, from \ +simple scripting to full network design." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=52f3a53aa4932dc3fbda4d659f7baa8c" + +PR = "r0" + +BPV = "0.8.0" +PV = "${BPV}" +# SRCREV is one above release as upstream tag was off +SRCREV = "96aaf68210d644157bd57a6ec3e38c49f38bfc34" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/bluemonk/ipaddress.git \ + " + +inherit ruby + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf