commit:     f531f4db9573295f9322a1f3c369a25a4014d33b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 18:13:19 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 20:22:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f531f4db

dev-ruby/websocket-driver: drop 0.7.5

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../websocket-driver/websocket-driver-0.7.5.ebuild | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/dev-ruby/websocket-driver/websocket-driver-0.7.5.ebuild 
b/dev-ruby/websocket-driver/websocket-driver-0.7.5.ebuild
deleted file mode 100644
index 2ff9a692bd08..000000000000
--- a/dev-ruby/websocket-driver/websocket-driver-0.7.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/websocket-driver/extconf.rb)
-
-inherit ruby-fakegem
-
-DESCRIPTION="A complete implementation of the WebSocket protocols"
-HOMEPAGE="https://github.com/faye/websocket-driver-ruby";
-SRC_URI="https://github.com/faye/websocket-driver-ruby/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="${PN}-ruby-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0.7"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/websocket-extensions-0.1.0"
-
-all_ruby_prepare() {
-       sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
-}
-
-each_ruby_prepare() {
-       case ${RUBY} in
-               *ruby31)
-                       # Avoid specs broken by a cosmetic change in port 
number handling.
-                       # https://github.com/faye/websocket-driver-ruby/pull/88
-                       rm -f spec/websocket/driver/client_spec.rb || die
-                       ;;
-       esac
-}

Reply via email to