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/binding_of_caller/
Date: Thu, 11 Jan 2018 05:44:27 +0000 (UTC)	[thread overview]
Message-ID: <1515649200.40f796c5fb6bc7dbd14d311344c63094e5baed2c.graaff@gentoo> (raw)

commit:     40f796c5fb6bc7dbd14d311344c63094e5baed2c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 05:40:00 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 05:40:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f796c5

dev-ruby/binding_of_caller: add 0.8.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/binding_of_caller/Manifest                |  1 +
 .../binding_of_caller-0.8.0.ebuild                 | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/binding_of_caller/Manifest b/dev-ruby/binding_of_caller/Manifest
index b28edc414e4..142794adf77 100644
--- a/dev-ruby/binding_of_caller/Manifest
+++ b/dev-ruby/binding_of_caller/Manifest
@@ -1,2 +1,3 @@
 DIST binding_of_caller-0.7.2.gem 85504 BLAKE2B 5bee625852c4c32bb41b2eec57925479bf6315b73fd7486c2f0a2df88e42e2134bcca3d5b2c5accc4410fd6f0ec7b4be2aa26f1059325a96b136b5d7898c1a67 SHA512 6eb114070c3f15801c4f2454433630c207c2fb93afcf5906fa1288985303ff87c54ca07273b623bc2d3f76dc5bf363feb1561e109f599776a785aab65dfd7132
 DIST binding_of_caller-0.7.3.gem 87552 BLAKE2B 5cceef6f8be2d8360d55ffd6b82148411bd65aa56f811719840465e4e5fb77f88ebb1917eac1a5b65e24abf9ed0ad860afc2aff1e8309e4b6832bc3a0ee915df SHA512 e16bfc1fffe7e7d87013506a28f2894c3737a9dfd149ab4c7deee7332e6a3b8eecde5d837a58defcb0ad45a6a8d01ffd7b1e32a9395fa895d2dc84d8e534e547
+DIST binding_of_caller-0.8.0.gem 87552 BLAKE2B 9097fe2dbf1e5ea2361bee94cb83ce8152f7e1357caecf1217b1643be225e21e5aa793e7fccbef5c983d5c204b95e633ded490158dfdd1d4e99fca81c51cb910 SHA512 d6ea4e893415eaf3614b109f8f36c3fa2378da9997d013fccbd0fc1e598886d11f7843023ceed2468184d5b8df01e2329ef16c7af57bc60bbd47304a53b43974

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
new file mode 100644
index 00000000000..1235b94b169
--- /dev/null
+++ b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Retrieve the binding of a method's caller"
+HOMEPAGE="https://github.com/banister/binding_of_caller"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
+
+ruby_add_bdepend "test? ( dev-ruby/bacon )"
+
+each_ruby_test() {
+	${RUBY} -S bacon -Itest -rubygems -a -q || die
+}


             reply	other threads:[~2018-01-11  5:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-11  5:44 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-05  4:44 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/binding_of_caller/ Hans de Graaff
2024-03-08  9:47 Hans de Graaff
2023-12-31 19:49 Hans de Graaff
2023-08-27 17:59 Hans de Graaff
2023-07-03  9:15 Hans de Graaff
2022-05-08  5:44 Hans de Graaff
2022-05-08  5:44 Hans de Graaff
2021-06-30  6:56 Hans de Graaff
2021-02-28  6:43 Hans de Graaff
2020-08-23  5:42 Hans de Graaff
2019-02-03 10:49 Hans de Graaff
2018-12-15  7:42 Hans de Graaff
2018-02-02 11:25 Hans de Graaff
2018-02-02 11:25 Hans de Graaff
2017-10-22  6:16 Hans de Graaff
2017-08-16  6:12 Hans de Graaff
2016-12-17  6:01 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=1515649200.40f796c5fb6bc7dbd14d311344c63094e5baed2c.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