From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-additions/
Date: Tue, 21 Jan 2025 21:43:13 +0000 (UTC) [thread overview]
Message-ID: <1737495778.f057b994e8b6d58f4e4775601913390ded1b1204.ceamac@gentoo> (raw)
commit: f057b994e8b6d58f4e4775601913390ded1b1204
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 21:39:59 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 21:42:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f057b994
app-emulation/virtualbox-additions: add 7.1.6
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
app-emulation/virtualbox-additions/Manifest | 1 +
.../virtualbox-additions-7.1.6.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/app-emulation/virtualbox-additions/Manifest b/app-emulation/virtualbox-additions/Manifest
index 0e111fd473b9..681da2acf77b 100644
--- a/app-emulation/virtualbox-additions/Manifest
+++ b/app-emulation/virtualbox-additions/Manifest
@@ -2,3 +2,4 @@ DIST VBoxGuestAdditions_6.1.50.iso 64051200 BLAKE2B 9eff4a3643579ee0426dbe2b6224
DIST VBoxGuestAdditions_7.0.22.iso 54300672 BLAKE2B 7f67da2081052b276e25f05df3481173c12bb64f8428a2187abceaa95067babc33fb7da87343ee6e4d7f53c362abc4e72fecd2d3e75751664b78fb082da4031a SHA512 41f34b13929581fde0858dceb6f7456486897977a0cf52ec501b5b1178f73d84cc3793d2efc35c0e8450a790b8de11adacef80aa98719ef639d3e4034a3bf914
DIST VBoxGuestAdditions_7.0.24.iso 54804480 BLAKE2B e9cfdc5fbf21379dfd20c131212649198ff7f00d3cc377638fde215abdb3a7b596e83970edb872215d92ccb21069bbf4c8d6fab8e13675da868a409ef03bf26f SHA512 7b3a3894cee3a0e6e585c8a3f9a613155069e6732389ef4b53cf5088d279d350b243c3456bedf894e301fbb63c0e0e4950ed970218094a30c10a76443df41ad8
DIST VBoxGuestAdditions_7.1.4.iso 59699200 BLAKE2B 79708a41f105ef651f7fb78f7d6b8aa8e6f8e7d4bd2275042e12f7657ab8023154b3c6c33984aba2a957bd002bf46f987a04757ad9238bd6ba394b1ac5f76f05 SHA512 2bf7556245c08c19d03354ecdff261eacd49b891bc5eb5bc4e112fb2deb9f89e6eb12a2bfcfb7fa0491e27583af44ff04a6a450e33195762d4a76dd4addbd7c2
+DIST VBoxGuestAdditions_7.1.6.iso 60225536 BLAKE2B 12d73cb19a08875c5971691e0cb70edb4c6c8472f4e4fcf17a13ac89573879272c5b76568bd51019b217871a497222c04f54ce8e2f17f3017f36493ac9181c56 SHA512 623dd0e50af75ec5779646166062842fcb0b6896de0b2f90e25ee932db0e537a982fca28aecdd96038adb683e6628715d236c0fe20308510413d79c251ab2180
diff --git a/app-emulation/virtualbox-additions/virtualbox-additions-7.1.6.ebuild b/app-emulation/virtualbox-additions/virtualbox-additions-7.1.6.ebuild
new file mode 100644
index 000000000000..e8bee2676455
--- /dev/null
+++ b/app-emulation/virtualbox-additions/virtualbox-additions-7.1.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=VBoxGuestAdditions
+MY_PV=${PV^^}
+MY_P=${MY_PN}_${MY_PV}
+
+DESCRIPTION="CD image containing guest additions for VirtualBox"
+HOMEPAGE="https://www.virtualbox.org/"
+SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.iso"
+S="${WORKDIR}"
+
+LICENSE="GPL-3 || ( GPL-3 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
+}
next reply other threads:[~2025-01-21 21:43 UTC|newest]
Thread overview: 124+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-21 21:43 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-13 10:18 [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-additions/ Sam James
2025-09-12 15:54 Viorel Munteanu
2025-09-12 15:54 Viorel Munteanu
2025-09-11 17:47 Viorel Munteanu
2025-08-17 20:04 Sam James
2025-08-15 7:17 Viorel Munteanu
2025-08-15 7:17 Viorel Munteanu
2025-08-04 15:04 Viorel Munteanu
2025-08-04 15:04 Viorel Munteanu
2025-07-24 7:30 Viorel Munteanu
2025-07-24 6:43 Viorel Munteanu
2025-07-24 6:43 Viorel Munteanu
2025-07-17 11:43 Viorel Munteanu
2025-07-10 22:38 Sam James
2025-06-27 13:02 Viorel Munteanu
2025-06-27 13:02 Viorel Munteanu
2025-06-06 7:49 Viorel Munteanu
2025-06-06 7:49 Viorel Munteanu
2025-06-06 7:49 Viorel Munteanu
2025-06-05 10:19 Viorel Munteanu
2025-05-30 4:55 Viorel Munteanu
2025-05-20 18:54 Arthur Zamarin
2025-05-20 17:44 Arthur Zamarin
2025-04-17 15:13 Viorel Munteanu
2025-04-17 15:13 Viorel Munteanu
2025-04-17 15:13 Viorel Munteanu
2025-01-21 21:43 Viorel Munteanu
2025-01-13 7:00 Viorel Munteanu
2025-01-02 10:59 Viorel Munteanu
2025-01-02 10:59 Viorel Munteanu
2024-12-31 18:20 Viorel Munteanu
2024-10-18 17:16 Viorel Munteanu
2024-10-18 17:16 Viorel Munteanu
2024-09-27 17:08 Viorel Munteanu
2024-09-15 13:02 Viorel Munteanu
2024-09-15 13:02 Viorel Munteanu
2024-09-15 13:02 Viorel Munteanu
2024-09-01 10:45 Viorel Munteanu
2024-08-23 11:56 Viorel Munteanu
2024-07-26 15:02 Viorel Munteanu
2024-07-16 18:13 Viorel Munteanu
2024-06-05 4:53 Viorel Munteanu
2024-06-03 8:07 Sam James
2024-05-03 17:41 Viorel Munteanu
2024-05-03 17:41 Viorel Munteanu
2024-05-01 5:00 Viorel Munteanu
2024-05-01 5:00 Viorel Munteanu
2024-04-30 4:25 Viorel Munteanu
2024-04-30 4:25 Viorel Munteanu
2024-04-17 19:56 Viorel Munteanu
2024-01-25 15:50 Viorel Munteanu
2024-01-25 10:08 Viorel Munteanu
2024-01-25 9:51 Viorel Munteanu
2024-01-25 9:51 Viorel Munteanu
2024-01-17 17:38 Viorel Munteanu
2024-01-17 17:38 Viorel Munteanu
2023-10-18 4:08 Viorel Munteanu
2023-10-18 4:08 Viorel Munteanu
2023-08-15 12:50 Viorel Munteanu
2023-08-15 12:50 Viorel Munteanu
2023-08-15 12:16 Viorel Munteanu
2023-08-03 20:45 Sam James
2023-07-20 9:40 Viorel Munteanu
2023-07-20 9:40 Viorel Munteanu
2023-05-30 5:22 Viorel Munteanu
2023-05-29 13:01 Sam James
2023-05-29 13:01 Sam James
2023-04-21 16:38 Viorel Munteanu
2023-04-21 16:38 Viorel Munteanu
2023-02-21 15:06 Viorel Munteanu
2023-02-21 15:06 Viorel Munteanu
2023-02-15 5:12 Sam James
2023-02-15 5:12 Sam James
2023-01-22 9:59 Viorel Munteanu
2023-01-22 9:59 Viorel Munteanu
2023-01-11 15:38 Viorel Munteanu
2023-01-11 12:54 Arthur Zamarin
2022-11-20 8:20 Viorel Munteanu
2022-11-02 16:17 Viorel Munteanu
2022-11-02 6:41 Viorel Munteanu
2022-10-30 9:57 Sam James
2022-10-27 8:35 Joonas Niilola
2022-10-17 21:05 Sam James
2022-10-06 10:23 Joonas Niilola
2022-09-05 12:39 Joonas Niilola
2022-09-05 1:22 Sam James
2022-07-27 21:05 Sam James
2022-07-24 23:23 Sam James
2022-04-04 18:28 Jakov Smolić
2021-12-06 21:11 Jakov Smolić
2021-07-19 18:36 Sam James
2021-04-30 23:34 Sam James
2021-01-22 1:48 Sam James
2021-01-06 3:10 Sam James
2020-12-08 12:12 Lars Wendler
2020-12-08 12:12 Lars Wendler
2020-09-02 3:55 Sam James
2020-08-30 1:32 Thomas Deutschmann
2020-04-26 23:44 Thomas Deutschmann
2020-04-22 14:03 Mikle Kolyada
2020-03-29 7:19 Mikle Kolyada
2019-09-15 9:04 Mikle Kolyada
2019-09-07 21:07 Thomas Deutschmann
2019-04-18 20:32 Thomas Deutschmann
2019-04-08 13:15 Mikle Kolyada
2018-11-28 2:07 Thomas Deutschmann
2018-11-25 9:25 Mikle Kolyada
2018-07-22 17:07 Mikle Kolyada
2018-07-03 18:52 Jonas Stein
2018-05-08 15:15 Agostino Sarubbo
2018-05-07 23:55 Thomas Deutschmann
2018-05-07 20:22 Lars Wendler
2018-04-29 7:25 Lars Wendler
2018-01-21 20:30 Thomas Deutschmann
2018-01-18 21:41 Mikle Kolyada
2017-12-29 17:42 Mikle Kolyada
2017-12-26 2:06 Thomas Deutschmann
2017-01-31 12:31 Tobias Klausmann
2016-07-14 9:28 Lars Wendler
2016-07-13 10:16 Lars Wendler
2016-03-05 22:38 Mikle Kolyada
2016-02-22 8:42 Patrick Lauer
2015-11-06 8:46 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1737495778.f057b994e8b6d58f4e4775601913390ded1b1204.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox