public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/grub2-theme-preview/
Date: Thu, 10 Mar 2022 04:00:57 +0000 (UTC)	[thread overview]
Message-ID: <1646882955.0c0e605c4a92f49366b8358a883fd27fa1130ee6.sping@gentoo> (raw)

commit:     0c0e605c4a92f49366b8358a883fd27fa1130ee6
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 03:29:15 2022 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 03:29:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0e605c

x11-misc/grub2-theme-preview: 2.5.0

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 x11-misc/grub2-theme-preview/Manifest              |  1 +
 .../grub2-theme-preview-2.5.0.ebuild               | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/x11-misc/grub2-theme-preview/Manifest b/x11-misc/grub2-theme-preview/Manifest
index 856810278751..ef98951d2224 100644
--- a/x11-misc/grub2-theme-preview/Manifest
+++ b/x11-misc/grub2-theme-preview/Manifest
@@ -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

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
new file mode 100644
index 000000000000..98b7ee141af1
--- /dev/null
+++ b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.5.0.ebuild
@@ -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]
+	)
+"


             reply	other threads:[~2022-03-10  4:01 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-10  4:00 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25  1:05 [gentoo-commits] repo/gentoo:master commit in: x11-misc/grub2-theme-preview/ Sebastian Pipping
2025-01-25  1:05 Sebastian Pipping
2024-11-01 15:58 Sebastian Pipping
2024-10-31 14:39 Sebastian Pipping
2024-10-08 19:01 Arthur Zamarin
2024-10-06 18:44 Arthur Zamarin
2024-10-06 13:47 Sebastian Pipping
2023-11-05 21:54 Sebastian Pipping
2023-11-05 21:54 Sebastian Pipping
2023-05-14 19:18 Sebastian Pipping
2023-05-10 11:51 Sebastian Pipping
2022-11-29  1:44 Sebastian Pipping
2022-11-29  1:44 Sebastian Pipping
2022-11-26 17:29 Sebastian Pipping
2022-04-10 10:11 Sebastian Pipping
2022-04-10 10:11 Sebastian Pipping
2022-03-10 14:46 Sebastian Pipping
2021-12-03 17:35 Sebastian Pipping
2021-11-29 14:04 Sebastian Pipping
2021-11-18 21:06 Sebastian Pipping
2021-03-12 20:26 Sebastian Pipping
2021-02-08 13:19 Sebastian Pipping
2020-12-07 14:29 Sebastian Pipping
2020-12-02 12:22 Sebastian Pipping
2020-07-12 14:52 Sebastian Pipping
2020-04-19 20:58 Sebastian Pipping
2020-04-19 20:58 Sebastian Pipping
2020-03-08 22:50 Sebastian Pipping
2018-01-03  1:53 Sebastian Pipping

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=1646882955.0c0e605c4a92f49366b8358a883fd27fa1130ee6.sping@gentoo \
    --to=sping@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