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 4C4DB138335 for ; Tue, 19 Mar 2019 00:54:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 046EEE0866; Tue, 19 Mar 2019 00:54:49 +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 C7276E0864 for ; Tue, 19 Mar 2019 00:54:48 +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 0F9CA335D02 for ; Tue, 19 Mar 2019 00:54:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B311571 for ; Tue, 19 Mar 2019 00:54:45 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1552956796.7a1080bb34e54a4da7324f36e4ccbba3043f859d.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/vagrant_cloud/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/vagrant_cloud/Manifest dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild X-VCS-Directories: dev-ruby/vagrant_cloud/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 7a1080bb34e54a4da7324f36e4ccbba3043f859d X-VCS-Branch: master Date: Tue, 19 Mar 2019 00:54:45 +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: 5be07caf-03ec-4d61-a8d4-d996c04bf74d X-Archives-Hash: 013791e2c15327620a584ab84a0da259 commit: 7a1080bb34e54a4da7324f36e4ccbba3043f859d Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Mar 19 00:53:16 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Mar 19 00:53:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1080bb dev-ruby/vagrant_cloud: drop old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> dev-ruby/vagrant_cloud/Manifest | 1 - dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild | 30 ----------------------- 2 files changed, 31 deletions(-) diff --git a/dev-ruby/vagrant_cloud/Manifest b/dev-ruby/vagrant_cloud/Manifest index cd398c0456b..8472478fc19 100644 --- a/dev-ruby/vagrant_cloud/Manifest +++ b/dev-ruby/vagrant_cloud/Manifest @@ -1,2 +1 @@ -DIST vagrant_cloud-2.0.1.tar.gz 12278 BLAKE2B 9d8bf72809af21e55a6fbfa4c41098a5164c5426ac1d75243f45ed71cc0be8790e06a6b512188683ef1acf2b39faf9d2d72619605ed90c2529eb69b36f4b804a SHA512 98a84200e8e34d0678be6a67872411308c32a8112b1788574baa24bb4bf2e5fd8eab4727f3e2ca56cd8251ff54d14f009145ded8d30a353a581997673a9269cc DIST vagrant_cloud-2.0.2.tar.gz 13515 BLAKE2B 3014effb70df8aa7aa793cc75e92e46ceec406e3ad1c30f4cd40e1f05075e3e3b399d5d89424920c7312189b4f48cff82bb8e02f4c30b33a7194c973c365ed79 SHA512 13d56c3090092c6e1b6d47a98e8c21afabfe9fc28ee75b402b91e58869c221821141c4fdba3aaceca8970ae5474fe9a8109513f8dd525fab2cfa3623042d01c8 diff --git a/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild b/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild deleted file mode 100644 index 941860ed0cd..00000000000 --- a/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="" - -inherit ruby-fakegem - -DESCRIPTION="Vagrant Cloud API Library" -HOMEPAGE="https://github.com/hashicorp/vagrant_cloud" -SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/rest-client-2.0.2" -ruby_add_bdepend ">=dev-ruby/rake-10.4 - test? ( >=dev-ruby/webmock-3.0 )" - -all_ruby_prepare() { - sed -i -e '/rubocop/I s:^:#:' Rakefile || die -}