diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-25 10:18:52 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-25 10:22:59 +0100 |
commit | 388b6358aee32f8f284286a1a9c574f69f852937 (patch) | |
tree | 1ce5f3375287386bb30b5d68417bdc64823fd766 /dev-ruby/six | |
parent | dev-ruby/six: EAPI 8 (diff) | |
download | gentoo-388b6358aee32f8f284286a1a9c574f69f852937.tar.gz gentoo-388b6358aee32f8f284286a1a9c574f69f852937.tar.bz2 gentoo-388b6358aee32f8f284286a1a9c574f69f852937.zip |
dev-ruby/six: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/six')
-rw-r--r-- | dev-ruby/six/six-0.2.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ruby/six/six-0.2.0.ebuild b/dev-ruby/six/six-0.2.0.ebuild deleted file mode 100644 index 3125feed195b..000000000000 --- a/dev-ruby/six/six-0.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_RECIPE_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.markdown" - -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" -} |