summaryrefslogtreecommitdiff
path: root/dev-ruby/rspec/rspec-3.8.0.ebuild
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-07-04 07:46:54 +0200
committerHans de Graaff <graaff@gentoo.org>2021-07-04 07:46:54 +0200
commit0200b8315aeae31311a42874408ad5400555ab04 (patch)
tree718257692ce0b37baaffb39c882bda3f76886907 /dev-ruby/rspec/rspec-3.8.0.ebuild
parent51dafcd8f932db8a83aa9a7376c2ca52a3f2b865 (diff)
downloadgentoo-0200b8315aeae31311a42874408ad5400555ab04.tar.gz
gentoo-0200b8315aeae31311a42874408ad5400555ab04.tar.bz2
gentoo-0200b8315aeae31311a42874408ad5400555ab04.zip
dev-ruby/rspec: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec/rspec-3.8.0.ebuild')
-rw-r--r--dev-ruby/rspec/rspec-3.8.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/rspec/rspec-3.8.0.ebuild b/dev-ruby/rspec/rspec-3.8.0.ebuild
deleted file mode 100644
index 6ec99af3d2f6..000000000000
--- a/dev-ruby/rspec/rspec-3.8.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend "
- =dev-ruby/rspec-core-${SUBVERSION}*
- =dev-ruby/rspec-expectations-${SUBVERSION}*
- =dev-ruby/rspec-mocks-${SUBVERSION}*"