aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-09-05 20:28:56 +0200
committerJohannes Huber <johu@gentoo.org>2017-09-05 20:28:56 +0200
commit619247cdf57c6f592ed905cfa01a382401c39f6d (patch)
tree97d11e3b6bc31309fec3138ac0c984ba76d4c8cb
parentapp-emulation/vagrant-bin: Version bump 1.9.8 (diff)
downloadjohu-619247cdf57c6f592ed905cfa01a382401c39f6d.tar.gz
johu-619247cdf57c6f592ed905cfa01a382401c39f6d.tar.bz2
johu-619247cdf57c6f592ed905cfa01a382401c39f6d.zip
app-emulation/vagrant-bin: Remove 1.9.3
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--app-emulation/vagrant-bin/Manifest1
-rw-r--r--app-emulation/vagrant-bin/vagrant-bin-1.9.3.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/app-emulation/vagrant-bin/Manifest b/app-emulation/vagrant-bin/Manifest
index f6009b0..545b799 100644
--- a/app-emulation/vagrant-bin/Manifest
+++ b/app-emulation/vagrant-bin/Manifest
@@ -1,2 +1 @@
-DIST vagrant_1.9.3_x86_64.deb 87666544 SHA256 faff6befacc7eed3978b4b71f0dbb9c135c01d8a4d13236bda2f9ed53482d2c4 SHA512 4ecbd4d5923e7f45552f05f443c076ad2bb8db3dd716133cc2b47fca7ccaa92a5ecfd6e0bf01c3f0d76eddc08d6933fd53917b946915a43f84b565eeca5099dc WHIRLPOOL 7588c1bd35d562e64fbbd360f5f95904a5ba8d2d4c7a979dcd5870526cb933edb0dbba72f213eb91542f386b67a516635f3f1018f32b3418b72c9fb31781d1a6
DIST vagrant_1.9.8_x86_64.deb 79617692 SHA256 bdcb5637bade2e57e47a7b0118598e2b8e883b640319a4417c04f662ec073fc6 SHA512 f8194ff1386b78b445ac7af46ffa33c1bbc9bb52e53e2c00caac025464016dd62595e46ed7dcb65f3300338dbf0c3c192b9013d508b679f05d7ef0d5b927ebdb WHIRLPOOL 2ebf57db4863a2789459a5294733227e68aec6490640053e804f4d8387d1cafd0bb536e0b75830d588a467b1bfee0077ed8ea82364454cb9efdc9ce10020ea4e
diff --git a/app-emulation/vagrant-bin/vagrant-bin-1.9.3.ebuild b/app-emulation/vagrant-bin/vagrant-bin-1.9.3.ebuild
deleted file mode 100644
index feccf0a..0000000
--- a/app-emulation/vagrant-bin/vagrant-bin-1.9.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN=${PN/-bin/}
-inherit unpacker eutils
-
-DESCRIPTION="Tool for building and distributing virtual machines"
-HOMEPAGE="http://vagrantup.com/"
-SRC_URI="https://releases.hashicorp.com/${MY_PN}/${PV}/${MY_PN}_${PV}_x86_64.deb"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-S="${WORKDIR}/opt/${MY_PN}"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- app-arch/libarchive
- net-misc/curl
- !app-emulation/vagrant
-"
-
-RESTRICT="mirror"
-
-src_unpack() {
- unpack_deb ${A}
-}
-
-src_install() {
- local dir="/opt/${MY_PN}"
- dodir ${dir}
- cp -ar ./* "${ED}${dir}" || die "copy files failed"
-
- make_wrapper "${MY_PN}" "${dir}/bin/${MY_PN}"
-}