diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-03-18 17:53:16 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-03-18 17:53:16 -0700 |
commit | 7a1080bb34e54a4da7324f36e4ccbba3043f859d (patch) | |
tree | a4069757b8041177a013ad8e68eb9e746a34f971 /dev-ruby/vagrant_cloud | |
parent | app-shells/mcfly: drop old (diff) | |
download | gentoo-7a1080bb34e54a4da7324f36e4ccbba3043f859d.tar.gz gentoo-7a1080bb34e54a4da7324f36e4ccbba3043f859d.tar.bz2 gentoo-7a1080bb34e54a4da7324f36e4ccbba3043f859d.zip |
dev-ruby/vagrant_cloud: drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-ruby/vagrant_cloud')
-rw-r--r-- | dev-ruby/vagrant_cloud/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-ruby/vagrant_cloud/Manifest b/dev-ruby/vagrant_cloud/Manifest index cd398c0456b8..8472478fc191 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 941860ed0cd3..000000000000 --- 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 -} |