Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/
Date: Sun, 30 Jul 2017 10:33:00
Message-Id: 1501410741.b6fc5edd2c733dc5826e62aec475b1393cbe51be.soap@gentoo
1 commit: b6fc5edd2c733dc5826e62aec475b1393cbe51be
2 Author: Luigi 'Comio' Mantellini <luigi.mantellini <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 26 10:22:03 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:32:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fc5edd
7
8 sys-boot/plymouth: Fix emerge output message
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=622524
11 Closes: https://github.com/gentoo/gentoo/pull/5220
12
13 sys-boot/plymouth/{plymouth-0.9.2.ebuild => plymouth-0.9.2-r1.ebuild} | 2 +-
14 sys-boot/plymouth/plymouth-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-boot/plymouth/plymouth-0.9.2.ebuild b/sys-boot/plymouth/plymouth-0.9.2-r1.ebuild
18 similarity index 97%
19 rename from sys-boot/plymouth/plymouth-0.9.2.ebuild
20 rename to sys-boot/plymouth/plymouth-0.9.2-r1.ebuild
21 index 92d4154d46f..0c79bd1f1f4 100644
22 --- a/sys-boot/plymouth/plymouth-0.9.2.ebuild
23 +++ b/sys-boot/plymouth/plymouth-0.9.2-r1.ebuild
24 @@ -45,7 +45,7 @@ RDEPEND="${CDEPEND}
25
26 DOC_CONTENTS="
27 Follow the following instructions to set up Plymouth:\n
28 - https://dev.gentoo.org/~aidecoe/doc/en/plymouth.xml
29 + https://wiki.gentoo.org/wiki/Plymouth#Configuration
30 "
31
32 PATCHES=(
33
34 diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild
35 index 8a9fb185a26..e05e8ca9e1e 100644
36 --- a/sys-boot/plymouth/plymouth-9999.ebuild
37 +++ b/sys-boot/plymouth/plymouth-9999.ebuild
38 @@ -45,7 +45,7 @@ RDEPEND="${CDEPEND}
39
40 DOC_CONTENTS="
41 Follow the following instructions to set up Plymouth:\n
42 - https://dev.gentoo.org/~aidecoe/doc/en/plymouth.xml
43 + https://wiki.gentoo.org/wiki/Plymouth#Configuration
44 "
45
46 src_prepare() {