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/websocket/
Date: Sat, 02 Apr 2022 08:57:57
Message-Id: 1648889864.b9164019905eb6426ce96263cdac5b9725601584.graaff@gentoo
1 commit: b9164019905eb6426ce96263cdac5b9725601584
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 06:25:17 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 08:57:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9164019
7
8 dev-ruby/websocket: drop 1.2.9
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/websocket/websocket-1.2.9.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/dev-ruby/websocket/websocket-1.2.9.ebuild b/dev-ruby/websocket/websocket-1.2.9.ebuild
16 deleted file mode 100644
17 index b8f2f2adcc41..000000000000
18 --- a/dev-ruby/websocket/websocket-1.2.9.ebuild
19 +++ /dev/null
20 @@ -1,20 +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 -
26 -USE_RUBY="ruby25 ruby26 ruby27"
27 -
28 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
29 -
30 -inherit ruby-fakegem
31 -
32 -DESCRIPTION="Universal Ruby library to handle WebSocket protocol"
33 -HOMEPAGE="https://github.com/imanel/websocket-ruby"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="~amd64"
38 -IUSE=""
39 -
40 -ruby_add_bdepend "test? ( dev-ruby/rspec-its )"