diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-01-22 07:20:28 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-01-22 07:20:28 +0000 |
commit | b45bf5ae41a0cdb45d03f85d171c2a73ca232646 (patch) | |
tree | 76e01f291dff33ac43804cab722dba2a7b96b56e /app-emulation/vagrant | |
parent | Stable for HPPA (bug #498750). (diff) | |
download | gentoo-2-b45bf5ae41a0cdb45d03f85d171c2a73ca232646.tar.gz gentoo-2-b45bf5ae41a0cdb45d03f85d171c2a73ca232646.tar.bz2 gentoo-2-b45bf5ae41a0cdb45d03f85d171c2a73ca232646.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-emulation/vagrant')
-rw-r--r-- | app-emulation/vagrant/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/vagrant/vagrant-1.4.1.ebuild | 67 | ||||
-rw-r--r-- | app-emulation/vagrant/vagrant-1.4.3.ebuild | 67 |
3 files changed, 5 insertions, 135 deletions
diff --git a/app-emulation/vagrant/ChangeLog b/app-emulation/vagrant/ChangeLog index f287f561c2e6..188875f66df4 100644 --- a/app-emulation/vagrant/ChangeLog +++ b/app-emulation/vagrant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vagrant # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vagrant/ChangeLog,v 1.34 2014/01/22 07:19:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vagrant/ChangeLog,v 1.35 2014/01/22 07:20:28 radhermit Exp $ + + 22 Jan 2014; Tim Harder <radhermit@gentoo.org> -vagrant-1.4.1.ebuild, + -vagrant-1.4.3.ebuild: + Remove old. *vagrant-1.4.3-r1 (22 Jan 2014) diff --git a/app-emulation/vagrant/vagrant-1.4.1.ebuild b/app-emulation/vagrant/vagrant-1.4.1.ebuild deleted file mode 100644 index 922ab12701f8..000000000000 --- a/app-emulation/vagrant/vagrant-1.4.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vagrant/vagrant-1.4.1.ebuild,v 1.1 2013/12/21 23:10:04 radhermit Exp $ - -EAPI="5" -USE_RUBY="ruby19" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec" -RUBY_FAKEGEM_EXTRAINSTALL="config keys plugins templates" -RUBY_FAKEGEM_TASK_DOC="" - -inherit ruby-fakegem eutils - -DESCRIPTION="A tool for building and distributing virtual machines using VirtualBox" -HOMEPAGE="http://vagrantup.com/" -SRC_URI="https://github.com/mitchellh/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x64-macos" -IUSE="test" - -# Missing ebuild for contest -RESTRICT="test" - -RDEPEND="${RDEPEND} - net-misc/curl - !x64-macos? ( || ( app-emulation/virtualbox app-emulation/virtualbox-bin ) )" - -ruby_add_rdepend " - >=dev-ruby/childprocess-0.3.7 - >=dev-ruby/erubis-2.7.0 - dev-ruby/i18n:0.6 - >=dev-ruby/json-1.5.1 - >=dev-ruby/log4r-1.1.9 - >=dev-ruby/net-ssh-2.6.6 - >=dev-ruby/net-scp-1.1.0 -" - -ruby_add_bdepend " - dev-ruby/rake - test? ( dev-ruby/mocha virtual/ruby-minitest ) -" - -all_ruby_prepare() { - # remove bundler support - sed -i '/[Bb]undler/d' Rakefile || die - rm Gemfile || die - - # loosen dependencies - sed -e '/childprocess\|erubis\|log4r\|net-scp\|net-ssh/s/~>/>=/' \ - -i ${PN}.gemspec || die - - epatch "${FILESDIR}"/${PN}-1.2.1-no-warning.patch - epatch "${FILESDIR}"/${PN}-1.2.2-rvm.patch -} - -pkg_postinst() { - if use x64-macos ; then - ewarn - ewarn "For Mac OS X prefixes, you must install the virtualbox" - ewarn "package specifically for OS X which can be found at:" - ewarn "https://www.virtualbox.org/wiki/Downloads" - ewarn - fi -} diff --git a/app-emulation/vagrant/vagrant-1.4.3.ebuild b/app-emulation/vagrant/vagrant-1.4.3.ebuild deleted file mode 100644 index 0416fe233602..000000000000 --- a/app-emulation/vagrant/vagrant-1.4.3.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vagrant/vagrant-1.4.3.ebuild,v 1.1 2014/01/04 06:23:01 radhermit Exp $ - -EAPI="5" -USE_RUBY="ruby19" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec" -RUBY_FAKEGEM_EXTRAINSTALL="config keys plugins templates" -RUBY_FAKEGEM_TASK_DOC="" - -inherit ruby-fakegem eutils - -DESCRIPTION="A tool for building and distributing virtual machines using VirtualBox" -HOMEPAGE="http://vagrantup.com/" -SRC_URI="https://github.com/mitchellh/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x64-macos" -IUSE="test" - -# Missing ebuild for contest -RESTRICT="test" - -RDEPEND="${RDEPEND} - net-misc/curl - !x64-macos? ( || ( app-emulation/virtualbox app-emulation/virtualbox-bin ) )" - -ruby_add_rdepend " - >=dev-ruby/childprocess-0.3.7 - >=dev-ruby/erubis-2.7.0 - dev-ruby/i18n:0.6 - >=dev-ruby/json-1.5.1 - >=dev-ruby/log4r-1.1.9 - >=dev-ruby/net-ssh-2.6.6 - >=dev-ruby/net-scp-1.1.0 -" - -ruby_add_bdepend " - dev-ruby/rake - test? ( dev-ruby/mocha virtual/ruby-minitest ) -" - -all_ruby_prepare() { - # remove bundler support - sed -i '/[Bb]undler/d' Rakefile || die - rm Gemfile || die - - # loosen dependencies - sed -e '/childprocess\|erubis\|log4r\|net-scp\|net-ssh/s/~>/>=/' \ - -i ${PN}.gemspec || die - - epatch "${FILESDIR}"/${PN}-1.2.1-no-warning.patch - epatch "${FILESDIR}"/${PN}-1.2.2-rvm.patch -} - -pkg_postinst() { - if use x64-macos ; then - ewarn - ewarn "For Mac OS X prefixes, you must install the virtualbox" - ewarn "package specifically for OS X which can be found at:" - ewarn "https://www.virtualbox.org/wiki/Downloads" - ewarn - fi -} |