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 B9E68138334 for ; Sat, 16 Nov 2019 09:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59CB7E0833; Sat, 16 Nov 2019 09:36:12 +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 2498EE0833 for ; Sat, 16 Nov 2019 09:36:12 +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 4D11D34CEB3 for ; Sat, 16 Nov 2019 09:36:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C366D8B9 for ; Sat, 16 Nov 2019 09:36:07 +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: <1573896963.ac8d8cf4f8c19ce0add0c617456830fab2c3403a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/commander/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/commander/Manifest dev-ruby/commander/commander-4.4.6.ebuild X-VCS-Directories: dev-ruby/commander/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ac8d8cf4f8c19ce0add0c617456830fab2c3403a X-VCS-Branch: master Date: Sat, 16 Nov 2019 09:36:07 +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: ff081d11-17ab-4b80-b4de-f62bd4ddd8c8 X-Archives-Hash: 78dec3ed4f73160e17aee620d1c0e767 commit: ac8d8cf4f8c19ce0add0c617456830fab2c3403a Author: Hans de Graaff gentoo org> AuthorDate: Sat Nov 16 09:35:47 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Nov 16 09:36:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8d8cf4 dev-ruby/commander: cleanup Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/commander/Manifest | 1 - dev-ruby/commander/commander-4.4.6.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-ruby/commander/Manifest b/dev-ruby/commander/Manifest index 96f339a1ec0..1aedd6c8bb8 100644 --- a/dev-ruby/commander/Manifest +++ b/dev-ruby/commander/Manifest @@ -1,2 +1 @@ -DIST commander-4.4.6.gem 36864 BLAKE2B 83e2390a482cc085b6af6cc78cbd28679e14ac09279495e1cf00c6aa55b04789501291e1547121b5223177631feead69aa789600ad660be52f22651490ef1278 SHA512 697fcbd7b1b8fe0d5f3c5f492b8d1dbd4fd4233ecef3f214797a8fbf9fd102f75f77fceb486d6386db51df0e6afa281518e522c161eba01d017c2c0532d9ac4d DIST commander-4.4.7.gem 37376 BLAKE2B 69965f1bf65cdbcf706a8a0106aba05313e9a49808d5c1ac6e938e364e46e940b6d61757046fab9ec00776b1207832f4232242814244f905267fb6ffe8ac3905 SHA512 1a5169448419cec0b04390a42e79c7299c66cf44a0d1d8cd938879970bfd4c72e5741a5f4b2899e60c707e0088b50853ec19eeda9ac66cc6f26a5790294a03fe diff --git a/dev-ruby/commander/commander-4.4.6.ebuild b/dev-ruby/commander/commander-4.4.6.ebuild deleted file mode 100644 index 73c8c572cac..00000000000 --- a/dev-ruby/commander/commander-4.4.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_EXTRADOC="History.rdoc README.md" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem - -DESCRIPTION="The complete solution for Ruby command-line executables" -HOMEPAGE="https://visionmedia.github.com/commander/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/highline-1.7.2:0" - -all_ruby_prepare() { - sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die -}