From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6F1AD59CA5 for ; Mon, 21 Mar 2016 22:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E86D21C001; Mon, 21 Mar 2016 22:11:19 +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 0218B21C001 for ; Mon, 21 Mar 2016 22:11:18 +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 9C36A3407E6 for ; Mon, 21 Mar 2016 22:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59AF7859 for ; Mon, 21 Mar 2016 22:11:15 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1458598192.6eeb41fe0d7356124cad55b201716a4d061dcf45.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simplecov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/simplecov/Manifest dev-ruby/simplecov/simplecov-0.11.1.ebuild X-VCS-Directories: dev-ruby/simplecov/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 6eeb41fe0d7356124cad55b201716a4d061dcf45 X-VCS-Branch: master Date: Mon, 21 Mar 2016 22:11:15 +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: 66628518-29df-49cf-9848-bfa8f360dab2 X-Archives-Hash: b47a6670c8257d422a00f664d5cae85d commit: 6eeb41fe0d7356124cad55b201716a4d061dcf45 Author: Manuel Rüger gentoo org> AuthorDate: Mon Mar 21 22:09:52 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Mar 21 22:09:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eeb41fe dev-ruby/simplecov: Remove old Package-Manager: portage-2.2.28 dev-ruby/simplecov/Manifest | 1 - dev-ruby/simplecov/simplecov-0.11.1.ebuild | 43 ------------------------------ 2 files changed, 44 deletions(-) diff --git a/dev-ruby/simplecov/Manifest b/dev-ruby/simplecov/Manifest index 4c7f5bb..2923961 100644 --- a/dev-ruby/simplecov/Manifest +++ b/dev-ruby/simplecov/Manifest @@ -1,2 +1 @@ -DIST simplecov-0.11.1.gem 54272 SHA256 90b822809b69f25a39a44719e6b6d163570be58ff2739b91e92126f0a3f52fb7 SHA512 b7132a7ba76aa35d6961925d68dda240fc3efab8f0c0ad87403a49bf5f7324bef7b3a368fd9047c6b5561a532f12f9b42f743f56385af53ae64871407be29f33 WHIRLPOOL 65226e18886c04bcd61eaf6a0f853c30b8d633e7b7f025495b0d6e9d96c1a3d6e5e319a7fdc8d497f456e9e406e602e5a68bae31125fd71cd09ea1339f98440f DIST simplecov-0.11.2.gem 54784 SHA256 82e330864f84955d6c443e7d233474e91731b2850ba35b21997a8aad798712dc SHA512 c93ea47a6e3c9b62fd83adf1e480da66fc82ce50106b1749a9d94b7e90ef2aaf34c14c67b1ac12268765695da62895b12f060051a05c26dac41ed7df7575e3f3 WHIRLPOOL 34b891f608fcf3c2d021a96952be0f19c45b643ee8b5d58dfb102f8211a1fbd07e6a8a54a296a8ef0ae39f22bfcf797aad9ea979e1a9d0654335c272cec33be2 diff --git a/dev-ruby/simplecov/simplecov-0.11.1.ebuild b/dev-ruby/simplecov/simplecov-0.11.1.ebuild deleted file mode 100644 index 974bcee..0000000 --- a/dev-ruby/simplecov/simplecov-0.11.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_TASK_DOC="" - -inherit ruby-fakegem - -DESCRIPTION="Code coverage with a configuration library and automatic merging of coverage across test suites" -HOMEPAGE="https://www.ruby-toolbox.com/projects/simplecov https://github.com/colszowka/simplecov" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="0.8" -IUSE="doc" - -ruby_add_rdepend ">=dev-ruby/multi_json-1.0 - dev-ruby/simplecov-html:0.10 - >=dev-ruby/docile-1.1.0" - -ruby_add_bdepend "test? ( - dev-ruby/rspec:3 - dev-ruby/test-unit:2 - dev-util/cucumber - dev-util/aruba - dev-ruby/capybara -)" - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/ s:^:#:' spec/helper.rb features/support/env.rb || die -} - -each_ruby_test() { - RSPEC_VERSION=3 ruby-ng_rspec spec/*spec.rb || die - -# ${RUBY} -S cucumber features || die -}