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 4C303139694 for ; Sun, 16 Jul 2017 06:49:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D631E0DC3; Sun, 16 Jul 2017 06:49:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6A1E8E0DC3 for ; Sun, 16 Jul 2017 06:49:24 +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 78A4F341A38 for ; Sun, 16 Jul 2017 06:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1112374B7 for ; Sun, 16 Jul 2017 06:49:22 +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: <1500187533.e6cf369ade36fad7c6bbb896f36d841e533c9d66.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/awesome_print/Manifest dev-ruby/awesome_print/awesome_print-1.8.0.ebuild X-VCS-Directories: dev-ruby/awesome_print/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e6cf369ade36fad7c6bbb896f36d841e533c9d66 X-VCS-Branch: master Date: Sun, 16 Jul 2017 06:49:22 +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: 560db353-937b-4327-a0a6-c0610ed31a3d X-Archives-Hash: 5cce52e929b0b84a2d2241176e62ff36 commit: e6cf369ade36fad7c6bbb896f36d841e533c9d66 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 16 06:32:16 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jul 16 06:45:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cf369a dev-ruby/awesome_print: add 1.8.0 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/awesome_print/Manifest | 1 + dev-ruby/awesome_print/awesome_print-1.8.0.ebuild | 39 +++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest index 7009947eaaf..b19371b8737 100644 --- a/dev-ruby/awesome_print/Manifest +++ b/dev-ruby/awesome_print/Manifest @@ -1 +1,2 @@ DIST awesome_print-1.7.0.tar.gz 39436 SHA256 9f844b1f085718d5ba1968be79614dc93202b05166df4b09649e974db37e9634 SHA512 a49cf98c373ccc39a3f80b8ba531edb1f1bb63ba2dea10339aa3cdeae3e63863043c6a5fb0143569e1a50b2e340256210a170cccda3fc609aa3fccef20cfd080 WHIRLPOOL b6c9c5b3fde85618448145f050b7fe4cd9ea067c254bb25beb4dcc98e128597a1f2546022548d3a8502417f98bad04fb321021188ea7211e0087380dd56db225 +DIST awesome_print-1.8.0.tar.gz 42605 SHA256 97589bcb4abad8159218aa8e45d3d61b6951f16ffc99b673f4968ec0bc08d9b8 SHA512 72ac5c4d918c84adba5ea7a60502ac89d57c5734b0b557d0171caae86b5f13ce316c5d7717315ff56c7f7a0959efeb244b6b85f4147c14ec8bf9e128488cf480 WHIRLPOOL a6ab43069459ee4bdff33f519a71aa7f300db2eb8e27180e9768bf457f3a8d3a0eacbb9feea522732032ec0725d05c50d242524c9dd9c907e684922e7b4f9caf diff --git a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild new file mode 100644 index 00000000000..7caeb5ca5ec --- /dev/null +++ b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Library to pretty print Ruby objects in full color with proper indentation" +HOMEPAGE="https://github.com/awesome-print/awesome_print" +SRC_URI="https://github.com/awesome-print/awesome_print/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" + +KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd" +SLOT="0" +IUSE="" + +ruby_add_bdepend "test? ( + dev-ruby/nokogiri +)" + +all_ruby_prepare() { + sed -i -e '/codeclimate/I s:^:#:' \ + -e '/simplecov/I s:^:#:' \ + spec/spec_helper.rb || die + + # Avoid activerecord specs since they don't run + # consistently accross rails versions and not all + # arches have rails + rm -f spec/ext/active_record_spec.rb || die +}