Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/grub2-theme-preview/
Date: Tue, 29 Nov 2022 01:44:58
Message-Id: 1669685987.32081124df9d9ec5471ea0e78edea7c57d5271e4.sping@gentoo
1 commit: 32081124df9d9ec5471ea0e78edea7c57d5271e4
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 01:39:47 2022 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 01:39:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32081124
7
8 x11-misc/grub2-theme-preview: Drop old
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11
12 x11-misc/grub2-theme-preview/Manifest | 2 --
13 .../grub2-theme-preview-2.5.0.ebuild | 32 ----------------------
14 .../grub2-theme-preview-2.6.0.ebuild | 32 ----------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/x11-misc/grub2-theme-preview/Manifest b/x11-misc/grub2-theme-preview/Manifest
18 index b0be30534730..2f6acbb0ec62 100644
19 --- a/x11-misc/grub2-theme-preview/Manifest
20 +++ b/x11-misc/grub2-theme-preview/Manifest
21 @@ -1,3 +1 @@
22 -DIST grub2-theme-preview-2.5.0.tar.gz 202863 BLAKE2B 62d83cec805f7b65f6469ba22849c4b5cb0e4b845f9bfaea7aed6b05a997fc8d15b8804b2fe0bb75b0ad40f39ed215e8bd711cc4f7bda6f5decf66f38e4f0213 SHA512 83780bc581b3194cda6a47460e16ccf6cf520c8c9f52c19f8bd2779b5ba7e834c83821da47439d8d110770b573424a69ab0801a680983325e8fd6652d7a0652c
23 -DIST grub2-theme-preview-2.6.0.tar.gz 202962 BLAKE2B 61349270e339a4e82efa57c5ff67bc23e07eb94744a0539e544ce21ec6db26525938403e053af2d07e00f7bb2c75e801f6c688c149858456bf0d794030a72287 SHA512 9a2fc6a9270a10d00c6a7a711a28264f188cd15ca4bc1a84a80cf9e9255af824f65cac457db9a4f78bd0d8c954f7e1a8a4ed51b43e8b6949fabb267dcc2d0f16
24 DIST grub2-theme-preview-2.7.0.tar.gz 203112 BLAKE2B 6279ece40999cea94c04396b4b6161bb90b060b5cc2d7573367d52d42321c9d598a839e9c6cd263b8aef5022a6296d9c5ae5919b0a228456b85e027ec059cc8c SHA512 4ea79b598342b60d1ff1f54eb27b1c4c92fa2a74c874a7107b6dad0aa0838a41e9e033a0f44a87307c0a5022c782b2fc51fa15f8599a63d2d5e10ac4e5b137e1
25
26 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
27 deleted file mode 100644
28 index 9c69943a3a53..000000000000
29 --- a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.5.0.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="7"
36 -
37 -PYTHON_COMPAT=( python3_{7..10} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Preview a GRUB 2.x theme using KVM/QEMU"
42 -HOMEPAGE="https://github.com/hartwork/grub2-theme-preview"
43 -SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="grub_platforms_efi-64"
49 -
50 -RDEPEND="app-emulation/qemu
51 - dev-libs/libisoburn
52 - sys-fs/mtools
53 - grub_platforms_efi-64? (
54 - sys-boot/grub:2[grub_platforms_efi-64]
55 - sys-firmware/edk2-ovmf
56 - )
57 - !grub_platforms_efi-64? (
58 - sys-boot/grub:2[grub_platforms_pc]
59 - )
60 -"
61 -DEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
62 -
63 -distutils_enable_tests pytest
64
65 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
66 deleted file mode 100644
67 index f11369c1652b..000000000000
68 --- a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.6.0.ebuild
69 +++ /dev/null
70 @@ -1,32 +0,0 @@
71 -# Copyright 1999-2022 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI="7"
75 -
76 -PYTHON_COMPAT=( python3_{8..10} )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="Preview a GRUB 2.x theme using KVM/QEMU"
81 -HOMEPAGE="https://github.com/hartwork/grub2-theme-preview"
82 -SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
83 -
84 -LICENSE="GPL-2+"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~x86"
87 -IUSE="grub_platforms_efi-64"
88 -
89 -RDEPEND="app-emulation/qemu
90 - dev-libs/libisoburn
91 - sys-fs/mtools
92 - grub_platforms_efi-64? (
93 - sys-boot/grub:2[grub_platforms_efi-64]
94 - sys-firmware/edk2-ovmf
95 - )
96 - !grub_platforms_efi-64? (
97 - sys-boot/grub:2[grub_platforms_pc]
98 - )
99 -"
100 -DEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
101 -
102 -distutils_enable_tests pytest