From 45487792110204a62e75537bb3de025bbe3f894c Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 23 Sep 2012 15:53:38 +0000 Subject: Cleanup. (Portage version: 2.1.11.9/cvs/Linux x86_64) --- dev-ruby/test-spec/ChangeLog | 6 ++++- dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild | 34 -------------------------- dev-ruby/test-spec/test-spec-0.10.0-r3.ebuild | 35 --------------------------- 3 files changed, 5 insertions(+), 70 deletions(-) delete mode 100644 dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild delete mode 100644 dev-ruby/test-spec/test-spec-0.10.0-r3.ebuild (limited to 'dev-ruby/test-spec') 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 -test-spec-0.10.0-r2.ebuild, + -test-spec-0.10.0-r3.ebuild: + Cleanup. 10 Aug 2012; Anthony G. Basile 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 -} -- cgit v1.2.3-65-gdbad