public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/vagrant_cloud/
Date: Tue, 28 Sep 2021 01:01:52 +0000 (UTC)	[thread overview]
Message-ID: <1632790842.ab77459ee302d97d2c2f5e19e3e325f9fdfaa907.sam@gentoo> (raw)

commit:     ab77459ee302d97d2c2f5e19e3e325f9fdfaa907
Author:     Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
AuthorDate: Mon Dec 14 17:15:05 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 01:00:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab77459e

dev-ruby/vagrant_cloud: Bump to version 3.0.2

Closes: https://bugs.gentoo.org/765247
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/vagrant_cloud/Manifest                   |  1 +
 dev-ruby/vagrant_cloud/vagrant_cloud-3.0.2.ebuild | 42 +++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/vagrant_cloud/Manifest b/dev-ruby/vagrant_cloud/Manifest
index a005e0ddd13..5e0e4a36067 100644
--- a/dev-ruby/vagrant_cloud/Manifest
+++ b/dev-ruby/vagrant_cloud/Manifest
@@ -1 +1,2 @@
 DIST vagrant_cloud-2.0.3.tar.gz 14854 BLAKE2B 823b9ffbdb6896422e32e697075c7e9ab16ae7a299d6672eb497f17034737d2d017bdd416b56191149044afe97ee06533213311bb5e9da603e9eefcf824c8df7 SHA512 4431aa446d9bce2e67b121159a8345562b41c86937b2b1677f0397494521137fa66c997009632011caceeee9565a5a2b54d4ef6ef1ea9d4ac74ee35f8c149f5d
+DIST vagrant_cloud-3.0.2.tar.gz 34177 BLAKE2B 299014b569deac667429d90b8952f77a835669e17cf724ee7f5b6fd135c1a3f16b9292e203a75baf50cf117022d0ab4d31f797c432a07386097c6bcc338ae2da SHA512 c7e5050a0f3cefe95ad38e0734317a93939de0b54251163be1a52dfc413cdb08a4bf44e1c73215f81a0126552242a1d9f2cefe8fa43d9e60acf41ccdbed0ae80

diff --git a/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.2.ebuild b/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.2.ebuild
new file mode 100644
index 00000000000..4e3c8bb9b80
--- /dev/null
+++ b/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+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"
+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	other threads:[~2021-09-28  1:01 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-28  1:01 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-29  6:54 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/vagrant_cloud/ Hans de Graaff
2024-11-29 14:30 Arthur Zamarin
2024-11-25  6:57 Hans de Graaff
2024-10-13  7:02 Hans de Graaff
2024-08-31  7:04 Hans de Graaff
2024-08-31  7:04 Hans de Graaff
2024-02-16  7:11 Hans de Graaff
2024-01-18  6:58 Hans de Graaff
2023-11-17  7:46 Hans de Graaff
2023-09-15 10:09 Hans de Graaff
2023-08-28  9:25 Hans de Graaff
2022-12-04  6:39 Hans de Graaff
2022-12-04  6:39 Hans de Graaff
2022-08-17 15:39 Sam James
2022-06-18  8:40 Hans de Graaff
2022-04-17  5:31 Hans de Graaff
2021-09-28 19:47 Sam James
2021-09-28  1:01 Sam James
2020-07-11  6:03 Georgy Yakovlev
2020-01-17 20:36 Georgy Yakovlev
2020-01-01  6:16 Georgy Yakovlev
2019-10-09  5:47 Hans de Graaff
2019-05-20 20:32 Georgy Yakovlev
2019-05-05  7:28 Hans de Graaff
2019-03-19  0:54 Georgy Yakovlev
2019-01-10  3:32 Georgy Yakovlev
2018-11-30  5:29 Georgy Yakovlev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1632790842.ab77459ee302d97d2c2f5e19e3e325f9fdfaa907.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox