aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-05-10 16:53:03 +0200
committerJohannes Huber <johu@gentoo.org>2018-05-10 16:53:03 +0200
commitec08e578aaf4db50128bd294468306e7845f74ae (patch)
tree3a28bb7735f5982feff0898ed26ad4ff304202ba
parentapp-emulation/vagrant-bin: Version bump 2.1.1 (diff)
downloadjohu-ec08e578aaf4db50128bd294468306e7845f74ae.tar.gz
johu-ec08e578aaf4db50128bd294468306e7845f74ae.tar.bz2
johu-ec08e578aaf4db50128bd294468306e7845f74ae.zip
app-emulation/vagrant-bin: Remove 2.0.1
Package-Manager: Portage-2.3.36, Repoman-2.3.9
-rw-r--r--app-emulation/vagrant-bin/Manifest1
-rw-r--r--app-emulation/vagrant-bin/vagrant-bin-2.0.1.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/app-emulation/vagrant-bin/Manifest b/app-emulation/vagrant-bin/Manifest
index 541c7e3..38c2a1b 100644
--- a/app-emulation/vagrant-bin/Manifest
+++ b/app-emulation/vagrant-bin/Manifest
@@ -1,2 +1 @@
-DIST vagrant_2.0.1_x86_64.deb 78963440 BLAKE2B efd6cbbe36ea803dca913e0d2a65e546f82c1a12d086767432c63c510e16624db95678cb86769bb5916ce2b6acab32da60eec25b125ba67ace62b6fde56ebbae SHA512 b5e13eef75ecf8d56eafde791920fe925dbcfa2ce5c6708767b3dd794507c3887bb8ad99ca3049937d9908fa2c17a2f764a99ace9291f0eecb653b6b8babd2f9
DIST vagrant_2.1.1_x86_64.deb 43539450 BLAKE2B cd842f229b6a0798324ed2fe8d647020f2324d53f0672df1f29f335b8f739213a94a8ea7ec6828605616794dd02771bbc00fce64934e85dfb83a4c2339f2df5f SHA512 4b130e362d183d53d7eb5d9ed62b2c2c7bd1d1fb869ab94d2533c3804cf3bdb6be2d35deaae77c5ffe9368aae50b4b21475e5085a16662a2dff95fd377ff5b6f
diff --git a/app-emulation/vagrant-bin/vagrant-bin-2.0.1.ebuild b/app-emulation/vagrant-bin/vagrant-bin-2.0.1.ebuild
deleted file mode 100644
index 20da036..0000000
--- a/app-emulation/vagrant-bin/vagrant-bin-2.0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 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}"
-}