summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2018-11-30 19:22:07 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2018-11-30 19:22:07 -0800
commit5bc81fcd52b66b6988178bd35bbf456d68a133a3 (patch)
tree79caa5001ab5d1544792f72c92bd3e207c56ef92 /app-emulation/vagrant
parentapp-emulation/vagrant: drop old (diff)
downloadgentoo-5bc81fcd52b66b6988178bd35bbf456d68a133a3.tar.gz
gentoo-5bc81fcd52b66b6988178bd35bbf456d68a133a3.tar.bz2
gentoo-5bc81fcd52b66b6988178bd35bbf456d68a133a3.zip
app-emulation/vagrant: cleanup ./files
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation/vagrant')
-rw-r--r--app-emulation/vagrant/files/vagrant.in (renamed from app-emulation/vagrant/files/vagrant-r1.in)0
-rw-r--r--app-emulation/vagrant/vagrant-2.1.5.ebuild2
-rw-r--r--app-emulation/vagrant/vagrant-2.2.2.ebuild2
3 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vagrant/files/vagrant-r1.in b/app-emulation/vagrant/files/vagrant.in
index ee5e48c21541..ee5e48c21541 100644
--- a/app-emulation/vagrant/files/vagrant-r1.in
+++ b/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 e147c40bcd3f..f30a07577a8c 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 ebed665ac9a0..c294b5ac5849 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() {