summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2022-11-29 02:39:47 +0100
committerSebastian Pipping <sping@gentoo.org>2022-11-29 02:39:47 +0100
commit32081124df9d9ec5471ea0e78edea7c57d5271e4 (patch)
tree002a69e6c07a98a988c34f84c841f1e05f0e5d95 /x11-misc
parentwww-servers/servefile: EAPI 8 + DistutilsNonPEP517Build + MissingRemoteId (diff)
downloadgentoo-32081124df9d9ec5471ea0e78edea7c57d5271e4.tar.gz
gentoo-32081124df9d9ec5471ea0e78edea7c57d5271e4.tar.bz2
gentoo-32081124df9d9ec5471ea0e78edea7c57d5271e4.zip
x11-misc/grub2-theme-preview: Drop old
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/grub2-theme-preview/Manifest2
-rw-r--r--x11-misc/grub2-theme-preview/grub2-theme-preview-2.5.0.ebuild32
-rw-r--r--x11-misc/grub2-theme-preview/grub2-theme-preview-2.6.0.ebuild32
3 files changed, 0 insertions, 66 deletions
diff --git a/x11-misc/grub2-theme-preview/Manifest b/x11-misc/grub2-theme-preview/Manifest
index b0be30534730..2f6acbb0ec62 100644
--- a/x11-misc/grub2-theme-preview/Manifest
+++ b/x11-misc/grub2-theme-preview/Manifest
@@ -1,3 +1 @@
-DIST grub2-theme-preview-2.5.0.tar.gz 202863 BLAKE2B 62d83cec805f7b65f6469ba22849c4b5cb0e4b845f9bfaea7aed6b05a997fc8d15b8804b2fe0bb75b0ad40f39ed215e8bd711cc4f7bda6f5decf66f38e4f0213 SHA512 83780bc581b3194cda6a47460e16ccf6cf520c8c9f52c19f8bd2779b5ba7e834c83821da47439d8d110770b573424a69ab0801a680983325e8fd6652d7a0652c
-DIST grub2-theme-preview-2.6.0.tar.gz 202962 BLAKE2B 61349270e339a4e82efa57c5ff67bc23e07eb94744a0539e544ce21ec6db26525938403e053af2d07e00f7bb2c75e801f6c688c149858456bf0d794030a72287 SHA512 9a2fc6a9270a10d00c6a7a711a28264f188cd15ca4bc1a84a80cf9e9255af824f65cac457db9a4f78bd0d8c954f7e1a8a4ed51b43e8b6949fabb267dcc2d0f16
DIST grub2-theme-preview-2.7.0.tar.gz 203112 BLAKE2B 6279ece40999cea94c04396b4b6161bb90b060b5cc2d7573367d52d42321c9d598a839e9c6cd263b8aef5022a6296d9c5ae5919b0a228456b85e027ec059cc8c SHA512 4ea79b598342b60d1ff1f54eb27b1c4c92fa2a74c874a7107b6dad0aa0838a41e9e033a0f44a87307c0a5022c782b2fc51fa15f8599a63d2d5e10ac4e5b137e1
diff --git a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.5.0.ebuild b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.5.0.ebuild
deleted file mode 100644
index 9c69943a3a53..000000000000
--- a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-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-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-ovmf
- )
- !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.6.0.ebuild b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.6.0.ebuild
deleted file mode 100644
index f11369c1652b..000000000000
--- a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.6.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-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-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-ovmf
- )
- !grub_platforms_efi-64? (
- sys-boot/grub:2[grub_platforms_pc]
- )
-"
-DEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest