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/shoulda/
Date: Fri, 16 Jul 2021 08:52:32
Message-Id: 1626425543.fdb2e3dc165babff480af7a29bdabefbec15af1e.graaff@gentoo
1 commit: fdb2e3dc165babff480af7a29bdabefbec15af1e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 07:58:44 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 08:52:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb2e3dc
7
8 dev-ruby/shoulda: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild | 27 ---------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild b/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild
17 deleted file mode 100644
18 index 2629e41c100..00000000000
19 --- a/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
28 -
29 -# Use rdoc recipe to avoid obsolete Rakefile
30 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
31 -RUBY_FAKEGEM_EXTRADOC="CONTRIBUTION_GUIDELINES.rdoc README.rdoc"
32 -
33 -inherit ruby-fakegem
34 -
35 -DESCRIPTION="Making tests easy on the fingers and eyes"
36 -HOMEPAGE="http://thoughtbot.com/projects/shoulda"
37 -SRC_URI="https://github.com/thoughtbot/${PN}/tarball/v${PV} -> ${P}.tar.gz"
38 -RUBY_S="thoughtbot-${PN}-*"
39 -
40 -LICENSE="MIT"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
43 -IUSE=""
44 -
45 -# tests seem to be quite broken :( They require working version of
46 -# various rails versions. There appear to be unit and matcher tests but
47 -# they can't be run on their own.
48 -RESTRICT=test