diff options
Diffstat (limited to 'dev-ruby/bacon')
-rw-r--r-- | dev-ruby/bacon/bacon-1.2.0-r2.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-ruby/bacon/bacon-1.2.0-r2.ebuild b/dev-ruby/bacon/bacon-1.2.0-r2.ebuild deleted file mode 100644 index dd4af6274bca..000000000000 --- a/dev-ruby/bacon/bacon-1.2.0-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Small RSpec clone weighing less than 350 LoC" -HOMEPAGE="http://chneukirchen.org/repos/bacon" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/rdoc )" |