app-emulation/virtualbox-additions: drop 6.1.50

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2025-06-06 08:17:18 +03:00
parent b25488eaf1
commit b9e4b4319c
2 changed files with 0 additions and 26 deletions

View File

@@ -1,4 +1,3 @@
DIST VBoxGuestAdditions_6.1.50.iso 64051200 BLAKE2B 9eff4a3643579ee0426dbe2b62247b8c89321be495e61469628574445fedc06ff2fb9afa108705cbaf24a13db99b4e6e850c61e5c97343095549f444831fcf62 SHA512 d74ce912dbbcef7f644a9f3ba9917782336cbee8e0756727a8753ffc17486a75e833adaa869e205531bc3b81b9cb26aa9b50f44210e78dceece966687122f6c6
DIST VBoxGuestAdditions_7.0.22.iso 54300672 BLAKE2B 7f67da2081052b276e25f05df3481173c12bb64f8428a2187abceaa95067babc33fb7da87343ee6e4d7f53c362abc4e72fecd2d3e75751664b78fb082da4031a SHA512 41f34b13929581fde0858dceb6f7456486897977a0cf52ec501b5b1178f73d84cc3793d2efc35c0e8450a790b8de11adacef80aa98719ef639d3e4034a3bf914
DIST VBoxGuestAdditions_7.0.26.iso 54992896 BLAKE2B a52bcf234232723e3c04e7de5fda518a745b3128f2fd3d1213a97d69e3f010647056d407b05e9f7f1debb966e32b0189c4fc4176e096e7b5ac3ba27e1adad57e SHA512 636328e8ccdbbefbcccce1750dcb984bbb52d886e3f6f94f119212e9d9258d6d37029f65a8ce6b86d677014d45f48d255ed9346de4edbd53f609b64ba9b5b1e9
DIST VBoxGuestAdditions_7.1.10.iso 61378560 BLAKE2B a6981ae32b66ebb8ec25c58c7d86d1b6fed7d141840c83d27388e6f07e0e3e2521f93429c8a629b5f2fcba05d2787402b230dbd93ccc13df1b19866d1e7d0c7f SHA512 e2e82e1610d5b63ad76cb934903efcd7b264d8d1a2fb465818adae36a27671714cb3e3793727ec108b340bb4ea04fca7e1b048f7cd86dfc193eddf83a6879822

View File

@@ -1,25 +0,0 @@
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN=VBoxGuestAdditions
MY_P=${MY_PN}_${PV}
DESCRIPTION="CD image containing guest additions for VirtualBox"
HOMEPAGE="https://www.virtualbox.org/"
SRC_URI="https://download.virtualbox.org/virtualbox/${PV}/${MY_P}.iso"
S="${WORKDIR}"
LICENSE="GPL-2+ LGPL-2.1+ MIT SGI-B-2.0 CDDL"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="amd64"
src_unpack() {
return 0
}
src_install() {
insinto /usr/share/${PN/-additions}
newins "${DISTDIR}"/${MY_P}.iso ${MY_PN}.iso
}