diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-09-07 13:08:06 +0300 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-09-07 13:08:06 +0300 |
commit | 8753af24e3cdf53eb8f8ef45086965402937f872 (patch) | |
tree | 7821f80e5a31c31c3c15132629a6a1092bd3e0df | |
parent | Initial commit of phpvirtualbox (diff) | |
download | hwoarang-8753af24e3cdf53eb8f8ef45086965402937f872.tar.gz hwoarang-8753af24e3cdf53eb8f8ef45086965402937f872.tar.bz2 hwoarang-8753af24e3cdf53eb8f8ef45086965402937f872.zip |
Actually virtuablox should not be on *DEPEND
-rw-r--r-- | app-emulation/phpvirtualbox/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/phpvirtualbox/Manifest b/app-emulation/phpvirtualbox/Manifest index 0ba4e09..96bb543 100644 --- a/app-emulation/phpvirtualbox/Manifest +++ b/app-emulation/phpvirtualbox/Manifest @@ -1,3 +1,3 @@ DIST phpvirtualbox-4.1-2.zip 2767426 RMD160 c4c52d0c1bf49dc0bc60acd9edef318026520565 SHA1 547e1f4e082e745b7e62f6d50fc7694bf50d9a01 SHA256 f98fd11baaf18cbdf4abd0d42c948f745c499729e53c973d26fe3a19bf2053cd -EBUILD phpvirtualbox-4.1.2.ebuild 1058 RMD160 f911e6581f9ceac8198dd20ff9a13ecc6e023137 SHA1 05b39cd99f513f6215ba85d5e73d0613cef7f72c SHA256 bcbb1855d192a301631241dfe3a793c745f177251e2df3f93d0ea04df4239220 +EBUILD phpvirtualbox-4.1.2.ebuild 1114 RMD160 872f1690cb10564ccc683d64cc97e276b1722151 SHA1 bdf7068fe81b059569341c23f59ea03d16fd0237 SHA256 543aff6f4a1ceebfea2bc17ea82fb98bb0c9249e82f150250e57854e89a12b4e MISC metadata.xml 299 RMD160 2e104f9e93f7c11fa27c83226511c841e1a3dbd4 SHA1 25472cd164d586761a84c06a7b1506c6a33c03b7 SHA256 90f87a1654ecc810fd74a96670dee08373b74500e39e378ceb0d64a9c45c6dc5 diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild index 9a43208..f2ba8f7 100644 --- a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild +++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild @@ -19,7 +19,6 @@ IUSE="" RDEPEND=" dev-lang/php[session,unicode,soap,gd] - >=app-emulation/virtualbox-4.1[vboxwebsrv] " DEPEND="app-arch/unzip" @@ -44,7 +43,9 @@ src_install() { pkg_postinst() { webapp_pkg_postinst - elog "The vboxwebsrv-daemon must be running to use this interface:" + elog "Local or remote virtualbox hosts must be compiled with" + elog "'vboxwebsrv' useflag and the respective init script" + elog "must be running to use this interface" elog " /etc/init.d/vboxwebsrv start" } |