Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/
Date: Sat, 18 Mar 2023 01:22:25
Message-Id: 1679102376.4c9db83593638c20fb473c6714f4888b900eae62.sam@gentoo
1 commit: 4c9db83593638c20fb473c6714f4888b900eae62
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 18 00:56:47 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 01:19:36 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9db835
7
8 app-emulation/vagrant: drop 2.2.18-r1, 2.2.19
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/vagrant/Manifest | 1 -
13 app-emulation/vagrant/vagrant-2.2.18-r1.ebuild | 95 --------------------------
14 app-emulation/vagrant/vagrant-2.2.19.ebuild | 95 --------------------------
15 3 files changed, 191 deletions(-)
16
17 diff --git a/app-emulation/vagrant/Manifest b/app-emulation/vagrant/Manifest
18 index 75502f75960e..5d7e68811a33 100644
19 --- a/app-emulation/vagrant/Manifest
20 +++ b/app-emulation/vagrant/Manifest
21 @@ -1,2 +1 @@
22 -DIST vagrant-2.2.18.tar.gz 1620261 BLAKE2B 8938801b383373967365ca64a79f70885a61c02221eeebf75f15fa40440dfdc585f0a0d0cafe9a01484d594dc49b98397a0724776586c2c9fe4f529b6891bb26 SHA512 4694ca499136b53fc5cbab1efd47c9175293ba84521614edbe545766b93e54dc8dc11278f7170c88f3bb05a4ca0a7c52e21deca285f848578a890858b8f21b64
23 DIST vagrant-2.2.19.tar.gz 1838272 BLAKE2B cb707254379f52db8571bfe132e5b852a11998d86b43ee707e03d442ca1313da7b2612af027a58f806e0b551a6f415d121dab51cf7ea5da4292e5c2afd198ab9 SHA512 24a2e5baeac5cf8c45c012cf70dd4132b1dc7a6a5bab19d1046c91cc88e669356e2e5676d96eda6ed7293ff19ada974954969a4a59b9e4a30e2d95de27fa64e4
24
25 diff --git a/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild b/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild
26 deleted file mode 100644
27 index ddb8fa90f82a..000000000000
28 --- a/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild
29 +++ /dev/null
30 @@ -1,95 +0,0 @@
31 -# Copyright 1999-2023 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -USE_RUBY="ruby26 ruby27 ruby30"
37 -
38 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
39 -RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
40 -RUBY_FAKEGEM_EXTRAINSTALL="keys plugins templates version.txt"
41 -RUBY_FAKEGEM_TASK_DOC=""
42 -
43 -inherit bash-completion-r1 optfeature ruby-fakegem
44 -
45 -DESCRIPTION="A tool for building and distributing development environments"
46 -HOMEPAGE="https://vagrantup.com/"
47 -SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64"
52 -IUSE="test"
53 -RESTRICT="!test? ( test )"
54 -
55 -RDEPEND="
56 - ${RDEPEND}
57 - app-arch/libarchive
58 - net-misc/curl
59 -"
60 -
61 -ruby_add_rdepend "
62 - >=dev-ruby/bcrypt_pbkdf-1.0.0
63 - >=dev-ruby/childprocess-4.0.0
64 - >=dev-ruby/ed25519-1.2.4
65 - dev-ruby/erubi
66 - >=dev-ruby/hashicorp-checkpoint-0.1.5
67 - >=dev-ruby/i18n-1.8:1
68 - >=dev-ruby/listen-3.1
69 - <dev-ruby/log4r-1.1.11
70 - >=dev-ruby/mime-types-3.3:*
71 - >=dev-ruby/rubyzip-2.0
72 - >=dev-ruby/net-scp-3.0.0
73 - >=dev-ruby/net-sftp-3.0
74 - >=dev-ruby/net-ssh-6.1.0
75 - dev-ruby/rest-client:2
76 - >=dev-ruby/vagrant_cloud-3.0.5
77 - >=dev-ruby/rexml-3.2.5
78 -"
79 -
80 -ruby_add_bdepend "
81 - >=dev-ruby/rake-12.3.3
82 - test? (
83 - dev-ruby/rspec
84 - dev-ruby/rspec-its
85 - dev-ruby/webmock
86 - )
87 -"
88 -
89 -all_ruby_prepare() {
90 - # remove bundler support
91 - sed -i '/[Bb]undler/d' Rakefile || die
92 - rm Gemfile || die
93 - rm tasks/bundler.rake || die
94 -
95 - sed -e ':rake\|rspec\|webmock: s:~>:>=:' \
96 - -e ':bcrypt_pbkdf\|hashicorp-checkpoint\|i18n\|listen\|net-ssh\|net-scp\|net-sftp\|childprocess: s:~>:>=:' \
97 - -e '/fake_ftp/ s:^#*:#:' \
98 - -e '/wdm/ s:^#*:#:' \
99 - -e '/winrm/ s:^#*:#:' \
100 - -e '/rb-kqueue/ s:^#*:#:' \
101 - -e '/ruby_dep/ s:^#*:#:' \
102 - -i ${PN}.gemspec || die
103 -
104 - sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" || die
105 -}
106 -
107 -all_ruby_install() {
108 - all_fakegem_install
109 -
110 - newbashcomp contrib/bash/completion.sh ${PN}
111 -
112 - # provide executable similar to upstream:
113 - # https://github.com/hashicorp/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
114 - dobin "${PN}"
115 -
116 - # directory for plugins.json
117 - keepdir /var/lib/vagrant
118 -
119 - insinto /usr/share/vim/vimfiles/syntax/
120 - doins contrib/vim/vagrantfile.vim
121 -
122 - optfeature_header "Optional emulation/container backends:"
123 - optfeature "VirtualBox support" app-emulation/virtualbox
124 - optfeature "Docker support" app-containers/docker
125 -}
126
127 diff --git a/app-emulation/vagrant/vagrant-2.2.19.ebuild b/app-emulation/vagrant/vagrant-2.2.19.ebuild
128 deleted file mode 100644
129 index 3dde73808665..000000000000
130 --- a/app-emulation/vagrant/vagrant-2.2.19.ebuild
131 +++ /dev/null
132 @@ -1,95 +0,0 @@
133 -# Copyright 1999-2023 Gentoo Authors
134 -# Distributed under the terms of the GNU General Public License v2
135 -
136 -EAPI=7
137 -
138 -USE_RUBY="ruby26 ruby27 ruby30"
139 -
140 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
141 -RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
142 -RUBY_FAKEGEM_EXTRAINSTALL="keys plugins templates version.txt"
143 -RUBY_FAKEGEM_TASK_DOC=""
144 -
145 -inherit bash-completion-r1 optfeature ruby-fakegem
146 -
147 -DESCRIPTION="A tool for building and distributing development environments"
148 -HOMEPAGE="https://vagrantup.com/"
149 -SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz"
150 -
151 -LICENSE="MIT"
152 -SLOT="0"
153 -KEYWORDS="~amd64 ~arm64"
154 -IUSE="test"
155 -RESTRICT="!test? ( test )"
156 -
157 -RDEPEND="
158 - ${RDEPEND}
159 - app-arch/libarchive
160 - net-misc/curl
161 -"
162 -
163 -ruby_add_rdepend "
164 - >=dev-ruby/bcrypt_pbkdf-1.0.0
165 - >=dev-ruby/childprocess-4.0.0
166 - >=dev-ruby/ed25519-1.2.4
167 - dev-ruby/erubi
168 - >=dev-ruby/hashicorp-checkpoint-0.1.5
169 - >=dev-ruby/i18n-1.8:1
170 - >=dev-ruby/listen-3.1
171 - <dev-ruby/log4r-1.1.11
172 - >=dev-ruby/mime-types-3.3:*
173 - >=dev-ruby/rubyzip-2.0
174 - >=dev-ruby/net-scp-3.0.0
175 - >=dev-ruby/net-sftp-3.0
176 - >=dev-ruby/net-ssh-6.1.0
177 - dev-ruby/rest-client:2
178 - >=dev-ruby/vagrant_cloud-3.0.5
179 - >=dev-ruby/rexml-3.2.5
180 -"
181 -
182 -ruby_add_bdepend "
183 - >=dev-ruby/rake-12.3.3
184 - test? (
185 - dev-ruby/rspec
186 - dev-ruby/rspec-its
187 - dev-ruby/webmock
188 - )
189 -"
190 -
191 -all_ruby_prepare() {
192 - # remove bundler support
193 - sed -i '/[Bb]undler/d' Rakefile || die
194 - rm Gemfile || die
195 - rm tasks/bundler.rake || die
196 -
197 - sed -e ':rake\|rspec\|webmock: s:~>:>=:' \
198 - -e ':bcrypt_pbkdf\|hashicorp-checkpoint\|i18n\|listen\|net-ssh\|net-scp\|net-sftp\|childprocess: s:~>:>=:' \
199 - -e '/fake_ftp/ s:^#*:#:' \
200 - -e '/wdm/ s:^#*:#:' \
201 - -e '/winrm/ s:^#*:#:' \
202 - -e '/rb-kqueue/ s:^#*:#:' \
203 - -e '/ruby_dep/ s:^#*:#:' \
204 - -i ${PN}.gemspec || die
205 -
206 - sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" || die
207 -}
208 -
209 -all_ruby_install() {
210 - all_fakegem_install
211 -
212 - newbashcomp contrib/bash/completion.sh ${PN}
213 -
214 - # provide executable similar to upstream:
215 - # https://github.com/hashicorp/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
216 - dobin "${PN}"
217 -
218 - # directory for plugins.json
219 - keepdir /var/lib/vagrant
220 -
221 - insinto /usr/share/vim/vimfiles/syntax/
222 - doins contrib/vim/vagrantfile.vim
223 -
224 - optfeature_header "Optional emulation/container backends:"
225 - optfeature "VirtualBox support" app-emulation/virtualbox
226 - optfeature "Docker support" app-containers/docker
227 -}