diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-05-20 15:19:10 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-24 00:27:56 -0400 |
| commit | afdb190fd6bc878db7c93ea3027c2e4c3654eb9e (patch) | |
| tree | 4034c7fd3249b59f5ba46e3cbc5073e77d745505 /meta-openstack/recipes-devtools/ruby | |
| parent | b210456c63f20de19f832af88a21cb6df2617e90 (diff) | |
| download | meta-cloud-services-afdb190fd6bc878db7c93ea3027c2e4c3654eb9e.tar.gz | |
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 <mark.asselstine@windriver.com>
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/ipaddress_git.bb | 28 |
1 files changed, 28 insertions, 0 deletions
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 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | SUMMARY = "Ruby library designed to make the use of IPv4 and IPv6 addresses simple" | ||
| 5 | DESCRIPTION = "IPAddress is a Ruby library designed to make the use of \ | ||
| 6 | IPv4 and IPv6 addresses simple, powerful and enjoyable. It provides a \ | ||
| 7 | complete set of methods to handle IP addresses for any need, from \ | ||
| 8 | simple scripting to full network design." | ||
| 9 | |||
| 10 | LICENSE = "MIT" | ||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=52f3a53aa4932dc3fbda4d659f7baa8c" | ||
| 12 | |||
| 13 | PR = "r0" | ||
| 14 | |||
| 15 | BPV = "0.8.0" | ||
| 16 | PV = "${BPV}" | ||
| 17 | # SRCREV is one above release as upstream tag was off | ||
| 18 | SRCREV = "96aaf68210d644157bd57a6ec3e38c49f38bfc34" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | SRC_URI = " \ | ||
| 23 | git://github.com/bluemonk/ipaddress.git \ | ||
| 24 | " | ||
| 25 | |||
| 26 | inherit ruby | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native" | ||
