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 EE998138334 for ; Sun, 16 Jun 2019 06:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D26D9E0896; Sun, 16 Jun 2019 06:38:44 +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 A514EE0896 for ; Sun, 16 Jun 2019 06:38:44 +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 A0C9B34620E for ; Sun, 16 Jun 2019 06:38:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25532620 for ; Sun, 16 Jun 2019 06:38:39 +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: <1560667079.3a72672d98385998ed6149ff16a73c1f348d6582.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/metadata.xml dev-ruby/tty-file/tty-file-0.7.0.ebuild X-VCS-Directories: dev-ruby/tty-file/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3a72672d98385998ed6149ff16a73c1f348d6582 X-VCS-Branch: master Date: Sun, 16 Jun 2019 06:38:39 +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: d1430353-daba-4a7d-a78e-02d1eb2f8360 X-Archives-Hash: 45b9daffb122f9f0c73f77520faf6b62 commit: 3a72672d98385998ed6149ff16a73c1f348d6582 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jun 16 06:37:27 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jun 16 06:37:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a72672d dev-ruby/tty-file: initial import of 0.7.0 New dependency of www-apps/nanoc Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ruby/tty-file/Manifest | 1 + dev-ruby/tty-file/metadata.xml | 11 +++++++++ dev-ruby/tty-file/tty-file-0.7.0.ebuild | 41 +++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) diff --git a/dev-ruby/tty-file/Manifest b/dev-ruby/tty-file/Manifest new file mode 100644 index 00000000000..577be768f2d --- /dev/null +++ b/dev-ruby/tty-file/Manifest @@ -0,0 +1 @@ +DIST tty-file-0.7.0.tar.gz 26418 BLAKE2B d1fa189a5dc25a64f14e6a14e4c8e92504db262d2acd4f47ee96c1becc59a8ef7cbe18457a492583f9a5a7568dbbfe299b5b90b0ba607df09da3601ec23f8e2a SHA512 178b5da7ef4f265bc2a8203d68219e97b09746571cd485e738d79b6bf1c58e8ed85c5745dda6e094958a20bb75be6de87c4c16e8aaf807220e9ea36cf7a8aca1 diff --git a/dev-ruby/tty-file/metadata.xml b/dev-ruby/tty-file/metadata.xml new file mode 100644 index 00000000000..5d386b19e9f --- /dev/null +++ b/dev-ruby/tty-file/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + piotrmurach/tty-file + + diff --git a/dev-ruby/tty-file/tty-file-0.7.0.ebuild b/dev-ruby/tty-file/tty-file-0.7.0.ebuild new file mode 100644 index 00000000000..736397cd1e6 --- /dev/null +++ b/dev-ruby/tty-file/tty-file-0.7.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +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.7* + >=dev-ruby/tty-prompt-0.18:0 +" + +ruby_add_bdepend "test? ( dev-ruby/webmock )" + +all_ruby_prepare() { + echo '-rspec_helper' > .rspec || die +} + +each_ruby_prepare() { + mkdir tmp || die +}