blob: b9d817084ab030521e06d0a3ec6e54baed1280c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DEFINED_PHASES=install postinst prepare
DESCRIPTION=Kvm and qemu init scripts
EAPI=5
HOMEPAGE=https://gitweb.gentoo.org/proj/kvm-tools.git/
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=app-emulation/qemu || ( net-misc/socat net-analyzer/netcat6 )
SLOT=0
SRC_URI=http://dev.gentoo.org/~dolsen/releases/qemu-init-scripts/qemu-init-scripts-0.3.0.tar.xz
_eclass_exported_funcs=pkg_postinst:- src_prepare:- src_install:-
_md5_=c3a72ee308529b9aaf4f1316cbb5d0a0
|