repo/gentoo:master commit in: app-emulation/virtualbox-guest-modules/

"Viorel Munteanu" <[email protected]>
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785992151.92e71942b7e01747971f412798aee3cfb4b1d1c2.ceamac@gentoo>
commit:     92e71942b7e01747971f412798aee3cfb4b1d1c2
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 04:55:51 2026 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 04:55:51 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e71942

app-emulation/virtualbox-guest-modules: drop 7.2.12

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-emulation/virtualbox-guest-modules/Manifest    |  1 -
 .../virtualbox-guest-modules-7.2.12.ebuild         | 48 ----------------------
 2 files changed, 49 deletions(-)

diff --git a/app-emulation/virtualbox-guest-modules/Manifest b/app-emulation/virtualbox-guest-modules/Manifest
index 9aeb54d2506e..dccb6797a90c 100644
--- a/app-emulation/virtualbox-guest-modules/Manifest
+++ b/app-emulation/virtualbox-guest-modules/Manifest
@@ -1,5 +1,4 @@
 DIST vbox-guest-kernel-module-src-7.0.26.tar.xz 691328 BLAKE2B 8bbe434bb34e2046227713ce9d8508754621b6210e29dbfffa18129c8156ee6da265280db0a2d0485abd9f6299bc56ac2490b3a35057b594456ea3ba31445cf2 SHA512 fbdf7bd9fa23e71d1421006424379893d078edc7bb1d9720f941289a754dba9cedbb0eb741beecab2da312b4230effca6ccd2e570923d4c2242be3557e330fd5
 DIST vbox-guest-kernel-module-src-7.1.18.tar.xz 751300 BLAKE2B 691ef51f62f9d8c908c57b8da25b3803e5f1b9f1e5d172564acf0d71ce227e066e4780acc96dd13851045ff4cef668c2d3647fc2e570f8a19504be3a19a9c60f SHA512 5196577d2af2ce5f64bd9a2ac590f920e9cdecfd8ed56ea79699e211b958f4614fbd508f152e05f95ce31cdb824efd465420da8eb5b52b877f1f0fd3623467b1
-DIST vbox-guest-kernel-module-src-7.2.12.tar.xz 756456 BLAKE2B f5df9de7b77e3d84fb841c7c7d60da04e4b1033703d8d293b14030b534d65d3975ff1e4c89ac06d6968b88193e4a83533959eeb3904f6c97936fc1508220347a SHA512 7d904b7df132b59d627f73cb249baf64279158c9ebe688b569270bd10bb8784ab682008bc049c75e23021c7e7292519fe96940de76d9db9319b441765455ce06
 DIST vbox-guest-kernel-module-src-7.2.14.tar.xz 756804 BLAKE2B f5e063ebee8ffca2de35afbc520322a6b871337b6c4af735d57ddfdbb376e58554aba07dce0a32737203a17e55fa60abdb00f3f2491488802e06cfbb4cb49f7e SHA512 5233360abcf3fe58f4dc359beb9ad0a18c1bb5d6104c62dd9731f144687e38ea87b52c7c6dcab1b0915b6e4152fb3d3ec94ceb9a8d15ee8149efffb1182997e0
 DIST vbox-guest-kernel-module-src-7.2.8.tar.xz 754192 BLAKE2B ecccd02a83a675e870f362c0ea44d0a7b52d1db9a55fc5ddb24f6a8c1161a2370dbb82adf251de6c80e9e7dfaf4503e0e96f956bd4f756bceb60bbb9cb8d578f SHA512 ea18bdf93aa382a9b81d20f7fbf0c0c4ccbbffe892b3ca4ebd46bd95c5ab7460140dedf9b657ac48bc9cbc13388ae2d0bdf1a8ecab7a8f0dfa180b6394d155cf

diff --git a/app-emulation/virtualbox-guest-modules/virtualbox-guest-modules-7.2.12.ebuild b/app-emulation/virtualbox-guest-modules/virtualbox-guest-modules-7.2.12.ebuild
deleted file mode 100644
index 1f12524b22dd..000000000000
--- a/app-emulation/virtualbox-guest-modules/virtualbox-guest-modules-7.2.12.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2022-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# XXX: the tarball here is just the kernel modules split out of the sources
-#      using the upstream provided export_modules.sh
-#      https://distfiles.gentoo.org/pub/dev/[email protected]/app-emulation/virtualbox-modules/make-modules-from-source
-
-EAPI=8
-
-inherit linux-mod-r1
-
-MY_P="vbox-guest-kernel-module-src-${PV^^}"
-DESCRIPTION="Kernel Modules for Virtualbox Guest Additions"
-HOMEPAGE="https://www.virtualbox.org/"
-SRC_URI="https://distfiles.gentoo.org/pub/dev/[email protected]/${CATEGORY}/${PN}/${MY_P}.tar.xz"
-S="${WORKDIR}"
-
-LICENSE="GPL-3"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-7.2.6-log-use-c99.patch
-	"${FILESDIR}"/${PN}-7.2.8-no-vboxvideo.patch
-)
-
-CONFIG_CHECK="~DRM_TTM ~DRM_VMWGFX"
-WARNING_DRM_TTM="DRM_TTM is needed for running the vboxvideo driver."
-WARNING_DRM_VMWGFX="DRM_VMWGFX is the recommended driver for VMSVGA."
-
-src_compile() {
-	local modlist=( {vboxguest,vboxsf}=misc )
-	local modargs=( KERN_DIR="${KV_OUT_DIR}" KERN_VER="${KV_FULL}" )
-	linux-mod-r1_src_compile
-}
-
-src_install() {
-	linux-mod-r1_src_install
-
-	insinto /etc/modprobe.d # 485996
-	newins - vboxsf.conf <<-EOF
-		# modprobe.d configuration file for VBOXSF
-
-		# Internal Aliases - Do not edit
-		# ------------------------------
-		alias fs-vboxsf vboxsf
-	EOF
-}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.