Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http-accept/
Date: Sat, 25 Jun 2022 08:03:55
Message-Id: 1656144174.e980e6de719ac1ac8e9708a98146418e4d1bd46e.graaff@gentoo
1 commit: e980e6de719ac1ac8e9708a98146418e4d1bd46e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 07:46:24 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 08:02:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e980e6de
7
8 dev-ruby/http-accept: drop 2.1.1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/http-accept/http-accept-2.1.1.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/dev-ruby/http-accept/http-accept-2.1.1.ebuild b/dev-ruby/http-accept/http-accept-2.1.1.ebuild
16 deleted file mode 100644
17 index 905cafe31da3..000000000000
18 --- a/dev-ruby/http-accept/http-accept-2.1.1.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
26 -
27 -RUBY_FAKEGEM_EXTRADOC="README.md"
28 -
29 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
30 -
31 -inherit ruby-fakegem
32 -
33 -DESCRIPTION="Parse Accept and Accept-Language HTTP headers"
34 -HOMEPAGE="https://github.com/socketry/http-accept"
35 -SRC_URI="https://github.com/socketry/http-accept/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36 -
37 -LICENSE="MIT"
38 -SLOT="2"
39 -KEYWORDS="~amd64"
40 -IUSE=""
41 -
42 -all_ruby_prepare() {
43 - sed -i -e '/covered/ s:^:#:' spec/spec_helper.rb || die
44 -}