Gentoo Archives: gentoo-commits

From: Markos Chandras <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/hwoarang:master commit in: app-emulation/phpvirtualbox/
Date: Wed, 07 Sep 2011 10:08:35
Message-Id: 8753af24e3cdf53eb8f8ef45086965402937f872.hwoarang@gentoo
1 commit: 8753af24e3cdf53eb8f8ef45086965402937f872
2 Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 10:08:06 2011 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 10:08:06 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/hwoarang.git;a=commit;h=8753af24
7
8 Actually virtuablox should not be on *DEPEND
9
10 ---
11 app-emulation/phpvirtualbox/Manifest | 2 +-
12 .../phpvirtualbox/phpvirtualbox-4.1.2.ebuild | 5 +++--
13 2 files changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/app-emulation/phpvirtualbox/Manifest b/app-emulation/phpvirtualbox/Manifest
16 index 0ba4e09..96bb543 100644
17 --- a/app-emulation/phpvirtualbox/Manifest
18 +++ b/app-emulation/phpvirtualbox/Manifest
19 @@ -1,3 +1,3 @@
20 DIST phpvirtualbox-4.1-2.zip 2767426 RMD160 c4c52d0c1bf49dc0bc60acd9edef318026520565 SHA1 547e1f4e082e745b7e62f6d50fc7694bf50d9a01 SHA256 f98fd11baaf18cbdf4abd0d42c948f745c499729e53c973d26fe3a19bf2053cd
21 -EBUILD phpvirtualbox-4.1.2.ebuild 1058 RMD160 f911e6581f9ceac8198dd20ff9a13ecc6e023137 SHA1 05b39cd99f513f6215ba85d5e73d0613cef7f72c SHA256 bcbb1855d192a301631241dfe3a793c745f177251e2df3f93d0ea04df4239220
22 +EBUILD phpvirtualbox-4.1.2.ebuild 1114 RMD160 872f1690cb10564ccc683d64cc97e276b1722151 SHA1 bdf7068fe81b059569341c23f59ea03d16fd0237 SHA256 543aff6f4a1ceebfea2bc17ea82fb98bb0c9249e82f150250e57854e89a12b4e
23 MISC metadata.xml 299 RMD160 2e104f9e93f7c11fa27c83226511c841e1a3dbd4 SHA1 25472cd164d586761a84c06a7b1506c6a33c03b7 SHA256 90f87a1654ecc810fd74a96670dee08373b74500e39e378ceb0d64a9c45c6dc5
24
25 diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild
26 index 9a43208..f2ba8f7 100644
27 --- a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild
28 +++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild
29 @@ -19,7 +19,6 @@ IUSE=""
30
31 RDEPEND="
32 dev-lang/php[session,unicode,soap,gd]
33 - >=app-emulation/virtualbox-4.1[vboxwebsrv]
34 "
35 DEPEND="app-arch/unzip"
36
37 @@ -44,7 +43,9 @@ src_install() {
38
39 pkg_postinst() {
40 webapp_pkg_postinst
41 - elog "The vboxwebsrv-daemon must be running to use this interface:"
42 + elog "Local or remote virtualbox hosts must be compiled with"
43 + elog "'vboxwebsrv' useflag and the respective init script"
44 + elog "must be running to use this interface"
45 elog " /etc/init.d/vboxwebsrv start"
46 }