commit: eadd68752d229ade63027473ebb3a6b88ae822d1 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Nov 25 09:18:40 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Nov 25 09:22:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadd6875
dev-ruby/six: EAPI 8 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/six/six-0.2.0-r1.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-ruby/six/six-0.2.0-r1.ebuild b/dev-ruby/six/six-0.2.0-r1.ebuild new file mode 100644 index 000000000000..c5cbff4ef242 --- /dev/null +++ b/dev-ruby/six/six-0.2.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.markdown" +RUBY_FAKEGEM_GEMSPEC="six.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="An ultra lite authorization library" +HOMEPAGE="https://github.com/randx/six" +SRC_URI="https://github.com/randx/six/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die "sed failed" +}
