summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-04-03 17:26:26 +0200
committerHans de Graaff <graaff@gentoo.org>2023-04-04 07:54:50 +0200
commit0045be4d9bbac95e1901154f4f26db5b6b9a120c (patch)
tree60f2a3123c3e415e78d8a98819987772d2932822 /dev-ruby/websocket
parentdev-ruby/pathutil: add missing patch file (diff)
downloadgentoo-0045be4d9bbac95e1901154f4f26db5b6b9a120c.tar.gz
gentoo-0045be4d9bbac95e1901154f4f26db5b6b9a120c.tar.bz2
gentoo-0045be4d9bbac95e1901154f4f26db5b6b9a120c.zip
dev-ruby/websocket: drop 1.2.9-r1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/websocket')
-rw-r--r--dev-ruby/websocket/websocket-1.2.9-r1.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-ruby/websocket/websocket-1.2.9-r1.ebuild b/dev-ruby/websocket/websocket-1.2.9-r1.ebuild
deleted file mode 100644
index 3c499c7c78fb..000000000000
--- a/dev-ruby/websocket/websocket-1.2.9-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Universal Ruby library to handle WebSocket protocol"
-HOMEPAGE="https://github.com/imanel/websocket-ruby"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec-its )"