From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/vagrant_cloud/
Date: Sun, 01 Jun 2025 07:01:22 +0000 (UTC) [thread overview]
Message-ID: <1748761261.1233015fd3c1c617e77982b387cfe0de6f080808.graaff@gentoo> (raw)
commit: 1233015fd3c1c617e77982b387cfe0de6f080808
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 1 06:55:42 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 1 07:01:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1233015f
dev-ruby/vagrant_cloud: drop 3.1.1-r1, 3.1.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/vagrant_cloud/Manifest | 2 -
.../vagrant_cloud/vagrant_cloud-3.1.1-r1.ebuild | 43 ----------------------
dev-ruby/vagrant_cloud/vagrant_cloud-3.1.2.ebuild | 40 --------------------
3 files changed, 85 deletions(-)
diff --git a/dev-ruby/vagrant_cloud/Manifest b/dev-ruby/vagrant_cloud/Manifest
index c9d49d6ae2ba..5716fec8c034 100644
--- a/dev-ruby/vagrant_cloud/Manifest
+++ b/dev-ruby/vagrant_cloud/Manifest
@@ -1,3 +1 @@
-DIST vagrant_cloud-3.1.1.tar.gz 63633 BLAKE2B e2d6db7079eef43441427a0288fb33a37da530276592b95698e610043b70b59020f5ba7e393f85a2455fda62cf80729e946b07103d0d8a54143211688b1974f6 SHA512 957b35111a530baabccd337c94009cc643322ca64d4c8b1874672eee292d77db9741d67d209391503ecbc45e2b9c6cd298409405183a2cd04a0c935d04e0c316
-DIST vagrant_cloud-3.1.2.tar.gz 65837 BLAKE2B 01e79568920646931be53107c11e5b468ff78d202d49f0ab6d325d81c770b6ebbafbe11de492be74217a2926d2e021eb1756450b3844a9c63cd339c50f3235f6 SHA512 7d30acbc04347b0af8a7f05019b0ef5ec4ebc9aeeb08d10a241879254c991e95cd6f13033681c6a16419f0a0af1472ef57ce018eeae10b7f0b0a437ffab9cc64
DIST vagrant_cloud-3.1.3.tar.gz 65993 BLAKE2B f8535e829ab6119ecdf78abf64c978744f0bdd257d7bfe52008b8e27f865fcf0ebe6a34e51461ff71b164334bd6e964f4bedb79e45d819a36d2b9a2556d24cb8 SHA512 864595812f7ce63ac10fbd3be5eae595c5e2b3d847d67b8ed536654f2b261f2b6c7cd98cbaef4d5870765012c319ffbcb39a09e10ffaf1f00f3df6376695fc14
diff --git a/dev-ruby/vagrant_cloud/vagrant_cloud-3.1.1-r1.ebuild b/dev-ruby/vagrant_cloud/vagrant_cloud-3.1.1-r1.ebuild
deleted file mode 100644
index 0bcaa24fc724..000000000000
--- a/dev-ruby/vagrant_cloud/vagrant_cloud-3.1.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33"
-
-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
- >=dev-ruby/rexml-3.2.5:3
-"
-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 '/log4r/s/~>/>=/' \
- -e '/rake/s/~>/>=/' \
- -e '/rspec/s/~>/>=/' \
- -e '/webmock/s/~>/>=/' \
- -e '/rexml/ s/3.2.5/3.2/' \
- -i ${PN}.gemspec || die
-}
diff --git a/dev-ruby/vagrant_cloud/vagrant_cloud-3.1.2.ebuild b/dev-ruby/vagrant_cloud/vagrant_cloud-3.1.2.ebuild
deleted file mode 100644
index cc88f1c80fc5..000000000000
--- a/dev-ruby/vagrant_cloud/vagrant_cloud-3.1.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33"
-
-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:1
- >=dev-ruby/log4r-1.1.10:0
- dev-ruby/oauth2:2
- >=dev-ruby/rexml-3.3:3
-"
-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 '/rake/s/~>/>=/' \
- -i ${PN}.gemspec || die
-}
next reply other threads:[~2025-06-01 7:01 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-01 7:01 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-03 6:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/vagrant_cloud/ Hans de Graaff
2025-03-29 6:54 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
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=1748761261.1233015fd3c1c617e77982b387cfe0de6f080808.graaff@gentoo \
--to=graaff@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