Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 601930 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-emulation/vagrant/vagrant-1.8.7.ebuild (-4 / +5 lines)
Lines 65-78 Link Here
65
	sed -e '/rb-kqueue/d' \
65
	sed -e '/rb-kqueue/d' \
66
		-i ${PN}.gemspec || die
66
		-i ${PN}.gemspec || die
67
67
68
	# see https://github.com/mitchellh/vagrant/pull/5877
69
	epatch "${FILESDIR}"/${PN}-1.8.4-install-plugins-in-isolation.patch
70
71
	# disable embedded CA certs and use system ones
68
	# disable embedded CA certs and use system ones
72
	epatch "${FILESDIR}"/${PN}-1.8.1-disable-embedded-cacert.patch
69
	epatch "${FILESDIR}"/${PN}-1.8.1-disable-embedded-cacert.patch
73
70
74
	# fix rvm issue (bug #474476)
71
	# fix rvm issue (bug #474476)
75
	epatch "${FILESDIR}"/${PN}-1.8.1-rvm.patch
72
	epatch "${FILESDIR}"/${PN}-1.8.1-rvm.patch
73
74
	# workaround for issue https://github.com/mitchellh/vagrant/issues/8076
75
	epatch "${FILESDIR}"/${PN}-1.9.0-do-not-use-ssh-compression-8076.patch
76
}
76
}
77
77
78
all_ruby_install() {
78
all_ruby_install() {
Lines 81-87 Link Here
81
81
82
	# provide executable similar to upstream:
82
	# provide executable similar to upstream:
83
	# https://github.com/mitchellh/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
83
	# https://github.com/mitchellh/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
84
	newbin "${FILESDIR}/${P}" "${PN}"
84
	sed -e "s/@P@/${P}/" "${FILESDIR}/${PN}.in" > "${S}/${PN}"
85
	newbin "${S}/${PN}" "${PN}"
85
86
86
	# directory for plugins.json
87
	# directory for plugins.json
87
	dodir /var/lib/vagrant
88
	dodir /var/lib/vagrant

Return to bug 601930