All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nathan Hartman" <hnathan918@gmail.com>
To: <meta-virtualization@lists.yoctoproject.org>
Cc: Nathan Hartman <hnathan918@gmail.com>
Subject: [meta-virtualization][m-c-s][PATCH 7/8] Initial strptime ruby recipe
Date: Thu, 20 Feb 2020 11:58:05 -0800	[thread overview]
Message-ID: <20200220195806.173460-7-hnathan918@gmail.com> (raw)
In-Reply-To: <20200220195806.173460-1-hnathan918@gmail.com>

Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
---
 .../recipes-devtools/ruby/strptime_0.2.3.bb         | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb

diff --git a/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb b/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb
new file mode 100644
index 0000000..20a1f5b
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb
@@ -0,0 +1,13 @@
+SUMMARY = "a fast strpitme engine"
+HOMEPAGE = "https://github.com/nurse/strptime"
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f19575067ffc5f1ddc02c74eeef9904f"
+
+SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;tag=v0.2.3"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "bash"
+
+inherit ruby
-- 
2.17.1


  parent reply	other threads:[~2020-02-20 19:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-20 19:57 [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0 Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 2/8] Initial concurrent-ruby, tzinfo and tzinfo-data ruby recipes Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 3/8] Initial cool.io ruby recipe Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 4/8] Initial http_parser.rb " Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 5/8] Initial msgpack " Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 6/8] Initial sigdump and serverengine ruby recipes Nathan Hartman
2020-02-20 19:58 ` Nathan Hartman [this message]
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 8/8] Initial fluentd recipe Nathan Hartman
2020-02-20 21:25 ` [meta-virtualization][m-c-s][PATCH 0/8] Added Fluentd and dependencies Nathan Hartman
2020-02-27 22:17   ` Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200220195806.173460-7-hnathan918@gmail.com \
    --to=hnathan918@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.