commit:     e1832b62982356b8e8001183d3ed50f1a9d09fff
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 06:26:49 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 10:09:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1832b62

dev-ruby/vagrant_cloud: drop 3.0.5

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/vagrant_cloud/vagrant_cloud-3.0.5.ebuild | 42 -----------------------
 1 file changed, 42 deletions(-)

diff --git a/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.5.ebuild 
b/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.5.ebuild
deleted file mode 100644
index 9100da45f0d5..000000000000
--- a/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_GEMSPEC="vagrant_cloud.gemspec"
-
-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 ~arm64"
-IUSE="test"
-
-ruby_add_rdepend "
-       >=dev-ruby/excon-0.73
-       >=dev-ruby/log4r-1.1.10
-"
-ruby_add_bdepend ">=dev-ruby/rake-12.3
-       test? (
-               >=dev-ruby/webmock-3.0
-       )
-"
-
-all_ruby_prepare() {
-       # # loosen dependencies
-       sed -e 's:require_relative ":require "./:' \
-               -e '/excon/s/~>/>=/' \
-               -e '/log4r/s/~>/>=/' \
-               -e '/rake/s/~>/>=/' \
-               -e '/rspec/s/~>/>=/' \
-               -e '/webmock/s/~>/>=/' \
-               -i ${PN}.gemspec || die
-}

Reply via email to