* [gentoo-commits] repo/gentoo:master commit in: app-emulation/phpvirtualbox/
@ 2015-09-09 17:26 Markos Chandras
0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras @ 2015-09-09 17:26 UTC (permalink / raw
To: gentoo-commits
commit: 2e5484e0e131495e2175d5b6c6eb3f1e29d93075
Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 17:23:16 2015 +0000
Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 17:25:29 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5484e0
app-emulation/phpvirtualbox: Version bump (#556738 by Mickaël Bucas)
Package-Manager: portage-2.2.20.1
app-emulation/phpvirtualbox/Manifest | 1 +
.../phpvirtualbox/phpvirtualbox-5.0.3.ebuild | 73 ++++++++++++++++++++++
2 files changed, 74 insertions(+)
diff --git a/app-emulation/phpvirtualbox/Manifest b/app-emulation/phpvirtualbox/Manifest
index 4085d43..b842570 100644
--- a/app-emulation/phpvirtualbox/Manifest
+++ b/app-emulation/phpvirtualbox/Manifest
@@ -4,3 +4,4 @@ DIST phpvirtualbox-4.2-3b.zip 3184088 SHA256 23134a05d22ac9429524abb9d7165eb4c0e
DIST phpvirtualbox-4.2-4.zip 3663173 SHA256 dd2681dc9703ec68a995cac98719863dca9e0720e45f5e0322dbb6fa3858138b SHA512 51e3b90bb5fcedbd45a6e54cf3ea6cc74cd764bdc107f97f9cb24c27f2c5d53a862781b808ab7d53cdbbd9d4cff93734d7578676b409d10326895dd1c5dcdc15 WHIRLPOOL 1678790492df50f7ae63bd4b44dbcd0ddd892c1bef9d455bf47bb20f1dcdac4955645fe71d549095ccc4a19f5960abf0f34fa1d95c4f4c8d82a34848a405fe06
DIST phpvirtualbox-4.2-7.zip 3425805 SHA256 3dc078d7058d75aa5745f531a6d485a11fff18972df1a638a749f019e0196e4e SHA512 a066f127115a83c6061e8c0ff6447464818511f3ab7805c119f75ddc88459efd144d45fb358ce52959301f2f1a4f2609f7f42c2bb24213a5be98f2036085a81b WHIRLPOOL d6cf095b9768b7a9c0113c8df354dad124a0b2dc0a52e8518dfde230823c95dcad6b6e3df56cc41a4474b8b73cb281f3bfc91f417078e0b6f1136acd70dca4cf
DIST phpvirtualbox-4.3-0.zip 4231805 SHA256 e33eea5553fb134ba6a1203e33e212bc5764c05b28164dcc02c6d66af565c293 SHA512 fd49a6a4c79d75f37fd40d74743f295a148548373ab046cf1f31ef7b982008ea6b9d2838cdad2dc37a1d266ed630cd2ddb7f7423ea62af1e0f8f9f76a12c0e9d WHIRLPOOL 1c96ec2fe19092dabac9e04be596974cc4dbaa9993c34e76b938036e8e04c67dc4f4f344be8afd636d603a478ce0c85435a75f8d6cf59bbdc3a11c6fd575b6c1
+DIST phpvirtualbox-5.0-3.zip 4092132 SHA256 8e23eee4ee36ff8cf765afb6842338e8ea8190956882ec0baa30f09ff4fe134b SHA512 b632ff3be2028bd011ce27b580996638dfc89e09350c459f16bd1c8c5c3eefbab93f42d7facfb99279eb2ee1c6a38854ea999654ca2090a39c7bfa0afa7fe2d5 WHIRLPOOL 38070a6935e3a4e5155f84db395c9e82603583957b26fcf166a654446052b15aa3d3b7653a9f7d56a33382dc82058e55413575e75c26b4c97f782bb868cc66e8
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
new file mode 100644
index 0000000..c26844f
--- /dev/null
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild,v 1.1 2013/11/15 21:20:46 hwoarang Exp $
+
+EAPI="5"
+
+inherit versionator eutils webapp depend.php readme.gentoo
+
+MY_PV="$(replace_version_separator 2 '-')"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Web-based administration for VirtualBox in PHP"
+HOMEPAGE="https://sourceforge.net/projects/phpvirtualbox/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-lang/php[session,unicode,soap,gd]
+"
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${MY_P}"
+
+need_php_httpd
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+Local or remote virtualbox hosts must be compiled with
+'vboxwebsrv' useflag and the respective init script
+must be running to use this interface:
+/etc/init.d/vboxwebsrv start
+
+To enable the automatic startup mode feature uncomment the
+following line in the config.php file:
+var \$startStopConfig = true;
+
+You should also add the /etc/init.d/vboxinit script to the
+default runlevel on the virtualbox host:
+\`rc-update add vboxinit default\`
+If the server is on a remote host, than the script must be
+copied manually from
+'${FILESDIR}'/vboxinit-initd to
+/etc/init.d/vboxinit on the remote host."
+
+src_install() {
+ webapp_src_preinst
+
+ dodoc CHANGELOG.txt LICENSE.txt README.txt
+ 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
+ if has_version app-emulation/virtualbox[vboxwebsrv] || \
+ has_version app-emulation/virtualbox-bin[vboxwebsrv]
+ then
+ newinitd "${FILESDIR}"/vboxinit-initd vboxinit
+ fi
+
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ webapp_pkg_postinst
+ readme.gentoo_print_elog
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/phpvirtualbox/
@ 2015-09-09 17:49 Markos Chandras
0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras @ 2015-09-09 17:49 UTC (permalink / raw
To: gentoo-commits
commit: c11d6ac4da2ea2d42c8584831bbcd840db24e4bb
Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 17:49:18 2015 +0000
Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 17:49:18 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11d6ac4
app-emulation/phpvirtualbox: Update header
Package-Manager: portage-2.2.20.1
app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
index c26844f..e14574d 100644
--- a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild,v 1.1 2013/11/15 21:20:46 hwoarang Exp $
+# $Id$
EAPI="5"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/phpvirtualbox/
@ 2015-09-17 17:25 Markos Chandras
0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras @ 2015-09-17 17:25 UTC (permalink / raw
To: gentoo-commits
commit: 69d18b31afe1c8741663366aa595e46ad607eb79
Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 17:19:50 2015 +0000
Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 17:25:00 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d18b31
app-emulation/phpvirtualbox: Replace need_php_httpd with virtual/httpd-php (#552848). Drop old
Package-Manager: portage-2.2.20.1
app-emulation/phpvirtualbox/Manifest | 3 -
.../phpvirtualbox/phpvirtualbox-4.1.11.ebuild | 3 +-
.../phpvirtualbox/phpvirtualbox-4.1.7-r2.ebuild | 67 --------------------
.../phpvirtualbox/phpvirtualbox-4.2.3b.ebuild | 67 --------------------
.../phpvirtualbox/phpvirtualbox-4.2.4.ebuild | 73 ----------------------
.../phpvirtualbox/phpvirtualbox-4.2.7.ebuild | 3 +-
.../phpvirtualbox/phpvirtualbox-4.3.0.ebuild | 3 +-
.../phpvirtualbox/phpvirtualbox-5.0.3.ebuild | 3 +-
8 files changed, 4 insertions(+), 218 deletions(-)
diff --git a/app-emulation/phpvirtualbox/Manifest b/app-emulation/phpvirtualbox/Manifest
index b842570..4a7ff9c 100644
--- a/app-emulation/phpvirtualbox/Manifest
+++ b/app-emulation/phpvirtualbox/Manifest
@@ -1,7 +1,4 @@
DIST phpvirtualbox-4.1-11.zip 2763347 SHA256 91a78c7dead035edf8138a363c6b3cb89d8f348fa3c38455af232f51bcf592ef SHA512 c5eb1b9fd0bba20e3dda9cbe6985c60d953a340d77b9427f344e8b595a06a5d9805209cf73704fb93de5ee2f412e02cb1434ed0e983b0622cf8a8172d7dff9a5 WHIRLPOOL ca95767f63f3c018738de36dede1859e0b6185cd22d4f7a40128dd5a14791ca9402a2ef54c4928c1a4c4408ddcb62b312a4d05743c0722f9a8fee1555df4021a
-DIST phpvirtualbox-4.1-7.zip 2760199 SHA256 16c27cd1bcc843b464752c3dd7091247b690218bca06fcecbdd130c5daf70b7c SHA512 657d5c5424d540ef3da9db54e638d227b68fcc336ec097f8a319a689990a53ad9f17af6fd0cd4be699212e83f06468bb65c4da03faf0a65ff77386f23aaf9409 WHIRLPOOL f2327749d6333bc07dce1f28f42e297f8e24777b556967513218d429e78db1fdd00112cca5ddd91d94012a8b0c5ab7c475c7209b3f12e2bad95085ce112f6f3d
-DIST phpvirtualbox-4.2-3b.zip 3184088 SHA256 23134a05d22ac9429524abb9d7165eb4c0ef7c52c917e9ced317e9ff71d0405f SHA512 c0ebf5fb2defd23b5999d7616e47a93696259973b563e2e0cd415db0a9f5be5f3798ac9e6d242c44208ce2c51ba2ab7cf43288ae8108563b45bd119ba2fa8c2f WHIRLPOOL 467385c219fc525151285390fa5a68b273b52be699e97a308f77c74bdeab911a845a7e28343b665ee2d6126aca2f0c3021816adbaa23b0d563ea06d7ec20c62c
-DIST phpvirtualbox-4.2-4.zip 3663173 SHA256 dd2681dc9703ec68a995cac98719863dca9e0720e45f5e0322dbb6fa3858138b SHA512 51e3b90bb5fcedbd45a6e54cf3ea6cc74cd764bdc107f97f9cb24c27f2c5d53a862781b808ab7d53cdbbd9d4cff93734d7578676b409d10326895dd1c5dcdc15 WHIRLPOOL 1678790492df50f7ae63bd4b44dbcd0ddd892c1bef9d455bf47bb20f1dcdac4955645fe71d549095ccc4a19f5960abf0f34fa1d95c4f4c8d82a34848a405fe06
DIST phpvirtualbox-4.2-7.zip 3425805 SHA256 3dc078d7058d75aa5745f531a6d485a11fff18972df1a638a749f019e0196e4e SHA512 a066f127115a83c6061e8c0ff6447464818511f3ab7805c119f75ddc88459efd144d45fb358ce52959301f2f1a4f2609f7f42c2bb24213a5be98f2036085a81b WHIRLPOOL d6cf095b9768b7a9c0113c8df354dad124a0b2dc0a52e8518dfde230823c95dcad6b6e3df56cc41a4474b8b73cb281f3bfc91f417078e0b6f1136acd70dca4cf
DIST phpvirtualbox-4.3-0.zip 4231805 SHA256 e33eea5553fb134ba6a1203e33e212bc5764c05b28164dcc02c6d66af565c293 SHA512 fd49a6a4c79d75f37fd40d74743f295a148548373ab046cf1f31ef7b982008ea6b9d2838cdad2dc37a1d266ed630cd2ddb7f7423ea62af1e0f8f9f76a12c0e9d WHIRLPOOL 1c96ec2fe19092dabac9e04be596974cc4dbaa9993c34e76b938036e8e04c67dc4f4f344be8afd636d603a478ce0c85435a75f8d6cf59bbdc3a11c6fd575b6c1
DIST phpvirtualbox-5.0-3.zip 4092132 SHA256 8e23eee4ee36ff8cf765afb6842338e8ea8190956882ec0baa30f09ff4fe134b SHA512 b632ff3be2028bd011ce27b580996638dfc89e09350c459f16bd1c8c5c3eefbab93f42d7facfb99279eb2ee1c6a38854ea999654ca2090a39c7bfa0afa7fe2d5 WHIRLPOOL 38070a6935e3a4e5155f84db395c9e82603583957b26fcf166a654446052b15aa3d3b7653a9f7d56a33382dc82058e55413575e75c26b4c97f782bb868cc66e8
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
index 2e5ce9c..adf58b4 100644
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
@@ -19,11 +19,10 @@ IUSE=""
RDEPEND="
dev-lang/php[session,unicode,soap,gd]
+ virtual/httpd-php
"
DEPEND="app-arch/unzip"
-need_php_httpd
-
src_install() {
webapp_src_preinst
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.7-r2.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.7-r2.ebuild
deleted file mode 100644
index 2e5ce9c..0000000
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.7-r2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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="https://sourceforge.net/projects/phpvirtualbox/"
-SRC_URI="https://${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
- if has_version app-emulation/virtualbox[vboxwebsrv] || \
- has_version app-emulation/virtualbox-bin[vboxwebsrv]
- then
- newinitd "${FILESDIR}"/vboxinit-initd vboxinit
- fi
-}
-
-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"
- elog
- elog "To enable the automatic startup mode feature uncomment the"
- elog "following line in the config.php file:"
- elog " var \$startStopConfig = true;"
- elog
- elog "You should also add the /etc/init.d/vboxinit script to the"
- elog "default runlevel on the virtualbox host:"
- elog "\`rc-update add vboxinit default\`"
- elog "If the server is on a remote host, than the script must be"
- elog "copied manually from"
- elog "${FILESDIR}/vboxinit-initd to /etc/init.d/vboxinit"
- elog "on the remote host."
-}
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.2.3b.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.2.3b.ebuild
deleted file mode 100644
index 2e5ce9c..0000000
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.2.3b.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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="https://sourceforge.net/projects/phpvirtualbox/"
-SRC_URI="https://${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
- if has_version app-emulation/virtualbox[vboxwebsrv] || \
- has_version app-emulation/virtualbox-bin[vboxwebsrv]
- then
- newinitd "${FILESDIR}"/vboxinit-initd vboxinit
- fi
-}
-
-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"
- elog
- elog "To enable the automatic startup mode feature uncomment the"
- elog "following line in the config.php file:"
- elog " var \$startStopConfig = true;"
- elog
- elog "You should also add the /etc/init.d/vboxinit script to the"
- elog "default runlevel on the virtualbox host:"
- elog "\`rc-update add vboxinit default\`"
- elog "If the server is on a remote host, than the script must be"
- elog "copied manually from"
- elog "${FILESDIR}/vboxinit-initd to /etc/init.d/vboxinit"
- elog "on the remote host."
-}
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.2.4.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.2.4.ebuild
deleted file mode 100644
index b9d97f9..0000000
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.2.4.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit versionator eutils webapp depend.php readme.gentoo
-
-MY_PV="$(replace_version_separator 2 '-')"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Web-based administration for VirtualBox in PHP"
-HOMEPAGE="https://sourceforge.net/projects/phpvirtualbox/"
-SRC_URI="https://${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"
-
-S="${WORKDIR}"/${MY_P}
-
-need_php_httpd
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-Local or remote virtualbox hosts must be compiled with
-'vboxwebsrv' useflag and the respective init script
-must be running to use this interface:
-/etc/init.d/vboxwebsrv start
-
-To enable the automatic startup mode feature uncomment the
-following line in the config.php file:
-var \$startStopConfig = true;
-
-You should also add the /etc/init.d/vboxinit script to the
-default runlevel on the virtualbox host:
-\`rc-update add vboxinit default\`
-If the server is on a remote host, than the script must be
-copied manually from
-'${FILESDIR}'/vboxinit-initd to
-/etc/init.d/vboxinit on the remote host."
-
-src_install() {
- webapp_src_preinst
-
- dodoc CHANGELOG.txt LICENSE.txt README.txt
- 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
- if has_version app-emulation/virtualbox[vboxwebsrv] || \
- has_version app-emulation/virtualbox-bin[vboxwebsrv]
- then
- newinitd "${FILESDIR}"/vboxinit-initd vboxinit
- fi
-
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- webapp_pkg_postinst
- readme.gentoo_print_elog
-}
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild
index a54923a..591b528 100644
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild
@@ -19,13 +19,12 @@ IUSE=""
RDEPEND="
dev-lang/php[session,unicode,soap,gd]
+ virtual/httpd-php:*
"
DEPEND="app-arch/unzip"
S="${WORKDIR}"/${MY_P}
-need_php_httpd
-
DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
Local or remote virtualbox hosts must be compiled with
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild
index 287392f..951edd1 100644
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild
@@ -19,13 +19,12 @@ IUSE=""
RDEPEND="
dev-lang/php[session,unicode,soap,gd]
+ virtual/httpd-php:*
"
DEPEND="app-arch/unzip"
S="${WORKDIR}"
-need_php_httpd
-
DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
Local or remote virtualbox hosts must be compiled with
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
index e14574d..5d046cb 100644
--- a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
@@ -19,13 +19,12 @@ IUSE=""
RDEPEND="
dev-lang/php[session,unicode,soap,gd]
+ virtual/httpd-php:*
"
DEPEND="app-arch/unzip"
S="${WORKDIR}/${MY_P}"
-need_php_httpd
-
DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
Local or remote virtualbox hosts must be compiled with
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/phpvirtualbox/
@ 2016-01-11 15:21 Brian Evans
0 siblings, 0 replies; 8+ messages in thread
From: Brian Evans @ 2016-01-11 15:21 UTC (permalink / raw
To: gentoo-commits
commit: 9a5f8a68f344aff76352ad12b3e44b335f99f508
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 15:14:00 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 15:14:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5f8a68
app-emulation/phpvirtualbox: Drop unused depend.php inherit
Non-maintainer commit. Verified all functions in eclass were not used
Package-Manager: portage-2.2.26
app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild | 4 ++--
app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild | 4 ++--
app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild | 4 ++--
app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
index adf58b4..036938d 100644
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="2"
-inherit versionator eutils webapp depend.php
+inherit versionator eutils webapp
MY_PV="$(replace_version_separator 2 '-')"
MY_P="${PN}-${MY_PV}"
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild
index 591b528..984a92c 100644
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
-inherit versionator eutils webapp depend.php readme.gentoo
+inherit versionator eutils webapp readme.gentoo
MY_PV="$(replace_version_separator 2 '-')"
MY_P="${PN}-${MY_PV}"
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild
index 951edd1..ecda72e 100644
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
-inherit versionator eutils webapp depend.php readme.gentoo
+inherit versionator eutils webapp readme.gentoo
MY_PV="$(replace_version_separator 2 '-')"
MY_P="${PN}-${MY_PV}"
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
index 5d046cb..db6c879 100644
--- a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
-inherit versionator eutils webapp depend.php readme.gentoo
+inherit versionator eutils webapp readme.gentoo
MY_PV="$(replace_version_separator 2 '-')"
MY_P="${PN}-${MY_PV}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/phpvirtualbox/
@ 2016-12-10 20:02 Markos Chandras
0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras @ 2016-12-10 20:02 UTC (permalink / raw
To: gentoo-commits
commit: 2a62578654ae64ca70cf87d94b67b72faddb84e7
Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 20:02:09 2016 +0000
Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 20:02:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a625786
app-emulation/phpvirtualbox: Version bump
Gentoo-Bug: 587960
Package-Manager: portage-2.3.3
app-emulation/phpvirtualbox/Manifest | 1 +
.../phpvirtualbox/phpvirtualbox-5.0.5.ebuild | 72 ++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/app-emulation/phpvirtualbox/Manifest b/app-emulation/phpvirtualbox/Manifest
index 4a7ff9c..0f0215f 100644
--- a/app-emulation/phpvirtualbox/Manifest
+++ b/app-emulation/phpvirtualbox/Manifest
@@ -2,3 +2,4 @@ DIST phpvirtualbox-4.1-11.zip 2763347 SHA256 91a78c7dead035edf8138a363c6b3cb89d8
DIST phpvirtualbox-4.2-7.zip 3425805 SHA256 3dc078d7058d75aa5745f531a6d485a11fff18972df1a638a749f019e0196e4e SHA512 a066f127115a83c6061e8c0ff6447464818511f3ab7805c119f75ddc88459efd144d45fb358ce52959301f2f1a4f2609f7f42c2bb24213a5be98f2036085a81b WHIRLPOOL d6cf095b9768b7a9c0113c8df354dad124a0b2dc0a52e8518dfde230823c95dcad6b6e3df56cc41a4474b8b73cb281f3bfc91f417078e0b6f1136acd70dca4cf
DIST phpvirtualbox-4.3-0.zip 4231805 SHA256 e33eea5553fb134ba6a1203e33e212bc5764c05b28164dcc02c6d66af565c293 SHA512 fd49a6a4c79d75f37fd40d74743f295a148548373ab046cf1f31ef7b982008ea6b9d2838cdad2dc37a1d266ed630cd2ddb7f7423ea62af1e0f8f9f76a12c0e9d WHIRLPOOL 1c96ec2fe19092dabac9e04be596974cc4dbaa9993c34e76b938036e8e04c67dc4f4f344be8afd636d603a478ce0c85435a75f8d6cf59bbdc3a11c6fd575b6c1
DIST phpvirtualbox-5.0-3.zip 4092132 SHA256 8e23eee4ee36ff8cf765afb6842338e8ea8190956882ec0baa30f09ff4fe134b SHA512 b632ff3be2028bd011ce27b580996638dfc89e09350c459f16bd1c8c5c3eefbab93f42d7facfb99279eb2ee1c6a38854ea999654ca2090a39c7bfa0afa7fe2d5 WHIRLPOOL 38070a6935e3a4e5155f84db395c9e82603583957b26fcf166a654446052b15aa3d3b7653a9f7d56a33382dc82058e55413575e75c26b4c97f782bb868cc66e8
+DIST phpvirtualbox-5.0-5.zip 4093766 SHA256 c80c423fda30e5795872c9b9adc68429deee5726e468729472a573c324303c05 SHA512 5478e4a5eb74786eb409a87e7c962c80df558655342f541dddceb7e4cf153a4e5f0bda9b83c2a8a921326f6210c2c3bd344c4a9ce30547f25acce5966c4d6135 WHIRLPOOL e1cd9e91f74e403ea38c099cbaec495fc56551757a75c7348673251846dd4d433d37d1147ba68b4df673efb6ff9ac3cdeb4457aa80af03ea791fc48d1eece5eb
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.5.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.5.ebuild
new file mode 100644
index 00000000..b69ee5f
--- /dev/null
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.5.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit versionator eutils webapp readme.gentoo
+
+MY_PV="$(replace_version_separator 2 '-')"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Web-based administration for VirtualBox in PHP"
+HOMEPAGE="https://sourceforge.net/projects/phpvirtualbox/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-lang/php[session,unicode,soap,gd]
+ virtual/httpd-php:*
+"
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${MY_P}"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+Local or remote virtualbox hosts must be compiled with
+'vboxwebsrv' useflag and the respective init script
+must be running to use this interface:
+/etc/init.d/vboxwebsrv start
+
+To enable the automatic startup mode feature uncomment the
+following line in the config.php file:
+var \$startStopConfig = true;
+
+You should also add the /etc/init.d/vboxinit script to the
+default runlevel on the virtualbox host:
+\`rc-update add vboxinit default\`
+If the server is on a remote host, than the script must be
+copied manually from
+'${FILESDIR}'/vboxinit-initd to
+/etc/init.d/vboxinit on the remote host."
+
+src_install() {
+ webapp_src_preinst
+
+ dodoc CHANGELOG.txt LICENSE.txt README.md
+ rm -f CHANGELOG.txt LICENSE.txt README.md
+
+ insinto "${MY_HTDOCSDIR}"
+ doins -r .
+
+ webapp_configfile "${MY_HTDOCSDIR}"/config.php-example
+ webapp_serverowned "${MY_HTDOCSDIR}"/config.php-example
+
+ webapp_src_install
+ if has_version app-emulation/virtualbox[vboxwebsrv] || \
+ has_version app-emulation/virtualbox-bin[vboxwebsrv]
+ then
+ newinitd "${FILESDIR}"/vboxinit-initd vboxinit
+ fi
+
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ webapp_pkg_postinst
+ readme.gentoo_print_elog
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/phpvirtualbox/
@ 2017-10-04 7:47 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-10-04 7:47 UTC (permalink / raw
To: gentoo-commits
commit: dedd12db687d80c0ff115ebbc830be35512fd27b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 07:19:34 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 07:47:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedd12db
app-emulation/phpvirtualbox: Strip empty metadata.xml elements
app-emulation/phpvirtualbox/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/app-emulation/phpvirtualbox/metadata.xml b/app-emulation/phpvirtualbox/metadata.xml
index cc3e57de022..60ad403971c 100644
--- a/app-emulation/phpvirtualbox/metadata.xml
+++ b/app-emulation/phpvirtualbox/metadata.xml
@@ -5,8 +5,6 @@
<email>hwoarang@gentoo.org</email>
<name>Markos Chandras</name>
</maintainer>
- <longdescription lang="en">
- </longdescription>
<upstream>
<remote-id type="google-code">phpvirtualbox</remote-id>
<remote-id type="sourceforge">phpvirtualbox</remote-id>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/phpvirtualbox/
@ 2018-05-26 20:31 Aaron Bauman
0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2018-05-26 20:31 UTC (permalink / raw
To: gentoo-commits
commit: 48462978f96b6a32a1faee1bc5f6a4beaeb46d56
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 19:51:53 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 20:31:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48462978
app-emulation/phpvirtualbox: drop EAPI=2
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-emulation/phpvirtualbox/Manifest | 1 -
.../phpvirtualbox/phpvirtualbox-4.1.11.ebuild | 65 ----------------------
2 files changed, 66 deletions(-)
diff --git a/app-emulation/phpvirtualbox/Manifest b/app-emulation/phpvirtualbox/Manifest
index 8b33c572184..ede7ee5154a 100644
--- a/app-emulation/phpvirtualbox/Manifest
+++ b/app-emulation/phpvirtualbox/Manifest
@@ -1,4 +1,3 @@
-DIST phpvirtualbox-4.1-11.zip 2763347 BLAKE2B 3132373e012089663cbb6d2142e12e50660b80368beca007394914cf769c6ce58d7412fe449695c3081f26bd552b04b73e3a369d74a525188561908dda108122 SHA512 c5eb1b9fd0bba20e3dda9cbe6985c60d953a340d77b9427f344e8b595a06a5d9805209cf73704fb93de5ee2f412e02cb1434ed0e983b0622cf8a8172d7dff9a5
DIST phpvirtualbox-4.2-7.zip 3425805 BLAKE2B c5e9bb629b346af378ee585b940c2f41cef4025caef66809212bab2f5cfd6621e3980fc2c7e5a9140fb3d16545df81af452d6733f2a3ba8f6f23d1a914472b6f SHA512 a066f127115a83c6061e8c0ff6447464818511f3ab7805c119f75ddc88459efd144d45fb358ce52959301f2f1a4f2609f7f42c2bb24213a5be98f2036085a81b
DIST phpvirtualbox-4.3-0.zip 4231805 BLAKE2B 8f9c995c3c7112b6ec73a49b322f210ae2befcd711ac9459ea0eea9a7216c2e3322489ada69a91940af76a276a8c053384e0632b209250c7b3ca37291a574e57 SHA512 fd49a6a4c79d75f37fd40d74743f295a148548373ab046cf1f31ef7b982008ea6b9d2838cdad2dc37a1d266ed630cd2ddb7f7423ea62af1e0f8f9f76a12c0e9d
DIST phpvirtualbox-5.0-3.zip 4092132 BLAKE2B c781b9d49ed20fb2748a7aa7d8685d5f2c10ba72268e6bbdb53a041873c6390605376a09bc4a7cfd5cca3de9d3045c60a2e515668ba1d5f49b623aee9e5cf568 SHA512 b632ff3be2028bd011ce27b580996638dfc89e09350c459f16bd1c8c5c3eefbab93f42d7facfb99279eb2ee1c6a38854ea999654ca2090a39c7bfa0afa7fe2d5
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
deleted file mode 100644
index de7e19448c9..00000000000
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit versionator eutils webapp
-
-MY_PV="$(replace_version_separator 2 '-')"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Web-based administration for VirtualBox in PHP"
-HOMEPAGE="https://sourceforge.net/projects/phpvirtualbox/"
-SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-lang/php[session,unicode,soap,gd]
- virtual/httpd-php
-"
-DEPEND="app-arch/unzip"
-
-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
- if has_version app-emulation/virtualbox[vboxwebsrv] || \
- has_version app-emulation/virtualbox-bin[vboxwebsrv]
- then
- newinitd "${FILESDIR}"/vboxinit-initd vboxinit
- fi
-}
-
-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"
- elog
- elog "To enable the automatic startup mode feature uncomment the"
- elog "following line in the config.php file:"
- elog " var \$startStopConfig = true;"
- elog
- elog "You should also add the /etc/init.d/vboxinit script to the"
- elog "default runlevel on the virtualbox host:"
- elog "\`rc-update add vboxinit default\`"
- elog "If the server is on a remote host, than the script must be"
- elog "copied manually from"
- elog "${FILESDIR}/vboxinit-initd to /etc/init.d/vboxinit"
- elog "on the remote host."
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/phpvirtualbox/
@ 2019-01-23 18:02 Brian Evans
0 siblings, 0 replies; 8+ messages in thread
From: Brian Evans @ 2019-01-23 18:02 UTC (permalink / raw
To: gentoo-commits
commit: c3c0cb49a7f5eb9c92b00c6e5ada049f3446b3fa
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 23 18:00:55 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jan 23 18:02:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c0cb49
app-emulation/phpvirtualbox: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
app-emulation/phpvirtualbox/Manifest | 4 --
.../phpvirtualbox/phpvirtualbox-4.2.7.ebuild | 71 ----------------------
.../phpvirtualbox/phpvirtualbox-4.3.0.ebuild | 71 ----------------------
.../phpvirtualbox/phpvirtualbox-5.0.3.ebuild | 71 ----------------------
.../phpvirtualbox/phpvirtualbox-5.0.5.ebuild | 71 ----------------------
5 files changed, 288 deletions(-)
diff --git a/app-emulation/phpvirtualbox/Manifest b/app-emulation/phpvirtualbox/Manifest
index c259166e99c..201ae4e3058 100644
--- a/app-emulation/phpvirtualbox/Manifest
+++ b/app-emulation/phpvirtualbox/Manifest
@@ -1,5 +1 @@
-DIST phpvirtualbox-4.2-7.zip 3425805 BLAKE2B c5e9bb629b346af378ee585b940c2f41cef4025caef66809212bab2f5cfd6621e3980fc2c7e5a9140fb3d16545df81af452d6733f2a3ba8f6f23d1a914472b6f SHA512 a066f127115a83c6061e8c0ff6447464818511f3ab7805c119f75ddc88459efd144d45fb358ce52959301f2f1a4f2609f7f42c2bb24213a5be98f2036085a81b
-DIST phpvirtualbox-4.3-0.zip 4231805 BLAKE2B 8f9c995c3c7112b6ec73a49b322f210ae2befcd711ac9459ea0eea9a7216c2e3322489ada69a91940af76a276a8c053384e0632b209250c7b3ca37291a574e57 SHA512 fd49a6a4c79d75f37fd40d74743f295a148548373ab046cf1f31ef7b982008ea6b9d2838cdad2dc37a1d266ed630cd2ddb7f7423ea62af1e0f8f9f76a12c0e9d
-DIST phpvirtualbox-5.0-3.zip 4092132 BLAKE2B c781b9d49ed20fb2748a7aa7d8685d5f2c10ba72268e6bbdb53a041873c6390605376a09bc4a7cfd5cca3de9d3045c60a2e515668ba1d5f49b623aee9e5cf568 SHA512 b632ff3be2028bd011ce27b580996638dfc89e09350c459f16bd1c8c5c3eefbab93f42d7facfb99279eb2ee1c6a38854ea999654ca2090a39c7bfa0afa7fe2d5
-DIST phpvirtualbox-5.0-5.zip 4093766 BLAKE2B 77c453a2d43558ae3db23c3b2b20d08b713731c5444c7613a2018edef77774e97d8dc25345606520df10df7802d86efedf38d73670ec0dacb48606e4785ed0cd SHA512 5478e4a5eb74786eb409a87e7c962c80df558655342f541dddceb7e4cf153a4e5f0bda9b83c2a8a921326f6210c2c3bd344c4a9ce30547f25acce5966c4d6135
DIST phpvirtualbox-5.2-1.tar.gz 3882921 BLAKE2B 6eb76d3f4372bbd83648f4c1b1f37ec7478a1818e7dcef345bddf603d9ae51314f6fd0a448b42d7434389a364e4c8e177f4b13936f50c6c30a58e00aa0b714e7 SHA512 6805f58a3abdfdac9bb34170d3980ba3fae1118526bbb587b67a55032cc2c25923bf2d7bec01ed60439b3070f2e0668079f73e41ca29d18dd9e24abe3219830c
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild
deleted file mode 100644
index c87ab761446..00000000000
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit versionator eutils webapp readme.gentoo
-
-MY_PV="$(replace_version_separator 2 '-')"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Web-based administration for VirtualBox in PHP"
-HOMEPAGE="https://sourceforge.net/projects/phpvirtualbox/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-lang/php[session,unicode,soap,gd]
- virtual/httpd-php:*
-"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}"/${MY_P}
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-Local or remote virtualbox hosts must be compiled with
-'vboxwebsrv' useflag and the respective init script
-must be running to use this interface:
-/etc/init.d/vboxwebsrv start
-
-To enable the automatic startup mode feature uncomment the
-following line in the config.php file:
-var \$startStopConfig = true;
-
-You should also add the /etc/init.d/vboxinit script to the
-default runlevel on the virtualbox host:
-\`rc-update add vboxinit default\`
-If the server is on a remote host, than the script must be
-copied manually from
-'${FILESDIR}'/vboxinit-initd to
-/etc/init.d/vboxinit on the remote host."
-
-src_install() {
- webapp_src_preinst
-
- dodoc CHANGELOG.txt LICENSE.txt README.txt
- 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
- if has_version app-emulation/virtualbox[vboxwebsrv] || \
- has_version app-emulation/virtualbox-bin[vboxwebsrv]
- then
- newinitd "${FILESDIR}"/vboxinit-initd vboxinit
- fi
-
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- webapp_pkg_postinst
- readme.gentoo_print_elog
-}
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild
deleted file mode 100644
index 05e465bd19f..00000000000
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit versionator eutils webapp readme.gentoo
-
-MY_PV="$(replace_version_separator 2 '-')"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Web-based administration for VirtualBox in PHP"
-HOMEPAGE="https://sourceforge.net/projects/phpvirtualbox/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-lang/php[session,unicode,soap,gd]
- virtual/httpd-php:*
-"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-Local or remote virtualbox hosts must be compiled with
-'vboxwebsrv' useflag and the respective init script
-must be running to use this interface:
-/etc/init.d/vboxwebsrv start
-
-To enable the automatic startup mode feature uncomment the
-following line in the config.php file:
-var \$startStopConfig = true;
-
-You should also add the /etc/init.d/vboxinit script to the
-default runlevel on the virtualbox host:
-\`rc-update add vboxinit default\`
-If the server is on a remote host, than the script must be
-copied manually from
-'${FILESDIR}'/vboxinit-initd to
-/etc/init.d/vboxinit on the remote host."
-
-src_install() {
- webapp_src_preinst
-
- dodoc CHANGELOG.txt LICENSE.txt README.txt
- 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
- if has_version app-emulation/virtualbox[vboxwebsrv] || \
- has_version app-emulation/virtualbox-bin[vboxwebsrv]
- then
- newinitd "${FILESDIR}"/vboxinit-initd vboxinit
- fi
-
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- webapp_pkg_postinst
- readme.gentoo_print_elog
-}
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
deleted file mode 100644
index d299a2e28b0..00000000000
--- a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit versionator eutils webapp readme.gentoo
-
-MY_PV="$(replace_version_separator 2 '-')"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Web-based administration for VirtualBox in PHP"
-HOMEPAGE="https://sourceforge.net/projects/phpvirtualbox/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-lang/php[session,unicode,soap,gd]
- virtual/httpd-php:*
-"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-Local or remote virtualbox hosts must be compiled with
-'vboxwebsrv' useflag and the respective init script
-must be running to use this interface:
-/etc/init.d/vboxwebsrv start
-
-To enable the automatic startup mode feature uncomment the
-following line in the config.php file:
-var \$startStopConfig = true;
-
-You should also add the /etc/init.d/vboxinit script to the
-default runlevel on the virtualbox host:
-\`rc-update add vboxinit default\`
-If the server is on a remote host, than the script must be
-copied manually from
-'${FILESDIR}'/vboxinit-initd to
-/etc/init.d/vboxinit on the remote host."
-
-src_install() {
- webapp_src_preinst
-
- dodoc CHANGELOG.txt LICENSE.txt README.txt
- 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
- if has_version app-emulation/virtualbox[vboxwebsrv] || \
- has_version app-emulation/virtualbox-bin[vboxwebsrv]
- then
- newinitd "${FILESDIR}"/vboxinit-initd vboxinit
- fi
-
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- webapp_pkg_postinst
- readme.gentoo_print_elog
-}
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.5.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.5.ebuild
deleted file mode 100644
index b6cb641a6e5..00000000000
--- a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit versionator eutils webapp readme.gentoo
-
-MY_PV="$(replace_version_separator 2 '-')"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Web-based administration for VirtualBox in PHP"
-HOMEPAGE="https://sourceforge.net/projects/phpvirtualbox/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-lang/php[session,unicode,soap,gd]
- virtual/httpd-php:*
-"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-Local or remote virtualbox hosts must be compiled with
-'vboxwebsrv' useflag and the respective init script
-must be running to use this interface:
-/etc/init.d/vboxwebsrv start
-
-To enable the automatic startup mode feature uncomment the
-following line in the config.php file:
-var \$startStopConfig = true;
-
-You should also add the /etc/init.d/vboxinit script to the
-default runlevel on the virtualbox host:
-\`rc-update add vboxinit default\`
-If the server is on a remote host, than the script must be
-copied manually from
-'${FILESDIR}'/vboxinit-initd to
-/etc/init.d/vboxinit on the remote host."
-
-src_install() {
- webapp_src_preinst
-
- dodoc CHANGELOG.txt LICENSE.txt README.md
- rm -f CHANGELOG.txt LICENSE.txt README.md
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_configfile "${MY_HTDOCSDIR}"/config.php-example
- webapp_serverowned "${MY_HTDOCSDIR}"/config.php-example
-
- webapp_src_install
- if has_version app-emulation/virtualbox[vboxwebsrv] || \
- has_version app-emulation/virtualbox-bin[vboxwebsrv]
- then
- newinitd "${FILESDIR}"/vboxinit-initd vboxinit
- fi
-
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- webapp_pkg_postinst
- readme.gentoo_print_elog
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-01-23 18:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-10 20:02 [gentoo-commits] repo/gentoo:master commit in: app-emulation/phpvirtualbox/ Markos Chandras
-- strict thread matches above, loose matches on Subject: below --
2019-01-23 18:02 Brian Evans
2018-05-26 20:31 Aaron Bauman
2017-10-04 7:47 Michał Górny
2016-01-11 15:21 Brian Evans
2015-09-17 17:25 Markos Chandras
2015-09-09 17:49 Markos Chandras
2015-09-09 17:26 Markos Chandras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox