dev-ruby/simplecov: cleanup
authorHans de Graaff <graaff@gentoo.org>
Mon, 22 Jan 2018 06:54:02 +0000 (07:54 +0100)
committerHans de Graaff <graaff@gentoo.org>
Mon, 22 Jan 2018 06:54:02 +0000 (07:54 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-ruby/simplecov/Manifest
dev-ruby/simplecov/simplecov-0.13.0.ebuild [deleted file]
dev-ruby/simplecov/simplecov-0.14.0.ebuild [deleted file]

index 2d871eeb04743f7e7f11fcdaa637642d0573331b..310b2501412d75b87b223edad5f79299963ddeac 100644 (file)
@@ -1,3 +1 @@
-DIST simplecov-0.13.0.gem 55808 BLAKE2B eebc4d6dd7ecbe6ade922bcdf81b74a4c159f5987b46925f71a3dfdb17d11a228b6c97a4a0a4258be03163a16a1786949701d92904d58f580b613fb06c0710c4 SHA512 9cc7f88e1a8b793d69e4fc92610805202d68f1c883cdddc7ae9426d250ebd68d72b61879801897748e26750db04f51d3dd0332fe807dab6ec0b2c982b8693d69
-DIST simplecov-0.14.0.gem 58368 BLAKE2B c70c72b9a8275564427df0f7c9bf4590359ecb62ee53994c328facffbaf041548f78f02be28f556d5b815ddba52947d9eb355b54ef4f1be6b2528024a96ae22b SHA512 ce0c1960f65f15c6271d9ad75553332e3ae256ba4c28d5c4255eaf6ceb5f0222be1bd79b7773373ac30549fa9ee9fb7f471ff69eaa81359c019f96f525856cad
 DIST simplecov-0.14.1.gem 58880 BLAKE2B 61882c34341555ce47df82f8931a8c457d0c6d69a143fa4c9999ff0b3aafb8510d2957627e1dfa9e3819c1509670fdc0a062021eb6655914cc935f9abbd584a1 SHA512 7b62fef6df1d3b395b03a5444d65430ae645aca7c13e6694f4377b35a82c0b4503e5d53a94512ff06e634a6d81331a8bce31787dba793517ecd3e502220afbaf
diff --git a/dev-ruby/simplecov/simplecov-0.13.0.ebuild b/dev-ruby/simplecov/simplecov-0.13.0.ebuild
deleted file mode 100644 (file)
index ec401c9..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-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 merging 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/json-1.8:0 <dev-ruby/json-3: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
-)"
-
-# There are also cucumber tests that require poltergeist and unpackaged phantomjs gem.
-
-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
-}
diff --git a/dev-ruby/simplecov/simplecov-0.14.0.ebuild b/dev-ruby/simplecov/simplecov-0.14.0.ebuild
deleted file mode 100644 (file)
index ec401c9..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-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 merging 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/json-1.8:0 <dev-ruby/json-3: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
-)"
-
-# There are also cucumber tests that require poltergeist and unpackaged phantomjs gem.
-
-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
-}