diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-07-03 08:05:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-07-03 08:05:42 +0100 |
commit | 8435c842b9e8fbb2bcc80397ab3aa655000459e2 (patch) | |
tree | b74558e80643a8f074c501e8b4bf7f50f7155455 /app-emulation | |
parent | 5c5e9714c851027611cb726a76ebb8be6d48cbdc (diff) |
gentoo auto-resync : 03:07:2024 - 08:05:42
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/Manifest.gz | bin | 15834 -> 15662 bytes | |||
-rw-r--r-- | app-emulation/phpvirtualbox/Manifest | 5 | ||||
-rw-r--r-- | app-emulation/phpvirtualbox/files/README.gentoo | 16 | ||||
-rw-r--r-- | app-emulation/phpvirtualbox/files/vboxinit-initd | 39 | ||||
-rw-r--r-- | app-emulation/phpvirtualbox/metadata.xml | 9 | ||||
-rw-r--r-- | app-emulation/phpvirtualbox/phpvirtualbox-5.2.1.ebuild | 57 |
6 files changed, 0 insertions, 126 deletions
diff --git a/app-emulation/Manifest.gz b/app-emulation/Manifest.gz Binary files differindex a598362da018..abaa86932364 100644 --- a/app-emulation/Manifest.gz +++ b/app-emulation/Manifest.gz diff --git a/app-emulation/phpvirtualbox/Manifest b/app-emulation/phpvirtualbox/Manifest deleted file mode 100644 index b54f24a3cad8..000000000000 --- a/app-emulation/phpvirtualbox/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX README.gentoo 607 BLAKE2B f6836398730c601219df5c5e293f0e693f9bd663a540f048fe911f3d1d3c1e01e235600ddfd05c2374591889415444f68b343397aadd95ffb80de499e8c66ba8 SHA512 d94fb5a595d54ee47c75a724c7c60d1b2b6a055ca2f56bc8ad3ec52807662bf115f87829f2b5f10faeb7dc06e03d900d8e5b11bac893ae1e97afee8b1e865b6b -AUX vboxinit-initd 1137 BLAKE2B 6f9d010fa083da3a89648c9550e24080097c5b2314dd747f12d450d5de3d36bc952dc413e56e395673a97a2b232c9db42ffc5e287f2b3eda498c27d4d05043dd SHA512 f58deaa89e34a05664f072dea2602fbc08c29301d9501631ded31a4fb0d996e756e269cbebd357dcdf7758c1927602384de0bb2c65366e0a0a858cedb9288770 -DIST phpvirtualbox-5.2-1.tar.gz 3882921 BLAKE2B 6eb76d3f4372bbd83648f4c1b1f37ec7478a1818e7dcef345bddf603d9ae51314f6fd0a448b42d7434389a364e4c8e177f4b13936f50c6c30a58e00aa0b714e7 SHA512 6805f58a3abdfdac9bb34170d3980ba3fae1118526bbb587b67a55032cc2c25923bf2d7bec01ed60439b3070f2e0668079f73e41ca29d18dd9e24abe3219830c -EBUILD phpvirtualbox-5.2.1.ebuild 1276 BLAKE2B 922562a7dcb39c2fb6f6ccb15022e215d4349ca9dbaf93c9552ce69f34a740d16fbef971067f5d3e896a838666f6ae33c5c7f7274b61f375d3e70919d7d65ee2 SHA512 fe80198a4922228b11f532ba08e176889653ea44e467f2b43493c9bd391f8915baddfec6fa0526f121176c37350e258691ddfebbaf9543bb21f7529f75b0f18b -MISC metadata.xml 318 BLAKE2B 5aab132be3b54bce0e1d7599f55414cb77c86cce882de05606816f205f4482056e039763e5ba349126fa6ba42a84a7d25e85a0f777e094e275a439df634047ac SHA512 ac6a169c1bd741cfafdcf34b12b83839c9e6bfaa908784bdd90912ddd4f26c0dc91602aac2d3ae6bda31d269489224ed100e045a09c72cbfaa707f91a610f6e2 diff --git a/app-emulation/phpvirtualbox/files/README.gentoo b/app-emulation/phpvirtualbox/files/README.gentoo deleted file mode 100644 index 45699ef72f06..000000000000 --- a/app-emulation/phpvirtualbox/files/README.gentoo +++ /dev/null @@ -1,16 +0,0 @@ -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-@@SLOT@@ script to the -default runlevel on the virtualbox host: -`rc-update add vboxinit-@@SLOT@@ 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. diff --git a/app-emulation/phpvirtualbox/files/vboxinit-initd b/app-emulation/phpvirtualbox/files/vboxinit-initd deleted file mode 100644 index 891137a2d267..000000000000 --- a/app-emulation/phpvirtualbox/files/vboxinit-initd +++ /dev/null @@ -1,39 +0,0 @@ -#!/sbin/openrc-run - -description="Controls VirtualBox sessions" - -. /etc/conf.d/vboxwebsrv - -su_command="su - ${VBOXWEBSRV_USER} -c" - -depend() { - need localmount - after bootmisc -} - -start() { - einfo "Starting VirtualBox machines" - eindent - MACHINES=$($su_command "VBoxManage list vms | awk '{ print \$NF }' | sed -e 's/[{}]//g'") - for UUID in $MACHINES; do - STARTUP=$($su_command "VBoxManage getextradata $UUID 'pvbx/startupMode'" | awk '{ print $NF }') - VMNAME=$($su_command "VBoxManage showvminfo $UUID | sed -n '0,/^Name:/s/^Name:[ \t]*//p'") - if [ "${STARTUP}" == "auto" ]; then - ebegin "Starting machine ${VMNAME}" - $su_command "VBoxManage startvm $UUID --type headless" &>> /var/log/vboxinit.log - eend $? - fi - done -} - -stop() { - einfo "Saving VirtualBox machines" - eindent - MACHINES=$($su_command "VBoxManage list runningvms | awk '{ print \$NF }' | sed -e 's/[{}]//g'") - for UUID in $MACHINES; do - VMNAME=$($su_command "VBoxManage showvminfo $UUID | sed -n '0,/^Name:/s/^Name:[ \t]*//p'") - ebegin "Stopping machine ${VMNAME}" - $su_command "VBoxManage controlvm $UUID savestate" &>> /var/log/vboxinit.log - eend $? - done -} diff --git a/app-emulation/phpvirtualbox/metadata.xml b/app-emulation/phpvirtualbox/metadata.xml deleted file mode 100644 index ead318766d1d..000000000000 --- a/app-emulation/phpvirtualbox/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">phpvirtualbox/phpvirtualbox</remote-id> - <remote-id type="sourceforge">phpvirtualbox</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-5.2.1.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-5.2.1.ebuild deleted file mode 100644 index 4738dfe6851e..000000000000 --- a/app-emulation/phpvirtualbox/phpvirtualbox-5.2.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eapi7-ver webapp readme.gentoo-r1 - -MY_PV="$(ver_rs 2 '-')" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Web-based administration for VirtualBox in PHP" -HOMEPAGE="https://sourceforge.net/projects/phpvirtualbox/" -SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-lang/php:*[gd,session,soap,unicode] - virtual/httpd-php:* -" - -S="${WORKDIR}/${MY_P}" - -src_install() { - - local DISABLE_AUTOFORMATTING="true" - local DOC_CONTENTS=$(sed -e "s;@@FILESDIR@@;${FILESDIR};" \ - -e "s;@@SLOT@@;${SLOT};" "${FILESDIR}/README.gentoo") - - webapp_src_preinst - - dodoc CHANGELOG.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-${SLOT} - fi - - readme.gentoo_create_doc - -} - -pkg_postinst() { - webapp_pkg_postinst - readme.gentoo_print_elog -} |