From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1550445-garchives=archives.gentoo.org@lists.gentoo.org> 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 A14CB15801B for <garchives@archives.gentoo.org>; Tue, 29 Aug 2023 17:44:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC6492BC019; Tue, 29 Aug 2023 17:44:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id A22F92BC024 for <gentoo-commits@lists.gentoo.org>; Tue, 29 Aug 2023 17:44:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5C6C34092E for <gentoo-commits@lists.gentoo.org>; Tue, 29 Aug 2023 17:44:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED05710DD for <gentoo-commits@lists.gentoo.org>; Tue, 29 Aug 2023 17:44:17 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> 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" <graaff@gentoo.org> Message-ID: <1693331053.6d6fd5da98400d2a00d42f421fb8e454d1e7ceb7.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/em-websocket/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/em-websocket/em-websocket-0.5.3.ebuild X-VCS-Directories: dev-ruby/em-websocket/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6d6fd5da98400d2a00d42f421fb8e454d1e7ceb7 X-VCS-Branch: master Date: Tue, 29 Aug 2023 17:44:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 575fe25a-c600-45bc-b181-b82791a2febd X-Archives-Hash: 73c95b22bf833cdaf1184fec6596dc79 commit: 6d6fd5da98400d2a00d42f421fb8e454d1e7ceb7 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Aug 29 17:24:25 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Aug 29 17:44:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6fd5da dev-ruby/em-websocket: drop 0.5.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/em-websocket/em-websocket-0.5.3.ebuild | 46 ------------------------- 1 file changed, 46 deletions(-) diff --git a/dev-ruby/em-websocket/em-websocket-0.5.3.ebuild b/dev-ruby/em-websocket/em-websocket-0.5.3.ebuild deleted file mode 100644 index 139af24908c6..000000000000 --- a/dev-ruby/em-websocket/em-websocket-0.5.3.ebuild +++ /dev/null @@ -1,46 +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" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_DOCDIR="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="EventMachine based WebSocket server" -HOMEPAGE="https://rubygems.org/gems/em-websocket" -SRC_URI="https://github.com/igrigorik/em-websocket/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/eventmachine-0.12.9 - =dev-ruby/http_parser_rb-0.6* -" - -all_ruby_prepare() { - # Avoid dependency on git - sed -i -e '/ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die - - # Only run unit tests since we require unpackaged code for the - # integration tests. - sed -i -e "/^require 'em-\(spec\|http\|websocket-client\)/ s:^:#:" \ - -e "/^require 'integration/ s:^:#:" spec/helper.rb || die - rm -fr spec/integration || die -} - -all_ruby_install() { - all_fakegem_install - - dodoc -r examples -}