diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-01-24 07:50:13 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-01-24 07:50:13 +0100 |
commit | c1c3fc85fa2156ccdf237e8923f9f2e9470e87bf (patch) | |
tree | 763d7e571778584d63b6884b95421e9fe1206167 /dev-ruby/bacon | |
parent | dev-lang/go: Stabilize 1.15.7 ppc64, #766216 (diff) | |
download | gentoo-c1c3fc85fa2156ccdf237e8923f9f2e9470e87bf.tar.gz gentoo-c1c3fc85fa2156ccdf237e8923f9f2e9470e87bf.tar.bz2 gentoo-c1c3fc85fa2156ccdf237e8923f9f2e9470e87bf.zip |
dev-ruby/bacon: add ruby30
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/bacon')
-rw-r--r-- | dev-ruby/bacon/bacon-1.2.0-r3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/bacon/bacon-1.2.0-r3.ebuild b/dev-ruby/bacon/bacon-1.2.0-r3.ebuild new file mode 100644 index 000000000000..63566790858a --- /dev/null +++ b/dev-ruby/bacon/bacon-1.2.0-r3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27 ruby30" + +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 )" |