public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jmespath/
Date: Fri,  1 Apr 2016 06:09:25 +0000 (UTC)	[thread overview]
Message-ID: <1459490947.d93305702a73adc1796b35de1a7a3a5242eb54d7.graaff@gentoo> (raw)

commit:     d93305702a73adc1796b35de1a7a3a5242eb54d7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 06:09:07 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 06:09:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9330570

dev-ruby/jmespath: add 1.2.2

Package-Manager: portage-2.2.26

 dev-ruby/jmespath/Manifest              |  1 +
 dev-ruby/jmespath/jmespath-1.2.2.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/jmespath/Manifest b/dev-ruby/jmespath/Manifest
index 2d6562e..6e7ef0c 100644
--- a/dev-ruby/jmespath/Manifest
+++ b/dev-ruby/jmespath/Manifest
@@ -1 +1,2 @@
 DIST jmespath-1.1.3.tar.gz 34314 SHA256 2c987327ab21bdab28b310cd3696af9cdf2e6264b0174ee40ecfd26d855c02b4 SHA512 ea76eb9fcda4cae9a874d120c81c9dc6bea0a7988287a88c9dabedc3755c9ce3ccea7a485de76d00a0e010f4f534fefa6acc99f865e370c7788b40ec10181fcf WHIRLPOOL aec4eb9fb25026e43de99da4403a12db170a9b841c5cd40d38f6a01acc4574eed9c798a57fd19c8991838d9009ccda62c701154689e8157f29e9546d3752e020
+DIST jmespath-1.2.2.tar.gz 38801 SHA256 0425a2b8e39f129edd0827cfa995a4e5176dc6af7dc702b7f2474ab91951bab1 SHA512 4af9cf3100b31304428cf7bea4d479157a08504b6a19e045aa9f52c45f591563fa9e18f385ae8fb24783e20756ad4bebf62c50e4d7b08f932661f2e77e2cb824 WHIRLPOOL d59fc2de76188a3739a5cf60111ef1230978034e83637ad2c8fedea5b8842358b8b00c17fbc18402611fd96d045e4e7a0cee04279e0a39c8b31a858bb7d1ac3f

diff --git a/dev-ruby/jmespath/jmespath-1.2.2.ebuild b/dev-ruby/jmespath/jmespath-1.2.2.ebuild
new file mode 100644
index 0000000..e6d7fd1
--- /dev/null
+++ b/dev-ruby/jmespath/jmespath-1.2.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implements JMESPath for Ruby"
+HOMEPAGE="https://github.com/jmespath/jmespath.rb"
+SRC_URI="https://github.com/jmespath/jmespath.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="${PN}.rb-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+	sed -i -e '/simplecov/I s:^:#:' \
+		spec/{compliance_spec,compliance_without_errors_spec,spec_helper}.rb || die
+}


             reply	other threads:[~2016-04-01  6:09 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-01  6:09 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-31 19:10 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jmespath/ Hans de Graaff
2023-07-03  9:15 Hans de Graaff
2023-04-02  5:07 Sam James
2022-11-28  7:01 Hans de Graaff
2022-07-22  8:52 Hans de Graaff
2022-05-03  4:30 Hans de Graaff
2022-05-03  4:30 Hans de Graaff
2022-03-14  6:34 Hans de Graaff
2022-02-23  5:53 Hans de Graaff
2022-01-11  6:25 Hans de Graaff
2020-10-01  0:26 Sam James
2020-08-16 16:30 Hans de Graaff
2019-02-02  7:55 Hans de Graaff
2018-12-19  6:23 Hans de Graaff
2018-04-05  5:36 Hans de Graaff
2017-06-27  3:55 Hans de Graaff
2017-06-27  3:55 Hans de Graaff
2016-07-20  5:08 Hans de Graaff
2016-07-08  5:09 Hans de Graaff
2016-07-08  5:09 Hans de Graaff
2016-04-13  4:53 Hans de Graaff
2015-12-02  6:16 Hans de Graaff

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=1459490947.d93305702a73adc1796b35de1a7a3a5242eb54d7.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox