summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2018-08-16 07:06:42 +0200
committerHans de Graaff <hans@degraaff.org>2018-08-16 07:06:42 +0200
commit68cea1b7172aa7fdaef775e1a2cea231b4302ddb (patch)
tree5f6d8ab592c1f3b1a6103a58a22049b278dd6b0b
parentdev-ruby/PoParser: initial import of 3.2.2 (diff)
downloadgraaff-68cea1b7172aa7fdaef775e1a2cea231b4302ddb.tar.gz
graaff-68cea1b7172aa7fdaef775e1a2cea231b4302ddb.tar.bz2
graaff-68cea1b7172aa7fdaef775e1a2cea231b4302ddb.zip
dev-ruby/rubocop-rspec: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--dev-ruby/rubocop-rspec/Manifest2
-rw-r--r--dev-ruby/rubocop-rspec/rubocop-rspec-1.23.0.ebuild33
-rw-r--r--dev-ruby/rubocop-rspec/rubocop-rspec-1.25.1.ebuild33
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-ruby/rubocop-rspec/Manifest b/dev-ruby/rubocop-rspec/Manifest
index f16148a5..0b883d93 100644
--- a/dev-ruby/rubocop-rspec/Manifest
+++ b/dev-ruby/rubocop-rspec/Manifest
@@ -1,4 +1,2 @@
-DIST rubocop-rspec-1.23.0.gem 74752 BLAKE2B 678fa53e74179044970bea375790876663b1b046e627d1f1521bddddd73760871f9b81c37f67ac2444f710abca076f663e218eaef7f63b0f80c29e0d68e5b721 SHA512 abe56af7170b6e736bb43752703599117e6fb32b7636f501e07b148d7185bc03c15f07a4c8c79a89e39071566e6a0e50583997f6f2c8cc68508e6bda9e9c2fd7
-DIST rubocop-rspec-1.25.1.gem 79360 BLAKE2B 52b8da711b60cc581ab614c5d8c10b4954f0b23796ce3bc8281d5a85149a91423cc6bc2ebe9b43c7e8e5e3f9adc0ec54a91e6f4b75bae5e82cf33b8c0d1f3a11 SHA512 62be2a40e4fb77e4aac44f7720b0d59feffb227094e6cca4d98dbae89718ab5553783c4dff8e5c5d1ae15c4dde222894414ed98cdc283e775f679343f1860b70
DIST rubocop-rspec-1.26.0.gem 80896 BLAKE2B 7aa11f2f48329689beede76f9ba157eaf097cce8564935c29e65a7da25f94a180e5ca0ce26e68c6ed750630784d9ad860d712b1f2a4f21faf8cac41d922991c8 SHA512 c4fdd9023ea9d5b3aaae783e6c231da56aa247598020e9371b3fb66dc6d61a717a179bdd12618c2344315a1634b2d0d5644dcce023f7ece1eb5f630480186b5b
DIST rubocop-rspec-1.27.0.gem 82432 BLAKE2B 39388fb91dea7b9fda2beed6db7d2c3d1571d2391e4adb8c0783c200226c6f68d0cd5a8ce7b64faaca923a25a87caafa3c7a330972c24fa21e4f85632e6861c0 SHA512 9d8f68bae65abda9ab0eb1530f13d25e3168e3f718eec55def2b682e1a6572e6cafcb7a7877530d2824493627b4ad149d778bde992b6e1318d712c79c78817eb
diff --git a/dev-ruby/rubocop-rspec/rubocop-rspec-1.23.0.ebuild b/dev-ruby/rubocop-rspec/rubocop-rspec-1.23.0.ebuild
deleted file mode 100644
index f0f3d0b8..00000000
--- a/dev-ruby/rubocop-rspec/rubocop-rspec-1.23.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRAINSTALL="config"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Code style checking for RSpec files"
-HOMEPAGE="https://github.com/backus/rubocop-rspec"
-#SRC_URI="https://github.com/bbatsov/rubocop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/rubocop-0.52.1
-"
-
-all_ruby_prepare() {
- echo "--require spec_helper" > .rspec || die
-}
diff --git a/dev-ruby/rubocop-rspec/rubocop-rspec-1.25.1.ebuild b/dev-ruby/rubocop-rspec/rubocop-rspec-1.25.1.ebuild
deleted file mode 100644
index b3138882..00000000
--- a/dev-ruby/rubocop-rspec/rubocop-rspec-1.25.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRAINSTALL="config"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Code style checking for RSpec files"
-HOMEPAGE="https://github.com/backus/rubocop-rspec"
-#SRC_URI="https://github.com/bbatsov/rubocop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/rubocop-0.53.0
-"
-
-all_ruby_prepare() {
- echo "--require spec_helper" > .rspec || die
-}