summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-02-24 08:09:19 +0000
committerHans de Graaff <graaff@gentoo.org>2013-02-24 08:09:19 +0000
commit89187c60e92d551805d7528de8533c3b9a6ce97a (patch)
tree8831cc12fbe0b83e17dfbd923e1ad70025086904 /dev-ruby/rspec
parentAlso set the RUBY_FAKEGEM_DOCDIR default for the rake recipe. This fixes a re... (diff)
downloadgentoo-2-89187c60e92d551805d7528de8533c3b9a6ce97a.tar.gz
gentoo-2-89187c60e92d551805d7528de8533c3b9a6ce97a.tar.bz2
gentoo-2-89187c60e92d551805d7528de8533c3b9a6ce97a.zip
Cleanup.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/rspec')
-rw-r--r--dev-ruby/rspec/ChangeLog6
-rw-r--r--dev-ruby/rspec/rspec-2.10.0.ebuild28
-rw-r--r--dev-ruby/rspec/rspec-2.11.0.ebuild28
3 files changed, 5 insertions, 57 deletions
diff --git a/dev-ruby/rspec/ChangeLog b/dev-ruby/rspec/ChangeLog
index 607640216074..c52c5a622779 100644
--- a/dev-ruby/rspec/ChangeLog
+++ b/dev-ruby/rspec/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rspec
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.139 2013/01/21 16:21:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.140 2013/02/24 08:09:19 graaff Exp $
+
+ 24 Feb 2013; Hans de Graaff <graaff@gentoo.org> -rspec-2.10.0.ebuild,
+ -rspec-2.11.0.ebuild:
+ Cleanup.
21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> rspec-2.12.0.ebuild:
Stable for sparc, wrt bug #450532
diff --git a/dev-ruby/rspec/rspec-2.10.0.ebuild b/dev-ruby/rspec/rspec-2.10.0.ebuild
deleted file mode 100644
index 67a8cfee0910..000000000000
--- a/dev-ruby/rspec/rspec-2.10.0.ebuild
+++ /dev/null
@@ -1,28 +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/rspec/rspec-2.10.0.ebuild,v 1.4 2013/01/15 05:53:32 zerochaos Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="http://rspec.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(get_version_component_range 1-2)"
-
-ruby_add_rdepend "
- =dev-ruby/rspec-core-${SUBVERSION}*
- =dev-ruby/rspec-expectations-${SUBVERSION}*
- =dev-ruby/rspec-mocks-${SUBVERSION}*"
diff --git a/dev-ruby/rspec/rspec-2.11.0.ebuild b/dev-ruby/rspec/rspec-2.11.0.ebuild
deleted file mode 100644
index 53fb9cc0c0d0..000000000000
--- a/dev-ruby/rspec/rspec-2.11.0.ebuild
+++ /dev/null
@@ -1,28 +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/rspec/rspec-2.11.0.ebuild,v 1.3 2013/01/15 05:53:32 zerochaos Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="http://rspec.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(get_version_component_range 1-2)"
-
-ruby_add_rdepend "
- =dev-ruby/rspec-core-${SUBVERSION}*
- =dev-ruby/rspec-expectations-${SUBVERSION}*
- =dev-ruby/rspec-mocks-${SUBVERSION}*"