diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-04-21 07:04:56 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-04-21 07:09:13 +0200 |
commit | 828ff83a31a80f5deef5350c3598daa4b11dc9f5 (patch) | |
tree | 67a376f2b1488707eb13bc0328ca692735ad90a2 /dev-ruby/shoulda-context | |
parent | dev-ruby/shoulda: add ruby22 (diff) | |
download | gentoo-828ff83a31a80f5deef5350c3598daa4b11dc9f5.tar.gz gentoo-828ff83a31a80f5deef5350c3598daa4b11dc9f5.tar.bz2 gentoo-828ff83a31a80f5deef5350c3598daa4b11dc9f5.zip |
dev-ruby/shoulda-context: cleanup
Package-Manager: portage-2.2.26
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.1.6.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-ruby/shoulda-context/Manifest b/dev-ruby/shoulda-context/Manifest index 059ef2dd307c..1ad1f7486941 100644 --- a/dev-ruby/shoulda-context/Manifest +++ b/dev-ruby/shoulda-context/Manifest @@ -1,2 +1 @@ -DIST shoulda-context-1.1.6.gem 21504 SHA256 6fef28c38b63b39ae761c6f73dd1c11a6184dd5f36e2080cc3e6bdabf6845ed7 SHA512 71c6a567c807f8eda0b7b619f092326a928bb9df181ca18424f2fbbef8e7fdf8bac5990e22f68d936e7bebcab569d9c32ede5264108e914cc84e2ce40908572f WHIRLPOOL 6194f644a6d0da7cefe643c46c05a4399e21f27df72a45a19500c8128add12be7d156cd1b92a52be26d795e77d2ff1b301db0d891817911b2373fdf6039fc234 DIST shoulda-context-1.2.1.gem 24064 SHA256 a52c1ce8aeb868af7a1f98d63f748bfdea353f98bce35181ed2bffa266149b1b SHA512 eda6f82c101d0abdf517cabd9663a6a45d9e3d1ef19bdc51d4de35a45e18de15b1aee02a7a557460a3a9b1eafa61cd892240563b6f239b94339e9869c6e63ef3 WHIRLPOOL 9a5fa8ab2e8f1511512ea82ca7d4883157174f10c2b40a76f8020839cfa946964249acd5540b8582f269952574a32866d03a463520176ddf9e1671668b1999af diff --git a/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild b/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild deleted file mode 100644 index 22dccbaab694..000000000000 --- a/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22" - -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() { - ruby-ng_testrb-2 -Itest test/shoulda/*_test.rb || die -} |