Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/
Date: Sun, 26 Dec 2021 02:39:02
Message-Id: 1640486333.6036c7d3263b530cd52158fa143d2b6c0b635e7f.prometheanfire@gentoo
1 commit: 6036c7d3263b530cd52158fa143d2b6c0b635e7f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 02:38:44 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 02:38:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6036c7d3
7
8 sys-boot/plymouth: 0.9.6 pre release due to upstream not tagging
9
10 https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/158
11
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
14
15 sys-boot/plymouth/Manifest | 1 +
16 .../{plymouth-9999.ebuild => plymouth-0.9.6_p20211225.ebuild} | 10 ++++++----
17 sys-boot/plymouth/plymouth-9999.ebuild | 6 +++---
18 3 files changed, 10 insertions(+), 7 deletions(-)
19
20 diff --git a/sys-boot/plymouth/Manifest b/sys-boot/plymouth/Manifest
21 index 15fafdde46ea..a195adf94890 100644
22 --- a/sys-boot/plymouth/Manifest
23 +++ b/sys-boot/plymouth/Manifest
24 @@ -1,2 +1,3 @@
25 DIST gentoo-logo.png 14501 BLAKE2B e7236c16b96a2d35a6f062b89bc0a6c6fc696a803b7da734ff9ae255fcd65e549d9bc3d510c283e235a770f42edcbdffc1d5cc4c2fcdec9cc931eb0acf504859 SHA512 059a555931b6d2a910bcd887f5ea0cc17c6edf2d2d45c03a1fec1bdda0138ba6bca6bdf90a65c6520a3f8f1b51ecf6f7956098f45ed6c1276f29c835e729163c
26 DIST plymouth-0.9.5.tar.xz 1186200 BLAKE2B 8fd073703773fcf7f3e26454c860f094fb4b3d712c56c9df6716ef11815a79f7d5b078ab6c6567b76421026d84a086f95865bf9f3e4ae6363cb1ffc2caa68537 SHA512 686220e8d5b1a8be298156786d979d0e3fb9e010b930d0e8082a2bb152cf07c1bf493d820c243838a1771ee859dc0b4723bd9f10ee434a94a096ce9236c36ce9
27 +DIST plymouth-5b91b9ed84cc91759c986634a4d64d474e6092cf.tar.gz 1132049 BLAKE2B 0e224aad93fef4039a1a023ece051a64e1fa854f29a814957673c7ba68eb3f2348ca075f59a17f7bad692152ddcc402b2246db413886ac73ad77a36a6fb2cb3c SHA512 3d81ce379d0a11af5b557bfe86e336a40e5abdbb6dbd6cd5e046ede9a46cf2782af75b8e32e3fb2232b8a22efee1890ecb47394742041d9dcb499b38476a814c
28
29 diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-0.9.6_p20211225.ebuild
30 similarity index 87%
31 copy from sys-boot/plymouth/plymouth-9999.ebuild
32 copy to sys-boot/plymouth/plymouth-0.9.6_p20211225.ebuild
33 index 3c47d67a881e..6f1b09a81b37 100644
34 --- a/sys-boot/plymouth/plymouth-9999.ebuild
35 +++ b/sys-boot/plymouth/plymouth-0.9.6_p20211225.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 +# Copyright 1999-2021 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42 @@ -10,11 +10,13 @@ if [[ ${PV} == 9999 ]]; then
43 inherit git-r3
44 EGIT_REPO_URI="https://gitlab.freedesktop.org/plymouth/plymouth"
45 else
46 - SRC_URI="${SRC_URI} https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz"
47 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
48 + PRE_RELEASE_SHA="5b91b9ed84cc91759c986634a4d64d474e6092cf"
49 + SRC_URI="${SRC_URI} https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PRE_RELEASE_SHA}/${PN}-${PRE_RELEASE_SHA}.tar.gz"
50 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
51 + S="${WORKDIR}/${PN}-${PRE_RELEASE_SHA}"
52 fi
53
54 -inherit autotools readme.gentoo-r1 systemd toolchain-funcs
55 +inherit autotools readme.gentoo-r1 systemd
56
57 DESCRIPTION="Graphical boot animation (splash) and logger"
58 HOMEPAGE="https://cgit.freedesktop.org/plymouth/"
59
60 diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild
61 index 3c47d67a881e..3f303786005d 100644
62 --- a/sys-boot/plymouth/plymouth-9999.ebuild
63 +++ b/sys-boot/plymouth/plymouth-9999.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2020 Gentoo Authors
66 +# Copyright 1999-2021 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=7
70 @@ -11,10 +11,10 @@ if [[ ${PV} == 9999 ]]; then
71 EGIT_REPO_URI="https://gitlab.freedesktop.org/plymouth/plymouth"
72 else
73 SRC_URI="${SRC_URI} https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz"
74 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
75 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
76 fi
77
78 -inherit autotools readme.gentoo-r1 systemd toolchain-funcs
79 +inherit autotools readme.gentoo-r1 systemd
80
81 DESCRIPTION="Graphical boot animation (splash) and logger"
82 HOMEPAGE="https://cgit.freedesktop.org/plymouth/"