diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2017-05-22 10:59:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-24 15:20:05 +0200 |
commit | 703f15e18a5635eef6d2029e1786f4b87daf0729 (patch) | |
tree | f4deb247361e27fda2fab761942a65cc3e98741a /app-emulation/vagrant | |
parent | sys-apps/fwupd: Removed unused USE flags from IUSE. (diff) | |
download | gentoo-703f15e18a5635eef6d2029e1786f4b87daf0729.tar.gz gentoo-703f15e18a5635eef6d2029e1786f4b87daf0729.tar.bz2 gentoo-703f15e18a5635eef6d2029e1786f4b87daf0729.zip |
app-emulation/vagrant: bump to 1.9.5, drop old
Closes: https://github.com/gentoo/gentoo/pull/4709
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-emulation/vagrant')
-rw-r--r-- | app-emulation/vagrant/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/vagrant/files/vagrant-1.9.5 (renamed from app-emulation/vagrant/files/vagrant-1.9.2) | 2 | ||||
-rw-r--r-- | app-emulation/vagrant/vagrant-1.9.5.ebuild (renamed from app-emulation/vagrant/vagrant-1.9.2.ebuild) | 11 |
3 files changed, 7 insertions, 8 deletions
diff --git a/app-emulation/vagrant/Manifest b/app-emulation/vagrant/Manifest index 1eca1c22ef88..91e43dc13dd2 100644 --- a/app-emulation/vagrant/Manifest +++ b/app-emulation/vagrant/Manifest @@ -1,2 +1,2 @@ -DIST vagrant-1.9.2.tar.gz 1813028 SHA256 53723eec1180ed0e89c1968e06626c6d45e42f6dc25ae9934ca8dfc240a82046 SHA512 26e2a933571b076fae27ea13e0f86529e39ebc3eb7580781d9cfa81bff2383f4dee72b947b3d2cb4f4bd231769f27da27b95e10f43b5207b824cd22b1e2403b6 WHIRLPOOL 9401ba1d21d20cf4a0f1c74775e077d9fad27edfbcb21f96579ff6cf6d7e8ab734cd0832f20ff568f7346633b80dee2fbc897ca34f08bc6868add7d274330d76 DIST vagrant-1.9.3.tar.gz 1819192 SHA256 4b141f60e7e59e654b9a77eb137f208613349db331cdbfcd9a8354b8ebba5c00 SHA512 9adfeddd75821fda0ccdbd327861844752fb2d626ff5643527bd5af12ac2399b5565c6cbe5ca4d98f79dbeffd4408b29f57eb3cb967d9e47dafe247c31ffe3a8 WHIRLPOOL b34ca7e027ba2f209c41368c8191a1576b1cdd96a76e8e9f7cd91f0b1a2b0f23fa2e8c32b76a55a143c2fe4e15a7ae23faacd52bf14819d67f7ceeca3768f72d +DIST vagrant-1.9.5.tar.gz 1100561 SHA256 69eb8ede3148b6f94389be5fd2d6cb2b6c79ba78cbcacdc354d2c73f12eccc2a SHA512 8d2ace3cbac5b08d3d046a254ef617fead3677e9243da47c4b5131cef783244f403e4771e05075d1f5e9308edcfd52e9a7d792f89f4f39aefc9a949c79c64697 WHIRLPOOL b5e3a8f433c5637c85834900adfc43aaec2c740424e7250da02cf3a5de6f0d553113aa3f386eb74ef5402e0205238f6024b33a55db495d8f21eef19db84b2208 diff --git a/app-emulation/vagrant/files/vagrant-1.9.2 b/app-emulation/vagrant/files/vagrant-1.9.5 index 060bf9e059e3..17041e56575a 100644 --- a/app-emulation/vagrant/files/vagrant-1.9.2 +++ b/app-emulation/vagrant/files/vagrant-1.9.5 @@ -4,7 +4,7 @@ # Vagrant installation directory. This sets up proper environmental variables # so that everything loads and compiles to proper directories. -VAGRANT_DIR="$( ruby -e 'print Gem::default_path[-1] + "/gems/vagrant-1.9.2"' )" +VAGRANT_DIR="$( ruby -e 'print Gem::default_path[-1] + "/gems/vagrant-1.9.5"' )" # Export GEM_HOME based on VAGRANT_HOME # diff --git a/app-emulation/vagrant/vagrant-1.9.2.ebuild b/app-emulation/vagrant/vagrant-1.9.5.ebuild index 6e5ff4a2b6c8..b8c4920bc85f 100644 --- a/app-emulation/vagrant/vagrant-1.9.2.ebuild +++ b/app-emulation/vagrant/vagrant-1.9.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -USE_RUBY="ruby21 ruby22 ruby23" +USE_RUBY="ruby22 ruby23" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec" @@ -26,17 +26,17 @@ RDEPEND="${RDEPEND} virtualbox? ( || ( app-emulation/virtualbox app-emulation/virtualbox-bin ) )" ruby_add_rdepend " - >=dev-ruby/childprocess-0.5.0 + >=dev-ruby/childprocess-0.6.0 >=dev-ruby/erubis-2.7.0 >=dev-ruby/i18n-0.6.0:* <dev-ruby/i18n-0.8.0:* >=dev-ruby/listen-3.1.5 >=dev-ruby/hashicorp-checkpoint-0.1.1 >=dev-ruby/log4r-1.1.9 <dev-ruby/log4r-1.1.11 - >=dev-ruby/net-ssh-3.0.1:* + >=dev-ruby/net-ssh-4.1.0:* >=dev-ruby/net-sftp-2.1 - >=dev-ruby/net-scp-1.1.0 + >=dev-ruby/net-scp-1.2.0 || ( >=dev-ruby/rest-client-1.6.0:0 dev-ruby/rest-client:2 ) - >=dev-ruby/nokogiri-1.6.7.1 + >=dev-ruby/nokogiri-1.7.1 >=dev-ruby/mime-types-2.6.2:* <dev-ruby/mime-types-3:* " @@ -52,7 +52,6 @@ all_ruby_prepare() { # loosen dependencies sed -e '/hashicorp-checkpoint\|listen\|net-ssh\|net-scp\|rake\|childprocess/s/~>/>=/' \ -e '/ruby_dep/s/<=/>=/' \ - -e '/nokogiri/s/=/>=/' \ -i ${PN}.gemspec || die # remove windows-specific gems |