commit: 5bc81fcd52b66b6988178bd35bbf456d68a133a3
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 1 03:22:07 2018 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Dec 1 03:22:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc81fcd
app-emulation/vagrant: cleanup ./files
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-emulation/vagrant/files/{vagrant-r1.in => vagrant.in} | 0
app-emulation/vagrant/vagrant-2.1.5.ebuild | 2 +-
app-emulation/vagrant/vagrant-2.2.2.ebuild | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emulation/vagrant/files/vagrant-r1.in
b/app-emulation/vagrant/files/vagrant.in
similarity index 100%
rename from app-emulation/vagrant/files/vagrant-r1.in
rename to app-emulation/vagrant/files/vagrant.in
diff --git a/app-emulation/vagrant/vagrant-2.1.5.ebuild
b/app-emulation/vagrant/vagrant-2.1.5.ebuild
index e147c40bcd3..f30a07577a8 100644
--- a/app-emulation/vagrant/vagrant-2.1.5.ebuild
+++ b/app-emulation/vagrant/vagrant-2.1.5.ebuild
@@ -66,7 +66,7 @@ all_ruby_prepare() {
sed -e '/rb-kqueue/d' \
-i ${PN}.gemspec || die
- sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}-r1.in" >
"${PN}" || die
+ sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}"
|| die
}
all_ruby_install() {
diff --git a/app-emulation/vagrant/vagrant-2.2.2.ebuild
b/app-emulation/vagrant/vagrant-2.2.2.ebuild
index ebed665ac9a..c294b5ac584 100644
--- a/app-emulation/vagrant/vagrant-2.2.2.ebuild
+++ b/app-emulation/vagrant/vagrant-2.2.2.ebuild
@@ -70,7 +70,7 @@ all_ruby_prepare() {
sed -e '/rb-kqueue/d' \
-i ${PN}.gemspec || die
- sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}-r1.in" >
"${PN}" || die
+ sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}"
|| die
}
all_ruby_install() {