Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/
Date: Sun, 10 Sep 2017 21:25:02
Message-Id: 1505078696.39aab8301defc2dde171b86b96b4f7babd2fab2a.monsieurp@gentoo
1 commit: 39aab8301defc2dde171b86b96b4f7babd2fab2a
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 8 05:12:13 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 10 21:24:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39aab830
7
8 app-emulation/vagrant: drop old.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/5657
12
13 app-emulation/vagrant/Manifest | 1 -
14 app-emulation/vagrant/vagrant-1.9.6.ebuild | 82 ------------------------------
15 2 files changed, 83 deletions(-)
16
17 diff --git a/app-emulation/vagrant/Manifest b/app-emulation/vagrant/Manifest
18 index 1bfe5d16690..32e8cdd095b 100644
19 --- a/app-emulation/vagrant/Manifest
20 +++ b/app-emulation/vagrant/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST vagrant-1.9.6.tar.gz 1115853 SHA256 08cde24b5def90e7674d333149ca9d9aec585bdb54ca41598e16ea91a56675bb SHA512 d8ed38a1fcffe31d974e94cf48b8dc4902a8005747dfe7311faa21ab53d838c88974c4c200dcbc0fb27fd50f2e3278e1fd21856e4afa37eaf4ef8602e0f5ca5d WHIRLPOOL cb8f1334f9db55be65fb5fd6dc670535681ed0b5457f15f86599fc2ca37fa791304665b913e5085d78012af7b7bd56c6281b78b70e4f054abb5d460cc14a1174
23 DIST vagrant-1.9.7.tar.gz 1119024 SHA256 194de72442a2d08f6e04fbed8698a99d190a0e7203d35b49e80d4ddfcb71fb1b SHA512 062921070ace7ce93145981b5b768dc9dc447559fc12c52c8da323d1e3523fbff2a8e7afca0e2f751e232aae822c969b5d166b3b0f01a0744ca20c4e4e33567f WHIRLPOOL ef0331781cf6a71dca9eb485943c459a5360f55b1db45b4f23b413b848eeac1700afe3ea51b6dd2e0da1a7c1ba6ad456bd9fcb7a7b3532145e95a38fc997dd99
24 DIST vagrant-1.9.8.tar.gz 1127560 SHA256 59c1d50437d2f50eeae219bc03c90d397fe8d8c974cce7c51b017b8ceeaefb54 SHA512 d22cc0a6800aa5ef84085c750f5ec8729f7b3adefd9a5df1a1fcaf60d1219e781869ede4f57ce4fdeb269224603dfc3a8024545a0250ebd9e144745ce9aa670b WHIRLPOOL d9c199322798e792a895aef03f729b4db8bb5eb3eaab960092d5aa2831032106a9f55ac3957b43378cceea2d27cf53f8ecf6ff38ff54ff2f8c4451c0238029ee
25
26 diff --git a/app-emulation/vagrant/vagrant-1.9.6.ebuild b/app-emulation/vagrant/vagrant-1.9.6.ebuild
27 deleted file mode 100644
28 index b8c4920bc85..00000000000
29 --- a/app-emulation/vagrant/vagrant-1.9.6.ebuild
30 +++ /dev/null
31 @@ -1,82 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -USE_RUBY="ruby22 ruby23"
37 -
38 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
39 -RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
40 -RUBY_FAKEGEM_EXTRAINSTALL="keys plugins templates version.txt"
41 -RUBY_FAKEGEM_TASK_DOC=""
42 -
43 -inherit bash-completion-r1 ruby-fakegem eutils
44 -
45 -DESCRIPTION="A tool for building and distributing development environments"
46 -HOMEPAGE="http://vagrantup.com/"
47 -SRC_URI="https://github.com/mitchellh/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64"
52 -IUSE="+virtualbox"
53 -
54 -RDEPEND="${RDEPEND}
55 - app-arch/libarchive
56 - net-misc/curl
57 - virtualbox? ( || ( app-emulation/virtualbox app-emulation/virtualbox-bin ) )"
58 -
59 -ruby_add_rdepend "
60 - >=dev-ruby/childprocess-0.6.0
61 - >=dev-ruby/erubis-2.7.0
62 - >=dev-ruby/i18n-0.6.0:* <dev-ruby/i18n-0.8.0:*
63 - >=dev-ruby/listen-3.1.5
64 - >=dev-ruby/hashicorp-checkpoint-0.1.1
65 - >=dev-ruby/log4r-1.1.9 <dev-ruby/log4r-1.1.11
66 - >=dev-ruby/net-ssh-4.1.0:*
67 - >=dev-ruby/net-sftp-2.1
68 - >=dev-ruby/net-scp-1.2.0
69 - || ( >=dev-ruby/rest-client-1.6.0:0 dev-ruby/rest-client:2 )
70 - >=dev-ruby/nokogiri-1.7.1
71 - >=dev-ruby/mime-types-2.6.2:* <dev-ruby/mime-types-3:*
72 -"
73 -
74 -ruby_add_bdepend "
75 - >=dev-ruby/rake-11.3.0
76 -"
77 -
78 -all_ruby_prepare() {
79 - # remove bundler support
80 - sed -i '/[Bb]undler/d' Rakefile || die
81 - rm Gemfile || die
82 -
83 - # loosen dependencies
84 - sed -e '/hashicorp-checkpoint\|listen\|net-ssh\|net-scp\|rake\|childprocess/s/~>/>=/' \
85 - -e '/ruby_dep/s/<=/>=/' \
86 - -i ${PN}.gemspec || die
87 -
88 - # remove windows-specific gems
89 - sed -e '/wdm\|winrm/d' \
90 - -i ${PN}.gemspec || die
91 -
92 - # remove bsd-specific gems
93 - sed -e '/rb-kqueue/d' \
94 - -i ${PN}.gemspec || die
95 -
96 - # disable embedded CA certs and use system ones
97 - epatch "${FILESDIR}"/${PN}-1.8.1-disable-embedded-cacert.patch
98 -
99 - # fix rvm issue (bug #474476)
100 - epatch "${FILESDIR}"/${PN}-1.8.1-rvm.patch
101 -}
102 -
103 -all_ruby_install() {
104 - newbashcomp contrib/bash/completion.sh ${PN}
105 - all_fakegem_install
106 -
107 - # provide executable similar to upstream:
108 - # https://github.com/mitchellh/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
109 - newbin "${FILESDIR}/${P}" "${PN}"
110 -
111 - # directory for plugins.json
112 - dodir /var/lib/vagrant
113 -}