commit: e5c91c7abda83434eb94d8bd5e7ddabb824f6224
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 4 18:20:22 2026 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jan 4 18:33:21 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c91c7a
x11-misc/grub2-theme-preview: Drop old
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
x11-misc/grub2-theme-preview/Manifest | 2 --
.../grub2-theme-preview-2.8.0-r2.ebuild | 39 ----------------------
.../grub2-theme-preview-2.8.0-r3.ebuild | 34 -------------------
.../grub2-theme-preview-2.9.0.ebuild | 34 -------------------
4 files changed, 109 deletions(-)
diff --git a/x11-misc/grub2-theme-preview/Manifest
b/x11-misc/grub2-theme-preview/Manifest
index ab4b9bef021c..8362bb273560 100644
--- a/x11-misc/grub2-theme-preview/Manifest
+++ b/x11-misc/grub2-theme-preview/Manifest
@@ -1,3 +1 @@
-DIST grub2-theme-preview-2.8.0.tar.gz 203315 BLAKE2B
1599438dd24dec2e4ea82d3a6253c3b374afebdc1cac9ab666776b7e076b45111845ccfeb683a3ca851065459c8ce6a5fa5009cc2c809a4646048cdb25c38b96
SHA512
1df944957859f87fafd8cac445191e079d6e60d6513273dacc5a18e7959b1e57045fb6ebf6acb57407dc5ab5f7cc9278f8bfc6029b11c7f42721f1a8221c4a98
-DIST grub2-theme-preview-2.9.0.tar.gz 204076 BLAKE2B
3371a15968f7b9ca383de75f47cf57e41bfa6bb0a0ea73ed7860f9ed2f256be0e2c902a58fca93ee75c7cc467acd4db89e6f212349243c287d2b05861e750d6e
SHA512
d04e4a19f603e1595f5e21c7bfaa6af7f2a98fe0e877ed03b526994efcf853de8931700fd2450657b56f0bc48d56170d09e3c5cd5c222b4eaae89a09d8247c44
DIST grub2-theme-preview-2.9.1.tar.gz 204082 BLAKE2B
12ad1af7d9e162f4a554095856105d7be3eea460b87f414959fecc254a814256400e53a5025f5133dce80a5c46492faf70ecad1002f9b4828a738a9fc89a2319
SHA512
2f2eedc209306695f3421511500d79ad4658b6ac9fef28213e2ae647680703dae2d41e548f88c06a1922654dd134b21d9da72e2a755a27177f8bb8dad1c15f00
diff --git a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0-r2.ebuild
b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0-r2.ebuild
deleted file mode 100644
index 6521f7e6bfbc..000000000000
--- a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-PYTHON_COMPAT=( python3_{9..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Preview a GRUB 2.x theme using KVM/QEMU"
-HOMEPAGE="https://github.com/hartwork/grub2-theme-preview"
-SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="grub_platforms_efi-32 grub_platforms_efi-64"
-
-RDEPEND="app-emulation/qemu
- dev-libs/libisoburn
- sys-fs/mtools
- grub_platforms_efi-64? (
- sys-boot/grub:2[grub_platforms_efi-64]
- || ( sys-firmware/edk2 sys-firmware/edk2-bin )
- )
- grub_platforms_efi-32? (
- sys-boot/grub:2[grub_platforms_efi-32]
- || ( sys-firmware/edk2 sys-firmware/edk2-bin )
- )
- !grub_platforms_efi-32? (
- !grub_platforms_efi-64? (
- sys-boot/grub:2[grub_platforms_pc]
- )
- )
-"
-DEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
diff --git a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0-r3.ebuild
b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0-r3.ebuild
deleted file mode 100644
index 42e886bd2b2a..000000000000
--- a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0-r3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-PYTHON_COMPAT=( python3_{9..13} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Preview a GRUB 2.x theme using KVM/QEMU"
-HOMEPAGE="https://github.com/hartwork/grub2-theme-preview"
-SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="grub_platforms_efi-32 grub_platforms_efi-64 grub_platforms_pc"
-REQUIRED_USE="|| ( grub_platforms_efi-32 grub_platforms_efi-64
grub_platforms_pc )"
-
-RDEPEND="app-emulation/qemu
- dev-libs/libisoburn
- sys-fs/mtools
-
sys-boot/grub:2[grub_platforms_efi-32?,grub_platforms_efi-64?,grub_platforms_pc?]
- grub_platforms_efi-32? (
- || ( sys-firmware/edk2 sys-firmware/edk2-bin )
- )
- grub_platforms_efi-64? (
- || ( sys-firmware/edk2 sys-firmware/edk2-bin )
- )
-"
-DEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
diff --git a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.9.0.ebuild
b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.9.0.ebuild
deleted file mode 100644
index 42e886bd2b2a..000000000000
--- a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.9.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-PYTHON_COMPAT=( python3_{9..13} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Preview a GRUB 2.x theme using KVM/QEMU"
-HOMEPAGE="https://github.com/hartwork/grub2-theme-preview"
-SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="grub_platforms_efi-32 grub_platforms_efi-64 grub_platforms_pc"
-REQUIRED_USE="|| ( grub_platforms_efi-32 grub_platforms_efi-64
grub_platforms_pc )"
-
-RDEPEND="app-emulation/qemu
- dev-libs/libisoburn
- sys-fs/mtools
-
sys-boot/grub:2[grub_platforms_efi-32?,grub_platforms_efi-64?,grub_platforms_pc?]
- grub_platforms_efi-32? (
- || ( sys-firmware/edk2 sys-firmware/edk2-bin )
- )
- grub_platforms_efi-64? (
- || ( sys-firmware/edk2 sys-firmware/edk2-bin )
- )
-"
-DEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest