From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FFA71396D9 for ; Sun, 22 Oct 2017 06:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45B0E2BC002; Sun, 22 Oct 2017 06:16:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B0BC2BC002 for ; Sun, 22 Oct 2017 06:16:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75EBA33BF0B for ; Sun, 22 Oct 2017 06:16:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E6B0316 for ; Sun, 22 Oct 2017 06:16:43 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1508652959.068d5e856e9f5a09b881ed791b3d60918c57d302.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/binding_of_caller/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/binding_of_caller/Manifest dev-ruby/binding_of_caller/binding_of_caller-0.7.3.ebuild X-VCS-Directories: dev-ruby/binding_of_caller/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 068d5e856e9f5a09b881ed791b3d60918c57d302 X-VCS-Branch: master Date: Sun, 22 Oct 2017 06:16:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d523e84e-7867-4a72-8f56-c43b92971b31 X-Archives-Hash: 07862df3a11c3a069fb3e5f7903600fb commit: 068d5e856e9f5a09b881ed791b3d60918c57d302 Author: Hans de Graaff gentoo org> AuthorDate: Sun Oct 22 06:15:59 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Oct 22 06:15:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068d5e85 dev-ruby/binding_of_caller: add 0.7.3 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ruby/binding_of_caller/Manifest | 1 + .../binding_of_caller-0.7.3.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-ruby/binding_of_caller/Manifest b/dev-ruby/binding_of_caller/Manifest index 4c7382e3a35..280e12be21c 100644 --- a/dev-ruby/binding_of_caller/Manifest +++ b/dev-ruby/binding_of_caller/Manifest @@ -1 +1,2 @@ DIST binding_of_caller-0.7.2.gem 85504 SHA256 d327682ce1d8e8cc46e282a46052946af0de16bef734014c63df0aac66334f96 SHA512 6eb114070c3f15801c4f2454433630c207c2fb93afcf5906fa1288985303ff87c54ca07273b623bc2d3f76dc5bf363feb1561e109f599776a785aab65dfd7132 WHIRLPOOL 1ccfe6389e0a62730015e2e9bc3b0c20278e9175411561ab913225179e2bc37e58b66aa45cdd8fac32ec67c68a7838471a92140ffe1eb0be5a419b9a551721db +DIST binding_of_caller-0.7.3.gem 87552 SHA256 c32ba3d6a64a1272118e09d40ae1b0f496924c35baef7149859ee52a453f2ec0 SHA512 e16bfc1fffe7e7d87013506a28f2894c3737a9dfd149ab4c7deee7332e6a3b8eecde5d837a58defcb0ad45a6a8d01ffd7b1e32a9395fa895d2dc84d8e534e547 WHIRLPOOL 5095fd9fb3e253f3893a94579f00234558c32b11bcab32a20cd6bb05a9145f15f452b51e16ad2ceec1a4b08a74adf17222d3b665513458e7445cff6e496cc040 diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.7.3.ebuild b/dev-ruby/binding_of_caller/binding_of_caller-0.7.3.ebuild new file mode 100644 index 00000000000..db88afa35d4 --- /dev/null +++ b/dev-ruby/binding_of_caller/binding_of_caller-0.7.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 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 +}