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 E5D9E138334 for ; Sat, 15 Jun 2019 09:56:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC5EEE08A8; Sat, 15 Jun 2019 09:56:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C1290E08A8 for ; Sat, 15 Jun 2019 09:56:01 +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 C0017346183 for ; Sat, 15 Jun 2019 09:56:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5A7061E for ; Sat, 15 Jun 2019 09:55:54 +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: <1560592536.3ab8a8a2fddf5c80edbbd900ec4d7296d2196cf2.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-command/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tty-command/Manifest dev-ruby/tty-command/metadata.xml dev-ruby/tty-command/tty-command-0.8.2.ebuild X-VCS-Directories: dev-ruby/tty-command/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3ab8a8a2fddf5c80edbbd900ec4d7296d2196cf2 X-VCS-Branch: master Date: Sat, 15 Jun 2019 09:55:54 +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: a68acce0-b16f-4fdf-a67d-48acd2df1df3 X-Archives-Hash: 3d106d3ab7710f80244ad9144840a33a commit: 3ab8a8a2fddf5c80edbbd900ec4d7296d2196cf2 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jun 15 06:05:33 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jun 15 09:55:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab8a8a2 dev-ruby/tty-command: initial import of 0.8.2 New dependency for www-apps/nanoc Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ruby/tty-command/Manifest | 1 + dev-ruby/tty-command/metadata.xml | 11 ++++++++++ dev-ruby/tty-command/tty-command-0.8.2.ebuild | 31 +++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-ruby/tty-command/Manifest b/dev-ruby/tty-command/Manifest new file mode 100644 index 00000000000..b8f21fb3119 --- /dev/null +++ b/dev-ruby/tty-command/Manifest @@ -0,0 +1 @@ +DIST tty-command-0.8.2.tar.gz 30126 BLAKE2B 858b9c60380859bd984295e00638ba93416c62acbe4e5c1d0e33b411862d729c129f00dda236f4ca9943962859a35c9fe1fa2431327fb2e3170366412f8d83e3 SHA512 151af5fe0cf241b4e8004560d04fe967d8fe1d24cf311d64c4fab46d1c11b1fe27849f3925f13d3a73b7b86a55aabacd3e4bbffa9a96c34669c93b29756fe88e diff --git a/dev-ruby/tty-command/metadata.xml b/dev-ruby/tty-command/metadata.xml new file mode 100644 index 00000000000..9be0b27e3e0 --- /dev/null +++ b/dev-ruby/tty-command/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + piotrmurach/tty-command + + diff --git a/dev-ruby/tty-command/tty-command-0.8.2.ebuild b/dev-ruby/tty-command/tty-command-0.8.2.ebuild new file mode 100644 index 00000000000..3bb1808e5d9 --- /dev/null +++ b/dev-ruby/tty-command/tty-command-0.8.2.ebuild @@ -0,0 +1,31 @@ +# 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_BINWRAP="" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Terminal color capabilities detection" +HOMEPAGE="https://github.com/piotrmurach/tty-command" +SRC_URI="https://github.com/piotrmurach/tty-command/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend "=dev-ruby/pastel-0.7*" + +all_ruby_prepare() { + echo '-rspec_helper' > .rspec || die +}