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 EF77013933E for ; Tue, 6 Jul 2021 10:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7A07E0C11; Tue, 6 Jul 2021 10:26:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C880FE0C0B for ; Tue, 6 Jul 2021 10:26:18 +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 F0F75342A5A for ; Tue, 6 Jul 2021 10:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C088C7D0 for ; Tue, 6 Jul 2021 10:26:14 +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: <1625567168.ab087b66e82d8ab7160c0139b97755f7ff47f97d.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.7.0.ebuild X-VCS-Directories: dev-ruby/tty-file/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ab087b66e82d8ab7160c0139b97755f7ff47f97d X-VCS-Branch: master Date: Tue, 6 Jul 2021 10:26:14 +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: 8517e08f-8daf-4927-a0c0-b3f8ea28e3ab X-Archives-Hash: ec574270061905f85915c413bd0c0c30 commit: ab087b66e82d8ab7160c0139b97755f7ff47f97d Author: Hans de Graaff gentoo org> AuthorDate: Tue Jul 6 09:33:07 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jul 6 10:26:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab087b66 dev-ruby/tty-file: cleanup Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tty-file/Manifest | 1 - dev-ruby/tty-file/tty-file-0.7.0.ebuild | 41 --------------------------------- 2 files changed, 42 deletions(-) diff --git a/dev-ruby/tty-file/Manifest b/dev-ruby/tty-file/Manifest index d0382a5cf99..5a4916ba398 100644 --- a/dev-ruby/tty-file/Manifest +++ b/dev-ruby/tty-file/Manifest @@ -1,2 +1 @@ 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.7.0.ebuild b/dev-ruby/tty-file/tty-file-0.7.0.ebuild deleted file mode 100644 index 736397cd1e6..00000000000 --- a/dev-ruby/tty-file/tty-file-0.7.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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 -}