Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils: ChangeLog splashutils-1.5.3.2.ebuild
Date: Sun, 23 Dec 2007 12:22:14
Message-Id: E1J6PqI-0004kK-EF@stork.gentoo.org
1 spock 07/12/23 12:22:06
2
3 Modified: ChangeLog splashutils-1.5.3.2.ebuild
4 Log:
5 Add info about the fbcondecor USE flag for users upgrading from pre-1.5.3 versions (bug #202686).
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.122 media-gfx/splashutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.122&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.122&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.121&r2=1.122
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
18 retrieving revision 1.121
19 retrieving revision 1.122
20 diff -u -r1.121 -r1.122
21 --- ChangeLog 21 Dec 2007 15:09:30 -0000 1.121
22 +++ ChangeLog 23 Dec 2007 12:22:05 -0000 1.122
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-gfx/splashutils
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.121 2007/12/21 15:09:30 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.122 2007/12/23 12:22:05 spock Exp $
28 +
29 + 23 Dec 2007; MichaƂ Januszewski <spock@g.o>
30 + splashutils-1.5.3.2.ebuild:
31 + Add info about the fbcondecor USE flag for users upgrading from pre-1.5.3
32 + versions (bug #202686).
33
34 21 Dec 2007; nixnut <nixnut@g.o> splashutils-1.5.2.1.ebuild:
35 Stable on ppc wrt bug 195443
36
37
38
39 1.2 media-gfx/splashutils/splashutils-1.5.3.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.2.ebuild?r1=1.1&r2=1.2
44
45 Index: splashutils-1.5.3.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- splashutils-1.5.3.2.ebuild 16 Dec 2007 19:08:22 -0000 1.1
52 +++ splashutils-1.5.3.2.ebuild 23 Dec 2007 12:22:05 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.2.ebuild,v 1.1 2007/12/16 19:08:22 spock Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.2.ebuild,v 1.2 2007/12/23 12:22:05 spock Exp $
58
59 inherit eutils multilib toolchain-funcs
60
61 @@ -161,6 +161,14 @@
62 elog ""
63 fi
64
65 + if has_version '<media-gfx/splashutils-1.5.3' && ! use fbcondecor ; then
66 + elog "Starting with splashutils-1.5.3, support for the fbcondecor kernel patch"
67 + elog "is optional and dependent on the the 'fbcondecor' USE flag. If you wish"
68 + elog "to use fbcondecor, run:"
69 + elog " echo \"media-gfx/splashutils fbcondecor\" >> /etc/portage/package.use"
70 + elog "and re-emerge splashutils."
71 + fi
72 +
73 if ! test -f /proc/cmdline ||
74 ! egrep -q '(console|CONSOLE)=(tty1|/dev/tty1)' /proc/cmdline ; then
75 elog "It is required that you add 'console=tty1' to your kernel"
76
77
78
79 --
80 gentoo-commits@g.o mailing list