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 3B3681395E1 for ; Tue, 1 Nov 2016 06:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86497E0B41; Tue, 1 Nov 2016 06:28:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E531E0B41 for ; Tue, 1 Nov 2016 06:28:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FA9D341059 for ; Tue, 1 Nov 2016 06:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39C4C248D for ; Tue, 1 Nov 2016 06:28:48 +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: <1477981176.46c23ff1e8cbfd4a08595a7f868ad69174dcd3cb.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/instantiator/Manifest dev-ruby/instantiator/instantiator-0.0.7.ebuild X-VCS-Directories: dev-ruby/instantiator/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 46c23ff1e8cbfd4a08595a7f868ad69174dcd3cb X-VCS-Branch: master Date: Tue, 1 Nov 2016 06:28:48 +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: ec243ce0-08eb-47bd-bf10-50ace0a54f56 X-Archives-Hash: c59966f322b3e01bae95435da96e9650 commit: 46c23ff1e8cbfd4a08595a7f868ad69174dcd3cb Author: Hans de Graaff gentoo org> AuthorDate: Tue Nov 1 06:19:36 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Nov 1 06:19:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c23ff1 dev-ruby/instantiator: add 0.0.7 Package-Manager: portage-2.3.0 dev-ruby/instantiator/Manifest | 1 + dev-ruby/instantiator/instantiator-0.0.7.ebuild | 26 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-ruby/instantiator/Manifest b/dev-ruby/instantiator/Manifest index f5ddb85..517d2cb 100644 --- a/dev-ruby/instantiator/Manifest +++ b/dev-ruby/instantiator/Manifest @@ -1 +1,2 @@ DIST instantiator-0.0.6.gem 6144 SHA256 3188fc49f11871d901656c7c01fd8eb035ee4b70f0d619228a69e79e1ec4d555 SHA512 0d24c804dd048c071e5ddd021a1adcb907eb642df16ce841fdca2efdfd5604f73d065ad4496cf6d63bdff73e7488391d7226bdc0d918d2813502ca3d4fc615a1 WHIRLPOOL ee7be68985c79bdece394bc84766e754f115127910ac68f9c1a73f370c2b0e2d271dde23266ffafd3b6f1b784441855c3e1429f674265fe9ab82fe64f3966a47 +DIST instantiator-0.0.7.gem 8192 SHA256 797de5c6e264cbf67aefa24aee31302604b250dd23c0f237a827633fdfe00770 SHA512 b37a9380d787252244d2b85bb99365f4a4ecdab58f76caf5e59df00b239f4981119eb5c2eb2fe6ddcf810bb0fb43695f8926370a101f4223fa28811953e6731d WHIRLPOOL 73291a1979dff6fabf79d9d0ebb3c5f05df17af3ac2c3f664556a49531723fbe9e6a587c47a0355ebeb5f7e4edb18f51ed235f2b192fc8a124498be8911cd527 diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild b/dev-ruby/instantiator/instantiator-0.0.7.ebuild new file mode 100644 index 00000000..040e4a1 --- /dev/null +++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild @@ -0,0 +1,26 @@ +# 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_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Instantiate an arbitrary Ruby class" +HOMEPAGE="https://github.com/floehopper/introspection" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +ruby_add_rdepend "dev-ruby/blankslate:*" + +all_ruby_prepare() { + sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die +}