commit: e980e6de719ac1ac8e9708a98146418e4d1bd46e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jun 25 07:46:24 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jun 25 08:02:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e980e6de
dev-ruby/http-accept: drop 2.1.1 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/http-accept/http-accept-2.1.1.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/dev-ruby/http-accept/http-accept-2.1.1.ebuild b/dev-ruby/http-accept/http-accept-2.1.1.ebuild deleted file mode 100644 index 905cafe31da3..000000000000 --- a/dev-ruby/http-accept/http-accept-2.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="Parse Accept and Accept-Language HTTP headers" -HOMEPAGE="https://github.com/socketry/http-accept" -SRC_URI="https://github.com/socketry/http-accept/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/covered/ s:^:#:' spec/spec_helper.rb || die -}
