From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4383158042 for ; Fri, 1 Nov 2024 15:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE9DFE07D9; Fri, 1 Nov 2024 15:58:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D9AEE07D9 for ; Fri, 1 Nov 2024 15:58:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6800E343061 for ; Fri, 1 Nov 2024 15:58:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C79661315 for ; Fri, 1 Nov 2024 15:58:19 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1730476642.15378ea6d9dce98d2c58b4218567090c80cc7ead.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/grub2-theme-preview/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/grub2-theme-preview/Manifest x11-misc/grub2-theme-preview/grub2-theme-preview-2.9.0.ebuild X-VCS-Directories: x11-misc/grub2-theme-preview/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 15378ea6d9dce98d2c58b4218567090c80cc7ead X-VCS-Branch: master Date: Fri, 1 Nov 2024 15:58:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dcc2bba0-9dfc-45c0-8ccf-0b97959c09d0 X-Archives-Hash: 853b3b6bce1071191db99bd86133036f commit: 15378ea6d9dce98d2c58b4218567090c80cc7ead Author: Sebastian Pipping gentoo org> AuthorDate: Fri Nov 1 15:57:22 2024 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Nov 1 15:57:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15378ea6 x11-misc/grub2-theme-preview: 2.9.0 Signed-off-by: Sebastian Pipping gentoo.org> x11-misc/grub2-theme-preview/Manifest | 1 + .../grub2-theme-preview-2.9.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/x11-misc/grub2-theme-preview/Manifest b/x11-misc/grub2-theme-preview/Manifest index 01aeb87985e4..c69bf1d0ace3 100644 --- a/x11-misc/grub2-theme-preview/Manifest +++ b/x11-misc/grub2-theme-preview/Manifest @@ -1 +1,2 @@ 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 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 new file mode 100644 index 000000000000..42e886bd2b2a --- /dev/null +++ b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.9.0.ebuild @@ -0,0 +1,34 @@ +# 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