Merge pull request #1015 from vmware/open-vmdk

add open-vmdk 1.0 (utility to create vmware ova files)
This commit is contained in:
Michael Marineau 2014-12-17 14:45:38 -08:00
commit b2e5c90ce8
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# Copyright 2014 VMware
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit git-2
DESCRIPTION="Tool to convert vmdk to an ova file"
HOMEPAGE="https://github.com/vmware/open-vmdk"
LICENSE="Apache-2.0"
SLOT="0"
EGIT_REPO_URI="https://github.com/vmware/open-vmdk"
EGIT_BRANCH="master"
EGIT_COMMIT="82eb7268e78cc32907573b713569e1331c571ce5"
KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="app-misc/jq ${DEPEND}"
src_install() {
emake DESTDIR="${D}" install
}

View File

@ -17,6 +17,7 @@ DEPEND="
app-admin/sudo
app-admin/updateservicectl
app-arch/pbzip2
app-emulation/open-vmdk
app-shells/bash-completion
app-misc/jq
coreos-base/hard-host-depends