diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-04-13 14:42:36 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-04-13 15:08:56 +0200 |
commit | 579ec6fbd9ac17a10ad50963081ae59d18b95571 (patch) | |
tree | 71cc748861102fcb045ff9ee09287d5cde4868c3 /dev-ruby/rspectacular | |
parent | sys-fs/fuse: stable 3.9.1 for sparc, bug #717148 (diff) | |
download | gentoo-579ec6fbd9ac17a10ad50963081ae59d18b95571.tar.gz gentoo-579ec6fbd9ac17a10ad50963081ae59d18b95571.tar.bz2 gentoo-579ec6fbd9ac17a10ad50963081ae59d18b95571.zip |
dev-ruby/rspectacular: cleanup
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rspectacular')
-rw-r--r-- | dev-ruby/rspectacular/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/rspectacular/rspectacular-0.70.7.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-ruby/rspectacular/Manifest b/dev-ruby/rspectacular/Manifest index 451c4ba80fe9..b081f724e229 100644 --- a/dev-ruby/rspectacular/Manifest +++ b/dev-ruby/rspectacular/Manifest @@ -1,2 +1 @@ -DIST rspectacular-0.70.7.gem 16384 BLAKE2B 61783b9a6cfd4b8f190237590205e913074941ef65caa7a7f8e66e90ba7fd28553bc4168cc83fbe01ea526308b0adb8e885ee1786d6339d42e70406494cddf45 SHA512 dab67e89dd88cfb8741be10c385d58b3437245c623700f0d651dd4e96bcf28f063a9dd952098eb574bbadaeb077ebe7e0f9db7d6e83648c1de9a4f0c390fe567 DIST rspectacular-0.70.8.gem 16896 BLAKE2B daf9b75be33ccf1b7d60a7aaa540b391578b7f841bb1999c52e566caf8000049d7b2180f372084be18bf4cf367f6c59dba422f187505e42ee6bd66e9431ed11c SHA512 6f048a7781bd672049c10687eede3e2218436ea396438e09814c9239cb07396df25f4b88ab78b98f91c66457c4aceaaf1a1b8aadbff748715a881cadff8dd2e1 diff --git a/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild b/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild deleted file mode 100644 index b9e4136ea3f3..000000000000 --- a/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -DESCRIPTION="RSpec support and matchers" -HOMEPAGE="https://github.com/thekompanee/rspectacular" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2 dev-ruby/shoulda-matchers:3" |