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 C5361138359 for ; Tue, 8 Sep 2020 05:48:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F18A4E0829; Tue, 8 Sep 2020 05:48:27 +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 D6A94E0829 for ; Tue, 8 Sep 2020 05:48:27 +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 17BDB340E37 for ; Tue, 8 Sep 2020 05:48:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8330230F for ; Tue, 8 Sep 2020 05:48:24 +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: <1599544095.266e11f1adc2e239033d2b18b6862b28e3d21724.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-cursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tty-cursor/Manifest dev-ruby/tty-cursor/tty-cursor-0.7.0.ebuild X-VCS-Directories: dev-ruby/tty-cursor/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 266e11f1adc2e239033d2b18b6862b28e3d21724 X-VCS-Branch: master Date: Tue, 8 Sep 2020 05:48:24 +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: 9b2bbff8-9daa-4691-b4f5-f95c70934bfe X-Archives-Hash: e625472903bb3313d013468f6a9c0a8b commit: 266e11f1adc2e239033d2b18b6862b28e3d21724 Author: Hans de Graaff gentoo org> AuthorDate: Mon Sep 7 08:01:34 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Sep 8 05:48:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266e11f1 dev-ruby/tty-cursor: cleanup Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tty-cursor/Manifest | 1 - dev-ruby/tty-cursor/tty-cursor-0.7.0.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-ruby/tty-cursor/Manifest b/dev-ruby/tty-cursor/Manifest index 232708c13b7..7d714e52e27 100644 --- a/dev-ruby/tty-cursor/Manifest +++ b/dev-ruby/tty-cursor/Manifest @@ -1,2 +1 @@ -DIST tty-cursor-0.7.0.gem 11776 BLAKE2B 5dea8f2bde63f803639b4300bf3a8b22a89de7a20530ede38f75bdae7fbb522fe70adb0c78e20cc45e8001dba9fb378722f9fce6d26a68c0af00b7bc98a62a96 SHA512 00de195ba183174ebd10da7f1fdbb436a17fe9befc6eacb2d4cf4b1505be2c7d0719c0dc32d75a82900b2252ffbed00219ce31836c442b63c267e26dad40da63 DIST tty-cursor-0.7.1.tar.gz 11015 BLAKE2B 222602d7dd3ef2372555913dc59bdd4b4965ac5c3601268d0f77060835d4ae9bc9fa23d54f811e7c0a453b80786d4ef07e0bd26cc8d76f6b963787a04b17569b SHA512 7c1f664bfb3c8c46aab08cb3806b8a00d92b45195fae47e851967f88040cc64d598bdd80e37f782be83fa60dff82c607d93026ffbf003125fea8230f4e18639e diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.0.ebuild b/dev-ruby/tty-cursor/tty-cursor-0.7.0.ebuild deleted file mode 100644 index 560f169fc10..00000000000 --- a/dev-ruby/tty-cursor/tty-cursor-0.7.0.ebuild +++ /dev/null @@ -1,24 +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" - -inherit ruby-fakegem - -DESCRIPTION="Move the terminal cursor around and manipulate text using intuitive method calls" -HOMEPAGE="https://github.com/piotrmurach/tty-cursor" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - echo '-rspec_helper' > .rspec || die -}