summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-06-22 06:33:30 +0200
committerHans de Graaff <graaff@gentoo.org>2022-06-22 06:33:30 +0200
commitaad97231f1240818b5feaad00a9ced7669f78100 (patch)
treea0844889a211e4ff40375638ecf9f5ae779fe3c2 /dev-ruby
parentdev-ruby/simple-rss: stabilize 1.3.3-r1 for amd64, x86 (diff)
downloadgentoo-aad97231f1240818b5feaad00a9ced7669f78100.tar.gz
gentoo-aad97231f1240818b5feaad00a9ced7669f78100.tar.bz2
gentoo-aad97231f1240818b5feaad00a9ced7669f78100.zip
dev-ruby/shoulda-matchers: drop 3.1.3-r1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r1.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r1.ebuild
deleted file mode 100644
index bb1bdd9cc4d3..000000000000
--- a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_RECIPE_TEST=""
-
-RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Making tests easy on the fingers and eyes"
-HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activesupport-4.0.0:*"