summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-08-25 07:20:54 +0000
committerHans de Graaff <graaff@gentoo.org>2013-08-25 07:20:54 +0000
commit93ecc7ec74e33d84f59faffc10faeaed0c1e2429 (patch)
treef5448f2cf3c10fe05bb389a02c51cf25a2d6b135 /dev-ruby
parentBump (diff)
downloadgentoo-2-93ecc7ec74e33d84f59faffc10faeaed0c1e2429.tar.gz
gentoo-2-93ecc7ec74e33d84f59faffc10faeaed0c1e2429.tar.bz2
gentoo-2-93ecc7ec74e33d84f59faffc10faeaed0c1e2429.zip
Cleanup. There is no need to keep old versions around.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/simplecov/ChangeLog5
-rw-r--r--dev-ruby/simplecov/simplecov-0.5.4.ebuild49
2 files changed, 4 insertions, 50 deletions
diff --git a/dev-ruby/simplecov/ChangeLog b/dev-ruby/simplecov/ChangeLog
index 4ac796a39ea0..06d342b864b2 100644
--- a/dev-ruby/simplecov/ChangeLog
+++ b/dev-ruby/simplecov/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/simplecov
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov/ChangeLog,v 1.5 2013/08/23 23:34:01 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov/ChangeLog,v 1.6 2013/08/25 07:20:54 graaff Exp $
+
+ 25 Aug 2013; Hans de Graaff <graaff@gentoo.org> -simplecov-0.5.4.ebuild:
+ Cleanup. There is no need to keep old versions around.
23 Aug 2013; Rick Farina <zerochaos@gentoo.org> simplecov-0.5.4.ebuild:
no tests for now, they don't work
diff --git a/dev-ruby/simplecov/simplecov-0.5.4.ebuild b/dev-ruby/simplecov/simplecov-0.5.4.ebuild
deleted file mode 100644
index 4bbc0fa9427c..000000000000
--- a/dev-ruby/simplecov/simplecov-0.5.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov/simplecov-0.5.4.ebuild,v 1.2 2013/08/23 23:34:01 zerochaos Exp $
-
-EAPI=5
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-#tests fail horribly
-RUBY_FAKEGEM_RECIPE_TEST=""
-
-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"
-IUSE="doc"
-
-ruby_add_rdepend ">=dev-ruby/multi_json-1.0.3
- <=dev-ruby/simplecov-html-0.5.3"
-
-ruby_add_bdepend "test? (
- dev-ruby/rspec
- dev-ruby/shoulda
- dev-ruby/test-unit:2
- dev-util/cucumber
- dev-util/aruba
- dev-ruby/capybara
-)"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/ s:^:#:' test/helper.rb features/support/env.rb || die
-
- # Avoid currently failing test, needs further research.
- rm test/test_merge_helpers.rb || die
-}
-
-each_ruby_test() {
- ruby-ng_testrb-2 -Ilib test/test_*.rb
-
- ${RUBY} -S cucumber features || die
-}