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 811D2138359 for ; Mon, 7 Sep 2020 07:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52A19E096A; Mon, 7 Sep 2020 07:59: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 328D9E096A for ; Mon, 7 Sep 2020 07:59:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3807B340BE8 for ; Mon, 7 Sep 2020 07:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E54D3352 for ; Mon, 7 Sep 2020 07:59: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: <1599465572.36e20c6b3ebb4cba8b5470b222e5c5393e7c1f04.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-file/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tty-file/Manifest dev-ruby/tty-file/tty-file-0.10.0.ebuild X-VCS-Directories: dev-ruby/tty-file/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 36e20c6b3ebb4cba8b5470b222e5c5393e7c1f04 X-VCS-Branch: master Date: Mon, 7 Sep 2020 07:59: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: ba366065-39ee-4b91-b353-97fd6d1826d5 X-Archives-Hash: 3e4d5389f01ca590488912870bc4d4a2 commit: 36e20c6b3ebb4cba8b5470b222e5c5393e7c1f04 Author: Hans de Graaff gentoo org> AuthorDate: Mon Sep 7 07:59:22 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Sep 7 07:59:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e20c6b dev-ruby/tty-file: add 0.10.0 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tty-file/Manifest | 1 + dev-ruby/tty-file/tty-file-0.10.0.ebuild | 41 ++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/dev-ruby/tty-file/Manifest b/dev-ruby/tty-file/Manifest index 577be768f2d..d0382a5cf99 100644 --- a/dev-ruby/tty-file/Manifest +++ b/dev-ruby/tty-file/Manifest @@ -1 +1,2 @@ +DIST tty-file-0.10.0.tar.gz 31033 BLAKE2B 6d91034fb9ff83f758b260b947a9556a4c45071953025856e65a1d3bf12baab1f583f4d1b01f75aeb8329a4d21c4bcb761cc584ea2944beeda423e8452d0b07e SHA512 5bf3b08b16dc4d7ad918809c8d7860e925fd9ed02fd00f02852674c55a8cd0584d28f39a5b4f28f564aeb38eb0fbe62f89d82fb2a4a7262c874ccec843252946 DIST tty-file-0.7.0.tar.gz 26418 BLAKE2B d1fa189a5dc25a64f14e6a14e4c8e92504db262d2acd4f47ee96c1becc59a8ef7cbe18457a492583f9a5a7568dbbfe299b5b90b0ba607df09da3601ec23f8e2a SHA512 178b5da7ef4f265bc2a8203d68219e97b09746571cd485e738d79b6bf1c58e8ed85c5745dda6e094958a20bb75be6de87c4c16e8aaf807220e9ea36cf7a8aca1 diff --git a/dev-ruby/tty-file/tty-file-0.10.0.ebuild b/dev-ruby/tty-file/tty-file-0.10.0.ebuild new file mode 100644 index 00000000000..0d2fcdcb956 --- /dev/null +++ b/dev-ruby/tty-file/tty-file-0.10.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="File manipulation utility methods" +HOMEPAGE="https://github.com/piotrmurach/tty-file" +SRC_URI="https://github.com/piotrmurach/tty-file/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/diff-lcs-1.3:0 + >=dev-ruby/pastel-0.8:0 + >=dev-ruby/tty-prompt-0.22:0 +" + +ruby_add_bdepend "test? ( dev-ruby/webmock )" + +all_ruby_prepare() { + sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die + echo '-rspec_helper' > .rspec || die +} + +each_ruby_prepare() { + mkdir tmp || die +}