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 D1FAE15800F for ; Sat, 18 Feb 2023 07:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C265E0866; Sat, 18 Feb 2023 07:29:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 17BACE0866 for ; Sat, 18 Feb 2023 07:29:57 +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 43B97340F5F for ; Sat, 18 Feb 2023 07:29:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82F468B9 for ; Sat, 18 Feb 2023 07:29:53 +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: <1676705388.79683c99fb2c05d0c77cbcc29226d1c07c2d3663.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mqtt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mqtt/Manifest dev-ruby/mqtt/mqtt-0.6.0.ebuild X-VCS-Directories: dev-ruby/mqtt/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 79683c99fb2c05d0c77cbcc29226d1c07c2d3663 X-VCS-Branch: master Date: Sat, 18 Feb 2023 07:29:53 +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: 5c1560e5-e74e-4af7-85bf-20cedadf6d9e X-Archives-Hash: bdaaa46984d2bb9a4b0a8dbcc713001f commit: 79683c99fb2c05d0c77cbcc29226d1c07c2d3663 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 18 07:04:42 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 18 07:29:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79683c99 dev-ruby/mqtt: add 0.6.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/mqtt/Manifest | 1 + dev-ruby/mqtt/mqtt-0.6.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ruby/mqtt/Manifest b/dev-ruby/mqtt/Manifest index 46758110bb7a..9a74617a7718 100644 --- a/dev-ruby/mqtt/Manifest +++ b/dev-ruby/mqtt/Manifest @@ -1 +1,2 @@ DIST mqtt-0.5.0.tar.gz 43944 BLAKE2B 1bd1002a83af339627377ecd850980fc00788133da3393e999dd798ac7544d70a6fdd45129b03ae36402aac28a3212171b77df2223fdee45ea4778405e61543b SHA512 ad6e6cb4775e89725a9aa02f2a1d91871cd34f2e5bf35033456b93ec09ec90a6fdcf1cbaf8822e1f032f0a52cde23db55fbb1e4eff4540e331397c180e7c6ed0 +DIST mqtt-0.6.0.tar.gz 45975 BLAKE2B e3548db5a1d758168c86be8a1d313ccd0cc7ed7d5993f03688d6c68de7b28fc1c42f87de5d9cca459b0cb383d65640ba00c1015261fc777bb56811a51147924e SHA512 c9dbf86c583c9e57af97a1481b308a3d3fc796a6dd813dce83a8206d773a343242423fa116abc4b8ce34a1d6f0cb2026cc9189dd8b98af69c980c54501e130d8 diff --git a/dev-ruby/mqtt/mqtt-0.6.0.ebuild b/dev-ruby/mqtt/mqtt-0.6.0.ebuild new file mode 100644 index 000000000000..4aaf45515c2c --- /dev/null +++ b/dev-ruby/mqtt/mqtt-0.6.0.ebuild @@ -0,0 +1,27 @@ +# 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_GEMSPEC="mqtt.gemspec" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="Pure Ruby gem that implements the MQTT protocol" +HOMEPAGE="https://github.com/njh/ruby-mqtt" +SRC_URI="https://github.com/njh/ruby-mqtt/archive/v${PV}.tar.gz -> ${P}.tar.gz" +RUBY_S="ruby-${P}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +all_ruby_prepare() { + sed -i -e '/bundler/I s:^:#: ; /SimpleCov/,/^ end/ s:^:#:' spec/spec_helper.rb || die +}