Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec/
Date: Sat, 09 Jul 2016 05:29:27
Message-Id: 1468042128.cf73b50f1bd804494479e9e59464bbe11bc73fca.graaff@gentoo
1 commit: cf73b50f1bd804494479e9e59464bbe11bc73fca
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 05:09:51 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 05:28:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf73b50f
7
8 dev-ruby/rspec: cleanup
9
10 Package-Manager: portage-2.2.28
11
12 dev-ruby/rspec/rspec-2.14.1.ebuild | 28 ----------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/dev-ruby/rspec/rspec-2.14.1.ebuild b/dev-ruby/rspec/rspec-2.14.1.ebuild
16 deleted file mode 100644
17 index 6768615..0000000
18 --- a/dev-ruby/rspec/rspec-2.14.1.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -USE_RUBY="ruby19 ruby20"
27 -
28 -RUBY_FAKEGEM_TASK_TEST=""
29 -
30 -RUBY_FAKEGEM_TASK_DOC=""
31 -RUBY_FAKEGEM_EXTRADOC="README.md"
32 -
33 -inherit ruby-fakegem versionator
34 -
35 -DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
36 -HOMEPAGE="http://rspec.rubyforge.org/"
37 -
38 -LICENSE="MIT"
39 -SLOT="2"
40 -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"
41 -IUSE=""
42 -
43 -SUBVERSION="$(get_version_component_range 1-2)"
44 -
45 -ruby_add_rdepend "
46 - =dev-ruby/rspec-core-${SUBVERSION}*
47 - =dev-ruby/rspec-expectations-${SUBVERSION}*
48 - =dev-ruby/rspec-mocks-${SUBVERSION}*"