x11-misc/grub2-theme-preview: 2.5.0

Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
This commit is contained in:
Sebastian Pipping
2022-03-10 04:29:15 +01:00
parent b8b5b398e9
commit 0c0e605c4a
2 changed files with 30 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST grub2-theme-preview-2.3.0.tar.gz 198904 BLAKE2B d6dfb1f98bfcc472de9c2f61ea58e18c72f37346cbaca0b68db0a07febba9d972d8760b38867f3a8b39e13b6884dc1868ef1c8667259f761c35c4dbad415e33b SHA512 fc170cc7f72773d4c8ecb809b95c2ead33e292ed1e854a08a7c3c9b20a0d2b3a85658795f92eb72ecb4a68dd9e4442e3d779a62a605a14d826c2560855e9ea06
DIST grub2-theme-preview-2.4.2.tar.gz 199167 BLAKE2B 004a35d9b88663c5c3be6f200f3983f37843ed2fb9159df91eab4ed850bad014a7a763800285aba2345614604a858fd9f12958e296a8c5a9d4aa8104833708df SHA512 35d3202cf35f5648ce7ab592a95e3466a905dc892e451d3a3ff71d62c5d09fac6ab258b510b3a4d583c87c02371438cef6554ee3021c8ec47fc437655ad5c18b
DIST grub2-theme-preview-2.5.0.tar.gz 202863 BLAKE2B 62d83cec805f7b65f6469ba22849c4b5cb0e4b845f9bfaea7aed6b05a997fc8d15b8804b2fe0bb75b0ad40f39ed215e8bd711cc4f7bda6f5decf66f38e4f0213 SHA512 83780bc581b3194cda6a47460e16ccf6cf520c8c9f52c19f8bd2779b5ba7e834c83821da47439d8d110770b573424a69ab0801a680983325e8fd6652d7a0652c

View File

@@ -0,0 +1,29 @@
# 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]
)
"