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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CE4E1382C5 for ; Sat, 29 May 2021 07:47:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F607E0872; Sat, 29 May 2021 07:47:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22E01E0872 for ; Sat, 29 May 2021 07:47:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C72F340DE1 for ; Sat, 29 May 2021 07:47:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73F46799 for ; Sat, 29 May 2021 07:47:37 +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: <1622274452.fb5d2ab807adae723ede2760707ec812d6f9fa4e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/cliver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/cliver/Manifest dev-ruby/cliver/cliver-0.3.2-r1.ebuild X-VCS-Directories: dev-ruby/cliver/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: fb5d2ab807adae723ede2760707ec812d6f9fa4e X-VCS-Branch: master Date: Sat, 29 May 2021 07:47:37 +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: 10655c85-d1ea-49aa-841a-5570c465314e X-Archives-Hash: 1070dd145a21c92fcfdc52c0ca792943 commit: fb5d2ab807adae723ede2760707ec812d6f9fa4e Author: Hans de Graaff gentoo org> AuthorDate: Sat May 29 06:45:11 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat May 29 07:47:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5d2ab8 dev-ruby/cliver: add snapshow with rspec3 compatibility Add ruby30 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/cliver/Manifest | 1 + dev-ruby/cliver/cliver-0.3.2-r1.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-ruby/cliver/Manifest b/dev-ruby/cliver/Manifest index 2d36e91b89a..044e1c31e8d 100644 --- a/dev-ruby/cliver/Manifest +++ b/dev-ruby/cliver/Manifest @@ -1 +1,2 @@ DIST cliver-0.3.2.gem 16384 BLAKE2B a96637b5da20ebc28a29479bda76100b2ce7dac1c3620509c2891ffad8f195a54dcb381190a22abc02d1e3df1d69bf9ffa194e19c836115a70232fa7a783ecb8 SHA512 db0eff5119b84b4390f0c2f3e68cab891daedbf06eae55267c798787172734d3355cd82f2b6775e54fca26ed54c6ad4688743af588c76aa0ec6507a77443362f +DIST cliver-0.3.2.tar.gz 14022 BLAKE2B aaaec8d52db1ad5f2b6cbe483e7e63ec8204ff4b465239f4d2a4b714037c922c2b417cd26e1fbf2da86aa9f999b1c1bfc6dbc7efb363fa016e713385f8713189 SHA512 96786561c3cacfce1f3d3be71461cc227620e81035ca594e65fb351e477ebdae9057c8cdc3a91ca62af7251afb39bf3aa633e79fbc77d2b7e921fbf398974014 diff --git a/dev-ruby/cliver/cliver-0.3.2-r1.ebuild b/dev-ruby/cliver/cliver-0.3.2-r1.ebuild new file mode 100644 index 00000000000..b45a1f891a6 --- /dev/null +++ b/dev-ruby/cliver/cliver-0.3.2-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27 ruby30" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_GEMSPEC="cliver.gemspec" + +inherit ruby-fakegem + +COMMIT=3d72e99af19c273a3f88adcd4b96c4b65b1b6d4b + +DESCRIPTION="An easy way to detect and use command-line dependencies" +HOMEPAGE="https://yaauie.github.io/cliver/" +SRC_URI="https://github.com/yaauie/cliver/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +RUBY_S="cliver-${COMMIT}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE=""