From 42b9f8d608eda28eac133d03b9b6b0bc20f5b31a Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Sat, 17 Mar 2012 00:41:06 +0200 Subject: phpvirtualbox: moved to gx86 --- app-emulation/phpvirtualbox/Manifest | 1 - app-emulation/phpvirtualbox/metadata.xml | 12 ----- .../phpvirtualbox/phpvirtualbox-4.1.7.ebuild | 51 ---------------------- 3 files changed, 64 deletions(-) delete mode 100644 app-emulation/phpvirtualbox/Manifest delete mode 100644 app-emulation/phpvirtualbox/metadata.xml delete mode 100644 app-emulation/phpvirtualbox/phpvirtualbox-4.1.7.ebuild diff --git a/app-emulation/phpvirtualbox/Manifest b/app-emulation/phpvirtualbox/Manifest deleted file mode 100644 index 2b752c9..0000000 --- a/app-emulation/phpvirtualbox/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST phpvirtualbox-4.1-7.zip 2760199 RMD160 bbc14f536f4b8c060ff70196a060ca45b0d1feca SHA1 7788d4820148840899c61b32dc30f0c9f65c3e0c SHA256 16c27cd1bcc843b464752c3dd7091247b690218bca06fcecbdd130c5daf70b7c diff --git a/app-emulation/phpvirtualbox/metadata.xml b/app-emulation/phpvirtualbox/metadata.xml deleted file mode 100644 index 87afd6e..0000000 --- a/app-emulation/phpvirtualbox/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - -no-herd - -hwoarang@gentoo.org -Markos Chandras - - - - - diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.7.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.7.ebuild deleted file mode 100644 index f2ba8f7..0000000 --- a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.7.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $$ - -EAPI="2" - -inherit versionator eutils webapp depend.php - -MY_PV="$(replace_version_separator 2 '-')" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Web-based administration for VirtualBox in PHP" -HOMEPAGE="http://phpvirtualbox.googlecode.com" -SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.zip" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-lang/php[session,unicode,soap,gd] -" -DEPEND="app-arch/unzip" - -need_php_httpd - -src_install() { - webapp_src_preinst - - cd ${MY_P} - - dodoc CHANGELOG.txt LICENSE.txt README.txt || die - rm -f CHANGELOG.txt LICENSE.txt README.txt - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_configfile "${MY_HTDOCSDIR}"/config.php-example - webapp_serverowned "${MY_HTDOCSDIR}"/config.php-example - - webapp_src_install -} - -pkg_postinst() { - webapp_pkg_postinst - 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" -} - -- cgit v1.2.3-65-gdbad