From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R1F3a-0001Vz-Vo for garchives@archives.gentoo.org; Wed, 07 Sep 2011 10:08:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A29F21C06C; Wed, 7 Sep 2011 10:08:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 188F221C06C for ; Wed, 7 Sep 2011 10:08:27 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 698841B4083 for ; Wed, 7 Sep 2011 10:08:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9121780042 for ; Wed, 7 Sep 2011 10:08:25 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <8753af24e3cdf53eb8f8ef45086965402937f872.hwoarang@gentoo> Subject: [gentoo-commits] dev/hwoarang:master commit in: app-emulation/phpvirtualbox/ X-VCS-Repository: dev/hwoarang X-VCS-Files: app-emulation/phpvirtualbox/Manifest app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild X-VCS-Directories: app-emulation/phpvirtualbox/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 8753af24e3cdf53eb8f8ef45086965402937f872 Date: Wed, 7 Sep 2011 10:08:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ea63f33a83f3763c237a8654b9c7ab61 commit: 8753af24e3cdf53eb8f8ef45086965402937f872 Author: Markos Chandras gentoo org> AuthorDate: Wed Sep 7 10:08:06 2011 +0000 Commit: Markos Chandras gentoo org> CommitDate: Wed Sep 7 10:08:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/hwoarang.git;a= =3Dcommit;h=3D8753af24 Actually virtuablox should not be on *DEPEND --- app-emulation/phpvirtualbox/Manifest | 2 +- .../phpvirtualbox/phpvirtualbox-4.1.2.ebuild | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app-emulation/phpvirtualbox/Manifest b/app-emulation/phpvirt= ualbox/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 c4c52d0c1bf49dc0bc60acd9edef= 318026520565 SHA1 547e1f4e082e745b7e62f6d50fc7694bf50d9a01 SHA256 f98fd11= baaf18cbdf4abd0d42c948f745c499729e53c973d26fe3a19bf2053cd -EBUILD phpvirtualbox-4.1.2.ebuild 1058 RMD160 f911e6581f9ceac8198dd20ff9= a13ecc6e023137 SHA1 05b39cd99f513f6215ba85d5e73d0613cef7f72c SHA256 bcbb1= 855d192a301631241dfe3a793c745f177251e2df3f93d0ea04df4239220 +EBUILD phpvirtualbox-4.1.2.ebuild 1114 RMD160 872f1690cb10564ccc683d64cc= 97e276b1722151 SHA1 bdf7068fe81b059569341c23f59ea03d16fd0237 SHA256 543af= f6f4a1ceebfea2bc17ea82fb98bb0c9249e82f150250e57854e89a12b4e MISC metadata.xml 299 RMD160 2e104f9e93f7c11fa27c83226511c841e1a3dbd4 SH= A1 25472cd164d586761a84c06a7b1506c6a33c03b7 SHA256 90f87a1654ecc810fd74a9= 6670dee08373b74500e39e378ceb0d64a9c45c6dc5 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=3D"" =20 RDEPEND=3D" dev-lang/php[session,unicode,soap,gd] - >=3Dapp-emulation/virtualbox-4.1[vboxwebsrv] " DEPEND=3D"app-arch/unzip" =20 @@ -44,7 +43,9 @@ src_install() { =20 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" } =20