diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-04-09 07:01:16 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-04-09 07:01:16 +0200 |
commit | 7765fd2ef0fab373c76605d876eb8cd87128bac7 (patch) | |
tree | f20f1f5f9257ac50f07e0c908f80179c71626935 /dev-ruby/shoulda-context | |
parent | dev-ruby/rake-compiler: add ruby25 (diff) | |
download | gentoo-7765fd2ef0fab373c76605d876eb8cd87128bac7.tar.gz gentoo-7765fd2ef0fab373c76605d876eb8cd87128bac7.tar.bz2 gentoo-7765fd2ef0fab373c76605d876eb8cd87128bac7.zip |
dev-ruby/shoulda-context: cleanup
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/shoulda-context')
-rw-r--r-- | dev-ruby/shoulda-context/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/shoulda-context/shoulda-context-1.2.1.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-ruby/shoulda-context/Manifest b/dev-ruby/shoulda-context/Manifest index 0aa1e0de0bc3..1e75b8b29b29 100644 --- a/dev-ruby/shoulda-context/Manifest +++ b/dev-ruby/shoulda-context/Manifest @@ -1,2 +1 @@ -DIST shoulda-context-1.2.1.gem 24064 BLAKE2B 57afe0351f0acab61a7e8a87575757afe6cf3af5373a7191b9ad6b10e69235759278f6282c468947f29c46b82c05422754c81f52a5488ae0180e9d6ab8f31680 SHA512 eda6f82c101d0abdf517cabd9663a6a45d9e3d1ef19bdc51d4de35a45e18de15b1aee02a7a557460a3a9b1eafa61cd892240563b6f239b94339e9869c6e63ef3 DIST shoulda-context-1.2.2.gem 24064 BLAKE2B a6068da369c00a36e6056a8ebba96eca90efddf94613dfc90c9f2a47bec2c054a41fa61b861b2f3ec1195e417bdc54ab60d53f91bc5e0f167eac07b84880892b SHA512 b09f5ce2db59bbb26d5678b17b6641b79df7983d25e81a31bc10c42b702bdba09795b692d711d59c103beb2f691b503567e37c46668f77e600416551ef2c5e05 diff --git a/dev-ruby/shoulda-context/shoulda-context-1.2.1.ebuild b/dev-ruby/shoulda-context/shoulda-context-1.2.1.ebuild deleted file mode 100644 index c91848575881..000000000000 --- a/dev-ruby/shoulda-context/shoulda-context-1.2.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md" - -RUBY_FAKEGEM_EXTRAINSTALL="init.rb rails tasks" - -# Don't install the conversion script to avoid collisions with older -# shoulda. -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -DESCRIPTION="Context framework extracted from Shoulda" -HOMEPAGE="http://thoughtbot.com/projects/shoulda" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64" -IUSE="doc test" - -ruby_add_bdepend "test? ( dev-ruby/test-unit:2 - <dev-ruby/mocha-1 )" - -all_ruby_prepare() { - sed -i -e "1igem 'mocha', '~>0.10'\n" test/test_helper.rb || die -} - -each_ruby_test() { - BUNDLE_GEMFILE=x ruby-ng_testrb-2 -Itest test/shoulda/*_test.rb || die -} |