dev-ruby/shoulda-context: cleanup
authorHans de Graaff <graaff@gentoo.org>
Mon, 9 Apr 2018 05:01:16 +0000 (07:01 +0200)
committerHans de Graaff <graaff@gentoo.org>
Mon, 9 Apr 2018 05:01:16 +0000 (07:01 +0200)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-ruby/shoulda-context/Manifest
dev-ruby/shoulda-context/shoulda-context-1.2.1.ebuild [deleted file]

index 0aa1e0de0bc320b8b79488b0c11aaa1586e56140..1e75b8b29b290c31430139325b3ebcd1088b95a5 100644 (file)
@@ -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 (file)
index c918485..0000000
+++ /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
-}