Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/xmw:master commit in: sys-boot/raspberrypi-firmware/
Date: Wed, 01 Apr 2015 15:13:27
Message-Id: 1427901194.69403e8aad29dde18bf68e0ec49580c774cf296f.xmw@gentoo
1 commit: 69403e8aad29dde18bf68e0ec49580c774cf296f
2 Author: Michael Weber <michael <AT> xmw <DOT> de>
3 AuthorDate: Wed Apr 1 15:13:14 2015 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 15:13:14 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/xmw.git/commit/?id=69403e8a
7
8 Fix typo (bug 505108, thanks David Flogeras).
9
10 Package-Manager: portage-2.2.18
11 Manifest-Sign-Key: 62EEF090
12
13 sys-boot/raspberrypi-firmware/ChangeLog | 4 ++++
14 .../raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild | 2 +-
15 2 files changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-boot/raspberrypi-firmware/ChangeLog b/sys-boot/raspberrypi-firmware/ChangeLog
18 index 8645770..88f3a3c 100644
19 --- a/sys-boot/raspberrypi-firmware/ChangeLog
20 +++ b/sys-boot/raspberrypi-firmware/ChangeLog
21 @@ -1,5 +1,9 @@
22 01 Apr 2015; Michael Weber <xmw@g.o>
23 raspberrypi-firmware-1_pre20150327.ebuild:
24 + Fix typo (bug 505108, thanks David Flogeras).
25 +
26 + 01 Apr 2015; Michael Weber <xmw@g.o>
27 + raspberrypi-firmware-1_pre20150327.ebuild:
28 Fix bug 520686 by Maxim Mikityanskiy.
29
30 *raspberrypi-firmware-1_pre20150327 (01 Apr 2015)
31
32 diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild
33 index 1b46d8b..d770bc4 100644
34 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild
35 +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild
36 @@ -39,7 +39,7 @@ pkg_preinst() {
37 fi
38 if [ -n "${msg}" ] ; then
39 msg="This package installs following files: ${msg}."
40 - msg="${msg} Please remove(backup) your copies durning install"
41 + msg="${msg} Please remove(backup) your copies during install"
42 msg="${msg} and merge settings afterwards."
43 msg="${msg} Further updates will be CONFIG_PROTECTed."
44 die "${msg}"