Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/, app-emulation/vagrant/files/
Date: Sat, 01 Dec 2018 03:25:17
Message-Id: 1543634527.5bc81fcd52b66b6988178bd35bbf456d68a133a3.gyakovlev@gentoo
1 commit: 5bc81fcd52b66b6988178bd35bbf456d68a133a3
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 03:22:07 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 03:22:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc81fcd
7
8 app-emulation/vagrant: cleanup ./files
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 app-emulation/vagrant/files/{vagrant-r1.in => vagrant.in} | 0
14 app-emulation/vagrant/vagrant-2.1.5.ebuild | 2 +-
15 app-emulation/vagrant/vagrant-2.2.2.ebuild | 2 +-
16 3 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-emulation/vagrant/files/vagrant-r1.in b/app-emulation/vagrant/files/vagrant.in
19 similarity index 100%
20 rename from app-emulation/vagrant/files/vagrant-r1.in
21 rename to app-emulation/vagrant/files/vagrant.in
22
23 diff --git a/app-emulation/vagrant/vagrant-2.1.5.ebuild b/app-emulation/vagrant/vagrant-2.1.5.ebuild
24 index e147c40bcd3..f30a07577a8 100644
25 --- a/app-emulation/vagrant/vagrant-2.1.5.ebuild
26 +++ b/app-emulation/vagrant/vagrant-2.1.5.ebuild
27 @@ -66,7 +66,7 @@ all_ruby_prepare() {
28 sed -e '/rb-kqueue/d' \
29 -i ${PN}.gemspec || die
30
31 - sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}-r1.in" > "${PN}" || die
32 + sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" || die
33 }
34
35 all_ruby_install() {
36
37 diff --git a/app-emulation/vagrant/vagrant-2.2.2.ebuild b/app-emulation/vagrant/vagrant-2.2.2.ebuild
38 index ebed665ac9a..c294b5ac584 100644
39 --- a/app-emulation/vagrant/vagrant-2.2.2.ebuild
40 +++ b/app-emulation/vagrant/vagrant-2.2.2.ebuild
41 @@ -70,7 +70,7 @@ all_ruby_prepare() {
42 sed -e '/rb-kqueue/d' \
43 -i ${PN}.gemspec || die
44
45 - sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}-r1.in" > "${PN}" || die
46 + sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" || die
47 }
48
49 all_ruby_install() {