summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-09-23 15:53:38 +0000
committerHans de Graaff <graaff@gentoo.org>2012-09-23 15:53:38 +0000
commit45487792110204a62e75537bb3de025bbe3f894c (patch)
treed798c09ca5575f14bcfde8b4200d6db3af331e4f /dev-ruby/test-spec
parentVersion bump, drop old. (diff)
downloadgentoo-2-45487792110204a62e75537bb3de025bbe3f894c.tar.gz
gentoo-2-45487792110204a62e75537bb3de025bbe3f894c.tar.bz2
gentoo-2-45487792110204a62e75537bb3de025bbe3f894c.zip
Cleanup.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/test-spec')
-rw-r--r--dev-ruby/test-spec/ChangeLog6
-rw-r--r--dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild34
-rw-r--r--dev-ruby/test-spec/test-spec-0.10.0-r3.ebuild35
3 files changed, 5 insertions, 70 deletions
diff --git a/dev-ruby/test-spec/ChangeLog b/dev-ruby/test-spec/ChangeLog
index 2b132a88acaf..190a7cd226e1 100644
--- a/dev-ruby/test-spec/ChangeLog
+++ b/dev-ruby/test-spec/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/test-spec
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/ChangeLog,v 1.28 2012/08/10 10:31:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/ChangeLog,v 1.29 2012/09/23 15:53:38 graaff Exp $
+
+ 23 Sep 2012; Hans de Graaff <graaff@gentoo.org> -test-spec-0.10.0-r2.ebuild,
+ -test-spec-0.10.0-r3.ebuild:
+ Cleanup.
10 Aug 2012; Anthony G. Basile <blueness@gentoo.org>
test-spec-0.10.0-r4.ebuild:
diff --git a/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild b/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild
deleted file mode 100644
index fe4d03451023..000000000000
--- a/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild,v 1.16 2012/05/01 18:24:05 armin76 Exp $
-
-EAPI="2"
-
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_EXTRADOC="README SPECS ROADMAP TODO"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="A library to do Behavior Driven Development with Test::Unit"
-HOMEPAGE="http://chneukirchen.org/blog/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-ruby_add_rdepend virtual/ruby-test-unit
-ruby_add_bdepend test dev-ruby/mocha
-
-all_ruby_prepare() {
- epatch "${FILESDIR}"/${P}-jruby.patch
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc examples/* || die
-}
diff --git a/dev-ruby/test-spec/test-spec-0.10.0-r3.ebuild b/dev-ruby/test-spec/test-spec-0.10.0-r3.ebuild
deleted file mode 100644
index 1fde2f1fd82e..000000000000
--- a/dev-ruby/test-spec/test-spec-0.10.0-r3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/test-spec-0.10.0-r3.ebuild,v 1.4 2012/05/12 04:12:27 flameeyes Exp $
-
-EAPI="2"
-
-# ruby19 → incompatible with test-unit so fails badly
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_EXTRADOC="README SPECS ROADMAP TODO"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="A library to do Behavior Driven Development with Test::Unit"
-HOMEPAGE="http://chneukirchen.org/blog/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend virtual/ruby-test-unit
-ruby_add_bdepend test dev-ruby/mocha
-
-all_ruby_prepare() {
- epatch "${FILESDIR}"/${P}-jruby.patch
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc examples/* || die
-}