From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50E8C15803E for ; Mon, 1 Jan 2024 08:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00D752BC039; Mon, 1 Jan 2024 08:07:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7F6E2BC039 for ; Mon, 1 Jan 2024 08:07:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E218335DC0 for ; Mon, 1 Jan 2024 08:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FA4D11DB for ; Mon, 1 Jan 2024 08:07:32 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1704096444.90ffb53b78f88b175cd1c423b33d3628012fc3b6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/websocket-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/websocket-driver/Manifest dev-ruby/websocket-driver/websocket-driver-0.7.5-r1.ebuild X-VCS-Directories: dev-ruby/websocket-driver/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 90ffb53b78f88b175cd1c423b33d3628012fc3b6 X-VCS-Branch: master Date: Mon, 1 Jan 2024 08:07:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 311bf9dd-ff74-41b5-a14a-5d309cd12c84 X-Archives-Hash: 3c328975a0cf1f1e032db43883b0ae24 commit: 90ffb53b78f88b175cd1c423b33d3628012fc3b6 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jan 1 07:40:49 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jan 1 08:07:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ffb53b dev-ruby/websocket-driver: drop 0.7.5-r1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/websocket-driver/Manifest | 1 - .../websocket-driver-0.7.5-r1.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/dev-ruby/websocket-driver/Manifest b/dev-ruby/websocket-driver/Manifest index c18dae1bbc82..a92156788621 100644 --- a/dev-ruby/websocket-driver/Manifest +++ b/dev-ruby/websocket-driver/Manifest @@ -1,2 +1 @@ -DIST websocket-driver-0.7.5.tar.gz 26179 BLAKE2B 8e7739d6cf48de5a2ef443f476652af74b269c075aa1e6bc13b2ac3ac17ede1699594a9380a137b307eaaed19ac2868b6a1362a66f835262f18e82f81c8e445f SHA512 538c78cd39507fb6cddeaa6196f0e2bbb89d7293f062d9b0231b6c6988a46b718c91b69a50b4cbf5b227067e6ed4ee89c61759bf340fc3e483c4af97052d42f9 DIST websocket-driver-0.7.6.tar.gz 26332 BLAKE2B e8da76846b519603f7eef9cef53afdff3d48176cba21de1ce6b17e3718dd33b8309aaca721d4d11480e34e04b1ed2bfbb8892af507fbc72c1ff846c800f46499 SHA512 5444a0748821ab651e9e5ed40fd737c9af50eca1f8046b3110ab436bb8c0c56250ee8a8e762ae1668249d9ebfa2712b52802950529a949aba2574ffc66c1c58a diff --git a/dev-ruby/websocket-driver/websocket-driver-0.7.5-r1.ebuild b/dev-ruby/websocket-driver/websocket-driver-0.7.5-r1.ebuild deleted file mode 100644 index a9cd58bc570f..000000000000 --- a/dev-ruby/websocket-driver/websocket-driver-0.7.5-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby27 ruby30 ruby31 ruby32" - -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" - -PATCHES=( - "${FILESDIR}"/${P}-ruby32.patch -) - -all_ruby_prepare() { - sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die -}